/**
* Template Name: Medicio
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* ------fonts----- */
@font-face {
  font-family: ReemKufi-Regular;
  src: url(../fonts/myriadat-webfont.ttf);
  font-display: swap;
}
@font-face {
  font-family: Raphtalia DEMO;
  src: url(../fonts/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/);
  font-display: swap;
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: Katibeh-Regular;
  src: url(../fonts/Katibeh-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: Galantis-z8eKa;
  src: url(../fonts/Galantis-z8eKa.ttf);
  font-display: swap;
}
@font-face {
  font-family: BowlbyOneSC-Regular;
  src: url(../fonts/BowlbyOneSC-Regular.ttf);
  font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'myriad_appletext', sans-serif;

	font-size:14px;

	line-height:25px;
}

p{
  font-family: 'myriad_appletext', sans-serif;
  margin-bottom: 0rem;
}

a {
  /* color: white; */
  text-decoration: none;
}

ul{
  margin-left: -2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fad201;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color:  #5ec6ca;
  line-height: 0;
}

.back-to-top:hover {
  background:#3333;
  color: #5ec6ca;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 48px;
    width: 100%;
    background-size: 100%;
  background-image: url(../img/images/home-page/top_head_bg.jpg);
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
  padding: 10px;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar p{
  font-size: 12px;
  font-weight: 100;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
  color: #333;
}
#topbar i:hover{
  color: #3FAF77;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: url(../img/images/home-page/menu_head_bg.jpg.) no-repeat top center;
  margin-top: 20px;
  height: 100px;
  width: 100%;
  background-size: 100%;
  transition: all 0.5s;
  z-index: 997;
  display: flex;
  align-items: center;
  padding: 5px;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
 

@media (max-width: 992px) {
  #header {
    /* padding: 15px 0; */
  }
}


#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: none;
  text-transform: uppercase;
}
#header.header-scrolled .logo{
  /* display: block; */
}

#header .logo a {
  color: #555555;
}

.slide-img-size{
  width: 1903px;
  height: 680px;
}

#header .logo img {
  /* max-height: 40px; */
  max-width: 100%;
  width: 40%;
  display: none;
}
#header.header-scrolled .logo img{
  display: block;
  width:100px;
  position: static;

}

/**
* Appointment Button
*/
.appointment-btn {
  margin-left: 25px;
  background: #3fbbc0;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}


.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px 0 10px 30px; */
  padding: 10px 9px;
  /* font-family: ; */
  font-family: 'myriad_appletext', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  /* text-transform: uppercase; */
  font-weight: 500;
}

.navbar a:hover{
  border-top: 1px solid #fff;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FAD201;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3fbbc0;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  /* color: #555555; */
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.fixed-top {
  z-index: 2;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #f04545;
  /* background-color:#18d26e ; */
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile ul li a{
  /* background-color: #32969a; */
}


.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 21px;
  justify-content: center;
  /* background-color: #054d18 !important; */
  /* color: #e31e25 !important; */
  color: #fff !important;
  
}


.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  /* color: #3fbbc0; */
  color: #fff !important;
  background-color: #054d18 !important;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown>.dropdown-active { 
  display: block;
}



.navmenu li{
  position: relative;
  overflow: hidden;
}
.navmenu li::after{
  content: "";
  position: absolute;
  height: 0px;
  width: 92%;
  top: 0px;
  transform: scale(0);
  left: 4px;
  border: 1px solid rgb(255, 255, 255);
  transition: all ease 1s;
}
.navmenu li a:hover .navmenu li::after{
  transform: scale(1);
  transition: all ease 1.5s;
}
#slidermaster .owl-next i{
  padding: 10px 14px;
  border-radius: 50%;
  border: 2px solid #fff;
}
#slidermaster .owl-prev i{
  padding: 10px 14px;
  border-radius: 50%;
  border: 2px solid #fff;
}
/* =======================header================= */

#header-1{
  background-image: url(../img/images/home-page/menu_head_bg.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 margin-top: 60px;
 padding: 10px 0px ;

}

.nav-align{
  display: flex;
  align-items: center;
  justify-content: end;
  width: 70%;
}

.search_form input[type="text"] {
  width: 200px;
  padding: 5px;
  background: inherit;
  border: 1px solid #666666;
  font-family: 'myriad_appletext', sans-serif;
  font-size: 14px;
}
.search_form input[type="text"]:hover{
  border: 1px solid #1d7111 ;
}

.bi-search{
  position: absolute;
  right: 13px;
  top: 10px;
  font-size: 20px;
}
.input-append{
  position: relative;
  margin-top: 11px;
  z-index: 1;
}
.search_form {
  margin-left: 10px;
}

.sec-head{
  padding: 14px 0 14px 0;
  margin-top: 155px;
  background-image: url(../img/images/subbanner_bg.jpg);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
 
}
/* ================search box ============ */
* {
  box-sizing: border-box;
}

