* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.navbar.navbar-expand-lg.navbar-light a:hover {
  color:  #ffa200;
}

body {
  margin-top: 60px;
  font-family: "Poppins", sans-serif;
}

/* .line {
  text-underline-offset: 5px;
  text-decoration:  #707070 underline;
} */

.navbar-nav > li {
  margin: 0 5px;
}

.navbar.navbar-expand-lg.navbar-light {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border-bottom: 5px solid;
  border-image: linear-gradient(
      to right,
      #006fff 25%,
      #006fff 50%,
      #ffa200 50%,
      #ffa200 75%,
      #da251c 75%,
      #da251c 75%
    )
    5;
  color: #000;
}

.dropdown-menu {
  font-size: 14px;
}

.dropdown-item {
  padding-top: 14px;
  /* border-bottom:1px solid #707070; */
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  font-size: 12px;
  margin-right: 20px;
  transition: 0.5s;
}

.dropdown-item:hover {
  background-color: white;
}

input {
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
  outline: none;
}

button {
  margin-top: 5px;
  border: none;
  background-color: white;
}

button:focus {
  outline: none;
}

button:hover {
  color: #ffa200;
}

#note {
  margin-bottom: -90px;
}

.text-divider {
  display: flex;
  align-items: center;
}

.text-divider h2 {
  color: rgb(25, 136, 211);
}

.text-center {
  padding-bottom: 50px;
  border-bottom: 5px solid #ffa200;
  border-width: 1px;
  margin-bottom: 25px;
}

.text-center-1 {
  padding-bottom: 50px;
  border-width: 1px;
  text-align: center;
}

.text-center p {
  font-family: "Poppins sans-serif";
  font-size: 20px;
  line-height: 35px;
}

.text-center p a {
  color: black;
  font-weight: 700;
}

.check2 {
  padding-bottom: 5px;
}

.text-center p a:hover {
  color: #ffa200;
  text-decoration: none;
}

.text-divider::before,
.text-divider::after {
  content: "";
  height: 1px;
  background-color: #ffa200;
  flex-grow: 1;
}

.text-divider {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  --text-divider-gap: 3rem;
}

.text-divider::before,
.text-divider::after {
  content: "";
  height: 1px;
  background-color: #ffa200;
  flex-grow: 1;
}

.text-divider::before {
  margin-right: var(--text-divider-gap);
}

.text-divider::after {
  margin-left: var(--text-divider-gap);
}

.size {

    height: 95px;
    object-fit: cover;
}

.paddin {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: -60px;
  border: 2px solid red;
  overflow: hidden;
  margin: 0;
}

div.item {
  vertical-align: top;
  text-align: center;
}

.caption {
  display: block;
}

.service h3 {
  background-color: black;
  color: white;
  padding: 15px 5px;
  text-align: center;
  font-size: larger;
}

.jobs {
  overflow: hidden;
  margin: 0 auto;
}

.jobs img {
  width: 100%;
  height: auto;
  transition: 0.5s all ease-in-out;
}

.jobs img:hover {
  transform: scale(1.3);
}


.scrollToTopBtn {
  width: 35px;
  height: 35px;
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 50px;
  right: 30px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide it at first */
  display: none;
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; 
  border: none; /* Remove borders */
  outline: none; 


}

.footer1 {
  margin-top: -80px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 0;
  border-top: 7px solid #ffa200;
  background-color: black;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: small;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.fti2 {
  border-bottom: 1px solid #707070;
  padding: 40px 40px 80px;
  font-size: 14px;
}

.fti1 {
  border-bottom: 1px solid #707070;
  padding: 40px 40px 80px;
  font-size: 14px;
}

#logo-footer {
  width: 170px;
  height: 80px;
}

.socials {
  font-size: 10px;
}

.socials i {
  margin-right: 7px;
}

.a {
  font-size: 2px;
}

.socials a {
  color: white;
}

.socials a:visited {
  color: white;
}

