:root {
    --body-font: "alegreya", serif;
    --heading-font: "righteous", serif;
    --theme-color: #8C181D;
    --theme-color2: #BCB08E;
    --theme-bg-light: #F6F6F6;
    --theme-color-light: rgba(245, 182, 81, .1);
    --theme-color-light2: rgb(216 212 174);
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #1E232A;
    --color-green: #15D4C9;
    --color-blue: #0049D0;
    --color-skyblue: #00BFFF;
    --color-yellow: #FBA707;
    --color-gray: #ECECEC;
    --color-red: #F05454;
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.15);
    --border-white-color2: rgba(255, 255, 255, 0.3);
    --footer-bg: #141414;
    --footer-text-color: #F5FAFF;
}
body {
    font-family: var(--body-font);
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: var(--body-text-color);
    line-height: 1.8;
    background: unset;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--color-dark);
    margin: 0px;
    font-weight: 500;
    font-family: var(--heading-font);
    line-height: 1.2;
}
.qc-whatsapp-wave-icon {
    bottom: -10px !important;
    left: 38px !important;
}
.bg-overlay:after {
    background: unset;
}
#home-slider .teashop-btn {
    display: none;
}
#home-slider .social-icons {
    display: none;
}
.nav.navbar-nav li a {
    color: var(--color-dark);
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 400;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: var(--theme-color2);
    background: unset;
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
    color: var(--theme-color2);
}
.phone, .mail {
    color: var(--color-white);
    font-size: 18px;
    font-family: var(--body-font);
}
.navbar-nav {
    margin-top: 20px;
}
h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
    color: var(--color-white);
}
.ScrollToTop a {
    border: 1px solid var(--theme-color2);
    color: var(--theme-color2);
}
.ScrollToTop a:hover {
    background: var(--theme-color);
}
a:hover {
  color: var(--color-blue);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*---header---*/

.header-top {
    background: var(--theme-color);
}
.header-top i.fa {
    color: var(--theme-color2);
}
.navigation-area .navbar-collapse .dropdown_menu li a {
    padding: 8px !important;
    font-size: 14px !important;
    color: var(--theme-color2);
}
.dropdown_menu li {
    width: 280px;
    border: 1px solid;
    margin: 3px 3px;
}
.dropdown_menu {
    background-color: var(--footer-bg);
    width: 1162px;
    left: -560px !important;
    padding: 10px;
}
.navigation-area .navbar-collapse .dropdown_menu li:hover {
    background: var(--theme-color);
}
.navigation-area .navbar-collapse .dropdown_menu li:hover a {
    color: var(--footer-text-color);
}

/*------------------  breadcrumb  -------------------------*/

.section-top {
    position: relative;
    background-image: url(../../images/images/new_images/others/breadcrumb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 64px 0;
    z-index: 0;
    /* background: #000; */
}
.about_title, .product_title, .gallery_title, .contact_title, .services_title {
    color: var(--theme-color);
    font-size: 35px;
    font-family: var(--heading-font);
    font-weight: 400;
    text-align: initial;
    margin-left: 100px;
}

/*---footer---*/

#qcfooter-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/images/new_images/others/footerbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .15;
    z-index: -1;
}
.footer-content p i {
    background: var(--color-white);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 30px;
    margin-right: 5px;
    color: var(--theme-color);
}
.footer-content p strong {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
}
.footer-content .quicklinks li a:hover {
    color: var(--theme-color);
}

/*QC FOOTER STYLE START*/
#qcfooter-block {
    padding: 40px 0px;
    background: var(--footer-bg);
    color: #fff;
    position: relative;
    z-index: 1;
}
#qcfooter-block h3 {
    font-size: 24px;
    color: var(--footer-text-color);
    margin-bottom: 20px;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {
    height: 60px;
    display: block;
    margin: 10px 0;
    display: none;
}
.footer-content .qc-brand img {height: 100%;}
.footer-content p {
    font-size: 16px;
    line-height: 30px;
    font-family: var(--body-font);
}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {
    padding: 5px 0px;
    display: block;
    color: #fff;
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 18px;
}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: var(--theme-color);
}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {
    padding: 10px 0;
    background: var(--theme-color);
    border-top: 1px solid #ddd;
}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/

