@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: rgba(0, 170, 161, 1);
    --secondry: #D1E7E5;
	--light-gray: rgb(162, 169, 177);
  --blue: rgb(6, 69, 173);
  --white-bone: rgb(248, 249, 250);
  --light-black: rgb(32, 33, 34);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.7;
    font-size: 20px;
    color: #000;
    font-weight: 400
}
h1{font-size:2em !important;}
h2{font-size:1.5em !important;}
h3{font-size:1.17em !important;}
h4{font-size:1em !important;}
h5{font-size:0.83em !important;}
h6{font-size:0.67em !important;}
p{
    margin:0 0 0px;
}
.primary {
    color: var(--primary);
}
.secondry {
    color: var(--secondry);
}
.secondry-bg {
    color: var(--secondry);
}
.primary-bg {
    background-color: var(--primary);
    color: #fff;
}
strong{
    font-weight: 600 !important;
}
.fw-bold {
    font-weight: 600 !important;
}
.recipetitle-bg {
    background-color: var(--secondry);
    color: #000;
}

.desk-hide {
    display: none !important;
}

.mob-hide {
    display: flex !important;
}

a {
    color: #0a7acf;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style-type: none;
}

.text-gray {
    color: #555555
}
.bg-gray {
    background-color: #d9d9d9;
}
.top-list-menu li{
	padding:10px 0 0 0;
}
.top-list-menu li a{
	padding:0 0 0 10px;
}
.offcanvas-start{
	width:260px;
}
.text-gray{
	margin: 10px 0 0 0;
	font-size:13px;
}
.white-bg{
	background-color:#fff;
}
.slider-btn{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.side-two li h2{
    font-size:18px;
    font-weight:600;
}
.font-size-10 {
    font-size: 10px
}
.font-size-11 {
    font-size: 11px
}
.font-size-12 {
    font-size: 12px
}
.font-size-13 {
    font-size: 13px
}
.font-size-14 {
    font-size: 14px
}
.font-size-18 {
    font-size: 18px !important;
}
@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

.font-size-14 {
    font-size: 10px;
}
}

.font-size-16 {
    font-size: 16px
}

.font-size-18 {
    font-size: 18px
}

.fw-medium {
    font-weight: 400;
}

.fw-semibold {
    font-weight: 600;
}

small {
    font-size: 8px;
    width: 50px;
}

/* Header Nav bar Start */


nav {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}
.mt-5{
    margin-top: 7em !important
}
.close{
    text-align: right;
    position: relative;
    top: -29px;
    cursor: pointer;
}

.search-box{
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    overflow-y: scroll;
	z-index: 1030;
}

.navbar-nav li a.nav-link {
    padding: 10px 15px;
    color: #000000;
}

.navbar-nav li a.nav-link:hover {
    padding: 10px 15px;
    color: rgba(0, 170, 161, 1);
}
.navbar-nav .dropdown-menu {
    position: absolute;
}

.heading {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
}

.heading span {
    padding: 3px 10px
}

.sub-heading {
    font-weight: 400;
    font-size: 15px;
    max-width: 800px
}
@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

.sub-heading {
    font-weight: 400;
    font-size: 10px;
    max-width: 800px;
}
}
.img-shadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* .w-110 {
    width: 100px
} */

.brd-radius-5 {
    border-radius: 5px;
}

.recipe-block {
    position: relative;
}

.overlay-content {
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px;
}

.hoverlay-content {
    position: absolute;
    bottom: 10px;
    right: 5px;
    width:55px;
    margin-left: 79%;
}

@media (max-width: 600px) {
  .hoverlay-content {
    position: absolute;
    bottom: 10px;
    right: 5px;
    width:55px;
    margin-left: 79%;
  }
}

.health {
    background-color: rgba(255, 255, 255, 0.80);
}

.health:hover {
    background-color: white;
}

.tag {
    background-color: #fff;
    font-size: 12px;
    color: #918c8c;
    padding: 2px 5px;
    font-weight: 700;
}

.details {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 10px 5px;
    position: relative;
    top: 6px;
    min-height: 55px;
}
@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

.details {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 4px 5px;
    position: relative;
    top: 6px;
    min-height: 33px;
}
}

.details:hover {
    background-color: white;
    padding: 10px 5px;
    position: relative;
    top: 6px;
    min-height: 55px;
}
 .bigIcon {
        font-size: 5em;
    }
/*
.hdetails {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 1px 1px;
    position: relative;
    right: 0;
    min-height: 55px;
	text-align:center;
    scroll-padding-right: z;
    top: 5px;
}

*/


