@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url(classy-nav.css);

:root {
  /* --brand: #00bfe7; */
  --brand: #ffa329;
  --sub: #D10024;
  --body: #516171;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
	/* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
	/* background: linear-gradient(-45deg, #100028, #163669, #2e1036, #172597); */
	background-size: 11400% 11400%;
	animation: gradient 10s ease infinite;
	height: 100vh;
  /* overflow: hidden; */
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

html,
body {
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Lato", sans-serif;
}

/* h1 {
	font-size: 42px;
} */

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	color: #707070;
	font-weight: 400;
	line-height: 26px;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0; 
}

ul li {
  margin: 0;
  padding: 0; 
}

a {
  color: var(--body);
  text-decoration: none;
}

a:hover {
  color: var(--brand);
  text-decoration: none;
}

.text-brand{
  color: var(--brand);
}

.background-brand{
  background-color: var(--brand);
}

.btn-brand{
  background-color: var(--brand);
  color: white;
}

.btn-brand:hover{
  background-color: white;
  color: var(--brand);
  border: 1px solid var(--brand);
}

/* Topbar */
.topbar .icons a{
  color: black;
  background-color: white;
  border: 1px solid white;
}

.topbar .icons a:hover{
  background-color: black;
  color: white;
  border: 1px solid white;
}

.top-button{
 border: 1px solid var(--brand);
  color: white; 
  margin: 5px; 
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/* Back to Top */
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
  background-color: var(--brand);
  color: white;
}
.back-to-top:hover {
  border: 1px solid var(--brand);
  background-color: transparent;
  color: var(--brand);
}

/* Float Icons */
.float {
  position:fixed;
  width:60px;
  height:60px;
  bottom:110px;
  left:20px;
  background-color:#37b6ff;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-2 {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:20px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float {
  margin-top:16px;
}

.float:hover {
  color: #37b6ff;
  background-color: white;
  border: 1px solid #37b6ff;
}

.float-2:hover {
  color: #25d366;
  background-color: white;
  border: 1px solid #25d366;
}

/*** Footer ***/
.footer{
  /* background-color: white; */
  background-color: black;
}

.footer a{
  text-decoration: none;
}

.footer-head{
  color: white;
  font-weight: 900;
}

.footer-color{
  color: #b9babc;
  /* color: rgb(255, 255, 255); */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: .3s;
  /* background-color: var(--brand);
  border: 1px solid var(--brand); */
}

.footer .btn.btn-social:hover {
  color: black;
  /* background-color: white; */
  /* background-color: black;
  border: 1px solid var(--brand); */
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  /* color: rgb(255, 255, 255); */
  color: #b9babc;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  /* color: white; */
  color: var(--sub);
  text-decoration: none;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .3);
}

.footer .copyright a {
  color: white;
  /* color: #000000; */
}

.footer .copyright a:hover {
  color: var(--sub);
}


.close {
  color: #000;
  opacity: 0.7;
  font-size: 40px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.close:hover {
  opacity: 1;
}

.slider-top {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Add this to hide overflow content */
}

.item {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1), &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) { left: 50%; }
  &:nth-child(4) { left: calc(50% + 220px); }
  &:nth-child(5) { left: calc(50% + 440px); }
  &:nth-child(6) { left: calc(50% + 660px); opacity: 0; }
}

.content {
  /* width: min(30vw,400px); */
  width: 40%; /* Adjust content width */
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font: 400 0.85rem helvetica,sans-serif;
  color: white;
  text-shadow: 0 3px 8px rgba(0,0,0,0.5);
  opacity: 0;
  display: none;

  & .title {
    font-family: 'arial-black';
    text-transform: uppercase;
    color: white;
  }

  & .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 0.8rem;
    color: white;
  }

  & .slider-btn {
    width: fit-content;
    background-color: rgba(0,0,0,0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
  }
}

.item:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none;

  & .btn {
    background-color: rgba(255,255,255,0.5);
    color: rgba(0,0,0,0.7);
    border: 2px solid rgba(0,0,0,0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;

    &:hover {
      background-color: rgba(255,255,255,0.3);
    }
  }
}

@media (width > 650px) and (width < 900px) {
  .content {
    & .title        { font-size: 1rem; }
    & .description  { font-size: 0.7rem; }
    & .slider-btn        { font-size: 0.7rem; }
  }
  .item {
    width: 160px;
    height: 270px;

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 170px); }
    &:nth-child(5) { left: calc(50% + 340px); }
    &:nth-child(6) { left: calc(50% + 510px); opacity: 0; }
  }
}

