h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", serif;
}

* {
  font-family: "Roboto", serif;
}

p,
li,
a {
  font-size: 15px;

  text-align: justify;
}

body {
  background: #f0f0f0;
}

.grid-container {
  display: grid;

  grid-template-columns: 100px auto;
}

.grid-item {
  padding: 10px 10px;

  position: relative;
}

.grid-item img {
  top: 45px;

  position: absolute;

  text-align: center;

  width: 65px;

  vertical-align: center;

  left: 20px;
}

nav {
  background: #d32f2f;
}

.top_row ul li {
  display: inline-block;
}

.top_row ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.top_row i {
  padding-right: 6px;
}

header {
  position: relative;
}

.head {
  position: absolute;

  right: 0;

  left: 0;
}

/* .top_row a {

  color: #f8f9fa;

} */

nav ul li a {
  color: #f8f9fa;
}

/* */

.index_about {
  padding: 100px 0px;
}

.index_about_img {
  text-align: center;

  position: relative;

  display: table;
}

.index_about_img img {
  width: 90%;
}

.index_about_img:before,
.index_about_img:after {
  content: "";

  position: absolute;

  width: 50px;

  height: 50px;

  border: solid #e85c25;

  border-width: 1px 1px 0 0;
}

.index_about_img:before {
  right: 3px;

  top: -11px;
}

.index_about_img:after {
  border-width: 0 0 1px 1px;

  bottom: -13px;

  left: 3px;
}

.forklift-sec {
  position: relative;
  background-color: #fff !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background: url(/images/products/about-us-bg.png) no-repeat;
  background-position: bottom right;
  background-size: auto;
}
.forklift-sec::before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-right: 1px solid #e2e2e2;
}
.gm-sec{
  padding: 80px 0px  !important;
  position: relative;
  background-color: #fff !important;
  background: url(/images/products/about-us-bg.png) no-repeat;
  background-position: bottom left;
  background-size: auto;
}

.gm-sec::before{
   position: absolute;
  content: "";
  background: #f5f5f5;
  width: 50%;
  height: 100%;
  right: 0px;
  top: 0px;
  border-left: 1px solid #e2e2e2;
}

.forklift-pr {
  padding-right: 50px;
}
.forklift-pl{
  padding-left: 50px;
}

.left-column {
  background-color: #1c3789;
  padding: 80px 50px;
}

footer i {
  color: #e85c25;

  padding-right: 10px;
}

.custom_btn {
  background: #e85c25;

  color: white;

  padding: 15px 35px 15px 35px;

  transition: all 0.3s;

  font-size: 16px;

  font-weight: 100 !important;
}

.custom_btn:hover {
  color: white;

  text-decoration: none;

  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.header-icon {
  color: #e85c25;
}

.index_service {
  /* background-color: #eaeaea; */

  background-image: url(../images/banner/machinery-bg.jpg);

  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  padding-top: 100px;
  position: relative;
  z-index: 2;
}

.index_service::before {
  position: absolute;
  content: "";
  background-color: rgb(2 9 30 / 80%);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.index_service > .infinity-title {
  margin-bottom: 70px !important;
}

.footer_quick_link ul {
  padding: 0;
}

.bdr-radius{
  border-radius: 20px;
}

/* .footer_quick_link ul li:after {

  content: "";

  height: 15px;

  background: #c1cbd4;

  width: 2px;

  display: inline-block;

  margin: 0px 11px;

  position: relative;

  top: 2px;

}

.footer_quick_link ul li {

  display: inline;

} */

.end_footer ul li a {
  color: #d32f2f;
}

.end_footer ul li {
  display: inline;

  padding: 0px 7px;
}

.end_footer {
  background: #1c3789;
}

.end_footer_hr {
  border-color: #fff;

  opacity: 0.3;

  margin: 0px 0px;
}

footer {
  background: #1c3789;

  color: #fff;
}

.start_footer {
  padding: 40px 0px;
}

.index_project_div {
  display: grid;

  align-items: center;

  position: relative;

  background: #333;

  transition: all 0.3s;
}

.index_project_div > img {
  opacity: 0.5;
}

/* .index_project_div:hover .project_caption {

  opacity: 1;

}

.index_project_div:hover img {

  opacity: 0.6;

} */

.project_caption {
  text-align: center;

  position: absolute;

  opacity: 1;

  left: 0;

  right: 0;

  transition: all 0.3s;
}

.project_caption > h4 {
  font-size: 24px;
}

.project_caption:before,
.project_caption:after {
  content: "";

  position: absolute;

  width: 50px;

  height: 50px;

  border: solid #e85c25;

  border-width: 2px 2px 0 0;

  transition: all 0.3s;
}

.project_caption:before {
  top: -72px;

  transform: rotate(-90deg);

  left: 10px;
}

.project_caption:after {
  border-width: 0 0 2px 2px;

  bottom: -70px;

  right: 10px;

  transform: rotate(-90deg);
}

/* Myat Update Start */

.home-grid-container {
  min-height: 283px;
}

.slider {
  position: relative;
}

.head {
  position: absolute;

  top: 0;

  right: 0;

  z-index: 9999;
}

.home-header-info {
  font-size: 16px;
}

.carousel-home-header-info {
  font-size: 24px;

  font-weight: 500;

  line-height: 28.13px;

  color: #fff;

  text-align: center;
}

.home-header {
  font-size: 32px;
}

.carousel-home-header {
  font-weight: 700;

  font-size: 53px;

  color: #fff;

  line-height: 62.11px;

  margin-bottom: 20px;

  text-align: center;
}

.home-header-content {
  position: absolute;

  bottom: 0;

  left: 0;

  z-index: 9999;

  padding-bottom: 130px;
}

.homeCarousel {
  position: relative;
}

/* .nav-head {

  background-color: #d32f2f;

} */

/* Banner Section */

.page-title {
  position: relative;

  width: 100%;

  height: 295px;

  /* background-image: url(/images/banner.jpg),

    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)); */

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  background-blend-mode: overlay;

  color: #fff;

  display: flex;

  align-items: center;
}

.about-page-title {
  background-image: url(/images/banner/about-banner.jpg);
}

.service-page-title {
  background-image: url(/images/services/service-banner.jpg),
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(232, 92, 37, 0.6));
}

.contact-page-title {
  background-image: url(/images/contact-banner.jpg),
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}

.industry-page-title {
  background-image: url(/images/industrybanner.jpg),
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}

.page-title .breadcrumbs ol {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;

  font-size: 16px;

  font-weight: 400;
}

.breadcrumbs {
  font-family: var(--nav-font);

  background-color: transparent;
}

.breadcrumbs > ol > li > a {
  font-size: 20px;
  color: #1c3789;
}
.breadcrumbs > ol > li.current{
  color: #d42c40 !important;
  font-size: 20px;
}

.about-breadcrumbs > ol > li.current {
  color: #e85c25;

  font-weight: 600;
}

/* .page-title .breadcrumbs ol li + li::before {

  content: "/";



  display: inline-block;



  padding-right: 10px;



  padding-left: 10px;



  color: color-mix(in srgb, var(--default-color), transparent 70%);

} */

.banner-title {
  font-size: 50px;

  text-align: center;
  color: #1c3789;
}

.about-breadcrumbs {
  position: absolute;

  left: 0;

  right: 0;

  bottom: -107px;
}

.about-breadcrumbs > ol {
  background: #000;

  padding: 15px 40px;

  border-radius: 25px 25px 0px 0px;
}

/* #vision,

#mission,

#corevalue {

  padding: 70px 0px;

} */

#vision {
  padding-top: 100px;

  padding-bottom: 100px;

  background-color: #fff;
}

