
/* Normal (Regular) */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos/Aptos.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* SemiBold */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos/Aptos-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos/Aptos-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* ExtraBold */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos/Aptos-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* Black */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos/Aptos-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


*{
  font-family: "Aptos", "Open Sans";
}
p{
  font-size: 18px;
}

/* ----top header end ----- */

.top_header {
  background-color: #131d38;
  color: white;
  padding: 0px 10px 0px 10px;
  position: relative;
}
.top_header i {
  margin: 5px 20px;
  font-size: 18px;
}
.top_header a {
  color: white;
}
.top_header a:hover {
  color: #ffc107;
}
.top_header .call_now {
  background-color: #ffc107;
  border-radius: 0 0 12px 12px;
  position: absolute;
  top: 0px;
  right: 5%;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  text-align: center;
  line-height: 4px;
}
.top_header .call_now h6 {
  font-size: 12px;
  line-height: 10px;
}
.top_header .call_now p {
  font-size: 10px;
  line-height: 10px;
}
.callnow-link:hover{
  color: white !important;
}
.contact_number{
  justify-content: end;
  align-items: center;
  display: flex;
}
.contact_number h6{
  line-height: 0;
  font-weight: 600;
}
@media(max-width:575px){
.top_header .col-sm-6{
  width: unset;
}
.navbar .navbar-brand img{
  margin-left: 10px !important;
}
}
@media(max-width:395px){
.top_header{
  height: 60px;
  align-items: center;
  display: flex;
  padding-bottom: 8px;
}
.navbar .navbar-brand img{
  margin-left: 0px !important;
}
.top_header .row{
 height: 45px;
}
}
/* ----top header end ----- */

/*-------- navbar------ */
.float_menu {
  position: absolute;
  width: 100%;
}
.index_float_menu{
  position: sticky;
  top: 0;
  /* position: absolute; */
  /* background-image: url(../img/banner1-01.jpg); */
  /* background-color: #565350; */
  /* background-color: rgba(106, 103, 101, 0.089); */
  z-index: 100;
}
.index_float_menu .navbar-light .navbar-toggler{
  border: 2px solid rgb(0, 0, 0) !important;
}
.index_float_menu .navbar-toggler-icon{
  background-image: url(../img/bars-solid.svg) !important;
}
.navbar {
  /* background-color: #ffffff1e !important; */
  /* box-shadow: 0 0 15px rgba(0,0,0,.25); */
}
.navbar .navbar-brand img {
  width: 180px;
  height: auto;
  margin-left: 20px;
}
.dropdown{
  align-items: center;
  display: flex;
}
nav ul {
  /* display: flex; */
  /* clip-path: inset(12px 12px 12px 12px round 12px); */
  margin: 0 auto;
  /* background: rgba(255,255,255,.2); */
  padding: 7px 20px!important;
  /* list-style-type: none; */
  backdrop-filter: blur(29px);
  border-radius: 18px;
  z-index: 100;
}
.contact-us-btn-nav{
  background-color: #ffc107;
  border: none;
  border-radius: 20px;
  color: #110f10!important;  
}
.contact-us-btn-nav:hover{
  /* background-color: rgb(255,193,7,.78); */
  background-color: #FBCF4C;
  color: #110f10!important;  
}
.contact-us-btn-nav a{
  color: #383637 !important;
font-weight: 600;  
}
.navbar li a, #dropdownMenuButton {
  border-radius: 6px;
  color: rgb(0, 0, 0) !important;
  font-size: 18px;
  font-weight: 600;
 }
.navbar li a:hover, #dropdownMenuButton:hover {
  background-color: #fcb039;
  transition: 0.5s;
}
/* -------------------------------new header correction-------------------------- */
@media (max-width: 450px) {
  .contact-us-btn-nav{
    display: none;
  }
  .navbar {
    background-color: #ffffff !important;
}
}
@media (max-width: 990px) {
  .navbar {
    background-color: #ffffff !important;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
}
}
.navbar {
  /* background-color: #ffffff !important; */
  background-color: rgba(255,255,255,.2);
}

/* -----nav bar end ---*/

