﻿
@import url('../../css2-1');

/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  New-cars
7.  Featured-cars
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
/* .navbar-nav a {
    pointer-events: auto;
} */

*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
  /* font-family: 'Rufina', 'Poppins'; */
	font-size:16px;
	color:#818998;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
    /* background-color: #0cbfdf6c; */
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #444a57;
	font-size:20px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#444a57;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#818998;
	font-size:16px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;
    /* max-width:100%; */
     height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
    display: inline-block;
	
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: capitalize;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}
/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    position: relative;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 35px;
}
.section-header h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    background: #4e4ffa;
}
.section-header p{color: #444a57;text-transform: capitalize;margin-bottom:10px;}
.section-header h2 span,.section-header p span{text-transform: lowercase;}

/* section-header */

/*=============Style css=========*/


/*-------------------------------------
        1. Top-area
--------------------------------------*/
/* Top Bar Styles */

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #55632c; /* Maroon color */
    padding: 25px 20px; /* Adjusted padding for smaller height */
    color: white;
    height: 20px; /* Height set to 20px */
    position: sticky;
  }
  
  .social-icons {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .social-icons li {
    margin: 0 10px;
  }
  
  .social-icons li a {
    color: white;
    font-size: 18px; /* Reduced icon size to match smaller height */
    text-decoration: none;
  }
  
  .social-icons li a:hover {
    color: #ffcc00; /* Yellow hover color */
  }
  
  .contact-info p {
    margin: 0;
    font-size: 14px; /* Adjusted font size */
    color: white;
  }
  
  /* Hide phone and mail on small screens */
  @media (max-width: 600px) {
    .contact-info {
      display: none; /* Hide contact info on small screens */
    }
  }
  
  /* Display phone and mail in a line on larger screens */
  @media (min-width: 601px) {
    .contact-info {
      display: flex; /* Show contact info on larger screens */
      gap: 10px; /* Space between the phone and email */
    }
  }
  
nav.navbar.bootsnav {
    background-color: white;
    border-bottom: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color:#ffffff;
    /* background-color:#2a2d54; */
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus{
    display: flex;
    /* display: inline-block; */
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    padding: 8px 0px;
    text-transform:uppercase;
}
.navbar-header a.navbar-brand span{display: inline-block;
  /* color:#4e4ffa; */
  color: #546022;
  text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:38px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px 21px;
    padding-top: 15px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color:#546022;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #746211;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-right: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:30px 25px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #ffffff;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #000000;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #000000;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #000000;}
/*.navbar-toggle */

/* product   */
/* 
.welcome-hero-product{
    position: relative;
    background:url(../images/products/product-bg-2.png)no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.welcome-hero-product:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,45,84,.60);
    z-index: -1;
} */


/*-------------------------------------
        2. home swiper
--------------------------------------*/
/* home swiper Styles */


/* Full Parallax Slider */

.creative-parallax--slider{
    font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-word;
	-webkit-font-smoothing: antialiased;
	font-family: "Plus Jakarta Sans", sans-serif;
	margin: 0;
	overflow-x: hidden;
   background: #eee;
}
.slider-wrap{
    
    background: #55632c;
    height: 600px;
}
.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide--bg {
  z-index: 0;
  visibility: inherit;
  font-weight: 400;
  white-space: nowrap;
  min-height: 834px;
  min-width: 834px;
  max-height: 834px;
  max-width: 834px;
  background-color: #16234033;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}
.swiper-slide-active .slide--bg{
  animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
  width: 650px;
  height: 650px;
  background: #16234096;
  margin: auto;
  border-radius: 50%;
}
.swiper-slide-active .slide--bg .slide-bg--inner{
  animation: zoomInInner 1s ease forwards;
}
.slide-detail {
  position: relative;
  z-index: 1;
  text-align: center;
}

.slide-main--heading {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(11, 18, 54) 3px 3px 15px;
    padding: 0px 0px 23px;
    font-weight: 700;
    font-size: 52px;
    white-space: normal;
    text-transform: capitalize;
}
.from-left, .from-right {
  opacity: 0;
  filter: blur(4px); 
  transition: opacity 0.5s ease, filter 0.5s ease; 
}

.swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s; 
}
.swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards; 
  animation-delay: 1s; 
}
.slide-main--subheading {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(4px); 

}
.swiper-slide-active .slide-main--subheading{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInDown 1s ease forwards; 
  animation-delay: 1.2s;
}

.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
    min-height: 0px;
    min-width: 347px;
    max-height: none;
    max-width: 347px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
}
.swiper-slide-active .slide-des{
   transition: opacity 0.5s ease, filter 0.5s ease; 
   animation: fadeInUp 1s ease forwards; 
   animation-delay: 1.4s;
}
.slide-cta .slide-btn{
    text-align: inherit;
    line-height: 27px;
    border-width: 1px;
    margin: 0px;
    padding: 18px 70px 18px 46px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    border: 2px solid transparent;
    width: auto;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out !important;
    opacity: 0;     
}
.swiper-slide-active .slide-cta .slide-btn{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp2 1s ease forwards; 
  animation-delay: 1.4s;  
}
.slide-cta .slide-btn:hover{
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background-position: right center;


}
.slide-cta .slide-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    background: #fff;
    color: #3c2fc0;
}
.slide-badge {
    display: flex;
    flex-direction: column;
    width: 69px;
    height: 69px;
    background: #c0a82f;
    line-height: normal;
    font-size: 9px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: -184px;
    top: 0;
    transition: .3s ease-in-out !important;
    opacity: 0;

}
.swiper-slide-active .slide-badge{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp3 1s ease forwards; 
  animation-delay: 1.5s;   
}  
.slide-badge .patch-check svg{
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}
/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Description */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px); 
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0); 
}
}

