
body
{
	overflow-x:hidden;
	font-family: "Roboto", sans-serif !important;
}
.robot_slab
{
	font-family: "Roboto", sans-serif  !important;
}
.text_color
{
	color:#0891cc;
}

.bgcolor
{
	background:#dff1fd;
}
p, a, li, span 
{
font-size:16px;
font-family: "Roboto", sans-serif !important;
    font-weight: 300;
}

header li a:hover {
    color: #fff !important;
}
header li a {
    font-size: 14px;
    color: #555 !important;
    font-weight: 500;
}

header .container-fluid {
    padding: 0;
}
header {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(87, 193, 255) 180%);
    border-bottom: 0px solid #be5100;
}


header li a.nav-link.active {
   background: #1b9a8a;
    padding-top: 8px;
    color:#fff !important;
    position: relative;
    border-bottom: 4px solid #ff6c00;
}


header li.nav-item.dropdown ul.dropdown-menu {
   margin: 0 !important;
    padding: 0px;
    top: 80px;
    position: absolute;
    width: 200px;
    max-height: 282px;
    margin-top: 10px;
    border-radius: 0px;
    background: #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 13%);
    border: 0;
    left:-50px;
}

header li.nav-item.dropdown a.dropdown-item {
    border-bottom: 1px solid #f4f4f4;
    padding: 14px 25px;
    font-size: 15px;
    color: #6c6c6c !important;
    border-left: 4px solid #ffffff;
}

header li.nav-item.dropdown li:last-child a {
    border-bottom: 0;
}


    .navbar-expand-lg .navbar-nav .nav-link {
    border-radius: 0px;
    padding: 10px 20px !important;
    position:relative;
}
	.social_top li {
    padding-top: 9px;
}
  .navbar-nav li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.navbar-nav li a::after {
    position: absolute;
    content: "";
    top: -10%;
    left: 0;
    width: 100%;
    height: 46px;
    background: #1b9a8a ;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
    margin-top: 5px;
    border-bottom: 4px solid #ff6c00;
    z-index: -1;
}  
     /* Open dropdown on hover */
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Optional: Adjusts the margin */
  }

  /* Optional: Add a transition effect for smoother opening */
  .dropdown-menu {
    transition: all 0.3s ease;
  }
  
  
.position_tops {
    position: relative;
    top: 0px;
    z-index: 9;
}


.banner_slider .carousel-item img {
    animation: zoomAnimation 7s ease-in-out infinite;
    /* 5-second zoom effect */
}

@keyframes zoomAnimation {
    0% {
        transform: scale(1);
        /* Start at normal size */
    }

    100% {
        transform: scale(1.2);
        /* Zoom in by 20% */
    }
}


