* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0 !important;
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    background: #fff;
    color: #000;
    font-weight: normal;
}

.wrapper {
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
    padding: 0 20px;
}

.mini-container {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.1;
    margin: 0;
    font-weight: normal;
}

h1 {
    font-size: 62px;
    font-weight: 600;
}

h2 {
    font-size: 48px;
    font-weight: 500;
}

h3 {
    font-size: 34px;
    font-weight: 500;
}

h4 {
    font-size: 28px;
    font-weight: 500;
}

h5 {
    font-size: 22px;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    font-weight: 500;
}

p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 1rem 0;
    font-weight: 300;
}

p strong {
    font-weight: 500;
}

a.btn:link {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
}

a.btn:link:hover {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

a.btn.btn-outline {
    border: 2px solid #e28000;
    color: #fff;
}

a.btn.btn-outline:hover {
    color: #e28000;
    background-color: #fff;
}

/* Background Image Style */
.backbg {
    display: none !important;
}

.backbgbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Helper CSS */
.rounded-custom {
    border-radius: 1.5rem !important;
}
@media (min-width: 768px) {
    .pt-md-7{
        padding-top:6rem !important;
    }
}

/* HEADER CSS */
nav.navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.navigation ul li:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
}

nav.navigation ul li {
    position: relative;
}

nav.navigation ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 90%;
    border-right: 2px solid #000;
    transform: translateY(-50%);
}

nav.navigation ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    transition: all .2s;
    text-decoration: none;
    color: #000;
}

nav.navigation ul li a:hover, nav.navigation ul li a:active, nav.navigation ul li.current-menu-item a {
    color: #D61E3C;
    text-decoration: underline;
}

.menu-toggle {
    width: 30px;
    height: 22px;
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    outline: none;
}

/* lines */
.menu-toggle span {
    display: block;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
    width: 100%;
}

/* CROSS STATE */
.menu-toggle.active span:nth-child(1) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.web-logo a {
    display: block;
}

.search-form-block form {
    background: #F4F4F4;
    padding: 8px 15px;
    display: flex;
    align-items: center;
        border: 1px solid #d1d1d1;
}

.search-form-block form input {
    background: transparent;
    border: 0;
    outline: none;
    padding: 0 10px;
    height: 20px;
}

.search-form-block form {
    border-radius: 20px;
}

.search-form-block span.search-icon img {
    height: 18px;
    width: auto;
}

section.main-section {
    padding-top: 0; 
    height: calc(100vh - 94px);
    white-space: nowrap;
    overflow-y: hidden;
     overflow-x: auto;
    z-index: 1; 
    display: -webkit-box;
    display: -ms-flexbox;  
    display: flex;
}

section.main-section>section {
    width: calc(100% - 2%);  
    height: calc(97vh - 94px);
    flex: 0 0 98vw;
    margin: 0 1%;
}

section.main-section>section>div {
    height: 100%;  
}

/* Section 01 */

.banner01-caption-text-block h2 span {
    color: #e28000;
}

.banner01-caption-text-block h2 {
    color: #fff;
}

.banner01-section-inner-block {
    position: relative;
}

.banner01-section-inner-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #000000d9, transparent);
}

.banner01-section-inner-block>* {
    position: relative;
}

.banner01-caption-text-block p {
    color: #fff;
}







.banner02-image-block-with-desc-text img {
    position: absolute;
    bottom: 0;
    left: 60%;
    transform: translateX(-60%) scale(1.15);
    height: 90%;
}

.banner02-section-inner-block {
    position: relative;
}

.banner02-highlight-topleft-text-block {
    position: absolute;
    top: 10%;
}

.banner02-bottom-text-block {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    border-left: 2px solid #f4d01c;
    padding-bottom: 20px;
}

.banner02-highlight-topleft-text-block h2 {
    color: #f4d01c;
}

.banner02-highlight-topleft-text-block h4 {
    color: #fff;
}

.banner02-highlight-topleft-text-block h4 strong {
    font-weight: 500;
}

.banner02-highlight-topleft-text-block h4 {
    font-weight: 300;
    line-height: 1.3;
}