/* Keyframe animations for background */
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}

@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.parallax-slider .slide-btns{
        width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}
.slide-btns.swiper-button-next:after, .slide-btns.swiper-button-prev:after{
        font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.slide-btns:hover{
    border: 1px solid #fff;
    background: #fff;
}
.slide-btns:hover:after{
    color: #232323;
} 
span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
 .autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width:100%;
    height: 10px;
}

.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026; 
    width: var(--progress, 0%);
    transition: width 0.5s ease; 
}
/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 981px) {
/* .slider-wrap{
    height: 750px;
} */
.slide--bg{
        min-height: 720px;
    min-width: 720px;
    max-height: 720px;
    max-width: 720px;
}
.slide--bg .slide-bg--inner{
    width: 590px;
    height: 590px;
}
.slide-badge{
        right: -116px;
}
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 480px) {
    /* .slider-wrap {
        height: 736px;
    } */
        .slide--bg {
        min-height: 550px;
        min-width: 550px;
        max-height: 550px;
        max-width: 550px;
    }
    .slide--bg .slide-bg--inner {
        width: 450px;
        height: 450px;
    }
    .parallax-slider .slide-btns{
        display: none;
    }
    .slide-main--heading{
            font-size: 32px;
    }
    .swiper-pagination{
            display: flex;
    column-gap: 15px;
    justify-content: center;
    bottom: 100px !important;
    }
    span.swiper-pagination-bullet{
        display: block;
    }

}
/* Media Queries for Mobile Devices */
@media (max-width: 767px) {
  .slider-wrap{
    margin-top: 20px;
    height: 200px
  }
  .swiper-slide {
      background-size: cover;
      background-position: center center;
  }

  .slide-detail {
      padding: 10px;
  }

  .slide-main--subheading {
      font-size: 14px;
  }

  .slide-main--heading {
      font-size: 24px;
  }

  .slide-des {
      font-size: 12px;
  }

  .swiper-button-next, 
  .swiper-button-prev {
      width: 35px;
      height: 35px;
      font-size: 20px;
  }

  /* Ensure buttons are responsive */
  .swiper-button-next,
  .swiper-button-prev {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
  }

  /* Autoplay progress bar adjustments */
  
  
}

/* Media Queries for Tablets */
@media (max-width: 1024px) {
  .slide-main--subheading {
      font-size: 16px;
  }

  .slide-main--heading {
      font-size: 28px;
  }

  .slide-des {
      font-size: 14px;
  }

  .swiper-button-next, 
  .swiper-button-prev {
      width: 40px;
      height: 40px;
  }

  
}