.blink_bg {
    background: #afa27f;
    color: #fff !important;
    padding: 14px 20px 15px 20px;
    text-decoration: none;
    display: inline-block;
    float: right;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 0px solid #c5b884;
    -webkit-animation: blink 800ms step-end infinite;
            animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { background-color: #0c8bb4; }}
        @keyframes blink { 50% { background-color: #0c8bb4; }}

footer.footer {
    background: #bde3fa;
}


.read-more a::after {
	transition: all 0.3s;
}

.read-more a {
position: relative;
    background: transparent;
    color: #0c8bb4 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px;
    font-weight: 300;
    padding-left: 25px;
    margin-top: 10px;
    border: 1px solid #bde3fa;
    display: inline-block;
    padding-right: 25px;
    cursor: pointer;
    transition:1.5s all;
}

.read-more a::before,
.read-more a::after {
  background: #bde3fa;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn-2::after {
  height: 100%;
  left: 0;
  top: 0;
  transition:1.5s all;
  width: 0;
}

.btn-2:hover:after {
  width: 100%;
  transition:1.5s all;
}

.bg-gray
{
	background: #e3e4e4;
}

.gallery_box:before {
    content: "";
    position: absolute;
    background: #bde3fa;
    width: 100%;
    height: 40px;
    bottom: 0;
}

.about_border
{
    position:relative;
}
.about_border:before {
    content: "";
    position: absolute;
    background: #bde3fa;
    width: 100%;
    height: 78%;
    bottom: 0;
}
.about_border img {
    padding: 20px;
    position: relative;
}
.slide-content {
    POSITION: absolute;
    left: 10%;
    top: 35%;
    background: #eacb5091;
    padding: 26px 26px;
    width: 325px;
    font-weight: 600;
    margin-bottom: 0;
}
.manufacture {
    border-top: 0px solid transparent;
    background: linear-gradient(to right, #dd2b1c 40%, #fdc900 40%);
    background-size: 100% 4px;
    background-repeat: no-repeat;
	padding-top:4px;
}

.bg-gray
{
	background:#e3e4e4;
}


		
.read_more a {
    background: transparent;
    color: #0c8bb4 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px;
    font-weight: 500;
    padding-left: 25px;
    margin-top: 10px;
    border: 2px solid #dff1fd;
    display: inline-block;
    padding-right: 25px;
}
.mb-23
{
	    margin-bottom: 23px;
}

.footer__title {
    font-size: 18px;
    font-weight: 700;
	font-style:italic;
}

footer.footer a:hover {
    color: #0c8bb4;
    /* font-weight: 600; */
}
.footer_link1 ul {
    margin: 0;
    padding: 0;
    margin-left: 0px;
}

.footer_link1 ul a {
    color: #333;
    text-decoration: none;
}
.footer_link1 ul li {
    float: left;
    list-style: none;
    padding-right: 55px;
}
.contact-hed
{
	position: absolute;
    margin-top: -70px !important;
}

.copyrghts {
    position: relative;
    background: linear-gradient(to right, #818281 33%, #fdc900 30%);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: inherit;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 7px;
}

.copyrghts::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #818281;
    transform: skewX(-30deg);
    z-index: -1;
    width: 34%;
    z-index: 9;
}
p.footer-copyright.mb-0 {
    text-align: center;
    font-size: 14px;
}

.copyrghts a {
    color: #333 !important;
    text-decoration: none;
    font-size: 12px;
    font-style: italic;  
}
.w-150 {
    width: 100px;
    padding-top: 10px;
}
footer.footer a{
    font-size: 16px;
}
.logo_width {
    position: relative;
    top: 0px;
    z-index: 9;
    padding: 0px;
}
.fs-18
{
    font-size: 20px;
}

.zoom-hover img:hover {
    transform: scale(1.1);
    transition: 0.5s all;
}

.zoom-hover {
    overflow: hidden;
    transition: 0.5s all;
}

.zoom-hover img {
    transition: 0.5s all;
}


.swiper-container {
    padding: 0;
    height: 90vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .swiper-wrapper {
    height: 90vh !important;
}
.swiper-slide {
    height: 90vh !important;
}
  .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    transition: all 0.3s ease;
    background-position: fixed;
  }
  
  .swiper-item {
    width: 80%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
  }
  
  .swiper-slide .number {
    width: auto;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: -40px;
    font-size: 120px;
    -webkit-text-stroke: 1px white;
    color: transparent;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif;
    opacity: 0.3;
  }
  
  @media screen and (max-width: 512px) {
    .swiper-slide .number {
      display: none;
    }
  
    .swiper-item {
      width: 100%;
    }
  }
  .swiper-item:after {
    content: "";
    background-color: black;
    position: absolute;
    width: 100%;
    height: inherit;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
  }
  
  .swiper-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    z-index: 1;
    opacity: 0.2;
  }
  
  /* swiper arrows */
  .swiper-arrows {
    width: 400px;
    height: 80px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    right: 20%;
  }
  
  @media screen and (max-width: 512px) {
    .swiper-arrows {
      right: 0%;
    }
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: 0;
    transition: all 0.3s ease;
  }
  
  .swiper-button-prev {
    right: 50px !important;
    left: auto !important;
    background-color: rgba(255, 255, 255, 0.7);
  }
  
  .swiper-button-next {
    right: 0px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  
  .swiper-button-prev span,
  .swiper-button-next span {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    border: solid 2px #666666;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.1s ease;
  }
  
  .swiper-button-prev span {
    transform: rotate(-135deg);
    left: 49%;
  }
  
  .swiper-button-next span {
    transform: rotate(45deg);
    right: 49%;
  }
  
  .swiper-button-prev:hover span,
  .swiper-button-next:hover span {
    width: 5px;
    height: 5px;
  }
  
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 0px;
    height: inherit;
    content: "";
    position: absolute;
    background-color: white;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    opacity: 0.8;
  }
  
  .swiper-button-prev:after {
    right: 0;
  }
  
  .swiper-button-next:after {
    left: 0;
  }
  
  .swiper-button-prev:hover:after,
  .swiper-button-next:hover:after {
    width: inherit;
  }
  
  .swiper-button-disabled {
    opacity: 1 !important;
  }
  
  .swiper-button-disabled.swiper-button-prev span,
  .swiper-button-disabled.swiper-button-next span {
    opacity: 0.2;
  }
  
  /* swiper arrows mobile */
  @media screen and (max-width: 512px) {
    .swiper-button-prev,
  .swiper-button-next {
      width: 60px;
      height: 60px;
      bottom: 0;
    }
  
    .swiper-arrows {
      height: 60px;
    }
  
    .swiper-button-prev {
      right: 60px;
    }
  
    .swiper-button-prev span {
      left: 45%;
    }
  
    .swiper-button-next span {
      right: 45%;
    }
  }
  /* swiper pagination */
  

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    right: 10px;
    left: auto;
}
.swiper-button-prev:hover span, .swiper-button-next:hover span {
    width: 10px !important;
    height: 10px !important;
}

.swiper-button-next, .swiper-button-prev {
    margin-top: 0px !important;
}


.loader {
    border: 8px solid #f3f3f3; 
    border-top: 8px solid #3498db; 
    border-radius: 50%;
    width: 60px;
    margin: 0 auto;
    height: 60px;
    margin-top: 20%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.swiper-pagination {
    height: 3px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 60px !important;
    right: calc(20% - 60px);
    top: 20px;
    float: right;
    position: absolute;
    left: auto !important;
  }
  
  .banner_mainslider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0px;
  }
  
  .banner_mainslider .swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 3px;
    border-radius: 0px;
    opacity: 0.5;
  }
  
  .banner_mainslider .swiper-pagination-bullet:hover {
    width: 50px;
  }
  
  .banner_mainslider .swiper-pagination-bullet-active,
  .banner_mainslider .swiper-pagination-bullet-active:hover {
    width: 60px;
    transition: all 0.3s ease-in-out;
    left: 0;
    background-color: white;
    opacity: 1;
  }
  
  /* text content */
  .banner_mainslider .slide-text {
    text-align: left;
    color: white;
    opacity: 1;
    z-index: 2;
    font-family: "IBM Plex Sans", sans-serif;
    width: 40%;
    max-width: 310px;
    padding: 30px;
    position: absolute;
    right: 5%;
  }
  
  .banner_mainslider .slide-text.playText {
    animation: transitionText 2s ease;
  }
  
  @keyframes transitionText {
    0% {
      right: -100%;
    }
    100% {
      right: 5%;
    }
  }
  
  .slide-text.playText p {
    font-size: 20px;
}


.read_more a:hover {
    background: #dff1fd;
}

.we-do-box {
  position: relative;
  overflow: hidden;
}

.we-do-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust color and opacity */
  z-index: 1;
  transition: bottom 0.5s ease;
}

.we-do-box:hover::before {
  bottom: 0px;
}

.we-do-box:hover p
{
    background:transparent;
}

.we-d-content {
  position: absolute;
  bottom: 20px; /* Initial position 20px from the bottom */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2; /* Ensures content stays above the background */
  color: white; /* Text color */
  transition: all 0.5s ease; /* Smooth transition for positioning */
}

.we-do-box:hover .we-d-content {
  bottom: 50%; /* Move the text vertically to the center */
  transform: translateY(50%); /* Adjust to ensure perfect centering */
}

.we-do-box img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.we-do-box:hover img {
  transform: scale(1.1); /* Optional zoom effect on hover */
}

section.about-us p {
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
    word-spacing: 2px;
    line-height: 28px;
    padding-right:0px;
}

.showcase_box {
    position: relative;
    /* width: 300px; */ /* Adjust width as needed */
    /* height: 200px; */ /* Adjust height as needed */
    overflow: hidden;
}

.showcase_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; /* Optional zoom effect */
}

