@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Rubik:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap');

body {
    margin: 0%;
    padding: 0%;
    font-family: 'Poppins', sans-serif !important;
}

h1,h2,h3,h4,h5,h6  {
    font-family: 'Montserrat', sans-serif;
}


/* Custom css for tags */

a {
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
    color: #555;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

section {
    margin: 5% 0;
}

p span {
    color: #FFB400;
    letter-spacing: .7px;
}

/* headings */

.heading-container {
    text-align: center;
    margin-bottom: 20px;
}
.heading-container h1 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
    color: #222532;
}

.heading-container .saperator {
    margin: auto;
}

/* seperator */

.saperator {
    border: 1.5px solid #FFB400;
    border-radius: 2px;
    margin-bottom: 15px;
    width: 50px;
}

/* button */

.main-btn {
  align-items: center;
  background-color: #0238b5;
  border: 2px solid #0238b5;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.main-btn:after {
  background-color: #01309c;
  border-radius: 5px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(0px, 0px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.main-btn:hover:after {
  transform: translate(8px, 8px);
}


.main-btn:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .main-btn {
    padding: 0 40px;
  }
}

  .main-btn a,
  .main-btn a:hover {
    color: #fff;
  }

  .link-btn {
    background-color: #0030a1;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
  }
 



/* Header section */

/* navbar */

#hero .navbar .navbar-brand img {
    width: 200px;
}

#hero .navbar .nav-link.active {
    color: #0238b5;
    border-bottom: 2px solid #0238b5;
}

#hero .navBg {
    background: #fff !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#hero .navBg .navbar-brand img {
    width: 150px;
}

 .hero-btn {
    margin: auto;
 align-items: center;
  background-color: #0030a1;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 48px;
  width: 200px;
  justify-content: center;
  line-height: 24px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition: all 0.3s;
}

.hero-btn:hover {
    background-color: #222532;
}

.hero-btn a,
.hero-btn:hover a {
    color: #fff;
}


/* carousel/slider */


.carousel-inner,
.carousel-item  img{
    height: 100vh;
}

.carousel-caption {
    top: 40% !important;
    left: 20% !important;
}

.carousel-caption h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
}

.carousel-caption p {
    color: #eee;
    letter-spacing: 0.7px;
}


#hero span {
    color: #eee;
}

/* About us */

#aboutUs {
    margin-top: 5%;
}

#aboutUs h1 {
  text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
    color: #222532;
    font-weight: 700;
}



/* counters */ 

#counters {
    margin-top: 0;
    background-image: url(../img/robotic-welding-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.6);
    background-attachment: fixed;
    color: #fff;
    padding: 5% 0;
}

#counters i {
    color: #FFB400;
    font-size: 50px;
}

#counters .col-3 {
    margin: auto;
    text-align: center;
}

/* services */

#services .p-img {
    margin-top: 20px;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}

#services .p-img img {
    transition: all 0.3s;
}

#services .p-img:hover img {
  transform: scale(1.1);
}

#services .p-img .pText {
    background-color: #222532;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    transition: all 0.3s;
}

#services .p-img:hover .pText {
    background-color: #FFB400;
    transform: translateY(8px);
}

#services .p-img .pText h5 {
    color: #fff;
    font-weight: 600;
}

#services .p-img .pText span {
    font-weight: 300;
    color: #eaeaea;
    font-size: 14px;
}

/* services carousel */

#services.wrapper{
    text-align:center;
  }

  #services.wrapper .carousel1 {
    width:100%;
    margin:0px auto;
  }

  #services.wrapper .slick-slide{
    margin:10px;
  }

  #services.wrapper .slick-prev, .slick-next {
    background: #0030a1;
    color: #fff;
    border-radius: 50%;
    padding: 10px 15px;
    border-color: transparent;
    font-size: 13px;
  }

  #services.wrapper .slick-prev {
    content: attr(aria-label);
}

  #services.wrapper .slick-prev::before {
    font-family: "Font Awesome 5 Free";
   content: "\f104" !important;
   font-weight: 900;
  }

  #services.wrapper .slick-next::before {
    font-family: "Font Awesome 5 Free";
   content: "\f105" !important;
   font-weight: 900;
  }

  [aria-hidden='true'] {
    display: none;
  }

  #services.wrapper .slick-dots {
    display: none !important;
  }


