body {
    font-family: "Plus Jakarta Sans Medium"!important;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    color: #151515
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Plus Jakarta Sans Regular"!important
}
p {
    font-family: "Plus Jakarta Sans Medium"!important;
    font-style: normal
}
img {
    max-width: 100%
}
a:focus,button:focus,input:focus,textarea:focus {
    text-decoration: none;
    outline: 0
}
a:focus,a:hover {
    text-decoration: none
}
a,i,span {
    display: inline-block
}
audio,canvas,iframe,img,svg,video {
    vertical-align: middle;
}
ol,ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
/*----------- start upper header page----------*/
.header-top {
    background:#080612;
    padding-bottom: 10px;
	border-bottom: 1px solid #525050;
	height:35px;
	 
}

/*----------- end upper header page----------*/

/*------ start nav bar------------------------*/

.navigation {
    position: relative
}
.navigation .nav-menus-wrapper .nav-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}
.navigation .nav-menus-wrapper .nav-menu li {
    position: relative
}
.navigation .nav-menus-wrapper .nav-menu li a {
    font-weight: 600;
    font-size: 16px;
    padding: 28px 0;
    color: #07294d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    position: relative
}
.navigation .nav-menus-wrapper .nav-menu li a.active {
    color: #2e7996
}
.navigation .nav-menus-wrapper .nav-menu li:hover>a {
    color:#e85a34
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
    position: absolute;
    width: 215px;
    background-color: #fff;
    border-top: 2px solid #e85a34;
    padding: 10px 0;
    -webkit-box-shadow: 2px 2px 20px rgba(7,41,77,.1);
    -moz-box-shadow: 2px 2px 20px rgba(7,41,77,.1);
    box-shadow: 2px 2px 20px rgba(7,41,77,.1);
    top: 100%;
    left: 0;
    z-index: 99
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li {
    margin-left: 0
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
    line-height: 1.1;
    padding: 10px 20px;
    font-size: 16px
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a i {
    display: block;
    font-size: 13px;
    float: right
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li:hover>a {
    padding-left: 25px
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
    top: -12px;
    left: 100%
}
.navigation .nav-menus-wrapper .submenu-indicator {
    margin-left: 8px;
    margin-top: 8px;
    float: right;
    transition: all .3s
}
.navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #fff #fff transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}
.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute;
    margin: 0
}
.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.navigation .nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    cursor: pointer;
    display: none
}
.navigation .nav-toggle::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #07294d;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #07294d,0 1em 0 0 #07294d
}
.navigation .nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #dbdbdb;
    font-size: 26px;
    cursor: pointer
}
.navigation .header-search {
    position: relative
}
.navigation .header-search input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #07294d;
    font-size: 13px;
    letter-spacing: .08em;
    color: #8d8d8d;
    height: 30px
}
.navigation .header-search input::placeholder {
    opacity: 1;
    color: #8d8d8d
}
.navigation .header-search input::-moz-placeholder {
    opacity: 1;
    color: #8d8d8d
}
.navigation .header-search input::-moz-placeholder {
    opacity: 1;
    color: #8d8d8d
}
.navigation .header-search input::-webkit-input-placeholder {
    opacity: 1;
    color: #8d8d8d
}
.navigation .header-search button {
    padding: 0;
    background: 0 0;
    border: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px
}
.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky .5s;
    -moz-animation: sticky .5s;
    -o-animation: sticky .5s;
    animation: sticky .5s;
    -webkit-box-shadow: 2px 2px 20px rgba(34,34,34,.15);
    -moz-box-shadow: 2px 2px 20px rgba(34,34,34,.15);
    box-shadow: 2px 2px 20px rgba(34,34,34,.15);
    background-color: #fff
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}
.navigation-portrait .submenu-indicator {
    width: 45px;
    height: 45px;
    position: absolute;
    text-align: center;
    z-index: 20000;
    top: 0;
    right: 0
}
.navigation-portrait .submenu-indicator .submenu-indicator-chevron {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg)!important;
    -moz-transform: translate(-50%,-50%) rotate(45deg)!important;
    -ms-transform: translate(-50%,-50%) rotate(45deg)!important;
    -o-transform: translate(-50%,-50%) rotate(45deg)!important;
    transform: translate(-50%,-50%) rotate(45deg)!important
}
.navigation-portrait .nav-submenu-open>a .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: translate(-50%,-50%) rotate(225deg)!important;
    -moz-transform: translate(-50%,-50%) rotate(225deg)!important;
    -ms-transform: translate(-50%,-50%) rotate(225deg)!important;
    -o-transform: translate(-50%,-50%) rotate(225deg)!important;
    transform: translate(-50%,-50%) rotate(225deg)!important
}
.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 999
}
.nav-tabs .nav-link.active,.tabs-section .nav-tabs .nav-item.show .nav-link {
    color: #2e7996;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #dee2e6
}
.nav-tabs {
    border-bottom: 0!important
}
.nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #2e7996;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 0
}
.navigation .nav-menus-wrapper .nav-menu li+li {
    margin-left: 35px
}
.navigation .nav-menus-wrapper .nav-menu {
    justify-content: flex-end;
	    padding-right: 39px
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li {
    border-top: 1px solid rgba(219,219,219,.15)
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li>a {
    padding-left: 16px
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
    width: 225px;
    left: -25%;
   background-color: rgb(20 15 15 / 35%);
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
    padding: 7px 11px
}
.navigation .nav-toggle::before {
    background-color: #f58303;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #f58303,0 1em 0 0 #f58303
}
.home-menu ul {
    margin: 20px
}
.home-menu ul li {
    display: inline-block;
    padding: 0 14px
}
.home-menu .home-icon {
    background: #f58303;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%
}
.home-menu .home-icon .fa-home {
    padding: 0 10px
}
.home-menu .home-icon .fa-phone-volume {
    padding: 0 15px
}
.home-menu .main-btn-3 {
    background: #f58303;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff
}
.home-menu {
    margin-top: 42px;
    display: none
}
.header-logo img {
    height:80px;
    max-width: 220px!important
}
.testimonial_image {
    height: 150px;
    width: 150px;
    margin: auto
}
.single-testimonial {
    border-radius: 0;
    border: 1px solid #ddd;
    margin: 0 10px;
    padding: 60px 25px;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 6%);
    margin-bottom: 30px
}
.banner-text,.hed-banner {
    position: relative
}
.navigation .nav-menus-wrapper .nav-menu li a {
    font-family: 'Plus Jakarta Sans Medium'!important;
    color: #fff;
    font-weight: 500;
    font-size: 18px
}
/*------end nav bar-----*/
/*-------------start slider page-----------------*/
 @keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
#navigation {
    position: absolute;
    top: 60px;  
    width: 100%;
    z-index: 2;
}
#slider {
    position: relative; 
}
/*-------------End  slider page-----------------*/
/*------------------ start about section home page code---------------*/
.aboutsection{
	background-color: #FFF;
	background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
   padding:90px 0px 0px 0px;
}
.container-with-bg {
 /* background-color:#080612; */
  padding: 40px;
  max-width: 600px; 
  border-radius: 8px; 
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.heading-wrapper h2 {
  margin: 0 0 20px 0;
  color: #f05a28; 
  font-size:38px;
  font-weight: 500;
}
.paragraph-wrapper p {
	font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    color: #131010;
	margin-bottom: 30px;
}
.button-wrapper {
  text-align: left; 
}
.btn {
  background-color: #f05a28; 
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.btn:hover {
  background-color: #d04a20;
}
.animate-element {
  opacity: 0;
  transform: translateY(150px) rotateX(-30deg);
  transition: opacity 1.2s ease-out 1s, transform 1.2s ease-out 1s;
}
.animate-element.animate-in {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
/*------------------end about section home page code---------------*/
/*------------------------- start soluation code----------------------*/
.col-md-12.p-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.carousel {
    padding: 60px 0;
    overflow: hidden!important;
}
.carousel .flickity-viewport {
    overflow: hidden !important;width: 100% !important;
}
.carousel-cell {
    width: 300px;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition: transform 0.6s ease;
}
.carousel-cell img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}
.carousel-cell:hover img {
    transform: scale(1.1);
}
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent 60%);
    z-index: 1;
}
.content {
      position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  color: white;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
    .content h2 {
    font-size: 20px;
	margin: 0;
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.4s ease, opacity 0.4s ease;
}
.carousel-cell:hover .content h2 {
    transform: translateY(-10px);
}
.read-more {
   margin-top: 10px;
   display: inline-block;
   color: #fff;
   font-size: 14px;
   text-decoration: none;
   border-bottom: 1px solid #fff;
   opacity: 0;
   transform: translateY(20px); 
   transition: all 0.4s ease;
}
.carousel-cell:hover .read-more {
    opacity: 1;
    transform: translateY(0);
}
.flickity-page-dots, .flickity-button {
    display: none;
}
.heading {
    text-align: center; 
}

.heading h3 {
    margin: 0 0 20px 0;
    color: #f05a28;
    font-size: 38px;
    font-weight: 500;
    position: relative;
    display: inline-block; 
}

.heading h3::after {
    content: "";
    position: absolute;
    left: 50%;               
    transform: translateX(-50%); 
    bottom: -10px;           
    width: 40%;              
    height: 2px;              
    background: #000;      
}
/*------------------------- end soluation code----------------------*/
/*----------------------- start Why Choose Us page--------------------*/
.work_bx {
   display: flex;
    align-items: center;
 
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    flex-wrap: wrap;
}
.work_bx:hover {
    transform: translateY(-5px);
}
.work_icon {
    width: 80px;
    height: 80px;
    background-color: #ddd;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}
.work_bx h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}
.work_bx p {
    font-size: 14px;
    color: #666;
    margin: 0;
}
@media (max-width: 767px) {
    .work_bx {
        flex-direction: column;
        text-align: center;
    }

.work_icon {
        margin: 0 auto 15px;
    }
}
.lqd-imggrp-single {
    position: relative;
    width: 100%;
    height: 100%; 
    perspective: 1000px;
    cursor: pointer;
  }
.lqd-imggrp-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
  }
