@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap');
body
{
  font-family: 'Rubik', sans-serif;
  margin:0;
  padding: 0;
  --theme: #cb161c;
  --base: #E8BB69;
  --font: 'Rubik', sans-serif;
}
.font
{
  /*font-family: 'Montserrat', sans-serif !important;*/
}
.mini_cart
{
  position: relative;
  padding-left: 45px;
}
.font1
{
  font-family: 'Roboto Slab', serif;
}
.cart_icon
{
  font-size: 38px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mini_cart p a
{
    color: var(--theme);
    transition: all 500ms ease;
    display: block;
    font-size: 17px;
    margin-top: 7px;
}
.mini_cart p 
{
  color: #000;
}
.profile_sec ul
{
  margin: 0;
  padding: 0;
}
.profile_sec li
{
  list-style-type: none;
  display: inline-block;
}
.profile_sec li p
{
  margin-bottom: 0; 
}
.search
{
  position: relative;
}
.search input
{
  border-radius: 5px;
  font-family: var(--font);
  padding: 8px 15px;
}
.search
{
  max-width: 600px;
}
.btn_search
{
  background: var(--theme);
  border-radius: 5px;
  color: #fff;
  border: none;
  padding: 8px 15px;
  text-transform: uppercase;
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 14px;
}
.btn_search i
{
  padding-right: 5px;
}
.btn_search i::before
{
  margin-left: 0 !important;
  font-size: 14px;
}
@media screen and (min-width: 1200px)
{
  .container
  {
    max-width: 1350px !important;
  }
}
.logo img
{
    /*width: 120px;
    float: right;*/
}
.login p
{
  font-size: 12px;
}
.login h5
{
  font-size: 14px;
  font-weight: 600;
}
.mini_cart p
{
  font-size: 14px;
}
.mini_cart p a
{
  font-weight: 600;
  text-decoration: none;
  margin-top: 0;
}
.mini_cart p .down_icon
{
  padding-left: 5px;
  font-size: 12px;
}
.mini_cart p .flaticon-rupee:before
{
  font-size: 12px;
}
.mini_cart .badge
{
  position: absolute;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50% !important;
  top: 0;
  left: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 0;
  font-size: 15px;
}
.cart_icon:before
{
  font-size: 28px;
}
.profile_sec li:nth-child(1)
{
  /*padding-right: 15px;*/
}
.top_nav
{
  padding: 10px 0;
}
.menu ul
{
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu ul li
{
  list-style-type: none;
  display: inline-block;
  /*padding: 15px 25px;*/
}
.menu ul li a
{
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
  display: block;
  font-weight: 400;
  position: relative;
   transition: .5s;
}
.menu ul li a i 
{
  padding-right: 5px;
}
.menu ul li a i:before
{
  color: #cdcdcd; 
}
.arrow_dwn:before
{
   color: #313131 !important;
}
.bottom_nav
{
  /*box-shadow: 1px 4px 10px #bfbfbf3d;*/
  border-top: 1px solid #f1f1f1;
  /*border-bottom: 1px solid #f1f1f1;*/
    z-index: 99;
    position: relative;
    background: #fff;
}
.active_link
{
  color: #fff !important;
  background: var(--theme);
}
.menu ul li a::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--theme);
  transition: .5s;
  width: 0%;
}
.menu ul li a:hover::before
{
  width: 100%;
}
.menu ul li a:hover
{
  color: var(--theme);
}
.menu ul li a.active_link::before
{
  width: 100%;
}


/* Swiper */
.swiper-container {
  width: 100%;
 /* height: 100vh;*/
  /*background-color: #000;*/
  /*height: calc(100vh - 155px);*/
   height: 70vh;
  overflow: hidden;
}

/* Swiper slides */
.swiper-slide {
  position: relative;
  
}

.slide-1 {
    background-color: #e67204;
}
.slide-2 {
    background-color: #3bab24;
}
.slide-3 {
    background-color: #922b1d;
}

