@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap');
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
}
h1{
font-family: "Akshar", sans-serif;
font-size: 57px;
font-weight: 700;
line-height: 63px;
color: #523B33;
}
h1 span{
color: #E9853A;
}
h2{
font-family: "Akshar", sans-serif;
font-size: 40px;
font-weight: 600;
line-height: 45px;
color: #523B33;
}
h2 span{
color: #E9853A;
}
h3{
font-family: "Akshar", sans-serif;
font-size: 32px;
font-weight: 600;
line-height: 33px;
color: #523B33;
}
h4 {
font-family: "Akshar", sans-serif;
font-size: 23px;
font-weight: 600;
line-height: 28px;
color: #523B33;
margin-bottom: 10px;
}
h5 {
font-family: "Akshar", sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 24px;
color: #523B33;
margin-bottom: 10px;
}
body{
font-family: "Roboto", serif;
font-size: 16px;
font-weight: 300;
color: #000;
}
 a:hover, a.blog-column h5:hover {
    color: #f38433;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    z-index: 9;
}
.header-top {
display: flex;
align-items: center;
justify-content: space-between;
}
.navigation ul {
display: flex;
align-items: center;
margin: 0;
padding: 0;
}
.navigation ul li{
list-style: none;
}
.navigation ul li a {
color: #523B33;
font-size: 17px;
font-weight: 500;
font-family: "Roboto", serif;
padding: 10px 15px;
}
.navigation ul.sub-menu {
    display: none;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    top: 100%;
    z-index: 9;
    min-width: 550px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 0px;
}
.navigation ul.sub-menu li a {
    padding:3px 0px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}
li.parent-menu {
    position: relative;
}
.navigation ul li a:hover {
    color: #e9853a;
}
li.parent-menu:hover > ul.sub-menu {
display: flex;
}
li.parent-menu > a:after {
    content: "";
    background: transparent;
    width: 9px;
    height: 9px;
    display: inline-block;
    border-right: 2px solid #523B33;
    border-bottom: 2px solid #523B33;
    transform: rotate(45deg);
    margin-top: -3px;
}
li.parent-menu > a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.navigation ul.sub-menu > li {
    width: 33.33%;
    padding: 0px 15px;
    padding-bottom: 15px;
}
.navigation ul.sub-menu > li > a {
    border-bottom: 1px solid #523b332e;
    font-size: 17px;
}
.navigation ul.sub-menu li ul {
    display: inline-block;
    width: 100%;
    padding-top: 8px;
}
a{
text-decoration: none;
}
ul{
padding: 0;
margin: 0;
}
li{
list-style: none;
}
a.btn {
font-size: 18px;
font-weight: 500;
padding: 10px 25px;
border-radius: 30px;
line-height: normal;
display: inline-block;
}
a.btn.empty-btn {
background: transparent;
min-width: 150px;
color: #E9853A;
border: 1px solid #E9853A;
}
a.btn.fill-btn {
background: #E9853A;
min-width: 217px;
color: #fff;
border: 1px solid #E9853A;
}
button.toggle-menu {
display: none;
}
a.btn.fill-btn:hover{
    background-color: transparent;
    color: #E9853A;
}
a.btn.empty-btn:hover{
    background: #E9853A;
    color: #fff;
}
.radius-10{
    border-radius:10px;
    overflow: hidden;
}
.radius-10 img, .radius-15 img, .radius-20 img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.radius-10:hover img, .radius-15:hover img, .radius-20:hover img{
   transform: scale(1.2);
}
.radius-15{
    border-radius:15px;
    overflow: hidden;
}
.radius-20{
    border-radius:20px;
    overflow: hidden;
}
.banner-section {
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 158px 0px 70px 0px;
}
img.banner-postion {
    position: absolute;
    right: 0px;
    bottom: 2px;
}
.banner-section .row {
    align-items: center;
}
.banner-section .item a.banner-slider-pic {
    width: 504px;
    height: 504px;
    border-radius: 50%;
    border: 3px solid #523B33;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin: 0 auto;
    display: inline-block;
    min-width: 504px;
}
.banner-section .item a.banner-slider-pic img {
    max-width: 100%;
}
.banner-section .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.banner-section button.owl-prev {
    display: block !IMPORTANT;
}
.banner-section button.owl-next, .banner-section button.owl-prev {
    left: auto;
    top: 82%;
    transform: none;
}
.banner-section button.owl-next {
    background-image: url(../images/banner-next.svg) !important;
    right: auto;
    left: 58%;
}


