/* You can add global styles to this file, and also import other style files */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-family: "Source Sans 3", sans-serif;
  background-color: #ecf3f8;
}

p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

#basestr {
  margin: opx;
  padding: 70px 0px;
}

#site-header {
  margin: 0px;
  padding: 10px 0px;
  background: #fff;
  position: relative;
}

#site-header:before,
#site-header:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

#site-header:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

#site-header .navbar-toggler-icon {
  color: #12334e;
}

#site-header .bg-dark {
  background: #fff !important;
  border-bottom: 1px solid #ddd;
}

.btn-danger {
  border: 2px solid #00d47e;
  display: inline-block;
  font-weight: 600;
  margin: 0px;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 29px;
  background: #00d47e;
  color: #fff;
  font-size: 15px;
  font-style: normal;
}

.btn-danger:hover {
  border: 2px solid #00d47e;
  background: #fff;
  color: #00d47e;
  transition: all 0.4s ease 0s;
}

#site-header ul li a {
  color: #111;
  text-transform: uppercase;
  padding: 11px 15x;
  font-size: 16px;
  font-weight: 500;
  font-family: "Source Sans 3", sans-serif;
  color: #102830;
}

.navbar {
  padding: 10px 0px;
}

#site-header ul li a.dropdown-item {
  text-transform: capitalize;
}

#slider {
  background-image: url(../css/bg.png);
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  position: relative;
}

#slider .feature {
  width: 100%;
  margin-top: 100px;
  margin-right: 0px;
  position: relative;
  bottom: 20px;
}

#slider h1 {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-top: 0px;
}

#slider p {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0px;
  color: #111;
}

@media (min-width: 992px) {
  #slider {
    background-image: url(../css/bg.png);
    background-position: center right;
    background-size: auto;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 90vh;
    position: relative;
  }
  #slider .feature {
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    position: absolute;
    bottom: 70px;
  }
  #slider h1 {
    font-size: 48px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-top: 0px;
  }
  #slider p {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-top: 0px;
    color: #111;
  }
}
#process {
  width: 100%;
  background-color: #ecf3f8;
  padding: 70px 0px;
  color: #102830;
}

.box-container {
  justify-content: space-between; /* Space between the boxes */
  gap: 40px; /* Optional spacing between boxes */
  width: 100%; /* Adjust the container width as needed */
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (min-width: 992px) {
  .box-container {
    display: flex;
    justify-content: space-between; /* Space between the boxes */
    gap: 40px; /* Optional spacing between boxes */
    width: 100%; /* Adjust the container width as needed */
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 3;
  }
  .box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
.box img {
  border: 2px dashed transparent;
  border: 2px dashed #00d47e; /* Change to desired border color */
  border-radius: 50%;
  padding: 5px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

#highlight {
  width: 100%;
  background-color: #fff;
  padding: 50px 0px;
}

@media (min-width: 992px) {
  #highlight {
    width: 100%;
    background-color: #fff;
    padding: 70px 0px;
  }
}
#highlight h2 {
  color: #111;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

#highlight p {
  font-size: medium;
}

#highlight .card .card-title {
  font-weight: 500;
  font-size: 20px;
  font-family: "Source Sans 3", sans-serif;
  padding: 0px;
  margin: 0px;
}

#highlight .card:hover {
  background-color: #12334e;
  cursor: pointer;
  color: #fff;
}

#highlight .card .card-text {
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 20px;
}

#highlight .card {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #12334e;
  color: #102830;
}

#highlight .card i {
  font-size: 32px;
  width: 60px;
  border: none;
  vertical-align: left;
  padding-left: 20px;
  overflow: hidden;
}

#highlight h3 {
  font-size: 36px;
  color: #111;
  font-weight: 700;
}

#highlight .box p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #111;
}

#highlight h2 {
  color: #111;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.ccenter li {
  margin: 0px;
  padding: 0px;
  font-size: 17px;
}

.custom-list {
  list-style: none;
  padding: 0;
  display: flexbox;
}