@media (width < 650px) {
  .content {
    & .title        { font-size: 0.9rem; }
    & .description  { font-size: 0.65rem; }
    & .slider-btn        { font-size: 0.7rem; }
  }
  .item {
    width: 130px;
    height: 220px;

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 140px); }
    &:nth-child(5) { left: calc(50% + 280px); }
    &:nth-child(6) { left: calc(50% + 420px); opacity: 0; }
  }
}

.shop {
  position: relative;
  overflow: hidden;
  margin: 15px 0px;
}

.shop:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 60%;
  background: var(--sub);
  opacity: 0.9;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.shop:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 100%;
  background: var(--sub);
  opacity: 0.9;
  -webkit-transform: skewX(-45deg) translateX(-100%);
  -ms-transform: skewX(-45deg) translateX(-100%);
  transform: skewX(-45deg) translateX(-100%);
}

.shop .shop-img {
  position: relative;
  background-color: #E4E7ED;
  z-index: -1;
}

.shop .shop-img>img {
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.shop:hover .shop-img>img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.shop .shop-body {
  position: absolute;
  top: 0;
  width: 75%;
  padding: 30px;
  z-index: 10;
}

.shop .shop-body h3 {
  color: #FFF;
}

/* .shop .shop-body .cta-btn {
  color: #FFF;
  text-transform: uppercase;
} */

.pulse-duration {
  animation-duration: 2s; /* Change the duration as needed */
}

.section-inner {
  padding:20px 30px 0;
}

.owl-carousel .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 50px
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: rgba(0, 0, 0, 0.2);
}

.owl-carousel .owl-dots .owl-dot:focus {
    outline: none
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #000000
}

