/*************************************
Template Name: Silicon Mapper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
/* @import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400&family=Exo:wght@400;500;700&display=swap');


/*  <uniquifier>: Use a unique and descriptive class name
   <weight>: Use a value from 100 to 900 */

/* .public-sans-<uniquifier> {
  font-family: 'Crimson Text', serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/* .exo-<uniquifier> {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

:root {
    --primary-color: #FFC107;
    --white-color: #fff;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1280px !important;
    }
}

body {
    font-size: 18px;
    color: #333;
    background: var(--white-color);
    font-family: 'Crimson Text', serif;
}
/* @media (min-width: 1200px) {
  .container {max-width: 1280px!important;}
  .top-nav-container .container { max-width: 1500px!important;}
  .top-header .container { max-width: 1500px!important;}
} */
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.p-0 {
    padding-left: 0;
    padding-right: 0;
}
.p-left-0 {
    padding-left: 0;
}
.p-right-0 {
    padding-right: 0;
}
.m-0 {
    margin-left: 0;
    margin-right: 0;
}
body,
p,
textarea {
    font-weight: 400;
    font-family: 'Crimson Text', serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Exo", sans-serif;
}
a {
    text-decoration: none;
}
a:focus {
    outline: 0 solid !important;
}
a:hover {
    text-decoration: none !important;
}
*a:hover {
    text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px var(--white-color) inset !important;
}
/*====================== Back to Top =========================================*/
#back_to_top {
    border: none;
    background: #212529;
    color: var(--white-color);
    padding: 2px 5px 3px;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 30px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 10;
    border: 1px solid transparent;
    padding-top: 0;
    z-index: 999999;
}
#back_to_top svg {
    color: var(--white-color);
    width: 30px;
}
#back_to_top.show {
    opacity: 1;
}
#back_to_top:hover {
    background: var(--white-color);
    border: 1px solid #212529;
}
#back_to_top:hover svg {
    color: #212529;
}
/*====================== Header style Top nav =========================================*/
a.navbar-brand:before {
    content: "";
    /* height: 151px; */
    top: -38px;
    width: 700px;
    position: absolute;
    bottom: 0px;
    left: -385px;
    background-color: #fff;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
}
a.navbar-brand {
    position: relative;
    z-index: 2;
    padding: 0 0 0 0;
    margin-top: 0px;
    -webkit-filter: drop-shadow(8px -4px 20px rgba(7, 36, 95, 0.04));
    filter: drop-shadow(8px -4px 20px rgba(7, 36, 95, 0.04));
    height: 125px;
}

.navbar-brand img {
    width: 150px;
    position: relative;
    top: -30px;
}
.top-header {
    background: #FFC107;
    padding: 0;
    position: relative;
    z-index: 1;
}
.top-text-left {
    padding: 10px 0px;
}
.top-text-left a {
    padding-right: 10px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #fff;
    padding-left: 3px;
}
.top-text-left a:last-child {
    border-right: none !important;
}
.top-text-left a svg {
    padding-right: 5px;
    height: 20px;
    width: 20px;
}
.top-text-left a svg,
.top-bar-social-text a svg {
    fill: #fff;
}
.top-bar-social-text a.facebook:hover svg {
    fill: #3b5998;
}
.top-bar-social-text a.twitter:hover svg {
    fill: #000;
}
.top-bar-social-text a.link-in:hover svg {
    fill: #007bb5;
}
.top-bar-social-text a.youtube:hover svg {
    fill: #ff0000;
}