#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 10px 20px 8px 10px;
  border: 1px solid #333;
  margin-bottom: 12px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  height: 357px;
  overflow: hidden;
  top: 140px;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 25px 15px;
  text-decoration: none;
  font-size: 12px;
  font-family: 'myriad_appletext', sans-serif;
  color: rgb(255, 255, 255);
  background-color: #0199cb;
  display: block;
  width: 500px;
}

#myUL li a:hover:not(.header) {
  background-color: #1d7111;
}
/* ================search box ============ */

#slidermaster .owl-nav button.owl-prev{
border: none !important;
}
/* =================about===================================== */

section{
  padding: 60px 0px 
}
.sec-heading{
  padding-bottom: 30px;
}

.sec-heading h3{
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #61707A;
}

.sec-heading h2{
  font-family: 'Exo 2', sans-serif;
    font-size: 40px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #39464F;
}

.sec-box h5{
  color: #333333;
  font-family: 'myriad_appletext', sans-serif;
  padding: 20px 0;
  /* font-weight: bold; */
}

.sec-heading h2 span{
  color: #0099CC;
}

/* ===========================home-hover======================= */

.box-img{
  display: inline-block;
  background-color: #3bb375; 
  border-radius: 50%;
  margin: 35px;
 position: relative;
  background-image: linear-gradient(#0099cc, #0099cc);
  background-repeat: no-repeat;
  transition: background-size .5s, color .5s;
  background-size: 0px 0px;
  background-position: 50% 50%;
 
}
.box-img:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: blue;
  border-radius: 50%;
  width: 0;
  height: 0;
  transition: all .5s;
}
.box-img:hover{
  border-radius: 50%;
  background-size: 100% 100%;
  color: blue;
} 

/* ===========================home-hover======================= */

.slider-box a{
  font-size: 15px;
  font-weight: bold;
  color: #0099CC;
}
.slider-box img {
  position: relative;
}
.img-hover::before{
  position: absolute;
 
}

.slider-box p{
  color: #333333;
    font-size: 12px;  
}

.more-read{
  background: #3FB177;
  padding: 10px;
  border-radius: 5px;
  color: #FAD201 !important;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.hom-sec h3{
  position: relative;
}

#serv-slider .owl-nav{
  position: absolute;
  top: -63px;
  right: 43px;
}

.more-read:hover{
  background-color: #0099CC !important;
  color: #ffff !important;
}

#serv-slider .item{
  width: 90%;
}

#serv-slider button i{
  border: 5px solid #0099cc;
  padding: 4px 6px;
  border-radius: 50%;
  font-size: 22px;
  color: #0099cc;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
  color:none;
  text-decoration: none;
}
#serv-slider button i:hover{
  border: 5px solid #3FB177;
  color: #FAD201;
}


#serv-slider button{
  font-size: 16px ;
  display: inline-block;
  border-radius: 50%;
  color: #333 !important;
}

#pro-slider img{
  background: #3FAF77;
  padding: 25px;
}

#pro-slider .item{
  width: 200px  ;
}

#pro-slider button{
  font-size: 16px ;
  display: inline-block;
  border-radius: 50%;
  color: #333 !important;
}
#pro-slider button i {
  border: 5px solid #0099cc;
  padding: 4px 6px;
  border-radius: 50%;
  font-size: 22px;
  color: #0099cc;
}
#pro-slider button i:hover{
  border: 5px solid #3FB177;
  color: #FAD201;
}
#pro-slider .owl-nav{
  position: absolute;
  top: -63px;
  right: 43px;
}



/* =================about-end===================================== */


/*--------------------------------------------------------------
# Sections about
--------------------------------------------------------------*/
.banner-heading{
margin-top: 150px;
}

.abt-head{
  line-height: 24px;
  color: #0199CB;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  /* display: block; */
  font-size: 30px;
}
#sub-ban-link{
  text-align: end;
}

#sub-ban-link a{
  font-size: 14px;
  color: #0199CB !important;
}
#sub-ban-link span{
  font-weight: normal;
    color: #A3A6A5;
    font-size: 13px;
}
#sub-ban-link i{
  padding-left: 5px;
    padding-right: 5px;
    color: #A3A6A5;
}
.seo-heading-two {
  opacity: 0;
  font-size: 3px;
}
.seo-heading-one {
  opacity: 0;
  font-size: 3px;
}

.about p {
  font-family: 'myriad_appletext', sans-serif;
  font-size: 14px;
  line-height: 25px;
}
.current{
  font-weight: normal;
    color: #A3A6A5;
    font-size: 13px;
}
.fa-angle-double-right{
  padding-left: 5px;
  padding-right: 5px;
  color: #A3A6A5;

}

ul li{
  list-style: none;
}

.subcont_left h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #0199CB;
  font-weight: 400;
}
.bulletStyle li, .ul_style li {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
.bulletStyle li i {
  font-size: 13px;
  line-height: 25px;
  color: #3FAF77;
  margin-right: 10px;
}

.sidebar_new h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #3FAF77;
  font-size: 28px;
  text-transform: uppercase;
}