/*==============================================
07. WORK BLOCK CSS
================================================*/
.gallery-section {
  text-align: center;
}
.portfolio-item img {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 10px;
}
.portfolio-item .thumb-inner {
  position: absolute;
  z-index: 99;
  bottom: 0;
  text-align: left;
  padding: 20px;
  background-color: rgba(250,250,250,0.25);
  width: 100%;
  height: 60px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-item .thumb-inner h4 {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 0px;
  color: white;
  text-transform: uppercase;
}
.portfolio-item .thumb-inner p {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-bottom: 0px;
}
.portfolio-item:hover .thumb-inner p {
  position: relative;
  opacity: 1;
  visibility: visible;
  color: #4a4a4a;
}
.portfolio-item .thumb-inner a {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-bottom: 0px;
}
.portfolio-item:hover .thumb-inner a {
  position: relative;
  opacity: 1;
  visibility: visible;
  color: #4a4a4a;
}
.portfolio-item:hover .thumb-inner {
  border-radius: 10px;
  height: 100%;
  background-color: rgba(250,250,250,0.9)
}
.portfolio-item:hover .thumb-inner h4 {
   margin-top: 30%;
  color: #1e1e1e;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1440px) {
	
	.owl-carousel .owl-item .client-img img {
		max-width:80px;
	}
	.gallery-section {
		padding-top:10px;
	}
}
@media only screen and (max-width: 1199px) {
	
	.owl-nav {
		margin-top: 35px;
	}
	
	.owl-carousel .owl-dots {
		margin-top:35px;
	}
	
}
@media only screen and (max-width: 991px) {
	
	.owl-nav > button {
		width: 40px;
		height: 40px;
	}
	.owl-nav > button:after {
		width:12px;
		height:12px;
		left:17px;
		top:13px;
	}
	.owl-nav > button.owl-next:after {
		left:11px;
	}
	
}
@media only screen and (max-width: 575px) {
	
	.owl-carousel .owl-item .client-img img {
		max-width:65px;
		margin-right: 10px;
	}
	
}
@media only screen and (max-width: 320px) {
	.gallery-overlay p {
		display: none;
	}
}

.cta-btn {
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
}

.cta-btn:hover {
  text-decoration: underline;
}

.cta-mine {
  background: url("../img/image-3/consultation.avif") fixed center center;
  background-size: cover;
  padding: 100px 0;
  clear: both;
}

.cta-mine h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta-mine p {
  color: #fff;
  font-weight: lighter;
}

.cta-mine .cta-btn-bg {
  padding: 10px 20px;
  background-color: var(--brand);
  /* height: 80px;
  line-height: 80px; */
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.cta-mine .cta-btn-bg:hover {
  background: var(--sub);
}

@media (max-width: 1024px) {
  .cta-mine {
    background-attachment: scroll;
  }
}

@media (max-width: 769px){
  .cta-mine .cta-btn-container{
    padding-top: 30px;
  }
}

@media (min-width: 769px) {
  .cta-mine .cta-btn-container {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cta-mine h3 {
    font-size: 30px;
  }
  
  .cta-mine p {
    font-size: 25px;
  }
}

.video-content {
  margin-top: 50px;
}

.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;
}

.video-content .video-frame video {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.video-content .video-frame button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-26px, -26px);
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  color: #f35525;
  outline: 15px solid rgba(254, 85, 37, 0.5);
  font-size: 18px;
  border: 1px solid white;
}

/* .categories-area{background-image:url(../img/gallery/shape1.png);background-size:71%;
background-repeat:no-repeat;background-position:left top} */
.categories-area .single-cat{
  border:1px solid #e1ebf7;
  border-radius:6px;
  padding:61px 22px;
-webkit-transition:all .4s ease-out 0s;
-moz-transition:all .4s ease-out 0s;
-ms-transition:all .4s ease-out 0s;
-o-transition:all .4s ease-out 0s;
transition:all .4s ease-out 0s;
position:relative;z-index:1
}
.categories-area .single-cat::before{
  position:absolute;
  content:"";width:100%;
  height:0;
  /* background:#ff3d1c; */
transition:.6s;
bottom:0;
left:0; 
z-index:-1;
border-radius:6px
}
.categories-area .single-cat .cat-icon i{
  color:var(--brand);
  font-size:50px;
  margin-bottom:30px;
  display:block;
margin-bottom:50px;
width:100px;
height:100px;
background:#fff4f4;
line-height:100px;
text-align:center;
border-radius:50px;
display:inline-block
}
.categories-area .single-cat .cat-cap h5>a{
  font-size:25px;
font-weight:700;
margin-bottom:21px;
display:block;
-webkit-transition:all .2s ease-out 0s;
-moz-transition:all .2s ease-out 0s;
-ms-transition:all .2s ease-out 0s;
-o-transition:all .2s ease-out 0s;
transition:all .2s ease-out 0s
}
@media only screen and (min-width: 576px) and (max-width: 767px){
.categories-area .single-cat .cat-cap h5>a{
  font-size:21px
}
}
@media (max-width: 575px){
  .categories-area .single-cat .cat-cap h5>a{
    font-size:21px
  }
}
.categories-area .single-cat .cat-cap p{
  margin-bottom:36px;
  color:#000000;
  font-size:16px;
  -webkit-transition:all .2s ease-out 0s;
-moz-transition:all .2s ease-out 0s;
-ms-transition:all .2s ease-out 0s;
-o-transition:all .2s ease-out 0s;
transition:all .2s ease-out 0s;
margin:0
}
@media only screen and (min-width: 576px) and (max-width: 767px){
.categories-area .single-cat .cat-cap p{
  font-size:15px
}
}
.categories-area .single-cat .cat-cap a{
  color:rgb(0, 0, 0);
  font-size:16px;
  font-weight:600;
  -webkit-transition:all .2s ease-out 0s;
-moz-transition:all .2s ease-out 0s;
-ms-transition:all .2s ease-out 0s;
-o-transition:all .2s ease-out 0s;
transition:all .2s ease-out 0s
}
.categories-area 
.single-cat:hover{
  border:1px solid transparent;
}
.categories-area 
.single-cat:hover::before{
  height:100%;
}
.categories-area .single-cat:hover .cat-icon i{
  background:#fff;
}
.categories-area .single-cat:hover .cat-cap h5{
  color:#fff;
}
.categories-area .single-cat:hover 
.cat-cap p{
  color:#fff;
}
.categories-area .single-cat:hover .cat-cap a{
  color:#fff;
}


.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s, opacity 0.5s;
  position: absolute;
  /* Color of ripple circle for hover effect */
  /* background: #15144e; */
  background: var(--brand);
}