.top-text-left a:nth-child(3) {
    border-right: 0;
}
.top-bar-social {
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: self-end;
    flex-direction: column;
}
.top_socail_icon_area {
}
.top_socail_icon_area .list-inline {
    padding: 0;
    margin: 0;
}
.top_socail_icon_area .list-inline li {
    display: inline-block;
    padding-left: 5px;
    list-style: none;
    position: relative;
    height: 30px;
    width: 30px;
    margin-right: 2px;
}
.top_socail_icon_area .list-inline li a {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.top_socail_icon_area .list-inline li a .cube-top svg {
    color: #4e4e4e;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}
.cube,
.cube span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 0.5s ease-in-out;
    text-align: center;
}
.cube-top {
    background: transparent;
    background-size: 100%;
}
.cube-front {
    background-size: 100%;
    transform: translate(0, -100%) rotateX(90deg);
    transform-origin: bottom;
    border-radius: 50px;
}
.top_socail_icon_area .list-inline li a .cube-front svg {
    line-height: 30px;
    fill: var(--white-color);
}
.top_socail_icon_area .list-inline li:hover .cube {
    transform: translate(0, 50%) rotateX(-90deg);
}
.top_socail_icon_area .list-inline li .facebook .cube-top {
    background: #3b5998;
}
.top_socail_icon_area .list-inline li .twitter .cube-top {
    background: #1da1f2;
}
.top_socail_icon_area .list-inline li .instagram .cube-top {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}
.top_socail_icon_area .list-inline li .linkedin .cube-top {
    background: #007bb5;
}
.top_socail_icon_area .list-inline li .youtube .cube-top {
    background: #ff0000;
}
.top_socail_icon_area .list-inline li .pinterest .cube-top {
    background: #cb2027;
}
.top_socail_icon_area .list-inline li .rss .cube-top {
    background: #f26522;
}
.top_socail_icon_area .list-inline li .cube-top {
    background: #c5c5c5 !important;
    border-radius: 50%; /* border: 2px solid #4e4e4e; */
}
.top_socail_icon_area .list-inline li .cube-top svg {
    fill: var(--white-color);
}
.top_socail_icon_area .list-inline li .facebook .cube-front {
    background: #3b5998;
}
.top_socail_icon_area .list-inline li .twitter .cube-front {
    background: #000;
}
.top_socail_icon_area .list-inline li .instagram .cube-front {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}
.top_socail_icon_area .list-inline li .linkedin .cube-front {
    background: #007bb5;
}
.top_socail_icon_area .list-inline li .youtube .cube-front {
    background: #ff0000;
}
.top_socail_icon_area .list-inline li .pinterest .cube-front {
    background: #cb2027;
}
.top_socail_icon_area .list-inline li .rss .cube-front {
    background: #f26522;
}
@-webkit-keyframes animationTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes animationTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
.top-bar-social-text a {
    padding-right: 5px;
}
.top-search .btn {
    border-radius: 50%;
    border: 1px solid #d0dbe9;
    height: 45px;
    width: 45px;
    background: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.header-style3_right__btn {
    margin-left: 20px;
}
.header-style3_right__btn .sec-th-btn {
    padding: 15px 30px;
}
.top-bar-date-wrapper {
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: self-start;
    flex-direction: column;
}
.top-bar-date {
    display: inline-block;
}
.middle-header {
    padding-bottom: 10px;
    padding-top: 10px;
    background: var(--white-color);
}
.top-search .btn svg {
    fill: #000;
}
.en-link-wrapper-main {
    float: right;
    margin-top: 30px;
    margin-right: 15px;
}
.en-link-wrapper {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background: var(--white-color);
    z-index: -1;
}
.en-link {
    color: var(--white-color);
    background-color: #000;
    padding: 4px 10px;
    border: 1px solid #000;
    transition: 0.3s;
    border: 1px solid #000;
}
.en-link:hover {
    color: #000;
    background: transparent;
}
.top-nav-container {
    background: #fff;
    padding: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), -4px 0px 6px rgba(0, 0, 0, 0.05), 4px 0px 6px rgba(0, 0, 0, 0.05);
}
.top-nav-container .container {
    position: relative;
    padding: 10px 30px !important;
    padding-top: 0 !important;
    padding-left: 12px !important;
    padding-bottom: 0 !important;
}
/* .top-nav-container .container:after {content: '';position: absolute;inset: 0;opacity: 0.8;background: #878787;z-index: -1;margin-left: 12px;margin-right: 12px;} */
ul.navbar-nav.top-nav-main {
    margin-left: auto;
}
.dropdown-menu li {
    position: relative;
    transition: 0.5s;
    border-bottom: 1px solid #ddd;
}
.dropdown-menu li a {
    background-color: transparent;
    border: none;
    font-size: 15px;
    transition: 0.5s;
    line-height: 28px;
}
.dropdown-menu li:last-child {
    border-bottom: 0;
}
.top-nav-main li.nav-item a.nav-link {
    font-size: 18px;
    padding: 9px 15px !important;
    color: #000 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Exo", sans-serif;
}
.top-nav-main li.nav-item a.nav-link:hover,
.top-nav-main li.nav-item a.active {
    color: var(--primary-color) !important;
    fill: var(--primary-color);
}
.right-menu-link .btn {
    padding: 3px 5px;
}
.right-menu-link .btn svg {
    fill: #000;
    height: 25px;
    width: 25px;
}
.offcanvas-top-height {
    height: 100% !important;
}

/*====================== For Search style =========================*/
.offcanvas-body {
    overflow-y: unset;
}
.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFC107;
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: #FFC107;
}
.popup-search-box button.searchClose svg {
    width: 20px;
    height: 20px;
    fill: #FFC107;
}
.popup-search-box button.searchClose:hover svg {
    width: 20px;
    height: 20px;
    fill: #000;
}
.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}
.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid #FFC107;
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}
.popup-search-box form input:focus {
    outline: none;
}
.popup-search-box form input::-moz-placeholder {
    color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
    color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
    color: #fff;
}
.popup-search-box form input::-ms-input-placeholder {
    color: #fff;
}
.popup-search-box form input::placeholder {
    color: #fff;
}
.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}
.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0;
}
.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

#nav.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}
#nav.sticky a.navbar-brand:before {
    display: none;
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}
#nav.sticky.top-nav-main .navbar-brand {
    margin: 0;
    padding: 0;
}
#nav.sticky.top-nav-main .navbar-brand img {
    height: 55px;
}
#nav.sticky .container:after {
    opacity: 0;
}
/* #nav.sticky li.nav-item a.nav-link {padding: 9px 11px !important;} */
.dropdown.dropdown-mega {
    position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}