.sidebar_link {
  border: none;
  padding: 10px 50px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  border: 1px solid #3FAF77;
  width: 100%;
  color: #3FAF77;
  font-size: 13px;
}

.sidebar_link i {
  font-size: 20px;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  padding: 5px;
  background: #3FAF77;
  line-height: 30px;
  width: 40px;
  color: #FAD201;
  text-align: center;
}

.sidebar_link:after {
  content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
 width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #FAD201;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.sidebar_link:hover:after, .sidebar_link:active:after {
  height: 400%;
  opacity: 1;
}

.ser-hov-box{
  overflow: hidden;
}

.serv-box:hover.serv-box h2{
  background-color:#FAD201 ;
  color: #fff;
}
#abt-slider:hover .serv-box h2{
  background-color:#FAD201 ;
  color: #fff;
}
#abt-slider:hover .serv-box-2 h2{
  background-color:#FAD201 ;
  color: #fff;
}

/* .serv-box-2 h2:hover{
  background-color:#FAD201 !important;
  color: #fff;
} */

.serv-box{
  position: relative;
  overflow: hidden;
}
.serv-box ::after{
  position: absolute;
  content: "";
  width: 91%;
  height: 72%;
  top: 18px;
  border: 2px solid rgb(255, 255, 255);
  left: 18px;
  opacity: 0;
  transform: scale(0.1);
 transition: all ease 0.7s;
}
.serv-box:hover.serv-box ::after{
  opacity: 1;
  transition: all ease 0.5s;
  transform: scale(1);
}
.serv-box:hover.serv-box img{
  transform: scale(1.1);
  transition: all ease 0.5s;
}

/* ==========index=============== */

.serv-box-1{
  position: relative;
  overflow: hidden;
}
.serv-box-1 ::after{
  position: absolute;
  content: "";
  width: 90%;
  height: 51%;
  top: 18px;
  border: 2px solid rgb(255, 255, 255);
  left: 18px;
  opacity: 0;
  transform: scale(0.1);
 transition: all ease 0.7s;
}
.serv-box-1:hover.serv-box-1 ::after{
  opacity: 1;
  transition: all ease 0.5s;
  transform: scale(1);
}
.serv-box-1:hover.serv-box-1 img{
  transform: scale(1.1);
  transition: all ease 0.5s;
}
/* ==========index=============== */

.serv-box-1{
  position: relative;
  overflow: hidden;
}
.serv-box-1 ::after{
  position: absolute;
  content: "";
  width: 90%;
  height: 51%;
  top: 18px;
  border: 2px solid rgb(255, 255, 255);
  left: 18px;
  opacity: 0;
  transform: scale(0.1);
 transition: all ease 0.7s;
}
.serv-box-1:hover.serv-box-1 ::after{
  opacity: 1;
  transition: all ease 0.5s;
  transform: scale(1);
}
.serv-box-1:hover.serv-box-1 img{
  transform: scale(1.1);
  transition: all ease 0.5s;
}

/* =================slider=============== */
.serv-box-2:hover #abt-slider.item h2 {
  background-color: #fad201;
  color: #4444;
}

.serv-box-2{
  position: relative;
  overflow: hidden;
}
.serv-box-2 ::after{
  position: absolute;
  content: "";
  width: 90%;
  height: 70%;
  top: 18px;
  border: 2px solid rgb(255, 255, 255);
  left: 18px;
  opacity: 0;
  transform: scale(0.1);
 transition: all ease 0.7s;
}
.serv-box-2:hover.serv-box-2 ::after{
  opacity: 1;
  transition: all ease 0.5s;
  transform: scale(1);
}
.serv-box-2:hover.serv-box-2 img{
  transform: scale(1.1);
  transition: all ease 0.5s;
}


/* =================slider-end=============== */

/* ===================about-bgcolor=============== */
  /* .box-img{
    position: relative;
    overflow: hidden;
  }
  .box-img ::after{
    position: absolute;
    content: "";
    width: 90%;
    height: 70%;
    top: 18px;
    border: 2px solid rgb(255, 255, 255);
    left: 18px;
    opacity: 0;
    background-color: #0099cc;
    transform: scale(0.1);
  transition: all ease 0.7s;
  }
  .box-img:hover.box-img ::before{
    opacity: 1;
    transition: all ease 0.5s;
    transform: scale(1);
  }
  .box-img :hover.box-img img{
    transform: scale(1.1);
    transition: all ease 0.5s;
  }  */
/* ===================about-bgcolor=============== */



#abt-slider .item h2 {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  display: block;
  background: #3FAF77;
  padding: 10px;
  line-height: 30px;
  text-transform: uppercase;
}