/*---------------------
  Counter
-----------------------*/
.counter {
  /* background: #100028; */
  background: transparent;
  height: 840px;
  padding-top: 380px;
  overflow: hidden;
}

.counter__content {
  padding: 0px 50px;
}

.counter__item {
  /* background: #1a083d; */
	/* background: linear-gradient(-45deg, #100028, #163669, #2e1036, #172597); */
	background: linear-gradient(-45deg, #100028,#ffa329);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  height: 255px;
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.counter__item::before {
  position: absolute;
  left: -1px;
  bottom: -2px;
  height: 636px;
  width: 636px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  content: "";
  z-index: -1;
}
.counter__item.second__item {
  margin-top: -185px;
}
.counter__item.second__item:before {
  left: -316px;
  bottom: -65px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: none;
  border-top: none;
}
.counter__item.four__item {
  margin-top: -185px;
}
.counter__item.four__item:before {
  left: -380px;
  bottom: -380px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: none;
  border-top: none;
}
.counter__item.third__item:before {
  left: -65px;
  bottom: -317px;
}

.counter__item__text {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.counter__item__text h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 18px;
}
.counter__item__text p {
  color: #ffffff;
  margin-bottom: 0;
}

/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0px 145px 0 50px;
  }

  .counter__item.second__item {
    margin-top: -210px;
  }

  .counter__item.four__item {
    margin-top: -210px;
  }
}
/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__item {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
    margin-bottom: 30px;
    width: auto;
  }

  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0;
  }

  .counter__item.second__item {
    margin-top: 0;
  }

  .counter__item.four__item {
    margin-top: 0;
  }

  .counter__item__text {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
  }

  .counter {
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
  .counter__item {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
    margin-bottom: 30px;
    width: auto;
  }

  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0;
  }

  .counter__item.second__item {
    margin-top: 0;
  }

  .counter__item.four__item {
    margin-top: 0;
  }

  .counter__item__text {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
  }

  .counter {
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .counter-con {
    max-width: 1170px;
  }
}

.callto {
  padding-top: 130px;
  margin: 50px 0px;
  overflow: hidden;
  width: 100%;
}
.callto.sp__callto {
  padding-top: 0;
  /* background: #100028; */
}

.callto__text h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 22px;
}
.callto__text p {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 55px;
}
.callto__text a {
  color: #ffffff;
  background: var(--brand);
  font-size: 15px;
  font-weight: 700;
  font-family: "Play", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 32px 12px;
}

/*---------------------
   Hero section
 -----------------------*/

 .hero__section {
	padding-top: 120px;
	/* margin-bottom: 90px; */
}

@media (max-width: 576px) {
	.hero__section {
		padding-top: 30px;
	}
}

.slide-item {
	padding: 0 5px;
	outline: none;
	cursor: pointer;
}