/* For Desktop Devices */
@media (min-width: 1025px) {
  .swiper-slide {
      height: 100vh;
  }

  .swiper-button-next, 
  .swiper-button-prev {
      width: 50px;
      height: 50px;
  }

  .slide-main--subheading {
      font-size: 18px;
  }

  .slide-main--heading {
      font-size: 36px;
  }

  .slide-des {
      font-size: 16px;
  }
}
/*-------------------------------------
        3. home carousel
--------------------------------------*/


/* home carousel start */
.shopify-section{
    margin-top: 5%;

}
.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
  }

  .carousel {
    display: flex;
    transition: transform 0.3s ease;
    gap: 10px;
     scroll-behavior: smooth; /* Smooth scrolling for modern browsers */
    overflow-x: scroll;
    padding:10px;
     scroll-behavior: smooth;
     -ms-overflow-style: none; /* Hides scrollbar in Internet Explorer 10+ */
    scrollbar-width:none;
  }
/* Chrome, Edge, Safari */
.carousel::-webkit-scrollbar {
  display: none; /* Hides scrollbar in WebKit browsers */
}

  /* Desktop layout: Show multiple slides */
  .carousel-slide {
    flex: 0 0 35%; /* Default for desktop to show multiple slides */
    box-sizing: border-box;
  }

  /* Mobile layout: Show only one full slide with some padding */
  @media (max-width: 768px) {
    /* .shopify-section{
        margin-top: 150%;
    } */
    /* .carousel {
      padding-left: 30px; /* Adds space to the start of the carousel
    } */
.carousel-button{
display:none;
}
    .carousel-slide {
      flex: 0 0 80%; /* Each slide takes 80% of the container’s width */
    }

    .carousel-slide:first-child {
      margin-left: 30px; /* Adds additional space to the first slide on mobile */
    }
  }

  .carousel-slide img {
    width: 500px;
    height: 460px;
    /* width: 100%;
    height: auto; */
    display: block;
  }
.carousel-button {
font-size:20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color:#8f8a8a80;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

    .prev-button {
      left: 10px;
    }

    .next-button {
      right: 10px;
    }

 
section#shopify-section-template--17102258831499__banner_slider_j4hbz8 {
  margin-top: 0;
}
  @media screen and (min-width:480px){
    .shopify-section{
        /* margin-top: 150%; */
    }
  section#banner-slider .swiper-slide {
    width: 40%;
  }
  section#banner-slider .swiper-wrapper {
    gap: 10px;
  }
}

@media screen and (max-width:480px){
    .shopify-section{
        margin-top: 25%;
    }
  section#banner-slider .swiper-slide {
    width: 80%;
  }
}
/* home carousel start */


/* banner png */