#abt-slider button i{
  background-color: #054d18;
  padding: 7px ;
  font-size: 17px;
  color: #fff;
}
#abt-slider button i:hover{
  background-color: #FAD201;
  color: #000;
}
.slide-pose{
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #3FAF77;
  font-size: 28px;
  text-transform: uppercase;
}
#abt-slider .owl-nav{
  position: absolute;
  top: -72px;
  right: 0px ;

}
.sub-abt p{
  margin-bottom: 1rem;
  font-size: 14px;
  font-family: 'myriad_appletext', sans-serif;
  text-align: justify;
}
.sec-head-top h1{
  line-height: 24px;
  color: #0199CB;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
}

.sub-head-link{
  text-align: end;
}

  .sub-head-link a{
    font-size: 14px;
    color: #0199CB;
  }

  .serv-box h2{
    font-size: 14px;
    color: #FFF;
    border-top: 1px solid #fff;
    text-align: center;
    display: block;
    background: #3FAF77;
    padding: 10px;
    line-height: 30px;
    text-transform: uppercase;
  }

  .con-pad{
    padding: 2% 8%;
  }
  .g-img{
    width: 396px;
    height: 220px;
    object-fit: cover;  
    position: relative;
  }
  .ico{
    margin-top: 30px;
  }

      
  .gal-sec{
    margin:30px;
    justify-content:center;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .gal-sec {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
  }
  .g-icons{
    position: absolute;
  }
  .w-pic{
    margin-top: 30px;
  }

  /* =================gallery================================================= */

  .icon-show{
    position: relative;
    overflow: hidden;
    margin-top: -30px;
  }
  .i-place::after{
    position: absolute;
    bottom: -67px;
    left: 19px;
    width: 100%;
    height: 50%;
    background: url(../img/images/gallery/triangle.png) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    transform: rotate(11deg);
    transition: all ease 0.5s;
}
.ser-hov-box img:hover{
  background-color: linear-gradient(#0c0c0c, #0c0c0c);
  opacity: 0.5;
}

.active-a{
  border-top: 2px solid #FAD201 !important;
  color: #fff;
  font-weight: bold;
}

  
  .icon-show:hover .i-place::after{
    z-index:1;
    bottom: -19px;
    transform: rotate(-1deg);
    transition: all ease 0.5s;

  }
  .g-icons {
    position: relative;
    top: 85%;
    left: 82px;
    transform: scale(0.8);
    transition: all ease 1s;
    
  }
  .g-icons i{
    font-size: 25px;
    color: #fad201;
    
  }
  .icon-show:hover .g-icons {
    z-index: 3;
    top: 70%;
    transform: scale(1);
    transition: all ease 1s;
  }
 

   /* =================gallery-end================================================= */
  .clients .item{
    text-align: center;
    background: #3FAF77;
    padding: 25px;
    margin-top: 25px;
  }
  .clients{
  align-items: center;
  }
  .testi-para{
    margin: 20px auto 0;
  }
  .user-text{
    border: 1px solid #FFFFFF;
    padding: 20px;
    text-align: left;
  }
  .sub-contact{
    font-family: 'myriad_appletext', sans-serif;
  }
  .contact-sec input{
    display: block;
    padding: 10px 20px;
    width: 90%;
    color: #fff;
    background-color: #3faf77;
    margin: 15px 10px;
    border: 1px solid #3faf77;
  }
  .contact-sec textarea{
    display: block;
    padding: 10px 20px;
    width: 90%;
    color: #fff;
    background-color: #3faf77;
    margin: 15px 10px;
    border: 1px solid #3faf77;
  }
  .contact-sec input::placeholder{
    color: #fff;
  }
  .contact-sec textarea::placeholder{
    color: #fff;
  }
  .contact-sec button{
    padding: 8px 20px ;
    margin: 15px 10px;
    width: 35%;
    border-radius: 5px;
    border: 1px solid #3faf77;
    background-color: #3faf77;
    color: #fff;
  }
  .socailIconsss li a {
    background: #3b5998;
    padding: 10px;
    display: inline-block;
    width: 52%;
    margin-bottom: 10px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: start;
}
.socailIconsss li:nth-child(2) a {
  background: #00aced;
}

.socailIconsss li:nth-child(3) a {
  background: #007bb6;
  
}
.socailIconsss li:nth-child(4) a {
  background: #bb0000;
}
button:hover{
 color: #FAD201;
}

.contact-address li {
  display: flex;
  padding-bottom: 10px      ;
}
.contact-address li i {
  color: #3fb177;
  margin-top: 3px;
  display: inline-block;
  font-size: 15px;
  padding: 0px 10px;
}
.contact-address li p{
  font-size: 15px;
  color: #666363;
}
.contact-address li a{
  font-size: 15px;
  color: #666363;
}

.sub-contact h3{
  margin-top: 0;
    margin-bottom: 20px;
    color: #0199CB;
    font-size: 28px;
    font-weight: 300;
}
.pro-img{
  margin-bottom: 40px;
}

.pro-img img{
  border: 2px solid #0199cb;
    padding: 2px;
    box-shadow: 1px 1px 10px #CCC;  
    width: 100%;
   
}
.slide-hidden :hover.serv-box-2 h2{
  background-color: yellow;
  color: #fff;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #eeeeee;
  /* padding:  10px 0px; */
  color: #333;
  font-size: 14px;
  background-color: #3FB177;
}

#footer .footer-top {
  /* background: #f6f6f6; */
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3fbbc0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #65c9cd;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

.quicklinks li a {
  color: #CCCCCC;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.bi-telephone {
  padding: 5px;
  /* background-color: #178ee8;  */
  /* width: 7px;
  height: 7px; */
  border-radius: 15px;
  color: #fff !important;
  font-size: 17px;
  line-height: 1;
}
.bi-envelope{
  color: red !important;
  background-color: #fff;
  font-size: 12px;
  /* width: 16px;
  height: 16px; */
  border-radius: 15px;
  color: #fff;
 padding: 5px;
  line-height: 1;

}
.bi-geo-alt-fill{
  color: red !important;
  background-color: #fff;
  font-size: 12px;
  /* width: 16px;
  height: 16px; */
  border-radius: 15px;
  color: #fff;
 padding: 5px;
  line-height: 1;
  
}
footer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 20px;
}

footer h3 span {
  color: #3FB177;
} 

#footer .footer-top .footer-links ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}



#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
   
 
}
#footer .footer-top .footer-links ul a i{
 margin: 10px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #3fbbc0;
}