.banner02-highlight-topleft-text-block h3 {
    color: #fff;
}

.banner02-bottom-text-block p {
    line-height: 1.4;
}


span.banner02-caption2 {
    position: absolute;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 5px 15px 5px 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    top: 25%;
    right: 15%;
}

span.banner02-caption2::before {
    /* content: ""; */
    position: absolute;
    bottom: -10px;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
}

span.banner02-caption3.text-left {
    position: absolute;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 5px 15px 5px 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    top: 45%;
    right: 15%;
}

span.banner02-caption1.text-left {
    position: absolute;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 5px 15px 5px 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    top: 50%;
    left: 18%;
}









.banner03-images-lists-block {
    position: relative;
    flex: 0 0 50%;
    max-width: 100%;
    height: calc(97vh - 94px);
}

.banner03-image1 {
    position: absolute;
    left: -18%;
    bottom: 15%;
    box-shadow: -15px 25px 40px -10px rgba(0, 0, 0, 0.15), -25px 40px 60px -20px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
}

.banner03-image2 {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.2),
        0 60px 100px -25px rgba(0, 0, 0, 0.18);
    border-radius: 30px;
}

.banner03-image3 {
    position: absolute;
    left: 53%;
    top: 20%;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.2),
        0 60px 100px -25px rgba(0, 0, 0, 0.18);
    border-radius: 30px;
}

.banner03-image1 img {
    width: 100%;
}

.banner03-image1 img {
    width: 250px;
}

.banner03-image2 img {
    width: auto;
    height: calc(97vh - 150px);
    display: block;
}

.banner03-image3 img {
    width: 230px;
}

.banner03-text-caption-block {
    width: 50%;
}

.banner03-text-caption-block {
    padding-top: 5%;
}

.banner03-text-caption-block h3 {
    color: #165548;
    font-weight: 500;
}

.banner03-text-caption-block h2 {
    color: #d21e3c;
    font-weight: 600;
}

.banner03-text-caption-block p {
    color: #383838;
}


.banner-04-text-caption-block h3, .banner-04-text-caption-block h2 {
    color: #165548;
}

.banner-04-text-caption-block h2 {
    font-weight: 600;
}

.banner-04-text-caption-block h3 {
    font-family: "Kaushan Script", cursive;
}

.banner-04-text-caption-block h4 {
    color: #d21636;
}





.brand-round-block img {
    width: 90px !important;
    height: 90px;
    margin: 0;
    object-fit: contain;
}

.brand-round-block {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -148px auto 0;
    position: relative;
}

.brand-details-block {
    padding-top: 150px;
    position: relative;
    height: 100%;
}

.brand-details-block::before {
    content: "";
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.brand-details-block.block1::before {
    background: #d15600;
}

.brand-details-block.block2::before {
    background: #005943;
}

.brand-details-block.block3::before {
    background: #169abb;
}

.brand-details-desc-block {
    position: relative;
    margin-top: 1.5rem;
}

.banner04-section-inner-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.banner04-section .mini-container {
    flex: 1;
}

.brand-lists-slider.owl-carousel,
.brand-lists-slider.owl-carousel .owl-stage-outer,
.brand-lists-slider.owl-carousel .owl-stage,
.brand-lists-slider.owl-carousel .owl-item,
.brand-lists-slider.owl-carousel .item {
    height: 100%;
}

.brand-details-desc-block p {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-wrap: auto;
}  

.brand-details-desc-block h4 {
    color: #fff;
    text-wrap:auto; 
}



.banner05-section-inner-block .container {
    height: calc(97vh - 94px);
}

.india-map-block {
    height: 100%;
    text-align: center;
}

.banner05-section-inner-block .container .row {
    height: 100%;
}

.banner05-section-inner-block .container .row>* {
    height: 100%;
}

.india-map-block img {
    height: 100%;
    width: auto !important;
}

.banner05-caption-text-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner05-caption-text-block h2 {
    font-weight: 400;
    color: #fff;
}

.banner05-caption-text-block h2 span {
    font-weight: 600;
    color: #f36e21;
}


.banner06-text-caption-block {
    background: #c6cdb9d1;
}

.banner06-text-caption-block h3 {
    font-family: 'Kaushan Script';
    color: #005943;
}

.banner06-text-caption-block h2 {
    color: #d21e3c;
    font-weight: 600;
}

.banner06-highlight-text-box {
    background: #005943;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
}

.banner06-features-lists-block {
    max-width: 860px;
    margin: 0 auto 0;
}

.banner06-features-lists-block ul li {
    flex: 0 0 48%;
    text-align: left;
    color: #000;
    font-size: 18px;
}

.banner06-features-lists-block ul li:nth-child(1), .banner06-features-lists-block ul li:nth-child(2) {
    margin-bottom: 15px;
}

.banner06-features-lists-block ul li:nth-child(1), .banner06-features-lists-block ul li:nth-child(3) {
    margin-right: 30px;
}

.banner06-features-lists-block ul li span {
    font-weight: 500;
}

.banner06-features-lists-block ul {
    list-style: none;
}

.banner06-features-lists-block ul li {
    position: relative;
}

.banner06-features-lists-block ul li::before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #d21c3b;
}

