
body{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
}

a{
    text-decoration: none!important;
}

ul{
    margin:0px;
    padding: 0px;
    list-style: none;
}

.d-flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.text-upper{
    text-transform: uppercase;
}
         
.btn-grad {
    background-image: linear-gradient(to right, #e3ae78 0%, #f5f5dc  51%, #e3ae78  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #222;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #222;
    text-decoration: none;
  }
 
/* .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
} */

/* Deafult Margin & Padding */


/*-- Margin Top --*/

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}


/*-- Margin Bottom --*/

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}


/*-- Padding Top --*/

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-113 {
    padding-top: 113px;
}


/*-- Padding Bottom --*/

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}


/*-- Padding Left --*/

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}


/*-- Padding Right --*/

.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}


/* font weight */

.f-700 {
    font-weight: 700;
}

.f-600 {
    font-weight: 600;
}

.f-500 {
    font-weight: 500;
}

.f-400 {
    font-weight: 400;
}

.f-300 {
    font-weight: 300;
}


.p-lr-0{
    padding-left: 0;
    padding-right: 0;
}
.sec-p{
    padding:50px 0px;   
}
.btn-style-one{
    padding: 10px 20px;
    background: #fff;
    color: #222;

}

.headitg-title{
    text-align: center;
}

.headitg-title h2{
   margin-bottom: 60px;
   margin-bottom: 60px;
   font-weight: bold;
   color: #0c4a73;
   text-transform: uppercase;
}

.r-25{
    border-radius: 25px;
}

/*Section Heading Style Start*/
.tital-heading {
    position: relative;
    margin-bottom: 30px;
}
.tital-heading h2{
    margin-top: 0;
    font-size: 24px;
}
.tital-heading:after {
    position: absolute;
    content: '';
    left: 0;
    border: 0;
    height: 2px;
    width: 100px;
    background: #7bc2ff;
}
.section-title h2{
    margin-top: 0px;
    margin-bottom: 50px;
    color: #0c4a73;
    text-transform: uppercase;
}
/*Section Heading Style End*/

