

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 32px;
  color: #4a4a4a;
  font-family: 'Poppins', sans-serif;
}

img {
  width: 100%;
  overflow: hidden;
}

.imgRadius{border-radius:18px;}
.link-color{color:#757575}
/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
   font-family: 'Poppins', sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 150px;
}

.section-heading {
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 800;  
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all .3s;
}

.icon-button a i {
  background-color: #be031e;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: #be031e;
}

.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: #be031e;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  /*height: 40px;
  line-height: 40px;*/
  padding: 15px 30px;
  border-radius: 30px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #1e1e1e;
  color: #fff;
  transition .2s transform ease-in-out
}


.enquire-button a {
  display: inline-block;
  background-color: #be031e ;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 40px; 
  border-radius:4px;
  transition: all .3s;
}

.enquire-button a:hover {
  background-color: #1e1e1e;
  color: #fff;
}

.bg-gry{background:#f6f6f6}
/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #be031e;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #be031e;
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
  background-color: #000;
  padding: 10px 0px;
  border-bottom: 1px solid #000;
}


.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 8px;
}

.sub-header ul.social-links li a {
  /*display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #c8484d;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;  
  font-size: 14px;*/
  color: #fff;
  transition: all .3s;
}

.sub-header ul.social-links li a:hover {
  color: #be031e;
}

.sub-header ul.info li {
  font-size: 14px;
  color: #7a7a7a;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}

.sub-header ul.info li a{color:#ffffff}
.sub-header ul.info li a:hover{color:#be031e;text-decoration:underline !important;}
.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: #fff;
  margin-right: 8px;
}

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: relative;
  background-color: #fff;
  /*height: 100px;*/
  z-index: 200;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 2px;
}

.background-header .main-nav .logo h1 {
  line-height: 80px;
}

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  padding-top: 24px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 9px;
  /*height: 100px;*/
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}


.header-area .main-nav .nav li:hover a {
  color: #be031e;
}

.header-area .main-nav .nav li a.active {
  color: #be031e;
}


.background-header .main-nav .nav li a.active {
  color: #be031e;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  /*margin-top: 20px;*/
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.visible{
  display:inline !important;
}

.whats-app-info-card{border:1px solid #fafafa; padding:15px 10px; width:70%; margin:50px auto; background:#25D366;border-radius:50px;display:none; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);}

.whats-app-info-card a { color:#fff; font-weight:700; }
.whats-app-info-card a img{width:38px; padding:5px 5px;}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 767px) {
    .header-area .main-nav ul.nav {
        padding-top: 0px;
    flex-basis: 100%;}
	.whats-app-info-card{display:block !important;}
	
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    /*border-radius: 0px 0px 25px 25px;*/
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 60px;
    height: 60px;
    font-weight: 600;
    color: #1e1e1e;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 60px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    /*background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;*/
  }
  .header-area {
    /*padding: 0px 15px;*/
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
 .header-area .container {
    padding: 0px;	
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  /*.header-area .main-nav {
    overflow: hidden;
	height:100vh;
  } */
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
	text-align:left;
    padding-left: 20px !important;
    padding-right: 10px !important;
  }
  
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 175px 19% 175px 19%;
  margin-top: 0px;
}

.main-banner .item-1 {
  background-image: url(../images/banner-01.jpg);
}

.main-banner .item-2 {
  background-image: url(../images/banner-02.jpg);
}

.main-banner .item-3 {
  background-image: url(../images/banner-03.jpg);
}
.main-banner .item-4 {
  background-image: url(../images/banner-04.jpg);
}
.main-banner .item span.category {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 30px;
}

.main-banner .item span.category em {
  font-style: normal;
  color: #be031e;
}

.main-banner .item h1 {
  font-size: 5.5rem;
  font-weight: 800; 
  color: #fff;  
  width: 100%;
  margin-bottom: 0px;
  text-shadow: 2px 2px #000;
}

.main-banner .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 20%;
}

.main-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .5s;
}

.main-banner .owl-dots .active {
  background-color: #be031e;
}

.main-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  left: 45px;
}