.custom-list li {
  display: inline-block; /* Adjusts width according to content */
  border: 1px solid #000;
  padding: 8px 35px;
  margin: 5px;
  background-color: #f8f8f8;
  font-size: 16px;
  border-radius: 25px;
  position: relative;
}

.custom-list li:hover {
  cursor: pointer;
  background-color: #00d47e;
  border: 1px solid #00d47e;
  transition: all 0.2s ease-in-out;
  transition-behavior: unset;
  color: #fff;
  font-weight: 400;
}

.custom-list li::before {
  content: "\f00c"; /* Unicode for FontAwesome check */
  font-family: "Font Awesome 6 Free";
  font-weight: 600; /* Ensures solid style */
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: green; /* Check icon color */
}

#footer {
  padding: 100px 20px;
  color: #fff;
  background-image: url(../img/footer-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #12334e;
}

#footer h3 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
}

#footer .bullet ul {
  margin: 40px 0px;
  padding: 0px;
  width: 100%;
}

#footer .bullet ul li {
  width: 52px;
  height: 52px;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0px 3px;
  float: left;
  padding: 8px 8px;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
}

#footer .bullet ul li a {
  color: #fff;
  margin-left: 0px;
  position: relative;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  padding-left: 0px;
}

#footer .bullet ul li a:before {
  top: 0;
  left: 0px;
  font-weight: 900;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

#footer .bullet ul li a:after {
  position: absolute;
  height: 1px;
  width: 0%;
  left: 0px;
  bottom: 0;
  transition: 0.3s all ease-in-out;
}

#footer .bullet ul li a:hover {
  margin-left: 10px;
}

#footer .fa {
  margin-right: 5px;
}

#footer .fa-brands {
  font-weight: 400;
  font-size: 30px;
}

#footer .form-control {
  background: none;
  color: #fff;
}

#footer .btn-primary {
  background: #fff;
  color: #111;
  border: 2px solid #fff;
}

#footer .form-control::-moz-placeholder {
  color: #fff;
  font-weight: 200;
  font-size: 15px;
}

#footer .form-control::placeholder {
  color: #fff;
  font-weight: 200;
  font-size: 15px;
}

#footer .bullet2 ul {
  margin: 0px;
  padding: 0px;
}

#footer .bullet2 ul li {
  list-style-type: none;
}

#footer .bullet2 ul li a {
  color: #fff;
  margin-left: 0px;
  position: relative;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  padding-left: 0px;
}

#basic-str {
  width: 100%;
  background-color: #d8e1f7;
  padding: 70px 20px;
  min-height: 500px;
  color: #111;
  font-family: "Lato", sans-serif;
}

#basic-str h1 {
  color: #111;
}

#basic-str p {
  color: #111;
}

#basic-str .box-c {
  width: 100%;
  padding: 20px 10px;
  background-color: #12334e;
  margin: 20px 0px;
  text-align: center;
  border-radius: 10px;
}

#basic-str .single-icon i {
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
  line-height: 78px;
  border-radius: 50%;
  font-weight: 100;
}

#basic-str .single-icon p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  color: #fff;
}

#basic-str .form-control {
  display: block;
  width: 100%;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #111;
  background-color: transparent;
  background-image: none;
  border: 1px solid #666;
  border-radius: 3px;
}

#basic-str .btn-danger {
  border: 1px solid #d5057f;
  display: inline-block;
  font-weight: 600;
  margin: 0px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  width: 100%;
  border-radius: 0px;
  background: #00d47e;
  color: #fff;
  height: 40px;
  font-size: 16px;
}

#basic-str .btn-danger:hover {
  background: transparent;
  color: #d5057f;
  transition: all 0.4s ease 0s;
}

#basic-str label {
  font-size: 15px;
  color: #111;
}

#about-section {
  width: 100%;
}

#inspire {
  width: 100%;
  background-color: #102830;
  padding: 70px 20px;
  min-height: 500px;
  color: #fff;
}

.box1-container {
  flex: 1;
  justify-content: center; /* Align all child items at the center */
  gap: 40px; /* Space between child boxes */
  width: 100%; /* Full container width */
  text-align: left; /* Center text inside boxes */
  padding-top: 50px;
}