.hdetails {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 1px 1px;
    position: relative;
    right: 0;
    min-height: 55px;
    text-align: center;
    top: 5px;
    
}
@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.hdetails {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 1px 1px;
    position: relative;
    right: 0;
    min-height: 55px;
    text-align: center;
    top: 8px;
    right: 34px;
}


/* Styles */
}


@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.heading {
    font-weight: 600;
    font-size: 13px;
    line-height: 28px;
}




}

.hdetails:hover {
    background-color: white;
    padding: 1px 1px;
    position: relative;
    right: 0;
    min-height: 55px;
    scroll-padding-right: z;
    top: 5px;
}

@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.hdetails:hover {
    background-color: white;
    padding: 1px 1px;
    position: relative;
    right: 0;
    min-height: 55px;
    scroll-padding-right: z;
    top: 5px;
    right: 34px;
}
}

.details h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}


@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.details h5 {
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    text-transform: capitalize;
}
}
.details span {
    font-size: 12px;
}

.img-block img {
    width: 100%;
    border-radius: 5px;
}

.img-block:hover { 
            filter: drop-shadow(5px 5px 5px rgba(36, 36, 36, 0.5)); 
}


/*Ads Image blocks section*/
.ads-img-block img {
    width: 100%;
	
}

.one-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.two-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.form-control,
select {
    font-size: 14px;
}

.gallery-block {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.gallery-block .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-block .image-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.gallery-block .image-box {
   
    filter: drop-shadow(5px 5px 5px rgba(36, 36, 36, 0.5)); 
}


.gallery-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.gallery-block .image-box:hover{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    filter: drop-shadow(5px 5px 5px rgba(36, 36, 36, 0.5)); 
}
  
.gallery-block .inner-box .overlay-inner:hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
    filter: drop-shadow(5px 5px 5px rgba(36, 36, 36, 0.5));
}

.gallery-block .image-box img.icon {
    height: 40px;
    width: 40px;
    margin: 0px auto;
}

.gallery-block .overlay-box {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 95%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    border-radius: 15px
}

.gallery-block .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: var(--secondary-color);
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.gallery-block .inner-box:hover .overlay-box:before {
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0.8;
    visibility: visible;
}

.gallery-block .inner-box:hover .overlay-box {
    opacity: 1;
}

.gallery-block .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-block .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block .inner-box .overlay-inner .link {
    position: relative;
    font-size: 28px;
    color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box .overlay-inner .link .bx {
    position: relative;
    font-size: 45px
}

.icon-block {
    text-align: center;
    border: 1px solid #555555;
    padding: 1.5em;
    margin-bottom: 1.5em;
    border-radius: 5px;

}

.icon-block h6 {
    margin-bottom: 0px;
}

.icon-block img {
    width: 100px;
}

.icon-block:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}


.searchbar {
    color: #198754;
}

.searchbar:hover {
    color: #fff;
}

@media(max-width: 991px) {
    .container {
        max-width: 98%
    }

    .mob-hide {
        display: none !important;
    }

    .desk-hide {
        display: block !important;
    }
  
}

@media(max-width: 767px) {
    .navbar .col-xs-4 {
        width: 33%
    }
    .search-form .col-md-3{
        margin-bottom: 1em
    }
    
}
@media(max-width: 580px) {
    .recipe-list .col-sm-6,  .recipe-list .col-lg-3, .search-box .recipe-list .col-sm-4{
        width: 50%
    }
    .w-110{
        width: 60px
    }
}

@media(max-width: 480px) {
    .navbar .logo {
        height: 30px;
    }

}


@media(max-width: 380px) {
    .navbar .logo {
        height: 25px;
    }

    .w-100 {
        width: auto !important
    }

    .navbar .gap-3 {
        gap: 0.6rem !important;
    }

}

/* Header Nav bar Start */

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.wrap::-webkit-scrollbar {
    width:6px;
}

/* background of the scrollbar except button or resizer */
.wrap::-webkit-scrollbar-track {
     background:#f2f2f2;
}

/* scrollbar itself */
.wrap::-webkit-scrollbar-thumb {
    background:#00AAA1;
    border-radius:16px;
    border:2px solid #00AAA1;
}
.wrap::-webkit-scrollbar-thumb:hover {
    border:2px solid #00AAA1
}

/* set button(top and bottom of the scrollbar) */
.wrap::-webkit-scrollbar-button {display:none;}

/* div box */

.wrap {
    height: 75vh;
    width: 100%;
    min-width: 150px;
    overflow-y: scroll;
}
	
.overflow
{
	min-height: 100vh;
}


