.logo img {
  width: 100px;
}
about-img{
  margin-top:-125px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background:none;
  outline: 0;
}
.navbar-nav > li .mega-menu-inner li, .navbar-nav > li .dropdown li {
  padding-top: 12px;
}
.navbar-nav > li .mega-menu-inner a, .navbar-nav > li .mega-menu-inner, .navbar-nav > li .dropdown a {
  font-weight: bold;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
  display: block;
  padding: 9px 19px;
  clear: both;
  font-weight: 400;
  /* line-height: 1.42857143; */
  /* width: 57px; */
  color: #333;
  /* white-space: nowrap; */
}
.dropdown-menu li:hover{
  background-color: #165123;
  color: white;
}
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background: none;
}
.navbar-nav > li .mega-menu-inner a:hover, .navbar-nav > li .dropdown a:hover{
  color: white;
}
@media screen and (max-width: 767px) {
  #services-item {
      min-height: 0px;
      width: 60%;
  }
  .section {
    /* padding: 90px 0 50px; */
    overflow: hidden;
    text-align: center;
}
  #services-item li:nth-child(6n+1){
    left: 11% !important;
    top: 10%;
  }
  #services-item li:nth-child(6n+2){
  background: hsl(19, 63%, 50%);
    left: 28% !important;
    top: 70% !important;
  }
  #services-item li:nth-child(6n+3){
  background: hsl(11, 94%, 65%) none repeat scroll 0 0 !important;
    top: 78% !important;
    left: 46% !important;
  }
  #services-item li:nth-child(6n+4){
    background: hsl(33, 100%, 50%) none repeat scroll 0 0 !important;
    left: 60% !important;
    top: 76% !important;
  }
  #services-item li:nth-child(6n+5){
    background: hsl(15, 45%, 28%) none repeat scroll 0 0 !important;
  left: 75% !important;
    top: 71% !important;
  }
  #services-item li:nth-child(6n+6){
    background: hsl(203, 65%, 77%) none repeat scroll 0 0 !important;
   left: 89%;
    top: 50%;
  }
  .service-inner h3{
    font-size: 8px !important;
  }
  #services-item li .service-inner {
    padding: 15px 2px 0px;
}
#services-item li aside h3 {
  margin: 0 0 -3px;
  text-transform: uppercase;
}
#services-item li.active{
	text-indent: inherit;
	width: 110px;
	height: 110px;
	margin-top: -110px;
	margin-left: -110px;
}
#services-item li.active:nth-child(6n+1) {
  text-indent: inherit;
  width: 110px;
  height: 110px;
  margin-top: -25px;
  margin-left: -35px;
}
#services-item li.active:nth-child(6n+1) {
  text-indent: inherit;
  width: 110px;
  height: 110px;
  margin-top: -25px;
  margin-left: -35px;
}
@media screen and (max-width: 767px) {
  #services-item li.active:nth-child(6n+6) {
      text-indent: inherit;
      width: 110px;
      height: 110px;
      margin-top: -97px;
      margin-left: -82px;
  }
}
#services-item li.active:nth-child(6n+5) {
  text-indent: inherit;
  width: 110px;
  height: 110px;
  margin-top: -140px;
  margin-left: -112px;
}
#services-item li.active:nth-child(6n+4) {
  text-indent: inherit;
  width: 110px;
  height: 110px;
  margin-top: -147px;
  margin-left: -76px;
}
#services-item li.active:nth-child(6n+3) {
  text-indent: inherit;
  width: 110px;
  height: 110px;
  margin-top: -138px;
  margin-left: -79px;
}
#services-item li.active:nth-child(6n+2) {
  text-indent: inherit;
  width: 110px;
  height: 110px;
  margin-top: -131px;
  margin-left: -40px;
}
#services-item li aside {
  border: 1px solid #FFF;
  border-radius: 100%;
  bottom: 3px;
  box-sizing: border-box;
  left: 3px;
  padding: 3px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  z-index: 3;
  overflow: hidden;
  line-height: 18px;
  font-size: 9px;
}
#about-img{
  margin-top: 139px;
  border-radius: 30px !important;
}
#services-item li{
  background: hsl(33, 74%, 81%) none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  margin: -25px 0 0 -25px;
  left: 50%;
  top: 50%;
-webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
  .header a {
    /* color: #165123; */
    color: white !important;
  }
}
@media (max-width: 480px) {
  .logo img {
      width: 68%;
      margin-left: 9px;
  }
  .nav-item {
    margin: 0 !important;
}
#services-item {
  list-style: outside none none;
  margin: 0 auto;
  position: unset !important;
  padding: 0;
  z-index: 4;
}
.services{
  background-image: url(https://localhost/desi_gravy/assets/home/images/home/services/bg_menu.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 209px;
}
}
.recipes.our-work-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.nav-item {
  margin: 10px 0;
}