/*=============== Page Top ===================*/
.pagetop{
    float:left;
    width:100%;
    text-align:center;
    position:relative;
}
.pagetop img{
    width:100%;
    height: 220px;
    object-fit: cover;
}
.pagetop:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
}
.pagetop-inner{
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.pagetop-inner h1 {
    color: #e0b283;
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

/*===============End of  Page Top ===================*/

.intro-img{
    /* margin-top: 80px; */
}

.welcom-sec{
    background: url(../img/slider2.jpg) no-repeat;
    background-size:cover;
    text-align: center;    
    color: #383838; 

}
.overlay{
    background: rgba(255, 255, 255, 0.78);
}


.welcome-inner h1{ 
    font-weight: bold;
    color: #0c4a73;
    text-transform: uppercase;
}
.welcom-sec h2{
    text-transform: uppercase;
}





.welcom-sec img{
    width:120px;
}


.iso-certify{
    text-align: center;
}


.header-curve.main-bar-wraper {
    box-shadow: 0px 0px 15px #ccc;
}
/* =Section
   ========================================================================== */
   .ewf-section {
    position: relative;
    z-index: 1;
    padding: 150px 0;
    margin-bottom: 0;
    background: url(../img/hero-spicy-foods.jpg)no-repeat center center;
    background-size: cover;
    overflow: hidden;

  }
  
  .ewf-section--parallax {
    background-attachment: fixed;
    background-position: top center;
  }
  
  .ewf-section__overlay-color {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2c405b;
    opacity: 0.85;
  }
  
  .ewf-section__overlay-color-left,
  .ewf-section__overlay-color-right {
    position: absolute;
    z-index: 2;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.85;
    padding: 10px 0;
  }
  
  @media (min-width: 991px) {
    .ewf-section__overlay-color-left {
      left: -90px;
      -webkit-transform: skew(-13deg);
          -ms-transform: skew(-13deg);
              transform: skew(-13deg);
      padding-right: 150px;
      width: 50%;
    }
    .ewf-section__overlay-color-right {
      right: -90px;
      -webkit-transform: skew(-13deg);
          -ms-transform: skew(-13deg);
              transform: skew(-13deg);
      padding-left: 150px;
      width: 60%;
    }
  }
  
  .ewf-section__overlay-pattern {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .ewf-section__video-background-yt,
  .ewf-section__video-background-local {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  
  .ewf-section__video-background-local video {
    width: 100%;
    height: auto;
  }
  
  .ewf-section__content {
    position: relative;
    z-index: 3;
  }
  .iso-certify img{
    width: 120px;   
}
.iso-certify h4{
    font-size: 16px;
    color: #2c405b;
    font-weight: 700;
    letter-spacing: .32px;
    text-transform: uppercase;
    position: relative;
}

.p-title a {
    color: #222;
    position: relative;
}
.p-title a:hover {
    color: #e3ae78;
}
/* Start Footer Section */
.footer_area {
    background: #e9ebf3 ;
    padding-top:40px
}
.footer_copyright{
    background-color: #e3ae78;
    color: #1c1c1c;
    font-size: 13px;
}
.footer_copyright a{
    color: #0c0c0c;
}
.footer_copyright a:hover{
    color: #154fa1;
}
.footer_widget {
    padding-bottom: 50px
}

.f_widget.padd-l-60 {
    padding-left: 60px
}
.about_widget h2{
    color: #fff;
}
.f_title {
    padding-bottom: 15px
}

.f_title h3 {
    font-size: 16px;
    color: #333437;
    font-weight: 600;
    letter-spacing: .32px;
    /* text-transform: uppercase; */
    position: relative;
    margin-top: 0;
    padding-bottom: 18px
}

.f_title h3:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #e3ae78;
    position: absolute;
    left: 0;
    bottom: 0
}

.f_title h3 span{
    display: block;
    font-size: 30px;
}
.f_title.linecenter h3:before {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.about_widget img {
    max-width: 100%
}

.about_widget p {
    font-size: 14px;
    line-height: 24px;
    color: #2c405b;
    font-family: open sans, sans-serif;
    letter-spacing: .48px;
    padding: 25px 0 15px;
}

.about_widget .f_r_link {
    font-size: 14px;
    color: #154fa1;
}

.about_widget .f_r_link:hover {
    text-decoration: underline
}
.vis-img{
    width: 200px;
    margin: auto;
}

.f_social li {
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 70px;
    text-align: center;
    line-height: 36px
}

.f_social li a {
    color: #0a0505;
    font-size: 16px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s
}

.f_social li:last-child {
    margin-right: 0
}

.f_social li a:hover {
    color: #154fa1;
    width: 36px;
    height: 36px;
    border-radius: 70px
}

.link_widget ul li {
    margin-bottom: 5px
}

.link_widget ul li a {
    font-size: 14px;
    color: #2c405b;
    font-family: open sans, sans-serif;
    letter-spacing: .32px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s
}

.link_widget ul li:last-child {
    margin-bottom: 0
}

.link_widget ul li:hover a {
    color: #e3ae78;
}

.contact_widget .contact_inner .media {
    margin-top: 15px
}

.contact_widget .contact_inner .media:first-child {
    margin-top: 0
}

.contact_widget .contact_inner .media .media-left {
    padding-right: 20px
}

.contact_widget .contact_inner .media .media-left i {
    font-size: 17px;
    color: #e3ae78;
}

.contact_widget .contact_inner .media .media-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: .32px
}

.contact_widget .contact_inner .media .media-body p {
    font-size: 14px;
    font-family: open sans, sans-serif;
    color: #2c405b;
    letter-spacing: .32px;
    line-height: 24px
}

.contact_widget .contact_inner .media .media-body a {
    font-size: 14px;
    font-family: open sans, sans-serif;
    color: #2c405b;
    letter-spacing: .32px;
    line-height: 24px
}

.contact_widget .contact_inner .media:nth-child(2) .media-body a {
    color: #2c405b;
    font-size: 14px
}
.form-wrapper {
    padding: 50px;
    background: #f2f2f2;
    border-radius: 39px;
}

.footer_copyright .footer_copyright_inner {
    overflow: hidden;
    clear: both;
    /* border-top: 1px solid #132c3e; */
    padding: 10px 0
}
.footer_copyright_inner  p{
    padding-top: 10px;
}

.footer_copyright .footer_copyright_inner .pull-left {
    padding-left: 30px
}

.footer_copyright .footer_copyright_inner .pull-left p {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px
}

.footer_copyright .footer_copyright_inner .pull-right {
    padding-right: 30px
}

.footer_copyright .footer_copyright_inner .pull-right h4 {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
    font-weight: 400
}

.footer_copyright .footer_copyright_inner .pull-right h4 a {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    font-weight: 400;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s
}

.footer_copyright .footer_copyright_inner .pull-right h4:hover a {
    color: #7bc2ff;
}
/* End of Footer Section */



/* START CONTACT US SECTION */




.theme-form-one input,
.theme-form-one .form-control {
width: 100%;
border: none;
background: transparent;  
border-radius: 0;
outline: none;
box-shadow: none;
font-size: 16px;
padding: 0 0 12px 0;
margin-bottom: 35px;
border-bottom: 1px solid #a7a7a7;
}
.theme-form-one textarea {
background: transparent;
width: 100%;
max-width: 100%;
height: 110px;
max-height: 110px;
resize:none;
border: none;
border-bottom: 1px solid #a7a7a7;
font-size: 16px;
padding: 0 0 10px 0;
margin-bottom: 32px;
outline: 0;
}
.theme-form-one input[type="submit"]{
    width: auto;
    background: #e3ae78;
    padding: 16px 22px;
    color: #121111;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}


.theme-form-one input:focus, .theme-form-one textarea:focus {
border-bottom-color: #001a57;
}
.custom-html-footer {
list-style-type: none;
margin: 0;
padding: 0;
}
.custom-html-footer li {
display: block;
line-height: 27px;
font-size: 16px;
padding-left: 64px;
position: relative;
color: #444;
margin-bottom: 39px;

padding-top: 8px;
}
.custom-html-footer li img {
position: absolute;
top: 11px;
left: 0;
width: 40px;
}
.custom-html-footer li a{
    color: #222;
}
.custom-html-footer li a:hover{
    color: #e3ae78;
}
/* END CONTACT US PAGE */

/* END  CONTACT US SECTION */






/* Start our testimonial section */
.demo{ background: #f8f8f8; }
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
    box-shadow: 0px 0px 6px 0px #4f43438c;
    border-radius: 5px;
    min-height: 155px;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 1px 0px #4f434340;
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #154fa1;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #154fa1;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #777777;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #154fa1;
}
/* End of  our testimonial section */




/* ///////////////////// Start About Us Page ////////////////  */

.strengths-inner{
    padding: 0 20px;
    text-align: center;
}


.strengths-inner img{
    width: 60px;
    margin-bottom: 20px;
}

.strengths-inner h3{
    font-size: 14px;
    color: #757575;
    font-family: 'Open Sans', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    /* background: #f8f8f8; */
    letter-spacing: 0.5px;
}
.vlaue-inner{
    position: relative;
    margin-bottom: 30px;
    position: relative;
}

.vlaue-inner img{
    border-radius: 50px;
}
.vlaue-inner:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.6);
    border-radius: 50px;

}
.value-name{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50% );
    color: #fff;
    width: 250px;
    padding: 39px;
}
.value-name h3{
    text-transform: uppercase;
    font-size: 18px;
}




.about-welcom p{
    text-align: justify;
}
/* Start our vision and mission */
.block-title h2{
    font-weight: bold;
    color: #0c4a73;
    text-transform: uppercase;
}
.v-line {
    border-left: 3px solid #154fa1;
    padding-left: 20px;
}
/* End of  our vision and mission */
.management-sec h3{
   
    font-weight: bold;
    color: #0c4a73;
    text-transform: uppercase;
}
.management-sec h4{
    font-size: 14px;
    font-weight: bold;
    color: #0c4a73;
    text-transform: uppercase;
}

.post-img img{
    width:250px;
    height: 250px;
    border-radius: 50%;
}

/* ///////////////////// End of  About Us Page ///////////////////// */



/* ///////////////////// Start of  Membership Page ///////////////////// */
.certificate{
    position: relative;
    margin-bottom: 30px;
}

.certify-text{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 25px;
}
.certify-text h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}