.main-banner .owl-nav .owl-next i {
  position: absolute;
  right: 45px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}



/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
  position: relative;
}

.featured .left-image img {
  /*padding-left: 55px;*/
  border-radius:18px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #be031e;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: -55px;
}

.featured .section-heading { 
  margin-bottom: 30px;
}

.featured .section-heading h2 {
  width: 80%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.featured .accordion-button:not(.collapsed) {
  color: #be031e;
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/



.video {
  background-image: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  position: relative; 
}
.video .video-wrap::before {
    content: "";
    background: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    height: 100%;
	z-index:-10;
}

.video-content {
  margin-top: -240px;
}

.video .section-heading h2 {
  color: #fff; 
}

.video-content .video-frame {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}


.videobg{ position: relative;}

.videobg .video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   background:rgba(0,0,0,1)
}

.owl-productsThumb .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.owl-productsThumb .owl-nav .owl-prev i,
.owl-productsThumb .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.owl-productsThumb .owl-nav .owl-prev i {
  position: absolute;
  left: 45px;
}

.owl-productsThumb .owl-nav .owl-next i {
  position: absolute;
  right: 45px;
}

.owl-productsThumb .owl-nav .owl-prev i:hover,
.owl-productsThumb .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}



/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/

.fun-facts {
  text-align: center;
  margin: 20px 0px;
}

.fun-facts .counter {
  background-color: #ffeee9;
  position: relative;
  border-radius: 0px;
  width: 270px;
  padding: 20px 0px;
  display: inline-block;
}

.fun-facts .counter h2,
.fun-facts .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.fun-facts .counter p {
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 28px;
}

.fun-facts .counter h2 { 
  font-size: 40px;
  color: #be031e;
}




/* 
---------------------------------------------
Agro Items Style
--------------------------------------------- 
*/

.properties .item {
  background-color: #fafafa;   
  position:relative;
border-radius:8px;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb),.15)
}
.properties .box-padd{padding:30px;}

.properties .item:hover {box-shadow: none; transition: 0.3s;}


.properties .item img {
   transition: transform .5s ease;
   border-radius:16px 16px 0px 0px; 
}

.properties .item:hover img{ transform: scale(1.1);}

 
 
.properties .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px 0px 0px 5px;
  font-size: 13px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
  position:absolute;
  top:20px; right:30px;
}

.properties .item h3 { 
  margin: 5px 0px;
  padding-bottom:15px;
  border-bottom:1px solid #eaeaea;
}

.properties .item h4 a {
  color: #1e1e1e;
}


.properties .item ul li {	
  display: block;
  font-size: 18px;
  color: #4a4a4a;
  padding:12px 0px;  
  list-style-type:circle;
  text-indent: -2em;
  margin-left:2em;
}

.properties .item ul li:before{ 
content: "\f058"; 
font-family: FontAwesome;
 margin-right: 1em;
 color:#ccc;
}
.properties .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}



.properties .item h6 {
  font-size: 20px;
  color: #be031e;
  margin-top: 6px;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.properties .item .chatbutton a{
  background-color: #1e1e1e;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
	display:inline-block;
    text-transform: none;
    border-radius: 20px;
    padding-left: 0px;
	 padding-right: 20px;
}

.properties .item .chatbutton a i {
 background-color: #be031e;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    margin-left: -1px;
}


.properties .section-heading {   
    margin-bottom: 30px;
	}



/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}

.contact-content #map {
  border-radius: 10px;
  margin-bottom: 60px;
}

.contact-content .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 25px 20px;
  background-color: #fff;
}

.contact-content .phone {
  margin-right: 0px;
}

.contact-content .email {
  margin-left: 0px;
}

.contact-content .item img {
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}

.contact-content .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-content #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-content #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-content #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-content #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-content #contact-form button:hover {
  background-color: #be031e;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

/*--------------------------------------------------------------
/** 4.4 Footer
--------------------------------------------------------------*/
footer#footer {
	padding:50px 0px;
	background:#000;
  /*margin-top: 100px;*/
}

#footer img.footer-logo {
  margin-bottom: 30px;
}

.footer-menu {
  margin-right: 15px;
}