.dropdown-new:hover .dropdown-menu-new {
    display: block;
    --bsb-animation-duration: 500ms;
    animation-duration: 500ms;
    animation-fill-mode: both;
    animation-name: bsb-zoomIn;
}
.right-menu-link {
    display: none !important;
}
.dropdown-menu-new {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-toggle::after {
    transition: transform 0.15s linear;
}
.show.dropdown .new-dropdown-toggle::after {
    transform: rotate(-180deg);
    transition: all 0.3s ease-in;
}
.dropdown-menu {
    margin-top: 0;
}
/* .dropdown-toggle::after {margin-top: 0;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;
    content: "\f107";font-family: fontawesome;vertical-align: top;} */
.new-dropdown-toggle::after {
    margin-top: 3px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: "";
    vertical-align: top;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="block" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
    height: 16px;
    width: 14px;
    margin-left: 4px;
}
.top-nav-main li.nav-item a.new-dropdown-toggle:hover::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
    transform: rotate(-180deg);
    transition: all 0.3s ease-in;
}
.navbar-expand-lg
    .navbar-nav
    .dropdown-menu
    li.dropend:hover
    .dropdown-new-sub-ul {
    display: block !important;
    top: 0;
    left: 98.5% !important;
    margin-top: 0;
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
    border-radius: 0;
}
.sub-dropdown-toggle::after {
    transition: transform 0.15s linear;
}
/* .show1.dropend .sub-dropdown-toggle::after {transform: rotate(-450deg);transition: all 0.3s ease-in;} */
.show1.dropend .sub-dropdown-toggle::after {
    transform: rotate(-90deg);
    transition: all 0.3s ease-in;
}
.dropend .sub-dropdown-toggle::after {
    margin-top: 3px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: "";
    vertical-align: top;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    height: 16px;
    width: 15px;
    margin-left: 5px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 448 512"><path fill-rule="evenodd" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    height: 15px;
    width: 14px;
    margin-top: 5px;
}
@keyframes bsb-zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.bsb-zoomIn {
    animation-name: bsb-zoomIn;
}