/* ///////////////////// End of  Membership Page ///////////////////// */

/*Slider*/
.portfolio-slider{position: relative; padding: 0; margin:0; }
.portfolio-slider .slick-list.draggable{overflow: hidden;}
.portfolio-slider li{list-style: none; display: inline-block; outline: 0px;}
.portfolio-slider .slick-prev{position: absolute; top: -97px; right: 53px; border: 0; background: rgba(0,0,0,0.1); width: 42px; height: 39px; text-indent: -9999px;}
.portfolio-slider .slick-prev:after{position: absolute; content: '\e64a'; font-family: 'themify'; top: 7px; left: 7px; text-indent: 0; color: #303030; font-size: 24px;}
.portfolio-slider .slick-prev:hover:after, .portfolio-slider .slick-next:hover:after{color: #fff;}
.portfolio-slider .slick-next{position: absolute; top: -97px; right: 10px; border: 0; background: rgba(0,0,0,0.1); width: 42px; height: 39px; text-indent: -9999px;}
.portfolio-slider .slick-next:after{position: absolute; content: '\e649'; font-family: 'themify'; top: 7px; right: 7px; text-indent: 0; color: #303030; font-size: 24px;}
/*Slider*/

/* Start Product details section */
.product-inner{
    background: #fff;
    box-shadow: 0px 0px 37px 0px #ccc;
    margin-bottom: 30px;
    border-radius: 20px;
}
.product-inner  img{
    margin: auto;
    width: 100%;
    border-radius: 20px 0px 0px 0px;
}

.product-box2 a .product-img1 img  {
    transition: all .2s ease-in-out;
    
}
.product-box2 a:hover .product-img1 img  {
    transform: scale(1.4);
    
}
.product-box2 a:hover .product-details{
    background: #066889;
}
.product-box2 a:hover .product-details h3{
   color: #fff;
}
.product-details{
    padding: 20px;
    background: #e3ae78;
    color: #574e4e;
    height: auto;
}
.product-details h3{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #222;
}
.product-details p{
    font-size: 14px;
    line-height: 23px;
    color: #848484;
}

.bu-porfolio-classic{
    background: #efefef;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 3px #453d3d5c;
}
.bu-porfolio-inner{
    padding: 20px;
    border:1px solid #e8e8e8;
    text-align: center;
}
.bu-porfolio-classic a{
    display: block;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.bu-porfolio-classic a:hover{
    box-shadow: 0px 8px 4px 0px #CCC;
    transition: all 0.5s;
}
.bu-porfolio-classic a:focus{
    outline: none;
}


.bu-porfolio-inner h4{
    font-size: 16px;
    color: #2c405b;
    font-weight: 700;
    letter-spacing: .32px;
    text-transform: uppercase;
    position: relative;
}
.bu-porfolio-inner a{
    color: #222;
    background: #fff;
    display: block;
    padding: 3px 10px;
    margin-top: 10px;
    box-shadow: 0px 0px 3px 0px #ccc;
    outline: 0px;
}
.bu-porfolio-inner a i{
    color: #154fa1;
}

.bu-porfolio-inner a:hover{
    background: #154fa1;
    color: #fff;
}

.bu-porfolio-inner a:hover i{
    color: #fff;
}
.sep-div{
    width: 100%;
    height: 1px;
    background: #154fa1;

}



.product-img1{
    position: relative;
    /* padding: 30px 0; */
    overflow: hidden;
    border-radius: 20px;
    border-radius: 20px 20px 0px 0px;
}

.product-img1 a{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #bf01019c;
    color: #fff;
}
.product-img1 a:hover{
    background:#0c4a73;
}
.product-img1 a{
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 6px 0px 0px 0px;
}
/* End of  Product details section */

/* Start our team section */
.our-team{
    text-align: center;
}
.our-team .pic{
    position: relative;
    width: 220px;
    margin: auto;
    border: 2px solid #efebeb;
    padding: 5px;
    border-radius: 50%;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.social_media_team{
    background: rgba(59, 61, 66, 0.6);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.35s ease-in-out 0s;
    visibility: hidden;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.our-team:hover .social_media_team{
    transform: scale(1);
    visibility: visible;
}
.team_social{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    position: relative;
    top:43%;
    left:0;
}
.team_social > li{
    display: inline-block;
}
.team_social > li > a{
    width: 35px;
    height: 35px;
    display: block;
    background: #5d5d5d;
    line-height: 35px;
    color:#fff;
    transition: all 0.35s ease-in-out 0s;
    border-radius: 3px;
    font-size: 15px;
}
.team_social > li > a:hover{
    background: #31aab5;
}
.post-title > a{
    color:#fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
}
.post-title > a:after{
    content:"|";
    color: #31aab5;
    display: inline-block;
    padding: 0 5px 0 10px;
}
.post-title small{
    color:#999;
    font-size: 12px;
}
.description{
    color: #2c405b;
        text-align: initial;
}
.read{
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    color:#31aab5;
}
.read:hover{
    color:#fff;
}
@media screen and (max-width: 990px){
    .our-team{
        margin-bottom: 30px;
    }
}
/* End of  our team section */

/* Start Place your Order  */
.order-place{
    position: fixed;
    bottom: 0px;
    z-index: 999;
    right: 11px;
    background: #d80835;
    
    border-radius: 6px 6px 0px 0px;
    animation: blink 1s linear infinite;

}

.order-place a{
    color: #fff;
    padding: 4px 15px;
    display: block;
}
@keyframes blink{
    0%{background: #d80835;}
    100%{background: #8bc34a;}
    }
/*End of  Place your Order  */


/* start download catolog section */
/*.download_broture{
    background: #154fa1;
    padding: 30px 0px;
    
}
.download_broture h3{
    margin: 0px;
    color: #fff;
    line-height: 32px;
}*/
.download-cat{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);		
    position: fixed;
    top: 292px;
    z-index: 999;
    right: -65px;
    background: #154fa1;
    border-radius: 6px 6px 0px 0px;
}


.download-cat a{

    color: white;
    background:#154fa1;
    padding: 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.download-cat a:hover{
    background: #2c405b;
    color:#fff;
    transition: all  0.5s ease-in-out;
}


/* End of  download catolog section */

/* Start Brochure modal design */
.brochure-modal .modal-content{
    border-radius: 0px;
}
.brochure-modal .modal-header{
    background: #154fa1;
}
.brochure-modal .modal-header h4{
    color: #fff;
}
.brochure-modal .modal-header .close{
    color: #fff;
    opacity: 1;
    outline: 0px;   
}
.btn-brochure{
    background: #154fa1;
    color: #fff;
    outline: 0px;

}
.btn-brochure:hover{
    background: #2c405b;
    color: #fff;
}

/* End  Bhorhure modal design */
/* start of enquiry modal css */
.modal-body textarea
{
    height: 150px;
}
/* end of enquiry modal css */

   /* Start instant call back */
   #instant-callback-div{z-index: 17;font-family:"Open Sans", Arial, sans-serif;transition: .5s ease-in-out; padding:0 0 24px;position:fixed;right:-245px;top:33%;vertical-align:top;z-index:5;}
   #instant-callback-div .instant-switch{background:url("../img/handle1.png") no-repeat scroll 0 0 ; cursor:pointer;display:inline-block;height:144px;vertical-align:top;width:36px;}
   #instant-callback-div .content-switcher{box-shadow: 0px 1px 1px 1px #ccc;background-color:#fff;border-bottom-left-radius:6px;display:inline-block;margin:0 0 0 -4px;padding:0 16px 12px;vertical-align:top;width:245px;}
   #instant-callback-div h4{border-bottom:1px solid #ededed;margin-bottom:20px;padding-bottom:15px;padding-top:5px;}
   #instant-callback-div p{margin:5px 0 !important;padding:4px 0;}
   #instant-callback-div input[type="submit"]{width:95%;     background: #c31e30;color: #fff;}
   #instant-callback-div input[type="submit"]:hover{
       background: #FFE35C;
       color: #222;
   }
   #instant-callback-div input{border:1px solid #ccc;display:block;margin:6px 0;padding:6px 10px;width:100%;}
   #instant-callback-div textarea{border:1px solid #ccc;display:block;margin:6px 0;padding:6px 10px;width:100%;}
   #hide{background-color:#FFFFFF;border-radius:0 5px 0 0;height:32px;position:absolute;right:7px;top:7px;width:40px;cursor:pointer;font-size:12px;line-height:13px;margin-bottom:0;}
   #hide img{opacity:0.3;transition:all 0.3s ease 0s;}
   #hide img:hover{opacity:0.7;}
       /* End of  instant call back */

    /* start new design  */
    
#accordion2 .question {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 50px;
}

#accordion2 .question header {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    justify-content: space-between;
}

#accordion2 .question header h1 {
    line-height: 26px;
}

#accordion2 .question header h1 span {
    font-size: 16px;
    font-style: italic;
    padding-left: 40px;
}

#accordion2 .question header h3 {
    margin: 0;
    font-weight: bold;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 20px;
    color: #453f3f;
}

#accordion2 .question header i {
    /* padding: 0 10px; */
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    font-size: 21px;
    background: #e3ae78;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

#accordion2 .question main {
    display: none;
    padding: 15px;
    box-sizing: border-box;
}

#accordion2 .question main p {}

#accordion2 .question.active header i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

code {
    display: block;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
}

#accordion2 .question li {
    line-height: 30px;
    list-style: outside;
    margin-left: 57px;
}