.web-logo img {
    height: 45px;
    width: auto;
    display: block;
    margin: 0;
}
.banner07-text-caption-block p br{
    display:none;
}
.banner07-inner-box {
    height: 100%;
}

.hotel-chef-image-block img {
    object-position: top;
    display: block;
    margin: 0;  
    height: 100%;
    object-fit: cover;
}  

.hotel-chef-image-block {
    flex: 0 0 50%;
    max-width: 50%;
}

.banner07-text-caption-block {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
}

.banner07-text-caption-block h3 {
    color: #fff;
    font-weight: 400;
}

.banner07-text-caption-block h2 {
    color: #d41e3c;
    font-weight: 600;
}

a.btn.btn-fill {
    background: #d41e3c;
    display: inline-block;
    width: fit-content;
    color: #fff;
    transition: all .2s;
    border: 2px solid #d41e3c;
}

a.btn.btn-fill:hover {
    background: #fff;
    color: #d41e3c;
}

.banner07-text-caption-block p {
    text-wrap: auto;
}

span.banner02-caption1.text-left::before {
    content: "";
    content: "";
    position: absolute;
    bottom: -20px;
    right: 18px;
    border: 0;
    border-right-width: 25px;
    border-bottom-width: 20px;
    border-style: solid;
    border-color: transparent #ffffff33;
    display: block;
    width: 0;
}

span.banner02-caption2.text-right::before {
    content: "";
    position: absolute;
    bottom: -30px;
    border-width: 0 0 30px 25px;
    border-style: solid;
    border-color: transparent #ffffff33;
    display: block;
    width: 0;
    left: 12px;
}

span.banner02-caption3.text-left::before {
    content: "";
    position: absolute;
    bottom: -30px;
    border-width: 0 0 30px 25px;
    border-style: solid;
    border-color: transparent #ffffff33;
    display: block;
    width: 0;
    left: 12px;
}
.brand-details-desc-block h4 a {
  color: #fff;
  text-decoration: none;
} 