.slick-center.slide-item img {
	padding: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.hero-slider .slick-track {
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.slide-item img {
	height: 570px;
	padding: 65px 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

@media (max-width: 576px) {
	.slide-item img {
		padding: 0;
	}
}

.hero-text-slider {
	text-align: center;
	padding-top: 50px;
	max-width: 800px;
	margin: 0 auto;
}

.hero-text-slider .text-item h2,
.hero-text-slider .text-item p{
  color: white;
}

/* Custom CSS to change Slick slider dots color */
.slick-dots li button:before {
  color: white; /* Change to the desired color */
}

.slick-prev,.slick-next{
  margin: 0px 50px;
}


/*---------------------
  Videos
-----------------------*/

.videos {
	padding-bottom: 90px;
}

.videos .section-title {
	margin-bottom: 70px;
}

.videos__large__item {
	height: 585px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.videos__large__item .play-btn {
	height: 50px;
	width: 50px;
	background: var(--brand);
	border-radius: 50%;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
}

.videos__large__item__text {
	background: rgba(7, 14, 38, 0.7);
	padding: 25px 30px 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.videos__large__item__text h4 {
	color: #ffffff;
	font-weight: 700;
}

.videos__large__item__text ul li {
	font-size: 13px;
	list-style: none;
	display: inline-block;
	margin-right: 18px;
	color: #ffffff;
	position: relative;
}

.videos__large__item__text ul li:after {
	position: absolute;
	right: -12px;
	top: 2px;
	height: 17px;
	width: 1px;
	background: #ffffff;
	content: "";
}

.videos__large__item__text ul li:last-child {
	margin-right: 0;
}

.videos__large__item__text ul li:last-child:after {
	display: none;
}

.videos__item__pic {
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.videos__item__pic .play-btn {
	height: 40px;
	width: 40px;
	background: var(--brand);
	border-radius: 50%;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
}

.videos__item__text {
	padding-top: 20px;
}

.videos__item__text h5 {
	/* color: #ffffff; */
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 5px;
}

.videos__item__text ul li {
	font-size: 13px;
	list-style: none;
	display: inline-block;
	margin-right: 18px;
	color: white;
	position: relative;
}

.videos__item__text ul li:after {
	position: absolute;
	right: -12px;
	top: 2px;
	height: 17px;
	width: 1px;
	background: #ffffff;
	content: "";
}

.videos__item__text ul li:last-child {
	margin-right: 0;
	color: #ffffff;
}

.videos__item__text ul li:last-child:after {
	display: none;
}

.videos__slider .col-lg-3 {
	max-width: 100%;
}

.videos__slider.owl-carousel .owl-nav button {
	font-size: 18px;
	color: #888888;
	height: 50px;
	width: 25px;
	background: #ffffff;
	line-height: 50px;
	position: absolute;
	left: 15px;
	top: 22%;
}

.videos__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}

/* Navbar */
.site-navbar {
margin-bottom: 0px;
z-index: 1999;
position: absolute;
top: 0;
width: 100%;
border-bottom: rgba(255, 255, 255, 0.7); }
.site-navbar .site-logo {
position: relative;
left: 0;
top: -5px; }
.site-navbar .site-navigation .site-menu {
margin-bottom: 0; }
.site-navbar .site-navigation .site-menu .active {
color: var(--brand);
display: inline-block;
padding: 5px 20px; }
.site-navbar .site-navigation .site-menu a {
text-decoration: none !important;
display: inline-block; }
.site-navbar .site-navigation .site-menu > li {
display: inline-block; }
.site-navbar .site-navigation .site-menu > li > .nav-link {
padding: 30px 20px;
color: #000;
display: inline-block;
text-decoration: none !important; }
.site-navbar .site-navigation .site-menu > li > .top-button {
padding: 10px 20px;
color: #000;
display: inline-block;
text-decoration: none !important; }
.site-navbar .site-navigation .site-menu > li > a:hover {
color: var(--brand); }
.site-navbar .site-navigation .site-menu .has-children {
position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
position: relative;
padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {
position: absolute;
content: "\e313";
font-size: 16px;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-family: 'icomoon'; }
.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 100%;
position: absolute;
text-align: left;
border-top: 2px solid #000;
-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
padding: 0px 0;
margin-top: 20px;
margin-left: 0px;
background: #fff;
-webkit-transition: 0.2s 0s;
-o-transition: 0.2s 0s;
transition: 0.2s 0s; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
bottom: 100%;
left: 20%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
text-transform: none;
letter-spacing: normal;
-webkit-transition: 0s all;
-o-transition: 0s all;
transition: 0s all;
color: #000; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
color: var(--brand) !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
list-style: none;
padding: 0;
margin: 0;
/* min-width: 210px; */
min-width: 310px;
 }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
padding: 9px 20px;
display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
background: #eff1f3;
color: #000; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
content: "\e315";
right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
left: 100%;
top: 0; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
color: var(--brand); }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
margin-top: 0px;
visibility: visible;
opacity: 1; }

.site-mobile-menu {
width: 300px;
position: fixed;
right: 0;
z-index: 2000;
padding-top: 20px;
background: #fff;
height: calc(100vh);
-webkit-transform: translateX(110%);
-ms-transform: translateX(110%);
transform: translateX(110%);
-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
width: 100%;
float: left;
padding-left: 20px;
padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
float: right;
margin-top: 8px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
font-size: 30px;
display: inline-block;
padding-left: 10px;
padding-right: 0px;
line-height: 1;
cursor: pointer;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
float: left;
margin-top: 10px;
margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
display: inline-block;
text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
position: relative;
padding: 0 20px 20px 20px;
height: calc(100vh - 52px);
padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
padding: 0;
margin: 0;
list-style: none;
position: relative; }
.site-mobile-menu .site-nav-wrap a {
padding: 10px 20px;
display: block;
position: relative;
color: #212529; }
.site-mobile-menu .site-nav-wrap a:hover {
color: var(--brand); }
.site-mobile-menu .site-nav-wrap li {
position: relative;
display: block; }
.site-mobile-menu .site-nav-wrap li .active {
color: var(--brand); }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
position: absolute;
right: 0px;
top: 10px;
z-index: 20;
width: 36px;
height: 36px;
text-align: center;
cursor: pointer;
border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
font-size: 12px;
z-index: 20;
font-family: "icomoon";
content: "\f078";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-180deg);
-ms-transform: translate(-50%, -50%) rotate(-180deg);
transform: translate(-50%, -50%) rotate(-180deg);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
display: block;
position: relative;
float: left;
width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
padding-left: 20px;
font-size: 20px; }
.site-mobile-menu .site-nav-wrap > li > ul {
padding: 0;
margin: 0;
list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
padding-left: 40px;
font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
padding: 0;
margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
font-size: 16px;
padding-left: 60px; }
.site-mobile-menu .site-nav-wrap[data-class="social"] {
float: left;
width: 100%;
margin-top: 30px;
padding-bottom: 5em; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
width: auto; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
padding-left: 15px !important; }

.sticky-wrapper {
position: absolute;
z-index: 100;
width: 100%; }
.sticky-wrapper .site-navbar {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.sticky-wrapper .site-navbar .site-menu-toggle {
color: #ffffff; }
.sticky-wrapper .site-navbar .site-logo a {
color: #ffffff; }
.sticky-wrapper .site-navbar .site-menu > li > a {
color: rgba(255, 255, 255) !important; }
.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
color: #ffffff !important; }
.sticky-wrapper.is-sticky .site-navbar {
background: #000000;
border-bottom: 1px solid transparent;
-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
color: #ffffff; }
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
color: #ffffff; }
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
color: #ffffff !important;
padding: 20px 20px; }
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
color: var(--brand) !important; }
.sticky-wrapper .shrink {
padding-top: 0px !important;
padding-bottom: 0px !important; }

.modal-customize{
	background: linear-gradient(-45deg, #100028, #163669, #2e1036, #172597);
  color: white;
}

.videos__item{
  padding: 0px 10px;
}

.btn-green{
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 28px;
  padding: 10px 30px;
}

.btn-green:hover{
  background-color: var(--sub);
  color: white;
}

@media (max-width: 776px) {
	.btn-green {
		font-size: 14px;
    padding: 10px 15px;
	}
}

.nav-brand img{
height: 35px;
  margin: 5px 0px;
}
/* timeline start  */
:root {
  --rose1: linear-gradient(to right,#e50000,#ae0d0d);
  --rose2: linear-gradient(to right,#d21919,#e50000);
  --blue1: linear-gradient(to right,#cfa329,#d9b642);
  --blue2: linear-gradient(to right,#d99f42,#efc717);
  --green1: linear-gradient(to right,#d02424,#d80b0b);
  --green2: linear-gradient(to right,#e20404,#e13c3c);
  --orange1: linear-gradient(to right,#E03C30,#FF7125);
  --orange2: linear-gradient(to right,#FF7125,#ef8f2f);
  }
/* :root {
  --rose1: linear-gradient(to right,#E50091,#AE0D97);
  --rose2: linear-gradient(to right,#D219B4,#E50091);
  --blue1: linear-gradient(to right,#3b29cf,#4267D9);
  --blue2: linear-gradient(to right,#4267D9,#17B1EF);
  --green1: linear-gradient(to right,#42c966,#5BD80B);
  --green2: linear-gradient(to right,#04E2CB,#42c966);
  --orange1: linear-gradient(to right,#E03C30,#FF7125);
  --orange2: linear-gradient(to right,#FF7125,#EFBC2F);
  } */
  
  
  .main-timeline{
      font-family: sans-serif;
      position: relative;
  }
  .main-timeline:after{
      content: '';
      display: block;
      clear: both;
  }
  .main-timeline .timeline{
      width: 50%;
      padding: 0 0 0 70px;
      margin: 0 0 0 50px;
      float: right;
      position: relative;
  }
  .main-timeline .timeline:before{
      content: '';
      background-color: var(--brand);
      height: 10px;
      width: 10px;
      border-radius: 50%;
      transform: translateY(-50%);
      position: absolute;
      left: -70px;
      top: 50%;
  }
  .main-timeline .timeline-content{
      color: #fff;
      background: var(--rose1);
      min-height: 140px;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 15px -5px #555;
      display: block;
      position: relative;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline-content:after{
      content: '';
      background: var(--brand);
      height: 16px;
      width: 16px;
      transform: translateY(-50%) rotate(45deg);
      position: absolute;
      left: -8px;
      top: 50%;
  }
  .main-timeline .timeline-content:after{
      background: var(--rose2);
      transform: translateY(-50%) rotate(0);
      left: -140px;
      width: 140px;
      height: 5px;
  }
  .main-timeline .timeline-content:hover{ 
      text-decoration: none; 
  }
  .main-timeline .timeline-icon{
      color: rgba(0,0,0,0.2);
      font-size: 40px;
      position: absolute;
      top: 15px;
      left: -90px;
  }
  .main-timeline .title{
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 0 7px 0;
  }
  .main-timeline .description{
      font-size: 15px;
      margin: 0;
  }
  .main-timeline .timeline:nth-child(even){
      padding: 0 70px 0 0;
      margin: 0 70px 0 0;
      float: left;
  }
  .main-timeline .timeline:nth-child(even):before{
      left: auto;
      right: -71px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:before{
      left: auto;
      right: -8px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:after{
      left: auto;
      right: -140px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon{
      left: auto;
      right: -90px;
  }
  .main-timeline .timeline:nth-child(4n+2):before{ 
      background-color: #ef1717; 
  }
  .main-timeline .timeline:nth-child(4n+2) .timeline-content{
      background: var(--blue1);
  }
  .main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ 
      background: #d94242; 
  }
  .main-timeline .timeline:nth-child(4n+2) .timeline-content:after{
      background: var(--blue2);
  }
  .main-timeline .timeline:nth-child(4n+3):before{ 
      background-color: #e20404; 
  }
  .main-timeline .timeline:nth-child(4n+3) .timeline-content{
      background: var(--green1);
  }
  .main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ 
      background: #ffcc00; 
  }
  .main-timeline .timeline:nth-child(4n+3) .timeline-content:after{
      background: var(--green2);
  }
  .main-timeline .timeline:nth-child(4n+4):before{
      background-color: #f1b100; 
  }
  .main-timeline .timeline:nth-child(4n+4) .timeline-content{
      background: var(--orange1);
  }
  .main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ 
      background: #FF7125; 
  }
  .main-timeline .timeline:nth-child(4n+4) .timeline-content:after{
      background: var(--orange2);
  }
  
  @media screen and (max-width:767px){
      .main-timeline .timeline,
      .main-timeline .timeline:nth-child(even){
          width: 100%;
          padding: 0 0 0 40px;
          margin-bottom: 20px;
      }
      .main-timeline .timeline:before,
      .main-timeline .timeline:nth-child(even):before{
          transform: translateY(0);
          left: 0;
          right: auto;
          top: 47px;
      }
      .main-timeline .timeline:nth-child(4n+2) .timeline-content{
          background: linear-gradient(to left,#cf2929,#d94242);
      }
      .main-timeline .timeline:nth-child(4n+4) .timeline-content{
          background: linear-gradient(to left,#e0ab30,#FF7125);
      }
      .main-timeline .timeline-content:before,
      .main-timeline .timeline:nth-child(even) .timeline-content:before{
          transform: translateY(0) rotate(45deg);
          top: 45px;
          left: -4px;
      }
      .main-timeline .timeline-content:after,
      .main-timeline .timeline:nth-child(even) .timeline-content:after{
          width: 40px;
          transform: translateY(0);
          right: auto;
          left: -38px;
          top: 50px;
      }
      .main-timeline .timeline:nth-child(even) .timeline-content:after{
          transform: translateY(0) rotateY(180deg);
      }
      .main-timeline .timeline-icon,
      .main-timeline .timeline:nth-child(even) .timeline-icon{
          font-size: 22px;
          left: -30px;
          right: auto;
      }
  }
  @media screen and (max-width:567px){
      .main-timeline .title{ font-size: 18px; }
  }
  .timeline-content .title{
    color: #fff;
  }
  .timeline-content .description{
    color: #fff;
  }
  
  @media screen and (max-width:767px){
    .timeline-content .timeline-icon h4{
      font-size:12px;
     }
  }
  
.vendor-carousel img{
  height: 200px;
  object-fit: contain;
}