/*=======================================================  home_page  ===============--=========================================*/

.pt-100 {
    padding-top: 100px;
}
.py-100 {
    padding: 100px 0;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.bg {
    background: var(--theme-bg-light);
}
.mt-3 {
    margin-top: 1rem!important;
}
.mt-40 {
    margin-top: 40px;
}
.mt-20 {
    margin-top: 20px;
}
.pb-100 {
    padding-bottom: 100px;
}
.mb-10 {
    margin-bottom: 10px;
}

/*====================
12. Theme button
======================*/

.theme-btn,
.theme-btn2 {
  font-size: 16px;
  color: var(--color-white);
  padding: 10px 20px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 50px 50px 0px 50px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: var(--theme-color);
  box-shadow: var(--box-shadow);
  z-index: 1;
}
.theme-btn::before,
.theme-btn2::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--theme-color2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.theme-btn:hover{
  color: var(--color-white);
}
.theme-btn:hover::before,
.theme-btn2:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.theme-btn i,
.theme-btn2 i{
  margin-left: 8px;
  transform: rotate(-40deg);
  transition: var(--transition2);
}
.theme-btn:hover i,
.theme-btn2:hover i{
  transform: rotate(0deg);
}
.theme-btn span,
.theme-btn2 span {
  margin-right: 5px;
}
.theme-btn2{
  background: var(--theme-color2);
  color: var(--color-white);
}
.theme-btn2::before {
  background: var(--theme-color);
}
.theme-btn2:hover{
  color: var(--color-white);
}

/*====================
11. Site title css
======================*/

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.site-title-tagline {
    display: inline-block;
    color: var(--theme-color);
    font-family: var(--body-font);
    text-transform: capitalize;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
    position: relative;
}
.site-title-tagline::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 50px;
  border: 1px solid var(--theme-color);
  border-radius: 50px;
  transform: translateX(-50%);
}
.site-title-tagline::after {
    content: "";
    position: absolute;
    left: 30%;
    bottom: -11px;
    width: 8px;
    height: 8px;
    background: var(--theme-color);
    transform: translateX(00%) rotate(0deg);
    animation: mover 3s infinite alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateX(20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateX(50px); }
}
.site-title-tagline.light{
  background: var(--color-white);
}
.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 48px;
  color: var(--color-dark);
  margin-bottom: 0;
}
.site-title span{
  color: var(--theme-color);
}
.site-heading p {
  margin-top: 15px;
}

/*-------------------------------------------------------  home_topcont  ------------------------------------------------------*/

/*====================
24. Feature css 
======================*/

