@media screen and (max-width: 1400px) {
  #header li {
    font-size: 14px;
  }
  #header .navbar-expand-lg .navbar-nav {
    gap: 2px;
  }
  #Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails {
    top: 2%;
  }
  #client .client-row .image-wrapper {
    width: 18%;
  }
  #Footer ul li {
    font-size: 16px;
  }
  #Footer ul .FooterContact {
    gap: 12px;
  }
  #Hero .carousel-caption h5 {
    font-size: 65px;
  }
  .section-title h3 {
    font-size: 52px;
  }
  #FAQS .contact-box .Contact-Details a {
    font-size: 14px;
  }
  #Testimonials .owl-nav {
    width: 117%;
    left: -9%;
    top: 42%;
  }
}
@media screen and (max-width: 1024px) {
  #header li {
    font-size: 12px;
    padding: 0;
  }
  #header .navbar-expand-lg .navbar-nav {
    gap: 5px;
  }
  #header .navbar-brand img {
    width: 120px;
  }
  #Hero .carousel-caption h5 {
    font-size: 58px;
  }
  #Hero .carousel-caption {
    top: 15%;
  }
  .section-title {
    max-width: 100%;
    margin-bottom: 42px;
  }
  #Footer .FooterBottom .FooterBottomFlex .FooterBottomContent {
    display: none;
  }
  #Projects-gallery .owl-theme .owl-nav {
    display: block;
    position: static;
  }
  #Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails {
    position: static;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 0px 24px 24px;
    padding: 24px 18px;
  }
  #Projects-gallery .owl-carousel .owl-item img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Projects-gallery .owl-theme .owl-nav {
    position: static;
    width: auto;
    display: block;
  }
  #Projects-gallery .owl-theme .owl-dots {
    display: none;
  }
  #OtherPage .Page-Title h3 {
    color: #FFFFFF;
    text-align: center;
    font-size: 52px;
  }
  #OtherPage .Page-Title {
    top: 33%;
  }
  #mobile-nav .mobile_nav_area {
    display: none;
  }
  #ProjectService .ProjectSlider .ProjectItem .ProjectDetails {
    position: static;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 0px 24px 24px;
    padding: 24px 18px;
  }
  #ProjectService .owl-carousel .owl-item img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #ProjectService .owl-theme .owl-nav {
    position: static;
    width: auto;
    display: block;
  }
  #ProjectService .owl-theme .owl-dots {
    display: none;
  }
  #OtherServices .owl-theme .owl-nav {
    display: block;
    position: relative;
  }
  #AboutUs .AboutCounter {
    width: 82%;
  }
  .certificate-img {
    width: 75%;
  }
  .Certificates {
    width: 20%;
  }
  #Benefits .BenefitsFlex .BenefitsBox {
    width: 28%;
  }
  #Gallery .menu--item {
    width: 50vw;
  }
  #JobList .listing_row {
    grid-template-columns: 20rem 1fr 10rem 1fr 1fr;
  }
  #JobList .positions_header-row {
    grid-template-columns: 20rem 1fr 10rem 1fr 1fr;
  }
  #CareerList .section-title p {
    padding: 24px;
  }
}
@media screen and (max-width: 990px) {
  #navbar-top {
    display: none;
  }
  #mobile-nav .mobile_nav_area {
    display: block;
  }
  #WhyChooseService .WhyChooseMain .WhyChooseContent {
    width: 100%;
  }
  #WhyChooseService .WhyChooseMain .WhyChooseImg {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
  #WhyChooseService .WhyChooseMain {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    background-color: #FFF;
    width: 100%;
    top: 75px;
    left: 0;
    text-align: left;
    height: -moz-fit-content;
    height: fit-content;
  }
  #header .container {
    padding: 0;
  }
  #header {
    position: fixed;
    top: 0;
  }
  #header .mb-2 {
    margin: 0 !important;
  }
  #header .navbar-expand-lg .navbar-nav {
    margin: 0 !important;
  }
  #header .navbar-expand-lg .navbar-nav {
    align-items: start;
    padding: 24px 12px;
    gap: 0;
  }
  .FooterBottom {
    display: none;
  }
  .fa-bars:before {
    content: "";
  }
  #header .navbar-brand img {
    width: 100px;
    margin: 0 10px;
  }
  section {
    padding: 35px 0;
  }
  .section-title h3 {
    color: #3a3a3a;
    font-size: 27px;
  }
  .section-title h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .section-title h5::after {
    height: 14px;
    width: 14px;
  }
  .section-title {
    max-width: 100%;
    margin-bottom: 24px;
  }
  #Projects-gallery .ProjectSlider .ProjectItem .ProjectDetails {
    position: static;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 0px 24px 24px;
    padding: 24px 18px;
  }
  #Projects-gallery .owl-carousel .owl-item img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Projects-gallery .owl-theme .owl-nav {
    position: static;
    width: auto;
    display: block;
  }
  #Projects-gallery .owl-theme .owl-dots {
    display: none;
  }
  #Services .service-box {
    display: block;
  }
  #Services .service-box .ServiceContent {
    display: block;
  }
  #Services .service-box .ServiceContent .ServiceIcon {
    margin-bottom: 14px;
  }
  #Services .service-box .ServiceContent .ServiceDetails p {
    margin: 0;
  }
  #Services .service-box .Service-Arrow {
    position: absolute;
    right: 24px;
    top: 32px;
  }
  #Services .service-box:hover .Service-Arrow {
    position: absolute;
  }
  #Services .service-box .Service-Arrow img {
    width: 48px;
  }
  #client .client-row .image-wrapper {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #client .client-row .image-wrapper {
    margin-bottom: 24px;
  }
  #client .client-row {
    padding: 0;
  }
  #HomeAbout .AboutContent {
    max-width: 100%;
  }
  #HomeAbout .AboutContent h5 {
    font-size: 21px;
  }
  #FAQS .accordion-button {
    padding: 12px 0;
  }
  .accordion-body {
    padding: 10px 0;
  }
  #FAQS .contact-box {
    padding: 14px 0;
  }
  #FAQS .Form-wrapper {
    padding: 10px 10px 10px;
    margin-top: 24px;
  }
  #Testimonials .TestimonialBox {
    padding: 16px;
  }
  #Testimonials .TestimonialBox .Review {
    font-size: 21px;
  }
  #Blogs .trending-blog .trending-blog-title h3 {
    width: 100%;
    font-size: 23px;
  }
  #Blogs .trending-blog .trending-blog-title {
    position: absolute;
    bottom: 24px;
    left: 18px;
  }
  #Blogs .trending-blog .trending-blog-title .view-btn {
    display: none;
  }
  #ContactStrip .section-title h3 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 24px;
  }
  #ContactStrip .Contact-Main {
    float: none;
    text-align: center;
    width: 100%;
  }
  .FooterBottom {
    display: block;
  }
  #Footer .FooterBottom .FooterBottomFlex .FooterBottomContent {
    display: none;
  }
  #Footer .FooterBottom .FooterBottomFlex {
    justify-content: space-between;
  }
  #Hero .carousel-caption h5 {
    font-size: 48px;
  }
  #Hero .carousel-caption {
    top: 15%;
  }
  #Floating-btn .FlotingBox .icon {
    width: 40px;
  }
  #CareerList .CareerOverview {
    width: 100%;
  }
  #JobList .listing_row {
    grid-template-columns: 10rem 1fr 8rem 1fr 1fr;
  }
  #JobList .positions_header-row {
    grid-template-columns: 10rem 1fr 8rem 1fr 1fr;
  }
  #CareerList .section-title p {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .BrochureBtn {
    top: 60%;
    left: 257px;
    transform: rotateZ(270deg);
  }
  #header {
    display: none;
  }
  #mobile-nav {
    padding: 0;
  }
  #mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .dropdown-list {
    width: 89%;
    padding: 12px 0px;
  }
  #Blogs .trending-blog {
    margin-bottom: 20px;
  }
  #cta .section-title {
    max-width: 100%;
  }
  #cta .section-title h3 {
    font-size: 38px;
  }
  .FooterBottom {
    display: block;
  }
  #Footer .FooterBottom .FooterBottomFlex .FooterBottomContent {
    display: none;
  }
  .FooterLogo {
    display: none;
  }
  .web-btn-2:before,
  .web-btn-2:after {
    width: 100%;
  }
  #Footer .FooterBottom .FooterBottomFlex {
    justify-content: space-between;
  }
  #OtherPage .Page-Title h3 {
    font-size: 24px;
  }
  #OtherPage .Page-Title {
    top: 35%;
    width: 95%;
  }
  #Locations .LocationList li {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .LocationList {
    padding: 14px 0 0;
  }
  #Locations .LocationTitle a h2 {
    font-size: 18px;
  }
  #ProjectSlider .owl-theme .owl-nav {
    position: static;
    width: auto;
    display: block;
  }
  #ServiceAbout .ServiceImg {
    margin-bottom: 24px;
  }
  #WhyChooseService .WhyChooseMain .WhyChooseContent {
    padding: 24px 14px;
    width: 100%;
  }
  #WhyChooseService .WhyChooseMain .WhyChooseContent h4 {
    font-size: 21px;
  }
  #WhyChooseService .WhyChooseMain .WhyChooseContent p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #Layouts .owl-theme .owl-nav {
    display: block;
    position: relative;
  }
  #OtherServices .owl-theme .owl-nav {
    display: block;
    position: relative;
  }
  #ProjectService .ProjectSlider .ProjectItem .ProjectDetails {
    position: static;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 0px 24px 24px;
    padding: 24px 18px;
  }
  #ProjectService .owl-carousel .owl-item img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #ProjectService .owl-theme .owl-nav {
    position: static;
    width: auto;
    display: block;
  }
  #ProjectService .owl-theme .owl-dots {
    display: none;
  }
  #AboutUs .AboutCounter {
    position: static;
    width: 100%;
    margin: 14px 0;
    padding: 14px;
  }
  #AboutUs .CounterBox h4 {
    font-size: 45px;
  }
  #AboutUs .CounterBox .CounterName {
    font-size: 15px;
  }
  #Marquee .marquee-text img {
    width: 100px;
  }
  #VisionMission .VisionMissionBox .VisionMissionTitle h2 {
    font-size: 40px;
    color: #ffffff;
    max-width: 100%;
    margin-bottom: 24px;
  }
  #VisionMission .VisionMissionBox {
    padding: 20px;
  }
  #Manufacturer .DescriptionBox {
    position: static;
    padding: 20px;
    border-radius: 0 0 18px 18px;
    margin-top: -10px;
  }
  #Manufacturer .owl-carousel .owl-nav {
    display: block;
    position: static;
    width: auto;
  }
  #Benefits .BenefitsFlex .BenefitsBox {
    width: 100%;
  }
  #Benefits .BenefitsFlex .BenefitsBox .BenefitIcon {
    margin: auto;
  }
  #AboutUs .section-title h6 {
    color: #000000;
    font-size: 18px;
  }
  #CareerList .CareerOverview {
    width: 100%;
  }
  #CareerList .marquee-item {
    width: 100%;
    margin: 8px;
  }
  #JobList .listing_row {
    border: 1px solid #e3eaed;
    border-radius: 8px;
    grid-template: "name name" ". ." ". ."/1fr 1fr;
    min-width: 100%;
    padding: 1rem;
    position: static;
    margin-bottom: 14px;
  }
  #JobList .Job-Title {
    grid-area: name;
  }
  #JobList .listing_column {
    padding: 0 0 7px;
  }
  #JobList .positions_title-mobile {
    display: block;
  }
  #Gallery .menu {
    height: 25vh;
  }
  #ContactForm .Form-wrapper {
    padding: 12px;
  }
  #ContactForm .Form-wrapper {
    padding: 0px;
  }
  #ContactForm .ContactContainer .row {
    width: auto;
  }
  #ContactForm .ContactContainer {
    padding: 26px;
  }
  #ContactForm .Map {
    padding-top: 24px;
  }
}/*# sourceMappingURL=responsive.css.map */