.card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  margin-bottom: 30px;
}
.card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.card-img-top {
  overflow: hidden;
}
.post_thumbnail {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
}
.card-body {
  padding: 15px;
}

.title a {
  /* font-size: 30px; */
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.entry-content {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .col-sm-6 {
      margin-bottom: 15px;
  }
}
.nav-link-recipe {
  display: block;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #165123;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  text-transform: uppercase;
  border-radius: 30px;
  font-family: 'proxima_nova_cn_ltsemibold';
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.nav-link-recipe:hover {
  background-color: #007bff;
  color: white;
  transform: scale(1.05);
}
.nav-link-recipe.active {
  background-color:#165123;
  color: white;
  font-weight: bold;
}

@media (max-width: 768px) {
  .course-tab {
      flex: 0 0 48%;
      max-width: 48%;
  }
}

@media (max-width: 480px) {
  .course-tab{
      flex: 0 0 100%;
      max-width: 100%;
      padding: 10px;
  }
}
.card-body {
 padding: 0 !important;
}
  .widget.Quick{
    margin-left: 0px !important;
  }
  #B2c {
    margin-top: 15px !important;
}

.copyright{
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid;
}
.recent-blogs-sidebar {
  margin-top: -68px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: #F6F5F2;
}

.recent-blogs-sidebar h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.recent-blogs-list {
  list-style: none;
  padding-left: 0;
}

.recent-blogs-list li {
  margin-bottom: 10px;
}

.recent-blogs-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.recent-blog-thumbnail {
  height: 75px;
  margin-right: 10px;
}
.blog-text:hover{
  color:#e27900;
}
.blog-text{
  color:#165123;
}
.recent-blogs-list li span {
  font-size: 18px;
  color: #165123;
  font-family: 'proxima_nova_cn_ltsemibold';
}
.recent-blogs-list li span:hover{
  color:#e27900;
}
.body:after{
  color:#165123 !important;
}
body:after, .gallery-meta label, article.post .entry-left .social a:hover,.galleries-v1 .gallery-v1 .close {
  color:#165123 !important;
}
.widget-gallery li figure a:after, .footer-info button, .gallery-v1 .gallery-inner, body:before, .style-v2 .navbar-toggle .icon-bar, .galleries .gallery-item figure .gallery-icon a, .entry-meta:after, .page-header .post-thumbnail:after, #banner:after {
  background-color: rgba(34, 87, 48, 0.726);
}
.widget-gallery li figure a:after, .footer-info button, .gallery-v1 .gallery-inner, body:before, .style-v2 .navbar-toggle .icon-bar, .galleries .gallery-item figure .gallery-icon a, .entry-meta:after, .page-header .post-thumbnail:after, #banner:after {
  background-color: rgba(34, 87, 48, 0.726);
}
.galleries-over .filter .button.active, .galleries-over .filter .button:hover, .menus .filter .button.active, .menus .filter .button:hover {
  border-color: #e27900;
}
.ourMission figure {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  position: relative;
}
.galleries-over .filter .button, .menus .filter .button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 25px;
  line-height: 32px;
  border: 2px solid;
  background-color: transparent;
  margin: 0 3px;
}
.galleries-over .filter .button, .menus .filter .button, .modal-header .close:hover, .entry-meta a, h3.widgettitle, .sidebar .recent-comment-author, .style-v2 .header-inner {
  color: #165123;
}
.galleries .gallery-item figure figcaption > a.gallery-ajax1{ 
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.galleries-over .filter .button, .menus .filter .button, .style-v3 #wrap .header-stuck {
  border-color: #000;
}
a {
  color: #165123;
}
.galleries-over .gallery-item figure figcaption > a.gallery-ajax1 {
  bottom: 179px !important;
  left: 36px !important;
  position: absolute;
  right: 30px !important;
  text-align: center;
  top: 29px !important;
}
 .gallery-item figure figcaption > a.gallery-ajax1:after{ 
	content: "";
	position: absolute;
	bottom: 20px;
    left: 20px;
    top: 20px;
    right: 20px;
    background-color: rgba(34, 87, 48, 0.3);
    border-radius: 35px;
    z-index: 4;
        	-ms-transform: scale(0,0);
    	-webkit-transform: scale(0,0);
    transform: scale(0,0);
    		-ms-transition: -ms-transform 0.75s;
    	-webkit-transition: -webkit-transform 0.75s;
    transition: transform 0.75s;
}
.galleries-over .gallery-item figure figcaption > a.gallery-ajax1{ 
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.Quick{
  margin-left: 43px !important;
}

blockquote {
  padding: 0px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  margin-top: -35px;
  border-left: 5px solid#e27900;
}
.gallery-cell {
  position: relative; 
}
.gallery-cell::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(34, 87, 48, 0.3);
  border-radius: 35px; 
  z-index: 4; 
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0); 
  transform: scale(0, 0); 

  -ms-transition: -ms-transform 0.75s, background-color 0.3s ease; 
  -webkit-transition: -webkit-transform 0.75s, background-color 0.3s ease; 
  transition: transform 0.75s, background-color 0.3s ease; 
}
.gallery-cell:hover::after {
  transform: scale(1, 1); 
  background-color: rgba(34, 87, 48, 0.5); 
}
.galleries .gallery-item figure:hover figcaption > a.gallery-ajax1:after{ 
        -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);	
}
.galleries-over .gallery-item figure:hover figcaption > a.gallery-ajax1:after{ 
  -ms-transform: scale(1,1);
-webkit-transform: scale(1,1);
transform: scale(1,1);	
}
.navbar-nav{
  padding-left: 80px !important;
  padding-right: 0px !important;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #165123;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus .icon-bar {
  background-color: white !important;
}