.gear {
  position: absolute;

  bottom: 41%;

  left: -25%;
}

.vmbox {
  min-height: 287px;

  background-color: #fff;
}

.vision-mission {
  background-color: #fff;

  box-shadow: 8px 10px 5px 0px rgba(0, 0, 0, 0.43);

  -webkit-box-shadow: 8px 10px 5px 0px rgba(0, 0, 0, 0.43);

  -moz-box-shadow: 8px 10px 5px 0px rgba(0, 0, 0, 0.43);
}

.vision-mission-inner {
  padding: 5px 20px;
}

.vmbox-inner {
  padding: 15px 30px;

  text-align: center;
}

.vmicon {
  max-width: 50px;
}

.redblock > img {
  position: relative;
}

.redblock::after {
  content: "";

  position: absolute;

  background-color: #d32f2f;

  width: 450px;

  height: 450px;

  z-index: -1;

  top: 10%;

  right: 10%;
}

.para {
  font-size: 18px;
}

.about-vision {
  position: relative;
}

.about-vision::before {
  content: "";

  width: 70px;

  height: 3px;

  display: inline-block;

  background: #d32f2f;

  position: absolute;

  bottom: -20%;

  left: 47%;
}

.mission-vision {
  padding-top: 50px;

  padding-bottom: 100px;
}

.coretitle {
  font-size: 25px;

  color: #d32f2f;
}

.cbox {
  /* border-bottom: 1px solid #eee;

    margin-bottom: 20px; */

  padding: 30px 20px;
}

.contact-section {
  padding: 70px 0px 100px 0px;
}

.aca-form-control {
  border-radius: 0px !important;

  padding: 18px !important;
}

.contact-box {
  background-color: rgb(32, 39, 38);

  border-top: 2px solid #d32f2f;

  border-bottom: 2px solid #d32f2f;

  color: #fff;
}

.btn-submit {
  border-radius: 0;

  background: #d32f2f;

  color: #fff;

  padding: 15px 20px;

  text-transform: uppercase;

  font-size: 18px;

  font-weight: bold;
}

.scrollTop {
  text-decoration: none;

  cursor: pointer;

  background-color: #ecab18;

  position: fixed;

  bottom: 10px;

  right: 10px;

  width: 40px;

  height: 40px;

  display: none;

  z-index: 100;

  font-size: 20px;

  text-align: center;

  border-style: solid;

  border-color: #ecab18;

  justify-content: center;

  border-radius: 50px;

  align-items: center;

  color: #fff;
}

.scrollToTop {
  text-decoration: none;

  cursor: pointer;

  position: fixed;

  z-index: 999;

  transition: 1.5s ease;
}

.scrollToTop.viber {
  bottom: 150px;

  color: #fff;

  display: flex;

  background: #4949ff;

  right: 0;

  border-radius: 0;

  border-top-left-radius: 10px;

  border-bottom-left-radius: 10px;

  width: 60px;

  height: 60px;

  border: none;
}

.scrollToTop.viber > a > i {
  width: 100%;

  height: 100%;

  font-size: 36px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.addbox {
  background-color: rgb(32, 39, 38);

  color: #fff;

  padding: 20px;

  height: 98.5%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;
}

.addbox .line {
  width: 40px;

  border-bottom: 2px solid #d32f2f;

  margin-bottom: 35px;

  margin-top: 10px;
}

.enquire {
  position: relative;
}

.enquire::before {
  content: "";

  width: 65px;

  height: 3px;

  display: inline-block;

  background: #d32f2f;

  position: absolute;

  bottom: -15%;

  left: 0;
}

.industry-row {
  margin-bottom: 50px;
}

.industry-img {
  position: relative;
}

.industry-title {
  font-size: 25px;
}

.industry-content {
  position: absolute;

  z-index: 99999;

  bottom: -5%;

  left: 9%;

  background-color: #282828;

  border-top: 2px solid #d32f2f;

  border-bottom: 2px solid #d32f2f;

  color: #fff;
}

.industry-card-body {
  /* background-color: rgb(211 47 47 / 60%); */

  background-color: #007bff;

  color: #fff;

  padding: 15px 0px !important;
}

/* .logoimg{

    max-width:55px;

} */

.gfmp-navbar {
  background-color: transparent !important;
}

.logoimg-bg {
  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #fff;

  padding: 20px;

  border-bottom-left-radius: 20px;

  border-bottom-right-radius: 20px;

  margin-top: -16px;
}

.aca-navbar > li > a {
  font-weight: 600 !important;

  font-size: 16px;

  line-height: 18.75px;

  letter-spacing: 0%;

  color: #fff !important;
}

.aca-navbar > li > a:hover {
  color: #04083b;

  transition: 0.3s all ease-in-out;

  font-weight: bolder;
}

.carousel-item {
  position: relative;

  width: 100%;

  height: 100%;
}

.image-with-gradient {
  position: relative;

  width: 100%;

  height: 100%;
}

.image-with-gradient img {
  width: 100%;

  height: 100%;

  object-fit: cover; /* Ensures the image covers the container */
}

.image-with-gradient::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(
    to bottom,

    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.2)
  ); /* Adjust gradient colors and direction */
}

.slogan {
  font-size: 16px;

  display: block;
}

.logotitle {
  color: #fff;

  font-size: 25px;
}

.acanav {
  display: flex;

  flex-wrap: wrap;
}

.acanav > li > a {
  color: #000000;
}

.fa-facebook {
  color: #1670c4;
}

.mm-navbar__title {
  font-size: 19px !important;

  color: #fff !important;
}

.mm-panel,
.mm-panels {
  background-color: aliceblue !important;
}

.mm-listview .mm-listitem {
  color: #1c3789;

  text-decoration: none;
}

.mm-listitem_selected > a {
  color: #d42c40 !important;
}

.service-title {
  cursor: pointer;
}

#all-page-wrapper {
  overflow-x: hidden !important;
}

.footer-txt {
  font-size: 18px;

  font-weight: 700;

  text-align: start;

  margin-bottom: 20px;
}

.service-carousel {
  z-index: 0 !important;

  margin-bottom: -220px;
}

.index_projects {
  padding: 100px 0px;
}

.carousel-caption {
  /* text-align: left; */

  position: absolute;

  top: 37%;
}

.svc-title {
  line-height: 35pt !important;
  margin-bottom: 0px  !important;
}

.infinity-title {
  font-weight: 500;

  font-size: 32px;

  line-height: 39.84px;

  letter-spacing: 0%;

  color: #1c3789;

  margin-bottom: 50px;
}

.product-title{
  font-size: 31px !important;
}

.infinity-para {
  font-weight: 400;

  font-size: 16px;

  line-height: 40px;

  letter-spacing: 0%;

  text-align: justify;

  color: #3f3f3f;

  max-width: 528px;
}

.infinity-p {
  font-weight: 400;

  font-size: 16px;

  line-height: 40px;

  letter-spacing: 0%;

  text-align: justify;

  color: #3f3f3f;
}

.why-choose-flex {
  display: flex;
}

.why-choose-img {
  margin-right: 25px;

  margin-top: 10px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #fff !important;
}

.mm-navbar {
  background-color: #1c3789 !important;
}

.infinity-flex{
  display: flex;
  justify-content: center;
}
.infinity-flex-one, .infinity-flex-two, .infinity-flex-three{
  margin-right: 20px;
}
/* #header{

    display:none;

} */

@media (max-width: 1509px) and (min-width: 1350px) {
  /* .carousel-caption {

    bottom: -40px !important;

  } */
}