.footer-menu h5 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 40px;
  color:#fff;
  text-transform: capitalize;
}

.footer-menu p {
  line-height: 2;
  color:#757575;
}

.footer-menu .menu-list i.icon {
  padding-right: 10px;
  color: var(--accent-color);
}

.footer-menu .social-links ul {
  display: flex;
  list-style: none;
}

.footer-menu .social-links li {
  margin-right: 30px;
}

.footer-menu .social-links a {
  color: #757575;
}

.footer-menu .social-links a:hover {
  color: #111;
}

.footer-menu .menu-list li.menu-item {
  margin-bottom: 20px;
}

.footer-menu .menu-item {
  display: flex;
  color:#757575;
}

.footer-menu .menu-item a {
  text-transform: capitalize;
  position: relative;
  transition: 0.3s ease-out;
  color: #757575;
}

.footer-menu .menu-item a:hover {
  padding-left: 20px;
  color: #be031e;
}

.footer-menu .menu-item a:hover:before {
  content: "";
  border-bottom: 2px solid #323030;
  position: absolute;
  top: 12px;
  left: 3px;
  width: 14px;
  align-items: center;
}

.footer-menu .phone a{color:#757575;}
/* Footer bottom */
#footer-bottom {
	background:#1e1e1e;
  border-top: 1px solid #323030;
  padding: 30px 0px;
  /*margin-top: 80px;*/
 
}
.copyright p{color:#757575}
.copyright a {color:#757575}
.copyright a:hover{color:#be031e; text-decoration:underline;}


@media only screen and (max-width: 800px) {

  #footer-bottom .copyright,
  #footer-bottom .text-right {
    text-align: center !important;
	
  }
}


/*
footer.footer-no-gap {
  margin-top: 0px;
}

footer {
  margin-top: 150px;
  background-color: #1e1e1e;
  min-height: 100px;
}

footer p {
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}

*/
/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/


.page-heading .bg1 {
	background-image: url(../images/agro-header-bg.jpg);
	padding: 80px 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;	
	text-align: center; 
}

.page-heading .bg2 {
	background-image: url(../images/merchant-header-bg.jpg);
	padding: 80px 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;	
	text-align: center; 
}

.page-heading .bg3 {
	background-image: url(../images/domestic-header-bg.jpg);
	padding: 80px 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;	
	text-align: center; 
}

.page-heading span { 
  color: rgba(255,255,255,.5);
  font-size: 16px;
  font-weight: 500; 
  padding-top: 15px;
  display: inline-block;
}

.page-heading span a {
  color: #fff;
}

.page-heading h3 {
  font-size: 48px;
  font-weight: 800;  
  color: #fff;
  letter-spacing:1px
}


/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties ul.properties-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.properties ul.properties-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.properties ul.properties-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: #1e1e1e;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all .3s;
}

.properties ul.properties-filter li a.is_active {
  background-color: #be031e;
  color: #fff;
}

.properties ul.properties-filter li a.is_active:hover {
  color: #fff;
}

.properties ul.properties-filter li a:hover {
  color: #be031e;
}

.properties ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.properties ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.properties ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.properties ul.pagination li a:hover,
.properties ul.pagination li a.is_active {
  background-color: #be031e;
  color: #fff;
}


/* 
---------------------------------------------
About us Style
--------------------------------------------- */

.gray-bg {
  background-color: #fafafa;
  padding: 50px 0px;
}

.about .main-image img {
  float: none;
}

.about .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.visionmission .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}


.about h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}


.team h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}




.about .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.about .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.about .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.about .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.about .accordion-button:not(.collapsed) {
  color: #be031e;
  background-color: #fafafa;
  outline: none;
}

.about .accordion-button::after {
  display: none;
}

.about #headingThree {
  border-bottom: none;
}

.about .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.about .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  margin-left: 60px;
}

.about .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.about .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.about .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.about .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}


.team .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 10px;
  margin-left: 60px;
}

.team .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.team .main-content .show-more-height { 
  max-height: 410px; 
  overflow:hidden;
 transition: all .5s;  
}