.feature-area{
  position: relative;
}
.feature-negative{
  margin-top: -120px;
  z-index: 1;
}
.feature-item {
    background: var(--theme-color-light2);
    padding: 20px;
    border-radius: 100px 0px 100px 0px;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.feature-item::before{
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 0;
  border-bottom: 3px solid var(--theme-color);
  border-radius: 50px;
}
.feature-item .count {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 45px;
    line-height: 35px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px var(--theme-color);
    font-family: var(--heading-font);
}
.feature-icon{
  position: absolute;
  left: 0px;
  top: -30px;
  width: 90px;
  height: 90px;
  line-height: 68px;
  text-align: center;
  background: var(--theme-color);
  border: 8px solid var(--color-white);
  border-radius: 50px;
  margin-bottom: 18px;
  z-index: 1;
}
.feature-item:hover .feature-icon,.about-item:hover .icon,.counter-box:hover .icon,
.choose-item:hover .choose-item-icon,.hclientc-div:hover img,.blog-item:hover .blog-date {
    -webkit-animation-name: zoom-out-in;
    animation-name: zoom-out-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes zoom-out-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
.feature-icon img{
  width: 45px;
  filter: brightness(0) invert(1);
}
.feature-content{
  flex: 1;
  margin-top: 50px;
}
.feature-content h4{
  color: var(--color-dark);
}
.feature-content p{
  color: var(--color-dark);
  margin-top: 10px;
}

/*------------------------------------------------------  home_welcome  --------------------------------------------------*/

/* ===================
22. About css 
====================== */

.about-left{
  margin-right: 30px;
}
.about-img{
  position: relative;
}
.about-img img{
  border-radius: 100px 0 100px 0;
}
.about-img .img-2{
  border-radius: 100px 0 100px 0;
  margin-top: 55px;
}
.about-experience{
  background: var(--theme-color);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  border: 10px solid var(--color-white);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-experience::before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 2px dashed var(--color-white);
    border-radius: 100px;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.about-experience h5{
  color: var(--color-white);
  font-size: 40px;
  margin-top: 16px;
}
.about-experience p{
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.2;
}
.about-right {
  position: relative;
  display: block;
}
.about-content {
  margin-top: 25px;
  margin-bottom: 35px;
}
.about-item {
    display: flex;
    gap: 12px;
    background: var(--color-dark);
    padding: 15px 10px;
    border-radius: 50px 0 50px 0;
}
.about-item .icon{
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  background: var(--color-white);
  border-radius: 50px;
}
.about-item .icon img {
    width: 40px;
    filter: invert(11%) sepia(55%) saturate(4304%) hue-rotate(344deg) brightness(65%) contrast(96%);
}
.about-item .content{
  flex: 1;
}
.about-item .content h6 {
    color: var(--theme-color2);
    margin-bottom: 5px;
}
.about-item .content p {
    color: var(--footer-text-color);
}
.about-text{
  color: var(--body-text-color);
}

/*---------------------------------------------------------  home_label1  -------------------------------------------------*/

.mx-auto .site-heading {
    max-width: 700px;
    margin: 0 auto 50px;
}
.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-icon {
    align-items: center;
    gap: 10px;
    display: flex;
    margin-left: 15px;
}
.call-icon .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color2);
    color: #fff;
    font-size: 25px;
}
.call-icon .call-icon-ph .call-icon-title {
    margin: 0;
    color: var(--color-white);
    font-size: 18px;
    text-align: initial;
    line-height: 1;
}
.call-icon .call-icon-ph a {
    color: var(--footer-text-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
.call-icon .call-icon-ph a:hover {
    color: var(--theme-color2);
}
/* ===================
32. Cta css 
====================== */

.cta-area{
  position: relative;
}
.cta-wrap{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
} 
.cta-wrap::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark);
  opacity: .7;
  z-index: -1;
}
.cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 0px;
}
.cta-content h2{
  color: var(--color-white);
  text-transform: capitalize;
  font-size: 50px;
}
.cta-content h2 span{
  color: transparent;
  -webkit-text-stroke: 2px var(--color-white);
}
.cta-content p {
    color: var(--color-white);
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}

/*---------------------------------------------------  home_product  ----------------------------------------------------*/

/*====================
40. Blog css 
======================*/

.blog-area{
  position: relative;
}
.blog-item {
    padding: 20px 20px 20px 20px;
    transition: var(--transition);
    position: relative;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 60px 0;
    margin: 15px;
}
.blog-item-img{
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 50px 0;
}
.blog-item-img img {
  border-radius: 20px 20px 20px 0;
}
.blog-item:hover .blog-item-img img{
  transform: scale(1.1);
}
.blog-date {
    position: absolute;
    right: -10px;
    top: 30px;
    background: var(--theme-color2);
    color: var(--color-white);
    text-align: center;
    padding: 0px 15px;
    border-radius: 15px 15px 15px 0px;
    border: 4px solid var(--color-white);
    box-shadow: var(--box-shadow);
    z-index: 1;
}
.blog-date strong{
  display: block;
  font-size: 20px;
  font-weight: 800;
  margin-top: 4px;
  line-height: 1;
}
.blog-date span{
  font-weight: 500;
}
.blog-item-info {
  padding: 15px 0 0 0;
}
.blog-item-meta a{
  color: var(--color-dark);
}
.blog-item-meta a:hover {
  color: var(--theme-color);
}
.blog-title {
    font-size: 22px;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border-info-color);
    margin-bottom: 14px;
    padding: 0;
    padding-bottom: 14px;
}
.blog-item-info h4 a {
  color: var(--color-dark);
  font-weight: 600;
}
.blog-item-info h4 a:hover {
  color: var(--theme-color);
}
.blog-item-info p {
  margin-bottom: 16px;
}
.blog-item-info .theme-btn {
  margin-top: 10px;
}
.blog-area .lower-box {
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-left: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
}
.blog-area .lower-box .line{
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #ebe9ef;
}
.qc-slider-nav1 button.owl-prev {
    padding-right: 44px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--theme-color);
    background: transparent;
    border: unset;
}
.qc-slider-nav1 button.owl-prev::before {
    position: absolute;
    content: 'prev';
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-dark);
    top: 4px;
    right: 0px;
}
.qc-slider-nav1 button.owl-next {
    padding-left: 44px;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--theme-color);
    background: transparent;
    border: unset;
}
.qc-slider-nav1 button.owl-next::before {
    position: absolute;
    content: 'next';
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-dark);
    top: 4px;
    left: 0px;
}
.qc-slider-nav1 {
    position: relative;
    left: 0;
    top: 50px;
    z-index: 1;
    width: 200px;
}
.link-text-box a {
    color: var(--theme-color);
    font-family: var(--heading-font);
}