.showcase_box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.showcase_box:hover .overlay {
    opacity: 1;
}

.showcase_box:hover img {
    transform: scale(1.1); /* Optional zoom effect */
}
    .position_tops li.nav-item {
    margin-right: 15px;
}
.slide-text.playText1
{
        background-color: #e31e24;
}
.slide-text.playText2
{
        background-color: #ff6000;
}
.slide-text.playText3
{
        background-color: #eab0008f;
}
@media(min-width:1500px) and (max-width:2500px)
{
    .position_tops li.nav-item {
    margin-right: 30px;
}
}


.footer_logo {
    width: 200px;
    background: #dff1fd;
    padding: 20px;
    border-radius: 0px 0px 100px 100px;
    padding-top: 70px;
    margin-top: -50px;
	    margin-left: auto;
    margin-right: auto;
}

ul.social-menu li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

ul.social-menu li img {
    width: 25px;
      transition: 0.5s all;
}
ul.social-menu li img:hover {
    transform: scale(1.19);
    transition: 0.5s all;
}
ul.copyright-menu li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

ul.copyright-menu li a {
    color: #333;
    font-size: 14px;
	    text-decoration: none;
}
.footer-privacy a {
    color: #333;
    text-decoration: none;
    font-size: 14px !important;
}

footer p {
    font-size: 14px;
}
ul.copyright-menu {
    padding-left: 0px;
}