@media (max-width: 1349px) and (min-width: 1200px) {
  /* .carousel-caption {

    bottom: -90px !important;

  } */

  .home-header {
    font-size: 28px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .home-service-box {
    min-height: 318px !important;
  }

  .career-info {
    min-height: 315px !important;
  }

  .sec-title-inner > h3{
    font-size: 32px !important;
  }

  .career-left {
    width: 52% !important;
  }

  .career-right > p {
    text-align: start !important;
  }

  .career-modal-dialog {
    max-width: 45% !important;
  }

  .contact-container {
    min-height: 251px !important;
  }

  .carousel-home-header {
    font-size: 48px !important;
  }

  .carousel-home-header-info {
    font-size: 22px !important;
  }
  .client-info{
    padding: 30px 20px !important;
  }
}

@media (min-width: 1200px) {
  .service-card {
    min-height: 424px !important;

    border: 0 !important;
  }

  .navbar-expand-lg .aca-navbar .nav-item .nav-link {
    padding-right: 0.5rem !important;

    padding-left: 2.5rem !important;
  }
   .contact-content{
    padding-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .bl {
    border-left: 1px solid #eee;
  }
 

  /* .navbar-expand-lg .aca-navbar .nav-item .nav-link {

    padding-right: 0.5rem !important;

    padding-left: 2.5rem !important;

  } */
}

@media (max-width: 991px) and (min-width: 0px) {
  .home-grid-container {
    min-height: auto !important;
  }

  .offset-3 {
    margin-left: 0% !important;
  }

  .home-abt-flex {
    display: flex !important;

    justify-content: center !important;

    margin-top: 35px !important;
  }

  .main-home-page .nav-head {
    position: relative !important;
  }

  .main-home-page .nav-head .menu {
    background-color: #1c3789 !important;
  }
  .forklift-sec, .gm-sec{
    background-image: none !important;
  }
  .forklift-pl {
    padding-left: 0px;
    padding-top: 50px;
  }
  .forklift-pr{
    padding-right: 0px;
    padding-top: 50px;
  }
  .contact-us-form{
    margin-bottom: 70px !important;
  }
  .contact-container{
    margin-bottom: 50px !important;
  }
  
}

@media (max-width: 991px) and (min-width: 769px) {
  .logotitle {
    font-size: 23px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .redblock {
    display: flex;

    justify-content: center;
  }

  .para {
    font-size: 17px;

    text-align: justify;
  }

  /* .aboutimagemargin{

      margin-bottom:100px;

    } */

  .vmbox {
    margin-bottom: 45px;

    min-height: auto;
  }

  .mission-vision {
    /* padding: 70px 0px; */

    margin-top: -50px;
  }

  .aboutus {
    position: relative;
  }

  #corevalue {
    padding-bottom: 100px;

    padding-top: 0px;
  }

  #vision {
    padding-top: 70px;

    padding-bottom: 0px;
  }

  .industry-card-body {
    padding: 10px 0px !important;
  }

  .industry-title {
    font-size: 19px;
  }

  .cbox {
    padding: 18px 50px;
  }

  .contact-box {
    width: 85%;

    margin: 0 auto;

    margin-top: 50px;
  }

  .work-box-down :before {
    display: none !important;
  }

  .work-box-up :before {
    top: 22px !important;

    right: -30% !important;
  }

  .work-box span {
    font-size: 95px !important;
  }

  .company-info-box {
    margin-top: 20px !important;
  }

  .company-info-title {
    font-size: 28px !important;
  }

  .staff-info-md {
    margin-top: 50px !important;
  }

  .home-about-desc > h2 {
    font-size: 25px !important;

    margin-top: 75px !important;
  }

  .home-about-image {
    display: flex !important;

    justify-content: center !important;
  }

  .sec-title-inner > h3 {
    font-size: 32px !important;
  }

  .about-sm-img {
    bottom: -5% !important;
  }

  .infinity-title {
    font-size: 29px !important;
  }

  .home-service-box {
    margin-bottom: 35px !important;
  }

  .service-detail {
    margin-top: 35px !important;
  }

  .service-detail {
    font-size: 25px !important;
  }

  .career-right > p {
    text-align: start !important;
  }

  .career-left {
    width: 64% !important;
  }

  .career-info {
    min-height: 348px !important;
  }

  .col-mt-lg,
  .career-lg-top {
    margin-top: 50px !important;
  }

  .career-modal-dialog {
    max-width: 65% !important;
  }

  .contact-container {
    min-height: auto !important;

    padding: 20px 30px !important;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .col-md-top {
    margin-top: 50px !important;
  }

  .service-box-info > h2 {
    font-size: 38px !important;
    padding: 10px 27px !important;
  }

  .carousel-caption {
    top: 3% !important;
  }

  .carousel-home-header {
    font-size: 40px !important;
  }

  .carousel-home-header-info {
    font-size: 21px !important;
  }

  .banner-title {
    font-size: 45px !important;
  }

  .footer_quick_link,
  .contact-link {
    margin-top: 30px;
  }
  .forklift-pl > div > .blue-bg, .forklift-pr > div > .blue-bg{
    max-width: 270px !important;
  }
  .infinity-flex{
    display: block !important;
  }
  .flex-md-top{
    margin-top: 25px !important;
  }
  .infinity-flex-four{
    margin-right: 25px  !important;
  }
  .infinity-flex-one, .infinity-flex-two, .infinity-flex-three, .infinity-flex-four{
    max-width: 300px  !important;
  }
  .infinity-flex-two, .infinity-flex-three{
    margin-right: 0px !important;
  }
  .client-info{
    padding: 30px 20px !important;
  }

}

@media (max-width: 767px) and (min-width: 576px) {
  .sec-title-inner > h3 {
    font-size: 30px;
  }

  .about-lg-img {
    max-width: 410px !important;
  }

  .about-sm-img {
    bottom: 0% !important;

    right: -5% !important;
  }

  .home-about-desc {
    padding-left: 0px !important;

    padding-top: 70px !important;
  }

  .home-about-desc > h2 {
    font-size: 25px !important;
  }

  .infinity-title {
    font-size: 28px !important;
  }

  .home-service-box {
    margin-bottom: 35px !important;
  }

  .service-detail {
    margin-top: 30px !important;

    font-size: 25px !important;
  }

  #services {
    padding-bottom: 70px !important;
  }

  .page-title {
    height: 200px !important;
  }

  .bg-light {
    background-color: #fff !important;
  }

  .redblock {
    display: flex;

    justify-content: center;
  }

  .para {
    font-size: 16px;

    text-align: justify;
  }

  /* .aboutimagemargin{

    margin-bottom:100px;

  } */

  .vmbox {
    margin-bottom: 45px;

    min-height: auto;
  }

  .mission-vision {
    margin-top: -50px;

    padding-bottom: 50px !important;
  }

  .aboutus {
    position: relative;
  }

  /* .aboutus::before{

    content: "";

  width: 70px;

}*/

  #corevalue {
    padding-bottom: 100px;

    padding-top: 0px;
  }

  #vision {
    padding-top: 70px;

    padding-bottom: 0px;
  }

  .redblock::after {
    top: 5%;

    right: 13%;
  }

  .industry-title {
    font-size: 19px;
  }

  .cbox {
    padding: 18px 50px;
  }

  .contact-box {
    width: 85%;

    margin: 0 auto;

    margin-top: 50px;
  }

  .engineer-list-icon {
    width: 65px !important;
  }

  .company-info-box {
    margin-top: 65px !important;
  }

  .company-info-title {
    font-size: 28px !important;
  }

  .col-mt-lg,
  .career-lg-top,
  .career-sm-top {
    margin-top: 45px !important;
  }

  .career-modal-dialog {
    max-width: 90% !important;
  }

  .contact-container {
    min-height: auto !important;

    padding: 20px 30px !important;
  }

  .contact-us-section {
    padding: 80px 0px !important;
  }

  .contact-us-form {
    margin-top: 55px !important;

    margin-bottom: 85px !important;
  }

  .col-md-top,
  .col-xs-top {
    margin-top: 50px !important;
  }

  .owl-theme .owl-nav {
    top: -20% !important;
  }

  .service-box-info > h2 {
    font-size: 33px !important;
    padding: 10px 25px !important;
  }

  .service-box-info > h4 {
    font-size: 18px !important;

    padding-left: 8px !important;

    padding-right: 8px !important;
  }

  .owl-prev,
  .owl-next {
    width: 45px !important;

    height: 45px !important;
  }

  .home-abt-flex > img {
    max-width: 450px !important;

    margin-left: auto !important;

    margin-right: auto !important;
  }

  /* .service-box-info > h2 {
    top: -1% !important;

    left: 5% !important;
  } */

  .carousel-home-header-info {
    display: none !important;
  }

  .carousel-caption {
    top: 13% !important;
  }

  .carousel-home-header {
    font-size: 37px !important;
  }

  .logoimg {
    width: 270px !important;
  }

  .logoimg-bg {
    padding: 15px !important;
  }

  .banner-title {
    font-size: 40px !important;
  }
  .blue-bgr{
    margin-right: 25px  !important;
  }
   .infinity-flex{
    display: block !important;
  }
  .flex-md-top{
    margin-top: 25px !important;
  }
  .infinity-flex-four{
    margin-right: 25px  !important;
  }
  .infinity-flex-one, .infinity-flex-two, .infinity-flex-three, .infinity-flex-four{
    max-width: 300px  !important;
  }
  .infinity-flex-two, .infinity-flex-three{
    margin-right: 0px !important;
  }
  .client-header > h4{
    font-size: 20px !important;
  }
  .client-info{
    padding: 30px 20px  !important;
  }
      .footer_quick_link {
        display: none !important;
    }
}