/* client slider */

#clients {
    margin: 5% 0;
}
  
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

  /* banner */

#banner {
    margin: 5% 0;
    padding: 7% 0;
    background-image: url(../img/robotic-welding-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    color: #fff;
    background-blend-mode: darken;
    background-color: rgba(0,0,0,0.7);
}

#banner h1 {
    font-weight: 700;
}

#banner h6 {
    color: #FFB400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}

#banner2 {
    background-image: url(../img/why-us.jpg);
    background-size: cover;
    /* background-color: #222532; */
    padding: 5% 0;
    color: #fff;
}

#banner2 span {
    color: #FFB400;
}

/* partners */

#partners .partnerImg {
    border: 1px solid #e5e5e5;
}



  /* footer */

  footer {
    /* background-image: url(../img/footer.jpg); */
    background-position: right;
    background-size: cover;
    padding-top: 3%;
    background-color: #222532;
    color: #fff;
  }

  footer h4 {
    color: #d3d3d3;
    margin-bottom: 20px;
  }
  footer p {
    color: #ebedf3;
  }

  footer ul li {
    list-style-type: none;
    line-height: 2;
  }

  footer ul li i {
    color: #FFB400;
    margin-right: 10px;
    font-size: 18px;
  }

  footer ul li a {
    color: #eaeaea;
  }

  footer ul li:hover a {
    color: #FFB400;
  }

  footer .social a i {
    margin-left: 10px;
    color: #eaeaea;
    transition: all 0.3s;
  }

  footer .social a i:hover {
    color: #FFB400;
    }

  /* Other hero sections */

  .sub-hero {
    background-size: cover;
    padding-top: 15%;
    padding-bottom: 7%;
    text-align: center;
   color: #fff;
   text-transform: uppercase; 
   background-blend-mode: darken;
   background-color: rgba(99, 99, 99, 0.9);
 }

  /* About Us Page */

  .about-hero {
    background-image: url(../img/about-us-hero-img.png);
    background-position: center;
    
   background-color: rgba(0, 0, 0, 0.7);  
  }

  #aboutPage h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  /* directors */

  #directors .card {
    padding-top: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    border: none;
  }

  #directors .card h4 {
    color: #0030a1;
    font-weight: 600;
  }
  

  #mission .mission-bg {
    background-image: url(../img/mission.png);
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
    padding: 50px;
  }

  #mission .vision-bg {
    background-image: url(../img/vision.png);
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
    padding: 50px;
  }

  #mission .card {
    padding: 50px;
    border: 5px solid #FFB400;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
  }

  #mission .card p {
    color: #eee;
  }

  #values .v-card {
    background-color: #222532;
    color: #fff;
    padding: 20px;
    border-left: 5px solid #FFB400;
    margin-top: 10px;
  }

  #values .v-card p {
    color: #e5e5e5;
    margin-bottom: 0;
  }

  /* Contact Page */

  .contact-hero {
    background-image: url(../img/contact-us.png);
    background-position: right bottom;
  }


  #contact-info .c-info i {
    padding: 20px;
    font-size: 15px;
    border: 3px solid #FFB400;
    border-radius: 50%;
  }

  #contact-info .c-info a {
    color: #222532;
  }

  #contact-info .c-info a:hover {
    color: #FFB400;
  }

  #contact-info .c-info p {
    margin-top: 10px;
    margin-bottom: 0;
  }

  #contact-info .heading-container h6 span {
    color: #FFB400;
    padding: 5px 10px;
    text-transform: lowercase;
    font-weight: 500;
  }

  /*contact-form*/

  #c-form {
    padding: 5% 0;
    background-color: #fff;
    /* background: linear-gradient(103.51deg, #EAF8FF -11.85%, rgba(253, 241, 245, 0.44) 47.62%, #EAF9F1 108.74%); */
  }


  .contact_form {
    width: 100%;
    margin: auto;
 
   }
 
   .contact_form .top_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
   }
 
   
 
    .hero-form .pr {
      position: relative;
   }
 
    .contact_form label {
      font-size: 15px;
      font-weight: 500;
      font-family: poppins, sans-serif; 
    }
 
 ::placeholder {
       color: rgb(61, 61, 61) !important;
       font-family: poppins, sans-serif;
     }
 
    .contact_form input,
    .contact_form input:focus,
    .contact_form textarea,
    .contact_form textarea:focus,
    .contact-form select,
    .contact-form select:focus{
    padding: 10px;
    color: rgb(1, 1, 1);
    border-radius: 5px;
    outline: none;
    outline-width: 0;
    outline-color: rgb(0, 0, 0);  
 
   }
 
   .hero-form .pr>.input-error-msg {
      margin-bottom: -1rem;
   }
 
   .hero-form .pr:after {
      content: '';
      display: block;
      position: absolute;
      right: -0.4rem;
      top: -0.3rem;
      font-size: 1rem;
      color: red;
      z-index: 1;
   }
 
   .hero-form .pr.optional:after {
      display: none;
   }
 
   .hero-form .pr:after {
      right: 1rem;
      top: 0.4rem;
   }
 
   .outer .success-message {
      color: #404040;
      min-height: 24rem;
      display: none;
      width: 100%;
      font-size: 1.2rem;
      border-radius: 15px;
   }
 
   .outer .success-message> div {
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
   }
 

   /* lightbox gallery */

   :root {
    --lightbox: rgb(0 0 0 / 0.75);
    --carousel-text: #fff;
  }
  
 
  
  @keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .gallery-item {
    display: block;
  }
  
  .gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
  }
  
  .gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  }
  
  .lightbox-modal .modal-content {
    background-color: var(--lightbox);
  }
  
  .lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
  }
  
  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
  }
  
  .lightbox-modal .lightbox-content {
    width: 100%;
  }
  
  .lightbox-modal .carousel-indicators {
    margin-bottom: 0;
  }
  
  .lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-inner {
    width: 75%;
  }
  
  .lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
  }
  
  .lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    /* background-color: var(--lightbox); */
    color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    width: auto;
  }
  
  .lightbox-modal .carousel-control-prev {
    left: 1.25rem;
  }
  
  .lightbox-modal .carousel-control-next {
    right: 1.25rem;
  }
  
  @media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
      max-width: 60%;
    }
  }
  
  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
      filter: none;
  }
  
  .btn-fullscreen-enlarge,
  .btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
  }
  
  .bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
  }
  
  
  /* blogs */

  #blogs h5 {
    margin-top: 20px;
  }

  
