@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
:root {
  --hover: #e3071c;
  --theme2: #163c61;
}

.color-theme {
  color: var(--hover);
  text-decoration: none;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: var(--hover);
  outline: 1px solid var(--hover);
}

body {
  font-size: 0.95rem;
  color: #000;
  line-height: 20px;
  transition: all 0.2s;
  font-family: "Roboto", sans-serif;
}

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

* {
  margin: 0;
  padding: 0;
  transition: all 0.2s;
}

header {
  z-index: 999;
  background: #fff;
}

.topHeader {
  background: #000;
  font-size: 14px;
  font-weight: 300;
}
.topHeader a {
  color: #fff;
  text-decoration: none;
}
.navbar .nav-item:hover .dropdown-menu {
  display: block;
}

.navbar .nav-item .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  width: 200px;
}
.navbar .nav-item .dropdown-menu a:hover,
.navbar .nav-item .dropdown-menu a:focus {
  background: var(--theme2);
  color: #fff;
}
.navbar .nav-item .dropdown-menu a {
  border-bottom: 1px solid #eddedd;
  padding: 10px;
  display: block;
  white-space: inherit;
}
.nav a:hover {
  color: var(--hover);
  transition: all 0.2s;
}

.contactLink {
  background: var(--theme2);
  color: #fff !important;
}

.contactLink:hover {
  background: var(--hover);
}

.btn-theme,
.btn.next {
  background: var(--hover);
  color: #fff;
  padding: 10px 20px;
}

.text-2 {
  color: var(--theme2);
}

#progress {
  height: 2px;
}

#step1commands,
#step2commands {
  display: flex !important;
  justify-content: space-between !important;
}
.btn-theme2,
.btn.prev {
  background: var(--theme2);
  color: #fff;
  padding: 10px 20px;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-green {
  background: #075e54;
}

.btn-theme3 {
  background: transparent;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 300;
  padding: 10px 20px;
  text-transform: lowercase;
}

.nav a {
  color: #000;
  font-size: 0.95rem;
}

.caption_slider {
  position: absolute;
  top: 15%;
  left: 5%;
  color: #fff;
}

h2 .f14 {
  font-size: 14px;
}

.caption_slider h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 5rem;
  font-size: 5rem;
  text-transform: uppercase;
}

.caption_slider h1 span {
  font-size: 0.95rem;
  text-transform: none;
  font-weight: 300;
  display: block;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.caption_slider h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 5rem;
  font-size: 5rem;
  text-transform: uppercase;
}

.caption_slider p {
  font-size: 0.95rem;
  font-weight: 400;
  margin-top: 30px;
  line-height: 20px;
  width: 50%;
  margin-bottom: 30px;
}

.caption_slider p::after,
section.solution_we_offer h2:after,
section.solution_we_offer h1:after,
.solution_box a:after,
.help_section h2:after,
.helpBox a:after,
.project h2:after,
.projectDetails a:after,
.innerHead h1:after,
.formCard h2:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  bottom: 0;
  left: 0;
  background: var(--hover);
}
section.solution_we_offer h2,
section.solution_we_offer h1,
.help_section h2,
.project h2,
.formCard h2 {
  font-weight: 300;
  font-size: 1.5rem;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}
.innerHead h1 {
  padding-bottom: 30px;
  text-transform: capitalize;
  font-weight: 500;
}

section.solution_we_offer h2:after,
section.solution_we_offer h1:after,
.help_section h2:after,
.project h2:after {
  right: 0px;
  left: auto;
  bottom: 0px;
}
section.solution_we_offer p,
.helpBox p,
p {
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 25px;
}

.solution_we_offer.innersection p {
  font-size: 17px;
  line-height: 30px;
}