@media (max-width: 575px) and (min-width: 500px) {
  .about-sm-img {
    bottom: -3% !important;

    right: 0% !important;
  }

  .about-sm-img {
    max-width: 240px !important;
  }
  .index_about {
    padding: 70px 0px !important;
  }
}

@media (max-width: 575px) and (min-width: 420px) {
  .infinity-p,
  .infinity-para {
    font-size: 17px !important;
  }

  .page-title {
    height: 200px !important;
  }

  .bg-light {
    background-color: #fff !important;
  }

  .project_caption > h4 {
    font-size: 20px;
  }

  .redblock {
    display: flex;

    justify-content: center;
  }

  .redblock::after {
    display: none;
  }

  .para {
    font-size: 16px;

    text-align: justify;
  }

  .aboutimagemargin {
    margin-bottom: 50px;
  }

  .vmbox {
    margin-bottom: 45px;

    min-height: auto;
  }

  .mission-vision {
    padding: 70px 0px;
  }

  .aboutus {
    position: relative;
  }

  .aboutus::before {
    content: "";

    width: 70px;

    height: 3px;

    display: inline-block;

    background: #d32f2f;

    position: absolute;

    bottom: -20%;

    left: 0%;
  }

  #corevalue {
    padding-bottom: 100px;

    padding-top: 0px;
  }

  #vision {
    padding-top: 70px;

    padding-bottom: 0px;
  }

  .industry-title {
    font-size: 21px;
  }

  .industry-card {
    width: 85%;

    margin: 0 auto;
  }

  .smdevice {
    margin-top: 13px !important;

    margin-bottom: 13px !important;
  }

  .cbox {
    padding: 18px 50px;
  }

  .contact-box {
    width: 85%;

    margin: 0 auto;

    margin-top: 50px;
  }

  .service-card {
    width: 80%;

    margin: 0 auto;
  }

  .flex-xs-mb {
    margin-bottom: 50px;
  }

  .flex-xs {
    display: flex;

    justify-content: center;
  }

  .sec-title-inner > h3 {
    font-size: 28px !important;
  }

  .about-lg-img {
    max-width: 385px !important;
  }

  .home-about-desc {
    padding-left: 0px !important;

    padding-top: 70px !important;
  }

  .home-about-desc > h2 {
    font-size: 25px !important;
  }

  .infinity-title {
    font-size: 27px !important;
  }

  .home-service-box {
    margin-bottom: 35px !important;
  }

  .service-detail {
    margin-top: 30px !important;

    font-size: 24px !important;
  }

  #services {
    padding-bottom: 70px !important;
  }

  .sec-title-inner > span {
    font-size: 1rem !important;
  }

  /* .thm-clr {

      font-size: 1.9rem !important;

    } */

  .col-mt-lg,
  .career-lg-top,
  .career-sm-top {
    margin-top: 45px !important;
  }

  .career-modal-dialog {
    max-width: 100% !important;
  }

  .contact-container {
    min-height: auto !important;

    padding: 20px 30px !important;
  }

  .contact-us-section {
    padding: 0px 0px !important;
  }

  .contact-us-form {
    margin-top: 55px !important;

    margin-bottom: 85px !important;

    padding: 35px 22px !important;
  }

  .col-md-top,
  .col-sm-top {
    margin-top: 50px !important;
  }

  .owl-theme .owl-nav {
    top: -22% !important;

    right: 7% !important;
  }

  .owl-theme .owl-dots {
    display: none !important;
  }

  /* .white-section {
    display: none !important;
  } */

  .service-box {
    position: relative !important;

    max-width: 400px !important;

    margin-left: auto !important;

    margin-right: auto !important;
  }

  /* .service-carousel {
    margin-bottom: 100px !important;
  } */

  .service-box-info > h2 {
    font-size: 38px !important;
  }

  .service-box-info > h4 {
    font-size: 22px !important;
  }
  /* 
  .service-box-info > h2 {
    top: 1% !important;

    left: 5% !important;
  } */

  .carousel-caption {
    display: none !important;
  }

  .logoimg {
    width: 200px !important;
  }

  .logoimg-bg {
    padding: 15px !important;

    margin-top: -25px !important;
  }

  .banner-title {
    font-size: 35px !important;
  }
  .footer_quick_link {
    display: none !important;
  }
  .index_about {
    padding: 70px 0px !important;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }
  .blue-bgr{
    margin-right: 25px  !important;
  }
  .forklift-pl > div > .blue-bg, .forklift-pr > div > .blue-bg{
    max-width: 255px  !important;
  }
   .infinity-flex{
    display: block !important;
  }
  .flex-md-top{
    margin-top: 22px !important;
    align-items: center !important;
  }
  .infinity-flex-four{
    margin-right: 22px  !important;
  }
  /* .infinity-flex-one, .infinity-flex-two, .infinity-flex-three, .infinity-flex-four{
    max-width: 300px  !important;
  } */
  .infinity-flex-two, .infinity-flex-three{
    margin-right: 0px !important;
  }
   .contact-us-section {
    padding: 80px 0px !important;
  }
  .client-info{
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px !important;
    height: 100px  !important;
  }
}