/*Video Slider*/

.slide-container {
  margin: 0 30px;
  
}
.card {
    position: relative;
    display: flex
;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgb(0 0 0);
    border-radius: .25rem;
}

.vcard {
  background: #fff;
  border-radius: 8px;
}
.vcard .image-box {
  /*height: 200px;*/
}
.vcard .image-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.vcard .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}
.vcard .profile-details img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.profile-details .name {
  font-size: 15px;
  font-weight: 500;
}
.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
}
.swiper-navBtn {
  color: #000;
  height: 60px;
  width: 60px;
  background: #00aaa1;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}
.swiper-pagination-bullet {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}
/*Video Slider ends*/




/*Foooter css*/
.footer {
    display: flex;
	flex-flow: row wrap;
	padding: 50px;
	color: #fff;
    background-color: #F2F8F7;
}

.footer h5 {
    font-size: 16px;
    text-transform: capitalize;
}

.footer ul li a,
.footer p {
    font-size: 16px;
    color: #555555
}

.footer .social a {
    display: block;
    color: #777777;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
}

.footer>* {
	flex: 1 100%;
}
.side-one {
	margin-right: 1.25em;
	margin-bottom: 2em;
}
h2 {
	font-weight: 400;
	font-size: 15px;
}
.footer ul {
	list-style: none;
	padding-left: 0;
}
.footer li {
	line-height: 2em;
}
.footer a {
	text-decoration: none;
}
.side-two {
	display: flex;
	flex-flow: row wrap;
}
.side-two>* {
	flex: 1 50%;
	margin-right: 1.25em;
}
.box a {
	color: #999;
}
.h-box {
	column-count: 2;
	column-gap: 1.25em;
}
.copyright {
	text-align: center;
	color: #999;
	padding-top: 50px;
}
.side-one p {
	padding-right: 20%;
	color: #999;
}
@media screen and (min-width: 600px) {	
    .side-two>* {
		flex: 1;
	}
	.features {
		flex-grow: 2;
	}
	.side-one {
		flex: 1 0px;
	}
	.side-two {
		flex: 2 0px;
	}
}

@media (max-width: 600px){
    header p {
        font-size: 40px;
    }
    .footer {
        padding: 40px;
    }
}
/*video slider*/
.owl-carousel{
	padding-left:30px;
	padding-right:30px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-prev{
    position: absolute;
    top: 200px;
    left: 0;
    background-color: #00aaa1 !important;
    color: #fff !important;
    padding: 5px 2px 5px 2px !important;
    border-radius: 10px !important;
	margin:0 auto !important;
}
.owl-prev span{
	padding: 10px 5px 10px 5px !important;
    font-size: 24px;
}
.owl-next{
    position: absolute;
    top: 200px;
    right: 0;
    background-color: #00aaa1 !important;
    color: #fff !important;
    padding: 5px 2px 5px 2px !important;
    border-radius: 10px !important;
	margin:0 auto !important;
}
.owl-next span{
	padding: 10px 5px 10px 5px !important;
    font-size: 24px;
}
#product_carousel .owl-dots .owl-dot.active span{
	width: 40px !important;
	background: #00aaa1 !important;
}
#product_carousel_sec .owl-dots .owl-dot.active span{
	width: 40px !important;
	background: #00aaa1 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ddd;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}


/* Recipe Page CSS*/

@keyframes fade-in-up {
  0% { opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.video-wrap {
  text-align: center;
}

.video {  
  iframe {
    max-width: 100%;
    max-height: 100%;
  }

  &.stuck {
    position: fixed;
    bottom: 20px;
    right: 80px;
    transform: translateY(100%);
    width: 260px;
    height: 145px;
    animation: fade-in-up .25s ease forwards;
    z-index:999;
  }
}

/*--//content --*/
/*--/main-content-w3layouts-agileits --*/
/*--/left--*/
.b-grid-top {
    position: relative;
}
.bottom-b-con{
    padding: 40px 0;
}
.blog_info_left_grid {
    position: relative;
    overflow: hidden;
}
.blog-info-middle ul li a {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #fff;
}
.blog-info-middle ul li a:hover{
	color:#01cd74;
	opacity:0.9;
}
.blog-info-middle {
    width: 100%;
    background: rgba(14, 15, 16, 0.65);
    padding: 18px;
    position: absolute;
    bottom: 0;
}
.blog_info_left_grid img {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
	background: #ebecec;
    padding: .4em;
}
.blog-info-middle ul li {
    display: inline-block;
}
.blog-grid-top h3,.two-blog2 h3,h5.card-title {
    font-size: 1.2em;
	margin: 1.2em 0 1em 0;
	font-weight: 700;
}
.blog-grid-top h3 a,.two-blog2 h3 a,h5.card-title a {
	color: #333333;
}
.blog-grid-top p,.two-blog2 p{
    margin-bottom: 2em;
}
.blog-grid-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3em;
}
.blog-mid-sec {
    background: #eceff1;
    padding: .5em;
    margin: 1em 0;
}
button.btn.btn-primary.play.sec{
	width:40px;
	height:40px;
}
ul.blog-icons li {
    display: inline-block;
	margin-right: 20px;
	list-style:none;
}
ul.blog-icons a {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #999;
}
ul.blog-icons i {
    color: #01cd74;
}
.blog-girds-sec {
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 2em;
}
/*--//left--*/
/*--/right--*/
.tech-btm img{
	background: #ebecec;
    padding: .4em;
}
.tech-btm h4 {
    font-size: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 1em;
}
.tech-btm {
    margin-bottom: 2em;
}
.tech-btm input[type="email"] {
    width: 100%;
    color: #737070;
    outline: none;
    font-size: 14px;
    padding: 0.6em 1em;
    border: 2px solid #eceff1;
    -webkit-appearance: none;
    letter-spacing: 1px;
    margin: 1em 0;
}
.tech-btm input[type="submit"] {
    background: #01cd74;
    padding: .7em 1em;
    color: #fff;
    font-size: 15px;
    font-weight:500;
    display: block;
    outline: none;
    border: none;
	width: 100%;
	cursor: pointer;
	text-transform:uppercase;
}
.tech-btm input[type="submit"]:hover {
	background: #05b166;
}
.widget_social li {
    display: block;
}
.widget_social li a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight:400;
    letter-spacing: 0.2px;
    line-height: 30px;
	margin-bottom: 10px;
    padding: 10px 20px;
    text-transform: capitalize;
    width: 100%;
}
.widget_social li a:hover{
	opacity:0.7;
	color:#fff;
}

.widget_social li a.twitter {
    background: #57baf7;
}
.widget_social li a.facebook {
    background: #3b5998;
}
.widget_social li a.dribble {
	background: #ea4c89;
}
.widget_social li a.pin {
	background: #BD081C;
}
.widget_social li a i {
    font-size: 18px;
    position: relative;
    text-align: left;
    width: 35px;
}
.widget_social li a .count {
    padding-left: 20px;
}
.tech-btm h5 {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 600;
}
.tech-btm h5 a{
   color:#333;
}
.sub-meta span {
    font-size: 0.8em;
    color: #a9abad;
    line-height: 2.5em;
}
/*--//right--*/

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.tech-btm img{
	background: #ebecec;
    padding: .4em;
}
.tech-btm h4 {
    font-size: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 1em;
}
.tech-btm {
    margin-bottom: 2em;
}
.tech-btm input[type="email"] {
    width: 100%;
    color: #737070;
    outline: none;
    font-size: 14px;
    padding: 0.6em 1em;
    border: 2px solid #eceff1;
    -webkit-appearance: none;
    letter-spacing: 1px;
    margin: 1em 0;
}
.tech-btm input[type="submit"] {
    background: #01cd74;
    padding: .7em 1em;
    color: #fff;
    font-size: 15px;
    font-weight:500;
    display: block;
    outline: none;
    border: none;
	width: 100%;
	cursor: pointer;
	text-transform:uppercase;
}
.tech-btm input[type="submit"]:hover {
	background: #05b166;
}
.widget_social li {
    display: block;
}
.widget_social li a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight:400;
    letter-spacing: 0.2px;
    line-height: 30px;
	margin-bottom: 10px;
    padding: 10px 20px;
    text-transform: capitalize;
    width: 100%;
}
.widget_social li a:hover{
	opacity:0.7;
	color:#fff;
}