.team .main-content .show-more-height-1 { 
  max-height: 360px; 
  overflow:hidden;
 transition: all .5s;  
}

.team .show-more{cursor:pointer; color:#be031e;}
.team .show-more-1{cursor:pointer; color:#be031e;}
/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/
.contact-page{background:#f6f6f6;padding-top:150px;}

.contact-page .section-heading {
  margin-bottom: 40px; 
}



.contact-page .branch{color: #ee626b;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
	margin-bottom:.8rem;
}

.contact-page .item {
  border-radius: 10px;
  /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);*/
  padding: 35px 30px;
  background-color: #fff;
  display: inline-block;
  min-width: 360px;
}

.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}


.contact-page .address-box {
  margin: 30px 0px;
  border-radius: 18px; 
  padding: 30px;
  background-color: #fff;
}


.contact-page #contact-form {
  border-radius: 18px;
  /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);*/
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 16px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 90px;
  max-height: 100px;
  border-radius: 12px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-page #contact-form button:hover {
  background-color: #be031e;
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/



@media (max-width: 767px) {

.main-nav .logo img{max-width:215px}
.owl-nav{display:none;}
.our-services .owl-dots {margin-top: 20px !important;}
.main-banner .owl-dots {position: absolute;	bottom: 15px;left: 40%;	}
.section { margin-top: 60px;}
.contact-page{padding-top:60px;}
.main-banner .item span.category{margin-bottom:15px;}
.page-heading .bg1, .page-heading .bg2{padding:25px 0px}
.footer-menu h5{margin:25px 0px 15px 0px }	
	
/*.fun-facts{margin-top:116px}*/
.featured .section-heading h2{width:100%;font-size:24px;line-height:32px}
.video .section-heading h2{width:100%;font-size:24px;line-height:32px}
.properties .section-heading h2{width:100%;font-size:24px;line-height:32px}
.contact .section-heading h2{width:100%;font-size:24px;line-height:32px}
.sec-cta h2 {font-size:24px !important;line-height:32px !important;padding:10px 20px !important;}
.enquire-button{padding:10px 20px !important;}
.page-heading h3 {font-size:32px;line-height:40px}	
.section-heading h2 {width:100%;font-size:24px;line-height:32px}
.section-heading {margin-bottom: 20px;}
/*.video {padding: 50px 0px 20px 0px;}*/
.about .info-table{margin-left:0px;padding:15px; margin-top:15px;}
.thumb_img_left{display:none;}	
.agriProducts .section { margin: 50px 0px !important;}
.lead{font-size:14px;}
  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }
  .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
  }
  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .properties ul.properties-filter li {
    margin: 5px;
  }
  .header-area .main-nav .nav li:last-child {
    /*display: none;*/
  }
}

@media (max-width: 992px) {
	/*.main-nav .logo img{max-width:225px}
	.owl-nav{display:none;}
	.main-banner .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 40%;
}
.section {
    margin-top: 60px;
}
.main-banner .item span.category{margin-bottom:15px;}
*/
  .sub-header {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  .main-banner .item{
	  padding:52px 22px;
  }
  .main-banner .item h1 {
    width: 100%;
	font-size:32px;
	/*padding-bottom:100px;*/
	line-height:42px;
  }
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 60px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured .info-table {
    margin-top: 45px;
  }

  .fun-facts .counter {
    margin-bottom: 45px;
  }
  .best-deal .section-heading {
    text-align: center;
  }
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }
  .best-deal .info-table {
    margin-bottom: 45px;
  }
  .best-deal .tab-content img {
    padding: 0px;
  }
  .best-deal .tabs-content h4 {
    margin-top: 45px;
  }
  .properties .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .properties .item .main-button {
    /*text-align: center;*/
  }
  .properties .item ul li {
    margin-right: 10px;
    font-size: 16px;
  }
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
  .single-property .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }
  .contact-page .section-heading {
    margin-right: 0px !important;
  }
  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }
  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }
  .contact-page .section-heading {
    margin-right: 100px;
  }
}

.custom-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.header-text{position:relative; z-index:150;}


.hero-video .video-wrap {
    width: 100%;
       position: relative;
}