@media (max-width: 419px) and (min-width: 320px) {
  .page-title {
    height: 200px !important;
  }

  .bg-light {
    background-color: #fff !important;
  }

  .redblock {
    display: flex;

    justify-content: center;
  }

  .redblock::after {
    display: none;
  }

  .para {
    font-size: 16px;

    text-align: justify;
  }

  .aboutimagemargin {
    margin-bottom: 50px;
  }

  .vmbox {
    margin-bottom: 45px;

    min-height: auto;
  }

  .mission-vision {
    padding: 70px 0px;
  }

  .aboutus {
    position: relative;
  }
   .contact-us-section {
    padding: 80px 0px !important;
  }
  .aboutus::before {
    content: "";

    width: 70px;

    height: 3px;

    display: inline-block;

    background: #d32f2f;

    position: absolute;

    bottom: -20%;

    left: 0%;
  }

  #corevalue {
    padding-bottom: 100px;

    padding-top: 0px;
  }

  #vision {
    padding-top: 70px;

    padding-bottom: 0px;
  }

  .industry-title {
    font-size: 20px;
  }

  .smdevice {
    margin-top: 10px !important;

    margin-bottom: 10px !important;
  }

  .cbox {
    padding: 18px 25px;
  }

  .contact-box {
    margin-top: 50px;
  }

  .service-card {
    width: 95%;

    margin: 0 auto;
  }

  .flex-xs {
    display: flex;

    justify-content: center;
  }

  .flex-xs-mb {
    margin-bottom: 50px;
  }

  .sec-title-inner > h3 {
    font-size: 28px !important;
  }

  .title-with-shape:before{
    display: none !important;
  }

  .about-lg-img {
    max-width: 100% !important;
  }

  .about-sm-img {
    max-width: 220px !important;

    bottom: -15% !important;

    right: -2% !important;
  }

  .home-about-desc {
    padding-left: 0px !important;

    padding-top: 100px !important;
  }

  .home-about-desc > h2 {
    font-size: 21px !important;
  }

  .infinity-p,
  .infinity-para {
    font-size: 17px !important;
  }

  .sec-title-inner > span {
    font-size: 1rem !important;
  }

  /* .thm-clr {

    font-size: 1.9rem !important;

  } */

  .infinity-title {
    font-size: 26px !important;
  }

  .home-service-box {
    margin-bottom: 35px !important;
  }

  .service-detail {
    margin-top: 25px !important;

    font-size: 23px !important;
  }

  #services {
    padding-bottom: 70px !important;
  }

  .sec-title-inner {
    padding-left: 0px !important;
  }

  .col-mt-lg,
  .career-lg-top,
  .career-sm-top {
    margin-top: 45px !important;
  }

  .career-modal-dialog {
    max-width: 100% !important;
  }

  .loadflex {
    flex-wrap: initial !important;
  }

  .loadtitle {
    width: 49% !important;
  }

  .loadvalue {
    width: 65% !important;
  }

  .contact-container {
    min-height: auto !important;

    padding: 20px 30px !important;
  }

 

  .contact-us-form {
    margin-top: 55px !important;

    margin-bottom: 85px !important;

    padding: 30px 20px !important;
  }

  .col-md-top,
  .col-sm-top {
    margin-top: 30px !important;
  }

  .product-sec-one, .product-sec-two {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .line-img {
    display: none !important;
  }

  .owl-theme .owl-dots {
    display: none !important;
  }

  .owl-theme .owl-nav {
    top: -23% !important;

    right: 3% !important;
  }

  .owl-theme .owl-dots {
    display: none !important;
  }

  /* .white-section {
    display: none !important;
  } */

  .service-box {
    position: relative !important;

    max-width: 320px !important;

    margin-left: auto !important;

    margin-right: auto !important;
  }

  /* .service-carousel {
    margin-bottom: 100px !important;
  } */

  .service-box-info > h2 {
    font-size: 38px !important;
    padding: 7px 22px !important;
  }

  .service-box-info > h4 {
    font-size: 21px !important;
    font-weight: 500 !important;
  }

  /* .service-box-info > h2 {
    top: -1% !important;

    left: 5% !important;
  } */

  .carousel-caption {
    display: none !important;
  }

  .logoimg {
    width: 200px !important;
  }

  .logoimg-bg {
    padding: 15px !important;

    margin-top: -15px !important;
  }

  .hamburger-box {
    width: 30px !important;

    height: 14px !important;
  }

  .banner-title {
    font-size: 30px !important;
  }
  .footer_quick_link {
    display: none !important;
  }
  .index_about {
    padding: 70px 0px !important;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }
   .blue-bgr{
    margin-right: 18px  !important;
  }
   .infinity-flex{
    display: block !important;
  }
  .flex-md-top{
    margin-top: 22px !important;
    align-items: center !important;
  }
  .infinity-flex-four{
    margin-right: 22px  !important;
  }
  /* .infinity-flex-one, .infinity-flex-two, .infinity-flex-three, .infinity-flex-four{
    max-width: 300px  !important;
  } */
  .infinity-flex-two, .infinity-flex-three{
    margin-right: 0px !important;
  }
  .blue-bg{
    border-radius: 40px !important;
  }
  .blue-bg > a > img{
    border-radius: 40px 70px 40px 70px !important;
  }
   .client-info{
    padding: 30px 20px !important;
    height: 100px  !important;
  }
}

@media (max-width: 419px) and (min-width: 0px) {
  .index_project_div {
    background-color: #333 !important;
  }

  .project_caption::before {
    display: none;
  }

  .project_caption::after {
    display: none;
  }

  .project_caption > h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .footer_quick_link,
  .contact-link {
    margin-top: 30px;
  }
  div#go-top {
    right: 27px !important;
    bottom: 65px !important;
  }
  .sm-hide {
    display: none !important;
  }
}