.about-us-brand-section-inner-block {
    background-color: #f6f6f6;
}
.section-heading-part-block h1 {
    background: linear-gradient(90deg, #d31e3c 0%, #3c3c3c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 48px;
    line-height: 1.4;
}

.section-heading-part-block p {
    color: #000;
}
.about-highlight-block figure {
    width: 60px;
    height: 60px;
    background: #d61d3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-highlight-block span {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
}
.about-highlight-block:first-child {
    border-right: 2px solid #939393;
}
.about-kitchen-description-text-block *{color:#fff;}


.about-kitchen-description-text-block h3 {
    font-weight: 600;
}
.about-kitchen-points-lists-block ul {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: outside;
}
.about-kitchen-points-lists-block ul li:not(:last-child) {
    margin-bottom: 1rem;
}
.about-kitchen-points-lists-block ul li {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
}
section.food-ecosystem-section {background: #f1edea;position: relative;margin-top: -2.5rem;}

.food-ecosystem-content h3 {
    font-weight: 600;
    color: #d61e3c;
}

.food-ecosystem-block p {
    color: #000;
    width: 84%;
    max-width: 100%;
    margin: 0 auto;
}

.food-ecosystem-logo {
    background: #fff;
    width: 150px;
    margin: 0 auto;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 50%;
}

.food-ecosystem-logo img {
    width: 100%;
    object-fit: contain;
}

.food-ecosystem-block h4 {
    color: #d61e3c;
    font-weight: 600;
}

a.btn.no-outline {
    outline: 0;
    color: #d61e3c;
    transition: all .2s;
}
a.btn.no-outline:hover {
    text-decoration: underline;
    outline:none;
    color: #000;
}
section.about-kitchen {
    position: relative;
    z-index: 9;
}
.mission-and-vision-block h4 {
    color: #d61e3c;
    font-weight: 600;
}

.mission-and-vision-block p {
    color: #000;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}
.mission-and-vision-section .row > *:first-child::after {
    content: "";
    border-right: 2px solid #d61e3c;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 70%;
}

.mission-and-vision-section .row > * {
    position: relative;
}
.about-block-stat-inner-content{
    background:#eee;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.about-block-stat-inner-content h3{font-weight:600; color:#d61e3c;}
.about-block-stat-lists figure {
    width: 100px;
    height: 100px;
    background: #d61e3c;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.about-block-stat-lists figure img {
    width: 55px !important;
    height: 55px !important;
    object-fit: contain;
    margin: 0;
}

.about-block-stat-lists h5 {
    line-height: 1.4;
}

.our-leadership-inner-block{
    background-color:#eee;
}
.team-member-info * {
    color: #000;
}
.our-leadership-inner-block h3{
    color:#d61e3c;
    font-weight:600;
}
.our-leadership-inner-block h4{
    color:#000;
    font-weight:600;
}
.profile-info-about h6 {
    font-weight: 600;
    color: #d61e3c;
}
.our-leadership-inner-block{
    border-bottom-left-radius:16px;
    border-bottom-right-radius:16px;
        padding-bottom: 7rem !important;
}
.about-team-members-group-block {
    margin-top: -6rem;
}
.member-group-block-info h3{font-weight:600;}
.member-group-block-info *{color:#000;}
section.inner-page-heading h1 {
    background: linear-gradient(90deg, #d31e3c 37%, #3c3c3c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 48px;
    line-height: 1.4;
}
.brand-details-logo-block {    background: #fcf1e2;    height: 100%;}
.brand-details-description-block * {
    color: #000;
}
.brand-details-logo-block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}
.brand-details-logo-block img {
    width: 250px;
    height: auto;
    object-fit: contain;
    margin: 0;
}

.brand-features-list {
    background: #f1edea;
}
.brand-feature-block {
    padding-left: 1.3rem;
    border-left: 3px solid #d61d3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}
.brand-lists > .brand-details-block-view:not(:last-child) {
    margin-bottom: 4.5rem;
}
.brand-details-block-view.reverse-block .row {
    flex-direction: row-reverse;
}
.brand-details-description-block h4 {
    background: #d61d3c;
    display: inline-block;
    padding: 10px 40px 10px 40px;
    border-radius: 16px;
    margin-left: -105px;  
}
.brand-details-description-block h4 a{
    color: #fff;
    font-weight: 600;
    text-decoration:none; 
}
.brand-details-block-view.reverse-block  .brand-details-description-block h4{
    margin-left: 0;
    margin-right: -105px; 
}
.brand-details-block-view.reverse-block .brand-details-description-block {
    display: flex;
    flex-direction: column;
}
.brand-details-block-view.reverse-block .brand-details-description-block h4{
    padding: 10px 40px 10px 40px;
    align-self: flex-end;
    z-index: 9;
}
.brand-details-description-block {
    padding-right: 8rem;
}
.brand-details-block-view.reverse-block .brand-details-description-block {
    padding-right: 0;
    padding-left: 8rem;
}
.inner-page-heading-center-block p {
    color: #000;
}
section.model-system-block-section h3 {
    color: #d61e3c;
    font-weight: 600;
}
.model-system-block p {
    color: #000;
}
figure.model-icon img {
    height: 50px;
    width: auto;
    margin: 0;
}
.model-system-block {
    position: relative;
}

.model-system-block-lists >.model-system-block:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    height: 40%;
    border-right: 2px solid #d61d3c;
    right: 0;
}
.why-partner-block p {
    color: #000;
}
.why-partner-block figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #d61d3c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

section.why-partner-with-us-section h3 {
    color: #d61e3c;
    font-weight: 600;
}
.connect-with-us-content h3{
      color: #d61e3c;
    font-weight: 600;
}
section.why-partner-with-us-section {
    background: #eee;
}

.why-partner-block figure img {
    height: 45px;
    width: auto;
    margin: 0;
}
.why-partner-block figure {
    margin-bottom: 3.5rem;
    position: relative;
}

.why-partner-block {
    position: relative;
}

.why-partner-block::before {
    content: "";
    border-right: 2px dashed #d61d3c;
    position: absolute;
    top: 0;
    height: 40%;
}
.partner-with-qsr-block-description-text h4 {
    color: #d61e3c;
    font-weight: 600;
}

.partner-with-qsr-block-description-text ul {
    margin: 0 0 1.8rem 1.2rem;
    list-style-position: outside;
    padding: 0;
}

.partner-with-qsr-block-description-text ul li {
    font-size: 20px;
    font-weight: 300;
}

.partner-with-qsr-block-description-text ul li:not(:last-child) {
    margin-bottom: 1.2rem;
}
 
a.btn.btn-solid {
    background: #d61e3c;
    color: #fff;
    border: 1px solid #d61e3c; 
    transition: all .2s;
}
a.btn.btn-solid:hover {
    background: #fff;
    color: #d61e3c;
}
.connect-with-us-content p{color:#000;}
.connect-with-us-content p a {
    color: #000;
    transition:all .2s;
}
.connect-with-us-content p a:hover {
     color: #d61e3c;
     text-decoration:underline;
}

.wpforms-submit {
    background: #D61E3C !important;
    min-width: 180px;
    text-transform: uppercase !important;
}
.food-ecosystem-block {
    position: relative;
    padding-top: 4rem;
}

.food-ecosystem-block::before {
    content: "";
    border-right: 2px dashed #d61d3c;
    position: absolute;
    top: 0;
    height: 40%;
}

.food-ecosystem-logo {
    position: relative;
}

.food-ecosystem-block.middle-block {
    padding-top: 8rem;
}
.about-team-founder-info-block > *:not(:last-child){
    margin-bottom:2rem;
}
 
 div#popup-form h3 {
    color: #d21e3c;
    font-weight: 600;
}
.partner-with-us-popup {
    width: 700px;
}

div#wpforms-342 {
    width: 100%;
}
div#wpforms-342 form {
    width: 100%;
    max-width: 100%;
}

div#popup-form h3 {
    color: #d21e3c;
    font-weight: 600;
}

.blog-post-entry h4 a {
    text-decoration: none;
    color: #e28000;
    font-size: 26px;
}

.blog-post-entry p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.blog-post-entry p br {
    display: none;
}
.blog-post-entry a.btn.read-more-btn {
    border: none;
    font-size: 16px;
    padding: 0;
    text-decoration: underline;
}
.blog-post-entry {
    border-bottom: 1px solid #d1d1d1;
}
.search-box-banner {
    background: #f1edea;
}
.award-lists-inner-block {
    background: #eee;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.award-lists-inner-block h3 {
    font-weight: 600;
}
.social-menu-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}
.social-menu-links ul li a {
    border: 2px solid #D61E3C;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebebeb00;
    text-decoration: none;
    transition:all 0.2s;
}
.social-menu-links ul li a i {
    color: #2F2F5A;
}
.social-menu-links ul li a:hover i {
    transform: scale(1.17);
}
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
    column-gap: 20px;
}

.footer-menu ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    transition: all .2s;
    text-decoration: none;
    color: #000;
}
.footer-menu ul li a:hover, .footer-menu ul li a:active, .footer-menu ul li.current-menu-item a {
    color: #D61E3C;
    text-decoration: underline;
    outline:none;
}

footer.footer {
    margin-top: 2rem;
    background: #eee;
}

.footer-copyright-text p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}