.hero-video .video-wrap::before {
    content: "";
    background: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.hero-video .video-wrap video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

 
/*---------------------------------------------
Services Style
--------------------------------------------- */


.our-services .services-left-dec img {
  width: 387px;
  height: 638px;
  left: -80px;
  top: -140px;
  position: absolute;
  z-index: 1;
}

.our-services .services-right-dec img {
  width: 305px;
  height: 305px;
  right: 25px;
  bottom: -120px;
  position: absolute;
  z-index: 1;
}

.our-services .container {
  position: relative;
}

.our-services {
  position: relative; 
  padding: 100px 0px;
  z-index:150;
}

.our-services .section-heading {
  text-align: center;
  margin-bottom: 45px;
}
/*
.our-services .section-heading h2 {
  margin: 0px 60px;
  margin-bottom: -10px;
}*/

.our-services .item {
cursor:move;
  text-align: center;
  margin: 8px;
  border-radius: 0px;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

.our-services .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 10px 0px;
  line-height: 30px;
}

.our-services .item .icon {
  /*width: 250px; */
  margin: 10px auto;
}

.our-services .item .icon img{border-radius:2%;}
.our-services .item p {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.our-services .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.our-services .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #ff695f;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.our-services .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}


.sec-cta {
	
  background-size: cover;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .sec-cta.overlay {
    position: relative; }
    .sec-cta.overlay:before {
      background: #000;    
      opacity: .6;
      overflow: hidden;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 1; }
  .sec-cta > .container {
    position: relative;	
    z-index: 2; }
	
	.sec-cta h2{font-size: 42px;
    font-weight: 800;
    line-height: 56px;}
  .sec-cta .heading {
    color: #fff; }
  .sec-cta p {
    color: #fff; }
	
	
.agriProducts .section{margin:250px 0px}
.agriProducts img{border-radius:18px;}	
.thumb_img_left {
	position:absolute;
	bottom:-75px;
	left:27%;
	z-index:100;	 }

.thumb_img_left img{border:3px solid rgba(255,255,255,1);}
.thumb_img_right {
	position:absolute;
	top:-100px;
	left:40%;
	z-index:100;	}
	

.agriProducts ul li {
   /* border-bottom: 1px solid #ddd;*/
    padding: 12px 0px;
}

.agriProducts ul li .fa {
    color: #be031e;
    font-size: 12px;
    margin-right: 10px;
}



.star {
  width: 300px;  
  aspect-ratio: 1;
  background: #F8CA00;
  clip-path: polygon(50% 0,
    calc(50%*(1 + sin(.4turn))) calc(50%*(1 - cos(.4turn))),
    calc(50%*(1 - sin(.2turn))) calc(50%*(1 - cos(.2turn))),
    calc(50%*(1 + sin(.2turn))) calc(50%*(1 - cos(.2turn))),
    calc(50%*(1 - sin(.4turn))) calc(50%*(1 - cos(.4turn))) 
   ); 
  /* or more simple
  clip-path: polygon(50% 0,79% 90%,2% 35%,98% 35%,21% 90%); 
   */
}

.owl-portfolio .item img{border-radius:10px;}

/*Our gallery*/
.our-gallery {overflow:hidden}
.our-gallery .gallery-left-dec img {
  width: 387px;
  height: 638px;
  left: -80px;
  top: -140px;
  position: absolute;
  z-index: 1;
}

.our-gallery .gallery-right-dec img {
  width: 305px;
  height: 305px;
  right: 25px;
  bottom: -120px;
  position: absolute;
  z-index: 1;
}

.our-gallery .container {
  position: relative;
}

.our-gallery {
  position: relative;
  margin-top: 0px;

}


.our-gallery .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.our-gallery .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #ff695f;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.our-gallery .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}


/*Certification*/
.certification {background:#eaeaea;padding:100px 0px}
.certification .item {
  text-align: center;
  margin: 0px 40px 0px 0px;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 40px;
  cursor:all-scroll;
  
}

.certification .item  img{ max-width:100%;}
@media (max-width: 767px) {
	.certification .item {
    text-align: center;
    margin: 0px 20px;
    border-radius: 0px;
    background-color: #fff;
    padding: 5px 20px;
}
	
}

/*Mouse Scroll down animation*/

.scroll-down-btn {
        display: inline-block;
        text-decoration: none;
      }
      .scroll-down-btn p {
        margin-top: 1.25rem;
        color: white;
        font-size: .875rem;
        font-weight: 500;
        letter-spacing: .375rem;
        text-indent: .375rem;
        animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
      }
      .mouse {
        background: #2c333e linear-gradient(transparent 0%, transparent 50%, white 50%, white 100%);
        position: relative;
        width: 38px;
        height: 65px;
        margin: 30px auto;
        border-radius: 6rem;
        background-size: 100% 200%;
        animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
      }
      .mouse:before, .mouse:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
      }
      .mouse:before {
        width: 34px;
        height: 61px;
        background-color: #000;
        border-radius: 6rem;
      }
      .mouse:after {
        background-color: white;
        width: .375rem;
        height: .375rem;
        border-radius: 100%;
        animation: trackBallSlide 5s linear infinite;
      }
      @keyframes colorSlide {
        0% { background-position: 0% 100%; }
        20% { background-position: 0% 0%; }
        21% { background-color: #2c333e; }
        29.99% {
          background-color: white;
          background-position: 0% 0%;
        }
        30% {
          background-color: #2c333e;
          background-position: 0% 100%;
        }
        50% { background-position: 0% 0%; }
        51% { background-color: #2c333e; }
        59% {
          background-color: white;
          background-position: 0% 0%;
        }
        60% {
          background-color: #2c333e;
          background-position: 0% 100%;
        }
        80% { background-position: 0% 0%; }
        81% { background-color: #2c333e; }
        90%, 100% {
          background-color: white;
        }
      }
      @keyframes trackBallSlide {
        0% {
          opacity: 1;
          transform: scale(1) translateY(-20px);
        }
        6% {
          opacity: 1;
          transform: scale(0.9) translateY(5px);
        }
        14% {
          opacity: 0;
          transform: scale(0.4) translateY(40px);
        }
        15%, 19% {
          opacity: 0;
          transform: scale(0.4) translateY(-20px);
        }
        28%, 29.99% {
          opacity: 1;
          transform: scale(1) translateY(-20px);
        }
        30% {
          opacity: 1;
          transform: scale(1) translateY(-20px);
        }
        36% {
          opacity: 1;
          transform: scale(0.9) translateY(5px);
        }
        44% {
          opacity: 0;
          transform: scale(0.4) translateY(40px);
        }
        45%, 49% {
          opacity: 0;
          transform: scale(0.4) translateY(-20px);
        }
        58%, 59.99% {
          opacity: 1;
          transform: scale(1) translateY(-20px);
        }
        60% {
          opacity: 1;
          transform: scale(1) translateY(-20px);
        }
        66% {
          opacity: 1;
          transform: scale(0.9) translateY(5px);
        }
        74% {
          opacity: 0;
          transform: scale(0.4) translateY(40px);
        }
        75%, 79% {
          opacity: 0;
          transform: scale(0.4) translateY(-20px);
        }
        88%, 100% {
          opacity: 1;
          transform: scale(1) translateY(-20px);
        }
      }
      @keyframes nudgeMouse {
        0%, 30%, 60%, 90% { transform: translateY(0); }
        20%, 50%, 80% { transform: translateY(8px); }
      }
      @keyframes nudgeText {
        0%, 30%, 60%, 90% { transform: translateY(0); }
        20%, 50%, 80% { transform: translateY(2px); }
      }
      @keyframes colorText {
        21%, 51%, 81% { color: #2c333e; }
        30%, 60%, 90% { color: white; }
      }
	  
	  /*Trading section*/
	  
	  .trading .card{background:#fafafa;padding:30px;}
	  
	   .d-sm-none,  .d-xs-none{display: none }
	   
 
/*---------------------------------------------
Scroll to Top
--------------------------------------------- */

button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #EA5D5F;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #be031e;
  font-size: 25px;
  right: 25px;
	bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
	   
	   