#accordion2 .question p {
    margin-bottom: 30px;
    text-align: justify;
    margin-top: 10px;
}

#accordion2 .question.active header {
    background-color: #e3ae78;
    color: #fff;
    border-radius: 50px;
}

#accordion2 .question header:hover {
    background-color: #e3ae78;
    color: #000;
    border-radius: 50px;
}

    /* End of new design  */
    .product-spec {
        background: #fff;
    }
    .pt-title {
        color: #05648b;
    }

    .discription h5{
        color: #e3ae78;
        text-decoration: underline;
    }
    .p-details h3{
        color: #05648b;
        color: #333437;
    }

    .ptable table {
        background: #e9d1b9;
        color: #000;
    }

    .ptable th, .ptable td{
        padding: 20px;
    }
    .product-spec {
        background: #f3f3f3;
    }
    .useslist li b{
        display: block;
        margin-bottom: -6px;
    }
    .useslist li {
        margin-bottom: 9px;
    }


    /* start features section  */
    .featurebox {
        background: #e3ae78  ;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .featurebox img{
        width: 80px;
    }
    .featurebox p {
        font-size: 16px;
        margin-top: 10px;
        color: #332c2c;
    }
    /* End of features section  */

    /* start home about section  */
    .home-intro{
        position: relative;
    }
    .homebox{
        background: #f5f5dc;
        border-radius: 20px;
        box-shadow: 0px 0px 13px 9px #453d3d5c;
    }
    .homboxinner{
        padding: 10%;
    }

    .pepper1 {
        left: 0;
        bottom: 0px;
    }
    
    .pepper3 {
        right: 0;
        top: -50px;
    }
    
    .absolute {
        position: absolute;
    }
    
    .pepper3,
    .pepper1,
    .jautri,
    .coriender-onion,
    .wafer-right1,
    .tez-patta,
    .leaf1 {
        /* animation: prop 5s linear infinite; */
        animation-name: prop;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: none;
        animation-play-state: running;
    }
    
    .pepper3 {
        animation-duration: 5s;
    }
    
    .pepper1 {
        animation-duration: 6s;
        width: 12%;
    }
    
    
    /**animation**/
    
    @keyframes prop {
        0% {
            transform: translateY(-20px);
        }
        50% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(-20px);
        }
    }
    
    
    /* End of home about section  */


    