/* -----carousel ---- */
.carousel {
  z-index: -1;
}
.carousel img {
  height: 100%;
  max-height: 750px;
  width: 100%;
}
.carousel .carousel-item .carousel-caption {
  position: absolute;
  margin: auto;
  left: 15%;
  top: 20%;
  text-align: left;
}
.carousel .carousel-item .carousel-caption hr {
  border-bottom: 4px solid white;
  opacity: 1;
  width: 10%;
  margin-left: 0px;
}
.carousel .carousel-item .carousel-caption .btn {
  background-color: #fcb039;
  border: 2px solid #fcb039;
}
.carousel .carousel-item .carousel-caption .btn:hover {
  background-color: transparent;
  border: 2px solid #fcb039;
  color: #fcb039;
}
.carousel .carousel-item .carousel-caption p {
  width: 60%;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.home_page .about {
  margin-top: -50px;
  z-index: 1 !important;
}
.home_page .about .about_1 {
  background-color: #f0f0f00a;
  padding: 5px;
  width: 96%;
  margin: auto;
  border-radius: 10px 10px 0px 0px;
}
.home_page .about .about_2 {
  background-color: #f0f0f027;
  padding: 5px;
  width: 98%;
  margin: auto;
  border-radius: 10px 10px 0px 0px;
}
.home_page .about .about_3 {
  background-color: #f0f0f0;
  padding: 40px;
  box-shadow: 0px 5px 20px #afafaf8a;
  border: 2px solid #afafaf23;
  border-radius: 10px;
}
.home_page .about .content_1 h5 {
  color: #fcb039;
  font-size: 12px;
  font-weight: 700;
}
.home_page .about .content_1 h3 {
  color: #272727;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 40px;
}
.home_page .about .content_1 p {
  text-align: justify;
  color: rgb(99, 99, 99);
  font-weight: 400;
}
.home_page .about .content_1 a {
  background-color: #fcb039;
  border: 2px solid #fcb039;
  font-size: 14px;
}
.home_page .about .content_1 a:hover {
  background-color: transparent;
  border: 2px solid #fcb039;
  font-size: 14px;
  color: #fcb039;
}
.home_page .about .content_2 img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  transition-duration: 0.5s;
  border-radius: 5px;
}
.home_page .about .content_2 img:hover {
  border-radius: 50px 20px;
  filter: brightness(2);
  cursor: pointer;
}
.home_page .information {
  margin-top: 50px;
}
.home_page .information {
  background-image: url("../img/information.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px;
  color: white;
}
.home_page .information h3 {
  font-weight: 700;
  line-height: 40px;
}
.home_page .information span {
  color: #fcb039;
}
.home_page .information .content_1 {
  padding-left: 30px;
}
.home_page .information .content_1 p {
  width: 50%;
  margin-top: 20px;
}
.home_page .information .border_1 {
  height: 100px;
  border-left: 4px solid #fcb039;
  opacity: 1;
  float: left;
  margin-top: 8%;
}
.home_page .information .content_2 {
  text-align: center;
}
.home_page .information h5 {
  margin-top: 25px;
  font-size: 18px;
}
.home_page .information h6 {
  margin-top: 25px;
}
.home_page .information a {
  background-color: #fcb039;
  border: 2px solid #fcb039;
  color: #272727;
  margin-top: 25px;
}
.home_page .information a:hover {
  background-color: transparent;
  border: 2px solid #fcb039;
  color: white;
  margin-top: 25px;
}
.home_page .information i {
  font-size: 30px;
}
/* ------ end information ----- */

/* ----products ------ */

.home_page .our_products {
  margin-top: 50px;
}
.home_page .our_products .row.no-pad {
  margin-right: 0;
  margin-left: 0;
  background-color: pink;
}
.home_page .our_products .row.no-pad > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  background-color: pink;
}
.home_page .our_products h2 {
  text-align: center;
  color: #272727;
  font-weight: 700;
  font-size: 25px;
}
.home_page .our_products hr {
  border-bottom: 3px solid #272727;
  opacity: 1;
  width: 5%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
.home_page .our_products .card {
  border: none;
  margin: 0px;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  margin-bottom: 25px;
  height: 95%;
}
.home_page .our_products .card .card_1_effect{
  position: relative;
  overflow: hidden;
}
.home_page .our_products .card img {
  display: block;
  transition-duration: 0.5s;
}
.home_page .our_products .card img:hover {
  filter: brightness(0.5);
  transform: scale(1.3);
}
.home_page .our_products .card .card-body{
  box-shadow: inset 0 0 0 0 #0000000c;
  transition: ease-out 0.8s !important;
  text-decoration: none;
  text-align: center;
}
.home_page .our_products .card .card-body:hover{
  box-shadow: inset 0 0 0 200px transparent;
}
.home_page .our_products .card .card-body p {
  color: #6e6e6e;
  text-align: justify;
}
.home_page .our_products .card .card-body a {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid transparent;
  border: 1px solid #fcb039;
  color: #fcb039;
  font-weight: 500;
  font-size: 14px;
}
.home_page .our_products .card .card-body a:hover {
  text-decoration: none;
}
.home_page .our_products .col-lg-4 {
  padding: 30px !important;
}
/* ----end products ---- */

/* ----testimonials----  */
.home_page .testimonial .content_1 {
  background-image: url("../img/testimonial-01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
}
.home_page .testimonial .content_1 h4 {
  font-size: 30px;
}
.home_page .testimonial .content_1 hr {
  border-bottom: 6px solid #fcb039;
  width: 7%;
  opacity: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 0px;
}
.home_page .testimonial .content_1 p {
  font-size: 18px;
}
.home_page .testimonial .content_2 {
  background-color: #131d38;
  color: white;
  padding-top: 60px;
  padding-bottom: 40px;
}
.home_page .testimonial .content_2 .content_2_1 {
  text-align: center;
}
.home_page .testimonial .content_2 .content_2_1 img {
  width: 160px;
  background-color: #131d38;
  padding: 5px;
  border: 4px solid #fcb039;
  border-radius: 50%;
  margin-bottom: 10px;
}
.home_page .testimonial .content_2 .content_2_2 {
  /* background-color: #FF6700; */
  border-radius: 20px;
  width: 80%;
  margin: auto;
}
/* .home_page .testimonial .content_2 .content_2_2 p {
  padding: 20px;
} */
.home_page .testimonial .content_2 .content_2_2 .fa-facebook-f {
  font-size: 22px;
  background-color: #fcb039;
  padding: 21px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.home_page .testimonial .content_2 .content_2_2 .fa-twitter {
  font-size: 17px;
  background-color: #fcb039;
  padding: 19.4px;
}
.home_page .testimonial .content_2 .content_2_2 .fa-instagram {
  font-size: 18px;
  background-color: #fcb039;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.home_page .testimonial .content_2 .content_2_2 a {
  color: white;
}
.home_page .testimonial .content_2 .content_2_2 a:hover {
  color: #131d38;
}
.home_page .testimonial .content_2 .content_2_3 i {
  margin: auto 5px;
  font-size: 15px;
  color: #fcb039;
}

/* contact */
.home_page .contact_us .content_1 {
  background-color: #e2e2e2b4;
  border-radius: 10px;
}
.home_page .contact_us {
  margin-top: 50px;
  margin-bottom: 50px;
}
.home_page .contact_us .content_1 {
  border-top: 4px solid #fcb039;
  padding: 30px;
  width: 75%;
  margin: auto;
  box-shadow: 3px 3px 10px #0000001c;
}
.home_page .contact_us .content_1 h4 {
  color: #fcb039;
  margin-bottom: 30px;
}
.home_page .contact_us .content_1 input,
.home_page .contact_us .content_1 textarea {
  padding: 10px;
  margin-bottom: 30px;
}
.home_page .contact_us .content_1 button {
  margin: 0 auto;
  display: block;
  background-color: #fcb039;
  border: 2px solid #fcb039;
  padding: 7px 30px;
  font-size: 20px !important;
  margin-bottom: 20px;
}
.home_page .contact_us .content_1 button:hover {
  background-color: transparent;
  color: #fcb039;
}
.home_page .contact_us .content_2 {
  padding-left: 30px;
}
.home_page .contact_us .content_2 h4 {
  font-weight: 700;
  font-size: 30px;
  color: #17252b;
  margin-top: 10px;
  margin-bottom: 20px;
}
.home_page .contact_us .content_2 .content_2_1 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.home_page .contact_us .content_2 i {
  background-color: #fcb039;
  padding: 15px;
  font-size: 20px;
  border-radius: 50%;
  color: white;
  float: left;
}
.home_page .contact_us .content_2 h6 {
  font-weight: 700;
  margin-left: 70px;
  font-size: 20px;
}
.home_page .contact_us .content_2 span {
  padding-left: 20px;
}
.home_page .contact_us .content_2 .text_1 {
  padding-left: 70px;
}
/* --- end contact us ---- */

/* -------------------------------------------footer ------------------------------------------ */
footer {
  font-size: 17px;
}
footer p{
  font-size: 17px;
}
footer hr {
  margin-left: 0px;
}
footer a {
  text-decoration: none !important;
}
footer {
  background-color: #0c1224;
  color: #dadada;
  padding-top: 20px;
  padding-bottom: 10px;
}
footer h3 {
  color: white !important;
  font-size: 20px;
}
footer h6 {
  font-size: 16px !important;
}
footer .content_1,
footer .content_2,
footer .content_3,
footer .content_4 {
  margin-top: 20px;
}
footer .content_1 hr,
footer .content_2 hr,
footer .content_3 hr,
footer .content_4 hr {
  width: 18%;
  border-bottom: 3px solid #dadada;
  opacity: 1;
}
footer .content_1 p {
  text-align: justify;
}
footer .content_1 span {
  font-size: 18px;
  font-weight: 600;
}
.quick_links{
  justify-content: center;
}
@media(max-width:990px){
  .navbar-collapse .btn{
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width:767px){
  .quick_links{
    justify-content: start;
  }
  .navbar-collapse .btn{
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer span i {
  margin: auto 10px;
}
footer .content_2 li,
footer .content_3 li {
  list-style-type: none;
}
footer .content_2 ul,
footer .content_3 ul {
  margin-left: -30px;
}
footer .content_2 li :hover,
footer .content_3 li :hover {
  list-style-type: none;
  margin: 15px auto;
  color: #fcb039;
  margin-left: 10px;
  transition: 0.3s;
}
footer .content_4 .content_4_1 {
  margin-bottom: 12px;
}
footer .content_4 i {
  background-color: #dadada;
  padding: 15px;
  font-size: 20px;
  border-radius: 50%;
  color: #0c1224;
  float: left;
}
footer .content_4 h6 {
  font-weight: 600;
  margin-left: 70px;
  font-size: 20px;
}
footer .content_4 span {
  padding-left: 20px;
}
footer p a:hover{
  color: #dadada;
}
footer a {
  color: #dadada;
  text-decoration: none;
}
footer .footer_bottom p {
  text-align: center;
}
footer .content_1 a:hover {
  color: #fcb039;
}
.address_text {
  font-weight: 400 !important;
}

/* ------------------------------new footer---------------------------------- */

.new-footer-container{
padding-top: 2em;
padding-bottom: 2em;
}
.new-footer-container .row{
margin-left: 0;
}
@media(max-width:767px){
.new-footer-container .row{
margin: 0;
}
}
.new-footer-row{
  /* background-color: #fff; */
  height: 150px;
  margin-right: 0 !important;
}
.new-footer-row h3{
  margin-bottom: 3px !important;
}
footer .new-footer-container .new_content_4 span {
    padding-left: 0px;
}
.footer-contact-us-btn-nav{
  background-color: #dbcc48;
  border: none;
  border-radius: 16px;
  color: #000;
}
.footer-contact-us-btn-nav a{
font-weight: 600;
  color: #000;
}
.new-footer-bottom hr{
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 20%);
}
.footer-bottom-content-box{
display: flex;
justify-content: space-evenly;
}
.new-footer-bottom .ftr-copy-text span{
margin-right: 30px;
}
.ftr-social-icons a{
margin-left: 20px;
}
@media (max-width: 450px) {
  .footer-bottom-content-box{
  flex-direction: column;
    }
    .new-footer-row:nth-child(1) {
      height: 155px;
  }
    .new-footer-row {
      height: 120px;
  }
}


/* responsive */
@media (min-width: 1024px) {
  .carousel .carousel-item .carousel-caption h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 100px;
  }
  .navbar li {
    /* font-weight: 600; */
    margin: auto 20px;
  }
}
@media (max-width: 915px) {
  .navbar li {
    font-weight: 600;
    margin: auto 10px;
  }
  .navbar li {
    font-weight: 600;
    margin: auto 0px;
  }
}
@media (max-width: 767px) {
  .navbar li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .call_now {
    display: none;
  }
  .home_page .about .btn {
    margin-bottom: 20px;
  }
  .home_page .information {
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home_page .information .content_1 p {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .home_page .testimonial .content_1 hr {
    width: 40%;
  }
  .home_page .testimonial .content_2 .content_2_2 {
    display: none;
  }
  .carousel .carousel-item .carousel-caption p {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .carousel .carousel-item .carousel-caption h2 {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .carousel .carousel-item .carousel-caption p {
    display: none;
  }
}

/* home page end  */

/* inner banner */
.banner {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner1 {
  background-image: url("../img/inner-banner-1.jpg");
}
.banner2 {
  background-image: url("../img/inner-banner-2.jpg");
}
@media (max-width: 1080px) {
  .banner {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 120px;
  }
}
@media (max-width: 550px) {
  .banner {
    height: 80px;
  }
}

/* inner banner end */

/* contact us page */
.contact_page .top_1 {
  margin-bottom: 50px;
  text-align: center;
}
.contact_page .top_1 hr {
  width: 50px;
  background-color: #7e7f82 ;
  border: #7e7f82  2px solid;
  border-radius: 50px;
}
.contact_page .contact_us {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact_page .contact_us .content_1,
.contact_page .contact_us .content_2 {
  border-bottom: 4px solid #7e7f82 ;
  padding: 30px;
  width: 95%;
  margin: auto;
  box-shadow: 3px 3px 10px #e2e2e2a8;
  border-radius: 20px 20px 0px 0px;
  height: auto;
  min-height: 450px;
}
.contact_address_row .content_2{
  border: 4px solid #7e7f82 ;
  min-height: unset !important;
  border-radius: 20px !important;
}
.contact_page .contact_us .content_1 h4 {
  color: #000000  ;
  margin-bottom: 30px;
  font-weight: 800;
}
.contact_page .contact_us .content_1 input,
.contact_page .contact_us .content_1 textarea {
  padding: 10px;
  margin-bottom: 30px;
}
.contact_page .contact_us .content_1 button {
  margin: 0 auto;
  display: block;
  background-color: #fcb039;
  border: 2px solid #fcb039;
  padding: 7px 30px;
  font-size: 20px !important;
  margin-bottom: 20px;
}
.contact_page .contact_us .content_1 button:hover {
  background-color: transparent;
  color: #fcb039;
}
.contact_page .contact_us .content_2 {
  padding-left: 30px;
}
.contact_page .contact_us .content_2 h4 {
  font-weight: 700;
  font-size: 30px;
  color: #17252b;
  margin-top: 10px;
  margin-bottom: 20px;
}
.contact_page .contact_us .content_2 .content_2_1 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact_page .contact_us .content_2 i {
  background-color: #7e7f82 ;
  padding: 15px;
  font-size: 20px;
  border-radius: 50%;
  color: white;
  float: left;
}
.contact_page .contact_us .content_2 h6 {
  font-weight: 700;
  margin-left: 70px;
  font-size: 20px;
}
.contact_page .contact_us .content_2 span {
  padding-left: 20px;
}
.contact_page .contact_us .content_2 .text_1 {
  padding-left: 70px;
}
/* enquiry page */
.enquiry_page .top_1 {
  margin-bottom: 50px;
  text-align: center;
}
.enquiry_page .top_1 hr {
  width: 50px;
  background-color: #009292;
  border: #009292 2px solid;
  border-radius: 50px;
}
.enquiry_page .contact_us {
  margin-top: 50px;
  margin-bottom: 50px;
}
.enquiry_page .contact_us .content_1 {
  padding: 30px;
  width: 95%;
  margin: auto;
  box-shadow: 3px 3px 10px #e2e2e2a8;
  border-radius: 20px;
}
.enquiry_page .contact_us .content_1 h4 {
  color: #009292;
  margin-bottom: 30px;
}
.enquiry_page .contact_us .content_1 input,
.enquiry_page .contact_us .content_1 textarea {
  padding: 10px;
  margin-bottom: 30px;
}
.enquiry_page .contact_us .content_1 button {
  margin: 0 auto;
  display: block;
  background-color: #fcb039;
  border: 2px solid #fcb039;
  padding: 7px 30px;
  font-size: 20px !important;
  margin-bottom: 20px;
}
.enquiry_page .contact_us .content_1 button:hover {
  background-color: transparent;
  color: #fcb039;
}
.enquiry_page .contact_us .content_2 {
  padding-left: 30px;
}
.enquiry_page .contact_us .content_2 h4 {
  font-weight: 700;
  font-size: 30px;
  color: #17252b;
  margin-top: 10px;
  margin-bottom: 20px;
}
.enquiry_page .contact_us .content_2 .content_2_1 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.enquiry_page .contact_us .content_2 i {
  background-color: #009292;
  padding: 15px;
  font-size: 20px;
  border-radius: 50%;
  color: white;
  float: left;
}
.enquiry_page .contact_us .content_2 h6 {
  font-weight: 700;
  margin-left: 70px;
  font-size: 20px;
}
.enquiry_page .contact_us .content_2 span {
  padding-left: 20px;
}
.enquiry_page .contact_us .content_2 .text_1 {
  padding-left: 70px;
}

/* responsive */
@media (max-width: 767px) {
  .contact_page .contact_us .content_1,
  .contact_page .contact_us .content_2 {
    margin-bottom: 50px;
  }
}

.btn {
  color: #777777;
  box-shadow: inset 0 0 0 0 #fcb039;
  transition: ease-out 0.5s !important;
  text-decoration: none;
}
.btn:hover {
  color: #20212b;
  box-shadow: inset 0 0 0 30px transparent;
}

/*product page */
.product_page h2 {
  text-align: center;
  color: #272727;
  font-weight: 700;
  font-size: 25px;
}
.product_page hr {
  border-bottom: 3px solid #272727;
  opacity: 1;
  width: 5%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
.product_page .card {
  margin: 0px;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  margin-bottom: 25px;
  height: 95%;
}
.product_page .card .card_1_effect, .mobile_computers .card_1_effect{
  position: relative;
  overflow: hidden;
}
.product_page .card img, .mobile_computers .card img  {
  display: block;
  transition-duration: 0.5s;
}
.product_page .card img:hover, .mobile_computers .card img:hover{
  filter: brightness(0.5);
  transform: scale(1.3);
}
.product_page .card .card-body{
  box-shadow: inset 0 0 0 0 #0000000c;
  transition: ease-out 0.8s !important;
  text-decoration: none;
  text-align: center;
}
.product_page .card .card-body:hover, .mobile_computers .card .card-body:hover{
  box-shadow: inset 0 0 0 200px transparent;
}
.product_page .card .card-body p {
  color: #6e6e6e;
}
.product_page .card .card-body a {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid transparent;
  border: 1px solid #fcb039;
  color: #fcb039;
  font-weight: 500;
  font-size: 14px;
}
.product_page .card .card-body a:hover {
  text-decoration: none;
}
.product_page .col-lg-4 {
  padding-bottom: 30px !important;
}
.product_page, .mobile_computers, .barcode_scanners, .rfid_Solutions, .barcode_printers {
  padding-top: 200px;
}
.mobile_computers, .barcode_scanners, .rfid_Solutions, .barcode_printers {
    margin-top: -52px;
    display: inline-block;
}
@media(min-width: 320px) and (max-width: 767px){
.product_page h1{
 text-align: center;
}
}

/* mobile computer  start*/

.mobile_computers h1{
  margin-left: 235px;
  font-size: 42px;
}
  /*content_1  start*/
.content-1{
  padding: 40px ;
}
.content1-imgbox{
  text-align: right;
  padding: 20px;
}
.content1-text p{
  color: #333d47;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: justify;
}
.content1-text h3{
  color: #333d47;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0 0 0px;  
}
.content1-flex{
  display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*content_1  end*/

/*content-2  start*/
.content-2{
  padding: 40px;
}
.content2-h3{
  font-size: 32px;
  color: #333d47;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0 0 0px;
}
.content2-imgbox{
  display: flex;
  justify-content: center;
  align-items: center;
}
.content2-img{
  padding: 10px;
}
.content2-img{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content2-text{
  text-align: center;
  padding: 15px 0 10px 0;
}
.content2-text h3{
  color: #333d47;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0 0 0px;
}
.content2-text .card{
  width: 100%;
  text-align: justify;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid transparent;
}
.content2-text .card b{
    color: black;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.5;
}
.content2-text .card p{
  font-size: 18px;
  font-weight: 300;
  color: #000000d9;
}
.card-bottom{
background-color: white;
padding: 10px;
margin: 3px;
width: 100% !important;
}

/*content-2  end*/
/*content-3  start*/
.content-3 {
padding: 50px 10px;
}
.content-3 h3{
  color: #333d47;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0 0 0px;
} 
.content-3 .card{
  width: 350px;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px;
  border: 1px solid #e0e0e0 !important;
}  
.content-3 .card:hover{
  border: 1px solid #000 !important;
}
.content3-imgbox{
padding:20px;
}
.content3-imgbox img{
  border-radius: 8px;
}
#content3-img{
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.content3-text{
text-align: justify;
padding: 0 10px;
}
.content3-text h4{
  padding: 0px 0px 13px 0px;
  font-size: 25px;
  font-weight: 600 !important;
}
.content3-text b{
  color: #000000d1;
  font-size: 18px;
  font-weight: 400 !important;
}
.content3-text p{
  padding-top: 13px;
  font-size: 16px;
  font-weight: 300;
  color: #000000d9;
}
.content-3 .flex{
display: flex;
align-items: center;
justify-content: space-evenly;
flex-wrap: wrap;
}
.content-3 hr{
border-bottom: 3px solid #fcb039;
opacity: 1;
width: 11%;
margin: auto;
}
.content4 h1{
  color: #333d47;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0 0 0px
}
.content4 p{
  color: #000000ad;
  font-size: 20px;
  font-weight: 400 !important;
}
/*content-3  end*/
/* barcode_scanners */
.banner10 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner10 .banner-text{
  position: absolute;
  color: white;
  padding: 10px;  
}
.card2-para::before{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f192";
  color: black;
  padding: 0 5px;
}
.content-3 .card3 {
  width: 350px;
  /* height: 446px; */
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px;
}
.content3-1 h4{
  text-align: center;
}
.content3-a{
  color: black;
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.content3-a:hover{
  color:#fcb039;
  text-decoration: none;
}
.product_nav{
  background-color:#f0f0f0 !important;
  color: black;
}
.product_nav li a, .product_nav #dropdownMenuButton{
color:#4d4d4d !important;
font-weight: 700;
}
.product_nav li a:hover, .product_nav #dropdownMenuButton:hover{
  color: #fff !important;
}
/*common css*/
ul {
    text-align: justify;
}
.dropdown-menu a:hover{
background-color: #fcb039;
color: #fff;
}
.dropdown-menu{
  display: none;
  position: absolute !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.rfid-b{
  text-align: left  !important;
}
.rfid-b .card{
  text-align: left  !important;
}
.rfid-b b{
  color: black !important;  
}
.printer-flex{
  display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}
.card4{
  width: 304px;
    height: 700px !important;
    border-radius: 10px;
    overflow: hidden;
    margin: 8px 3px;
}
/* -------------------------------------------------about-us----------------------------------------------------------------------- */
.about-us{
  padding: 47px 31px;
}
.aboutus-text h3{
  color: #333d47;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.5;
    margin: 0 0 10px;
}
.aboutus-text p{
  color: #333d47;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: justify
}
.aboutus-link {
  padding: 0;
}
.aboutus-link li{
  list-style-type: none;
  padding-bottom: 10px;
}
.aboutus-link li a{
  text-decoration: none;
  color: #110f10;
}
.aboutus-link li a:hover{
  text-decoration: none;
  color: #fcb039;
}
.aboutus-link .active{
  text-decoration: none;
  color: #fcb039;
}
.link-title h3{
  color: #333d47;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0 0 10px;
}
.btn3{
  background-color: #fcb039 !important;
  color: white !important;
  border-radius: 6px !important;
}
.btn3:hover{
  background-color: white !important;
  color: #fcb039 !important;
  border: 1px solid #fcb039 !important;
  border-radius: 6px;
}
.aboutus-row .card{
  padding: 10px 25px;
  background-color: #f9f9f9;
}
.aboutus-row .card ul li{
  color: #333d47;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0px 0 0px;
  text-align: justify;
}
.aboutus-row .card b{
  color: black !important;
}
.card2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.card7{
    display: flex;
    justify-content: center;
}
.card5{
  display: flex;
    align-items: center;
}
#contact-link{
  color: black;
}
#contact-link:hover{
  color: #0088cc;
  text-decoration: none;
}
.card-Philosophy{
  border: none !important;
  display: flex;
}
.how-h4{
  color: #1b1c1c;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1.5;
    margin: 0 0 40px;
    text-align: center;
}
    /* ------------------------------Handheld Computers--------------------------------------------------------------*/
    .content-3 .card1 {
      width: 240px;
      height: auto;
      border-radius: 10px;
      overflow: hidden;
      margin: 0;
      text-align: center;
      border: none;
  }
  .content-3 .card1 .content3-imgbox a img{
    float: left;
    width: 200px;
    height: 200px;
    object-fit: contain;
  }
  .content3-text {
    text-align: center;
    padding: 0px 10px;
}
  .content3-text h4 {
    font-size: 19px;
}
.img-head{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 30px;
}
.main-img{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media(max-width:575px){
.main-img img{
  width: 100% !important;
}
}
@media(max-width:575px){
.infrastructures_img{
  width: 100%;
}
.mobile_device_img{
  width: 100%;
}
}

.img-bottom{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 30px;
}
.Handheld-spec h4{
  font-weight: 700;
  padding-bottom: 15px;
}
.Handheld-spec h5{
  color: #333d47;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0 0 5px;
  text-align: justify
}
.Handheld-spec p{
  color: #333d47;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0 0 10px;
  text-align: justify
}
.brand-logo{
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
}
.brand-logo1{
    width: 189px;
    height: 72px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
}
.brand-logo1:hover{
  border-top: 1px solid #ff670096;
  border-bottom: 1px solid #ff670096;
  border-radius: 20px;
}
.brand-logo2:hover{
  border-top: 1px solid #ff670096;
  border-bottom: 1px solid #ff670096;
  border-radius: 20px;
}
.brand-logo1 h4{
  color: black;
}
.brand-logo2  {
  transition: all 1s;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.brand-logo2  img{
  opacity: 0.6; 
}
.brand-logo1 a:hover h4{
  color: #fcb039;
  text-decoration: none;
}
.brand-logo2 a:hover h4{
  color: #fcb039;
  text-decoration: none;
}
.brand-logo1 a:hover{
  text-decoration: none;
}
.brand-logo2 a:hover{
  text-decoration: none;
}
.honeywell{
  padding: 20px  0 40px;
}
.Vehicle-flex{
  display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column
}
.content-3 .row .col-lg-5{
  padding: 20px 0px;
}
.Infrastructure-img{
  display: flex;  
}
.Infrastructure-img img{
    position: relative;
    top: -10px;  
}
.Infrastructure-img h3{
  margin: 0 15px 10px;  
}
.Vehicle-p{
  color: #333d47;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: justify;
}
.sap b{
  font-weight: 400;
    font-size: 20px;
    color: #333d47;
}
.content1-h4{
  color: #333d47;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0 0 10px;
}
.card-text{
  text-align: justify;
}
/*------------------------------------------------------- software ------------------------------------------------------------*/
.software-ul {
  padding-bottom: 20px;
}
.software-ul li{
  list-style-type: none;
  color: #333d47;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
    text-align: justify;
}
.software-content{
  padding:  25px 0; 
}
.software-content h4{
  color: #333d47;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.5;
    margin: 0 0 10px;
}
.software-content ul { 
  text-align: left;
}
.software-content ul li{ 
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.5;
    margin: 0 0 10px;
    list-style-type: none;
}
.software-content ul li a{
  color: #333d47;
  transition: all 1s;
  text-align: left;
}
.software-content ul li i{
  padding-right: 10px;
}
.software-content ul li a:hover{
  color: #fcb039;
  list-style-type: none;
  text-decoration: none;
}
.test img{
  float: left;
    width: 204px;
    height: 117px;
    object-fit: contain;
    border-radius: 20px;
}
.rating {
  text-align: center;
}
.rating i{
  color: #dbcc48;
}
.software-box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.software-box .card{
  width: 350px;
    padding: 20px;
    height: 550px;
    margin: 10px;
}
.content1-text1 p{
  color: #333d47d1;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: justify;
}
.content1-h5{
  color: #333d47;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .025em;
  padding: 14px 0 0;
}
.flex-box2{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-box2 h4{
  color: #333d47;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .025em;
}
.e-para{
  color: #333d47;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: justify;
}
.e-icon{
  width: 250px;
    height: 300px;
    text-align: center;
    padding: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.e-icon img{
  width: 150px;
    height: 150px;
    object-fit: contain;
}
.flex-box3{
  display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.work-icon{
  width: 200px;
    height: 300px;
    padding: 10px;
    margin: 10px;
}
.icon-box2{
  text-align: center;
}
.icon-box2 i{
  font-size: 30px;
  padding:  10px 0;
}
.work-text{
  text-align: center;
}
.e-icon1{
    text-align: center;
    padding: 34px 10px;
    margin: 10px ;
}
.e-icon1 p{
    text-align: left;
}
.e-icon1 a{
  color: black;
  text-decoration: none;
}
.e-icon1 a:hover{
  color: #fcb039;
  text-decoration: none;
}


/* -------------------------------------------------Infrastructure---------------------------------------- */
.infra-img{
  text-align: center;
  padding:  20px 0;
}
.flex-box{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.icon-box{
  width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.infra-flex{
  display: flex;
}
.infra-flex1{
  justify-content: center;
}
.infra-flex1 .infra-card{
  height: 448px;
  margin: 15px 10px;
}
.infra-flex1 .infra-card .infra-text h4{
  text-align: center;
}
.infra-card{
  width: 330px;
    height: 600px;
    margin: 0px 10px;
    overflow: hidden;
    border: 1px solid #e0e0e0 !important;
    border-radius: 15px !important;
}
.infra-card img{
  border-radius: 8px;
}
.infra-flex2{
  flex-wrap: wrap; 
}
.infra-flex2 .infra-card {
  width: 330px;
  height: 448px;
  margin: 15px 10px; 
  text-align: center;
}
.infra-flex2 .infra-card .infra-text p{
  text-align: center;
}
.infra-flex2 .infra-card .infra-img img{
  width: 280px;
  height: 280px;
  border-radius: 8px !important;
}
.infra-card:hover{
  /* box-shadow: 1px 2px 12px 1px #00000047 !important; */
  border: 1px solid #000 !important;
}
.infra-text{
  padding: 0 10px;
}
.infra-text h4{
  color: #333d47;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.5;
}
.infra-text p{
  color: #333d47;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: left;
}
.icon-box i{
  font-size: 35px;
  padding: 10px 0;
}
.Mounts-h4{
  padding: 25px 0;
}
.flex-box1{
  display: flex;    
    align-items: center;
    justify-content: space-around;
}
.mini-text{
  text-align: justify;
    padding: 0 18px ;
    width: 350px;
    height: 300px;
    margin:  19px 0;
}
.mini_pc_text{
  width: 100% !important;
  height: 100% !important;
}
@media(max-width:990px){
  .mini_pc_text{
    width: 50% !important;
    height: 100% !important;
  }
}
@media(max-width:767px){
  .mini_pc_text{
    width: 100% !important;
    height: 100% !important;
  }
}
.mini-text ul li{
  color: #333d47;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .025em;
}
.mini-text h5{
  text-align: left; 
}
.mini-text  ul{
  text-align: left;
  padding: 0;
}
.mini-text  ul li{
  list-style-type: none;
}
.mini-text  ul li i{
  padding-right: 10px;
}
.flex-box4{
  display: flex;
    align-items: center;
    justify-content: center;
}
.card6{
  width: 220px !important;
    height: 200px  !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 !important;
}
.col-card2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Philosophy-ul{
  list-style-type: none;
  padding: 0;
}
.Philosophy-ul li{
 padding:  10px 0;
 font-size: 18px;
}
.Philosophy-ul .Philosophy-flex i{
  padding-right: 15px;
}
.Philosophy-flex{
  display: flex;
  align-items: center;
}
.Philosophy-cols{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.how-card2{
  display: flex;
  align-items: unset !important;
  justify-content: unset !important;
}
/* -------------------------------------------Ports & Intermodals-------------------------------------------------------------------- */
.port-text .port-text1{
  /* font-family: "Open Sans"; */
  text-align: left;
}
.port-h4{
  font-size: 22px;
}
.port-text p{
  font-size: 18px;
}
.port-text .content3-text h4{
  font-size: 28px;  
}

.img-box10{
  width: 150px;
  height: 110px;
}
@media(max-width:990px){
.partner .card6{
  margin: 15px 0 !important;
}
}

/* contact page */
.contact_us .contact_row {
  /* justify-content: space-between; */
  justify-content: space-evenly;
  /* box-shadow: 0 0 15px 0 rgb(250, 96, 28, 0.5); */
  /* border-radius: 8px; */
  /* background-color: #fff; */
  /* padding: 45px 35px; */
  /* position: relative; */
}
@media (min-width: 768px) {
  .contact_us .dbox {
    margin-bottom: 0;
    padding: 0;
  }
}
.contact_us .dbox p {
  margin-bottom: 0;
}
.contact_us .dbox p span {
  font-weight: 500;
}
.contact_us .dbox p a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.contact_us .dbox .icon {
  width: 70px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  margin: 20px auto;
  /* border: 1px solid #009292; */
  background-color: #7e7f82 ;
}
.contact_us .dbox .icon span {
  font-size: 20px;
  color: #ffffff;
}
.contact_us .dbox .text {
  width: 100%;
  align-items: center;
  display: flex;
}
.contact_us .dbox .text p {
  margin-left: 25px;
  color: #212529;
  font-size: 18px;
}
@media(max-width:1150px){
  .contact_us .dbox .text p{
    margin-left: 12px;
  }
}
.contact_us .contactaddress {
  border-radius: 20px;
  padding: 30px;
  /* border: 4px solid #009292; */
  border: 1px solid #7e7f82 ;
}
.contact_us .contactaddress .section_title h4{
  font-weight: 700;
    font-size: 30px;
    color: #17252b;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
}
.address_bottom{
  margin-bottom: 12px !important;
}
@media (max-width: 1199px) {
  .contact_us .contactaddress {
    padding: 30px 10px;
  }
  .address_bottom{
    margin-bottom: 12px !important;
  }
}
@media (max-width: 990px) {
  .contact_us .contactaddress {
    padding: 30px;
    position: unset;
  }
  .contact_us .contactaddress:nth-child(1){
    margin-bottom: 35px;
  }
  .contact_us .contactaddress:nth-child(2){
    margin-bottom: 35px;
  }
  .contact_us .contact-wrap {
    margin: auto;
    width: 100%;
  }
  .contact_us .contact_row {
    padding: 45px 10px;
  }
}
@media (max-width: 575px) {
  .contact_us .contact_row {
    margin: 0 10px;
  }
}
@media (max-width: 450px) {
  .contact_us .contactaddress {
    padding: 30px 20px;
  }
  .contact_us .dbox p a {
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .dbox {
    flex-direction: column;
  }
  .contact_us .dbox .text {
    justify-content: start;
  }
  .contact_us .dbox .text p {
    margin-left: 0px;
  }
  .contact_us .dbox .icon {
    width: 70px;
    height: 70px;
  }
}



.orange_color{
  background-color: #fcb039 !important;  
  border: 2px solid #fcb039 !important;
}
.orange_color:hover{
  background-color: transparent !important;  
  border: 2px solid #fcb039 !important;
  color: #fcb039 !important;
}
.orange_color_1{
  color: #fcb039 !important;
}
.black_color_bg{
  background-color: #ffffff !important;
}
.black_color_bg h5, .black_color_bg h3{
  color: rgb(0, 0, 0);
}

.product_card{
  width: unset !important;
  height: 335px !important;
  margin: 25px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 15px !important;
}
.product_card:hover{
  border: 1px solid rgba(0,0,0) !important;
}
.product_card .content3-text h4{
  width: 240px;
  font-weight: 600 !important;
}
.product_card .content3-imgbox{
  align-items: center;
  justify-content: center;
  display: flex;
}

@media(max-width:399px){
.Philosophy_page img{
width: 75%;
}
}
#products_img .products_imagesss{
  width: 100% !important;
}
#products_img .products_imagesss1{
  width: 100% !important;
}
@media(max-width:575px){
  #products_img .products_imagesss{
    width: 150px !important;
    /* height: 300px !important; */
  }
  #products_img .products_imagesss1{
    width: 300px !important;
  }
}
@media (max-width: 990px){
.contcard_1 .card{
  justify-content: unset !important;
}
.heightcont .card{
  height: unset !important;
  padding-bottom: 10px;
}
}

.banner-text h1{
  margin: 0 !important;
  text-transform: uppercase;
}

@media(max-width:1299px){
.dcmd .card{
  height: unset !important;
}
}
/* -------------------------------------------Bar trender-------------------------------------------------------------------- */
.bartender{
  padding: 40px 40px 0px 40px;
}
.bartender-text p{
  color: #333d47d1;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin: 0 0 10px;
  text-align: justify;

}
.bartender-text h3{
  color: #333d47;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.5;
    margin: 0 0 10px;
}

.bartender-text h6{
  color: #333d47;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .025em;
  padding: 10px 0 0;

}
.bartender ul{
  list-style: none;
  padding-left: 15px;
}
.bartender li{
  padding-bottom: 10px;
  color: #333d47;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
    margin: 0 0 15px;
    text-align: justify;
  
}
.bartender li i{
  margin-right: 10px;
}
.bartender li span{
  font-weight: 800;
  color: #ff5532;
}
.bartender-imgbox {
  text-align: end;
  height: 186px;
  width: 408px;
  display: flex;
  justify-content: center;
  align-items: center;
}
  

.bartender h5{
  color: #333d47;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .025em;
  padding: 14px 0 0;
}
.bartrend2 {
  margin-bottom: 3rem;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 3rem;
}
.bartrend2 h5{
  color: #333d47;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .025em;
  padding: 10px 0 15px;
}
.bartrend2 p span i {
  margin-right: 10px; 
}
.bartrend2 p{
  color: #333d47;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin: 0 0 10px;
  text-align: center;
 
}
.bartrend2 p span {
  color: #333d47;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .025em;
  padding: 10px 0 15px;
 

}
.bartrend2 h6{
  color: #333d47;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .025em;
  padding: 10px 0 15px;
}
.why-box{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  text-align: center;
  padding: 15px;
  height: 317px;
}

/* softwaresoluthion */
.img-bg {
  background-color: #9cb4b6;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 20px;
}