.banner-png{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

/* welcome to */

.welcome-section{
    /* background-color: #60482276; */
    font-family: sans-serif;/* Use a clean font */
    margin: 0;
   /* margin-top: -72px; */
   display: flex;
   justify-content: center; /* Center horizontally */
   align-items: center;     /* Center vertically */
   min-height: 100vh;
  /* background-color: #f8f9fb; */
   /* Linear gradient background */
   /* margin-bottom: 25px; */
   margin-top: -70px;
 }
 
 
 
 .section-container {
   display: flex;
   flex-wrap: wrap; /* Allow wrapping on smaller screens */
   align-items: center;
   justify-content: center;
   /* max-width: 100%; */
   padding: 20px;  /* Reduced padding on smaller screens */
   /* background: linear-gradient(150deg, #ffffff34, #4e4efa8b); */
   /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
   max-width: 1200px; /* Set a max-width for larger screens */
   width: 90%; /* Take up 90% of the viewport width */
   margin: 0 auto; /* Center the container */
   border-radius: 8px;
   margin-bottom: 0;
   /* Add margin around the section */
   }
   
   .image-container {
    margin-right: 20px; /* Reduced margin */
   margin-bottom: 10px; /* Add bottom margin for stacking */
   flex: 1 1 300px; /* Flexible width for image */
   min-width: 200px; /* Minimum width for very small screens */
   display: flex; /* Added for vertical centering */
   align-items: center;
   justify-content:center ;
   padding: 25px;
   z-index: 0;
   }
   
   .bouncing-image {
     max-width: 100%; /* Image should not exceed container width */
     height: auto;
     display: block; /* Prevent extra space below image */
     /* animation: bounce 5s infinite; */
     /* animation: pulse 2s infinite ease-in-out; */
     /* animation: fade 3s infinite ease-in-out; */
     /* animation: wobble 4s infinite ease-in-out; */
     animation: slide 6s infinite ease-in-out;
    
   }

   /* @keyframes fade {
    0% { opacity: 0.3; }
    50% { opacity: 1; }
    100% { opacity: 0.3; }
  } */
  @keyframes slide {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-50px); } /* Adjust slide distance */
    50% { transform: translateY(80px); } /* Adjust slide distance */
  }
  /* @keyframes wobble {
    0%, 100% { transform: translateX(0%); }
    15% { transform: translateX(-25%); }
    30% { transform: translateX(20%); }
    45% { transform: translateX(-15%); }
    60% { transform: translateX(10%); }
    75% { transform: translateX(-5%); }
  } */
   @keyframes bounce {
     0%, 20%, 50%, 80%, 100% {
       transform: translateY(0);
     }
     40% {
       transform: translateY(-15px); /* Adjust bounce height */
     }
     60% {
       transform: translateY(-10px); /* Smaller bounce */
     }
   }
   
   .text-content {
     flex: 1 1 500px; /* Flexible width for text */
     padding: 25px;
   }
   
   .text-content h2 {
     color:#546022;
     font-size:xx-large;
     margin-bottom: 20px;
   }

   .text-content h3 {
     color: #000000;
     /* font-size:xx-large; */
     margin-bottom: 30px;
   }
   
   .text-content p {
     color: #666;
     line-height: 1.6; /* Improve readability */
     text-align: justify; 
     margin-bottom: 30px;
     font-size: 20px;
   }
   
   .view-more-button {
     display: inline-block;
     padding: 10px 20px;
     background-color:#3030ea; /* Green button */
     color: white;
     text-decoration: none;
     border-radius: 5px;
     margin-top: 20px;
     /* transition: background-color 0.3s ease;  */
     /* Smooth hover effect */
   }
   
   .view-more-button:hover {
     background-color:#4e4ffa; /* Darker green on hover */
     padding: 10px 20px;
     color: white;
   }
 
   @media (max-width: 768px) {

    nav.navbar.bootsnav .navbar-toggle {
        position: relative;
        background-color: transparent;
        border: 1px solid #4e4ffa;
        padding: 10px;
        top: 0;
        right: -90% !important;
      }
      
    .section-container {
      flex-direction: column;
      align-items: center; /* Center horizontally in column layout */
      padding: 10px;
      /* margin-top: 2px; */
    }
    .image-container {
      margin: 0 auto 20px;
        max-width: 90%; /* prevent image from being too large on small screens */
    }
    .image-container >img{
        max-width: 150%;
    }

      .text-content{
          padding: 0 10px;
      }
  }



/* ......................................it is product display................................ */

/* Grid container */
.custom-heading {
    font-family: 'Roboto', 'sans-serif'; /* Replace with your desired font */
    font-size: 55px; /* Adjust size as needed */
    line-height: 52px;
    font-weight: bold;
    color: #546022; /* Maroon color */
    text-align: center; /* Center the heading */
    margin: 20px 0; /* Add spacing around the heading */
    text-transform: uppercase;
    padding-bottom: 20px;
  }

  