@media (max-width: 411px) and (min-width: 350px) {
  .career-left {
    width: 59% !important;
  }

  .career-right > p {
    text-align: start !important;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  /* .service-card{

        min-height: 390px !important;

    } */

  .service-card {
    min-height: 433px !important;
  }

  .project_caption > h4 {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .address-info {
    text-align: start !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .home-grid-container {
    min-height: 350px !important;
  }

  .service-card {
    /* min-height: 372px !important; */

    min-height: 415px !important;
  }

  .project_caption > h4 {
    font-size: 20px;
  }

  .para {
    font-size: 16px;
  }

  .redblock::after {
    top: 5%;

    right: 7%;
  }

  .vmbox {
    min-height: 351px;
  }

  .industry-title {
    font-size: 23px;
  }

  .btn-submit {
    padding: 10px 15px;

    font-size: 17px;
  }

  .home-header {
    font-size: 27px;
  }

  .contact-us-btn {
    display: none;
  }

  .aca-navbar > li {
    font-size: 14px;
  }

  .aca-navbar > li > a {
    padding-right: 0px !important;

    padding-left: 0px !important;
  }

  .aca-navbar > li a::after {
    margin: 0px 9px 0px 9px !important;
  }

  .logotitle {
    font-size: 20px;
  }

  .company-info-title {
    font-size: 28px !important;
  }

  .work-box-down :before {
    top: 48px !important;

    right: -43% !important;
  }

  .work-box-up :before {
    right: -43% !important;
  }

  .about-lg-img {
    max-width: 370px !important;
  }

  .about-sm-img {
    max-width: 240px !important;

    bottom: 3% !important;

    right: -7% !important;
  }

  .sec-title-inner > h3 {
    font-size: 30px !important;
  }

  .home-about-desc > h2 {
    font-size: 26px !important;
  }

  /* .thm-clr {

    font-size: 1.9rem !important;

  } */

  #services {
    padding-top: 0px !important;
  }

  .home-service-box {
    min-height: 387px !important;
  }

  .col-mt-lg,
  .career-lg-top {
    margin-top: 50px !important;
  }

  .career-modal-dialog {
    max-width: 50% !important;
  }

  .contact-container {
    min-height: 251px !important;
  }

  .infinity-title {
    font-size: 28px !important;
  }

  .why-choose-img {
    margin-right: 15px !important;
  }

  .service-box-info > h2 {
    font-size: 38px !important;
  }

  .service-box-info > h4 {
    font-size: 19px !important;

    padding-left: 15px !important;
  }

  .navbar-expand-lg .aca-navbar .nav-item .nav-link {
    padding-right: 0.5rem !important;

    padding-left: 18px !important;
  }

  .carousel-home-header {
    font-size: 39px !important;
  }

  .carousel-home-header-info {
    font-size: 21px !important;
  }
  .service-box-info > h2 {
    padding: 10px 25px !important;
  }
  .svc-title {
    line-height: 30pt !important;
  }
  .forklift-pl{
    padding-left: 0px !important;
  }
  .forklift-pr{
    padding-right: 0px !important;
  }
  .forklift-sec::before, .gm-sec::before{
    width: 52% !important;
  }
  .forklift-sec, .gm-sec{
    background-image: none  !important;
  }
  .svc-right{
    padding-right: 50px;
  }
  .svc-left{
    padding-left: 50px;
  }
  .client-header > h4{
    font-size: 20px !important;
  }

}

@media (max-width: 1199px) and (min-width: 1152px) {
  /* .carousel-caption {

    bottom: -105px !important;

  } */
}

@media (max-width: 1151px) and (min-width: 1100px) {
  /* .carousel-caption {

    bottom: -130px !important;

  } */
}

/* @media (max-width: 1099px) {

  .carousel-caption {

    display: none !important;

  }

} */

@media (max-width: 480px) and (min-width: 450px) {
  .project_caption:before {
    top: -65px !important;
  }

  .project_caption:after {
    bottom: -60px !important;
  }
}

@media (max-width: 449px) {
  .project_caption:before,
  .project_caption:after {
    display: none;
  }
}

@media (max-width: 508px) and (min-width: 420px) {
  .loadflex {
    flex-wrap: initial !important;
  }

  .loadtitle {
    width: 32% !important;
  }

  .loadvalue {
    width: 52% !important;
  }
}

/*************** 17/9/2024 - services (ESZ) - update *************/

li.home-item a {
  font-size: 17px;

  color: #fff;
}

/*************** / 17/9/2024 - services (ESZ) - update *************/

/* New Style :start */

.gfmp-title {
  margin-top: 15px;

  margin-bottom: 65px;

  color: #04083b;

  font-size: 48px;
}

.sub-title {
  background: linear-gradient(90deg, #e85c25, transparent);

  display: inline-block;

  padding-top: 10px;

  padding-bottom: 10px;

  padding-left: 10px;

  padding-right: 35px;

  color: #fff;
}

.engineer-list-icon {
  flex: 0 0 auto;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 80px;

  aspect-ratio: 1 / 1;

  border-radius: 50%;

  background-color: #fff;

  box-shadow: 0px 4px 50px -1px rgba(0 0 0 / 0.1);

  transition: 0.3s;
}

.engineer-list-icon img {
  transition: 0.625s;
}

.engineer-list-icon,
.info-list-icon {
  flex: 0 0 auto;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 75px;

  aspect-ratio: 1 / 1;

  border-radius: 50%;

  background-color: #fff;

  box-shadow: 0px 4px 50px -1px rgba(0 0 0 / 0.1);

  transition: 0.3s;
}

.info-list-icon {
  position: absolute;

  top: -20%;

  right: 0;

  border: 2px solid #e85c25;
}

/* .about-desc {

  display: inline-flex;

  align-items: center;

  gap: 19px;

} */

.gfmp-para {
  font-size: 15px;
}

.about-desc-img > img {
  border-radius: 40px 40px 0px 0px;
}

.company-timeline .timeline-text {
  font-size: 45px;

  line-height: 1.25;

  font-weight: 700;

  color: #04083b;
}

.company-experiance text {
  transform-origin: center center;

  transform: rotate(75deg);

  animation: text_rotate 21s infinitelinear;
}

.company-experiance-content {
  width: 100%;

  height: 100%;

  font-size: 300%;
}

.about-us-img-one {
  position: relative;

  display: inline-block;

  padding-left: 30px;

  padding-top: 30px;
}

.about-us-img-one > img {
  position: relative;

  border-radius: 0px 50px 0px 50px;
}

.about-us-img-one:before {
  content: "";

  position: absolute;

  width: 170px;

  height: 270px;

  background-color: #e85c25;

  left: 0;

  top: 0;

  border-radius: 50px 0px 0 0;

  z-index: 0;
}

.about-us-img-one:after {
  content: "";

  position: absolute;

  width: 170px;

  height: 270px;

  background-color: #e85c25;

  right: 0;

  bottom: -8%;

  border-radius: 0px 0px 50px 0px;

  z-index: -1;
}

.about-us-img-two {
  position: relative;

  display: inline-block;

  padding-left: 30px;

  padding-top: 30px;
}

.about-us-img-two > img {
  position: relative;

  border-radius: 50px 0px 50px 0px;
}

.about-us-img-two:before {
  content: "";

  position: absolute;

  width: 170px;

  height: 270px;

  background-color: #e85c25;

  left: 0;

  top: 0;

  border-radius: 50px 0px 0 0;

  z-index: 0;
}

.company-experiance {
  position: relative;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 130px;

  flex: 0 0 auto;

  aspect-ratio: 1 / 1;

  border-radius: 50%;

  background-color: #e85c25;

  font-weight: 500;
}

.company-experiance img {
  position: absolute;
}

.company-timeline {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 20px;
}

.about-title-sec {
  margin-bottom: 55px;
}

.info-title {
  font-size: 25px;

  color: #e85c25;
}

.company-info {
  margin-left: 50px;
}

.info-icon {
  font-size: 35px !important;

  color: #e85c25 !important;
}

.company-info-row {
  margin-top: 100px;
}

.company-overview {
  padding-bottom: 100px;
}

.process-section {
  background-color: #fff;

  padding: 100px 0px;
}

.pbmit-ihbox-style-5.pbmit-ihbox {
  text-align: center;

  position: relative;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
  font-size: 60px;

  margin-bottom: 35px;

  width: 140px;

  height: 140px;

  color: #071323;

  line-height: 140px;

  display: inline-block;

  border: 2px dashed #071323;

  border-radius: 50%;

  position: relative;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper:before {
  content: counter(pbmitbox1, decimal-leading-zero);

  counter-increment: pbmitbox1;

  color: #fff;

  height: 40px;

  width: 40px;

  font-size: 14px;

  line-height: 40px;

  text-align: center;

  border-radius: 50%;

  position: absolute;

  font-weight: 500;

  top: 0;

  right: 0;

  z-index: 1;

  background-color: var(--pbmit-global-color);
}

.work-box span {
  display: inline-block;

  font-size: 105px;

  line-height: 1;

  font-weight: 700;

  background: -webkit-linear-gradient(#ff5e15 45%, rgb(255 94 21 / 0%) 90%);

  -webkit-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;

  opacity: 0.3;
}

.work-box .h4-title {
  margin: -50px 0 10px;

  margin-left: 20px;

  font-size: 45px;

  line-height: 1.5;
}

.work-box-up :before {
  content: "";

  top: 30px;

  right: -38%;

  z-index: 1;

  width: 170px;

  height: 50px;

  background: url(../images/home-about/arrow-down.png) no-repeat 0 0;

  display: block;

  position: absolute;
}

.work-box-down :before {
  content: "";

  top: 30px;

  right: -38%;

  z-index: 1;

  width: 170px;

  height: 50px;

  background: url(../images/home-about/arrow-up.png) no-repeat 0 0;

  display: block;

  position: absolute;
}

.gear-icon {
  color: #e85c25;

  margin-right: 12px;

  font-size: 18px;
}

.process-step {
  padding: 20px 30px;

  background: #04083b;
}

.inner-process-step {
  border: 2px dashed #e85c25;

  padding: 20px 25px;
}

.safety-section {
  padding: 100px 0px;

  background-image: url(/images/home-about/banner-bg.png);

  background-repeat: no-repeat;

  background-position: top left;

  background-size: contain;

  background-color: #fff;
}

.safety-block {
  background-color: #e85c25;
}

.safety-list {
  column-count: 2;

  list-style-type: none;

  padding-left: 0px;
}

.responsibilities-list {
  list-style-type: none;

  padding-left: 0px;
}

.safety-list li,
.responsibilities-list li {
  margin-bottom: 15px;

  font-size: 16px;
}

.gfmp-sub-para {
  font-size: 15px;

  font-weight: 600;
}

.company-staff-section {
  padding: 80px 0px;

  background: url(../images/home-about/banner-bg.jpg);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;
}

/* .services-box-icon {

  --icon-ratio: 90px;

  position: relative;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 90px;

  aspect-ratio: 1 / 1;

  border-radius: 50%;

  border: 10px solid #fff;

  background-color: #e85c25;

} */

.contact-box-icon {
  --icon-ratio: 80px;

  position: relative;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 80px;

  aspect-ratio: 1 / 1;

  border-radius: 50%;

  border: 10px solid #fff;

  background-color: #1c3789;

  margin-top: -50px;
}

.staff-txt {
  font-size: 20px;
}

.service-section {
  padding: 100px 0px;
}

.all-services-item {
  border-radius: 5px;

  margin-bottom: 60px;
}

.all-services-item .image {
  border-radius: 5px;

  width: 88%;

  margin: 0 auto;

  margin-bottom: -100px;

  position: relative;
}

.all-services-item .image > img {
  border-radius: 0px 50px 0px 50px;
}

.all-services-item .text {
  padding: 30px;

  background-color: #fff;

  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);

  padding-top: 130px;

  border: 1px solid transparent;

  border-radius: 5px;

  position: relative;

  z-index: -1;

  min-height: 475px;
}

.all-services-item .text::before {
  content: "";

  position: absolute;

  height: 8px;

  width: 293px;

  bottom: 0;

  left: 0;

  background-color: #e85c25;
}

.all-services-item .text::after {
  content: "";

  position: absolute;

  height: 8px;

  width: 36px;

  bottom: 0;

  left: 293px;

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,

    rgba(255, 255, 255, 1) 25%,

    rgba(255, 94, 21, 1) 25%,

    rgba(255, 94, 21, 1) 50%,

    rgba(255, 255, 255, 1) 50%,

    rgba(255, 255, 255, 1) 75%,

    rgba(255, 94, 21, 1) 75%
  );
}

.title {
  color: #e85c25;
}

.contact-us-section {
  padding: 100px 0px;
  background-color: #fff;

  /* background: linear-gradient(rgba(63, 96, 196, 0.5), rgba(63, 96, 196, 0.6)),
    url(/images/home-about/contact-bg.png) no-repeat;

  background-position: bottom left;

  background-size: auto; */
}

.contact-txt {
  font-size: 15px;
}

.contact-info-item {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  border-bottom: 1px solid #ebebeb;

  padding-bottom: 40px;
}

/* .contact-info-content {

  margin-left: 20px;

} */

.contact-icon {
  font-size: 30px;
}

.contact-us-form {
  background-color: #eceef5;

  border: 1px solid #f5f5f5;

  box-shadow: 0px 4px 30px 0px #0000000a;

  border-radius: 20px;

  padding: 38px 28px;

  /* width: 90%;

  margin-left: auto;

  margin-right: auto; */

  /* backdrop-filter: blur(10px); */
}

.contact-form .form-control {
  font-size: 18px;

  font-weight: 400;

  background-color: #ffffff;

  color: #000;

  /* border: 1px solid #ebebeb; */

  border-radius: 15px;

  outline: none;

  box-shadow: none;

  padding: 22px 20px;
}

.project-section,
.project-section-two {
  padding: 100px 0px;
}

.project-detail {
  font-size: 22px;

  margin-bottom: 15px;
}

/* .project-info-title {

  color: #e85c25;

} */

.project-inner {
  padding-left: 50px;
}

.project-inner-padding {
  padding-left: 0px;
}

.project-top-row {
  padding: 100px 0px;
}

.project-section-two {
  background-color: #fff;
}

.safety-para {
  padding-right: 50px;
}

.company-info-box {
  margin-top: 100px;

  margin-left: 50px;
}

.company-info-title {
  font-size: 30px;

  color: #04083b;
}

.sendmail-btn {
  padding: 10px 12px;

  background: transparent;

  border: 1px solid #fff;

  border-radius: 5px;

  color: #fff;

  margin-top: 20px;

  font-size: 16px;

  font-weight: 500 !important;

  display: flex;

  align-items: center;
}

.sendmail-btn:hover {
  transition: 0.3s all ease-in;

  background-color: #fff;

  color: #1c3789;

  text-decoration: none;
}

.sendmail-blue-btn {
  padding: 10px 12px;

  background: transparent;

  border: 1px solid #1c3789;

  border-radius: 5px;

  color: #1c3789;

  margin-top: 20px;

  font-size: 16px;

  font-weight: 500 !important;
}

.sendmail-blue-btn:hover {
  transition: 0.3s all ease-in;

  background-color: #1c3789;

  color: #fff;

  text-decoration: none;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px !important;
  }
}

.service-box > img {
  position: relative;
}

.service-box-info > h2 {
  font-weight: 400;

  font-size: 38px;

  /* line-height: 84px; */

  letter-spacing: 0%;

  position: absolute;

  top: 2%;

  right: 0%;

  color: #fff;
  background-color: #0e2a81;
  padding: 10px 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.service-box-info > h4:before {
  position: absolute;
  left: 30px;
  bottom: 0;
  height: 3px;
  width: 0px;
  content: "";
  background-color: #f7c02d;
}

.view-service {
  position: absolute;

  bottom: 6%;

  left: 7%;
  z-index: 999;
}

.service-box > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: #181818;
  background: -moz-linear-gradient(
    top,
    #000000,
    rgba(0, 0, 0, 0.8),
    transparent
  );
  background: -webkit-linear-gradient(
    top,
    #000000,
    rgba(0, 0, 0, 0.8),
    transparent
  );
  background: linear-gradient(
    to top,
    #1c3789,
    rgba(28, 55, 137, 0.8),
    transparent
  );
  content: "";
  z-index: 1;
}

.service-box-info > h4 {
  font-weight: 700;

  font-size: 20px;

  line-height: 23.44px;

  letter-spacing: 0%;

  color: #fff;

  position: absolute;

  /* bottom: 20%; */
  bottom: 17%;

  left: 0%;

  margin-bottom: 0px !important;

  /* background-color: #373737; */

  width: 100%;

  /* margin-left: -15px !important; */

  min-height: 79px;

  padding-left: 20px;

  display: flex;

  align-items: center;

  z-index: 999;
}

.svc-img {
  max-width: 16px;
}

.white-section {
  background-color: #fff;

  padding: 170px 0px;
}

.owl-prev,
.owl-next {
  width: 50px !important;

  height: 50px !important;

  display: inline-flex !important;

  border: 1px solid #fff !important;

  justify-content: center !important;

  align-items: center !important;

  border-radius: 100% !important;

  color: #fff !important;

  font-size: 30px !important;

  cursor: pointer !important;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block !important;
}

.owl-theme .owl-nav {
  position: absolute !important;

  top: -20%;

  right: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;

  transition: 0.3s all ease-in;

  text-decoration: none !important;
}

.owl-theme .owl-dots {
  margin-top: 50px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1c3789;
}

.sec-title {
  position: relative;

  display: flex;

  justify-content: center;
}

.title-with-shape:before {
  content: "";

  height: 3.75rem;

  width: 2.6875rem;

  background-size: contain;

  background-position: center;

  background-image: url(../images/home-about/title-shp1.png);

  position: absolute;

  left: 3%;

  /* opacity: .2; */

  top: 0%;
}

.sec-title-inner {
  max-width: 100%;

  padding-left: 85px;

  margin-top: -15px;

  font-size: 35px;
}

.sec-title-inner > span {
  font-size: 1rem;

  font-weight: 600;

  color: #1c3789;
}

/* .sec-title-inner > h3 {
  font-size: 2.1rem;
} */

.home-about-desc {
  padding-left: 55px;
}

.home-about-desc > h2 {
  font-size: 27px;

  line-height: 3rem;

  font-weight: 400;
}

.home-about-desc > h2 > strong,
.thm-clr {
  color: #1c3789;

  margin-top: 20px;

  font-weight: 500 !important;
}

.thm-clr {
  /* font-size: 2rem; */

  font-size: 29px;

  line-height: 3rem;
}

.about-lg-img {
  position: relative;

  max-width: 425px;

  border-radius: 50%;
}

.about-circle-img {
  position: absolute;

  top: -12%;

  left: -15%;

  z-index: -1;
}

.about-sm-img {
  position: absolute;

  max-width: 250px;

  bottom: -9%;

  right: 1%;

  z-index: 9999;

  border-radius: 50%;

  border: 10px solid #fff;
}

.home-about-image {
  margin-top: 50px;
}

.cpy-text {
  font-weight: 400;

  font-size: 14px;

  line-height: 21px;
}

.address-info {
  font-weight: 400;

  font-size: 15px;
}

.footer-lst {
  list-style-type: none;

  padding-left: 0px !important;

  columns: 2;

  column-gap: 20px;

  margin-bottom: 0px;
}

.footer-lst > li {
  font-weight: 400;

  font-size: 16px;

  line-height: 18.75px;

  letter-spacing: 0%;

  margin-bottom: 20px;
}

#services {
  padding-top: 70px;

  padding-bottom: 100px;

  background-color: #fff;

  /* background-image: url(/images/home-about/about-bg.png);

  background-position: bottom bottom;

  background-position: bottom center;

  background-repeat: no-repeat; */
}

.home-service-box {
  padding: 20px 30px;

  width: 95%;

  margin-left: auto;

  margin-right: auto;

  background-color: #fff;

  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);

  position: relative;

  min-height: 285px;

  border-bottom: 1px solid #1c3789;
}