#blogs a {
  color: #222532;
  transition: all 0.3s;
}

#blogs a i {
  background-color: #DD3805;
  color: #fff;
  padding: 5px 6px;
  border-radius: 50%;
}

#blogs a:hover {
  color: #DD3805;
}

.blogList {
  margin-top: 20px;
}

/* single blog */

#singleBlog .serviceLinks {
  margin-top: 45px;
}

#singleBlog .serviceLinks ul li {
  line-height: 2;
  list-style-type: none;
}

#singleBlog h5 {
  font-weight: 600;
}

#singleBlog h6 {
  font-weight: 600;
}


.serviceLinks ul {
  padding-left: 0;
  margin-left: 0;
}

.serviceLinks ul li {
  list-style-type: none;
  background-color: #f2f2f2;
  padding: 10px 25px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}

.serviceLinks ul li a {
  color: #222532;
  transition: all 0.3s;
}


.serviceLinks ul li a:hover {
  color: #0030a1;
}
.serviceLinks ul li.active,
.serviceLinks ul li:hover {
  border-left: 3px solid #0030a1;
}
.serviceLinks ul li:hover a {
  color: #0030a1;
}

.profile {
  background-color: #222532;
  padding: 15px 20px;
  border-radius: 3px;
}

.profile a {
  color: #f2f2f2;
}

.profile a:hover {
  color: #5185fe;
}
.profile a i {
  color: #0046ea;
  font-size: 20px;
  margin-right: 10px;
}

.help {
  margin-top: 20px;
  background-color: #0030a1;
  padding: 30px 20px;
}

.help h6 {
  font-weight: 700;
  color: #fff;
}

.help span {
  font-size: 14px;
  color: #eaeaea;
}

 .white-btn {
  background-color: #fff;
  border: 0;
  padding: 8px 20px;
  border-radius: 3px;
  margin-top: 10px;
  color: #222532;
}

.white-btn a {
  color: #222532;
}

 .white-btn a i {
  color: #0030a1;
  margin-right: 5px;
}