/* Main Gallery */
.product-gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; /* Center-align images */
    gap: 15px; /* Space between products */
    padding: 20px;
  }
  
  /* Product Card */
  .product-card {
    position: relative;
    width: 250px; /* Adjusted size for images */
    height: 250px;
    overflow: hidden;
    /* border-radius: 10px; */
    transition: all 0.3s ease; /* Smooth hover effects */
    cursor: pointer;
  }
  
  /* Image */
  .product-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image fully covers the card */
    transition: transform 0.3s ease; /* Smooth zoom effect */
  }
  
  /* Hover Effect on Product Card */
  .product-card:hover {
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */
  }
  
  /* Overlay */
  .overlay {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.6); Slightly darker overlay */
    background: #ecce4952; /* Slightly darker overlay */
    opacity: 1;
    transition: opacity 0.3s ease; /* Smooth fade-in */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 10px; */
  }
  
  /* Show overlay on hover */
  .product-card:hover .overlay {
    opacity: 0;
  }
  
  /* Overlay Text */
  .overlay-text {
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  
  /* Reveal text on hover */
  .product-card:hover .overlay-text {
    opacity: 0;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 1024px) {
    .product-gallery {
      gap: 10px; /* Reduce gap for smaller screens */
    }
  
    .product-card {
      width: 180px;
      height: 220px; /* Adjust card size */
    }
  }
  
  @media (max-width: 768px) {
    .product-gallery {
      flex-direction: row;
        align-items: center;
        justify-content: center;
        /* padding-left: 50px;   */
      }
  
    .product-card {
      width: 90%; /* Take most of the screen width */
      max-width: 250px; /* Ensure it doesn't get too large */
      height: auto; /* Maintain aspect ratio */
    }
  }

  

  /* Common Styles for Background Sections */
.welcome-under-bg,
.welcome-under-bg-best,
.welcome-under-bg-product,
.welcome-under-bg-client,
.welcome-under-bg-brand {
    background-size: cover; /* Ensure image covers the full container */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent image repetition */
    width: 100%; /* Full-width container */
}

/* Individual Section Styles */
.welcome-under-bg {
    background-image: url('../images/backgrounds/welcome-bg.png');
    height: 400px; /* Default height */
    margin-top: 0;
}

.welcome-under-bg-best {
    background-image: url('../images/backgrounds/product-best-2.png');
    height: 650px;
    margin-top: -200px;
}

.welcome-under-bg-product {
    background-image: url('../images/backgrounds/bg-best.png');
    height: 650px;
    margin-top: -200px;
}

.welcome-under-bg-client {
    background-image: url('../images/backgrounds/Copyofbg-best.png');
    height: 800px;
    margin-top: -200px;
}

.welcome-under-bg-brand {
    background-image: url('../images/backgrounds/brand-bg.png');
    height: 800px;
    margin-top: -200px;
}

  /* welcome-under-bg  end*/
 


/* product category */


/* Category Section Grid */
.product-category {
    position: relative;
    background-image: url('/assets/images/backgrounds/kb-back.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    animation: animateBackground 10s linear infinite alternate; /* Add animation to the background */
  }
  
  /* Define the animation */
  @keyframes animateBackground {
    0% { background-position: 0% 100%; } /* Bottom Left */
    50% { background-position: 100% 0%; } /* Top Right */
    100% { background-position: 0% 100%; } /* Bottom Left */
}
  


.category-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 150px);
    gap: 15px;
    padding: 20px;
    padding-bottom: 350px;
}

/* Individual Grid Items */
.category-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    height: 100%; /* Ensures uniform height */
}

.category-item:hover {
    transform: scale(1.02);
}

.category-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);/* Dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

/* Assigning background images */
.category-item:nth-child(1) {
    grid-row: span 2;
    background-image: url(../images/products/spices-1.jpg);
}

.category-item:nth-child(2) {
    background-image: url(../images/product-category/hand.jpg);
}

.category-item:nth-child(3) {
    grid-column: span 2;
    background-image: url(../images/product-category/honey.jpg);
}

.category-item:nth-child(4) {
    grid-row: span 2;
    background-image: url(../images/product-category/dairy.jpg);
}

.category-item:nth-child(5) {
    background-image: url(../images/product-category/herbal.jpg);
}

.category-item:nth-child(6) {
    background-image: url(/assets/images/product-category/bio\ cups.jpeg);
}

.category-item:nth-child(7) {
    grid-row: span 2;
    background-image: url(../images/oils/sunfloweoil.jpeg);
}

.category-item:nth-child(8) {
    grid-column: span 2;
    background-image: url(../images/jaggery/ground.jpeg);
}

