/**************************************
 * Generale Style
 *************************************/

body {
    background: #ffffff;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #000;
    line-height: 1.5;
}

a {
    color: #ffa500;
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

img {
    max-width: 115%;
    transition: all 0.2s;
}

.flip {
    position: relative;
}

.flip:hover img {
    transform: rotateY(180deg);
}

img {
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

a:hover {
    color: #ffa500;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
    color: #ffa500;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #555;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.z-index {
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #ffa500;
}

.m0a {
    margin: 0 auto;
    text-align: center;
}

.red-text,
.red-text a {
    color: #d20c1f !important;
}

.normal {
    font-weight: 300;
}

.bold {
    font-weight: bold;
}

.br-1 {
    border-right: 1px solid #f7f7f7;
}

.bb-1 {
    border-bottom: 1px solid #f7f7f7;
}

.bl-1 {
    border-left: 1px solid #f7f7f7;
}

.bt-1 {
    border-top: 1px solid #f7f7f7;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-100 {
    padding-top: 100px;
}

.w100 {
    width: 100%;
}

.d-column {
    flex-direction: column;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.d-mobile {
    display: none;
}

.d-web {
    display: block;
}

.theme-button-light {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffa500;
    font-size: 15px;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 12px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0 7px 25px rgb(41 41 41 / 27%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 0;
    margin-right: 0;
    text-transform: uppercase;
}

.theme-button-light .plus {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 33px;
    height: 100%;
    display: flex;
    margin-right: 0;
    transform: none;
    justify-content: center;
    align-items: center;
}

.theme-button-light span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 0;
    background-color: #ffa500;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.theme-button-light:hover,
.theme-button-light:focus {
    color: #ffffff;
}

.theme-button-light:hover span,
.theme-button-light:focus span {
    width: 200%;
    height: 500px;
}

.theme-button-dark {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    background-color: #ffa500;
    box-shadow: 0 7px 25px rgb(41 41 41 / 27%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 0;
    text-transform: uppercase;
}

.theme-button-dark .plus {
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    width: 33px;
    height: 100%;
    display: flex;
    margin-right: 0;
    transform: none;
    justify-content: center;
    align-items: center;
}

.theme-button-dark span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 0;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.theme-button-dark:hover,
.theme-button-dark:focus {
    color: #93393b;
}

.theme-button-dark:hover span,
.theme-button-dark:focus span {
    width: 200%;
    height: 500px;
}

button:focus {
    outline: 0 none;
    box-shadow: none;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 35px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 2px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
    background: none;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.button:hover {
    color: #fff;
}

.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #ffa500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffa500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.button:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.button-large:focus {
    outline: none;
    box-shadow: none;
}

.button-large {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 14px 59px;
    text-align: center;
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 2px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
    background: none;
    cursor: pointer;
    margin-top: 50px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.button-large:hover {
    color: #fff;
}

.button-large:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #ffa500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button-large:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffa500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button-large:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.button-large:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.bg-gray {
    background-color: #f8f8f9;
}

.bg-lightgray {
    background-color: #f8f8f9;
}

.bg-none {
    background: none !important;
}

.text-gray {
    color: #ececec;
}

.color-text {
    color: #ffa500;
}

.theme-color {
    color: #ffa500;
}

.white-color {
    color: #ffffff;
}

.justify-content-space-between {
    justify-content: space-between;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mr-15 {
    margin-right: 15px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-family: 'Roboto', sans-serif;
}

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

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

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h5 {
    max-width: 700px;
    color: #ffa500;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-family: 'Rajdhani', sans-serif;
    margin: 0 auto;
}

.section-title h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.3;
    color: #333;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mr-0 {
    margin: 0;
}

.mr-top-50 {
    margin-top: 50px;
}

.mr-20 {
    margin-right: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mr-7 {
    margin-right: 7px;
}

.mtm-150 {
    margin-top: -150px;
    z-index: 12;
}

.flex-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.flex-center {
    justify-content: center;
}

.flex-start {
    justify-content: flex-start;
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background: #363636;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #222222;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
    color: #ffffff;
}

.back-to-top.active {
    top: 97%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.back-to-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container {
    max-width: 1430px !important;
}

/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* [data-overlay-dark]:before {
    background: #042038;
} */

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
    color: #fff;
}

.bg-b {
    background-color: #000000;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
    color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 5px;
    transition: .3s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffa500 !important;
    width: 7px;
    height: 7px;
    transition: .3s;
    -webkit-box-shadow: 0 1px 5px #ffa500;
    box-shadow: 0 1px 5px #ffa500;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border: 2px solid #ffa500;
    transition: .3s;
}

/**************************************
 ** Preloader Area CSS
 **************************************/
.preloader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.preloader .preloader-wapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.spinner-loader {
    display: inline-block;
    position: relative;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.spinner-loader div {
    position: absolute;
    border: 4px solid #ffa500;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    border-radius: 50%;
}

.spinner-loader div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    border-radius: 50%;
}

@-webkit-keyframes spinner-loader {
    0% {
        top: 35px;
        left: 35px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

@keyframes spinner-loader {
    0% {
        top: 35px;
        left: 35px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

/**************************************
 * Navber Area Style
 *************************************/
.zr-theme-menu-header-navber-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background: transparent;
    border-top: 5px solid #93393b;
}

.zr-theme-menu-header-navber-area .nav-top-bar {
    background: white;
    padding-top: 0px;
    /* padding-bottom: 10px; */
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p {
    margin: 0 13px 0 0;
    display: inline-block;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p:last-child {
    margin-right: 0;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p i {
    margin-right: 3px;
    font-size: 16px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a {
    color: #ffffff;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:hover,
.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:focus {
    color: #FFC107;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action .top-info {
    display: flex;
    align-items: center;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action .top-info i {
    margin-right: 10px;
    font-size: 20px;
    background: #ececec;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 0;
    color: #ffa500;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action .top-info p {
    display: flex;
    flex-direction: column;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li {
    display: inline-block;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a {
    color: #1a77cc;
    font-size: 15px;
    margin-left: 5px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a:hover,
.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a:focus {
    color: #ffa500;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours {
    float: right;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours p i {
    margin-right: 3px;
    font-size: 16px;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg {
    background: #ffa500;
    border-bottom: none;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg .call-to-action p a {
    color: #ffffff;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg .top-social li a {
    color: #ffffff;
}

.call-to-action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navbar-b {
    transition: all .5s ease-in-out;
    padding-top: 12px;
    padding-bottom: 12px;
    /* height: 120px; */
    /* background-image: linear-gradient(0deg, #cecece, #f3f3f3); */
    background-color: #fff;
}

.navbar-b.navbar-reduce {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b .container {
    position: relative;
}

.navbar-b .container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 51px;
    width: 100%;
    height: 0px;
    background: #ffa502;
    opacity: 1;
    z-index: -1;
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 0px;
    display: flex;
    align-items: center;
}

.nav-item {
    border-right: 1px dashed #93393b;
}

.nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-item .theme-button-dark,
.nav-item .theme-button-light {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-b li:last-child {
    border-right: 0 !important;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.5px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
    color: #7f1418;
    background: #ffffff;
    border-radius: 0;
}

.navbar-b.navbar-trans .nav-link::hover {
    color: #fff;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
    color: #202020;
    background: #ffffff;
    border-radius: 50px;
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    /* background: #fff; */
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.navbar-b.navbar-reduce .menu-bg {
    background-color: #fff;
}

.navbar-b.navbar-reduce .nav-link {
    color: #000;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #7f1418;
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
    color: #505050;
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #333;
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #000;
}

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    z-index: 90;
    padding: 0;
}

.navbar-brand img {
    /* max-width: 230px; */
    /* width: 231px; */
    /* height: 80px; */
}


.btn {
    flex-shrink: 0;
    width: 187px;
    height: 65px;
    line-height: 64px;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.outside-circle {
    position: relative;
    background: #b82b2b;
    border-radius: 20px 20px 0 0;
}

.btn.outside-circle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -20px;
    bottom: 0;
    background: #000;
    background: radial-gradient(circle at 0 0, transparent 20px, #b82b2b 21px);
    z-index: 9000;
}

.btn.outside-circle::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -20px;
    bottom: 0;
    background: #000;
    background: radial-gradient(circle at 100% 0, transparent 20px, #b82b2b 21px);
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-brand {
    padding: 0;
    position: relative;
    /* background: #ffa500; */
}

/* 
.navbar-brand:after {
    position: absolute;
    content: '';
    right: 100%;
    top: 0px;
    min-width: 100vw;
    height: 100%;
    background-color: #ffa500;
} */

/* .navbar-brand:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    border-top: none;
    border-left: none;
    border-right: 50px solid transparent;
    border-bottom: 65px solid #ffa500;
} */

/* .navbar-nav {
    width: 100%;
} */

.navbar-b .dropdown-menu {
    border-radius: 2px;
    padding: 0;
    background: transparent;
    border: 0;
    margin: 0;
    position: absolute;
    width: 200px;
}

.navbar-b .dropdown-menu li a {
    padding: 10px;
    transition: all 500ms ease;
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #555;
}

.navbar-b .dropdown-menu li:hover {
    background-color: #c00113;
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu li:hover a {
    color: #fff;
}

.navbar-b .dropdown-menu li.active {
    background-color: #ffa500;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    padding-top: 10px;
}

.navbar-nav li:hover>ul.dropdown-menu li {
    background-color: #ffffff;
}

.navbar-nav li:hover>ul.dropdown-menu li:hover {
    background-color: #ffa500;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.navbar-toggler {
    position: absolute;
    right: 13px;
    top: 6px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.menu-bg {
    background-color: #ffa500;
    position: relative;
}

.border-4 {
    border-radius: 4px;
}

.navbar-toggler span {
    display: block;
    background-color: #000;
    height: 4px;
    width: 25px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-b .black-logo {
    display: none;
}

.navbar-b.navbar-reduce .navbar-brand .white-logo {
    display: none;
}

.navbar-b.navbar-reduce .navbar-brand .black-logo {
    display: block;
}

.book-now a {
    background: #ffffff;
    border-radius: 2px;
    padding-right: 15px !important;
    color: #1a77cc !important;
}

.book-now a:hover {
    background: #171717;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    color: #ffffff !important;
}

.info-menu .cart-count {
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    right: -17px;
    text-align: center;
    line-height: 20px;
}

.info-menu .navbar .navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.info-menu .Techworld-nav {
    background-color: transparent;
    background-image: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-social-icon {
    margin-right: 20px;
}

.top-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-default);
    margin-bottom: 20px;
}

.top-social-icon a {
    font-size: 16px;
    margin-right: 15px;
}

.top-social-icon i {
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
}

.top-social-icon i:hover {
    color: #333;
}

/**************************************
 * Home Section Style
 *************************************/

.home-area {
    position: relative;
    z-index: 1;
    text-align: center;
    background: url(../images/slider-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 40px;
}

.home-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
    z-index: -1;
    background: #000 !important;
}

.hero-equal-height {
    position: relative;
    min-height: 100vh;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.features {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
}

.features span {
    font-size: 12px;
    font-weight: 100;
}

.features span img {
    max-width: 40px;
    border-radius: 4px;
    margin-right: 5px;
}

.header-offer {
    background: #ffa500;
    max-width: 350px;
    min-width: 250px;
    text-align: left;
    border-radius: 2px;
    position: absolute;
    bottom: -69px;
    z-index: 9;
    padding: 20px;
    right: 15px;
    display: flex;
    flex-direction: column;
}

.header-offer h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    border-bottom: 1px solid rgb(255 255 255 / 41%);
    margin-bottom: 10px;
}

.header-offer h3 {
    color: #fff;
    font-weight: 200;
    font-size: 22px;
}

.header-offer p {
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.header-offer .button {}

.home-area .home-content {
    margin-bottom: 50px;
}

.home-area .home-content h1 {
    font-size: 80px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

.home-area .home-content p {
    font-size: 15px;
    color: #ffffff;
}

.button.home-btn-1 {
    background: #ffa500;
    margin-right: 15px;
    border: 2px solid #ffffff;
    color: #fff;
}

.home-app-button-box .img-app-btn-1 {
    margin-right: 15px;
}

/**************************************
 * Slider Home Style
 *************************************/

.slider {
    position: relative;
}

.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.slider .swiper-slide-active {
    z-index: 3;
}

.slider .parallax-slider {
    position: relative;
}

.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 930px;
    max-height: 930px;
    height: 100vh;
    padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
    opacity: 1;
    animation: fadeInLeft .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
}

.back-text {
    font-family: 'Monoton', sans-serif;
    position: absolute;
    opacity: 0.2;
    font-size: 60px;
    top: 10px;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.slider .parallax-slider .caption {
    text-align: left;
}

.slider .parallax-slider .caption h2 {
    text-transform: uppercase;
    font-weight: 100;
    color: #ffffff;
}

.slider .parallax-slider .caption h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    text-shadow: 5px 5px 10px #000;
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
}

.slider .parallax-slider .caption p {
    color: #ffffff;
    font-weight: 500;
    margin-top: 10px;
    opacity: 1;
    text-transform: uppercase;
}

.slider .parallax-slider .swiper-slide-active .caption p {
    color: #ffffff;
    font-weight: 500;
    margin-top: 10px;
    opacity: 1;
    animation: fadeInRight .8s;
}

.slider .parallax-slider .caption h3 {
    font-weight: 600;
    color: #ffffff;
}

.home-slider-btn {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    opacity: 1;
    animation: fadeInUp 1s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.home-slider-btn .button:focus {
    outline: none;
    box-shadow: none;
}

.home-slider-btn .button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 35px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    background: #ffa500;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.home-slider-btn .button:hover {
    color: #fff;
}

.home-slider-btn .button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #171717;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.home-slider-btn .button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #171717;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.home-slider-btn .button:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.home-slider-btn .button:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}



.default-button:focus {
    outline: none;
    box-shadow: none;
}

.default-button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 35px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    background: #ffa500;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.default-button:hover {
    color: #fff;
}

.default-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #171717;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.default-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #171717;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.default-button:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.default-button:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.default-button-dark:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.default-button-dark {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 20px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    background: #171717;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.default-button-dark:hover {
    color: #fff;
}

.default-button-dark:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #ffa500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.default-button-dark:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #171717;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.default-button-dark:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.default-button-dark:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.slider .control-text {
    position: absolute;
    bottom: 0;
    z-index: 8;
    width: 100%;
    height: auto;
    align-items: center;
    /*display: flex;
	justify-content: space-between;*/
}

.slider .control-text .swiper-nav-ctrl {
    color: #eee;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: 50px;
    margin-right: 50px;
    position: static;
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent;
    padding: 6px 10px;
    border-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl:after {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: rgb(0, 0, 0, 0.3);
}

.slider .swiper-pagination-bullets {
    bottom: 20px;
}

.slider .swiper-pagination-bullet {
    background: #fff;
    opacity: .4;
}

.slider .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    border: 2px solid #ffa500;
}

.header-chef-image {
    position: absolute;
    bottom: 0;
    z-index: 90;
    right: 0;
}

.header-chef-image img {
    width: 100%;
    max-width: 600px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
}

.slider-buttons {
    max-width: 250px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    top: -69px;
    z-index: 9000;
    padding: 20px;
    right: 15px;
}

.slider-buttons .swiper-button-next {
    background: #fff;
    right: -15px;
    width: 50px;
    height: 50px;
}

.slider-buttons .swiper-button-prev {
    background: #fff;
    left: -70px;
    width: 50px;
    height: 50px;
}

/**************************************
Services Section CSS
 *************************************/
.services-section .section-title {
    margin-bottom: 35px;
}

.single-services-item {
    position: relative;
    z-index: 1;
    padding: 35px 30px;
    text-align: left;
    border-radius: 0;
    margin-top: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    box-shadow: 0px 4px 8px #e2e2e2;

}

.services-icon {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
    margin-right: 20px;
}

.services-icon i {
    color: #ffa500;
    font-size: 30px;
    display: block;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 20px;
}

.single-services-item h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-transform: capitalize;
}

.single-services-item h3 a {
    display: inline-block;
}

.single-services-item p {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
    text-align: justify;
}

.single-services-item .services-btn-link {
    margin-top: 16px;
    display: flex;
    width: 140px;
}

.single-services-item .services-btn-link .services-link {
    display: inline-block;
    font-size: 16px;
    color: #f44336;
    letter-spacing: 0.5px;
    font-weight: 600;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-decoration: underline;
    background: #484646;
}

.single-services-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.content-listing {
    padding-left: 15px;
    margin-top: 15px;
}

.content-listing li {
    color: #555;
}

.content-listing li i {
    margin-right: 10px;
}

.single-services-item:hover .content-listing li,
.single-services-item:hover .services-icon i {
    color: #fff;
}

.single-services-item:hover h3 {
    color: #fff;
}

.single-services-item:hover p {
    color: #fff;
}

.single-services-item:hover .services-btn-link .services-link {
    color: #fff;
}

.single-services-item:hover .default-btn {
    background-image: linear-gradient(177deg, #fff 0%, #fff 100%);
    color: #f44336;
}

.single-services-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: linear-gradient(90deg, #db8e00, #ffa500);
    background: -webkit-linear-gradient(90deg, #db8e00, #ffa500);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.single-services-item.active:before,
.single-services-item:hover:before {
    opacity: 1;
}

.single-services-item.active .services-icon i {
    color: #fff;
}

.single-services-item.active h3 {
    color: #fff;
}

.single-services-item.active p {
    color: #fff;
    font-size: 17px;
}

.single-services-item.active .services-btn-link .services-link {
    color: #fff;
}

.single-services-item.active .default-btn {
    background-image: linear-gradient(177deg, #fff 0%, #fff 100%);
    color: #f44336;
}

.about-us .single-services-item {
    background: #e2e2e2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    max-height: 350px;
    border-radius: 12px
}

.aout-us img {
    margin-bottom: 0px;
}

.about-us .services-icon {
    margin-right: unset;
}

.about-us {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.about-img-wrapper img {
    transition: transform 0.3s ease;
}

.about-img-wrapper img:hover {
    transform: scale(1.05);
}

/**************************************
Pricing Page CSS
 *************************************/

.price-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.pricing-content {
    padding: 45px 40px;
    background: #ffffff;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: 0px 10px 60px rgb(182 180 180 / 20%);
    -moz-box-shadow: 0px 10px 60px rgb(182 180 180 / 20%);
    box-shadow: 0px 10px 60px rgb(182 180 180 / 20%);
}

.pricing-content:hover {
    transition: all 0.4s ease 0s;
}

.pricing-content.active {
    box-shadow: -1px 3px 20px 0px rgb(241 89 36 / 37%);
    transition: all 0.4s ease 0s;
}

.price-heading {
    text-align: center;
}

.price-heading .price-name h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-heading .price-name h2 {
    font-weight: 700;
    color: #ffa500;
    display: inline-block;
    /* background: linear-gradient(90deg, #db8e00, #ffa500); */
    /* background: -webkit-linear-gradient(90deg, #db8e00, #ffa500); */
    /* border-radius: 0; */
    /* width: 100px; */
    /* height: 57px; */
}

.price-heading .price-name .price-small-text {
    font-size: 20px;
    font-weight: 600;
    color: #ffa500;
}

.price-body {
    padding-left: 0px;
    padding-right: 0px;
}

.price-body ul li {
    display: block;
    padding: 4px 12px;
    border-bottom: 1px solid #ebebeb;
    background: #f4f4f4;
    border-radius: 0;
    margin-bottom: 5px;
}

.price-body ul li:last-child {
    /* padding-bottom: 0; */
    /* border-bottom: 0px; */
}

.price-body ul li i {
    color: #4caf50;
    padding-right: 5px;
    font-size: 10px;
}

.price-body .offer-list-none {
    color: #b7b7b7;
}

.price-body .offer-list-none i {
    color: #626262;
}

.price-btn {
    text-align: center;
    margin-top: 30px;
}

.price-btn .default-btn {
    padding: 10px 30px;
}

.credit-debit {
    text-align: center;
}

.credit_debit_tag_line {
    display: inline-block;
    padding-top: 0;
    color: #e0dfdf;
    font-size: 15px;
    text-decoration: none;
}

.credit_debit_tag_line i {
    padding: 0 5px;
}

.zr-theme-single-service-card {
    margin-bottom: 10px;
    position: relative;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    border-top: 10px double #93393b;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 12px 0px #831d20;
    overflow: hidden;
    padding: 25px;
    transition: transform 3s;
    transform-style: preserve-3d;
    font-size: 25px;
    margin-top: 30px;
}

.zr-theme-single-service-card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.zr-theme-single-service-card:hover i {
    transform: rotateY(180deg);
}

.zr-theme-single-service-card img {
    width: 60px !important;
    margin-bottom: 20px;
}

.zr-theme-single-service-card i {
    transition: transform 0.8s;
    transform-style: preserve-3d;
    margin-bottom: 15px;
    max-width: 70px;
    font-size: 70px;
}

.zr-theme-single-service {
    margin-bottom: 20px;
}

.repair-main-banner .video-btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: block;
    color: #fff;
    background: transparent;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.iq-video.video-btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 83px;
    background: linear-gradient(-48deg, #ffffff -30%, #ffa500 60%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.repair-main-banner .video-btn {
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.animation-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.bg-grey {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/npf/section-bg.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 100px 0;
    margin-top: 35px;
}

.bg-grey::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #042038;
    opacity: .9;
    z-index: -1;
}

.bg-grey h2,
.bg-grey h5 {
    color: #ffffff;
}

.bg-dark-grey {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/section-bg.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 100px 0;
}

.bg-dark-grey::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #41464b;
    opacity: .9;
    z-index: -1;
}

.bg-dark-grey h2,
.bg-dark-grey h5 {
    color: #ffffff;
}

.bg-default {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/section-bg.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 100px 0;
}

.bg-default::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffa500;
    opacity: .9;
    z-index: -1;
}

.bg-default h2,
.bg-default h5 {
    color: #ffffff;
}

.about {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.image {
    overflow: hidden;
}

.about.right:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #f7f7f7;
    opacity: 1;
    z-index: 0;
}

.about.left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #f7f7f7;
    opacity: 1;
    z-index: 0;
}

.about .list {
    list-style: decimal;
    padding-left: 30px;
}

.about .list li {
    margin-bottom: 10px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

/**************************************
 * Time Table Section Style
 *************************************/
.green {
    background-color: #2ecc71;
}

.turquoise {
    background-color: #1abc9c;
}

.navy {
    background-color: #34495e;
}

.blue {
    background-color: #3498db;
}

.purple {
    background-color: #9b59b6;
}

.grey {
    background-color: #bdc3c7;
    color: #202020;
}

.gray {
    background-color: #7f8c8d;
}

.red {
    background-color: #e74c3c;
}

.orange {
    background-color: #f39c12;
}

.yellow {
    background-color: #f1c40f;
    color: #303030;
}

.day-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
    justify-content: center;
}

.day-columns .day-column {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 150px;
    border-left: none;
}

.day-columns .day-column .day-header {
    border-bottom: 1px solid #ebedf2;
    text-align: center;
    padding: 5px;
    color: #898b96;
}

.day-columns .day-column .day-content {
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5px;
    overflow-y: auto;
}

.day-columns .day-column .day-content .event {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 3px;
    color: white;
    padding: 5px;
    box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
}

.day-columns .day-column .day-content .event .title {
    font-size: 12px;
}

.day-columns .day-column .day-content .event footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: 11px;
}

.day-columns .day-column .day-footer {
    border-top: 1px solid #ebedf2;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    color: #575962;
}

/**************************************
 * Single Page Style
 *************************************/
.single-page {
    background: #393d47;
    padding: 260px 0 10px;
    background-position-y: top;
    background-position-x: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/single-page-header.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
}

.single-page::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    z-index: -1;
}

.breadcrumb {
    justify-content: start;
    background-color: transparent;
}

/**************************************
 * Shop Now Section Style
 *************************************/
.shop-area {
    background-attachment: fixed;
    z-index: 1;
    text-align: center;
    position: relative;
}

.shop-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
}

.zr-theme-product-shop-item {
    border-radius: 3px;
    padding: 15px;
}

.timing {
    max-width: 400px;
}

.timing p {
    display: flex;
    justify-content: space-between;
}

.shop-ribbon {
    position: absolute;
    z-index: 90;
    top: 30px;
    background: -webkit-gradient(linear, right top, left top, from(#dc3545), to(#ba1625));
    background: linear-gradient(-90deg, #dc3545 0%, #ba1625 100%);
    padding: 8px 37px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -75px;
    right: -5px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    left: -70px;
    width: 50px;
    height: 50px;
    font-size: 25px;
}

.owl-theme .owl-dots {
    margin-top: 20px;
}

.product-item-content .item-image {
    position: relative;
    overflow: hidden;
}

.product-item-content .item-image img {
    width: 100%;
}

.zr-theme-product-shop-item .product-item-content {
    text-align: left;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    overflow: hidden;
    padding: 15px;
    transition: transform 3s;
    transform-style: preserve-3d;
}

.product-item-details .product-item-title-link {
    color: #000;
    margin-bottom: 5px;
    display: block;
}

.item-add-to-cart .cart li {
    display: inline-block;
    margin: 0 6px;
    -o-transform: translateY(35px);
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    transform: translateY(35px);
    transition: all .3s;
    visibility: visible;
    opacity: 0;
}

.item-add-to-cart .cart li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #131415;
    transition: all .3s;
}

.item-add-to-cart .cart li:hover i {
    color: #fff;
    background: #ffa500;
}

.product-item-content:hover .item-add-to-cart li {
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.item-add-to-cart {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 20px;
    text-align: center;
    left: 50%;
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item-details {
    padding: 30px 20px 30px 20px;
}

.product-item-details h3 {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.product-item-details .item-price {
    color: #ffa500;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.product-item-details .item-price del {
    padding-right: 10px;
    color: #FF9800;
}

.product-item-details .button {
    padding: 8px 30px;
    margin-top: 18px;
}

.product-item-details .button i {
    padding-right: 5px;
}

hr {
    border: 0;
    height: 3px;
    width: 30px;
    background-color: #cf092c;
    margin: 22px 0 20px;
}

.btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    /* padding: 1.75em 3.5em; */
    white-space: nowrap;
    border-radius: 0;
    border: 0;
}

.product {
    position: relative;
    /* margin: 15px; */
    border-radius: 2px;
    background-color: #ffffff;
}

.product-image {
    border-radius: 2px;
    width: 100%;
    height: 100%;
}

.product-description {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-description p {
    margin-bottom: 0;
}

.product-title {
    color: #363636;
    margin: 0em;
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 800;
    line-height: 27px;
    text-transform: uppercase;
}

.product-price {
    color: #ffa500;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0;
}

.product-category {
    display: block;
    color: #cf092c;
    margin-bottom: 1em;
}

.product-btn:focus {
    outline: none;
    box-shadow: none;
}

.product-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 20px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 2px solid #1a77cc;
    border-radius: 2px;
    color: #1a77cc;
    background: none;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.product-btn:hover {
    color: #fff;
}

.product-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #ffa500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.product-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffa500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.product-btn:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.product-btn:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

/**************************************
 * Our Deals Section Style
 *************************************/
.sunday-deals {
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
}

/**************************************
 * Day of Menu Section Style
 *************************************/

.menu-day-area {
    position: relative;
    z-index: 1;
}

.menu-day-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .35;
    z-index: -1;
}

.bg--cover {
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.menu-day-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.menu-day-product-content .menu-day-tab-header {
    text-align: left;
}

.menu-day-product-content .menu-day-tab-list {
    /*padding: 30px 0;*/
}

.menu-day-product-content .menu-day-tab-list .active {
    background: #ffa500;
}

.menu-day-product-content .menu-day-tab-list li {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    vertical-align: top;
}

.menu-day-product-content .menu-day-tab-list li a {
    display: block;
    color: #555;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 50px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.menu-day-product-content .menu-day-tab-list li a i {
    font-size: 35px;
    vertical-align: middle;
}

.menu-single-tab-content.active {
    display: block;
}

.menu-single-tab-content {
    display: none;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 15px 0;
}

.menu-single-product-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.zr-theme-menu-product-info-box {
    margin-bottom: 30px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    margin-top: 30px;
    padding: 25px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    overflow: hidden;
}

.menu-single-product-horizontal .zr-theme-menu-product-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
}

.menu-single-product-horizontal .menu-product-title {
    font-size: 18px;
    font-weight: 400;
    color: #ffa500;
}

.main-price {
    position: absolute;
    right: 25px;
    top: 0;
    background: #be001c;
    display: flex;
    height: 80px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 34px;
}

.menu-product-details {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 22px;
    font-weight: 800;
    line-height: 27px;
}

.menu-single-product-horizontal .menu-product-details p {
    margin-bottom: 0;
    color: #333;
}

.menu-single-product-horizontal .menu-product-price {
    max-width: 80px;
    padding-left: 15px;
    text-align: right;
}

.menu-single-product-horizontal .menu-product-price span {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    background: #ffa500;
    width: 68px;
    display: block;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

.menu-day-main-tabs-content {
    border-top: 5px solid #ffa500;
}

.menu-day-product-content .menu-day-tab-list li a:hover {
    color: #ffa500;
}

.menu-day-product-content .menu-day-tab-list li a:hover i {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li a:hover i:before {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li.active a {
    color: #ffa500;
}

.menu-day-product-content .menu-day-tab-list li.active a i {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li.active a i:before {
    color: inherit;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 15px 0;
}

.menu-day-product-content .menu-single-product-horizontal:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.menu-product-description {
    justify-content: space-between;
    display: list-item;
    list-style: disc;
    margin-left: 45px;
}

.menu-product-description span {
    color: #ffa500;
}

/**************************************
 * Reservation Section Style
 *************************************/

.zr-theme-reservation-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/section-bg.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 100px 0;
}

.zr-theme-reservation-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffa500;
    opacity: .9;
    z-index: -1;
}

.zr-theme-reservation-area h5 {
    max-width: 600px;
    margin: 0 auto;
    text-transform: none;
    color: #fff;
}

.zr-theme-reservation-area h3 {
    margin: 0 auto;
    color: #fff;
}

.zr-theme-reservation-area h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: -5px;
}

.zr-theme-reservation-area h1 {
    color: #ffa500;
    font-size: 70px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: -5px;
}

.reservation-btn {
    background-color: #ffa500;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
    margin-top: 20px;
}

.reservation-btn:hover {
    background-color: #171717;
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
}

/**************************************
 * Reservation Modal Style
 *************************************/
#reservationModal .modal-dialog {
    max-width: 650px;
}

#reservationModal .modal-dialog .modal-content {
    border: none;
    border-radius: 5px;
}

#reservationModal .modal-dialog .modal-content .modal-header {
    padding: 25px 25px 20px;
    display: block;
    background: #ffa500;
    position: relative;
}

#reservationModal .modal-dialog .modal-content .modal-header .modal-title {
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 22px;
}

#reservationModal .modal-dialog .modal-content .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    color: #ffffff;
}

#reservationModal .modal-dialog .modal-content .modal-body {
    padding: 25px;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm {
    overflow: hidden;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .form-control {
    padding: 4px 10px 0;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .btn {
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 1px;
    padding: 12px 30px 8px;
    margin-top: 4px;
    float: right;
    background: #000;
    border-radius: 25px;
}

/**************************************
 * Team Section Style
 *************************************/
.team .member {
    text-align: center;
    border-radius: 0;

    padding: 15px;
    overflow: hidden;
    background: white;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    margin-bottom: 20px;
}

.team .member img {
    border-radius: 10px;
    overflow: hidden;
}

.team .member .member-content {
    padding: 0 20px 30px 20px;
}

.team .member h4 {
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 20px;
    color: #ffa500;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 14px;
    color: #6c757d;
}

.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}

.team .member .social {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a {
    color: #ffa500;
    transition: 0.3s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
}

.team .member .social a:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.team .member .social i {
    font-size: 14px;
    margin: 0 2px;
}

/**************************************
 * Projects Section Style
 *************************************/

.gallery-area {
    position: relative;
}

.gallery-area .gallery-list {
    text-align: center;
}

.gallery-area .gallery-list .nav {
    display: inline-block;
    margin: 0;
    position: relative;
}

.gallery-area .gallery-list .nav li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffa500;
    font-size: 15px;
    font-weight: 400;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0 7px 25px rgb(41 41 41 / 27%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    margin-top: 0;
    margin-right: 20px;
    cursor: pointer;
}

.gallery-area .gallery-list .nav li span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 0;
    background-color: #41464b;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.gallery-area .gallery-list .nav li:hover,
.gallery-area .gallery-list .nav li:focus {
    color: #ffffff;
}

.gallery-area .gallery-list .nav li:hover span,
.gallery-area .gallery-list .nav li:focus span {
    width: 200%;
    height: 500px;
}

.gallery-area .gallery-list .nav li.filter-active {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    background-color: #ffa500;
    box-shadow: 0 7px 25px rgb(41 41 41 / 27%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    margin-top: 0;
    margin-right: 20px;
    cursor: pointer;
}

.gallery-area .gallery-list .nav li.filter-active span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #41464b;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.gallery-area .gallery-container {
    display: inline-block;
    width: 100%;
}

.gallery-area .gallery-grid-item {
    overflow: hidden;
}

.gallery-grid-item img {
    width: 100%;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0;
    margin-top: 30px;
}

.gallery-item .gallery-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .1s;
    transition: all .1s;
}


.gallery-item .gallery-img-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: all .1s;
    transition: all .1s;
    background: rgb(255 165 2 / 90%);
    opacity: 1;
}

.gallery-item:hover .gallery-img-overlay:after {
    height: 100%;
}

.gallery-item .gallery-img-overlay .gallery-content .info {
    position: absolute;
    left: 0;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 15px;
}

.gallery-item .gallery-img-overlay .gallery-content .info a {
    color: #000000;
}

.gallery-item .gallery-img-overlay .gallery-content .info p {
    color: #ffffff;
    line-height: 16px;
}

.gallery-item .gallery-img-overlay .gallery-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all .1s;
    transition: all .1s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}

.gallery-item .gallery-img-overlay .gallery-content .top {
    display: flex;
    justify-content: end;
    padding: 15px;
}

.gallery-item .gallery-img-overlay .gallery-content .top .icon i {
    font-weight: 300;
    color: #222222;
}

.gallery-item .gallery-img-overlay .gallery-content .top .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    color: #222222;
    border: 1px solid #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: block;
}

.gallery-item .gallery-img-overlay .gallery-content .top .icon:hover {
    color: #222222;
    border-color: #ffffff;
    background-color: #ffffff;
}

.gallery-item:hover .gallery-img-overlay {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.gallery-item:hover .gallery-img-overlay .gallery-content {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .info h6 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.gallery-more-btn {
    margin-top: 30px;
}

.contact-area .button,
.blog-area .button,
.gallery-area .button {
    border-color: #ffa500;
    color: #ffa500;
}

.contact-area .button:hover,
.blog-area .button:hover,
.gallery-area .button:hover {
    color: #ffffff;
}

/* Single Project */
.single-project-list {
    margin-top: 20px;
}

.single-project-list li span {
    font-weight: 700;
    color: #222222;
    width: 49%;
    display: inline-block;
}

/**************************************
 * Testimonial Section Style
 *************************************/

.testimonial-area {
    text-align: center;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.testimonial-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    z-index: -1;
    /*background: #000;*/
}

.testimonial-area .section-title h2 {
    /*color: #fff;*/
}

.single-testimonial {
    position: relative;
    background-color: transparent;
    padding: 20px;
}

.rating-box ul li {
    display: inline-block;
}

.rating-box ul li i {
    color: #ffce39;
    font-size: 18px;
}

.testimonial-content {
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-content .fa-quote-left {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: -66px;
    color: #ffa500;
}

.testimonial-content .fa-quote-right {
    position: absolute;
    right: 0;
    font-size: 20px;
    bottom: -66px;
    color: #ffa500;
}

.testimonial-content p {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(90deg, #db8e00, #ffa500);
    background: -webkit-linear-gradient(90deg, #db8e00, #ffa500);
    padding: 20px;
    color: #fff;
    border-radius: 0;
}

.single-testimonial .testimonial-bio .avatar img {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 100px !important;
    margin: 0 auto;
    padding: 3px;
}

.single-testimonial .testimonial-bio .bio-info {
    text-align: center;
    margin-top: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
    font-size: 22px;
    line-height: 27px;
}

.single-testimonial .testimonial-bio .bio-info span {
    font-size: 15px;
    /*color: #fff;*/
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
    position: unset;
    right: 0;
    top: 50%;
    transform: none;
    margin-top: 20px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
    background-color: #ddd;
}

.slider-bg-grey .owl-theme .owl-dots .owl-dot span {
    background-color: #cacaca;
}

/**************************************
 * Counter Section Style
 *************************************/
.counter-area {
    position: relative;
}

.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.counter-container img {
    margin-bottom: 15px;
    width: 70px;
    text-align: center;
}

.counter {
    font-size: 40px;
    margin-top: 10px;
    font-weight: 600;
}

.counter-area span {
    margin-top: 10px;
}

@media (max-width: 580px) {
    body {
        flex-direction: column;
    }
}

/**************************************
 * Team Section Style
 *************************************/

.team-area {}

.team-area .section-title {
    margin-bottom: 35px;
}

.single-team-box {
    margin-top: 30px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-image {
    position: relative;
    z-index: 1;
    border: 5px solid #ffa50082;
    padding: 9px;
}

.single-team-box .team-image img {
    width: 100%;
    height: auto;
}

.team-social-box {
    display: block;
}

.team-social-box {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: transparent;
}

.single-team-box .team-image .team-social-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.single-team-box:hover .team-image .team-social-box:after {
    height: 100%;
}

.single-team-box .team-social-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-team-box .team-social-icon a {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: inherit;
    font-size: 15px;
    margin: 12px 5px;
    vertical-align: middle;
    background: #ffffff;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
}

.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.single-team-box .team-social-icon a:after {
    top: 0px;
    left: 0px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: inherit;
    border-radius: inherit;
}

.single-team-box .team-social-icon a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.team-info {
    padding: 20px 15px 25px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-info h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.team-info span {
    color: #ffa500;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.social-color-1:hover:after {
    background-color: #3b5998 !important;
}

.social-color-2:hover:after {
    background-color: #00acee !important;
}

.social-color-3:hover:after {
    background-color: #0e76a8 !important;
}

.social-color-1 {
    color: #3b5998 !important;
    background-color: transparent;
}

.social-color-2 {
    color: #00acee !important;
    background-color: transparent;
}

.social-color-3 {
    color: #0e76a8 !important;
    background-color: transparent;
}

.mt-70 {
    margin-top: 70px !important;
}

/**************************************
 * Blog Section Style
 *************************************/

.blog-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}

.blog-area .single-blog {
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    overflow: hidden;
}

.blog-area .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-area .single-blog img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
}

.blog-area .single-blog:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: rotate(3deg) scale(1.1, 1.1);
    -ms-transform: rotate(3deg) scale(1.1, 1.1);
    transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
    padding: 30px 25px;
}

.single-blog .blog-content .blog-text p {
    color: #555;
}

.blog-area .single-blog .blog-content h3 a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
    color: #ffa500;
    text-decoration: underline !important;
}

.blog-area .card {
    background: #ffffff;
    border-radius: 0;
    margin-top: 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    border: unset;

}

.blog-area .card .blog-text p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-bottom-text-link {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.blog-bottom-text-link span.date {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffa502;
    padding: 10px 15px;
}

.single-blog .blog-content .blog-bottom-text-link a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background: #ffa500;
    display: block;
    padding: 0px 10px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
    color: #ffa500;
    text-decoration: underline !important;
}

.blog-more-btn {
    margin-top: 30px;
}

.card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.card-title {
    margin-bottom: 0.3rem;
    font-size: 22px;
    line-height: 27px;
    color: #ffa500;
}

.card:hover .card-title {
    color: #333;
}

.cat {
    display: inline-block;
    margin-bottom: 1rem;
}

.fa-users {
    margin-left: 1rem;
}

.card-footer {
    font-size: 0.8rem;
}

.blog-btn {
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
    margin-top: 20px;
}

.blog-btn:hover {
    background-color: #c5092a;
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
}

/* pagination */

.pagination {
    margin-bottom: 30px;
    list-style: none !important;
    padding: 0px;
}

.page-link {
    color: #fff;
    background-color: #252525;
    border: 1px solid #252525;
    padding: 0;
    margin: 0 10px;
    border-radius: 50% !important;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    transition: .3s;

}

.page-link:focus,
.page-link:active {
    box-shadow: none !important;
}

.page-link:hover {
    color: #fff !important;
}

.page-link {
    color: #666;
    background-color: #eee;
    border: 1px solid #eee;
}

.page-link:hover {
    background-color: #000;
    border: 1px solid #000;
}

.blog-area-post .meta {
    color: #888;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #ffa500;
    border-color: #ffa500;
}

/**************************************
 * Press Section Style
 *************************************/
.theme-single-press {
    margin-bottom: 15px;
}

.theme-single-press-content {
    text-align: center;
    border: 1px solid #d8d8d882;
    border-radius: 10px;
    overflow: hidden;
    background: #fbfbfb;
}

.theme-single-press-content img {}

.theme-single-press-content h3 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 30px;
}

/**************************************
 * Contact Section Style
 *************************************/

.contact-area {
    position: relative;
    z-index: 1;
}

.contact-box h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffa500;
}

.contact-box p {
    margin-bottom: 0;
    margin-top: 7px;
    position: relative;
    padding-left: 25px;
    color: #555;
}

.contact-box p i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ffa500;
}

.contact-box p a {
    color: #555;
}

.contact-box p a:hover {
    color: #ffa500;
}

.contact-box p.opening-hours {
    overflow: hidden;
    padding: 0;
    text-align: left;
}

.contact-box p.opening-hours span {
    float: right;
    margin-right: 25px;
}

.contact-widget {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background: #f7f7f7;
}

.newsletter-form .form-control {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    height: auto;
    background-color: transparent;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #b6b6b7;
    border-bottom: 3px solid #ffa500;
}

.contact-box form .button {
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 3px 0;
    margin-top: 10px;
    height: 42px;
    border-radius: 3px;
}

.contact-box form .button i {
    font-size: 25px;
    padding-left: 10px;
    vertical-align: middle;
}

.form-container-box {
    border-radius: 5px;
}

.contact-area .form input,
.contact-area .form textarea,
.contact-area .form select {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    min-height: 55px;
    background-color: transparent;
    font-weight: 500;
    border-radius: 2px;
    border: 2px solid #ffa500;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

#contact-form .button {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

button,
input,
textarea {
    color: #505050;
}

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

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}


/**************************************
 * Single Page Style
 *************************************/
#page {
    position: relative;
}

#page .section-title {
    text-align: left;
}

#page .section-title h5 {
    margin: unset;
}

#page img {
    width: 100%;
}

/**************************************
 * Footer Section Style
 *************************************/

.footer-section {
    position: relative;
    background: url(../images/npf/section-bg.jpg) center center;
    background-size: cover;
    border-radius: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.footer-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 0;
    background: #042038;
}

.footer-section .contact-info {
    margin-bottom: 10px;
}

.footer-section .contact-info i {
    margin-right: 10px;
    color: #ffffff;
}

.footer-section .contact-info h6 {
    color: #ffffff;
}

.footer-section .contact-info h6 {
    color: #ffffff;
}

.footer-section .contact-info p {
    margin-bottom: 0;
    color: #ffffff;
}

.footer-section .contact-info a {
    margin-bottom: 0;
    color: #ffffff;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ffa500;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #ffa500;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 17px;
    color: white;
}

.footer-logo img {
    max-width: 350px;
}

.footer-logo h1 {
    color: white;
}

.footer-text p {
    margin-top: 5px;
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    text-align: justify;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-default);
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
}

.footer-social-icon i:hover {
    color: #333;
}

.footer-widget-heading h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    margin-top: 10px;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 100%;
    background: #ffa502;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ffa500;
    margin-left: 10px;
}

.footer-widget ul li a {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 18px;
}

.footer-widget ul li a i {
    margin-right: 10px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    outline: none;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000;
    outline: none;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ffa500;
    padding: 16px 20px;
    border: honeydew;
    top: 0px;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.subscribe-form button:hover {
    background: #2e2e2e;
}

.copyright-area {
    background: var(--color-primary);
    /* padding: 25px 0; */
    position: relative;
    background: linear-gradient(90deg, #db8e00, #ffa500);
    background: -webkit-linear-gradient(90deg, #db8e00, #ffa500);
}

.copyright-text p {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
}

.copyright-text p a {
    /* color: var(--color-primary); */
    color: #820c0e
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: var(--color-primary);
}

.footer-menu li a {
    font-size: 14px;
    color: #ffffff;
}

.footer-menu li a:hover {
    color: #333;
}



.margin-bottom-30 {
    margin-bottom: 30px;
}

.hidden {
    display: none;
}

@media only screen and (max-width: 1200px) {

    .theme-button-dark,
    .theme-button-light {
        /* padding-left: 20px; */
        padding-right: 20px;
    }

    .zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p {
        margin: 0;
    }

    .navbar-b.navbar-trans .nav-link,
    .navbar-b.navbar-reduce .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .d-mobile {
        display: block;
    }

    .navbar-brand:before {
        border-bottom: 50px solid #ffa500;
    }

    .top-social-icon {
        position: absolute;
        top: 70px;
    }

    .d-web {
        display: none;
    }

    .about .col-lg-6 {
        max-width: 100% !important;
    }

    .slider .parallax-slider .swiper-slide .bg-img {
        top: 0;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .zr-theme-menu-header-navber-area .nav-top-bar {
        display: none;
    }

    .navbar-b.navbar-trans .nav-link,
    .navbar-b.navbar-reduce .nav-link {
        color: #000;
    }

    .home-area {
        padding-top: 130px;
    }

    .home-area .home-content h1 {
        font-size: 65px;
    }

    .slider .parallax-slider .caption h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .slider .parallax-slider .caption h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .slider .control-text .swiper-nav-ctrl {
        margin-left: 10px;
        margin-right: 10px;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .menu-day-product-content .menu-day-tab-list li {
        padding: 10px 15px;
        margin: 15px 0;
        border: 0;
    }

    .menu-day-product-content .menu-day-tab-list li a {
        font-size: 16px;
    }

    .zr-theme-reservation-area h2 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .product {
        background: transparent;
    }

    .gallery-area .gallery-list .nav li {
        margin: 10px 10px;
    }

    .theme-single-press-content {
        /*padding: 15px 0;*/
        margin: 10px 20px;
    }

    .theme-single-press-content h3 {
        padding-bottom: 15px;
    }

    .contact-box {
        margin-bottom: 30px;
    }

    .form-container-box {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .footer-area {
        text-align: center;
    }

    .footer-area .footer-link ul {
        margin-top: 10px;
        text-align: center;
        list-style-type: none;
    }

    .navbar-b.navbar-reduce {
        transition: all .5s ease-in-out;
        padding-top: 12px;
        padding-bottom: 12px;
        height: auto;
    }

    #navbarDefault {
        position: absolute;
        right: -18px;
        top: -12px;
        width: 300px;
        height: 100vh;
        z-index: 90;
        background: #ffffff;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .header-chef-image img {
        max-width: 200px;
    }

    .book-now a {
        display: inline-block;
    }

    .zr-theme-reservation-area .text-right {
        text-align: left !important;
    }

    .slider .parallax-slider .swiper-slide {
        max-height: 780px;
    }

    .single-page {
        padding: 80px 0 0px;
        background-size: cover;
    }

    .infographics {
        display: none;
    }

    h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-area .home-content h1 {
        font-size: 80px;
    }

    .home-area {
        padding-top: 170px;
        padding-bottom: 40px;
    }

    .about-image {
        text-align: center;
        margin-top: 30px;
    }

    .tab .tabs li {
        margin: 0 20px;
    }

    .theme-single-press-content {
        margin-bottom: 30px;
    }

    .theme-single-press-content h3 {
        padding-bottom: 15px;
    }

    .contact-box {
        margin-bottom: 30px;
    }

    .header-chef-image img {
        max-width: 200px;
    }

    .book-now a {
        display: inline-block;
    }

    .zr-theme-reservation-area .text-right {
        text-align: left !important;
    }

    .about-content p {
        font-size: 17px !important;
    }

}

@media screen and (max-width: 420px) {
    .slider .parallax-slider .swiper-slide {
        min-height: 780px;
    }

    .owl-carousel.owl-drag .owl-item {
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .mmt-20 {
        margin-top: 20px;
    }

    .blog-bottom-text-link {
        flex-direction: column;
    }

    .about .col-lg-6 {
        margin: 0 auto;
    }
}


.section-services {
    color: #202020;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

.section-services .header-section {
    margin-bottom: 34px;
}

.section-services .header-section .title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #333;

}

/* 
.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ff4500;
    border-radius: 3px;
} */

/* .section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
} */

.section-services .header-section .description {
    font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 0px;
    /* background-color: #fff; */
    border-radius: 10px;
    padding: 25px 30px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section-services .single-service .content {
    position: relative;
    z-index: 20;
}

.section-services .single-service .content span {
    margin-right: 10px;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 130px;
    height: 130px;
    background-color: #ffa500;
    border: 6px solid #6a121b;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

.section-services .single-service .icon {
    display: inline-block;
    /* margin-bottom: 26px; */
    width: 70px;
    height: 70px;
    /* background-color: #ffa500; */
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
    /* background-color: #fff; */
    color: #ff4500;
}

.section-services .single-service .title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 25px;
    transition: color .3s;
    text-align: center;

}

.section-services .single-service:hover .title {
    color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 17px;
    transition: color .3s;
    text-align: center;
}

.section-services .single-service:hover .description {
    color: #fff;
}

.section-services .single-service a {
    position: relative;
    font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
    color: #fff;
}

.section-services .single-service a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ff4500;
    transition: background-color .3s;
}

.section-services .single-service:hover a:after {
    background-color: #fff;
}


/* Center the Read More button container */
.row {
    display: flex;
    justify-content: center;
    /* Aligns horizontally to the center */
    align-items: center;
    /* Aligns vertically to the center */
    height: 100%;
    /* Ensures the container takes up the full height of the parent */
}

/* Style the button */
.theme-button-dark {
    display: inline-block;
    padding: 10px 20px;
    /* Adjust the padding as needed */
    background-color: #000;
    color: #fff;
    /* White text */
    text-decoration: none;
    /* Remove underline */
    border-radius: 5px;
    /* Rounded corners */
    font-size: 16px;
    /* Text size */
    transition: background-color 0.3s ease;
    /* Add smooth transition for hover effect */
}

/* Button hover effect */
.theme-button-dark:hover {
    background-color: #555;
    /* Change to a lighter shade when hovered */
}


.navbar-collapse {
    justify-content: flex-end;
    align-items: center;
}


.about-us-img-wrapper {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.styled-img {
    transition: transform 0.4s ease;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.about-us-img-wrapper:hover .styled-img {
    transform: scale(1.05);
}


/* =========================================== */

.about-us-img-wrapper img {
    border-radius: 12px;
    max-height: 350px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.services-heading h2 {
    font-size: 2rem;
    color: #720e11;
    margin-bottom: 15px;
}

.content-listing {
    margin-top: 15px;
    padding-left: 0;
    list-style: none;
}

.content-listing li {
    margin-bottom: 10px;
    font-weight: 500;
    color: #555;
}

.theme-button-dark {
    display: inline-block;
    background-color: #820c0e;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: none;
}

.theme-button-dark:hover {
    background-color: #000;
}

.product-card {
    background-color: #ffdb71;
    padding: 25px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px #93393b;
}

.product-img {
    max-height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.product-card h4 {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
}

.product-card p {
    font-size: 1rem;
    color: #555;
}

/* ====================================== */


.callback-section-modern {
    background: url('../images/npf/enq.jpg') no-repeat center center/cover;
    padding: 100px 0;
    font-family: 'Segoe UI', sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.callback-section-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* black shade with 50% opacity */
    z-index: -1;
}


.glass-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.callback-heading {
    font-size: 2.2rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.callback-subtext {
    color: #555;
    font-size: 1rem;
    margin-bottom: 30px;
}

.callback-modern-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.input-row input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    width: 100%;
}

.modern-btn {
    margin-top: 10px;
    background-color: #93393b;
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.modern-btn:hover {
    background-color: #f6d21d;
    color: #000;
}

.icon-bar {
    position: fixed;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    z-index: 1000;
}

.icon-bar a {
    display: grid;
    margin-bottom: 15px;
    background-color: #fff;
    color: white;
    padding: 11px;
    text-align: center;
    border-radius: 15%;
    font-size: 13px;
    transition: background-color 0.3s ease, transform 0.3s ease;

}

.icon-bar a:hover {
    background-color: #fff;
    transform: scale(1.1);
}

.icon-bar a.facebook {
    background-color: #3b5998;
}

.icon-bar a.instagram {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.icon-bar a.whatsapp {
    background-color: #25d366;
}

.icon-bar a.youtube {
    background-color: #ff0000;
}

.copyright-area {
    /* background: #f8f8f8; */
    padding: 10px 0;
    font-size: 14px;
}

.copyright-text p {
    margin: 0;
    color: #000;
}

.copyright-text a {
    color: #007bff;
    text-decoration: none;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #0064d9;
}

/* ============================================ */

.testimonial-bold-section {
    background-color: #f5f7fa;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
}

.testimonial-bold-header {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-bold-header h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
}

.testimonial-bold-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.testimonial-bold-card {
    background: #ffffff;
    border-left: 5px solid #93393b;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.testimonial-bold-card:hover {
    transform: translateY(-5px);
}

.testimonial-bold-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: center;
}

.testimonial-bold-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-bold-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #93393b;
}

.testimonial-bold-footer h4 {
    font-size: 1.1rem;
    color: #93393b;
    margin: 0 0 5px 0;
}

.testimonial-bold-stars {
    color: #f1c40f;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

/* ================================================= */


/* Wrapper section */
.callback-wrapper {
    padding: 0px 20px 60px 20px;
}

/* Container */
.container {
    margin: 0 auto;
}

/* Flex layout */
.callback-content {
    display: flex;
    flex-wrap: wrap;
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
}

/* Form section */
.form-area {
    flex: 1 1 50%;
    padding: 30px;
    box-sizing: border-box;
}

.form-area h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-area p {
    font-size: 18px;
    margin-bottom: 30px;
}

/* Form styling */
.callback-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.callback-form select,
.callback-form input {
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    width: calc(33% - 10px);
    min-width: 200px;
    height: 50px;
    border: 2px solid #93393b;
    margin: 10px 1px;

}

/* 
.callback-form button {
    background-color: #ffd700;
    color: black;
    font-weight: bold;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background 0.3s;
} */

.callback-form button:hover {
    background-color: #e6c200;
}

/* Image section */
.image-area {
    flex: 1 1 50%;
    background-color: #00285e;
}

.image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ================================================ */

.iso-section {
    max-width: 800px;
    margin: 30px auto;
    /* padding: 40px; */
    /* background-color: #fff; */
    border-radius: 12px;
    text-align: center;
}

.iso-section h2 {
    font-size: 2.2rem;
    color: #000;
    margin-bottom: 10px;
}

.iso-section p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
}

.cert-box {
    padding: 25px;
    border-radius: 10px;
    background-color: #fdfdfd;
    border: 2px solid #821114;
    display: inline-block;
    transition: 0.3s ease;
}

.cert-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.cert-box img {
    width: 90px;
    margin-bottom: 20px;
    cursor: pointer;
}

.cert-box h3 {
    color: #1e2a38;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.cert-box p {
    color: #666;
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto;
}

/* Popup styles */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup:target {
    display: flex;
}

.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.popup-content img {
    width: 100%;
    max-height: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.close-btn {
    position: absolute;
    top: -15px;
    right: -45px;
    background-color: #fff;
    color: #000;
    font-size: 30px;
    text-decoration: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1366px) {
    .container {
        max-width: 1200px !important;
    }

    .theme-button-dark {
        margin-top: 10px;
    }

    .navbar-b.navbar-trans .nav-link,
    .navbar-b.navbar-reduce .nav-link {
        font-size: 15px;
    }

    .footer-section .contact-info {
        font-size: 16px;
    }

    .about-container {
        max-width: 1200px !important;
    }

    .slider .parallax-slider .caption h1 {
        font-size: 40px;
    }

    .section-services .header-section .title {
        font-size: 22px !important;
    }

    .about-content h2 {
        font-size: 22px !important;
    }

    .section-title h2 {
        font-size: 22px !important;
    }

    .content h1 {
        font-size: 22px !important;
    }

    .footer-widget ul li a {
        font-size: 15px !important;
    }

    .footer-text p {
        line-height: 1.5;
        font-size: 16px !important;
    }

    .mail a {
        font-size: 16px !important;
    }

    .mail i {
        font-size: 16px !important;

    }

    .phone a {
        font-size: 16px !important;
    }

    .phone i {
        font-size: 16px !important;

    }

    .about-content p {
        line-height: 1.6;
    }

    .navbar-nav .nav-item {
        margin-left: 0px !important;
    }

    .zr-theme-single-service-card {
        padding: 10px;
        font-size: 16px;
        width: 100%;
        margin-top: 70px;
    }

    .zr-theme-single-service-card img {
        margin-right: 20px;
    }

    .section-services .single-service {
        padding: 10px 30px;
        margin-top: -30px;
    }

    .section-services .single-service .description {
        font-size: 15px;
    }

    .section-services .single-service .icon {
        width: 45px;
        height: 45px;
        font-size: 15px;
    }

    .about-image {
        width: 38% !important;
        margin-top: 45px !important;
    }

    .about-content {
        width: 55%;
    }

    .about-content p {
        font-size: 15px !important;
    }

    .theme-button-dark {
        font-size: 14px;
    }

    .bg-grey {
        padding: 25px 0;
    }

    .single-services-item.active p {
        font-size: 15px;
    }

    .product-card {
        margin: 0 20px;
        padding: 30px 0 10px 0 !important;
    }

    .content p {
        font-size: 15px !important;
    }

    .navbar-brand img {
        max-width: 110%;
    }

    .theme-single-press-content img {
        width: 85%;
    }

    .testimonial-bold-section {
        padding: 20px 20px;
    }

    .testimonial-bold-grid {
        margin-top: -22px !important;
        margin-bottom: 20px !important;
    }

    .testimonial-bold-content p {
        font-size: 15px !important;
        line-height: 1.6;
    }

    .slider .parallax-slider .swiper-slide .bg-img {
        height: 600px;
    }

    .slider .parallax-slider {
        height: 600px;
    }

    .slider {
        height: 600px;
    }

    .testimonial-bold-card {
        padding: 15px 25px;
    }

    .testimonial-bold-avatar {
        width: 50px;
        height: 50px;
    }

    .testimonial-bold-footer {
        margin-top: 5px;
    }

    .footer-logo img {
        max-width: 260px;
    }

    .footer-content {

        padding: 20px 0;
    }

    .copyright-text p {
        font-size: 15px !important;
    }


}

.icon {
    /* filter: grayscale(100%); */
    transition: filter 0.3s ease;
}

.single-service:hover .icon {
    filter: brightness(0%);
}

/* ============================================ */

section.callback-section {
    background: url('11.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    background: rgba(0, 39, 92, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
}

.content {
    text-align: center;
    color: white;
    max-width: 1200px;
}

.content h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.callback-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.callback-form select,
.callback-form input {
    padding: 15px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    width: 250px;
}

.callback-form button {
    background-color: #f4c400;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 0px 30px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 1px;
    transition: background 0.3s ease;
}

.callback-form button:hover {
    background-color: #e6b200;
}

@media (max-width: 768px) {
    .callback-form {
        flex-direction: column;
        align-items: center;
    }

    .callback-form select,
    .callback-form input,
    .callback-form button {
        width: 100%;
        max-width: 300px;
    }

    img {
        max-width: 80% !important;
    }

    .about-image {
        display: none;
    }

    .slider .parallax-slider .caption h1 {
        line-height: 55px !important;
    }


    element.style {}

    @media (min-width: 360px) and (max-width: 900px) {
        .zr-theme-single-service-card {
            padding: 9px;
            font-size: 22px;
        }

        .section-services .theme-button-dark {
            margin: 0 0 25px 0 !important;
        }

        .single-services-item {
            margin: 10px 20px;
        }
    }

    @media (max-width: 1366px) {
        .zr-theme-single-service-card {
            padding: 10px;
            font-size: 16px;
            width: 100%;
            margin-top: 70px;
        }
    }

    .zr-theme-single-service-card {
        margin-bottom: -45px !important;
    }

    .section-services .header-section .title {

        margin-top: 30px !important;
    }

    .section-services .single-service {
        margin-bottom: 50px !important;

    }

    .content p {
        font-size: 17px !important;
    }

    .theme-single-press-content img {
        width: 45% !important;
    }

    .testimonial-bold-card {
        margin-right: 0px !important;
    }

    .footer-text p {
        margin-top: 20px;
        font-size: 17px !important;

    }

    /* .footer-section .contact-info {
        margin-right: 208px !important;
    } */
}


@media (min-width: 360px) and (max-width: 900px) {
    .section-services .single-service {
        margin-bottom: 25px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .slider .parallax-slider .caption h1 {
        font-size: 35px;
    }

    .about-content {
        width: 100% !important;
        margin: 0 25px;
    }

    .nav-item {
        border: none;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        line-height: 2;
    }

    .navbar-nav .nav-item .nav-link:hover {
        color: #93393b;
    }

    .testimonial-bold-card {
        margin-right: 30px;
    }

    /* .footer-section .contact-info {
        margin-right: 130px;
    } */

    .contact-address {
        display: block !important;
    }

    .footer-logo img {
        max-width: 325px;
    }

    .footer-widget ul li a {
        font-size: 16px;
    }

    .spinner-loader {
        margin-left: 75px !important;
    }

    .content h1 {
        font-size: 26px;
    }

    .footer-section .contact-info a {
        margin-bottom: 10px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .zr-theme-single-service-card {
        padding: 12px;
        font-size: 20px;
    }

    .icon-bar a {
        padding: 8px;
    }

    .bg-grey {
        padding: 25px 0;
    }

    .content h1 {
        font-size: 23px !important;
    }

    .callback-form button {
        max-width: 120px;
        padding: 10px 20px;
    }

    .section-title h2 {
        font-size: 21px !important;
    }

    .testimonial-bold-grid {
        justify-content: center;
    }

    .copyright-text p {
        margin: 1px;
    }

    .theme-partner-area .section-title {
        margin-bottom: 20px;
    }

    .zr-theme-single-service-card img {
        width: 50px !important;
    }
}

/* ==================================== */

.about-section-new {
    padding: 0px;
    background-color: #fff;
}

.about-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 1430px;
    margin: 0 auto;
}

.about-image {
    position: relative;
    width: 45%;
}

.about-image img {
    width: 100%;
    border-radius: 5px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
}

.overlay-image {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.overlay-image img {
    width: 200px;
    height: auto;
    border-radius: 5px;
}

.about-content {
    width: 50%;
}

.about-content h2 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-content hr {
    width: 40px;
    height: 2px;
    background-color: #000;
    border: none;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 590px;
    margin-top: 20px;
}

.image-wrapper img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.shade-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

/* ============================== */

.contact-info {
    margin-top: 15px;
}

.contact-link {
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
    color: #000;
    background: -webkit-linear-gradient(90deg, #db8e00, #ffa500);
}

/* ========================== */


.title-section .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-section .title-image {
    width: 30px;
    margin-right: 10px;
}


/* Base styles */
.custom-toggler {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
}

.custom-toggler span {
    height: 4px;
    width: 28px;
    background: #333;
    margin: 2px 0;
    border-radius: 2px;
}

/* Mobile-only menu handling */
@media (max-width: 991px) {
    .custom-toggler {
        display: flex;
        position: absolute;
        right: 0;
    }

    .custom-menu {
        display: none;
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
    }

    .custom-menu.active {
        display: block;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 15px;
    }

    .navbar-nav .nav-item {
        margin: 5px 0;
    }
}

/* Desktop view (show menu always) */
@media (min-width: 992px) {
    .custom-menu {
        display: block !important;
    }

    .navbar-nav {
        flex-direction: row;
        justify-content: flex-end;
    }

    .navbar-nav .nav-item {
        margin-left: 15px;
    }
}

.menu-close-btn {
    background: none;
    border: none;
    font-size: 35px;
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
    text-align: right;
    width: 100%;
}



.about-section-new .image-wrapper .icon-nineteen {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.icon-nineteen {
    width: 109px;
    height: 80px;
    background-image: url(../images/npf/icon-nineteen.png);
}

.about-section-new .image-wrapper .icon-twenty {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;

}

.icon-twenty {
    width: 109px;
    height: 80px;
    background-image: url(../images/npf/icon-twenty.png);
}

.mail a {
    color: #fff;
    font-size: 18px;
}

.mail i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.phone a {
    color: #fff;
    font-size: 18px;
}

.phone i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.contact-address {
    display: flex;
}

/* ====================================== */


.service-cont p,
.prod-des p {
    text-align: justify;
    line-height: 28px;
    font-size: 17px;
}

.service-cont .service-img {
    height: 335px;
}

.service-cont .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-cont div:nth-child(odd) .service-img img {
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.service-cont div:nth-child(even) .service-img img {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.service-cont div:nth-child(odd) .service-img {
    padding-left: 0;
}

.service-cont div:nth-child(even) .service-img {
    padding-right: 0;
}

.service-cont h4,
.prod-det .inner-head h4 {
    color: #93393b;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: justify;
    font-weight: 600;
}

.service-item {
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.service-item span {
    position: absolute;
    top: -150px;
}

.service-cont .service-item:last-child {
    margin-bottom: 20px;
}

.service-cont div:nth-child(odd) .service-des {
    padding: 35px 40px 35px 15px;
}

.service-cont div:nth-child(even) .service-des {
    padding: 35px 15px 35px 40px;
}

.wrap-cont .section-about {
    float: left;
    margin-right: 35px;
}

.wrap-cont p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: justify;
    color: #444;
}

.wrap-cont .about-video {
    width: 500px;
}

.wrap-cont .about-video img {
    border-radius: 25% 0 25% 0;
}

.npf-about {
    position: relative;
    background: url('../images/npf/parallax-1.jpg') center/cover no-repeat;
    padding: 40px 0;
    color: #fff;
    overflow: hidden;
}

.npf-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 54, 97, 0.8);
    z-index: 1;
}

.npf-about .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.npf-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
}

/* LEFT SIDE */
.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: justify;
    color: #fff;
}

.section-title span {
    display: block;
    width: 60px;
    height: 3px;
    background: #ffc107;
    margin-top: 10px;
}

.npf-left p {
    font-size: 16px;
    line-height: 30px;
    color: #e5e5e5;
    margin-bottom: 18px;
    text-align: justify;
}


/* RIGHT SIDE */
.npf-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.info-box {
    position: relative;
    padding-left: 40px;
}

.info-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #f5c400;
    margin-bottom: 10px;
}

.info-box p {
    font-size: 17px;
    line-height: 1.7;
    color: #eaeaea;
    text-align: justify;
}

/* DOT */
.info-box .dot {
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #f5c400;
    border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .npf-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.products-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


.product-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.product-card h4 {
    padding: 18px 10px;
    font-size: 18px;
    color: #0b2341;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1199px) {
    .products-inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .products-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .products-inner {
        grid-template-columns: 1fr;
    }
}

.product-card--minimal {
    box-shadow: none;
    background: transparent;
}

.view-link {
    display: block;
    text-align: center;
    margin: 10px 0 6px;
    font-size: 15px;
    font-weight: 600;
    color: #9e111e;
    text-decoration: none;
    transition: 0.3s ease;
    margin-top: -20px;
}

.view-link:hover {
    color: #0b2341;
    letter-spacing: 0.5px;
}

.product-card--minimal h4 {
    text-align: center;
    margin-top: 8px;
}

/* TITLE */
.pipes-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
}

.pipes-title h2 {
    color: #b40000;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

/* .pipes-title h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #b40000;
    margin: 8px auto 0;
} */

/* LAYOUT */
.pipes-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 30px;
}

/* SIDEBAR */
.pipes-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f4f4f4;
}

.pipes-sidebar li {
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.pipes-sidebar li a {
    color: #000;
    font-size: 15px;
}

.pipes-sidebar li.active {
    background: #f5c400;
    color: #000;
}

/* TOP CONTENT */
.pipes-top {
    display: grid;
    grid-template-columns: 360px 1fr 260px;
    gap: 30px;
    align-items: flex-start;
}

.pipes-image {
    width: 100%;
    border-radius: 8px;
}

/* MATERIALS */
.pipes-materials {
    font-size: 17px;
    text-align: justify;
    line-height: 1.7;
    margin-top: 10px;
}

/* HELP BOX */
.pipes-help {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.pipes-help img {
    width: 100%;
}

.pipes-help h4 {
    color: #b40000;
    text-align: center;
    padding: 15px 15px 5px;
}

.pipes-help p {
    padding: 0 15px 15px;
    font-size: 14px;
}

.call-btn {
    display: inline-block;
    margin: 0 15px 15px;
    padding: 5px 17px;
    background: #b40000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    /* text-align: center; */
    margin-left: 86px;
}

/* MATERIAL GRADES */
.material-grades {
    margin-top: 25px;
    border: 1px solid #ddd;
}

.grades-title {
    background: #f5c400;
    padding: 10px 15px;
    font-weight: 800;
}

.grade-row {
    background: #e6e6e6;
    padding: 10px 15px;
    font-size: 17px;
    border-top: 1px solid #fff;
}

.pipes-sidebar {
    margin-bottom: 40px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .pipes-layout {
        grid-template-columns: 1fr;
    }

    .pipes-top {
        grid-template-columns: 1fr;
    }
}

/* Section container */
.quality-modern {
    padding: 60px 20px;
    background-color: #fff;
}

.quality-modern-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

/* Image styling */
.quality-image {
    text-align: center;
}

.quality-image img {
    max-width: 320px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.quality-image img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.quality-image p {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}

/* Text content */
.quality-text {
    max-width: 650px;
}

.quality-text h2 {
    font-size: 32px;
    font-weight: 600;
    color: #b70000;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quality-text ul {
    list-style: none;
    padding: 0;
}

.quality-text ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 17px;
}

.quality-text ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #b70000;
}

/* Responsive */
@media (max-width: 768px) {
    .quality-modern-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .quality-text ul li {
        padding-left: 0;
    }

    .quality-text ul li::before {
        display: inline-block;
        margin-right: 10px;
    }
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-height: 80%;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 50px;
    right: 600px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

#caption {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}


.downloads-section {
    padding: 30px 20px 80px;
    background-color: #fff;
    text-align: center;
}

.downloads-section h2 {
    font-size: 32px;
    /* color: #b70000; */
    margin-bottom: 30px;
    position: relative;
}

/* .downloads-section h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #b70000;
    margin: 10px auto 0;
    border-radius: 2px;
} */

.downloads-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.download-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.download-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.download-card img {
    width: 100%;
    border-radius: 5px;
}

.doc-name {
    font-weight: bold;
    margin: 12px 0 10px;
    color: #b70000;
}

/* .download-btn {
    display: inline-block;
    padding: 3px 20px;
    font-size: 13px;
    background-color: #f1c40f;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
} */

.download-btn:hover {
    background-color: #d4ac0d;
    color: #b70000;
}

/* Responsive */
@media (max-width: 768px) {
    .downloads-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

.download-card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    padding: 10px;
}

.download-card img {
    width: 100%;
    border-radius: 5px;
    display: block;
}

.doc-name {
    font-weight: bold;
    color: #b70000;
    margin: 10px 0;
    transition: opacity 0.3s;
}

.download-btn {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 20px;
    background-color: #f1c40f;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Hover effect */
.download-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.download-card:hover .doc-name {
    opacity: 0;
}

.download-card:hover .download-btn {
    opacity: 1;
}


.contact-inner {
    padding: 30px 20px;
    background: #fff;
    position: relative;
}

.contact-inner h2 {
    text-align: center;
    /* color: #c70000; */
    font-size: 32px;
    margin-bottom: 10px;
    position: relative;
}

/* .contact-inner h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #c70000;
  margin: 10px auto 0;
} */

.contact-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
    justify-content: center;
}

.contact-left,
.contact-right {
    flex: 1 1 400px;
}

.contact-left h3,
.contact-right h3 {
    color: #a00407;
    font-weight: 600;
    border-bottom: 2px solid #c7743c;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-info {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.contact-info i {
    color: #c70000;
    margin-right: 10px;
    font-size: 18px;
    width: 25px;
    text-align: center;
}

.map iframe {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form .form-row {
    display: flex;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    flex: 1;
    border-radius: 5px;
    font-size: 14px;
}

.contact-form textarea {
    resize: none;
    min-height: 100px;
}

.contact-form .recaptcha-placeholder {
    margin: 10px 0;
}

.contact-form button {
    padding: 6px 20px;
    background: #e6c500;
    color: #000;
    border: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    width: 150px;
}

.social-icons {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50%;
}

.social-icons a:nth-child(1) {
    background: #3b5998;
}

.social-icons a:nth-child(2) {
    background: #e1306c;
}

.social-icons a:nth-child(3) {
    background: #25d366;
}

@media (max-width: 992px) {
    .contact-content {
        flex-direction: column;
    }

    .social-icons {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
        transform: none;
    }
}

.hero-banner {
    width: 100%;
    height: 80vh;
    position: relative;
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.bg-img .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.caption {
    position: relative;
    z-index: 2;
    color: #fff;
}

.caption h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-shadow: 5px 5px 10px #000;
    margin-top: 100px;
}

@media (max-width: 768px) {
    .caption h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .about-content p {
        font-size: 17px !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .theme-button-dark {
        margin-left: 15px;
    }

    .section-title h2 {
        font-size: 25px !important;
        text-align: center;
    }

    .single-services-item.active p {
        font-size: 17px;
    }

    .testimonial-bold-content p {
        font-size: 17px !important;
        line-height: 1.6;
    }

    .footer-content {
        margin-left: 15px;
    }

    .footer-text p {
        margin-right: 15px;
    }

    .wrap-cont .about-video img {
        display: none;
    }


    .wrap-cont p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .section-services .header-section {
        margin-bottom: -21px;
    }

    .npf-left p {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 17px;
    }

    .info-box .dot {
        left: 10px;
    }

    .info-box p {
        margin-right: 15px;
    }

    .slider {
        height: auto;
    }

    .section-services .single-service {
        margin-top: 0px !important;
    }

    .section-services {
        padding-top: 40px !important;
    }

    .pipes-layout {
        margin-left: 15px;
        margin-right: 15px;
    }

    .pipes-image {
        max-width: 100% !important;
    }

    .material-grades {

        margin-bottom: 35px;
    }

    .call-btn {

        margin-left: 150px;
    }

    .service-cont div:nth-child(odd) .service-img {
        display: none;
    }


    .service-cont div:nth-child(odd) .service-des {
        margin-right: 5px;
        margin-left: 25px;
        margin-top: -25px;
    }

    .service-cont div:nth-child(even) .service-img {
        display: none;
    }

    .service-cont h4,
    .prod-det .inner-head h4 {
        text-align: center !important;
    }

    .service-item {
        box-shadow: none;
        margin-bottom: 0px;
    }

    .quality-text ul li {
        padding-left: 15px;
    }

    .download-card img {
        max-width: 100% !important;
    }

    .social-icons {
        display: none;
    }

    .copyright-text p {
        font-size: 16px !important;
    }

    .service-cont div:nth-child(even) .service-des {
        margin-top: -35px;
    }

        .about-content h2 {
        font-size: 25px !important;
        margin-top: -20px;
    }

    .pipes-title h2 {
    font-size: 25px !important;
   
}
}