.solution_box {
  padding: 30px;
  box-shadow: 0px 10px 20px #00000020;
  border: 1px solid #ececec;
  min-height: 330px;
}
.solution_box:hover {
  border-color: var(--hover);
  transition: all 0.2s;
}
section.solution_we_offer.innersection h1::after {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.solution_box a,
.helpBox a,
.projectDetails a {
  color: var(--hover);
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-bottom: 10px;
}
.solution_box a:after,
.helpBox a:after,
.projectDetails a:after {
  width: 25px;
  height: 1px;
}

.solution_box a:hover {
  color: #000;
}
section.solution_we_offer .solution_box h3 {
  font-size: 1.4rem;
  font-weight: 400;
}

section.help_section {
  border-top: 1px solid #d5d5d5;
  background: #f8f8f8;
  border-bottom: 1px solid #d5d5d5;
}

.helpBox {
  width: 850px;
  z-index: 999;
  position: relative;
  text-align: justify;
}

.tree_section {
  position: relative;
  margin-top: -200px;
}
.tree_section .tree {
  text-align: center;
}
.tree_section hr {
  margin: 0px;
  border-top: 5px solid #000;
}
.tree_section img {
  display: inline-block;
}
.tree_section h4 {
  font-size: 0.95rem;
  font-weight: 400;
  margin-top: 10px;
}
.projectArea {
  position: relative;
}
.computer {
  background: url(../image/laptop_t.png) no-repeat top left;
  width: 1010px;
  background-size: contain;
  position: relative;
  height: 560px;
}

.tabsProject {
  width: 800px;
  background-size: contain;
  position: relative;
  height: 499px;
  margin-left: 75px;
  margin-bottom: 25px;
  border-radius: 25px;
  border: 25px solid #000;
  box-shadow: 0px 15px 15px #00000040;
}
.mobileProjectTab {
  width: 299px;
  background-size: contain;
  position: relative;
  height: 550px;
  margin-left: 75px;
  margin-bottom: 25px;
  border-radius: 25px;
  border: 25px solid #000;
  box-shadow: 0px 15px 15px #00000040;
}

.bg-theme2 {
  background: var(--theme2);
}

.project1,
.tabsProject .project1 {
  position: absolute;
  left: 139px;
  top: 23px;
}

.mobileProjectTab .project1 {
  position: absolute;
  left: -1px;
  top: 0px;
}

.tabsProject .project1 {
  left: -1px;
  top: 0px;
}

.project1 img {
  object-fit: cover;
  height: 412px;
  width: 726px;
  object-position: top;
}
.tabsProject .project1 img {
  object-fit: cover;
  height: 450px;
  width: 800px;
  object-position: top;
}

.mobileProjectTab .project1 img {
  object-fit: cover;
  height: 500px;
  width: 250px;
  object-position: top;
}

.carousel-indicators [data-bs-target] {
  background: #000;
  opacity: 0.2;
}

.carousel-indicators .active {
  background: var(--hover);
  opacity: 1;
}

.projectDetails {
  position: absolute;
  right: 50px;
  top: 25%;
  width: 300px;
}

.projectDetails h4 {
  font-size: 1.4rem;
  font-weight: 400;
}

.projectDetails p {
  font-size: 0.95rem;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
  color: #491c36;
}
.projectArea .carousel-indicators {
  right: 00px;
  left: auto;
  top: 0px;
  width: 200px;
  border: 0px solid;
  margin: 0;
  height: 5px;
  overflow: hidden;
}

.projectArea .nav-tabs .nav-link {
  background: #00000010;
  border-radius: 7px;
  padding: 30px;
  color: #000;
  font-size: 0.95rem;
  margin: 3px;
  font-family: "Poppins", sans-serif;
}
.projectArea .nav-tabs {
  border-bottom: 0px solid;
}
.projectArea .nav-tabs .nav-link.active {
  background: var(--hover);
  color: #fff;
}

.projectArea .carousel-control-prev,
.projectArea .carousel-control-next {
  font-size: 40px;
  color: #491c36;
}
.projectArea .carousel-control-prev {
  left: -90px;
}
.projectArea .carousel-control-next {
  right: -90px;
}

.mobileScreens {
  width: 500px;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 20px;
}
.mobileScreens img {
  width: 50px;
  height: auto;
  cursor: pointer;
}

.mobileScreens img:hover {
  box-shadow: 0px 10px 10px #00000030;
}

.right0 {
  right: 0px;
}

footer {
  background: #000;
}

footer h3 {
  font-size: 1.4rem;
}

footer ul {
  padding: 0 0 0 20px;
}

footer ul li {
  list-style: square;
}

footer ul li a {
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  display: block;
}
footer ul li a:hover {
  color: var(--hover);
}
.solution_we_offer .socialLinks a i {
  color: #163c61;
}
.socialLinks a {
  color: #fff;
}
.socialLinks a:hover {
  color: var(--hover);
}

.getIntouch h2 {
  font-weight: 100;
}

section.team h5 small {
  font-size: 14px;
  font-weight: 300;
}

.back-to-top {
  position: fixed;
  background: var(--hover);
  bottom: 20px;
  padding: 15px;
  right: 20px;
  color: #fff;
}

.back-to-top:hover {
  background: var(--theme2);
  color: #fff;
}

.headerFix {
  position: fixed;
  width: 100%;
}

.formCard {
  padding: 30px;
  overflow: hidden;
  width: 600px;
  color: #000;
  border-radius: 30px;
}

.formCard label {
  font-weight: 300;
  font-size: 0.95rem;
  position: absolute;
  top: 17px;
  left: 10px;
}

.formCard .form-control {
  background: transparent;
  padding: 15px 20px;
  font-size: 17px;
  min-height: 30px;
  outline: none;
  box-shadow: 0px 0px;
  border: 2px solid #a1b2b0;
  font-weight: 300;
  margin: 25px 0;
}

.formCard .form-control:focus {
  border: 2px solid var(--theme2);
  background: #fff;
}

.formCard .form-control:focus ~ label,
.formCard
  .form-control:not(:placeholder-shown).form-control:not(:focus)
  ~ label {
  top: -10px;
  font-weight: 500;
  left: 0px;
  font-size: 12px;
  background: #fff;
  padding: 0 10px 5px 0;
  color: var(--theme2);
}

.top-form {
  top: 10%;
}

.form-item label {
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: auto;
  position: relative;
}

.form-item .checkbox {
  position: relative;
  margin-right: 15px;
}
.form-item .checkbox::before {
  content: "";
  position: absolute;
  background: #ddd;
  padding: 10px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form-item .checkbox:checked:before {
  background: var(--hover);
  content: "\F633";
  position: relative;
  font-family: "bootstrap-icons";
  color: #fff;
  position: absolute;
  border-radius: 100%;
  padding: 1px 3px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.formCard .form-group {
  position: relative;
}

.contactBg {
  background: url(../image/contactBg.jpg) no-repeat top center;
  height: 700px;
  background-size: cover;
  width: 100%;
}

.careerbg {
  background: url(../image/careerBg.jpg) no-repeat top center;
  min-height: 700px;
  background-size: cover;
  width: 100%;
}

.formCard legend {
  font-size: 17px;
  margin-bottom: 20px;
}

.formCard .form-control .error,
.form-item .checkbox.error::before {
  border: 2px solid #ff0000;
}
.error {
  color: #ff0000;
}

.list {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.menubar {
  display: none;
}

hr.hr {
  border-top: 2px dashed #989898;
  letter-spacing: 20px;
}

@media only screen and (min-width: 200px) and (max-width: 512px) {
  .projectArea .nav-tabs .nav-link {
    width: 48%;
    text-align: center;
    padding: 0;
    height: 90px;
  }
  body {
    font-size: 0.95rem;
  }

  .caption_slider p,
  section.solution_we_offer p,
  .helpBox p,
  p,
  .projectDetails p {
    font-size: 0.95rem;
    line-height: 30px;
  }

  section.solution_we_offer h2,
  .help_section h2,
  .project h2,
  .formCard h2,
  section.solution_we_offer .solution_box h3 {
    font-size: 1.5rem;
  }
  .formCard {
    width: 97%;
  }

  .helpBox {
    width: 100%;
  }

  .formCard {
    width: 100% !important;
  }
  .topHeader {
    text-align: center;
  }

  .projectArea .carousel-control-next {
    right: -30px;
  }
  .projectArea .carousel-control-prev {
    left: -30px;
  }
  ul.nav {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    left: 0px;
    top: 70px;
  }

  ul.nav a {
    padding: 15px;
    font-size: 17px;
  }

  i.bi.bi-list.menubar {
    font-size: 25px;
    background: #e3e3e3;
    padding: 6px;
    display: block;
    border: 1px solid #c1c1c1;
    margin: 3px 0 0 30px;
  }
  i.bi.bi-list.menubar:hover {
    background: var(--hover);
    color: #fff;
    border: 1px solid var(--hover);
  }
  .slider .caption_slider {
    position: static;
    padding: 15px;
    background: #060606;
  }

  .slider .carousel-item:nth-last-child(1) {
    background: linear-gradient(90deg, #060606, #101010);
  }

  .caption_slider h1,
  .caption_slider h2 {
    line-height: 2rem;
    font-size: 2rem;
  }

  .caption_slider p {
    margin-top: 0px;
    width: 100%;
  }
  .p-5 {
    padding: 15px !important;
  }
  .mb-5 {
    margin-bottom: 15px !important;
  }

  section.solution_we_offer h2,
  section.solution_we_offer h1,
  .help_section h2,
  .project h2,
  .formCard h2 {
    font-size: 26px;
    letter-spacing: -1px;
  }

  .tree_section {
    margin-top: 0px;
  }

  .tabsProject {
    height: 210px;
  }
  .tabsProject .project1 img {
    width: 100%;
    height: 160px;
  }
  .mobileProjectTab .project1 img {
    width: 100%;
  }

  .project1 img {
    object-fit: cover;
    height: 130px;
    width: 231px;
    object-position: top;
  }

  .computer .project1 {
    position: absolute;
    left: 45px;
    top: 8px;
  }

  .project1,
  .tabsProject .project1 {
    left: 0px;
    top: 0px;
  }

  .computer {
    height: 180px;
  }

  .computer,
  .tabsProject,
  .mobileProjectTab {
    width: 100%;
    margin: 0px;
  }
  .projectDetails {
    position: static;
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
  }
  .getIntouch {
    text-align: center;
  }
  .getIntouch h2 {
    width: 100% !important;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .mobileScreens {
    width: 100%;
    margin: 0;
  }
  .mt-5 {
    margin-top: 15px !important;
  }

  .projectArea .nav-tabs .nav-link.active {
    display: block;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  .computer {
    width: 780px;
    height: 440px;
  }

  .project1 {
    position: absolute;
    left: 108px;
    top: 18px;
  }
  .projectDetails {
    position: absolute;
    right: 0px;
    top: 15%;
    width: 300px;
  }

  .tabsProject {
    width: 650px;
    height: 400px;
  }

  .tabsProject .project1 {
    left: -1px;
    top: 0px;
  }

  .tabsProject .project1 img {
    object-fit: cover;
    height: 350px;
    width: 800px;
    object-position: top;
  }

  .project1 img {
    object-fit: cover;
    height: 319px;
    width: 563px;
    object-position: top;
  }

  .mobileScreens {
    width: 360px;
  }
}