.footer-privacy a:hover
{
	color:#000;
}
ul.socialtop {
    float: right;
}
.confluence a:hover {
    color: #fff;
}
.confluence a {
    background: #afa27f;
    color: #fff;
    padding: 18px 20px 9px 20px;
    text-decoration: none;
    display: inline-block;
    float: right;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 6px solid #c5b884;
}
.logo_text {
    padding-left: 4px;
    padding-top: 28px;
}

.logo_text h5 {
    font-size: 24px;
    margin-bottom: 2px;
}

.logo_text p {
    font-size: 22px;
}


.gallery_box {
  position: relative;
  overflow: hidden;
  left: 10px;
}

.gallery_box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust color and opacity */
  z-index: 99;
  transition: bottom 0.5s ease;
}

.gallery_box:hover::before {
  bottom: 0px;
}

.gallery_box:hover p
{
    background:transparent;
}

.gallery_content {
  position: absolute;
  bottom: -100px; /* Initial position 20px from the bottom */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99; /* Ensures content stays above the background */
  color: white; /* Text color */
  transition: all 0.5s ease; /* Smooth transition for positioning */
}

.gallery_content p{
font-size:24px;
}

.gallery_box:hover .gallery_content {
  bottom: 50%; /* Move the text vertically to the center */
  transform: translateY(50%); /* Adjust to ensure perfect centering */
}

.gallery_box img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.gallery_box:hover img {
  transform: scale(1.1); /* Optional zoom effect on hover */
}

.gallery_section .item {
    padding: 10px 10px 20px 10px;
}

.gallery_section .item::before 
{
    content: "";
    position: absolute;
    background: #bde3fa;
    width: 105%;
    height: 78px;
    bottom: 0;
    left: 2px;
}
section.gallery_section .bgcolor {
    padding-bottom: 100px !important;
}
.gallery_section .owl-carousel .owl-nav.disabled {
    display: block;
    margin-top: 20px;
    margin-left: 24px;
    position: absolute;
    right: 0;
}
.owl-nav.disabled i {
    position: relative;
    top: 2px;
}
.owl-nav button.owl-next {
    background: #0c8bb4 !important;
    color: #fff !important;
    height: 30px;
    width: 30px;
    border-radius: 0px;
}

.owl-nav button.owl-prev {
    background: #0c8bb4 !important;
    color: #fff !important;
    height: 30px;
    width: 30px;
    border-radius: 0px;
}



/*.flip-box {*/
/*  perspective: 1000px;*/
/*}*/

/*.flip-box-inner {*/
/*   position: relative;*/
/*    width: 40%;*/
/*    height: 100%;*/
/*    text-align: center;*/
/*    transition: transform 0.8s;*/
/*    transform-style: preserve-3d;*/
/*    margin-top: 70px;*/
/*    margin-left: auto;*/
/*}*/

/*.flip-box:hover .flip-box-inner {*/
/*  transform: rotateY(180deg);*/
/*}*/

/*.flip-box-front, .flip-box-back {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -webkit-backface-visibility: hidden;*/
/*  backface-visibility: hidden;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  flex-direction: column;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  border-radius: 8px;*/
/*  min-height: 170px;*/
/*  -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);*/
/*  transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);*/
/*  -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);*/
/*  -webkit-backface-visibility: hidden;*/
/*  backface-visibility: hidden;*/
/*  background-size: 80% !important;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.flip-box-front {*/
/*  color: black;*/
/*  border-radius: 10px;*/
/*  -webkit-transform: rotateY(0deg);*/
/*  transform: rotateY(0deg);*/
/*  -webkit-transform-style: preserve-3d;*/
/*  -ms-transform-style: preserve-3d;*/
/*  transform-style: preserve-3d;*/
/*}*/
/*.flip-box-back {*/
/*  transform: rotateY(180deg);*/
/*  border-radius: 10px;*/
/*}*/