p.parsley-success {color: #ea5455;background-color: #DFF0D8;border: 1px solid #ea5455;font-size: 15px;}
p.parsley-error {color: #ea5455;background-color: #F2DEDE;border: 1px solid #ea5455;font-size: 15px;}
ul.parsley-errors-list {list-style: none;color: #ea5455;padding-left: 0;font-size: 15px;}
input.parsley-error,textarea.parsley-error,select.parsley-error {/*background: #FAEDEC;*/border: 1px solid #ea5455 !important;/*border-bottom: 1px solid #E85445;*/font-size: 15px;
}

.title a{
color: #165123;
}
.text{
  color: #165123;
  font-weight: bold;
}
.title, .title a, .footer-info .social li a, .galleries .filter .button, .menus .filter .button, .modal-header .close:hover, .entry-meta a, h3.widgettitle, .sidebar .recent-comment-author, .style-v2 .header-inner {
  color:#165123;
}
.table {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}

.table th, .table td {
  border: 1px solid #ddd;
  padding: 12px;
}

.table th {
  background-color: #165123;;
  color: white;
}

.testimonial4_slide {
  height: 300px; 
  overflow: hidden; 
}



.table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table tr:hover {
  background-color: #165123 !important;
  color: #e27900;
}
.contact-form input{
  border: 1px solid;
  line-height: 37px;
  padding: 9px 10px;
  width: 100%;
   margin-bottom: 15px; 
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.table td[colspan="2"] {
  color: #888;
  font-style: italic;
}
.post_thumbnail{
  border-radius: 35px !important;
}
.widget-gallery li figure a:after, .footer-info button, .gallery-v1 .gallery-inner, body:before, .style-v2 .navbar-toggle .icon-bar, .galleries .gallery-item figure .gallery-icon a, .entry-meta:after, .page-header .post-thumbnail:after, #banner:after {
  background-color: rgba(34, 87, 48, 0.726);
}

.footer-info button:before, .footer-info .social li a.hvr-rectangle-out:before, .hvr-rectangle-out:before, .hvr-rectangle-out:before, .gallery-meta .sharethis .sharethis-icon, .navbar-toggle:focus .icon-bar {
  background-color:#165123;
}
.galleries .gallery-item h4.title {
  margin: 15px 0 11px;
  position: relative;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.galleries-over .gallery-item h4.title {
  margin: 15px 0 11px;
  position: relative;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title{
  margin-top: 10px;
}
.hvr-shutter-out-horizontal{
  background-color: #252525 !important;
  color: #FFF !important;
  border: 0;
  text-transform: uppercase;
  width: auto;
  padding: 0 20px;
  line-height: 35px;
  font-weight: bold;
}
.hvr-shutter-out-horizontal {
  background-color: #000;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:#165123;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sidebar {
  padding-left: 10px;
  /* margin-top: 58px; */
}
#fa{
 font-size:70px;
 color: #FF7722;
 margin-top: 32px;
}
.latest .posts_list figure {
  float: left;
  /* margin-right: 50px; */
  width: 13%;
}
.latest .posts_list li {
  display: inline-block;
  width: 100%;
  padding: 0px 0;
 
}
.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading{
  color: #ffffff;
}
.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";

  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  /* min-height: 375px; */
  position: relative;
  background: url(../images/home/slider/testimonials.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.sidebar {
  background-color: #F6F5F2;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
}
.widget .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.sub-menu-details {
  list-style-type: none;
  padding-left: 0;
}

.sub-menu-details li {
  margin-bottom: 10px;
}

.sub-menu-details li a {
  font-size: 18px;
  color: #165123 !important;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-in-out;
  padding: 8px 0;
  font-family: 'proxima_nova_cn_ltsemibold';
}
.sub-menu-details li a:hover {
  color: #FF7722 !important;
  padding-left: 10px; 
  background-color: #FFFFFF;
}
.sub-menu-details li a:before {
  /* content: "\2022";  */
  font-size: 18px;
  color:#165123;
  margin-right: 8px;
  display: inline-block;
}
.sub-menu-details li a:hover:before {
  color:#165123;
}
.widget-inner {
  padding: 0 20px;
}
.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #165123;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}
.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #165123;
}
.testimonial4_control_button .carousel-control.left,
.testimonial4_control_button .carousel-control.right{
color: #000;
background: #fff;
border: 2px solid #165123;
}
.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}
.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  font-size: 20px;
  font-family: 'futura_bk_btbook';
}
.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

@media(max-width: 600px) {
.testimonial4_slide h4 {
  font-size: 15px;
  font-family: 'futura_bk_btbook';
}
.elementor-widget-container {
  padding: 0px 0px 0px 0px;
  font-size: 16px !important;
  color: white;
  }
  .cook {
    font-size: 16px !important;
    font-weight: 600;
    color: #FFFFFF;
    padding-top: 170px;
    text-transform: uppercase;
}
#Expansion{
  margin-left:0 !important;
  margin-top:0 !important;
}

.carousel-control.left {
  background-image: none;
  left: 33px !important;
  }
  .carousel-control.right{
    background-image: none;
    right: 33px !important;

  }
.testmonials{
  font-size: 21px !important;
}
}
.carousel-inner {
/* height: 400px;  */
overflow: hidden;
}
.title {
  margin-top: 30px;
}
.testmonials:hover{
color: #165123;
}

.centered:hover{
color: #165123;
}
.cook {
font-size: 36px;
font-weight: 600;
color: #FFFFFF;
padding-top: 170px;
text-transform: uppercase;
}
.evelvate{text-align: justify;
font-size: 18px;
color: white;
text-align: justify;
font-size: 18px;
color: white;
}
.elementor-widget-container {
/* margin: 0px 82px 0px 82px; */
padding: 0px 0px 0px 0px;
font-size: 18px;
color: white;
}
#myCarousel {
  position: relative;
  margin-bottom: 50px;
}
.carousel-item {
  position: relative;
  background: #f7f7f7;
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
}
.carousel-item img {
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.carousel-item:hover img {
  transform: scale(1.1);
}
.carousel-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  margin-top: 15px;
}