.category-item:nth-child(9) {
    background-image: url(../images/jaggery/cashew.jpeg);
}

.category-item:nth-child(10) {
    background-image: url(/assets/images/jaggery/sugarcane\ jagery.jpeg);
}


/* Responsive Layout for Mobile (Single Column) */

/* Two Columns for screens below 768px */
@media (max-width: 768px) {
    .category-section {
        display: flex; /* Use flex layout */
        flex-wrap: wrap; /* Allow items to wrap to the next line */
        gap: 15px; /* Space between items */
    }

    .category-item {
        width: calc(50% - 15px); /* 50% of the container width, minus the gap */
        height: 180px; /* Adjust height for mobile */
        margin-bottom: 15px; /* Space below each item */
    }
}


/* Single Column for smaller mobile screens */
@media (max-width: 480px) {
    .category-section {
        display: flex;
        flex-direction: column; /* Stack items vertically */
        gap: 10px; /* Smaller gap for smaller devices */
    }

    .category-item {
        width: 100%; /* Full width for smaller mobile screens */
        height: 150px; /* Adjust height for small screens */
    }
}






/* slider */

.custom-heading-top {
  font-family: 'Roboto', 'sans-serif'; /* Replace with your desired font */
  font-size: 50px; /* Adjust size as needed */
  line-height: 52px;
  font-weight: bold;
  color: #546022; /* Maroon color */
  text-align: center; /* Center the heading */
  margin: 20px 0; /* Add spacing around the heading */
  text-transform: uppercase;
  padding-top: 30px;
}


.main-slider{
  margin-top: -20px;

}
.slider-header{
    /* margin-top: 8%; */
}
.slider {
    width: 98%;
    max-width: 100%;
    /* max-width: 980px; */
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    /* background-color: #f4faec; */
   
  }
  .item-slider {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff ;
  }

 .item-slider > p {
        position: relative; /* Position the paragraph to stay unaffected by the overlay */
        color: #fff; /* Bright white text color */
        font-weight: bold; /* Makes the text more readable */
        z-index: 2; /* Keep the text above the pseudo-element */
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7); /* Add subtle glow for brightness */
}

.item-slider > .slider-btn {
    position: relative;
    z-index: 2;
    margin-top: 10px; /* Space between the paragraph and the button */
    padding: 10px 20px;
    background-color:#546022; /* Button background color */
    color: #fff; /* Button text color */
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.item-slider > .slider-btn:hover {
    background-color:#546022; /* Darker shade on hover */
    transform: scale(1.05); /* Slightly enlarge the button on hover */
}

  .item-1{
    background-image: url(../images/products/spices-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .item-2{
    background-image: url(../images/products/herbal.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .item-3{
    background-image: url(../images/products/dairy.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .item-4{
    background-image: url(../images/products/jaggery.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .item-1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,45,84,.60);
    z-index: 1;
}
  .item-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,45,84,.60);
    z-index: 1;
}
  .item-3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,45,84,.60);
    z-index: 1;
}
  .item-4:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,45,84,.60);
    z-index: 1;
}

  /* Prev and Next Arrows */
  .slick-prevs, .slick-nexts {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #f1f1f1;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
    visibility: visible;
  }
  
  .slick-nexts {
  right: 8px;
  }
  
  .slick-prevs {
    left: 8px;
    z-index: 1;
  }
  
  
  /* Slider Dots Styles */
  
  .slider-nav {
      display: flex;
      width: 100px;
      overflow: hidden;  
      margin: 10px auto;
      height: 50px;
      align-items: center;
      padding:  0 3px;
    position: relative;
  }
  .slider-nav ul {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0;
      transition: all ease 0.4s;
    bottom: auto;
  }
  
  .slider-nav ul li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%; /* Default shape is a circle */
    background: #d3d3d3;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition for inactive dots */
    transform: scale(0.5) /* Smooth transition for inactive dots */
  }
  
  .slider-nav ul li button::before {
    display: none;
  }
  
  .slider-nav ul li.dot--medium button {
      transform: scale(0.8)
  }
  
  .slider-nav ul li button {
      font-size: 0;
      width: 10px;
      height: 10px;
      border: none;
      border-radius: 50%;
      background: #d3d3d3;
      padding: 0;
      cursor: pointer;
  }
  
  .slider-nav ul li {
      margin: 0;
      margin-right: 10px;
      line-height: 0;
  }
  
  .slider-nav ul li:last-child {
      margin-right: 0;
  }
  
   /* Active Dot Rectangle Animation */
  .slider-nav ul li.slick-active button {
    background-color: #000000;
    transform: scale(1.2);
    animation: circle-to-rectangle 0.4s forwards; /* Animation to transform to rectangle */
    width: 20px; /* Rectangle width */
    height: 10px; /* Rectangle height */
    border-radius: 15px; /* Rounded rectangle */
  }
  
  /* Define the circle-to-rectangle animation */
  @keyframes circle-to-rectangle {
    0% {
      width: 10px;
      height: 10px;
      border-radius: 50%; /* Start as a circle */
    }
    100% {
      width: 20px;
      height: 10px;
      border-radius: 15px; /* End as a rectangle with rounded corners */
    }
  }