/* .home product slider section  */

.hp-all-product-container {
    padding: 100px 0px;
    overflow: hidden;
    position: relative;
}

.hp-all-product-container:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../img/bg-hp-all-product-container.png);
    background-repeat: no-repeat;
    background-position: center center;
    animation: spin 150s linear infinite;
    z-index: -1;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.homeproductSec {
    /* background: linear-gradient(45deg, #51cce2, #3369e7); */
}

.screenshot_slider {
    height: 598px;
}

.owl-item .item {
    transform: translate3d(0, 0, 0);
    /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
    margin: 50px 0;
    /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item img {
    /* -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); */
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.6);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1);
}

.screenshot_slider .owl-item.center .item img {}

.screenshot_slider .owl-nav {
    text-align: center;
    position: absolute;
    top: 46%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}

.pinner {
    position: relative;
}

.circle {
    position: absolute;
    content: "";
    max-width: 500px;
    max-height: 500px;
    top: 50%;
    left: 50%;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: all 0.9s;
}

.homeproductSec .text {
    text-align: center;
    margin-top: -104px;
    transition: all 0.9s;
}

.homeproductSec .text h3 {
    font-size: 20px;
    font-weight: bold;
}

.screenshot_slider .owl-item.center .circle {
    width: 415px;
    height: 415px;
    transition: all 0.9s;
}