.attr-nav ul li a svg {height: 18px;width: 16px;fill: #000;}
.top-search {display: none;padding: 7px 0;position: absolute;z-index: 9;width: 100%;top: 50px;}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.top-search-secton {float: right;margin-top: 25px;background: #fff;padding: 15px;box-shadow: 0 2px 3px #787878;animation: slideDown 1s ease-out;}
.top-search input.form-control {background: #fff;border: 2px solid #f0f0ed;color: #000;height: 34px;line-height: 34px;display: block;text-transform: uppercase;font-weight: 500;letter-spacing: .5px;padding: 8px 1%;font-size: 15px;background-color: #fff;}
.top-search .input-group-addon {background: #221f1f;transition: .5s;cursor: pointer;border: 0;color: #19232d;width: 30px;height: 33px;text-align: center;}
.top-search .input-group-addon svg {fill: #fff;}
.top-search .input-group-addon.close-search {margin-left: 2px !important;line-height: 33px;}
.attr-nav ul {margin: 0;padding: 0;}
.attr-nav ul li {list-style: none;text-align: right;}
.attr-nav ul li a {color: #fff;margin-left: 0;}
.top-search input.form-control:focus {box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .01);}
section.date-top-mobile {display: none;}
li.search a svg {fill: #000;width: 34px;height: 34px;margin-top: 7px;margin-left: 6px;transition: 0.4s;border: 1px solid #00000040;padding: 8px 6px 6px 8px;border-radius: 50%;}


/*====================== START FOR MENU =========================================*/
.dropdown-new:hover .dropdown-menu-new {
    display: block;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.dropdown-menu-new {
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid var(--primary-color);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background: var(--white-color);
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
    color: var(--primary-color);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: transparent;
}
.other-list-group a {
    border: 0;
    padding: 4px 0;
    font-size: 17px;
    transition: 0.3s;
}
.other-list-group a:hover {
    color: #ee323b;
}
#nav.sticky .navbar-brand img {
    width: 90px;
    top: 20px;
}

/*==========================================  COMMON STYLE =================================================*/
.top-bar-social-text {
    float: right;
    display: flex;
    position: relative;
    padding-bottom: 8px;
}
.top-bar-social-text a {
    border: none;
}
.top-bar-social-text a svg {
    transition: 0.4s;
}
.top-bar-social-text a:hover svg {
    fill: var(--primary-color);
}
.top-bar-social-text p {
    margin: 0;
    margin-right: 5px;
    color: #fff;
}

.sub-title6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-top: -0.41em;
    margin-bottom: 25px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.sub-title6 .shape {
    display: inline-block;
    height: 3px;
    width: 40px;
    background-color: var(--primary-color);
    border-radius: 99px;
    position: relative;
}
.sub-title6 .dots {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: inherit;
    border-radius: 99px;
    position: absolute;
    top: 0;
}
.sub-title6 .dots:before,
.sub-title6 .dots:after {
    content: "";
    height: inherit;
    width: inherit;
    background-color: inherit;
    border-radius: inherit;
    display: inline-block;
    position: absolute;
    top: 0;
}
.sub-title6 .shape.left .dots {
    left: -6px;
}
.sub-title6 .shape.left .dots:before {
    left: -6px;
}
.sub-title6 .shape.left .dots:after {
    left: -12px;
}
.sub-title6 .shape.right .dots {
    right: -6px;
}
.sub-title6 .shape.right .dots:before {
    right: -6px;
}
.sub-title6 .shape.right .dots:after {
    right: -12px;
}
.slider-svg {
    margin-left: 30px;
    margin-top: 20px;
}
.slider-svg svg {
    fill: var(--primary-color);
}
.right-preview button svg {
    width: 25px;
    height: 25px;
}
/*================================================
    20. HOME SLIDER STYLE
==================================================*/
.single-slider {
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover !important;
    text-align: center;
    overflow: hidden;
    height: 750px;
}
.slider-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 750px;
    padding: 70px 0;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*slider text animation-delay */
.carousel-single-item .owl-stage .active .title h1,
.carousel-single-item .owl-stage .active .title p,
.carousel-single-item .owl-stage .active .title .slider-btn-group {
    opacity: 1;
    transform: translateY(0) translateX(0);
}
.carousel-single-item .slider-overlay .title {
    width: 100%;
}
.carousel-single-item .slider-overlay .title h1 {
    transform: translateY(60px);
    transition-delay: 0.1s;
    transition-duration: 1s;
    opacity: 0;
}
.carousel-single-item .slider-overlay .title p {
    transform: translateY(60px);
    transition-delay: 0.5s;
    transition-duration: 1s;
    opacity: 0;
}
.carousel-single-item .slider-overlay .title .slider-btn-group {
    overflow: visible;
    background-image: none;
    transform: translateY(60px);
    transition-delay: 0.8s;
    transition-duration: 1s;
    opacity: 0;
    transition-property: transform, opacity;
}
.carousel-single-item .slider-overlay .title a {
    color: #fff;
}
.carousel-single-item .slider-overlay .title span {
    position: relative;
}
.social-mobile {
    margin: 0;
}
.social-mobile li {
    display: inline-block;
}
.category-span a {
    color: #FFC107 !important;
    font-size: 18px;
}
.carousel-single-item .slider-overlay .title h1 {
    margin-top: 10px;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.1;
}
.slider-section .owl-nav {
    position: absolute;
    top: 50%;
    right: 240px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
}
.carousel-single-item .slider-overlay .title h1 span {
    color: #26a65b;
}
.carousel-single-item .slider-overlay .title p {
    color: #fff;
    width: 70%;
    font-size: 20px;
    margin-bottom: 25px;
}
a.slider-btn-1,
a.slider-btn-2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #26a65b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 20.5px 29px;
    border-radius: 0;
}
a.slider-btn-1:before,
a.slider-btn-1:after,
a.slider-btn-2:before,
a.slider-btn-2:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: #FFC107;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
a.slider-btn-1:hover,
a.slider-btn-1:hover {
    color: #0e121d;
}
a.slider-btn-1:hover:before,
a.slider-btn-1:hover:after,
a.slider-btn-2:hover:before,
a.slider-btn-2:hover:after {
    background-color: #FFC107;
}
a.slider-btn-1:hover::before,
a.slider-btn-1:hover:after,
a.slider-btn-2:hover::before,
a.slider-btn-2:hover:after {
    width: 100%;
}
a.slider-btn-1:before,
a.slider-btn-1:after,
a.slider-btn-2:before,
a.slider-btn-2:after {
    left: 0;
    right: 0;
}
a.slider-btn-2 {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 29px;
    font-size: 18px;
    text-transform: capitalize;
}
a.slider-btn-2:hover {
    color: #000;
}
a.slider-btn-1 svg,
a.slider-btn-2 svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    margin-left: 6px;
    padding-bottom: 2px;
}

a.slider-btn-1:hover svg,
a.slider-btn-2:hover svg {
    fill: #000;
}
.slider-section button svg {
    width: 22px;
    height: 22px;
}
.slider-section .owl-carousel .owl-nav button.owl-next,
.slider-section .owl-carousel .owl-nav button.owl-prev {
    padding: 15px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff;
    margin-top: 10px;
    transition: 0.6s;
}
.slider-section .owl-carousel .owl-nav button:hover {
    background-color: #FFC107 !important;
    color: #ffffff !important;
}
.slider-section .owl-dots {
    text-align: center;
    position: relative;
    margin-top: -50px;
}

.slider-section .owl-carousel button.owl-dot {
    background: none;
    border: 2px solid #fff;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    width: 40px;
    border: 2px solid #fff;
}
.slider-section .owl-carousel button.owl-dot.active {
    background: #fff none repeat scroll 0 0;
}

/*========================================== POPULAR SECTION STYLE =================================================*/
.most-popular-title {
    position: relative;
}
section.most-popular-section {
    padding-top: 100px;
}
.most-popular-wrapper-image {
    margin-bottom: 15px;
}
.most-popular-wrapper-text span {
    color: #FFC107;
    font-size: 16px;
    text-transform: uppercase;
}
.most-popular-wrapper-text h3 {
    margin: 6px 0px;
    font-size: 26px;
    color: #48302c;
    transition: 0.6s;
}
.most-popular-wrapper-text h3:hover {
    color: #FFC107;
}
.most-popular-wrapper-text p {
    margin-top: 12px;
    color: #48302c;
    font-size: 20px;
    line-height: 26px;
    min-height: 80px;
    max-height: 80px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.most-popular-title h2 {
    position: absolute;
    rotate: -90deg;
    left: -80px;
    font-size: 20px;
    top: 60px;
    font-weight: 600;
}
.most-popular-title-2 h2 {
    left: -90px;
}
.most-popular-title-3 h2 {
    left: -85px;
}
.most-popular-title-5 h2 {left: -60px;top: 40px;}
/*========================================== FOOD SECTION STYLE =================================================*/
.food-finding-section {
    padding: 80px 0px;
    padding-top: 70px;
}
.food-finding-text {
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-top: 5px;
}
.food-finding-img {
    width: 40%;
    float: left;
}
.food-finding-text span {
    color: #ffc107;
    text-transform: uppercase;
    font-size: 16px;
}
.food-finding-text svg {
    width: 16px;
    height: 16px;
}
.food-finding-text h3 a {
    font-size: 28px;
    color: #48302c;
    transition: 0.6s;
}
.food-finding-text h3 a:hover {
    color: #FFC107;
}
.food-finding-text p {
    margin-top: 10px;
    color: #48302c;
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.food-finding-text h3 {
    margin-top: 5px;
}
a.food-btn {
    text-transform: capitalize;
    font-size: 20px;
    color: #FFC107;
    position: relative;
    padding-bottom: 4px;
    font-weight: 500;
    overflow: hidden;
}
a.food-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #FFC107;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.6s ease;
    visibility: visible;
}
a.food-btn svg {
    display: inline-block;
    margin-left: 3px;
    opacity: 0;
    transform: translateX(-20px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    fill: #FFC107;
}
a.food-btn:hover svg {
    transform: translateX(0);
    opacity: 1;
}
a.food-btn:hover::after {
    transform: scaleX(0);
    visibility: visible;
    transform-origin: left;
}
.food-finding-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}
.food-finding-left {
    width: 74.6%;
    float: left;
    /* padding: 0; */
    padding-right: 30px;
}
.food-finding-right {
    width: 25.4%;
    float: left;
    /* padding: 0; */
}
.food-finding-btn {
    background: #FFC107 !important;
    border: 2px solid #FFC107 !important;
    color: #fff;
    width: 100%;
    font-size: 20px !important;
    padding: 20px 0px !important;
}
a.food-finding-btn:hover:before,
a.food-finding-btn:hover:after,
a.food-finding-btn:hover:before,
a.food-finding-btn:hover:after {
    background-color: #fff;
}
a.food-finding-btn:hover {
    color: #FFC107 !important;
}
.food-finding-right h3 {
    color: #48302c;
    margin-bottom: 25px;
}
/*========================================== SUBSCRIBE SECTION STYLE =================================================*/
section.subscribe-section {
    background: #413c3c;
    padding: 40px 0px 40px;
}
.subscribe-text h3 {
    font-size: 22px;
    color: #FFC107;
    font-weight: 500;
}
.subscribe-text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 22px;
}
.subscribe-text p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}
.subscribe-text {
    padding-top: 50px;
}
.subscribe-text .food-finding-btn {
    color: #fff;
    width: auto;
    padding: 20px 30px !important;
}
.subscribe-text a.food-finding-btn:hover:before,
.subscribe-text a.food-finding-btn:hover:after,
.subscribe-text a.food-finding-btn:hover:before,
.subscribe-text a.food-finding-btn:hover:after {
    background-color: #413c3c;
}
/*========================================== lifestyle SECTION STYLE =================================================*/
.lifestyle-section {
    padding-top: 50px;
    padding-bottom: 10px;
}
.lifestyle-item {
    position: relative;
}
.lifestyle-item-img {
    position: relative;
    overflow: hidden;
}
.lifestyle-item-text {
    position: relative;
    background: #eff3f4;
    color: #000;
    width: 90%;
    margin: -20px auto auto;
    min-height: 74px;
    max-height: 74px;
    overflow: hidden;
    padding: 5px 7px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 5px 5px -5px #000;
}
.lifestyle-item-text h3 {
    color: #111;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
}
.big-banner-section {
    text-align: center;
    padding-top: 30px;
}
.big-banner-2 {
    width: 100%;
    text-align: center;
}
.big-banner-2 img {
    border: 1px solid #ccc;
}
/*========================================== FOOTER SECTION STYLE =================================================*/
/*========================================== Details Page STYLE =================================================*/
.details-page-section {padding: 50px 0 10px;}
.details-category-title a {
    color: #FFC107;
    border-bottom: 1px solid #e2590a;
    padding-bottom: 3px;
}
.details-category-title {
    margin-bottom: 12px;
}
.details-page-top-text h1 {font-size: 40px;margin-bottom: 10px;}
.details-page-top-text .small {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ebf0f5;
    border-top: 1px solid #ebf0f5;
    padding: 14px 0;
    margin-bottom: 8px;
}
.small-left {
    width: 50%;
    float: left;
}
.details-page-top-text .small p, .details-page-top-text .small p a {
    font-size: 15px;
    margin: 0;
    color: #666;
}
.small-right {
    width: 50%;
    float: right;
    text-align: right;
}
.share-btn {
    display: inline-block;
    margin-top: 14px;
}
.share-btn a {
    margin-right: 10px;
    height: 32px;
    line-height: 30px;
    float: left;
    width: 32px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    transition: 0.3s;
}
.share-btn a svg {fill:#fff;}
.share-btn .facebook {
    background: #3b5999;
}
.share-btn .twitter {
    background: #000;
}
.share-btn .whatsapp {
    background: #25D366;
}
.share-btn .copy-link {
    background: #3578e5;
}
.share-btn .print-link {
    background: #373737;
}
.share-btn a:hover {
    margin-top: -5px;
}
.details-page-more-news {padding: 50px 0 40px;}
.details-main-left-side {
    float: left;
    width: 70%;
    padding: 0;
    margin-top: 30px;
    padding-right: 38px;
}
.details-main-right-side {
    float: left;
    width: 30%;
    padding: 0;
    margin-top: 30px;
}
.details-main-left-side-text h3:first-of-type::first-letter {
    font-size: 60px;
    font-weight: 600;
    color: #000;
    float: left;
    line-height: 1;
    margin-right: 5px;
}
.details-main-left-side-text h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
}
.details-main-left-side-text p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 26px;
}
.ratio.ratio-16x9 {
    margin-bottom: 30px;
}
.ratio.ratio-16x9 {
    margin-bottom: 30px;
}
.details-main-left-side-tag h4 {
    font-size: 22px;
    text-transform: uppercase;
}
.details-main-left-side-tag a {
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    text-transform: capitalize;
    background: #f5f5f5;
    margin-right: 8px;
}
.details-main-left-side-tag a:hover {
    color: #FFC107;
}
.details-main-right-side-text h3 {
    color: #FFC107;
    margin-bottom: 25px;
}
.details-main-popular-box-text {
    float: left;
    width: 65%;
    padding-right: 20px;
}
.details-main-popular-box-img {
    float: left;
    width: 35%;
}
.details-main-popular-box-text h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    min-height: 60px;
    max-height: 60px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.details-main-popular-box-text h4 a {
    color: #000;
}
.details-main-popular-box-text h5 {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 2px;
}
.details-main-popular-box-text h5 a {
    color: #FFC107;
}
.details-main-popular-box {
    padding-top: 15px;
    border-top: 1px solid #00000036;
    position: relative;
    margin-top: 100px;
}
.details-main-right-side-text .details-main-popular-box:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border-top: 1px solid #fff;
}

/*================================================
          CATEGORY SECTION
==================================================*/
.category-breadcrumb {
    background-color: #eff3f4;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    margin: 0;
}
.category-breadcrumb .breadcrumb-item.active {color: #000;line-height: 31px;}
.category-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
    line-height: 31px;
    padding-right: 6px;
}
li.breadcrumb-item {
    list-style: none;
    display: inline-block;
}
.category-breadcrumb li a:hover {fill: red;transition: 0.3s;}
section.category-section nav {
    padding: 30px 0px;
}
.category-top-wrapper {
    position: relative;
    z-index: 0;
}
.category-top-wrapper-img img {height:600px;width:100%;}
.category-top-wrapper::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.75));
}
.category-top-wrapper-text {
    position: absolute;
    bottom: 100px;
    left: 70px;
    color: #fff;
    z-index: 1;
    right: 70px;
    padding-left: 10px;
}
.category-top-wrapper-text::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: -20px;
    background: #fff;
    width: 10px;
    height: 100%;
}
.category-top-wrapper-text h1 {
    color: #fff;
}
.category-main-wrapper {margin-bottom: -20px;position: relative;}
.category-sub-article {
    transform: translateY(-60px);
    padding: 0px 50px;
}
.category-sub-article-box {
    border: 1px solid #dee2e6;
}
.category-sub-article-box h4 {
    padding: 8px 10px;
    color: #111;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    min-height: 85px;
    max-height: 85px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.category-news {
    margin-bottom: 24px;
    border: 1px solid #dee2e6;
}
.category-news-text {
    min-height: 83px;
    max-height: 83px;
    display: inline-block;
    overflow: hidden;
    padding: 8px 10px;
    width: 100%;
}
.btn-more-wrapper {padding-top: 10px;}
.category-news-text h2 {
    color: #48302c;
    font-size: 18px;
    line-height: 24px;
    min-height: 83px;
    max-height: 83px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
section.category-bottom-section {
    padding-bottom: 50px;
}
.category-news-img {
    padding: 5px;
    padding-bottom: 0;
}
.btn-more {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.50s;
    background: #FFC107;
    color: white;
    font-size: 20px;
    padding: 5px 10px 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
    display: block;
    width: 100%;
    border-radius: 0;
    font-weight: 400;
    border: 1px solid #FFC107;
}
.btn-more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-more:hover {
    color: #FFC107;
    border: 1px solid #FFC107;
}
.btn-more:focus:before,
.btn-more:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}






/*================================================
          FOOTER SECTION
==================================================*/
.footer {
    background-color: #161616;
    padding-top: 60px;
    padding-bottom: 30px;
}
.section-padding {
    padding: 40px 0 50px;
}
.footer_social h4 {
    color: #fff;
    margin-top: 0;
    font-size: 30px;
}
.footer_social span {
    background: #FFC107 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px 0;
    width: 60px;
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li {
    display: inline-block;
}
.footer_social ul li a {
    background: #333 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    transition: all 0.2s ease 0s;
    width: 45px;
    text-align: center;
}

.footer_social ul li a svg{
    width: 20px;
    height: 20px;
}
.footer_social ul li a:hover {
    background: #FFC107;
    color: #fff;
}
.footer_address h4 {
    color: #fff;
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
}
.footer_address span {
    background: #FFC107 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px 0;
    width: 60px;
}
.footer_address ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_address ul li {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
    font-family: "Exo", sans-serif;
}
.footer_address ul li svg {margin-right: 5px;}
.brtop {
    border-top: 1px solid #333;
    margin-top: 25px;
    padding-top: 25px;
}
.footer_copyright p {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}
.footer_menu {
    float: right;
    margin-top: 5px;
}
.footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_menu ul li {
    display: inline;
    padding: 0;
    margin: 0;
}
.footer_menu ul li a {
    color: #fff;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    font-size: 15px;
    font-family: "Exo", sans-serif;
}
.footer_menu ul li a:hover {
    color: #FFC107;
}
.fixbar {
    height: 70px;
    background: #f5f5f5;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
}
.fixbar-box {
    margin: 0 auto;
    display: block;
}
.fixbar-txt {
    text-transform: uppercase;
    font-size: 26px;
    color: #000;
    text-align: left;
    line-height: 40px;
    padding: 18px 0 0;
    float: left;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
}
.product-footer-fixed {
    margin: 9px 10px;
}

.footer_address ul li a {
    color: #fff;
}










/*========================================== MOBILE VERSION STYLE =================================================*/
@media only screen and (max-width: 767px) {
.custom-container {padding-left: 10px;padding-right: 10px;max-width: 100%;}
.custom-row {margin-right: -5px;margin-left: -5px;}
.custom-padding {padding-left: 7px;padding-right: 7px;}
.middle-header {display: none;}
.top-nav-container {border: none !important;}
#nav {box-shadow: 0 3px 7px 1px rgba(144, 161, 180, 0.2);border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
#nav.sticky .top-nav-container {border: none !important;}
.top-nav-main .navbar-brand {display: block;padding: 0;}
.right-menu-link {display: block !important;} 
.top-nav-main .navbar-brand img {height: 45px;width: 100%;margin: 5px 0;}
.mobile-side-logo-wrapper {padding-top: 5px;padding-bottom: 5px;}
.mobile-side-logo img {height: 40px;margin: 8px 0px;}
.mobile-nav-ul-body {padding-top: 0;}
.navbar-nav-mobile-sub-body {padding: 0;}
.mobile-menu-sub-text:focus {border: 0;box-shadow: none;}
.mobile-menu-social {text-align: center;padding-top: 20px;}
.mobile-menu-social .top_socail_icon_area {float: unset;width: 100%;margin: 0;}
.mobile-nav-ul {margin-bottom: 0 !important;padding-left: 0 !important;}
.mobile-nav-ul li a {padding-left: 10px;padding-right: 10px;font-size: 17px;}
.mobile-menu-sub-text {padding-left: 10px;padding-right: 10px;font-size: 17px;color: #000;}
.navbar-nav-mobile-sub li a {font-size: 16px;}
.top-nav-container .container {padding: 0px 15px !important;}
a.navbar-brand {height: 110px;margin: 0;}
#nav.sticky .navbar-brand img {top: 10px;}
#back_to_top {right: 15px;}
#nav.sticky.top-nav-main .navbar-brand img {height: 45px;}
.top-header {padding: 0;background: #FFC107;text-align: center;}
.footer-wiget-one-text {margin-bottom: 25px;}.copyright-right {float: none;}
.footer-copyright-section {text-align: center;}
.carousel-single-item .slider-overlay .title {width: 100%;}
.single-slider {height:600px;}
.slider-overlay {height:600px;padding: 50px 0;}
    .top-bar-social-text {
        display: inline-flex;
    }
    .carousel-single-item .slider-overlay .title h1 {
        font-size: 36px;
    }
    .carousel-single-item .slider-overlay .title p {
        width: 100%;
        font-size: 18px;
    }
    .slider-section .owl-nav {
        display: none;
    }
    .slider-section .owl-carousel .owl-nav button.owl-next,
    .slider-section .owl-carousel .owl-nav button.owl-prev {
        margin-right: 10px;
    }
    a.slider-btn-1 {
        padding: 10px 20px;
    }
    a.slider-btn-2 {
        padding: 10px 20px;
        margin-left: 10px;
    }
    .top-text-left {
        text-align: center;
    }
    .shape1.shape-mockup.jump {
        display: none;
    }
    .shape2.shape-mockup.movingX {
        display: none;
    }
    .food-finding-right {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .food-finding-left {
        width: 100%;
        padding-right: 15px;
    }
    .most-popular-wrapper-text h3 {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
    }
    .most-popular-wrapper-text p {
        display: none;
    }
    .most-popular-wrapper-image {
        margin-bottom: 0px;
    }
    .most-popular-wrapper {
        margin-bottom: 30px;
    }
    .most-popular-wrapper-text span {
        font-size: 14px;
    }
    .lifestyle-section {
        padding-top: 90px;
    }
    .lifestyle-item {
        margin-bottom: 30px;
    }
    .lifestyle-item-text {
        min-height: 105px;
        max-height: 105px;
        margin: -14px auto auto;
    }
    .food-finding-img {
        width: 100%;
    }
    .food-finding-text {
    width: 100%;
    padding-left: 0px;
    }
    .food-finding-text span {
    font-size: 14px;
    }

    .food-finding-text h3 a {
    font-size: 22px;
    }
    a.navbar-brand:before {
        top: 0px;
        width: 0px;
        bottom: 0px;
    }
    .navbar-brand img {
        width: 90px;
        top: 10px;
    }
    .top-bar-social-text {
        float: none;
        padding-bottom: 0px;
    }
    .most-popular-title h2 {
        rotate: 0deg;
        left: 10px;
        font-size: 24px;
        top: -45px;
    }
    .most-popular-title-3 h2 {
        left: 6px;
    }
    section.most-popular-section {
        padding-top: 130px;
        padding-bottom: 40px;
    }
    .most-popular-title-2 h2 {left: 15px;}
    .subscribe-text h2 {font-size: 26px;line-height: 32px;}

    .subscribe-text p {font-size: 18px;line-height: 24px;margin-bottom: 20px;}
    .subscribe-text .food-finding-btn {padding: 10px 20px !important;margin-left: 0;}
    .footer_social span {margin: 5px 0px 20px;}
    .footer_social h4 {font-size: 24px;}
    .footer_address h4 {font-size: 24px;margin-top: 30px;}
    .footer_address span {margin: 5px 0px 20px;}
    .footer_copyright {text-align: center;}
    .footer_menu {float: none;text-align: center;}
    .section-padding {padding: 40px 0 10px;}
    .most-popular-title h2:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #00000045;
        top: -10px;}
    .most-popular-title h2:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        background: #000;
        top: -11.5px;
    }
    .food-finding-text p {
        display: none;
    }
    .food-finding-btn {
        margin-left: 0 !important;
    }
    .food-finding-section {
        padding: 80px 0px 70px;
    }
    .footer_copyright p {
        font-size: 16px;
    }
    .d-lg-block {
        display: block !important;
    }
    .brtop {
        padding-top: 15px;
    }
    .category-sub-article {
        transform: translateY(0px);
        padding: 0px;
        margin-top: 20px;
    }
    .category-top-wrapper-img img {
        height: 100%;
    }
    .category-sub-article-box h4 {
        min-height: 99px;
        max-height: 99px;
    }
    section.category-bottom-section {
        padding-bottom: 35px;
        margin-top: 45px;
    }
    .category-sub-article-box {
        border: 1px solid #dee2e6;
        margin-bottom: 25px;
    }

    .category-top-wrapper-text {
        bottom: 5px;
        left: 30px;
        right: 0;
        padding-left: 0px;
    }
    .details-page-top-text h1 {
        font-size: 28px;
    }
    .small-left {
        width: 100%;
    }
    .small-right {
        width: 100%;
        float: none;
        text-align: left;
    }
    .details-page-section {
        padding: 25px 0 10px;
    }
    .details-main-left-side {
        width: 100%;
        padding-right: 0;
    }
    .details-page-top-text .small {
        border-bottom: none;
        margin-bottom: 0px;
    }
    .details-main-right-side {
        width: 100%;
    }

    .details-page-more-news {
        margin-top: 75px;
    }

        .category-sub-article-img {
            float: left;
            width: 40%;
            padding-right: 3%;
            position: relative;
            overflow: hidden;
        }
        .category-sub-article-box {
            display: inline-block;
            width: 100%;
        }
        .category-sub-article-img h4 {
            float: left;
            width: 60%;
            padding-left: 1px;
            min-height: 67px;
            max-height: 67px;
            overflow: hidden;
        }
    


}