.banner-section .owl-dots button.owl-dot {
    width: 5px;
    height: 5px;
    background: #523B33;
    border-radius: 50%;
}
.banner-section .owl-dots button.owl-dot.active {
    width: 5px;
    height: 49px;
    border-radius: 10px;
}
.banner-section .owl-dots {
    position: absolute;
    top: 45%;
    display: flex;
    flex-direction: column;
    left: -60px;
    gap: 9px;
    transform: translateY(-50%);
}
.owl-carousel.product-detail-owl.owl-loaded.owl-drag {
    position: static;
}

.banner-section button.owl-thumb-item {
    background: transparent;
    border: none;
    border-radius: 15px;
    min-width: 113px;
    min-height: 155px;
    padding: 14px 14px 14px 8px;
    max-width: 112px;
}
.banner-section button.owl-thumb-item span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-top: 7px;
}
.banner-section button.owl-thumb-item.active{
    background-color: #fff;
}
.banner-section button.owl-thumb-item img {
    mix-blend-mode: darken;
}
.banner-section .owl-thumbs {
    display: flex;
    margin-top: 50px;
    margin-left: 102px;
    position: relative;
    max-width: 590px;
    justify-content: space-between;
}
.cd__main{
   position: relative;
   min-height: 100vh;
}
body  { overflow-x: hidden;
  overflow-y: scroll; width: 100%; background-color: transparent !important;  }
.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.scroll-container {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
}
.content { width: 100%; }

.who-we-are {
padding: 52px 0px 30px 0px;
}
.break-time .container, .who-we-are .container{
position: relative;
}
.break-time .row, .who-we-are .row {
align-items: center;
}
.who-we-are .container::after {
content: "";
background-image: url(../images/who-we-flower.png);
position: absolute;
width: 150px;
left: 96%;
height: 230px;
background-repeat: no-repeat;
top: 0;
z-index: -1;
}