.box1 {
  /* Equal width for all boxes */
  height: auto; /* Fixed height (adjust as needed) */
  display: flex;
  justify-content: center; /* Center content horizontally */
}

.box1 i {
  font-size: 60px;
  color: #00d47e;
}

@media (min-width: 992px) {
  .box1-container {
    display: flex;
    flex: 1;
    justify-content: center; /* Align all child items at the center */
    gap: 40px; /* Space between child boxes */
    width: 100%; /* Full container width */
    text-align: left; /* Center text inside boxes */
    padding-top: 50px;
  }
  .box1 {
    /* Equal width for all boxes */
    height: auto; /* Fixed height (adjust as needed) */
    display: flex;
    justify-content: center; /* Center content horizontally */
  }
}
#service {
  width: 100%;
  background: #12334e;
  padding: 40px 0px;
  padding-top: 100px;
  color: #fff;
}

#service h1 {
  font-size: 32px;
}

@media (min-width: 992px) {
  #service {
    width: 100%;
    background: #12334e;
    padding: 70px 0px;
    padding-top: 150px;
    color: #fff;
  }
  #service h1 {
    font-size: 50px;
  }
}
#service ol li a {
  color: #fff;
}

#service ol li {
  color: #00d47e;
  font-size: 16px;
}

#service .form-control {
  background: none;
  color: #fff;
}

#connect {
  width: 100%;
  background: #fff;
  padding: 70px 20px;
  min-height: 200px;
  color: #111;
  text-align: center;
  vertical-align: center;
}

#carrer {
  width: 100%;
  background: #fff;
  padding: 70px 20px;
  min-height: 500px;
  color: #111;
  text-align: left;
}

#privacy {
  width: 100%;
  background: #fff;
  padding: 70px 20px;
  min-height: 500px;
  color: #111;
  text-align: left;
}

#privacy h3 {
  font-size: 24px;
  margin-top: 30px;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  margin-top: 20px;
}

.single-contact-info {
  display: flex;
  min-width: 99%;
  margin-top: 10px;
  align-content: left;
  align-items: left;
  padding: 20px 20px 20px 30px;
  border-radius: 10px;
  transition: all 0.7s ease 0s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #001936 none repeat scroll 0 0;
  color: #fff;
}

@media (min-width: 992px) {
  .single-contact-info {
    justify-content: space-between; /* Space between the boxes */
    gap: 40px; /* Optional spacing between boxes */
    width: 100%; /* Adjust the container width as needed */
    flex: 1;
  }
}
.single-contact-info:before {
  position: absolute;
  content: "";
  top: 30%;
  left: -90px;
  width: 540px;
  height: 540px;
  background-color: rgba(0, 25, 54, 0.1);
  z-index: -1;
  transition: all 0.5s ease;
  transform: translateY(0) rotate(10deg);
}

.contact-info-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
  border-radius: 10px;
  transform: rotate(42deg);
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 24px;
  color: #0d6efd;
}

.contact-info-text h3 {
  color: #fff !important;
  font-size: 18px;
}

.contact-info-icon i {
  transform: rotate(-42deg);
}

.contact-info-icon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  transform: rotate(-41deg);
  left: 0;
  top: 0;
  z-index: -1;
}

.contact-info-text {
  padding-left: 15px;
}

.contact-info-text h3 {
  font-weight: 600;
  margin-bottom: 6px !important;
  padding: 0px;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 7px;
  transition: all 0.4s ease 0s;
  text-align: right;
}

.contact-info-text p {
  color: #fff;
}

.heading_overlay {
  display: inline-block;
  position: relative;
  height: 5px;
  border-radius: 30px;
  background-color: #0d6efd;
  width: 90px;
  margin-top: 5px;
  margin-bottom: 18px;
  overflow: hidden;
}

.heading_overlay:after,
.heading_overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #fff;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

.heading_overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #fff;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}/*# sourceMappingURL=style.css.map */