.screenshot_slider .owl-item.center .text {
    margin-top: 20px;
    transition: all 0.9s;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #e3ae78;
    padding: 7px 8px !important;
    border-radius: 20px;
    color: #f5f5dc !important;
    /* margin-left: 240px; */
    outline: 0;
}


/* End of  product slider section  */

.fixedimg{
    max-width: 100%;
    height: auto;
}

.mainbox{
    display: flex;
    align-items: center;
    height: 100%;
    background: #e3ae78;
    background: linear-gradient(135deg, #e3ae78 0%, #f5f5dc 100%);
    color: #312f2f;
    padding: 25px;
}

.mainbox h1 {
    font-weight: bold;
}
.mainbox h5 {
    font-weight: bold;
    line-height: 20px;
    font-size: 12px;
}



/* Whatsapp Start*/

.whatsapp {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translateX(100px); */
    animation: whatsapp 1s ease 2s forwards;
}

.wht-img {
    width: 55px;
}

/* @keyframes whatsapp {
    0% {
        transform: translateX(100px)
    }
    100% {
        transform: translateX(0px)
    }
} */

.whatsapp:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}

.whatsapp:after {
    content: '';
    background: rgba(38, 25, 17, 0.7);
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: -2;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    animation: whatsapp-after 1s ease infinite;
}