/*-------------------------------------
        Why us?
--------------------------------------*/


.service {
   /* margin-top: 87px; */
    padding: 87px 0 87px;
    background-color: #f4faec;
}

.single-service-item{
    text-align: center;
    padding:55px 30px 60px;
    border-radius: 3px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-service-icon {
    display: inline-block;
    color: #50616c;
}
.single-service-item h2 a {
    font-size:20px;
    margin: 35px 0 20px;
}
.single-service-item h2 a span {text-transform:  lowercase;}
.single-service-item p {padding-bottom: 35px;text-transform: initial;position: relative;}
.single-service-item p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #eccf49;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.single-service-icon [class^="flaticon-"]:before,.single-service-icon[class*=" flaticon-"]:before,.single-service-icon [class^="flaticon-"]:after,.single-service-icon [class*=" flaticon-"]:after {font-size:60px;}
.single-service-item:hover .single-service-icon [class^="flaticon-"]:before,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:before,.single-service-item:hover .single-service-icon [class^="flaticon-"]:after,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:after {color:#fff;}


.single-service-item:hover h2 a,.single-service-item:hover p{color: #fff;}
.single-service-item:hover  p:before {background: #fff;}
.single-service-item:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #eccf49;border: 1px solid #9f8b30;}


/*-------------------------------------
        6. New-cars
--------------------------------------*/
.new-cars{
    background: #f8f9fb;
    padding:112px 0 120px;
}
.new-cars-content{padding-top:96px;}
/*.new-cars-txt*/
.new-cars-txt {margin-left: 29px;margin-bottom: 30px;}
.new-cars-txt h2 a {
    font-size:  30px;
    font-weight:  500;
    margin-bottom: 26px;
}
.new-cars-txt h2 a span {text-transform:  uppercase;}
.new-cars-para2 {margin-top: 30px;}
.welcome-btn.new-cars-btn {
    width: 176px;
    margin-top: 32px;
}
/*.new-cars-txt*/

/*.owl-dots */
.new-cars .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: transparent;
    border: 1px solid #6a7781;
    border-radius: 50%;
}
.new-cars .owl-theme .owl-dots .owl-dot.active span,.new-cars .owl-theme .owl-dots .owl-dot:hover span {background: #6a7781;}
.new-cars .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 62px;}
/*.owl-dots */

/*-------------------------------------
        7. Featured-cars
--------------------------------------*/
.featured-cars{
    padding:112px 0 120px;
}
.featured-cars-content{padding-top:96px;}

/*.single-featured-cars*/
.featured-img-box {
    border: 1px solid #dadfe9;
}
.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 220px;
    border-bottom: 1px solid #dadfe9;
}
.featured-model-info{padding:12px 7px;}
.featured-model-info p {
    font-size: 12px;
    color: #8c92a0;
    text-transform: capitalize;
}
.featured-mi-span{display: inline-block;margin:0 10px;}
.featured-hp-span{display: inline-block;margin-right: 10px;}
.featured-cars-txt{margin:21px 0 47px;}
.featured-cars-txt h2 a{font-size: 16px;margin-bottom: 15px;}
.featured-cars-txt h2 a span{text-transform: uppercase;}
.featured-cars-txt h3{margin-bottom: 10px;}
.featured-cars-txt h3,.featured-cars-txt p{font-size: 13px;}
/*.single-featured-cars*/

/*-------------------------------------       
        8. Clients-say 
--------------------------------------*/
.clients-say{padding:115px 0 80px;background: #f4faec;}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px 57px;
    text-align: center;
    border: 1px solid #dadfe9;
    overflow-x: hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}

/*testimonial-description*/
.clients-say .testimonial-carousel .col-sm-3,
.clients-say .testimonial-carousel .col-xs-12{
    width:100%;
    height:auto;
}
/* testimonial-info */
.testimonial-img {
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person h2 a,.testimonial-person h4 {
    font-size: 16px;
    color: #5e6778;
    font-weight: 600;
}
.testimonial-person h4{
    margin-top: 10px;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment p {
    font-size: 16px;
    color: #5e6778;
    margin-top: 30px;
    margin-bottom: 25px;
}/* testimonial-comment */


/*testimonial-description*/
.single-testimonial-box:hover h2 a,.single-testimonial-box:hover h4, .single-testimonial-box:hover p{color: #fff;}
.single-testimonial-box:hover{
    background: #eccf49;
    border: 1px solid #4e4ffa;
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}

/*owl carousel*/
.clients-say .owl-carousel .owl-stage {
    position: relative;
    padding: 100px 0 40px;
}
.clients-say .owl-carousel .owl-item img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius:50%;
    margin:0 auto;
}
/*owl carousel*/

/*-------------------------------------
        9. Brand
--------------------------------------*/
.brand{
    padding: 120px 0;
}
.brand-area {
    position:relative;
}
.brand-area .item {
    padding: 0 40px 0;
}

.brand .brand-area .owl-carousel .owl-item img {
display: block;
  width: 250px;
  height: 130px;
  border-radius: 0;
}
/*-------------------------------------
        10. Blog
--------------------------------------*/

/*-------------------------------------
        12. Contact
--------------------------------------*/
.contact {
    background: #546022;
}

.footer-top {
  padding: 55px 0 3px;
}

/*.footer-logo*/
.footer-logo a,.footer-logo a:hover,.footer-logo a:focus{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    text-transform:uppercase;
}
.single-footer-widget p {
    font-size: 14px;
    color: #eeeff6;
    max-width: 300px;
    margin:40px 0 20px;
}
.footer-contact p {
    margin: 0;
    color: #d1d7e9;
}
/*.footer-logo*/

.single-footer-widget {margin-bottom: 40px;}
.single-footer-widget h2 {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 43px;
  font-weight: bold;
}
.single-footer-widget ul li {
    display:  inherit;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.single-footer-widget ul li:hover{
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    -o-transform:translateX(10px);
    transform:translateX(10px);
}
.single-footer-widget ul li a {
    font-size:  14px;
    color:  #cfd0e3;
    font-weight:  300;
    padding-bottom: 13px;
}
.single-footer-widget ul li a span {text-transform: lowercase;}
.footer-newsletter p{
    color: #aeafc2;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px;
}
/*hm-foot-email*/
.hm-foot-email{position: relative;}
.foot-email-box .form-control {
    background:#26294d;
    display: block;
    padding: 15px 20px;
    outline:0!important;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    border:0;
}
.foot-email-box input[type="text"]{
    font-size: 12px;
    color: #666c81;
    font-weight: 300;
}
.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #666c81;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-email-box .form-control:hover{
    box-shadow:0 5px 15px rgba(0,0,0,.4);
}
/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
    padding: 20px 0 17px;
    border-top: 1px solid #434859;
}
.footer-copyright p,.footer-copyright p a {
    color: #a8a9bf;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social{text-align: right;}
.footer-social a i {
    color: #fff;
    opacity: .40;
    font-size: 14px;
    margin-left: 16px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social i:hover{opacity: .70;}
/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#4e4ffa;
	border:1px solid #4e4ffa;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #4e4ffa;
	border:1px solid #4e4ffa;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================