.home-service-icon {
  position: absolute;

  top: 0%;

  right: 0%;

  background-color: #1c3789;

  padding: 7px;

  border-bottom-left-radius: 20px;
}

.home-service-box > h4 {
  margin-top: 65px;
  font-size: 24px;
}

.contact-info-content > h4{
  font-size: 24px;
}

.contact-container {
  background-color: #fff;

  text-align: center;

  padding: 0px 30px 20px 30px;

  min-height: 218px;

  border-bottom: 1px solid #1c3789;
}

.contact-info-content > p {
  text-align: center;
}

.infinity-contact-section {
  padding: 100px 0px;
}

.product-sec-one {
  padding-top: 100px;

  padding-bottom: 100px;

  background-color: #fff;
}

.product-sec-two {
  padding-top: 100px;

  padding-bottom: 100px;

  background: url(/images/products/about-us-bg.png) no-repeat;

  background-position: bottom right;

  background-size: auto;
}

.product-sec {
  padding: 100px 0px;

  background-color: #f4f4f4;

  background-image: url(/images/home-about/about-bg.png);

  background-position: bottom bottom;

  background-position: bottom center;

  background-repeat: no-repeat;
}

.product-section{
  background-color: #e2e2e2  !important;
}

.white-bg {
  background-color: #fff !important;
}

