@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body,
html {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
}

body {

  font-family: 'Montserrat', sans-serif;

  font-size: 14px;

  color: #000;

}

header {
  background-color: #c7dbf1;
}

.navbar {
  border-bottom: 1px solid #C7BEFC;
}

.navbar .navbar-brand {

  max-width: 130px;

}

.bg-gray {
  background-color: #F5F5F5;
}

.bg-blue {
  background-color: #0057b8;
}



.themeBtn {
  background-color: #0057b8;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border: 0px;
  box-shadow: none;
}

.themeBtn:hover {
  background-color: #000;
  color: #fff;
}

.themeBtnLight {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border: 0px;
  box-shadow: none;
}

.themeBtnLight:hover {
  background-color: #000;
  color: #fff;
}



.themeBtnRound {
  background-color: #0057b8;
  color: #fff;
  border-radius: 20px;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 400;
  border: 0px;
  box-shadow: none;
}

.themeBtnRound:hover {
  background-color: #000;
  color: #fff;
}








.hero {
  /*background-color: #c7dbf1;*/
  /*background-image: url(../images/rackmountchasis.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*.desktop-mount-chassis {*/
  /*background-color: #c7dbf1;*/
/*  background-image: url(../images/Industrial-Desktop-Mount-Chassis-new.png) !important;*/
/*  background-repeat: no-repeat !important;*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
/*}*/

.computer-chassis {
  /*background-color: #c7dbf1;*/
  background-image: url(../images/Industrial-Computer-Chassis.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.computer-chassis {
  /*background-color: #c7dbf1;*/
  background-image: url(../images/Industrial-Computer-Chassis.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
/*.single-boards*/
/*{*/
/*background-image: url(../images/Single-Boards-Computers-new-one.png) !important;*/
/*  background-repeat: no-repeat !important;*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
    
/*}*/

/*.upboards*/
/*{*/
/*background-image: url(../images/up-boards-banner.png) !important;*/
/*  background-repeat: no-repeat !important;*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
    
/*}*/

.embedded-boards
{
background-image: url(../images/Embedded-boards.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
    
}

/*.touch-display-panel-pc*/
/*{*/
/*background-image: url(../images/Touch-Display-Panel-PC.png*/
/*) !important;*/
/*  background-repeat: no-repeat !important;*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
    
/*}*/

/*.nvidia*/
/*{*/
/*background-image: url(../images/NVIDIA-Edge-Devices.png*/
/*) !important;*/
/*  background-repeat: no-repeat !important;*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
    
/*}*/

.fanless
{
background-image: url(../images/IndustrialFanlessBOXPCandGateways.png
) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
    
}

/*.monitors-and-touch-displa*/
/*{*/
/*background-image: url(../images/monitors.png) !important;*/
/*  background-repeat: no-repeat !important;*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
    
/*}*/

/*.gateways*/
/*{*/
/*background-image: url(../images/Gateways.png*/
/*) !important;*/
/*  background-repeat: no-repeat !important;*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
    
/*}*/
.industrial-motherboard
{
 background-image: url(../images/IndustrialMotherboard.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

/*.daq*/
/*{*/
/* background-image: url(../images/DAQPCICards.png) !important;*/
/*  background-repeat: no-repeat !important;*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
/*}*/

/*.box-pc*/
/*{*/
/* background-image: url(../images/BoxPC.png) !important;*/
/*  background-repeat: no-repeat !important;*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
/*}*/
/*.industrial-desktop-rack-mount-chassis {*/
/* background-image: url(../images/industrial-desktop-rack-mount-chassis-banner.png) !important;*/
/*  background-repeat: no-repeat !important;*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
/*}*/
 
.hero .hero-caption h1 {

  font-size: 28px;

  font-weight: 700;

  color: #fff;

}

.hero .hero-caption h6,
.hero .hero-caption .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.hero .hero-caption .subtitle span {
  font-weight: 700;
  color: #fff;
}

.btn-light {
  background-color: #F4F2FF;
  padding: 10px 15px 10px 10px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

.btn-light span {
  background-color: #0057b8;
  padding: 6px;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  margin-right: 10px;
}



.enqury-form {
  border-radius: 20px;
  background-color: #c7dbf1;
}

.enqury-form h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.enqury-form .form-control {
  padding-left: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #0057b8;
  color: #000;
  font-weight: 500;
}

.form-floating>label {
  padding-left: 15px;
  color: #000 ;
  text-decoration: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
}

.form-floating>label:after {
  display: none;
  color: #CBC3FA;
}

.form-control:focus {
  box-shadow: none;
}

.form-floating>.form-control:not(:placeholder-shown)~label {
  transform: scale(.85) translateY(-.5rem) translateX(.0rem);
}

.form-select {
  background: none;
  color: white;
}
.form-floating>.form-select
{
    color: black;
    font-weight: 500;
}

.drop-down {
  background: #0057b8;
}


textarea {
  resize: none;
}

.hero .container .enqury-form h2 {
  position: relative;
}

.hero .container .enqury-form h2:after {
  position: absolute;
  right: 0;
  width: 50px;

  height: 50px;
  content: "";
  background: url(../images/arrowo.png);
  background-repeat: no-repeat;
  top: -10px;

  background-size: contain;
}

.section-title {
  color: #000;
}

.section-title .subtitle {
  font-size: 18px;
  font-weight: 600;
}

.section-title h2 {
  font-weight: 400;
  font-size: 24px;
  color: #000;
}

.section-title h2 span {
  color: #0057b8;
  font-weight: 600;
}

.section-title p {
  font-size: 14px;
}



.product {
  border-radius: 30px;
  height: 100%;
}

.product h2 {
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}





.whyChooseBox {
  background-color: #fff;
  border-radius: 30px;
  height: 520px;
}

.whyChooseBox h2 {
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.whyChooseBox .icons {

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

  border-radius: 50%;

  width: 124px;

  height: 124px;

  display: flex;

  justify-content: center;

  align-items: center;

  margin: auto;

  padding: 15px;

}

.calltoaction {
  background-image: url(../images/call-us-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}



.testimonials .owl-carousel {
  background-color: #c7dbf1;
  border-radius: 30px;
  position: relative;
}

.testimonials .owl-carousel .owl-item {}

.testimonials .owl-carousel .owl-item .icon {
  padding: 15px;
  border-radius: 15px;
}

.testimonials .owl-carousel .owl-item p {
  color: #464646;
  line-height: 28px;
}

.testimonials .owl-carousel .owl-item h6 {
  color: #0057b8;
  font-weight: 700;
}

.testimonials .owl-carousel button.owl-dot {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 20px;
}


.chooseus .owl-carousel button.owl-dot {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-color: #d3c8c8;
  border-radius: 50%;
  margin-top: 20px;
}

.testimonials .owl-carousel button.owl-dot.active {
  background-color: #0057b8;
}

.chooseus .owl-carousel button.owl-dot.active {
  background-color: #0057b8;
}
.testimonials .owl-carousel .owl-dots {
  text-align: center;
}

.testimonials .owl-carousel:before,
.testimonials .owl-carousel:after {
  width: 30px;
  height: 80%;
  display: flex;
  position: absolute;
  left: 100%;
  border-radius: 0 30px 30px 0;
  content: "";
  background-color: #F5F5F5;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}



.testimonials .owl-carousel:before {
  left: auto;
  right: 100%;
  border-radius: 30px 0px 0px 30px;
}



.partners .owl-carousel .owl-item img {
  width: auto;
  /*filter: grayscale(100%);*/
  margin: auto;
}

.partners .owl-carousel .owl-item img:hover {
  filter: grayscale(0%);
}

footer,
footer a {
  color: #fff;
  text-decoration: none;
}

footer .ft-logo {
  background-color: #c7dbf1;
  border-radius: 20px;
  padding: 20px 20px;
  max-width: fit-content;
  margin: auto;
}

footer .icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .icon-box .icon {
  background-color: #c7dbf1;
  border-radius: 50%;
  padding: 15px;
  max-width: none;
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .icon-box h3 {
  font-weight: 700;
  font-size: 20px;
}

footer .follow-section {
  position: relative;
}

footer .follow-section:after {
  content: "";
  display: block;
  /*background-color: #c7dbf1;*/
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}



footer .follow-section .follow-icon {
  background-color: #c7dbf1;
  padding: 10px 14px;

  border-radius: 20px;
  width: fit-content;
  margin: auto;
  z-index: 9999;
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

footer .follow-section .follow-icon a {
  background-color: #0057b8;
  border-radius: 50%;
  display: flex;
  padding: 7px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.gateway-landing-page .product img {
    height: 258px;
    object-fit: contain;
}
.gateway-landing-page .right-side .product img{
    height: unset;
}



.hero-main {
    position: relative;
}
.hero-main .container {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 0;
}
.hero .hero-caption h1{
    margin-bottom:3% !important;
    font-size: clamp(28px, 3vw, 45px);
}
.hero .hero-caption img{
    width: clamp(37%, 1vh, 100%);
    height: auto;
}
.hero .hero-caption .subtitle{
    margin-bottom: 10px !important;
}


@media (min-width: 576px) {
    .hero-main .hero-main-img img:last-child{
        display:none;
    }
}





@media (min-width: 768px) {
  .navbar .navbar-brand {
    max-width: none;
  }

}





@media (min-width: 992px) {
  body {
    font-size: 16px;
  }

  /*.hero .hero-caption h1 {*/
  /*  font-size: 42px;*/
  /*}*/

  .hero .hero-caption h6,
  .hero .hero-caption .subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .enqury-form h2 {
    font-size: 22px;
  }

  .hero .container .enqury-form h2:after {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    content: "";
    background: url(../images/arrowo.png);
    background-repeat: no-repeat;
    top: -4px;
    background-size: contain;
  }
  .btn-light {
    background-color: #F4F2FF;
    padding: 15px 30px 15px 15px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
  }

  .btn-light span {
    background-color: #0057b8;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    margin-right: 15px;
  }

  .section-title .subtitle {
    font-size: 20px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .section-title p {
    font-size: 18px;
  }

  .product h2 {
    font-size: 24px;
  }

  .whyChooseBox .icons {
    width: 164px;
    height: 164px;
  }

  .testimonials .owl-carousel:before,
  .testimonials .owl-carousel:after {
    width: 50px;
  }

  footer .follow-section .follow-icon {
    font-size: 20px;
    padding: 15px 20px;
  }

  footer .follow-section .follow-icon a {
    padding: 10px;
    margin-left: 15px;
  }

}





@media (min-width: 1200px) {

  /*.hero .hero-caption h1 {*/
  /*  font-size: 45px;*/
  /*}*/

  .hero .hero-caption h6,
  .hero .hero-caption .subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .enqury-form h2 {
    font-size: 32px;
  }
  .section-title .subtitle {
    font-size: 24px;
  }

  .section-title h2 {
    font-size: 48px;
  }
}





@media (min-width: 1400px) {}

@media screen and (max-width:1399px){
    .whyChooseBox {
      height: 545px;
    }
}

@media screen and (max-width:1199px){
    .whyChooseBox {
      height: 640px;
    }
}

@media screen and (max-width:991px){
    .gateway-landing-page .product img {
        height:200px;
    }
    .whyChooseBox {
      height: 420px;
    }
}

@media screen and (max-width:767px) {
  .phone_number {
    display: none;
  }
  .whyChooseBox {
    height: 500px;
}

  .navbar .themeBtn {
    padding: 10px;
  }
  .gateway-landing-page .product img {
        height:unset;
    }
    
    .hero-main {
        height: 270px;
    }
    .hero-main .hero-main-img {
        height:100%;
    }
    .hero-main .hero-main-img img{
        height:100%;
        object-fit:cover;
    }
    .hero-main .container {
        width: 93%;
    }
}

@media (max-width:575px){
    .whyChooseBox {
        height: 400px;
    }
    #form_section .col-md-6.pe-5 {
        padding-right: 12px !important;
    }
    .hero-main .hero-main-img img:first-child{
        display:none;
    }
    .hero-main .container {
        top: 1%;
        transform: translate(-50%, 0);
    }
    .hero-main {
        height: unset;
    }
}

@media (max-width:374px) {
  .navbar .themeBtn img {
    max-width: 20px;
  }

  .navbar .themeBtn {
    padding: 6px;
    font-size: 12px;
  }

  .navbar-brand img {
    max-width: 100px;
  }
}