.display {
  font-family: "Poppins", sans-serif;
  font-size: x-large;
  padding-left: 0;
}

#font {
  padding-right: 3px;
  font-family: "Poppins", sans-serif;
  font-size: medium;
  
}

#fontNew {
  padding-right: 3px;
  font-family: "Poppins", sans-serif;
  font-size: medium;
  
}

.icon {
  position: relative;
  top: 10px;
  font-size: 14px;
  padding: 0;
}

.mover {
  margin-left: 90px;
}

#pad {
  padding-right: 50px;
}

#pad2 {
  padding-left: 121px;
}

#pad3 {
  padding-left: -20px;
}

#pad4 {
  padding-left: 70px;
}

.contact {
  border-bottom: 1px solid #707070;
  padding-top: 90px;
}

/* ============ only desktop view ============ */
/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: rgb(0, 0, 0);
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
@media screen and (max-width: 568px) {


  h2 {
    font-size: 18px;
  }

  p {
    font-size: 12px;
  }

  #note {
    margin-bottom: -90px;
  }

  .navbar-brand img {
    width: 90px;
    height: 20px;
  }

  .push-left {
    margin-left: -4rem;
  }

  .search {
    display: none;
  }

  .text-divider {
    padding-bottom: 1px;
    display: flex;
    align-items: center;
    --text-divider-gap: 1rem;
  }

  .text-divider p {
    font-size: x-small;
  }

  .text-center {
    padding-bottom: 1px;
    border-bottom: 5px solid #ffa200;
    border-width: 1px;
    padding-top: 14px;
    margin-bottom: 25px;
  }

  .text-center p {
  font-family: "sans-serif";
  font-size: 12px;
  line-height: normal;
}

  .jobs img {
    width: 90%;
    height: auto;
    transition: 0.5s all ease-in-out;
    padding-bottom: 10px;
    margin-left: 25px;
  }

  #scrap {
    display: none;
  }

  .service h3 {
    margin-right: 10px;
    margin-left: 26px;
    margin-bottom: 2px;
    background-color: black;
    color: white;
    padding: 5px 0.5px;
    text-align: center;
    font-size: medium;
  }

  .jobs {
    overflow: hidden;
    margin: center;
  }

  .jobs img:hover {
    transform: none;
  }

  .caption {
    display: none;
  }

 .fti2 {
  font-size: 12px;
   padding-top: 2px;
   padding-left: 0;
  padding-bottom: 4px;
  text-align: left;
}
.fti1 {
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: none;
  padding: 0;
}

#logo-footer {
  width: 120px;
    height: 50px;
    margin-left: 0;
    justify-content: left;
}

  .footer1 {
    /* margin-top: -80px; */
    padding: 15px 0 0 20px;
    border-top: 3px solid #ffa200;
    background-color: black;
    color: white;
    font-family: Tahoma;
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }

  .footer1 p {
    font-size: 12px;
  }

  .footer1 p i {
    font-size: 15px;
    padding-right: 5px;
    float: left;
  }

  .a {
    display: none;
  }

  #con {
    padding-top: 5px;
  }

  #font {
    padding-right: 3px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    
  }

  #pad2 {
    padding-left: 40px;
  }

  #pad3 {
    padding-left: 37px;
  }

    #pad4 {
    padding-left: 37px;
  }

  .footer1 span {
    float: left;
  }

  #pad {
    padding-right: 20px;
  }

  .socials {
    padding-bottom: 3px;
    font-size: 6px;
    margin-left: 250px;
  }

  .socials a {
    color: white;
  }

  .socials a:visited {
    color: white;
  }

  #mobile {
    padding-bottom: 30px;
  }

  .company p {
    font-size: x-small;
    padding-left: 10px;
  }
  .company {
    margin-bottom: 0;
  }

  .contact {
    border-bottom: 1px solid #707070;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

/* large - display 3 */
@media (min-width: 992px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}
