/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

body{
    overflow-x: hidden;
}
.pb-3 {
    padding-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.text-center {
    text-align: center !important
}

.position-relative {
    position: relative !important
}

.fw-bold {
    font-weight: 700 !important
}

.text-primary {
    color: #06A3DA !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.mb-0 {
    text-align: left;
    border-bottom: 2px solid #b6b2b2;
    line-height: 2.2;
    margin-bottom: 30px;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.container1,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container1,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container1,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container1,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container1,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container1,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.section-title::after,
.section-title::before {
    position: absolute;
    height: 5px;
    bottom: 0;
    content: ""
}

.section-title::before {
    width: 150px;
    left: 0;
    background: var(--primary);
    border-radius: 2px
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px
}

.section-title::after {
    width: 6px;
    background: #fff;
    -webkit-animation: 5s linear infinite section-title-run;
    animation: 5s linear infinite section-title-run
}

.section-title.text-center::after {
    -webkit-animation: 5s linear infinite section-title-run-center;
    animation: 5s linear infinite section-title-run-center
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
    -webkit-animation: 5s linear infinite section-title-run-sm;
    animation: 5s linear infinite section-title-run-sm
}

.row1 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2)
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.bg-primary1 {
    background-color: #06A3DA !important
}

.rounded {
    border-radius: 2px !important
}

.d-flex {
    display: flex !important
}

.align-items-center {
    align-items: center !important
}

.justify-content-center {
    justify-content: center !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #091E3E
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-white {
    color: #fff !important
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}

.h-100 {
    height: 100% !important
}

h4 {
    font-weight: 700 !important
}

h4,
.h4 {
    font-size: calc(1.275rem + .3vw)
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@media screen and (max-width: 550px) {
    .col_tx_02 {
        width: 100%;
   }
   /* .col_pp_01{
    width: 100% !important;
   } */
  }

@media (min-width: 576px) {
    .container1,
    .container-sm {
        max-width: 540px
    }
    
}

@media (min-width: 768px) {
    .container1,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container1,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container1,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1250px
    }
}

@media (min-width: 1400px) {
    .container1,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.section-title-dark{
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
}
.rc-carousel{
    display: flex;
}

.s-space-brand {
    padding: 90px 0 88px
  }
  .bg-accent {
    background: #f8f8f8
  }
  
  .item-bg-accent .single-item {
    background: #f8f8f8
  }


  .marquee {
      overflow: hidden; 
    }
    
    .marquee-content {
      display: flex;
      animation: scrolling 20s linear infinite;
    }
    
    .marquee-item {
      flex: 0 0 16vw;
      margin: 0 1vw;
    /*   flex: 0 0 20vw; */
    /*   margin: 0 2vw; */
    }
    
    .marquee-item img {
      display: block;
      width: 100%;
    /*   padding: 0 20px; */
    }
    
    @keyframes scrolling {
      0% { transform: translateX(0); }
      100% { transform: translatex(-200vw); }
    }
    
    .img-fluid:hover{
        scale: 1.05;
    }

    .img-fluid{
        transition: all;
        transition-duration: 800ms;
    }

    .box-product-outer:hover{
        scale: 1.05; 
    }
    .box-product-outer{
        transition: all;
        transition-duration: 800ms;
    }
    

    .multi-item-carousel{
        .carousel-inner{
           .item{
            transition: 500ms ease-in-out left;
          }
          .active{
            &.left{
              left:-33%;
            }
            &.right{
              left:33%;
            }
          }
          .next{
            left: 33%;
          }
          .prev{
            left: -33%;
          }
          @media all and (transform-3d), (-webkit-transform-3d) {
         .item{
            
              transition: 500ms ease-in-out left;
              transition: 500ms ease-in-out all;
              backface-visibility: visible;
              transform: none!important;
            }
          }
        }
        .carouse-control{
          &.left, &.right{
            background-image: none;
          }
        }
      }

      .img-responsive:hover{
        scale: 1.05; 
      }
      .img-responsive{
        transition: all;
        transition-duration: 800ms;
    }

    .carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}

.center_text{
    text-align: center;
}
.img_slide{
    width: 1350px;
    height: 300px;
}
.img_banner{
    width: 1500px;
    height: 250px;
}


.img_slide:hover{
    scale: 1.05; 
  }
  .img_slide{
    transition: all;
    transition-duration: 800ms;
}
.marquee-item:hover{
    scale: 1.10; 
  }
  .marquee-item{
    transition: all;
    transition-duration: 800ms;
}

.service_img{
    height: 250px;
    width: 360px;
}



.card {
    width: 25%;
    height: 350px;
    perspective: 1000px;
  }
  
  .card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.999s;
  }
  
  .card:hover .card-inner {
    transform: rotateY(180deg);
  }
  
  .card-front,
  .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  
  .card-front {
    background-color: #6A2C70;
    color: #fff;
    display: flex;
    align-items: center;
    /* border: 10px solid #6A2C70; */
    border-radius: 10px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(0deg);
  }
  
  .card-back {
    background-color: #af2c2c;
    color: #fff;
    display: flex;
    align-items: center;
    /* border: 10px solid #F08A5D; */
    border-radius: 10px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(180deg);
    flex-direction: column;
  }
  
  .front-back-slide{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
  }



  section.card {
    position: relative;
    width: 30%;
    height: 250px;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .card svg {
    fill: #000;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 3px;
    display: none;
  }
  .card:hover {
    box-shadow: 0 8px 16px #a8a8a8;
    background-color: #f2f2f2;
    color: #ffffff;
  }
  
  .card__content {
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .card:hover .card__content {
    transform: rotateX(0deg);
  }
  
  .card__title {
    margin: 0;
    padding-left: 5px;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    text-align: center;
  }
  
  .card:hover svg {
    scale: 0;
  }
  
  .card__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
  }
  /* Commands to change the shadows in dark mode
  @media (prefers-color-scheme: dark) {
    .card:hover {
    box-shadow: 0 8px 16px #000000;
    }
  }*/
  
  .mission_title{
    display: flex;
    justify-content:space-between;
    margin-bottom: 70px;
  }
.paragraph_text{
    text-align: left;
    margin-bottom: 30px;
    color: grey;
}

.img_w_100{
    width: 100%;
}

.slide_M_100{
    width: 100%;
    margin-bottom: 50px;
}



 @media screen and (max-width: 550px) {
    .img_slide {
        width: 100%;
        height: 150px;
    }
   
    .img_banner{
        width: 100%;
        height: 150px;
    }
    .s-space-brand {
        padding: 0px 0 20px
      }
      .test_img {
        width: 100% !important;
      }
      .service_img{
        width: 100%;
      }
      .col-lg-4{
        width: 100%;
      }
      
}
   

.img_slide1{
    width: 100%;
    height: 250px;
}

.img_slide_front{
    width: 100%;
    height: 350px;
}

.card_paragraph{
    font-size: 14px;
    line-height: 25px;
    padding: 5px;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
    text-align: center;
}

.mb_services {
    text-align: center;
    border-bottom: 2px solid #b6b2b2;
    line-height: 2.2;
    margin-bottom: 30px;
}

.latest_text{
    text-align: center !important;
}

@media screen and (max-width: 550px) {
    h2{
        font-size: 18px;
    }

    .mission_title{
        flex-direction: column;
    }

    section.card{
        width: 90%;
        margin: auto;
        margin-bottom: 25px;
    }

    .front-back-slide{
        flex-direction: column; 
    }

    .card{
        width: 90%;
        height: 300px;
        margin: auto;
        margin-bottom: 25px;
    }

    .img_slide_front{
        height: 300px;
    }

    .slider_width{
        width: 100%;
        margin-bottom: 10px;
    }

    .business_objective{
        flex-direction: column;
    }

    .card_object{
        width: 90% !important;
        margin: auto;
        margin-bottom: 25px;
        height: 235px;
    }

    .marquee-item img {
        width: 110px;
      }
      
}


.business_objective{
    display: flex;
    justify-content: space-evenly;
}

.card_object{
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 20%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 32px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .content_object {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    color: #e8e8e8;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
.heading_obj {
    font-weight: 700;
    font-size: 19px;
  }
  
.para_object {
    line-height: 1.5;
  }
  
 /* .btn_obj {
    color: #e8e8e8;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  } */
  
  .card_object::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .card_object:hover::before {
    height: 100%;
  }
  
  .card_object:hover {
    box-shadow: none;
    color: white;
  }
  
  .card_object:hover .btn_obj {
    color: #212121;
    background: #e8e8e8;
  }
  
  .content_object .btn_obj:hover {
    outline: 2px solid #e8e8e8;
    background: transparent;
    color: #e8e8e8;
  }
  
  .content_object .btn_obj:active {
    box-shadow: none;
  }

 
  






  

  
  

  