@keyframes whatsapp-after {
    0% {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        left: -50%;
        right: -50%;
        opacity: 0
    }
}

@media screen and (max-width: 768px) {
    .whatsapp {
        bottom: 20px;
        right: 24px;
    }
}


/* Whatsapp End*/


/* start reciepes section  */

.recipes {
    display: block;
    background: #fff;
    position: relative;
    padding-top: 100px;
}
.recipes:before {
    content: '';
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/recipe-bg.jpg) no-repeat;
    background-size: cover;
}
.recipewrapper {
    background: #fff;
    padding: 20px 5px;
}
.recipestitle h1 {
    text-align: center;
    font-size: 80px;
    color: #fff;
}
.recipesbox {
    position: relative;
}
.vid-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recipeimg {
    position: relative;
}
.recipeimg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);

}
.recipestitle img{
    margin: auto;
}
.vid-icon img {
    width: 85px;
}
.recipesbox h4{
    font-size: 20px;
    color: #040404;
    text-align: center;

}
.recipewrapper a{
    color: #040404;
    text-align: center;
}
.recipewrapper a:hover .recipeinfo{
    background: #066889;
}
.recipewrapper a:hover .recipeinfo h4{
   color: #fff;
}
/* End reciepes section  */



/* start block qotes section  */

.blockquote-wrapper {
    display: flex;
}


/* Blockquote main style */

.blockquote {
    position: relative;
    align-self: center;
}


/* Blockquote header */

.blockquote .blockbox {
    position: relative;
    /* for pseudos */
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 4px;
    border-radius: 20px;
    padding: 25px;
}


/* Blockquote right double quotes */

.blockquote .blockbox:after {
    content: "";
    position: absolute;
    border: 4px solid #ffffff;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 65px;
    bottom: -65px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote .blockbox:before {
    content: "";
    position: absolute;
    width: 80px;
    border: 7px solid #000000;
    bottom: -4px;
    left: 50px;
    z-index: 2;
}

.blockbox p {
    color: #fff;
    font-family: 'Tangerine', cursive;
    font-size: 54px;
    line-height: 44px;
}


/* increase header size after 600px */

@media all and (min-width: 600px) {
    .blockquote .blockbox {
        font-size: 2rem;
        line-height: 1.2;
    }
}


/* Blockquote subheader */

.blockquotesSec {
    background: url(../img/black-friday-13.gif) repeat ;
   
}


.highlight {
    color: #f37f1c;
    font-size: 20px;
}


/* End of block qotes section  */

.service-section .icon-box {
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 65px;
	background-color: #eaebeb;
}
.service-section .icon-box:hover .service-title a {
	color: #41A1FD;
}
.service-section .icon-box .service-icon {
	float: left;
	color: #e2af7a;
	font-size: 40px;
	position: relative;
	top: -7px;
}
.service-section .icon-box .service-title {
	margin-left: 70px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.2;
}
.service-section .icon-box .service-title a {
	color: #556270;
	transition: 0.3s;
	text-decoration: none;
}
.service-section .icon-box .service-para {
	margin-left: 62px;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 0;
}
.service-section .service-main-heading {
	color: #556270;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1;
	font-size: 60px;
	font-weight: 600;
}

/* start history section  */
    .historysec{
        background: url(../img/pattern1.jpg) repeat;
        position: relative;
        background-size: 250px;
    }
   

.timeline-container {
    display: flex;
    justify-content: center;
   
  }
  .timeline-container .vertical-scrollable-timeline {
    width: 100%;
    list-style-type: none;
    position: relative;
    max-width: 800px;
  }
  .timeline-container .vertical-scrollable-timeline .list-progress {
    width: 8px;
    height: 100%;
    background-color: #e3ae78;
    position: absolute;
    left: 48px;
    top: 0;
    overflow: hidden;
  }
  .timeline-container .vertical-scrollable-timeline .list-progress .inner {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #c5c3cb;
    width: 100%;
  }
  .timeline-container .vertical-scrollable-timeline li {
    position: relative;
    padding: 9px 0px 106px 158px;
  }
  .timeline-container .vertical-scrollable-timeline li:last-child {
    margin-bottom: 0;
  }
  .timeline-container .vertical-scrollable-timeline li h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #181717;
    margin-top: 0;
  }
  .timeline-container .vertical-scrollable-timeline li p {
    line-height: 1.5;
    color: #141414;
  }
  .timeline-container .vertical-scrollable-timeline li p:last-child {
    margin-bottom: 0;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c5c3cb;
    border-radius: 50%;
    z-index: 1;
    transition: 0.4s all;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    position: absolute;
    background-color: #c5c3cb;
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s all;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder i {
    font-size: 49px;
    color: #fff;
  }
  .timeline-container .vertical-scrollable-timeline li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: transparent;
    left: 48px;
    z-index: 0;
  }
  .timeline-container .vertical-scrollable-timeline li:last-child::before {
    width: 58px;
    left: 48px;
    background-color: #dfdbce;
  }
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder {
    background-color: #e3ae78;
  }
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
    background-color: #e3ae78;
  }
