 body{
    font-family: 'Poppins', sans-serif;
    color:#212529;
}

/********** Template CSS **********/
:root {
    --primary: #2878EB;
    --secondary: #F14D5D;
    --light: #ECF4FF;
    --dark: #120F2D;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary,
.btn-primary:hover,
.btn-secondary:hover {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #00c3ff;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 15, 45, .5);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-indicators {
    align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 25px;
}

.carousel-indicators .active {
    height: 45px;
}

.contact-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/back1.jpg) top right no-repeat;
    background-size: cover;
    background-position-y: center;
    height:400px;
}

.about-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/aboutusBanner.png) top right no-repeat;
    background-size: cover;
    background-position-y: center;
    height:400px;
}

.service-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/back3.jpg) top right no-repeat;
    background-size: cover;
    background-position-y: center;
    height:400px;
}



.service-item div {
    z-index: 1;
}

.service-item div::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    transition: .5s;
    z-index: -1;
}

.service-item div:hover::after {
    width: 100%;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.bg-offer {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-2.jpg) top right no-repeat;
    background-size: cover;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
} 

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 5px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background:#00c3ff;


}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background:#00c3ff !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.blog-date {
    position: absolute;
    width: 90px;
    height: 65px;
    top: 75px;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--secondary);
}

.blog-date::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -25px;
    left: 0;
    border: 13px solid;
    border-color: transparent #D34351 #D34351 transparent;
    z-index: -1;
}



   .bg-btn{
    background-color: #00c3ff;
   }
       


   .text-gold{
               color:#fdf141;
   }


   /* body{
         background-color: #132341;
   } */



   /* branding start */
   /* body{
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: linear-gradient(90deg, red 0%, orange 100%);
} */
.contain{
 
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.slide-container{
  display: flex;
  width: calc(250px*18);
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0%{
      transform: translateX(0);
  }
  100%{
      transform: translateX(calc(-250px*9));
  }
}

.slide-image{
    height:250px;
    width:250px;
    display: flex;
    align-items: center;
    padding:15px;
    perspective: 100px;
    
}
.img-tr{
   width:100%;
   transition: transform 1s;

}

img:hover{
      transform: translateZ(20px);
}
    /* branding End */



input, textarea{
       display: block;
       border: 1px solid #120f2d;
       border-radius: 2px;
       outline: none;
       width: 100%;
       margin: 8px 0px;
       padding: 7px;
       font-size: 14px;
}

form{
        display: flex;
        flex-direction: column;
        /* align-items: center;
        justify-content: center; */
}
.btt{
        color: white;
        background-color: #120f2d;
        padding: 12px, 14px;
        font-size: 16px;
        border-radius: 10px;
        cursor:pointer;
    
}

.partner-images-carousel img {
    width: 56%;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.partner-carousel-slider-main-div {
    height: 80%;
}

.partner-carousel-slider-main-div .carousel-indicators button {
    background-color: #574e4e;
}

.force-active {
    border-bottom: 2px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.custom-rounded {
    border-radius: 6px !important;
}

.appoinment-header {
    padding: 10px 0px;
}

.mt-printer-section {
    margin-top: -10%;
}

.printer-sale-service-slider {
    width: 450px;
}

.printer-sale-service-slider-images {
    width: 450px;
    height: 290px; 
}

.network-images {
    width: 100%;
    height: 100%;
    margin-top: 1px;
    padding: 1px;
}

.service-partner-carousel-slider-img {
    height: 260px; 
    width: 572px;
}

.service-partner-carousel-slider {
    width: 572px;
}

@media (max-width: 576px) {
    .mt-printer-section {
        margin-top: -40%;
    }

    .printer-sale-service-slider {
        width: 367px;
    }

    .printer-sale-service-slider-images {
        width: 367px;
        height: 290px; 
    }

    .service-partner-carousel-slider-img {
        height: 260px; 
        width: 350px;
    }
    
    .service-partner-carousel-slider {
        width: 350px;
    }

    .network-image-2 {
        margin-top: 15px;
    }

    .network-image-3 {
        margin-top: 27px;
    }
}    

@media (max-width: 380px) { 

    .printer-sale-service-slider {
        width: 351px;
    }

    .printer-sale-service-slider-images {
        width: 351px;
        height: 290px; 
    }

    .service-partner-carousel-slider-img {
        height: 260px; 
        width: 340px;
    }
    
    .service-partner-carousel-slider {
        width: 340px;
    }
}

@media (max-width: 916px) { 
    .override-navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
      }
      
      .override-navbar-toggler-icon {
        border-color: rgb(255,255,255);
      } 
}    

@media (min-width: 1434px) { 
    .about-gizmo-tech-image {
        margin-left: 168px;
    }
}    