.widget_social li a.twitter {
    background: #57baf7;
}
.widget_social li a.facebook {
    background: #3b5998;
}
.widget_social li a.dribble {
	background: #ea4c89;
}
.widget_social li a.pin {
	background: #BD081C;
}
.widget_social li a i {
    font-size: 18px;
    position: relative;
    text-align: left;
    width: 35px;
}
.widget_social li a .count {
    padding-left: 20px;
}
.tech-btm h5 {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 600;
}
.tech-btm h5 a{
   color:#333;
}
.sub-meta span {
    font-size: 0.8em;
    color: #a9abad;
    line-height: 2.5em;
}
/*--//right--*/
/*--//main-content-w3layouts-agileits --*/

/*-- //services --*/
/*-- mid --*/
.list-inline> li {
    margin: 1.2em 0;
    display: block;
    padding: 0;
}
.list-inline> li a{ 
    display: block; 
}
.mid-text-info h4 {
    color: #01cd74;
	font-size: 1.1em; 
}
.mid-text-info p {
	margin-top: 0.3em;
    letter-spacing: 2px;
    color: #fff;
}
.list-inline> li a img {
    width: 37%;
    background: #ffffff;
    padding: .3em;
}
.desoSlide-wrapper {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.desoSlide-overlay {
    z-index: 10;
    color: #fff;
    font-size: 1em;
    text-align: left;
    font-weight: 300;
    line-height: 2em;
    padding: 2.5em;
    opacity: 0;
    filter: alpha(opacity=100);
    background: #000;
    width: 50% !important;
    position: absolute;
    top: 18% !important;
    left: -50% !important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.desoSlide-wrapper img {
    width: 100%;
    background: rgb(255, 255, 255);
    padding: .6em;
}
.mid-text-info {
    float: right;
    width: 55%;
}
.desoSlide-overlay .btn.btn-primary.play {
    color: #fff;
    font-size:1.4em;
	margin-bottom: .5em;
    font-weight: 700;
}
.desoSlide-wrapper:hover .desoSlide-overlay {
	left: 0% !important;
}
.desoSlide-overlay  ul li{ 
	display:block;	
} 
.desoSlide-overlay  ul li a {
    display: block;
	padding: 1em;
	-moz-opacity: 0.7; 
	opacity: 0.7;
}
.desoSlide-overlay  ul li a:hover {
	-moz-opacity: 1;
    opacity: 1;
}
.desoSlide-overlay  ul li a span.glyphicon {
    font-size: 1.3em;
    color: #fff;
}
.desoSlide-overlay  ul li a h6 {
    font-size: 0.9em;
    color: #fff;
    margin-top: .5em;
} 
section.middle-sec-agileinfo-w3ls{
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
	background-size: cover;
	min-height:700px;
	padding:4em 0;

}
/*-- //recipe --*/
.rec-heading{
	background-color: var(--secondry);
    color: #323030;
    font-size: 30px;
	font-weight:700;
    display: inline-block;
    padding: 10px;
    line-height: 1.2;
}    
    /*-- //recipe --*/
   /*-- //Calories --*/
      
.rec-headingCalories{
	background-color: var(--secondry);
    color: #323030;
    font-size: 22px;
	font-weight:700;
    display: inline-block;
    padding: 10px;
    line-height: 1.2;
}    
    /*-- //Calories --*/

   
.rec-heading1{
	background-color: var(--secondry);
    color: #323030;
    font-size: 20px;
	font-weight:700;
    display: inline-block;
    padding: 10px;
    line-height: 1.2;
}
.recipe-heart{
    position: absolute;
    right: 10px;
    top: 10px;
}
.heart-button {
	cursor: pointer;
}
.heart-button.active {
	color: #FF3A81;
}
.social-follow li{
	float:left;
	margin:0 10px 0 0;
}
.social-follow li a{
    color: #777777;
    border: 2px solid #777777;
    padding: 5px 15px;
    border-radius: 2px;
    margin: 0 auto;
    font-size: 28px;
}
.social-follow li a:hover{
	background-color:#777777;
	color:#fff;
}
.right-5{
	right:5px;
}
.side-recipe-bg{
	background: #ffffff;
}
.btn-second-main{
    color: #00AAA1;
	background-color:#fff;
    border: 1px solid #00AAA1;
}
.btn-second-main:hover{
    background-color: #00AAA1;
    color: #fff !important;
}
.btn-gg{
    color: #529D22;
	background-color:#fff;
    border: 1px solid #00AAA1;
}
.btn-gg:hover{
    box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.green-recipe-bg{
	background: #529D22;
}
.accordion-btn{
    background-color: #529d22 !important;
    color: #fff !important;
}

.side-list li {
    line-height: 40px;
    font-size: 16px;
}

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.buttons {
    top: 36px;
    position: relative
}
.tags-list li a{
	background: #d9d9d9;
    border-radius: 2px;
    float: left;
    margin: 5px 10px 0 0;
    padding: 0 10px;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 600;
}
.tags-list li a:hover{
	background-color: #00AAA1 !important;
    color: #fff !important;
}

.content-body a{
    color: #0a7acf !important;
    text-decoration:underline;
}
 .table-of-content tbody tr td a{
     color:#000 !important;
 }
  .table-of-content tbody tr td a:hover{
     color: #00AAA1 !important;
 }
.social-share-icon li{
	float:left;
	margin:0 10px 0 0;
}
.social-share-icon li a {
    font-size: 22px;
    color: #a1a1a1 !important;
}
.social-share-icon:before{
	display: block;
    content: '';
    z-index: 1;
    background: #a1a1a1;
    position: absolute;
    width: 40%;
    height: 1px;
    left: 0;
    top: 20px;
}
.social-share-icon:after{
	display: block;
    content: '';
    z-index: 1;
    background: #a1a1a1;
    position: absolute;
    width: 40%;
    height: 1px;
    right: 0;
    top: 20px;
}
.review-box{
    display: flex;
    justify-content: center;
}
.text-green{
	color: #007E47;
}
.star-rating{
	display: flex;
    justify-content: center;
}
.star-rating li{
	float:left;
	color: #007E47;
}
.rating-right{
	line-height:45px;
}
.progress-wid{
	width:25rem;
}
.rating-right li i{
	color: #007E47;
}
.progress-bar{
	background-color: #007E47;
}
.btn-sec{
	background: #00AAA1;
	color:#fff;
}
.o-star-rating {
  line-height:32px;
  font-size:1.25em;
  display:flex;
}

.o-star-rating .fa-star{color: #007E47;margin-top:5px;}
.o-star-rating .fa-star-o{color: #007E47;margin-top:5px;}
.review-link{
    font-size: 15px;
    font-weight: 500;
    margin-left: 4px;
}
/*recipe category*/
.rec-heading-sec {
    background-color: var(--secondry);
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding: 10px;
    line-height: 1.2;
}
.recipe-accordion-btn{
    background-color: #E1E1E1 !important;
    color: #000 !important;
    font-weight: 600;
    border-radius: 2px !important;
}
.main-title {
  padding: .5em 0;
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 30px;
  font-size: clamp(2.3rem, 3vw, 2.88rem);
  font-weight: 500;
}
.table-of-contents {
	max-width: 365px;
	padding: .75ch;
	border: 1px solid rgb(0 126 71);
	font-size: 1.5rem;
	background: var(--white-bone);
	border-radius: 5px;
}

.table-narrow {
  width: 160px;
}

.list-invisible {
  display: none;
}

.wrap-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0;
}

.table__title {
  margin-right: .5ch;
  font-size: 12px;
    font-weight: 600;
}

.toggle-wrapper::before {
  content: '[';
  color: var(--light-black);
  font-size:12px;
}

.toggle-wrapper::after {
  content: ']';
  font-size:12px;
  color: var(--light-black);
}

.toggle {
  padding: 0;
  border: none;
  
  font-size: 12px;
  
  color: var(--blue);
  background-color: inherit;
}

.toggle:hover {
  text-decoration: underline var(--blue);
  cursor: pointer;
}

.toggle:focus {
  border: 1px dotted var(--blue);
  
  text-decoration: underline var(--blue);
}

.toggle:active {
  border: none;
  text-decoration: none;
}

.table__list,
.table__nested-list {
  list-style: none;
}

.content__number {
  margin-right: .5ch;
  
  color: var(--light-black);
}

.table__list {
  padding: 0;
  font-size:13px;
}

.table__nested-list {
  padding-left: 3ch;
}

.table__link {
  color: rgb(0 126 71);
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
}

.table__link:active {
  color: #000;
}

.table__link:hover {
  color: #000;
  text-decoration: underline var(--blue);
}
.tab-bg{
	background-color:#2F820C;
}
.list-of-recipe li{
	line-height:25px;
	padding:5px 0;
}
.list-of-recipe li:nth-child(2n+1){
	background-color:#F2F8F7;
}
.text-comment-para{
    font-size: 12px;
    color: #545454;
}

.table-of-content tbody tr{
	display: flex;
	width: 60%;
	flex-direction: column;
 }
 .table-of-content tbody tr{
	margin:5px 0;
 }
 .table-of-content tbody tr td{
	border: 1px solid #020202;
	cursor: pointer;
}
/* Mobile Devices */
@media (max-width: 480px) {
    .table-of-content tbody tr {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.edit-button a {
    margin-bottom: 10px;
}
.side-recipe-bg .row{
    display: grid;
        grid-template-columns: 1fr 2fr;
}
.side-recipe-bg {
    background: #ffffff;
    max-height: 150px !important;
}
.side-recipe-bg img{
    max-height: 150px;
}
.side-recipe-bg .card-text {
    bottom: 5px !important;
}
.brdcr{
    display: flex;
    flex-direction: column;
}
.mpadding-0{
    padding:0 !important;
}

.mb-border-0{
    border:0 !important;
}
}
        
/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 767px) {
    .table-of-content tbody tr {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.edit-button a {
    margin-bottom: 10px;
}

}

.review-box-bg{
	background: #F2F8F7;
}
.review-box-bg{
	background-image:url(../img/comma.png);
	background-position:left;
	background-repeat:no-repeat;
}
.review-box-bg p{
    color: #a6a6a6;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0;
}
.main_bg{
	background: #00AAA1;
}
.acc-btn-bg{
	background: #DFF1F0 !important;
}
.acc-btn-bg-body{
	background: #F2F8F7;
}
.text-left{
	text-align:left !important;
}
.bg-green-sub{
    background-color: #D1E7E5;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 5px;
}
.box-title-ctm{
    font-weight: 500;
    color: #3d3d3d;
}

.bg-text-green{
	background-color: var(--secondry);
    color: #000;
    padding: 10px;
    line-height: 1.2;
	min-height:110px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.fw-500{
	font-weight:500;
}
.fw-600{
	font-weight:500;
}
.table-ctm-border{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.border-left{
    border-left: 1px solid #000;
}
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-button:not(.collapsed)::after{
background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.box-time {
			display: flex;
			width: 25%;
			padding: 20px !important;
		}
		.box-timen {
			display: flex;
			width: 25%;
			padding: 20px !important;
		}
		.bdr{
			border-left: 1px solid #ddd;
			margin: 0 30px;
		}
		@media(max-width: 480px) {
		    .media{
                flex-direction: column;
                align-items: center;
            }
            .media img{
                align-self:center !important;
            }
            .mtextleft h3{
                text-align:left !important;
            }
            .mtextleft p{
                text-align:left !important;
            }
            .sub_cate{
                background-color: var(--secondry);
                color: #323030;
                padding: 8px;
                font-size: 16px;
                display: flex;
                margin: 10px 0;
            }
		    .mw-50{
		        width:50% !important;
		    }
		    .mw-30{
		        width:30% !important;
		    }
		    .mw-70{
		        width:70% !important;
		    }
			.box-card{
				overflow:hidden;
			}
			.box-p-0{
				padding:0;
			}
			.box-time {
				display: flex;
				width: 50%;
				border-bottom: 1px solid #ddd;
				overflow: hidden;
				padding: 0 !important;
			}
			.box-time-last{
				width: 100%;
			}
			.myimg{
				padding: 15px;
			}
			.content {
				padding: 15px;
			}
			.bdr {
				border-left: 1px solid #ddd;
				margin: 0 20px;
			}
			.bdr-last{
				margin: 0px 0 0px 86px;
			}
			.content-last{
				padding: 15px 30px;
			}
			.box-timen {
				display: flex;
				width: 50%;
				border-bottom:1px solid #ddd;
				padding: 0 !important;
			}
			.bdrm{
				border-left: 1px solid #ddd;
				margin: 0 20px 0 86px;
			}
			.myimg1:after {
				content: "";
				border-bottom: 10px solid #fff;
				z-index: 9999;
				width: 74px;
				position: absolute;
				left: 0;
				top: 72px;
			}
			.myimg2:after {
				content: "";
				border-bottom: 10px solid #fff;
				z-index: 9999;
				width: 74px;
				position: absolute;
				left: 0;
				bottom: 72px;
			}
		}
        .fb_icon i {
            font-size: 25px !important;
            color: #3b5998 !important;
            transition: color 0.3s;
            margin-left: 10px;
        }
        .fb_icon i:hover{
            color: #1d305d; 
        }
        .tw_icon i{
            font-size: 25px !important;
            color: #1DA1F2 !important;
            transition: color 0.3s ease, transform 0.3s ease;
        }
        .tw_icon i:hover {
            color: #0d8bcd;
        }
        .insta_icon i {
            font-size: 25px !important;
            color: #E4405F !important;
            transition: color 0.3s ease, transform 0.3s ease;
        }

        .insta_icon i:hover {
            color: #C13584;
        }
        .youtube_icon i {
            font-size: 25px !important;
            color: #FF0000 !important;
            transition: color 0.3s ease, transform 0.3s ease;
        }

        .youtube_icon i:hover{
            color: #CC0000;
        }
        .print_icon i{
            font-size: 25px !important;
            color: #000 !important;
            transition: color 0.3s ease, transform 0.3s ease;
        }

        .print_icon i:hover {
            color: #555;
        }
       .image-container {
    display: flex;
    align-items: center;
}
        .social-icons {
      display: none;
      opacity: 0;
      transition: opacity 0.5s ease;
    }
        .login-btn{
    background-color: #00aaa1;
    padding: 5px 10px;
    border-radius: 45px;
    color: #fff;
}
.login-btn:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    color:#fff !important;
}

.styled-ol {
    list-style-type: none;
    counter-reset: list-counter;
    padding: 0;
    margin: 0;
}
.styled-ol li {
    counter-increment: list-counter;
    position: relative;
    margin: 6px;
    display: flex;
    align-items: flex-start;
}
.styled-ol li::before {
        content: counter(list-counter);
    border-radius: 85px !important;
    background-color: black;
    color: white;
    padding: 0px 6px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 7px;
    line-height: 1.5;
}
.gheading {
    background-color: var(--secondry);
    color: #323030;
    font-size: 27px;
    font-weight: 700;
    display: inline-block;
    padding: 10px;
    line-height: 1.2;
}
.sub_gheading {
    background-color: var(--secondry);
    color: #323030;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 10px;
    line-height: 1.2;
}
.filter-btn button {
    margin: 5px 0;
    border-radius: 5px !important;
}
.btn-g{
    background-color:#5cb85c !important;
}
.sub_cate{
    background-color: var(--secondry);
    color: #323030;
    padding: 8px;
    font-size: 16px;
}
.recipe-card {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #00a88e2b;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.calories-badge {
    font-size: 1.2em;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    text-align: center;
    min-width: 60px;
    overflow: hidden;
    height: 120px;
    width: 120px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.calories-badge p{
    line-height:1;
    font-size:17px;
}
.reviews {
    margin-bottom: 10px;
}
.recipe-title {
    font-size: 1em;
    font-weight: bold;
}
.recipe-description {
    color: #6c757d;
}
.recipe-item{
	background-color: #00a88e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 600;
}
.recipe-count{
    margin: 0 !important;
    font-size: 16px;
}
.recipe-date{
    margin: 0 !important;
    font-size: 15px;
}
.page-item:not(:first-child) .page-link {
    margin-left: 10px !important;
    color:#000;
    text-decoration:underline;
}
.page-item .page-link{
    border:0;
    margin:0 10px;
}
.page-item .page-link.active{
    border: 0;
    background-color: #00a88e;
    border-radius: 50px;
    width: 42px;
    margin: 0 auto;
    padding: 5px 16px;
    color: #fff;
}
.reviews li span i{
    color: #007E47;
}
.h-link{
    color: #000 !important;
}
.recipe-m-screen{
    display:none;
}
@media(max-width: 480px) {
    .recipe-card{
        text-align:left;
    }
    .recipe-title {
        margin-bottom: 10px;
        background-color: #00a88e;
        padding: 2px 5px;
        border-radius: 5px;
        color: #ffff;
    }
    .recipe-card img{
        width: 10rem;
    }
    .recipe-desc a{
        border:1px solid #ddd;
    }
    .reviews li{
        justify-content:center;
    }
    .recipe-description p{
        font-size: 16px;
        
    }
    .recipe-card {
        margin-bottom: 20px;
        padding: 20px;
        background-color: #ffffff2b;
        border-radius: 5px;
        box-shadow: none;
    }
    .calories-badge {
        font-size: 1.2em;
        padding: 10px;
        background-color: #fff;
        border-radius: 20%;
        display: flex;
        text-align: center;
        min-width: 60px;
        overflow: hidden;
        border: 1px solid #00a88e;
        height: 120px;
        width: 120px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .recipe-item {
        background-color: #00a88e;
        color: #fff;
        padding: 5px 10px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .recipe-l-screen{
        display:none;
    }
    .recipe-m-screen{
        display:block;
    }
    .recipe-desc{
        font-size:16px;
        line-height:25px;
    }
    .rec-box-item{
            display: flex;
            justify-content: flex-end;
    }
}
.img-tag img {
    background-color: #fff;
    padding: 5px;
    margin:5px 0;
    border-radius:2px;
}
.badge-link{
    color: #00AAA1 !important;
}
.badge-link:hover{
	color: #00AAA1 !important;
	text-decoration:underline;
}
.badge-main{
	background-color:#00AAA1;
	color:#fff;
}
.badge-main:hover{
	background-color:#00AAA1;
	color:#fff;
}
.btn-main{
	background-color:#00aaa1;
	color:#fff;
	border-radius:5px;
}
.btn-main:hover{
	border:1px solid #00aaa1;
	background-color:#fff;
	color:#00aaa1;
	border-radius:5px;
}