/*-------------------------------------------------  home_videosec  -----------------------------------------------*/

/* ===================
29. Video css 
====================== */

.video-area{
  position: relative;
}
.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 420px;
  border-radius: 100px 100px 100px 0px;
}
.video-content::before {
  content: "";
  position: absolute;
  background: var(--color-dark);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100px 100px 100px 0px;
  opacity: .1;
}
.video-content .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 991px) {
  .video-content {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 50px;
  }
  .video-content::before {
    border-radius: 50px;
  }
}
/*===================
10. Play btn
=====================*/

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: var(--theme-color2);
  color: var(--color-white) !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color2);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/*-------------------------------------------------------  home_counter  -------------------------------------------------*/

/* ===================
26. Counter css 
====================== */

.counter-area {
  position: relative;
}
.counter-wrap{
  background: url(../../images/images/new_images/home/counter/counterbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0;
}
.counter-box {
    display: flex;
    gap: 10px;
    position: relative;
    padding: 15px 10px 15px 10px;
    border-radius: 30px 30px 30px 0;
    border: 2px solid var(--border-white-color);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}
.counter-box .icon {
  width: 80px;
  height: 80px;
  line-height: 73px;
  font-size: 35px;
  border-radius: 25px 25px 25px 0;
  text-align: center;
  color: var(--color-white);
  background: var(--color-white);
}
.counter-box .icon img {
    width: 50px;
    filter: invert(11%) sepia(55%) saturate(4304%) hue-rotate(344deg) brightness(65%) contrast(96%);
}
.counter-box .info{
  display: flex;
  gap: 2px;
}
.counter-box .counter {
    display: block;
    line-height: 1;
    color: var(--theme-color2);
    font-size: 50px;
    font-weight: 600;
}
.counter-box .unit{
  font-size: 25px;
  color: var(--theme-color);
  font-weight: 500;
  line-height: 1;
  margin: 3px 0 0 3px;
}
.counter-box .title {
    color: var(--color-white);
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

/*---------------------------------------------------  home_product2  ----------------------------------------------------*/

/* ===================
30. Event css 
====================== */

.event-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px;
    background: var(--color-white);
    border-radius: 50px 0px 50px 0px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    transition: var(--transition);
    position: relative;
    margin: 15px;
}
.event-item::before{
  content: "";
  position: absolute;
  left: -2px;
  top: 50px;
  bottom: 50px;
  border-left: 5px solid var(--theme-color);
}
.event-item:hover {
  transform: translateY(-5px);
}
.event-img {
  border-radius: 40px 0px 40px 0px;
  overflow: hidden;
}
.event-img img {
    width: 250px !important;
    border-radius: 40px 0px 40px 0px;
}
.event-item:hover .event-img img {
  transform: scale(1.2);
}
.event-content {
  flex: 1;
}
.event-title {
  margin: 5px 0;
  font-size: 24px;
}
.event-title a:hover {
  color: var(--theme-color);
}
.event-content .theme-btn {
  margin-top: 15px;
  padding: 9px 18px;
  font-size: 15px;
}
@media all and (max-width: 1199px) {
  .event-item {
    flex-direction: column;
  }
  .event-img img {
    width: 100%;
  }
}
.event-title a {
    color: var(--color-dark);
}
.hpro2-head {
    background: var(--theme-color2);
    display: inline-block;
    color: var(--footer-text-color);
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.qc-slider-nav2 button.owl-prev {
    padding-right: 44px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--theme-color);
    background: transparent;
    border: unset;
}
.qc-slider-nav2 button.owl-prev::before {
    position: absolute;
    content: 'prev';
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-dark);
    top: 4px;
    right: 0px;
}
.qc-slider-nav2 button.owl-next {
    padding-left: 44px;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--theme-color);
    background: transparent;
    border: unset;
}
.qc-slider-nav2 button.owl-next::before {
    position: absolute;
    content: 'next';
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-dark);
    top: 4px;
    left: 0px;
}
.qc-slider-nav2 {
    position: relative;
    right: 0px;
    top: 50px;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.event-area .lower-box {
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
}
.event-area .lower-box .line{
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #ebe9ef;
}

/*--------------------------------------------------------  home_clients  ----------------------------------------------------*/

.hclientc-div {
    border-radius: 50px 0px 50px 0px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    transition: var(--transition);
    margin: 15px;
    padding: 15px;
    background: var(--color-white);
}

/*--------------------------------------------------------  home_whychoose  --------------------------------------------------*/

/* ===================
33. Choose css 
====================== */

.choose-area{
  position: relative;
}
.choose-content{
  margin-top: 30px;
}
.choose-item{
  display: flex;
  gap: 18px;
  background: var(--color-white);
  border-radius: 40px;
  padding: 15px;
  position: relative;
  box-shadow: var(--box-shadow);
}
.choose-item .count{
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color);
}
.choose-item:last-child{
  margin-bottom: 0;
}
.choose-item-icon{
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--theme-color);
  text-align: center;
  border-radius: 50px 50px 50px 0;
  margin-bottom: 15px;
}
.choose-item-icon img{
  width: 45px;
  filter: brightness(0) invert(1);
}
.choose-item-info{
  flex: 1;
}
.choose-item-info h4{
  color: var(--color-dark);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.choose-item-info p{
  color: var(--body-text-color);
}
.choose-img{
  position: relative;
}
.choose-img img{
  border-radius: 100px;
}
@media all and (max-width: 991px) {
  .choose-img{
    margin-top: 70px;
    text-align: left;
  }
  .choose-img::before{
    right: unset;
    left: 0;
  }
  .choose-img img{
    width: 95%;
  }
}
@media all and (max-width: 767px) {
  .choose-item .count{
    top: unset;
    right: unset;
    left: 25px;
    bottom: 25px;
  }
}

/*=================================================  about_page  ======================================================*/

/*====================
35. History css 
======================*/

.history-img{
  position: relative;
  text-align: right;
  z-index: 1;
}
.history-img img{
  width: 75%;
  border-radius: 100px 0px 100px 0;
}
.history-img::before{
  content: "";
  position: absolute;
  left: 70px;
  top: -35px;
  border: 10px solid var(--theme-color);
  border-radius: 100px 0px 100px 0;
  width: 50%;
  height: 80%;
  z-index: -1;
}
@media all and (max-width: 991px) {
  .history-img{
    margin-top: 80px;
  }
}
/*====================
36. Download css 
======================*/

.download-wrap {
    background: var(--theme-color-light2);
    border-radius: 50px 50px 50px 0px;
    padding: 40px 40px 40px 40px;
    position: relative;
    overflow: hidden;
}
.download-wrap::before{
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  width: 20%;
  height: 100%;
  background: var(--theme-color);
  transform: skew(-20deg);
}
.download-content h2{
  color: var(--color-dark);
  font-size: 50px;
}
.download-content h2 span{
  color: var(--theme-color);
}
.download-content p{
  color: var(--body-text-color);
  margin-top: 10px;
}
.download-img img{
  position: absolute;
}
@media (max-width: 1199px) {
  .download-img img{
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .download-wrap::before{
    display: none;
  }
  .download-img{
    display: none;
  }
}
@media (max-width: 767px) {
  .download-wrap{
    padding: 20px;
  }
}
.aboutpage-ul {
    margin: 20px 0 0;
}
.aboutpage-ul li {
    color: var(--color-dark);
    font-weight: 500;
}
.abbottom-text {
    margin-bottom: 40px;
}

/*=====================================================  gallery_page  ======================================================*/

.shop-cart-box .cart-price1 img {
    width: 100%;
}
.cart-price1 img {
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    border-radius: 20px;
}
.shop-cart-box {
    margin-top: 20px;
}
.main-gall {
    margin-top: 40px;
}
.featurs-navigation {
    display: none;
}

/*=================================================  abteabro_page  ====================================================*/

.blog-sidebar .widget {
    background: var(--theme-bg-light);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.blog-sidebar .widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    color: var(--color-dark);
    font-weight: 700;
}
.blog-sidebar .widget .widget-title::before {
  position: absolute;
  content: '';
  width: 15px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 0;
}
.blog-sidebar .widget .widget-title::after {
  position: absolute;
  content: '';
  width: 30px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 22px;
}
/* category widget */
.blog-sidebar .widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  color: var(--color-dark);
  border-bottom: 1px solid var(--border-info-color);
  transition: var(--transition);
}
.blog-sidebar .widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.blog-sidebar .widget .category-list a:hover {
  padding-left: 10px;
  color: var(--theme-color);
}
.blog-sidebar .widget .category-list a i {
  margin-right: 5px;
  color: var(--theme-color);
}
.blog-sidebar .widget .category-list a span {
    float: right;
    display: none;
}
blockquote {
    background: var(--color-white);
}
.blog-sidebar.category2 .widget .category-list a span {
    display: block;
}
.blog-sidebar.category2 {
    margin-top: 30px;
}
.blog-sidebar.category2 .widget blockquote .blockqoute-author {
    font-size: 20px;
    color: var(--theme-color);
    margin: 10px 0;
}
.blog-sidebarimg {
    border-radius: 30px;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}
/* ===================
25. Menu css 
====================== */

.menu-item {
    background: var(--color-gray);
    border-radius: 30px 30px 30px 0;
    padding: 20px;
    position: relative;
    width: 95%;
    margin-bottom: 40px;
}
.menu-item::before{
  content: "";
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: 95%; 
  height: 80%;
  background: var(--theme-color);
  border-radius: 30px 30px 30px 0;
  transform: rotate(5deg);
  transition: var(--transition);
  z-index: -1;
}
.menu-item:hover::before{
  left: 0;
  bottom: 0;
  transform: rotate(0);
}
.menu-content h4 {
    font-size: 20px;
    font-family: var(--body-font);
}
.menu-img img{
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}
.menu-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-price span{
  color: var(--theme-color);
  font-size: 25px;
}
.menu-content{
  margin-top: 15px;
}
.menu-content h4 a{
  color: var(--color-dark);
}
.menu-content h4 a:hover{
  color: var(--theme-color);
}
.menu-content p {
    margin-top: 5px;
    display: none;
}
.menu-bottom{
  margin-top: 10px;
}
.menu-rate i{
  color: var(--theme-color);
}
.menu-rate span{
  color: var(--body-text-color);
  margin-left: 5px;
}

/*=================================================  product_page  =====================================================*/

.pro_pg.pg_mar {
    margin: 100px 0;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    padding: 30px;
    border-radius: 20px;
}
.pro-img img {
    border-radius: 20px;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
    padding: 10px;
}
.pro_content .blog-title {
    display: inline-block;
}
.pro_content {
    width: 68%;
}
.productpg-cont .category-list a {
    display: block;
    padding: 10px 15px;
    font-weight: 500;
    color: var(--color-dark);
    border-bottom: 1px solid var(--border-info-color);
    transition: var(--transition);
    background: var(--theme-bg-light);
    margin: 15px 0px;
    border-radius: 10px;
}
.productpg-cont .category-list a i {
    margin-right: 5px;
    color: var(--theme-color);
    transition: all 0.5s ease-out 0s;
}
.productpg-cont .category-list a:hover {
    padding-left: 10px;
    color: var(--color-white);
    background: var(--theme-color);
}
.productpg-cont {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.productpg-cont .category-list a:hover i {
    color: var(--color-white);
}
.blog-subtitle {
    color: var(--theme-color);
    margin: 10px;
}
.blog-ulcont span {
    color: var(--theme-color2);
    padding-right: 5px;
}
.blog-subtitle2 {
    color: var(--theme-color);
    margin: 10px 0;
    font-size: 20px;
}

/*=================================================  contact_page  =====================================================*/

/*===================
44. Contact us css 
=====================*/

.contact-content {
  background:var(--color-white);
  padding: 30px;
  border-left: 3px solid var(--theme-color);
  box-shadow: var(--box-shadow);
}
.contact-info {
    display: flex;
    gap: 15px;
    padding-bottom: 15px !important;
    margin-bottom: 15px;
    border-bottom: 1px dashed var(--theme-color);
    padding: 0;
}
.contact-info:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.contact-info .icon{
  font-size: 25px;
  color: var(--color-white);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background: var(--theme-color);
  position: relative;
}
.contact-info .content h5 {
  color: var(--theme-color);
  font-size: 16px;
  margin-bottom: 8px;
}
.contact-info .content p{
  color: var(--body-text-color);
  font-weight: 500;
  font-size: 16px;
}
.contact-img img{
  width: 100%;
  border-radius: 40px;
}
.contact_map iframe {
    margin-top: 100px;
}
.contact_pg.pg_mar {
    margin: 100px 0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

@media(max-width:767px){
.header-top span:after{
    display:none;
}
.top-bar {
    display: flex;
    flex-direction: column;
}
#home-slider, .page-banner {
    margin-top: 125px;
}
.feature-item {
    margin-bottom: 50px;
}
.py-100 {
    padding: 50px 0;
}
.site-title {
    font-size: 35px;
}
.about-item {
    margin-bottom: 20px;
}
.counter-box {
    margin-bottom: 20px;
}
.choose-item {
    margin-bottom: 20px !important;
}
.single-slide-item {
    padding: 53px 0;
}
.navbar-header h1 img {
    width: 280px;
}
.download-content h2 {
    font-size: 26px;
}
.history-img::before {
    left: -10px;
    width: 100%;
    height: 100%;
}
.history-img img {
    width: 100%;
}
.dropdown_menu {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
}
.nav.navbar-nav li {
    padding: 0 0 0 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.pro_content {
    width: 100%;
}
.pro-img {
    width: 100%;
    margin-bottom: 10px;
}
.pro_pg.pg_mar {
    margin: 50px 0;
    padding: 15px;
}
.section-top {
    padding: 18px 0;
    margin-top: 113px;
}
.about_title, .product_title, .gallery_title, .contact_title, .services_title {
    font-size: 26px;
    margin-left: 30px;
}
.blog-sidebar .widget {
    padding: 15px;
}
.blog-thumb-img {
    margin-bottom: 30px;
}
.contact-content {
    padding: 15px;
}
.contact-info .icon {
    font-size: 18px;
}
.contact_pg.pg_mar {
    margin: 50px 0;
}
.contact_map iframe {
    margin-top: 50px;
}
.contact-form h4 {
    margin: 30px 0;
}
.pt-100 {
    padding-top: 50px;
}
.about-right {
    margin-top: 30px;
}
.about-left {
    margin-right: 0px;
}
.productpg-cont {
    display: block;
}





}




/*------------------------------------- Disktop 1400----------------------------------------------------------*/
@media (min-width:1400px) and (max-width:1500px) {
    .single-slide-item {
        padding: 260px 0;
    }

}
/*------------------------------------- Disktop 1500----------------------------------------------------------*/
@media (min-width:1500px) and (max-width:1600px) {
    .single-slide-item {
        padding: 280px 0;
    }
}
/*------------------------------------- Disktop 1600----------------------------------------------------------*/
@media (min-width:1600px) and (max-width:1700px) {
    .single-slide-item {
        padding: 300px 0;
    }
}