#footer a{
  font-family: 'Roboto', sans-serif;
}

#footer form input{
  padding: 8px 48px 8px 9px;
  margin: 7px 0px;
  width: 70%;
  border: none;
   color:#fff;
  background-color:rgb(31 31 31);
}
#footer form textarea{
  padding: 14px 48px 15px 9px;
  margin: 7px 0px;
  width: 70%;
  border: none;
  color:#fff !important;
  background-color:rgb(31 31 31);
}
#footer form button{
  display: block;
  padding: 10px 20px;
  margin: 7px 0px;
  /* border-radius: 20px; */
 text-align: center;
 border: none;
 color: #fff;
 background-color: #3fb177;
}

.loation_add li i {
  color: #3FB177;
  font-size: 20px;
  display: inline-block;
  padding-right: 11px;
  /* position: absolute;
  left: 0; */
}

.loation_add ul {
  margin-left: -2rem;
}

.loation_add ul li {
  /* padding-left: 30px; */
  position: relative;
  margin-bottom: 10px;
}

.skew-25{
  display: inline-block;
}

.bottom-footer-icons i {
  padding-right: 6px;
  line-height: 0;
  color: #333;
}

#footer a {
  color: #fff;
}
#footer .loation_add ul li{
  display: flex;

}
#footer .copyright {
  text-align: center;
 
}


.bottom-footer-icons{
  text-align: end;

}

.footer-end{
  padding: 15px 20px;
}

.ul_social li span {
  display: block;
  padding: 0 10px;
  text-align: center;
  line-height: 33px;
  
  font-size: 20px;
}
.ul_social li span :hover{
  display: inline-block;
  background-color: #fad201;
  color: #000;
}

.cart2{
  /* background-image: url(../img/white-raw-rice-bowl-with-ear-dark-black-table-background.jpg); */
  width: 100%;
  height: 78vh;
  /* background-color: rgba(60, 60, 60, 0.8); */
  background-image: linear-gradient(rgb(0 0 0 / 60%),rgb(0 0 0 / 60%)),url(../img/white-raw-rice-bowl-with-ear-dark-black-table-background.jpg);
  background-repeat: no-repeat;
  background-size:cover ;
  /* overflow: hidden; */
  position: relative;
 
}

.card1{
  margin-top: 30px;
  
  
}
.pp1{
  font-size: 24px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  /* padding-left: 25px; */

}
.imgg1{
  border-radius: 30px;
  padding: 20px;
}
.cc1{
padding-left: 30px;
}
.pp2{
  font-size: 24px;
  font-weight: 800;
  display: flex;
        justify-content: center;
  /* padding-left: 30px; */

}
.pp3{
  font-size: 24px;
  font-weight: 800;
  display: flex;
        justify-content: center;
  /* padding-left: 20px; */

}

.succ1{
  font-size: 60px;
  padding-left: 10px;
  /* font-family: "Raphtalia DEMO"; */
  font-weight: 500;
  color: #054d18;
}