.flickity-prev-next-button svg {
  /* position: absolute; */
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button {
  position: absolute;
  top: -10%;
  left: 90%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  width: 40px;       
  height: 40px;       
  border-radius: 50%; 
  background-color: #165123; 
  display: flex;      
  justify-content: center;
  align-items: center;
  color: white; 
}

.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.previous {
  left: 79px;
}
@media (max-width: 767px) {
  .carousel-title {
      font-size: 18px;
      text-align: center;
  }
  .flickity-prev-next-button.previous {
    left: 23px !important;
    right: 23px !important;
  }
  .flickity-prev-next-button {
    left: 83%;
}
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  z-index: 10;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.carousel-slide-item {
  padding: 15px;
}

@media (max-width: 992px) {
  .carousel-slide-item {
      padding: 5px;
  }
}
.carousel-control.left {
background-image: none;
left: 14rem;
}
.carousel-control.right{
  background-image: none;
  right: 14rem;
}
.carousel-control {
  width: 40px;       
  height: 40px;       
  border-radius: 50%; 
  background-color: #165123; 
  display: flex;      
  justify-content: center;
  align-items: center;
  color: white;      
  font-size: 20px;   
  text-decoration: none; 
  opacity: 0.5;    
  transition: opacity 0.3s; 
  margin-top: -67px;
}
.carousel-control:hover {
  opacity: 1;         
  background-color: #FF7722; 
}
.carousel-control .fa {
  font-size: 20px;    
} 
#Expansion {
  margin-left: -100px;
  margin-top: -60px;
}

.testmonials {
  font-size: 19px !important;
  color: white;
  /* font-weight: bold; */
}
.testmonials-text{
  font-size: 40px !important;
  color:white;font-weight: bold;
}

.ourMethods {
  padding: 21px 0 50px;
  overflow: hidden;
}

#B2c{
margin-top: -124px;
}
.premium{margin-top: 28px;}
#B2c img{
  border-radius: 35px;
}
.style-v3 #wrap .header-stuck {
  border-color: #EEE;
}
.style-v3 .header-inner {
  color: #165123;
}
.style-v3 .header-inner {
  background-color: #fffaf4;
}
.style-v2 .logo a{
  left: 50%;
  margin-left: -88px;
  position: absolute;
  top: 0;
  z-index: 9;
}
#title-details{
  text-transform: uppercase; color: #165123;margin-top: -20px;
  font-size: 29px;
}
.entry-content {
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical; 
}
.our-work-nav a:hover{
  color:#FF7722 !important;
}
 .pagination>li>a:hover{
  color:#FF7722;
  background-color: #eee;
  border-color: #ddd;
}
.our-work-nav{
  font-size: larger;
}
.recipes{
  list-style-type: none;
  display: flex;
  align-content: space-between;
  justify-content: center;
  padding: 7px;
  justify-content: flex-start;

}
.navbar-nav > li .mega-menu-inner, .navbar-nav > li .dropdown {
  padding: 10px 20px;
  font-size: 13px;
  float: left;
  width: 47% !important;
}
.galleries .gallery-item .inner {
  display: inline-grid;
  /* width: 100%; */
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #165123;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-content {
  padding-top: 91px;
}
@media screen and (max-width: 767px) {
  #navbar {
      background-color: rgb(48 83 56 / 90%) !important;
      overflow-x: hidden;
      text-align: left;
      max-height: 250px;
      position: relative;
      z-index: 2;
  }
  #img{
    margin-left: 45px;

  }
  #title-details{
    text-transform: uppercase; color: #165123;margin-top: -20px;
  }
  .page-content {
    padding-top: 68px;
}
}
.carousel-control {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #165123;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.3s;
  margin-top: -49px !important;
}
.sidebar {
  padding-left: 10px;
  /* margin-top: -52px; */
}
.nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