/* Slide captions */
.slide-captions {
  position: absolute;
  top: 50%;
  left: 15%;
  color: #FFF;
  z-index: 999;
  transform: translateY(-50%);
}
.slide-captions .current-title {
  margin: 0;
  font-size: 48px;
}
.slide-captions .current-subtitle {
  margin: 10px 0 0 0;
  font-size: 28px;
}
.swiper-button-prev,.swiper-button-next
{
  opacity: 0;
  visibility: hidden;
  transition: .5s;  
}
.swiper-container:hover .swiper-button-prev
{
  opacity: 1;
  visibility: visible;
  left: 20px;
}
.swiper-button-prev
{
  left: 55px;
}
.swiper-button-next
{
  right: 55px;
}
.swiper-container:hover .swiper-button-next
{
  right:20px;
  opacity: 1;
  visibility: visible;
}
.logo
{
  text-align: center;
}
.profile_sec
{
  float: right;
  width: 100%;
  text-align: right;
}
.profile_sec li a
{
  text-decoration: none;
  color: #000;
}
.profile_sec li
{
  padding: 0 19px;
  border-right: 1px solid #ccc;
  position: relative;
}
.profile_sec li:nth-child(3)
{
  border: none !important;
}
.profile_sec li a i::before
{
  font-weight: 900 !important;
  font-size: 17px;
}
.d_flex
{
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.badge_cart
{
  background: var(--base);
    position: absolute;
    top: -6px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    right: 4px; 
}


.top_bar_info p
{
  font-size: 15px;
  margin: 0;
  line-height: 1;
  color: #313131;
  font-family: var(--font);
}
.top_bar_info p a
{
  transition: all 500ms ease;
  display: block;
  margin-top: 0px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 25px;
}
.top_bar_info i
{
    font-size: 20px;
    color: var(--theme);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.top_bar_info
{
  position: relative;
  padding-left: 60px;
}

.swiper-button-prev {
  background-image: url("../images/prev.png") !important;
  /*left: 100px !important;*/
}

.swiper-button-next {
  background-image: url("../images/next.png") !important;
  /*right: 100px !important;*/
}
.swiper-button-next, .swiper-button-prev
{
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  background-color: #f44336  !important;
  /*border: 2px solid #fff !important;*/
      background-size: initial !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after
{
  display: none;  
}
.swiper-button-next:hover,
.swiper-button-prev:hover
{
  background-color: #ccc  !important;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.top_block
{
  display: inline-block;
}
.contact_box label
{
  font-size: 14px;
  color: var(--base);
  margin-bottom: 0;
  font-weight: 400;
}
.contact_box p
{
  font-weight: 400;
  font-size: 16px;
}
.contact_box
{
  padding-right: 15px;
  /*border-right: 1px solid #ccc;*/
  position: relative;
}
.contact_box::after
{
  content: '';
  right: 0px;
  height: 80%;
  width: 2px;
  background: #ccc;
  position: absolute;
  top: 0;
}
.contact_box:nth-child(2)
{
  padding-left: 15px;
  padding-right: 0px;
}
.contact_box:nth-child(2)::after
{
  display: none;
}
.top_short_bar
{
  padding: 5px;
  background: #f1f1f16e; 
  font-weight: 400; 
}
.top_short_bar i
{
  padding-right: 5px;
  color: var(--theme);
}
.top_short_bar i::before
{
  font-size: 13px;
  color: var(--theme);
}
.mattr
{
  font-size: 13px;
}
.category_banner
{
  position: relative;
  transition: .5s;
  overflow: hidden;
}
.category_banner:hover img
{
  transition: .5s ease-in 0s;
}
.category_banner:hover img
{
  transform: scale(1.05);
}
a
{
  text-decoration: none;
  background: transparent;
}
.category_banner a img
{
  width: 100%;
}
.category_content
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.category_content.right
{
  right: 55px;
}
.category_content.left
{
  left: 55px;
}
.category_content h2
{
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 10px;
}

.category
{
  padding: 65px 30px;
}
figure {
    margin: 0 0 2rem;
}
.shop_link
{
  padding: 10px 20px;
  background: var(--base);
  margin-top: 20px;
  color: #fff;
}
.heading h1
{
  font-family: 'Playfair Display', serif;
  /*font-size: 35px;*/
text-transform: capitalize;
        background: linear-gradient(90deg, #d12127, #e8bb69, #d12127);
        background-repeat: no-repeat;
        background-size: 90%;
        animation: shine 3s linear infinite;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.heading 
{
  padding-bottom: 15px;
}

@keyframes shine {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 100%;
    }
}

.border_sec i:before
{
  color: var(--base);
  font-size: 75px;
  background: #fff;
  z-index: 9;
  position: relative;
  padding: 0 15px;
}
.border_sec
{
  position: relative;
      max-width: 300px;
    margin: auto;
}
.border_sec::before
{
  content: '';
  width: 100%;
  height: 2px;
  background: #313131;
  position: absolute;
  top: 50%;
  right: 0;
}

.popular_matter h1
{
   font-family: 'Playfair Display', serif;
}
.popular_matter p
{
  color: var(--base);
}
.popular_matter p.desc
{
  padding: 15px 0;
  font-size: 14px;
  color: #313131;
  line-height: 26px;
}
.popular_matter a
{
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.product_block
{
  position: relative;
  transition: .5s ease-in-out 0s;
  overflow: hidden;
  margin-bottom: 30px;
}
.icon_whishlist
{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}
.product_block a img
{
  width: 100%;
  transition: .5s ease-in-out 0s;
}
.product_block:hover a img
{
  transform: scale(1.1);
}
.product_block:hover .prd_overlay
{
  bottom: 15px;
}
.prd_overlay
{
  position: absolute;
  bottom: -100%;
  left: 15px;
  transition: .5s ease-in-out 0s;
  /*transform: translateY(-50%);*/
}
.prd_overlay h3
{
  font-size: 20px;
  margin-bottom: 0;
}
.prd_overlay p
{
  /*color: var(--base);*/
  font-weight: 600;
}
.rate i::before
{
  font-size: 14px;
  color: #313131;
}
.clr_txt
{
  color: var(--theme);
  font-style: italic;
}
.mrp
{
  text-decoration: line-through;
  color: var(--base);
  padding-right: 5px;
}
.hghlt_box
{
  display: flex;
  /*margin-top: 30px;*/
  margin-bottom: -3px;
  /*padding: 20px 0;*/
}
.hghlt_box i::before
{
  color: #fff;
  font-size: 40px;
}
.hglt_icon
{
  padding-right: 15px;
}
.hglt_content h6
{
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}
.hglt_content p
{
  font-size: 14px;
  color: #d7d7d7;
  font-style: italic;
}
.higlated
{
  padding: 50px 30px;
  background: var(--theme);
}
.brder
{
  /*border-top: 1px solid #ececec;*/
  /*border-bottom: 1px solid #ececec;*/
}
.hghlt_box
{
  border-right: 1px solid #ececec;
}
.popular_items
{
  padding: 50px 30px;
}

.box1
{
  background: var(--theme);
  border: 1px solid  var(--theme);
}
.category_item
{
  padding: 20px;
  border-right: 1px solid #ccc;
  transition: .5s ease-in-out 0s;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.category_item:hover .category_image img
{
  transform: scale(1.1);
}
.category_item:hover .category_details h5
{
  color: var(--theme);
}
.category_item .category_details 
{
  text-align: center;
}
.category_item .category_details h5
{
   font-family: 'Playfair Display', serif;
   transition: .5s ease-in-out 0s;
   margin-bottom: 5px;
}
.category_item .category_details p
{
  color: #ccc;
  font-size: 14px;
  margin-bottom: 0;
}
.category_image img
{
  width: 150px;
  transition: .5s ease-in-out 0s;
}
.category_image
{
  text-align: center;
}
.border_top
{
  border: 1px solid #ccc;
}
.border_btm_none
{
  border-bottom: none;
}
.border_right_none
{
  border-right: none;
}
.category_title h1
{
  text-transform: capitalize;
  color: #fff;
   font-family: 'Playfair Display', serif;
   float: 400;
}
.bld_font
{
  /*font-weight: 700;*/
  font-size: 55px;
  /*font-style: italic;*/
  /*text-transform: capitalize;*/
}
.category_title
{
  position: relative;
  padding-bottom: 35px;
}
.category_title::before
{
  content: '';
  width: 60px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.category_box a{
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
display: block;
margin-top: 35px;
transition: .5s;
}
.category_box
{
  text-align: center;
}
.category_box a:hover
{
  color: var(--base);
}
.box_icon i::before
{
  width: 50px;
  height: 50px;
  background: #fff;
  padding: 20px;
  font-size: 50px;
  border: 5px solid var(--base);
  border-radius: 50%;
}
.box_icon
{
  margin-bottom: 25px;
}

.gifting_box
{
  position: relative;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  transition: .5s ease-in 0s;
  cursor: pointer;
}
.gifting_box img
{
   transition: .5s ease-in 0s;
}
.gifting_box:hover  img
{
  transform: scale(1.1);
}
.gifting_box:hover .gift_overlay
{
  /*left: 0;*/
}
.gift_overlay
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, black, transparent);
  transition: .5s ease-in 0s;
}
/*.gifting_box:hover .overlay_contents
{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}*/
.overlay_contents
{
  position: absolute;
  bottom: 25px;
  left: 25px;
   transition: 1s ease-in 0s;
  color: #fff;
  z-index: 999;
 /* opacity: 0;
  visibility: hidden;
  transform: scale(0);*/
}
.overlay_contents h3
{
  font-family: 'Playfair Display', serif;
   float: 400;
   text-transform: capitalize;
   font-size: 27px;
}
.overlay_contents p
{
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--base);
}
.overlay_contents button
{
  border: transparent;
  background: transparent;
  padding: 0;
  margin: 0;
}

.btn {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 12px 27px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #999999;
    background: #ffffff;
    border: 3px solid #999999;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}


.btn {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500 !important;
  /*line-height: 45px;*/
  margin: 5px 0 0;
  /*max-width: 160px;*/
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 15px;
  /*width: 100%;*/
}
@media (min-width: 600px) {
  .btn {
    /*margin: 0 1em 2em;*/
  }
}
.btn:hover {
  text-decoration: none;
}

.btn-1 {
  background: transparent;
  font-weight: 100;
  border: none;
}
.btn-1 svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}

.btn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
}
.btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 41, 195;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  stroke: var(--base);
}
.btn-1:hover
{
  color: var(--base);
}



.popular_matter .btn {
  color: #000;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500 !important;
  /*line-height: 45px;*/
  margin: 5px 0 0;
  /*max-width: 160px;*/
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  /*width: 100%;*/
}
@media (min-width: 600px) {
  .popular_matter .btn {
    /*margin: 0 1em 2em;*/
  }
}
.popular_matter .btn:hover {
  text-decoration: none;
}

.popular_matter .btn-1 {
  background: transparent;
  font-weight: 100;
  border: none;
}
.popular_matter .btn-1 svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.popular_matter .btn-1 rect {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}

.popular_matter .btn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
}
.popular_matter .btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 41, 229;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  stroke: var(--theme);
}
.popular_matter .btn-1:hover
{
  color: var(--theme);
}

.gifting
{
  padding: 50px 30px;
}

.about_column
{
  padding: 25px 70px;
}
.about_column p.title
{
  color: var(--base);
  font-size: 14px;
  letter-spacing: 3px;
}
.about_column h1
{
  font-family: 'Playfair Display', serif;
   float: 400;
}
.abt_desc
{
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  font-weight: 400;
}
.exp_block
{
  left: -48px;
  position: absolute;
  top: 70px;
  background: var(--theme);
  padding: 35px 20px;
  text-align: center;
  color: #fff;
  /*border: 8px solid #fff;*/
   font-family: 'Rubik', sans-serif;
   min-width: 200px;
   border-radius: 10px;
}
.abt_image_Sec
{
  position: relative;
}
.exp_block h1
{
  color: #fff;
  margin-bottom: 0;
  font-size: 3.5rem;
}
.quote
{
  position: relative;
  padding: 15px;
  border-radius: 7px;
  background: #f1f1f1;
}
.quote p
{
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
      padding-left: 55px;
}
.qot_icon
{
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 40px;
  color: #ccc;
}
.about
{
  padding: 50px 30px;
}
.more
{
  padding: 18px 35px;
  background: #000;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
  /*border-radius: 30px;*/
  border: none;
  cursor: pointer;
  transition: .5s ease-in;
      border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    box-shadow: 0 3px 63px 0 rgb(40 40 40 / 11%);
}
.more:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.more::before
{
      content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .24s ease-in-out;
    transition: -webkit-transform .24s ease-in-out;
    -o-transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out,-webkit-transform .24s ease-in-out;
    background: var(--theme) !important;
}

.btn_secondary::before
{
  background: var(--theme) !important;
}

.client .owl-carousel .owl-item img {
    display: block;
    width: 120px;
}
.client_box img {
    text-align: center;
    margin: auto;
    opacity: .3;
    transition: .5s;
    cursor: pointer;
}
.client .owl-dots
{
  display: none;
}
.client .owl-nav button i
{
  font-size: 12px;
  color: #fff;
}
.client .owl-nav button
{
  border: 1px solid none !important;
  padding: 0px 15px !important;
  border-radius: 50%;
  position: absolute;
      width: 45px;
      height: 45px;
  top:50%;
  transform: translateY(-50%);
  background: var(--theme) !important;
}
.client .owl-nav button:hover
{
  background: var(--base) !important;
}
.client .owl-nav button.owl-prev
{
  left: 0px;
}
.client .owl-nav button.owl-next
{
  right: -35px;
}
.client_box img
{
  text-align: center;
  margin: auto;
  opacity: .3;
  transition: .5s;
  cursor: pointer;
}
.client_box:hover img
{
  opacity: 1;
}

.owl-prev,.owl-next
{
  opacity: 0;
  visibility: hidden;
   transition: .5s; 
}
.client:hover .owl-prev,.client:hover .owl-next
{
  opacity: 1;
  visibility: visible;


}
.client .owl-nav button.owl-prev
{
    left: -35px;
}
.client
{
  padding-bottom: 35px;
}
.brd
{
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.blog
{
  padding: 50px 30px;
  background: #f1f1f161;
}
.blog_column
{
  border: none;
}
.blog_column .card-body
{
  background: transparent;
}
.blog_column .card-body p
{
  font-size: 14px;
  line-height: 26px;
}
.date
{
  padding-bottom: 10px;
  color: var(--base);
}

.blog_column .card-body a
{
  color: #000;
  font-weight: 500;
  font-size: 20px;
  transition: .5s;
}
.blog_column .card-body a:hover
{
  color: var(--theme);
  text-decoration: none;
}
.blog_column .btn-1
{
font-size: 16px !important;
}
.blog_column .btn-1 i
{
  padding-left: 5px;
}
.heading p
{
  max-width: 500px;
  margin: auto;
}
footer
{
  padding: 50px 30px 10px;
}


/*footer
{
  background: #fafafa;
  padding: 80px 30px 30px;
}*/
.footer_col h6
{
  font-weight: 700;
}
.footer_col p
{
  font-size: 14px;
  line-height: 26px;
  padding-right: 35px;
    color: #7f7f7f;
}
.fotter_menu
{
  margin: 0;
  padding: 0;
}
.fotter_menu li
{
  list-style-type: none;
}
.fotter_menu li a
{
  display: block;
  padding: 5px 0;
  color: #7f7f7f;
  text-decoration: none;
  font-size: 14px;
  transition: .5s;
  /*font-weight: 500;*/
}
.fotter_menu li a:hover
{
  color: var(--theme);
}
.top_bar_info p
{
  font-size: 15px;
  margin: 0;
  line-height: 1;
  color: #313131;
  font-family: var(--font);
}
.top_bar_info p a
{
  transition: all 500ms ease;
  display: block;
  margin-top: 0px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 25px;
}
.top_bar_info i
{
    
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.top_bar_info i
{
  font-size: 38px;
    color: var(--theme);
}
.top_bar_info
{
  position: relative;
  padding-left: 48px;
}
.ff
{
  padding-top: 24px;
}
.f_list 
{
  font-size: 15px;
  font-weight: 400;
  color: #b0b0b0;
}
.f_list i
{
  padding-right: 6px;
}
.f_list a{
  text-decoration: none;
  color: var(--theme);
}
.social_media a {
    padding: 0 10px;
    color: #b0b0b0;
    text-decoration: none;
    transition: .5s;
}
.social
{
  padding-top: 10px;
  width: 100%;
}
.footer_logo
{
  margin: auto;padding-top: 20px;
}
.ppps a
{
  color: #b0b0b0;
  padding: 0 10px;
  text-decoration: none;
  font-weight: 700;
}
.top_footer
{
  padding: 20px 0;

}
.btm_sec
{
  padding-top: 15px;
  font-size: 14px;
}
.btm_sec a
{
  color: var(--theme);
  font-weight: 700;
}

.delay1 
{
  animation-delay: .6s;
}
.delay2
{
  animation-delay: .7s;
}
.delay3
{
  animation-delay: .8s;
}
.delay4
{
  animation-delay: .9s;
}
.delay5
{
  animation-delay: 1s;
}
.delay6
{
  animation-delay: 1.1s;
}
.delay7
{
  animation-delay: 1.2s;
}
.delay8
{
  animation-delay: 1.3s;
}
.delay9
{
  animation-delay: 1.4s;
}
.delay10
{
  animation-delay: 1.5s;
}
.delay21
{
  animation-delay: 1.6s;
}
.delay22
{
  animation-delay: 1.7s;
}
.delay23
{
  animation-delay: 1.8s;
}
.delay24
{
  animation-delay: 1.9s;
}
.delay25
{
  animation-delay: 2s;
}
.delay26
{
  animation-delay: 2.1s;
}
.delay27
{
  animation-delay: 2.2s;
}
.delay28
{
  animation-delay: 2.3s;
}
.delay29
{
  animation-delay: 2.4s;
}



/*---------------index2-----------------*/

.home2 .swiper-container {
  width: 100%;
 /* height: 100vh;*/
  /*background-color: #000;*/
  height: auto !important;
  overflow: hidden;
}
header.home2
{
  position: absolute;
  top: 0;
  left: 0;;
  width: 100%;
  z-index: 99;
}
header.home2 .bottom_nav
{
  background: transparent;
  border-top: 1px solid #f1f1f11a;
}
.home2 .swiper-slide
{
  height: 100vh;
}
.home2 .contact_box p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.home2 .menu ul li a
{
  color: #fff;
}
.home2 .active_link
{
  background: transparent;
}
.home2 .profile_sec li a
{
  color: #fff;
}
.swiper-pagination-bullet
{
  background: #fff !important;
}
.swiper-pagination-bullet-active
{
  width: 35px !important;
  border-radius: 10px !important;
}
.current-title
{
  font-family: 'Playfair Display', serif;
}

.home2 .slide-captions
{
    bottom: 30px;
    left: 5%;
    top: inherit;
}
.slide-captions .current-subtitle
{
  font-weight: 300;
  font-size: 25px;
}
body.loaded .loader {
    display: none;
    visibility: hidden !important;
    transition: .5s ease-in-out 0s;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.loader
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme);
z-index: 100000;
}

.sticky
{
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: #fff !important;
  z-index: 999;
  transition: .5s ease-in-out 0s;
  /*padding: 15px;*/
}
.sticky ul li a
{
  color: #000 !important;
  padding: 25px 20px;
}
.sticky .logo
{
  float: left;
  margin-top: 10px;
}
.sticky ul
{
  text-align: right;
}
.sticky.fixed-header
{
  top: 0;
}
.index1 .sticky ul a.active_link
{
  color: var(--theme) !important;
  background: transparent !important;
}
.index2 .sticky ul a.active_link
{
  color: var(--theme) !important;
}

.index1 .slide-captions
{
  display: none;
}
.swiper-slide img
{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