.lqd-imggrp-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    pointer-events: none;
  }
.block-revealer__element {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: white; 
    transform-origin: 100% 50%; 
    transform: scaleX(1);
    transition: transform 0.5s ease;
    z-index: 10;
    pointer-events: none;
    border-radius: 12px;
  }
.lqd-imggrp-single:hover .block-revealer__element {
    transform: scaleX(0);
  }
.lqd-imggrp-single:hover .lqd-imggrp-img-container {
    transform: rotateX(8deg) rotateY(15deg);
  }
/*----------------------- start Why Choose Us page--------------------*/
/*----------------------------start Industries code----------------*/
.custom-row {
  margin-left: -10px;
  margin-right: -10px;
}
.custom-row .col-md-4,
.custom-row .col-sm-6,
.custom-row .col-12 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.hover-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
.hover-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.hover-box:hover img {
  transform: scale(1.1);
}
.hover-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.hover-box:hover::after {
  opacity: 1;
}
.hover-content {
  position: absolute;
  bottom: 10px;         
  left: 50%;            
  transform: translateX(-50%); 
  color: #fff;
  text-align: center;
  z-index: 2;
  opacity: 1;  
 
  padding: 6px 12px;           
  border-radius: 4px;          
}
.hover-box:hover .hover-content {
  opacity: 1;

}
.hover-content h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
/*----------------------------end Industries code----------------*/