.course-tab {
  margin: 0 39px;
}
.recipes.our-work-nav {
  list-style-type: none;
  padding-left: 0;
  display: flex;
   flex-wrap: wrap; 
}
.navbar-nav > li .mega-menu-inner, .navbar-nav > li .dropdown {
  background:none;
}
.mobile-dropdown .dropdown-toggle {
  display: none;
}
.sub-menu{
  display: block;
}
@media (max-width: 768px) {
  .mobile-dropdown .dropdown-toggle {
      display: block; 
  }

  .sub-menu{
    display: none;
  }
  .dropdown-toggle{
    position: relative;
    top: 3px;
    left: 46px;
    /* bottom: -20px; */
}
#services-item li:nth-child(6n+6) {
  background: hsl(15, 45%, 28%) none repeat scroll 0 0 !important;
  left:91% !important;
  top: 53% !important;
}

#mobile{
  font-size: 12px !important;
}
.navbar-nav > li .mega-menu-inner, .navbar-nav > li .dropdown {
  padding: 1px 20px;
  font-size: 13px;
  float: left;
  width: 47% !important;
  margin-top: -24px;
} 
}

.recipes.our-work-nav .nav-item {
  margin-bottom: 35px;
}

.nav-link-recipe:hover {
  background-color: #e0e0e0;
  transform: scale(1.05);
}
.nav-link-recipe.active {
  background-color: #165123;
  color: white;
  border: 2px solid #165123;
}
.card {
  background-color: #fff;
  padding: 20px;
}

#services-item li:nth-child(6n+1) {
  left: -21%;
  top: 50%;
}
#services-item li:nth-child(6n+2) {
  background: hsl(19, 63%, 50%);
  left: 9%;
  top: 77%;
}
#services-item li:nth-child(6n+3) {
  background: hsl(11, 94%, 65%) none repeat scroll 0 0 !important;
  top: 90%;
  left: 36%;
}
#services-item li:nth-child(6n+4) {
  background: hsl(33, 100%, 50%) none repeat scroll 0 0 !important;
  left: 62%;
  top: 85%;
}
#services-item li:nth-child(6n+5) {
  background: hsl(203, 65%, 77%) none repeat scroll 0 0 !important;
  left: 88%;
  top: 61%;
}
#services-item li:nth-child(6n+6) {
  background: hsl(15, 45%, 28%) none repeat scroll 0 0 !important;
  left: 121%;
  top: 44%;
}