/* End of history section  */

.p-details ul li {
    border: 1px solid #000;
    border-bottom: 0;
    padding: 5px 10px;
}
.p-details ul li:last-child {
    border-bottom: 1px solid #000;
}
.p-details ul li b{
    background: #ccc;
    display: inline-block;
    padding: 3px 13px;
    min-width: 144px;
}

ul.useslist li b {
    color: #fff;
    color: #a5713d;
    text-decoration: underline;
}


/* start light gallery section */

.lg-imgbox {
    position: relative;
    /* border: 1px solid #8cae3d; */
    box-shadow: 0px 0px 3px 1px #22222275;
    border-radius: 25px;
}

.lg-imgbox img {
    border-radius: 25px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.demo-gallery-poster {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgb(164 126 88 / 63%);
    opacity: 0;
    transition: all 0.6s;
    border-radius: 25px;
}

.demo-gallery-poster h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 38px;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 7px 9px;
    outline: 0;
}

.ourProtfolio a:hover .demo-gallery-poster {
    opacity: 1;
    transition: all 0.6s;
}


/* End of light gallery section */

/* start recipes page section  */
.recipessec {
    background: #fcf9f5;
}

.recipebox .recipeimg2 img {
    border-radius: 20px;
    transition: all .2s ease-in-out;
    object-fit: cover;
    height: 300px;
    width: 100%;
}
.recipebox3{
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 14px 5px #ccc;
}
.recipebox3 img{
    object-fit: cover;
    height: 400px;
    width: 100%;
    border-radius: 20px;
}
.recipebox:hover .recipeimg2 img{
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}
.recipeimg2 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 256px;
}

.recipebox {
    border-radius: 20px;
    box-shadow: 0px 0px 14px 5px #ccc;
    margin-bottom: 30px;
}

.recipeinfo {
    padding: 18px;
    background: #e0b283 url(../img/logoicon.png) no-repeat;
    background-size: 80px;
    background-position: bottom right;
}

.recipebox a {
    color: #000;
}
.recipebox a:hover .recipeinfo {
    background: #3b93b7 url(../img/logoicon0.png) no-repeat;
    background-size: 80px;
    background-position: bottom right;
} 
.recipebox a:hover, .recipebox a:hover .recipeinfo h5 { 
    color: #fff;
} 
.ingredients ul {
    /* columns: 2; */
    /* -webkit-columns: 2; */
    -moz-columns: 2;
}
.ingredients ul li{
    padding-left: 32px;
    position: relative;
    margin-bottom: 6px;
}
.ingredients ul li:before{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-rendering: auto;
    position: absolute;
    top: 2px;
    left: 0px;
    color: #e0b283;
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
.recipewrapper{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fcf9f5;
    color: #000;
    padding: 35px;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #f8eee0;
    border-radius: 4px;
}
.recipetitle {
    font-size: 27px;
    margin: 50px 0;
    margin-top: 0;
}
.ingredients {
    padding-bottom: 30px;
    /* border-bottom: 1px solid #ebebeb; */
}
ul.recipe-instructions {
    margin: 0px;
    list-style-type: none;
}
ul.recipe-instructions li {
    position: relative;
    margin: 0;
    padding-left: 65px;
    list-style-type: none !important;
    counter-increment: step-counter;
    font-size: 16px;
    margin-bottom: 30px;
}
ul.recipe-instructions li::before {
    top: 1px;
    left: 0;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #e0b283;
    content: counter(step-counter);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    position: absolute;
}
.methodsec {
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
    padding-top: 50px;
}
/* End  recipes page section  */