.imgcard{
  border-radius: 20px;
  /* width: 23rem; */
}
.footer-top{
  color: white;
  width: 100%;
  
  background-color: #333;
  /* background-image: linear-gradient(rgb(0 0 0 / 30%),rgb(0 0 0 / 20%)), url(../img/Rectangle\ 104.jpg); */
  background-repeat: no-repeat;
  background-size:cover ;
  overflow: hidden;
  position: relative;
}
.top-view{
  color: white;
  width: 100%;
  
  
  background-image: linear-gradient(rgb(0 0 0 / 60%),rgb(0 0 0 / 60%)), url(../img/top-view-raw-rice-inside-brown-plate-grey-surface.jpg);
  background-repeat: no-repeat;
  background-size:cover ;
  overflow: hidden;
  position: relative;
}
.top-view-img{
  border-radius: 5%;
  position: relative;
 
}
/* .top-view-p{
  position: relative;
} */
.top-view-btn{
  background-color: rgb(31, 95, 31);
  border: none;
  border-bottom-left-radius: 15px ;
  border-top-left-radius: 15px ;
  position: absolute;
  font-family: cursive;
  top: 45%;
  left: 40%;
  color: white;
  padding: 10px;
  margin-top: 80px;
}
.top-view-btn1{
  background-color: rgb(31, 95, 31);
  border: none;
  font-size: 23px;
 border-radius: 15px;
  position: absolute;
  font-family: cursive;
  top: 45%;
  width: 100%;
  color: white;
  padding: 10px;
  margin-top: 40px;
  /* margin-left: 5px; */

}
.item1{
  display: flex;
  flex-direction: row;
}
.img1{
  border-radius: 20px;
  
}
.tt1{
  height: 100%;
}
.oww2 img{
  border-radius: 25px;
}

.oww2{
  position: relative;
}
.oww2 .owl-nav{
  position: absolute;
  /* background-color: #18d26e; */
  /* padding-top: -100px; */
}
.Receipes .owl-theme .owl-nav{
  top: 0;
  right: -20%;
}
.Receipes .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  color: #fff;
  border: 2px solid #fff !important;
  border-radius: 10px;
 /* margin-top: 30px; */
  font-size: 40px;
 
  /* background-color: #32969a; */
}
.Receipes .owl-prev .bi{
  padding: 7px;
}
.bottom-footer-icons span:hover{
  display: inline-block;
  background-color: #fad201;
  color:  rgb(31, 95, 31);

}
.Receipes .owl-next .bi{
  padding: 7px;
}



.Receipes .owl-theme .owl-nav [class*='owl-']:hover{
  color: red;
  background: none;
  border: 2px solid red !important;
}
.footer-img1 img{
  width: 50%;
}
.phone1{
  color: #fff;
}
.footer-end{
  background-color: #3fb177  !important;
  color: #fff;
}
.copyright{
  color: #fff;
}
.about-content{
  /* font-size: 20px; */
  font-weight: 600;
  letter-spacing: 3px;
  color: #000;
  font-family:'ReemKufi-Regular';
}
.about-para{
  font-family: "Poppins-Regular";
  font-size: 24px;
  color: #323233;
}
.Choose-content{
  font-weight: 700;
  letter-spacing: 3px;
  color: #000;
  font-family:'ReemKufi-Regular';
  /* font-family:'Courier New', Courier, monospace; */
}
.Choose-para{
  font-family: "Poppins-Regular";

  font-size: 25px;
  color: #323233;
}
.product-content{
  font-family:'ReemKufi-Regular';
}
.Receipe-para{
  font-family: "Poppins-Regular";
  font-size: 24px;
}
.about-img img{
  height: 100%;
  border-radius: 10px;
  align-items: center;
  text-align: center;
}
.about-part{
  padding-left: 30px;
  padding-top: 30px;
}
.about-button{
  margin-top: 30px;

}
.choose-button{
  margin-top: 30px;
}
#header.header-scrolled .imggg1{
  /* display: none; */

}
.fixed-top .imggg2{
display: none;

}
/* .fixed-top .imggg1{
  width:115px;
  
  } */


#header.header-scrolled .imggg2{
  display: block;
  width:100px;
  position: static;

}
.navbar ul li .home1{
  color: #fff;
}
.menupart{
  justify-content: center;
  /* flex-direction: row-reverse; */
}
.home-banner-content{
  /* width: 30%; */
  position: absolute;
   top:50%;
    left: 29%;
}
.home-banner-content h2{
  color: red;
  font-family: "Galantis-z8eKa";
  font-size: 30px;
  color: #fff;
  padding: 7px 10px;
  font-weight: 900;
  background-color: rgb(10 208 237);
}
.home-banner-content h1{
  color: rgb(250, 210, 1);
  font-family: "BowlbyOneSC-Regular";
  font-size: 33px;
  font-weight: 900;
}







/* ----------------------------------------------about start------------------------- */