/*--------------------start contact us code-------------------------------*/
.contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-wrapper .contact-box {
    position: relative;
  border-bottom: 1px  solid #525050;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 400px;
    width: 100%;
    flex-wrap: wrap;
	border-top:1px  solid #525050;
    border-left: 1px  solid #525050;
    border-top-right-radius: 1px  solid #525050;
	border-bottom-right-radius: 0;
}
.contact-wrapper .main-cercle {
    flex-shrink: 0;
    margin-bottom: 10px; 
	height: 83px;
    width: 83px;
    background-color: transparent;
	border-radius: 50px;
    position: absolute;
    left: -39px;
    top: 20px;
}
.contact-wrapper .round-call {
    width: 70px;
    height: 70px;
    border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
	left: 8%;
    top: 8%;
    padding-top: 48px;
}
.contact-wrapper .round-call img {
	max-width: 100%;
    height: auto;
}
.contact-wrapper .address-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1; 
    min-width: 200px; 
	padding: 42px 10px 32px 60px;
    height: 130px;
}
.contact-wrapper .add-text {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
@media (max-width: 767px) {
    .contact-wrapper .contact-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-wrapper .main-cercle {
        margin-bottom: 15px;
    }

    .contact-wrapper .address-text {
        min-width: auto;
        text-align: center;
    }
}
.headings{
	    color: #e85a34;
    font-size: 27px;
    text-align: center;
    padding-top: 0px;
	margin-top: -17px;
}
.map-dark iframe {
  filter: invert(90%) hue-rotate(180deg) brightness(80%);
}
/*----------------------end contact us page code-----------------------*/
/*-------------------------start footer code-------------*/
.footer-widget .footer-title
{
    font-family: "Plus Jakarta Sans ExtraLight";
    font-weight: 200;
    font-size: 22px;
    margin-bottom: 33px;
    line-height: 32px;
    color: #fff;
    text-align: left;
}
.footer-link .link-list li {
    margin-top: 5px;
}

.footer-link .link-list li a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 24px;
    color: #b3aeae;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
   
}
.footer-widget-wrapper {
    padding-top: 0;
    border-top: 1px solid #90aac7;
    margin-top: 49px;
    opacity: 1;
    align-items: center;
    vertical-align: middle;
    margin-left: 50px;  
    margin-right: 50px; 
}
.footer-link .link-list li a:hover {
    color: #e85a34;
}
.footer-link .link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-link .link-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.footer-link .link-list li i {
  font-size: 18px;
  color: #919295; 
  margin-right: 10px;
  margin-top: 3px;
}
.footer-link .link-list li a {
  color: #b3aeae;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
}
.footer-link .link-list li a span {
  line-height: 1.5;
}
.txt-white {
    color: rgb(255, 255, 255) !important;
}
/*-------------------------end footer code-------------*/
/*------------------start visson and misson code----------------------*/
.container-with-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #D8D8D82E;
}
.container-with-bg1{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #D8D8D82E;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 10px 40px 40px;
}
.img-fluid{
	padding-top:15px;
}
/*------------------End visson and misson code----------------------*/
.shadow-img {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.shadow-img:hover {
    transform: translateY(-5px);
}
.image-container {
  text-align: center;     
  margin: 20px 0;
}

.responsive-img {
  width: 100%;
  height: auto;
  max-width: 500px;        
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
/*------------------------start career code---------------------*/
.career-box {
    margin-top: 100px;
}
.career-box {
    background:#08061200;
    height: 100%;
    width: 100%;
    padding: 15px;
    box-shadow: 0 0 11px;
}
.career-wraper h4 {
    color: #f05a28;
    text-align: center;
    font-size: 32px;
}
.career-wraper p {
    font-size: 16.5px;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.top {
    background: #e85a34;
}
.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e85a34;
    background: #21252900;
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    color: #555;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-bottom: 1px solid #ff4401;
    outline: none;
    box-shadow: 0 2px 0 #ff4401;
}
.career-box .btn-default {
    padding: 10px 20px;
    float: right;
    margin-right: 20px;
    margin-top: 11px;
    background: #e85a34;
    color: #fff;
}
.career-wraper {
    width: 100%;
    height: auto;
    background-size: cover;
}
.career-padding {
    padding: 30px 234px;
}
input[type=file] {
    margin-top: 20px;
}
/*------------------------end career code---------------------*/
/*----------------------------start automotive code---------------------*/
ul {
   
    margin: 0;
    padding-left: 20px;         
}
ul li {
    color: #131010;                
    font-size: 16px;
    line-height: 1.8;           
}
.offerings
{  
	margin-top: 10px;
    font-size: 17px;
    color:#f05a28;
    font-weight: 300;
    line-height: 30px;
}
.item {
    background-size: cover;
    background-position: center;
      height: 50vh; 
}
.logos-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
}

.logos-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    animation: slide 30s linear infinite;
}

.logos-slider-container img {
  width:150px;
 max-width: 150px;
}

@keyframes slide {
  0% {
    transform: translate3d(0,0,0)
  }
  100% {
    transform: translate3d(-100%,0,0)
  }
}


.cards {
 
  padding: 2rem;
  border-radius: 1rem;
 
  margin: 0 auto;
  box-shadow: 0px 3px 8px rgb(61 74 84 / 10%), 0px 3px 12px rgb(61 74 84 / 6%)
}
/******--------------------career page start***********************/


 label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #000;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
  }

  
  input[type="file"] {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
    border: none;
   
    color: #fff;             
    font-size: 15px;
    border-radius: 5px;
  }

  textarea {
    height: 120px;
    resize: none;
  }

  .button-container {
    text-align: right;
  }

  button {
    background-color: #e85a34;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }

  button:hover {
    background-color: #07294d;
  }

  .required {
    color: red;
  }
  /******--------------------career page end***********************/