/*.internal_banner img*/
/*{*/
/*    height:300px;*/
/*    object-fit: cover;*/
/*}*/


/*.flip-box-header-front {*/
/*    font-size: 14px;*/
/*    border-top: 1px solid black;*/
/*    border-bottom: 1px solid black;*/
/*    padding: 4px 10px;*/
/*    width: fit-content;*/
/*    color: #000;*/
/*    text-transform: uppercase;*/
/*}*/

/*img.flip-box-img {*/
/*       margin-top: 10px;*/
/*    width: 30px;*/
/*    filter: invert(100%);*/
/*}*/

/*.inner.color-white {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    padding: 5px;*/
/*    outline: 1px solid transparent;*/
/*    -webkit-perspective: inherit;*/
/*    perspective: inherit;*/
/*    z-index: 2;*/
/*    transform: translateY(-50%) translateZ(60px) scale(.94);*/
/*    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);*/
/*    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);*/
/*    top: 50%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    left: -7px;*/
/*}*/

/*a.flip-box-button {*/
/*    background-color: transparent;*/
/*    border-radius: 6px;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    font-size: 17px;*/
/*    margin-top: 1px;*/
/*    padding: 5px 10px;*/
/*    width: fit-content;*/
/*    background-color: #000;*/
/*    text-transform: uppercase;*/
/*    transition: all 0.5s ease;*/
/*    text-decoration: none;*/
/*}*/

/*.flip-box-button:hover {*/
/*    color: #0a58ca;*/
/*    padding: 5px 10px;*/
/*    background-color: #fff;*/
/*}*/


.box-item {
 position: absolute;
    -webkit-backface-visibility: hidden;
    width: 130px !important;
    height: 130px !important;
    right: 25px;
    margin-top: 88px;
    z-index:99;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 130px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 0px solid red;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 5px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-box .inner img {
    filter: invert(100%);
}

.flip-box-header-front {
    font-size: 14px;
    border-top: 0px solid white;
    border-bottom: 0px solid white;
    padding: 0px 0px;
    margin: 10px 10px;
    width: fit-content;
    color: #fff;
    text-transform: uppercase;
}

.flip-box-header-back {
    font-size: 14px;
    border-top: 0px solid black;
    border-bottom: 0px solid black;
    padding: 4px 10px;
    width: fit-content;
    color: #fff;
    text-transform: uppercase;
}

.flip-box-img {
    margin-top: 15px;
    width: 38px;
}

.flip-box-button {
    font-size: 17px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 1px 10px;
    width: fit-content;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}


.banner_contents {
    position: absolute;
    top: 20%;
    left: 15%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    animation: fadeInText 1.5s forwards;
    animation-delay: 0.5s;
}

@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner_text {
      background: #ffffffd1;
    color: #333;
    width: 500px;
    padding: 40px 40px 20px 40px;
    text-align: left;
}

.banner_text h5 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 5px;
}
.banner_text p {
        margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
    word-spacing: 2px;
    line-height: 28px;
    padding-right: 0px;
}

.banner_slider {
    height: 80vh;
    object-fit: cover;
}

.banner_slider img {
    height: 80vh;
    object-fit: cover;
        position: relative;
    z-index: -1;
}


.bounce_continue
{
    animation: bounce 1s infinite alternate;
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.googlemap iframe {
    padding: 20px;
    position: relative;
}

.committe_box {
    padding: 0px 27px;
    padding-bottom:20px;
}

.width_70
{
       width: 63%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.committe_box img {
    width: 200px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.committe_box h4 {
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 0;
}
.comitee_member .col-lg-2 {
    padding: 0px 0px;
    width: 16%;
}

.committe_box1 img {
    width: 150px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.committe_box1 h4 {
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 0;
}

.flip-box-inner a {
    text-decoration: none;
}

.manufacture-btn {
      background-color: #1b9a8aa8;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: -25px;
    z-index: 9;
}
.carousel-control-next {
    right: 0;
     top: 30% !important;
}
.carousel-control-prev {
    left: 0;
    top: 30% !important;
}
.internal_banner img {
    height: 160px;
}
.col-md-5.pt-md-4.pt-2.d-md-flex.d-flex.justify-content-center.align-items-center.order-md-0.order-1 {
    justify-content: left !important;
}