.aboutbc1{
 
    color: white;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 60%),rgb(0 0 0 / 60%)), url(../img/top-view-raw-rice-inside-brown-plate-grey-surface.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;

}
.about-card1{
  background-color: #fff;
  padding: 30px;
}
.aboutpg-con1 h1{
  color: #686666;
  padding-top: 10px;
}
.aboutpg-con1 p{
  color: #000;
}
.aboutpg-img2{
  margin-top: -100px;
  margin-left: 50px;
}
.aboutpg-img2 img{
  border-radius: 50%;
  width: 100%;
  /* margin-top: -50%; */
  position: relative;
}
.aboutpg-con1 button{
  color: #b0b601;
  background-color: #b0b601;
  border-radius: 30px;
  border: none;
  width: 40px;
  height: 40px;
}
.title-sec01 {
  padding: 30px 0;
}
.content {
  text-align: center;
  padding-top: 30px;
}
.title-sec01 .main-title01 {
  display: inline-block;
  position: relative;
  font-size: 35px;
  font-family: 'Raphtalia DEMO';
  text-transform: capitalize;
  color: #000;
}
.main-title01::before, .main-title01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d5524d;
}
.main-title01::before, .main-title01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d5524d;
}
.about01 {
  background-image: linear-gradient(rgb(0 0 0 / 60%),rgb(0 0 0 / 60%)),url(../img/about/i.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 0 200px 0;
  z-index: 1;
}
.about01 .content-img {
  padding: 30px;
}
.about01 .content .para-content {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Poppins-Regular';
  letter-spacing: 2px;
}
.wave-img{
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.content-img img{
  border-radius: 50%;
}
.aboutps-sec2 .content .para-content {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Poppins-Regular';
  letter-spacing: 2px;
}
.about02 {
  background-image: linear-gradient(rgb(0 0 0 / 60%),rgb(0 0 0 / 60%)),url(../img/about/i.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0px 0 50px 0;
  z-index: 1;
}
.about02 .content-img {
  padding: 30px;
}
.about02 .content .para-content {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Poppins-Regular';
  letter-spacing: 2px;
}
.aboutps-sec2{
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: right bottom;
}


/* ----------------------------------------------about end------------------------- */
/* -------------------------------------------product start-------------------------- */
.recipe-head{
  background-size: 17%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.pricing{
  background-size: 17%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.pricing .box1 {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.pricing .box1 h5{
  font-family: "ReemKufi-Regular";
    font-weight: 800;
}
.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #d5524d;
  color: #fff;
  font-family: 'Outfit-SemiBold';
  text-transform: uppercase;
}
.box1 img {
  padding: 30px 40px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.box1:hover img{
  transform: scale(1.1);
}
.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
  color: rgb(31, 95, 31);;
  font-family: 'Outfit-SemiBold';
}
.pricing .product-description-mi {
  line-height: 28px;
  color: #000;
  font-family: 'Poppins-Regular';
  font-size: 16px;
}
.pricing .btn-buy {
  display: inline-block;
  padding: 13px 30px;
  /* padding: 8px 40px 10px 40px; */
  border-radius: 5px;
  color: #fff;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  /* font-family: 'Outfit-SemiBold'; */
  font-weight: 600;
  transition: 0.3s;
  background-color: rgb(31, 95, 31);
  /* border: 1px solid #d5524d; */
}
.menu-col {
  padding: 20px;
}
.banner {
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
.banner img {
  width: inherit;
}
.overlay {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: inherit;
  background: linear-gradient(90deg, rgb(1, 58, 23) 0%, rgb(3, 104, 45) 35%, rgb(15, 129, 49) 100%);
  transform: skew(200.25deg);
  left: 50%;
  opacity: 0.9;
}
.content-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  /* font-weight: 300; */
  /* font-size: 48px; */
  /* padding: 20px 20px 10px 0px; */
  padding: 141px 98px 10px 0px;
}
.content-i{
 margin-top: 30px;
  width: 60px;
  height: 60px;
  background: #fff;
  /* position: fixed; */
 
  
  text-align: center;
 
  transition: all 0.4s ease;
  
  border-radius: 50%;
  transition: all 0.4s ease;
}
.content-i i{
  color: #000;
  font-size: 35px;
 
}

.content-menu h4 {
  font-size: 35px;
  color: #fff;
  line-height: 35px;
}
.content-menu ul li {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}
.dropbtn {
  /* background-color: #04AA6D; */
  color: white;
  padding: 7px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 25px;

  background-color: linear-gradient(rgb(0 0 0 / 70%),rgb(0 0 0 / 70%));
  display: block;
}

.dropdown-content a:hover {
  background-color: rgb(31, 95, 31);
  color: #fff;
}

.dropdown:hover .dropdown-content {display: block;}




/* .dropdown:hover .dropbtn {
  background-color: #01a587d9;
  color: #000;
} */

/* -------------------------------------------product end-------------------------- */

/* ----------------------contact start--------------------------------------- */

.contact-banner{
  background-image: linear-gradient(rgb(0 0 0 / 45%),rgb(0 0 0 / 45%)),url(../img/contact/contact4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  text-align: center;
  padding:14%;
}
.contact-content1{
  background-color: linear-gradient(rgb(0 0 0 / 45%),rgb(0 0 0 / 45%));
}
.contact-get{
  background-color: red;
  padding: 30px;
}
.contact-get h3{
  color: #fff;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  font-family: 'LilitaOne-Regular';
}
.contact-get1{
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}
.contact-get1 span{
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}
.contact-get1 i{
  color: #fff;
}
.contact-get2 p{
  padding-left: 24px;
  color: #fff;
  font-size: 14px;
}
.contact-box02 {
  padding: 10px 5px 20px 5px;
  box-shadow: 0 5px 15px 1px #0d7275cc;
  
}
.form-control {
  border: 0;
  border-bottom: 2px solid #272f24;
  border-radius: 0;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  line-height: 30px;
  box-shadow: none;
}
.text-center {
  text-align: center!important;
}
.gun-cont-btn {
  background: red;
  color: #fff;
  border: 0;
  width: 100%;
  padding: 5px 10px;
  margin-top: 45px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto-Regular';
  box-shadow: 0 5px 15px 1px #0d7275cc;
  /* border-radius: 0; */
}
.gun-cont-btn:hover{
  background-color: #054d18;
  
}
.contact-head1{
  align-items: center;
  text-align: center;
  font-family: 'LilitaOne-Regular';
  /* color: #fff; */
}
.contact-head2{
padding: 10px;
}
.contact-head2 a{
  color: rgb(218, 20, 20);
}
.shape-extra {
  position: absolute;
  left: 0;
  bottom: 0;
  top:70%;
  max-width: 20%;
  opacity: 0.1;
  z-index: -1;
}


/* -------------------------contact end------------------------------------- */
 .recipes-detail-content1 {
  padding: 40px 20px;
  background: #fff;
  /* text-align: center; */
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.blog-area {
  background-size: 30%, contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.default-padding {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
.blog-area {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: #fff;
  color: var(--color-paragraph);
}
.blog-area .single-item {
  margin-bottom: 30px;
}
.blog-area.full-blog .thumb {
  background: #f7f7f7;
  margin: 0;
}
.blog-area .thumb {
  position: relative;
}
.blog-area.full-blog .thumb img {
  border-radius: inherit;
  margin: 0;
}
.blog-area.full-blog.blog-grid .thumb .date {
  background: #e31e25;
  left: 0 !important;
  color: #fff;
}
.blog-area.full-blog .thumb .date {
  right: auto;
  left: 50px;
  bottom: -32px;
  margin: 0;
  border: none;
}
.blog-area.full-blog.blog-grid .info {
  padding: 0 !important;
  box-shadow: inherit;
  padding-top: 55px !important;
}
.blog-area.full-blog .info {
  box-shadow: 3px 4px 20px -2px rgb(0 0 0 / 10%);
  border-radius: inherit;
  overflow: hidden;
  padding: 50px;
}
.blog-grid .info .title {
  line-height: 1.4;
  font-size: 22px;
}
.blog-grid .info .title {
  margin-bottom: 0;
}
.blog-area.blog-grid p {
  margin: 0;
  font-family: "Poppins-Regular";
}
.btn1.btn-theme {
  color: #fff;
  border: none;
  background: #054d18;
}
.btn-md {
  padding: 16px 52px;
  font-size: 17px;
}
.btn1 {
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 6px;
  border: 2px solid transparent;
  box-shadow: none !important;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 30px;
  background: #E7EDF8;
  position: relative;
  z-index: 1;
}
.btn1.btn-theme:hover {
  
  background-color: #e31e25;
  
}
.blog-area.full-blog .date strong {
  font-size: 42px;
  font-family: var(--font-default);
  font-weight: 700;
}
.blog-area .thumb .date strong {
  padding: 10px 5px;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}
.blog-area.full-blog.blog-grid .thumb .date span {
  padding: 5px 20px;
}
.blog-area.full-blog .date span {
  padding: 5px 15px;
}
.blog-area .date span {
  display: block;
  font-size: 13px;
  background: #054d18;
  color: #fff;
  padding: 2px 10px;
  min-width: 70px;
  font-weight: 500;
}
.blog-area .thumb .date {
  position: absolute;
  right: 0;
  bottom: 8px;
  margin: 0;
  padding: 0;
  font-weight: 900;
}
.blog-area .date {
  display: inline-block;
  background: var(--white);
  color: var(--color-heading);
  font-size: 24px;
  text-align: center;
}
.blog-grid .info .title {
  line-height: 1.4;
  font-size: 22px;
}
.info h5{
  font-size: 22px;
  line-height: 1.3;
  font-family: 'ReemKufi-Regular';
  font-weight: 800;
}
.recipes-detail-con1 h1{
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: 'ReemKufi-Regular';
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.recipes-detail-con1 p{
  font-family: "Poppins-Regular";
  line-height: 1.5;
  color: #787878;
  font-size: 20px;
}
.recipes-detail{
  margin-left: -100px; 
  margin-top: 30px;
}
.recipes-detail-content2 {
  padding: 20px 20px;
  background: #fff;
  /* text-align: center; */
  box-shadow: 0px 0 30px rgba(27, 27, 27, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  text-align: justify;
  line-height: 1.5;
}
.recipes-detail-content2 p{
  font-size: 16px;
  font-family: "Poppins-Regular";

}
.recipes-detail-content2 h5{
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  font-family: "ReemKufi-Regular";
}
.certificate1 .box1{
padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}






  