.break-time {
padding-bottom: 45px;
position: relative;
}
/* img.break-time-right {
    position: absolute;
    right: 0px;
    bottom: -15px;
}
img.break-time-left {
    position: absolute;
    left: -58px;
    bottom: 32px;
} */
.break--left, .break--right, .it--left, .it--right{
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    transition: width 0.3s ease-out;
    position: absolute;
    text-align: center;
} 
.break--left {
    left: -58px;
    bottom: 32px;
}
.break--right{
    left: auto;
    right: 0px;
    bottom: -15px;
}
.it--right {
    right: 0px;
    bottom: 0px;
}
.it--left {
    left: 0;
    bottom: 0;
}
.services {
text-align: center;
background-image: url(../images/service-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 56px 0px 70px 0px;
}
.services h2 {
margin: 0;
}
span.heading-bottom {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
span.heading-bottom:after, span.heading-bottom:before {
content: "";
border-bottom: 1px solid #000;
display: inline-block;
width: 74px;
}
.services .row {
padding-top: 56px;
}
.service-pic {
min-height: 213px;
display: flex;
align-items: center;
justify-content: center;
}
.service-col:hover img {
    transform: translateY(-10px);
}
.service-pic img {
    transition: 0.3s;
    max-width: 100%;
}
.benefits {
background-image: url(../images/benefit-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 54px 0px 235px 0px;
}
.benefits .row{
align-items: center;
}
.benefits h2 {
margin-bottom: 28px;
}
.benefits h4 {
font-size: 25px;
font-weight: 400;
margin: 0;
}
.benefits p {
margin-bottom: 32px;
}
.how-it-work {
padding: 70px 0px;
background-image: url(../images/work-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
position: relative;
}

/* img.it-work-left {
    position: absolute;
    left: 0;
    bottom: 0;
}
img.it-work-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
} */
.how-it-work .row {
align-items: center;
}
.col-md-4.text-left {
text-align: left;
}
.col-md-4.right-text {
text-align: right;
}
.work-heading h4 {
font-size: 25px;
font-weight: 500;
color: #523B33;
margin: 0;
}
.work-step {
display: flex;
align-items: center;
gap: 16px;
padding-bottom: 34px;
}
.work-heading p {
color: #212121;
margin: 0;
}
.work-counter span {
font-size: 25px;
font-weight: 700;
color: #E9853A;
border: 1px solid #E9853A;
border-radius: 50%;
width: 68px;
height: 68px;
display: flex;
align-items: center;
justify-content: center;
font-family: "Akshar", sans-serif;
}
.work-pic img {
max-width: 100%;
}
.testimonial {
background-size: cover;
background-image: url(../images/testimonial-bg.jpg);
padding: 70px 0px 149px 0px;
background-position: center;
position: relative;
}
img.testimonial-flower {
position: absolute;
right: 0px;
top: 40px;
}
.testimonial .container {
position: relative;
}
.testimonial h2 {
margin-bottom: 21px;
}
.testimonial-banner {
position: relative;
}
img.tetimonial-pic-2{
position: absolute;
right: 18px;
bottom: -35px;
}
img.quote-pic {
position: absolute;
right: 0px;
top: -20px;
}
.testimonial .items {
background: antiquewhite;
padding: 30px 28px;
border-radius: 15px;
}
img.tetimonial-pic-1{
    border-radius: 15px;
}
.testimonial .items p {
line-height: 25px;
}
.profile-pic img {
border: 2px solid #E9853A;
border-radius: 50%;
width: 73px  !important;
height: 73px !important;
}
span.rating {
display: flex;
}
span.rating img {
width: auto ! IMPORTANT;
}
.profile {
display: flex;
align-items: center;
gap: 18px;
}
.testimonial button.owl-next {
left: 100%;
right: auto;
}
.brands {
background: #ffffff;
padding: 13px 50px 3px 30px;
border-radius: 100px;
box-shadow: 0px 0px 34px rgb(0 0 0 / 10%);
margin-bottom: -40px;
position: relative;
margin-top: -66px;
}
.brands .row {
align-items: center;
}
.brands img {
max-width: 90px;
width: auto !important;
margin: 0 auto;
}
button.owl-next {
position: absolute;
right: -15px;
top: 50%;
transform: translateY(-50%);
}
button.owl-next {
background-image: url(../images/next-owl.svg) !important;
width: 40px;
height: 40px;
background-position: center !IMPORTANT;
margin: 0px !important;
}
button.owl-next:hover {
    background-color: transparent !important;
}
button.owl-next span, button.owl-prev span {
font-size: 0;
}
button.owl-prev {
display: none !important;
position: absolute;
left: -15px;
top: 50%;
transform: translateY(-50%);
background-image: url(../images/prev-owl.svg) !important;
width: 40px;
height: 40px;
background-position: center !IMPORTANT;
margin: 0px !important
}
.owl-theme .owl-nav{
margin: 0px !important;
}
.shedule-section {
text-align: center;
background-image: url(../images/shedule-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 65px 0px;
}
.shedule-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
}
.bg-1 {
background-image: url(../images/bg-1.jpg);
background-size: cover;
background-repeat: no-repeat;
margin-bottom: -20px;
}
.enquiry-form {
max-width: 989px;
margin: 0 auto;
border-radius: 20px;
padding: 40px 65px 61px 65px;
background-image: url(../images/enquiry-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
top: -40px;
}
.fieldset {
display: flex;
align-items: center;
gap: 18px;
}
.field {
padding-bottom: 24px;
width: 100%;
}
.field input, .field select, .field textarea {
width: 100%;
border: none;
background: transparent;
outline: none;
border-bottom: 1px solid #656565;
color: #565656;
min-height: 51px;
font-size: 15px;
font-weight: 500;
}
.field input::placeholder, .field select::placeholder, .field textarea::placeholder {
color: #565656;
}
.heading-top-section {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 24px;
}
.heading-top-section h2 {
margin: 0;
}
span.heding-top {
font-size: 24px;
color: #E9853A;
text-transform: uppercase;
line-height: 45px;
margin-bottom: -5px;
display: inline-block;
font-family: "Akshar", sans-serif;
}
.blog-section {
padding: 34px 0px 80px 0px;
}
.blog-pic {
border-radius: 15px;
overflow: hidden;
}
.blog-pic:hover img {
transform: scale(1.1);
}
.blog-pic img {
transition: 0.4s;
width: 100%;
height: 100%;
}
a.blog-column h5 {
padding-top: 12px;
color: #523B33;
}
a.link-btn {
font-size: 16px;
font-weight: 500;
color: #E9853A;
}

footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
footer h4{
margin-bottom: 32px;
}
.footer-top {
padding: 60px 0px 37px 0px;
}
footer p, footer a {
color: #141414;
}
.footer-top li a {
padding: 4px 0px;
display: inline-block;
width: 100%;
}
.footer-contact {
display: flex;
gap: 10px;
padding-bottom: 15px;
}
a.footer-logo {
display: inline-block;
padding-bottom: 22px;
}
.footer-contact p {
margin: 0;
}
.footer-bottom {
background-color: #523B33;
color: #fff;
padding: 10px 0px;
}
.copywrite {
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-social {
display: flex;
align-items: center;
gap: 15px;
}
.copywrite span {
font-size: 15px;
font-weight: 400;
}



/*************************************
***************contact us***************
*************************************/
.contact-page {
    background-image: url(../images/contact-bg.jpg);
    padding: 170px 0px 240px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -10px;
}
.contact-page h2, .contact-page span.heding-top {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.contact-links {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 750px;
    margin: 0 auto;
    padding: 35px 0px 32px 0px;
    position: relative;
}
.contact-links:after {
    border-right: 1px solid #000;
    content: "";
    display: inline-block;
    width: 1px;
    height: 46px;
    position: absolute;
    left: 58%;
    text-align: center;
}
.contact-connect {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 53%;
}
.contact-connect a, .contact-connect p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    color: #141414;
    width: 50%;
}
.contact-connect p {
    width: 100%;
    padding-top: 8px;
}
span.contact-social {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto;
}
span.contact-social p {
  margin: 0;
}
.contact-page .enquiry-form {
    top: 0;
}

.contact-page .enquiry-form h2, .contact-page .enquiry-form span{
    text-align: left;
}

.map iframe {
    width: 100%;
}

/**************************************
****************About us******************
*************************************/
.story-pic img {
    max-width: 100%;
}
a.tea-option-col {
    color: #000;
    background-color: #F2F2F2;
    display: inline-block;
    border-radius: 10px;
}
.about-banner {
    position: relative;
}
.about-banner img {
    width: 100%;
}
.about-banner .container {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
.our-story {
    padding: 61px 0px;
}
.our-story .row {
    align-items: center;
}
.our-story h2 {
    margin: 0;
    padding-bottom: 30px;
}
.story-step {
    display: flex;
    align-items: center;
    gap: 19px;
    padding-top: 15px;
}
.story-step-pic {
    min-width: 76px;
    text-align: center;
}
.story-step h4, .story-step p {
    margin: 0;
}
.story-step h4 {
    font-size: 25px;
}
.story-pic {
    text-align: center;
}
.process-section {
    position: relative;
}
.process-section:before {
    background-image: url(../images/process-tea-pic.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 230px;
    display: inline-block;
    background-size: 100%;
}
.our-tea-option {
    text-align: center;
    padding: 43px 0px 150px 0px;
}
.tea-option-content {
    padding: 30px 30px 15px 30px;
}
.tea-option-banner {
    background-image: url(../images/tea-option-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}
.tea-option-banner a, .tea-option-banner h3 {
    color: #fff;
}
.tea-option-banner h3 {
    font-size: 29px;
    font-weight: 600;
}
.our-tea-option .row {
    row-gap: 21px;
    text-align: left;
    padding-top: 43px;
}
/**************************************
****************blog******************
*************************************/

.blog-banner .container {
    top: 58%;
    transform: none;
}
.about-banner h2{
    color: #fff;
}
.blog-list {
    padding: 75px 0px 90px 0px;
    background-image: url(../images/blog-page-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sidebar-banner {
    background-image: url(../images/sidebar-banner.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    margin-top: 19px;
    padding: 33px;
    max-width: 294px;
}
.fields {
    border-radius: 45px;
    border: 1px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 10px 25px;
    margin-bottom: 20px;
    background-color: #fff;
}
.fields input, .fields select {
    width: 100%;
    border: none;
    outline: none;
    height: 100%;
    padding: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.sidebar-banner h4{
    color: #fff;
}
.sidebar-banner a.btn {
    background: #fff;
    font-size: 16px;
}
.blog-sidebar h5 {
    font-weight: 600;
}
.blog-sidebar ul li {
    border-left: 2px solid #D9D9D9;
    padding-left: 14px;
}
.blog-sidebar ul li a {
    color: #000;
    padding: 5px 0px;
    display: inline-block;
    width: 100%;
}
.blog-sidebar ul li.active{
    border-color: #000;
}
.blog-sidebar ul li.active a {
    font-weight: 600;
}
span.ads {
    color: #523B33;
    font-size: 15px;
    background: rgb(255 230 212 / 92%);
    border-radius: 5px;
    padding: 3px 10px;
    min-width: 77px;
    display: inline-block;
    text-align: center;
    margin: 20px 0px 11px 0px;
    font-weight: 400;
}
.blog-content h5 {
    font-weight: 600;
   margin-bottom: 8px;
    line-height: 28px;
}
.profile span {
    font-size: 15px;
    font-weight: 500;
    color: #523B33;
}
.profile-reviewer p {
    margin: 0;
}
.blog-main {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 24px;
    padding-bottom: 30px;
}
.blog-main .profile {
    gap: 7px;
}
.blog-main .profile-pic img {
    border: none;
    width: 36px  !important;
    height: 36px !important;
}
.blog-main .col-md-7, .blog-main .col-md-5 {
    margin-bottom: 50px;
}
.blog-main .col-md-6 {
    padding-bottom: 40px;
}
.blog-main a {
    color: #000;
}
.blog-main .row {
    align-items: center;
}
.pagination {
    gap: 30px;
    justify-content: center;
    position: relative;
}
.pagination:after {
    content: "";
    border-right: 1px solid #A5A5A5;
    position: absolute;
    left: 50%;
    height: 30px;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.pagination a {
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}
.work-pic img {
    animation: rotate 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  @keyframes rotate {
    to {
      transform: rotate(360deg);
    }
  }
 
  .col-md-4.lefts-text  {
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}
  /********************************************
  ****************FAQ page*********************
  ********************************************/
.faq-page .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0 !important;
}
.faq-page .accordion-button {
    background-color: transparent;
    padding: 10px 0px;
    font-family: "Akshar", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #523B33;
}
.faq-page .accordion-button:not(.collapsed) {
    color: #523B33;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #000;
}
.faq-page .accordion-button:focus {
    box-shadow: none;
}
.faq-page .accordion-body {
    padding: 15px 0px;
}
.faq-page .accordion-button::after {
    content: "+";
    background: no-repeat;
    padding: 0;
    border: 2px solid #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    line-height: 23px;
    font-size: 22px;
}
.faq-page .accordion-button:not(.collapsed)::after {
    content: "-";
    background: no-repeat;
    transform: rotate(0deg);
}

/************************************
***************blog detail**********
************************************/
.blog-detail .profile-pic img {
    width: 36px !important;
    height: 36px !important;
    border: none;
}
.blog-detail .profile {
    gap: 10px;
}
.blog-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.blog-post span.date img {
    max-width: 21px;
}
.blog-post span.date {
    font-size: 15px;
    font-weight: 500;
    color: #a1a1a1;
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-detail-pic {
    border-radius: 10px;
    overflow: hidden;
}
.blog-detail-pic img {
   width: 100%;
}
.blog-pic-row {
    display: flex;
    align-items: center;
    gap: 15px;
}
.blog-detail h3 {
    padding-top: 20px;
}
.service-col h4 a {
    color: #523B33;
}
.what-we-section {
    padding-bottom: 100px;
}
.what-we-section:after, .Snecks-section:after, .coffee-bg:after {
    content: "";
    background-image: url(../images/service-png.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0px;
    display: inline-block;
    width: 250px;
    height: 250px;
    opacity: 0.7;
    background-size: 320px;
}
.Snecks-section:after {
    background-image: url(../images/Snacks-png.png);
    width: 380px;
    height: 251px;
    background-size: 380px;
}
.coffee-bg:after {
    background-image: url(../images/liquid-coffee.png);
    width: 321px;
    height: 144px;
    opacity: 0.5;
}






  
  
  .sectionClass {
    position: relative;
  }
  
  .how-it-work-page .row {
    width: 980px;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  
  .fullWidth {
    width: 100%;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
  }
  /********************************/
  /*  SECTION WORK EXPERIENCE
  ********************************/
  
  .cbp_tmtimeline {
    margin: 60px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  
  .cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 7%;
    bottom: 0;
    width: 10px;
    background: #8a6c61;
    left: 50%;
    height: 86%;
    transform: translateX(-50%);
}
  
  .cbp_tmtimeline li:last-child:before {
    content: initial;
  }
  
  .cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
  }
  
  .cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
  }
  
  .cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #bdd0db;
  }
  
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.9em;
    color: #3594cb;
  }
  
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #6cbfee;
  }
  
  .cbp_tmtimeline > li .cbp_tmlabel {
    min-height: auto;
    margin: 0;
    border: 1px solid #e9853a;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    text-align: left;
    max-width: 400px;
}
  
  /* .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #2B3A48;
  } */

  .cbp_tmtimeline > li .cbp_tmlabel:after {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #e9853a;
    border-width: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.cbp_tmlabel.wow.fadeInRight.animated.ml-auto:after {
    border-right-color: #e9853a;
    border-left-color: transparent;
    left: auto;
    right: 100%;
}
  
  /* .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #2B3A48;
  } */
  
  .cbp_tmtimeline > li .cbp_tmicon {
    width: 68px;
    height: 68px;
    top: 50%;
    position: absolute;
    color: #ffffff;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #E9853A;
    margin: 0;
}
.cbp_tmtimeline > li .cbp_tmicon span {
    font-size: 25px;
    font-weight: 700;
    color: #E9853A;
    font-family: "Akshar", sans-serif;
}
  
.cbp_tmtimeline li {
    margin-bottom: 10px;
    position: relative;
}
  
  .sectionClassProject {
    position: relative;
    display: block;
    /* background: #f7f7f7; */
    
    margin: 0 auto;
    padding: 80px 1.875em 3.125em;
  }
  
  .cbp_tmicon img {
    width: 100%;
  }
  
  .faPra {
    font: normal normal normal 14px/1 FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    font-size: 70px;
    color: #e9853a;
}
  
  .label {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    color: #FFFFFF;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    padding: 5px 15px;
  }
  
  

  
  .about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
  }
  
  

  
  .authorWindow{
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .authorWindowWrapper{
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
  }
  
  .trans{
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .ml-auto {
    margin-left: auto !important;
}
  @media screen and (max-width: 768px) {
      .authorWindow{
           width: 210px;
      }
  
      .authorWindowWrapper{
               bottom: -170px;
    margin-bottom: 20px;
      }
  
      footer p{
            font-size: 14px;
      }
  }
  .text-left{
      text-align:left;
  }