
body{
    background: url(../images/pattern.jpg); 
    background-size: 50px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1bd; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FE9F2A; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #E88516; 
}

#carouselExampleDark .social-ico{
    opacity: 0.5;
}
.iccon p{
    font-size: 14px;
    margin-bottom: 0;
}  
.iccon{
       display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    margin-top:35px;
} 
.ali{
    position: absolute;
    left: 5%;
    top: 300px;
    text-align: left;
}
.carousel-control-next1, .carousel-control-prev1{
        justify-content: flex-end;
            width: 70px;
            height: 70px;
            border: 1px solid #FE9F2A;
            border-radius: 50px;
}
.carousel-control-next1{
    top: auto;
    bottom: 55px;
    right: 50px;
 }
 .carousel-control-prev1{
    top: auto;
    bottom: 55px;
    right: 150px;
    left: auto;

 }
 .carousel-control-next-icon1, .carousel-control-prev-icon1{
        width: 5rem;
 }
 .ht{
    height: 100vh;
    filter: brightness(0.35);
    object-fit: cover;
 }

 .carousel-indicators [data-bs-target] { 
    width: 50px;
    height: 5px;
    margin-right: 5px;
    transition: 0.5s ease-in;
    background-color: #FE9F2A;
}
.carousel-indicators {
    right: 15px;
    left: auto;
    bottom: 60px;
}
.carousel-indicators button.active{
    width: 70px;
    transition: 0.5s ease-in;

}
.ali h5{
    font-size: 55px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
b{
    font-weight: 700;
    color: #FE9F2A;
}
.ali p{
    font-size: 16px;
    color: #fff;
}
.carousel-caption {
    right: 7%;
}

.centered-container {
  background-color: none;
  display: inline-flex;
    border-radius: 0.125rem;
  /*border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04);*/
}

.link {
  font-size: 20px;
  color: #FE9F2Aba;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
.link:hover {
  color: #FE9F2A;
    position: inherit;
    touch-action: manipulation;
}
.link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.link a :hover{
  color: #FE9F2A;
}
.link--arrowed .arrow-icon {
  /*position: relative;*/
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}
.link:before, .link:after{
  position: inherit;
}

.social-ico i{ 
   color: #fff!important; 
   font-size: 18px;
}
.social-ico i:hover{
    color: #FE9F2A!important;
}
.social-ico{
    position: absolute;
    bottom: 60px;
}







.fade-in-top {
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
 
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}





hr {
    width: 80px;
    margin: 1rem 14px;
    color: #FE9F2A;
    background-color: currentColor;
    border: 0;
    opacity: 0.9;
}

hr:not([size]) {
    height: 2px;
}

p{
  font-family: raleway, sans-serif;
  color: #1D1C1C;
}

.centered-container {
  background-color: none;
  display: inline-flex;
    border-radius: 0.125rem;
  /*border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04);*/
}

.link {
  font-size: 20px;
  color: #FE9F2Aba;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
.link:hover {
  color: #FE9F2A;
    position: inherit;
    touch-action: manipulation;
}
.link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.link a :hover{
  color: #FE9F2A;
}
.link--arrowed .arrow-icon {
  /*position: relative;*/
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}
.link:before, .link:after{
  position: inherit;
}
.hello{
  
    width: 60px;
    transform: rotate(90deg);
}
.ab{
  margin-left: -2%;
  margin-top: 26%;
}
.abou{
  transform: rotate(90deg);
  font-weight: 600;
}
.abou:hover{
  color: #FE9F2A;
}
.mycolor{
    color: #FE9F2A;
    text-transform:uppercase!important;
  }
  .mycol{
    color: #FE9F2A;
    text-transform:uppercase!important;
  }
a{
    text-decoration: none;
}


/*business slider css*/
.wrapper { 
 width: 100%;
  height: 100%;  
  overflow: hidden;
  perspective: 1000;
}
.section {
  height: 100%;  
  width: calc( 43% / 4 );
  float: left; 
   position: relative;
}
.section:nth-child(1) 
{
  background: #fff0;
}
.section:nth-child(2) 
{
  background: #fff0;
}
.section:nth-child(3)
 {  
  background: #fff0;
}
.sections {
  width: 500%;  height: 100%;
}
.section__title {  position: absolute;
  top: 50%;  left: 50%;
  transform: translate(-40%, -50%);  font-size: 16px;
  color: #000;
  min-width: 80%;
}
.section__title img{
    width: 90%;
    height: 350px;
    object-fit: cover;
}

.how{
  height: 100vh;
  position: relative;
}

.megic{
  font-size: 15px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 8px 0;
   &:before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #fe9f2a;
    top: 50%;
    transition: width 0.5s ease-out;
  }
  &:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fe9f2a;
    border-right: 1px solid #fe9f2a;
    transform: rotate(45deg);
    top: calc(50% - 5px);
    position: absolute;
    right: 1px;
  }
  &:hover {
    cursor: pointer;
    &:before {
      width: 100px;
    }
  }
}


/*testimonial css*/
.myimage img{
   border: 1px solid #F4BE6E;
    border-radius: 50%;
    margin: auto;
    width: 130px;
}
.myimage p{
      text-align: center;
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
    padding: 14px 20px;
}
.myimage h4{
    text-align: center;
     padding: 5px 0px;
    color: #333;
    
    margin: auto;
}


.carousel1 {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.carousel__item1 {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #5556);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
          animation: carousel-animate-vertical 27s linear infinite;
}

.carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(3s * -1);
          animation-delay: calc(3s * -1);
}

.carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(3s * 0);
          animation-delay: calc(3s * 0);
}

.carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(3s * 1);
          animation-delay: calc(3s * 1);
}

.carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(3s * 2);
          animation-delay: calc(3s * 2);
}

.carousel__item:nth-child(5) {
  -webkit-animation-delay: calc(3s * 3);
          animation-delay: calc(3s * 3);
}

.carousel__item:nth-child(6) {
  -webkit-animation-delay: calc(3s * 4);
          animation-delay: calc(3s * 4);
}

.carousel__item:nth-child(7) {
  -webkit-animation-delay: calc(3s * 5);
          animation-delay: calc(3s * 5);
}

.carousel__item:nth-child(8) {
  -webkit-animation-delay: calc(3s * 6);
          animation-delay: calc(3s * 6);
}

.carousel__item:last-child {
  -webkit-animation-delay: calc(-3s * 2);
          animation-delay: calc(-3s * 2);
}

.carousel__item-head {
  border-radius: 50%;
  background-color: #d7f7fc;
  width: 90px;
  height: 90px;
  padding: 14px;
  position: relative;
  margin-right: -45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.carousel__item-body {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 16px 70px;
}

.title {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

.testimo{
        padding-right: 150px;
}
.testimonials{
    height: 600px;
}

.ches{
  margin-top: -18%;
}
.hou{
  margin-top: -18%;
}
.marg-botom{
    margin-bottom: -55px
}

.vibrate-1 {
    -webkit-animation: vibrate-1 2s linear infinite both;
            animation: vibrate-1 2s linear infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-11-25 16:46:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}


.bounce-top {
    -webkit-animation: bounce-top 15s ease-in infinite alternate-reverse both;
            animation: bounce-top 15s ease-in infinite alternate-reverse both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-11-25 16:54:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}





.fade-in-top {
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-11-25 17:17:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


@media (max-width: 1500px) { 

    .medias{
        margin-bottom:225%
    }
     .mx-xxl-5{
        margin-right: 3rem;
        margin-left: 3rem;
     }
 }

@media (min-width: 1501px) { 

    .medias{
        margin-bottom:203%
    }
    .mx-xxl-5{
        margin-right: 3rem!important;
        margin-left: 3rem!important;
        padding-right: 4rem!important;
        padding-left: 4rem!important;
     }
 }


.lina{
     max-width: 65px;
    margin: 16px 15px 0 0;
    height: 2px;
    flex: 1;
    background-color: #fe9f2a;
}

.sides{
    margin-left: -25px;
}



/*loader css*/
.spinner {
    text-align: center;
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
#myVideo {
 object-fit:cover; 
    object-position: bottom;
    z-index:100000;
  position: fixed;
  right: 0;
  bottom: 0;
  /*min-width: 100%;*/
  /*min-height: 100%;*/
  width:100vw;
  height:100vh;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.titlesize{
        font-size: 1.75rem;
    }

.w-cust{
    width:90%;
}

.top-minus { 
    position: sticky; 
    top: 100px!important;
}
