.blue-bg {
  background-color: #1c3789;

  border: 1px solid #1c3789;

  max-width: 295px;

  margin: auto;

  border-radius: 50px;

  overflow: hidden;
}

.blue-bg > a > img {
  position: relative;

  border-radius: 82px 50px 82px 50px;
}

.overhead {
  max-width: 263px !important;
}

/* .blue-bg > a > img:hover{

  transition: 0.3s all ease-in;

  transform: scale(3);

} */

.col-mt-lg {
  margin-top: 70px;
}

.service-detail {
  margin-top: 50px;

  font-size: 27px;
}

.career-info {
  border: 1px solid #f1f1f1;

  border-radius: 35px;

  margin-bottom: 8px;

  box-shadow: 0px 3px 7px 0px rgb(43 41 41 / 21%);

  padding: 30px 20px;

  background-color: #fff;
}

.career-left {
  display: flex;

  align-items: center;

  width: 40%;

  color: #3f3f3f;
}

.career-left > i {
  font-size: 20px;

  color: #1c3789;
}

.career-left > p {
  font-size: 20px;

  margin-bottom: 0px;

  margin-left: 10px;
}

.career-right {
  width: 60%;
}

.career-right > p {
  margin-bottom: 0px;

  font-size: 20px;

  color: #3f3f3f;
}

.career-header > h4 {
  color: #1c3789;

  text-align: center;

  font-size: 26px;
}

.careerchange {
  background: #f4f4f4;

  padding: 25px 20px;

  border-radius: 7px;

  border: 1px solid #cccccc3d;

  box-shadow: 0px 3px 7px 0px rgb(43 41 41 / 7%);
}

.loadflex {
  display: flex;

  margin-bottom: 10px;

  flex-wrap: wrap;
}

.loadtitle {
  color: #3f3f3f;

  font-size: 16px;

  width: 23%;
}

.detaildeadlinevalue {
  color: #1c3789;

  font-weight: 800;
}

.loadvalue {
  font-size: 16px;

  margin-left: 25px;

  width: 70%;
}

.loadvalue > a {
  text-decoration: none;

  color: #3f3f3f;
}

.modal-header {
  background-color: #1c3789 !important;
}

.key-title {
  color: #1c3789;
}

.key-list {
  padding-left: 0px;

  list-style-type: none;
}

.key-list > li {
  font-size: 16px;
}

.key-list > li > i {
  color: #1c3789 !important;
}

.career-modal-dialog {
  max-width: 40%;
}

.aca-navbar .active > .nav-link {
  color: #d42c40 !important;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 9999 !important;
}

.client-info {
  border-top: 2px solid #1c3789;

  border-radius: 25px;

  box-shadow: 0px 3px 7px 0px #2b292936;

  /* padding: 30px 20px; */

  background-color: #fff;

  height: 132px;

  display: flex;

  justify-content: center;

  align-items: center;
}

.home_service_pic {
  height: 470px;
  object-fit: cover;
  object-position: center;
}

.client-header > h4 {
  color: #1c3789;

  text-align: center;

  font-size: 21px;

  margin: 0px;
}

/* 

New Style :end */
