@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@300;400;500;600;700&family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200&family=Poppins:wght@300;400;500;600;700&family=Raleway:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Jost", sans-serif !important;
}

h1 {
  font-size: 35px !important;
  font-weight: 500;
}

h2 {
  font-size: 30px !important;
  color: #ef5a24;
  font-weight: 500;
}

h3 {
  font-size: 30px !important;
  font-weight: 300 !important;
}

h5 {
  font-size: 20px !important;
}

.navbar .nav-item {
  padding-left: 25px;
}
.navbar .nav-item a {
  color: #000 !important;
  font-size: 18px;
}
.navbar .nav-item a:hover {
  color: #ef5a24 !important;
}

.carousel-1 {
  background: url("../images/main-banner1.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
  position: relative;
}
.carousel-1 .banner-bg {
  background-color: rgba(128, 39, 7, 0.6156862745);
  position: absolute;
  min-width: 50%;
  top: 40%;
  left: 0;
}
.carousel-1 .banner-bg .banner-title {
  margin-left: 20%;
  padding: 15px;
  color: #fff;
}
.carousel-1 .banner-bg .banner-title h1 {
  color: #fff;
  text-transform: uppercase;
}

.carousel-2 {
  background: url("../images/main-banner2.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
  position: relative;
}
.carousel-2 .banner-bg {
  background-color: rgba(128, 39, 7, 0.6156862745);
  position: absolute;
  min-width: 50%;
  top: 40%;
  left: 0;
}
.carousel-2 .banner-bg .banner-title {
  margin-left: 20%;
  padding: 15px;
  color: #fff;
}
.carousel-2 .banner-bg .banner-title h1 {
  color: #fff;
  text-transform: uppercase;
}

.carousel-3 {
  background: url("../images/main-banner3.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
  position: relative;
}
.carousel-3 .banner-bg {
  background-color: rgba(128, 39, 7, 0.6156862745);
  position: absolute;
  min-width: 50%;
  top: 40%;
  left: 0;
}
.carousel-3 .banner-bg .banner-title {
  margin-left: 20%;
  padding: 15px;
  color: #fff;
}
.carousel-3 .banner-bg .banner-title h1 {
  color: #fff;
  text-transform: uppercase;
}

.carousel-4 {
  background: url("../images/banner-1.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
  position: relative;
}
.carousel-4 .banner-bg {
  background-color: rgba(128, 39, 7, 0.6156862745);
  position: absolute;
  min-width: 50%;
  top: 40%;
  left: 0;
}
.carousel-4 .banner-bg .banner-title {
  margin-left: 15%;
  padding: 15px;
  color: #fff;
}
.carousel-4 .banner-bg .banner-title h1 {
  color: #fff;
  text-transform: uppercase;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: rgba(245, 237, 220, 0.5058823529) !important;
  background: linear-gradient(90deg, rgb(208, 242, 113) 0%, rgba(255, 255, 255, 0.9192051821) 0%);
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.about-btn {
  padding: 10px 20px;
  background-color: #ef5a24;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ef5a24;
}
.about-btn:hover {
  background: transparent;
}
.about-btn:hover a {
  color: #ef5a24;
}
.about-btn a {
  color: #fff;
}

.section-bg {
  background: rgb(239, 90, 36);
  background: linear-gradient(180deg, rgb(239, 90, 36) 60%, rgb(255, 255, 255) 60%);
}

.services-text h5 {
  color: #fff;
}
.services-text h3 {
  color: #fff;
}

.services-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.services-btn i {
  font-size: 25px;
  color: #fff;
}
.services-btn a {
  color: #fff;
}

.card {
  height: 415px;
}
.card .card-body h5 {
  color: #ef5a24;
}
.card .card-btn {
  padding: 8px 17px;
  border: 1px solid #ef5a24;
  display: inline-block;
  border-radius: 5px;
  margin-top: 15px;
  cursor: pointer;
}
.card .card-btn:hover {
  background-color: #ef5a24;
}
.card .card-btn:hover a {
  color: #fff !important;
}
.card .card-btn a {
  color: #ef5a24;
}

.wrapper-img {
  position: relative;
}
.wrapper-img .wrapper-text_1 {
  position: absolute;
  top: 50%;
  left: 20%;
}
.wrapper-img .wrapper-text_1 h3 {
  color: #fff;
  font-weight: 500 !important;
}

.career-bg {
  background-color: #ef5a24;
}

.career-title h5,
.career-title h3 {
  text-align: center;
  color: #fff;
}
.career-title p {
  color: #fff;
}

.footer-bg {
  background-color: #4d4d4d;
}

.footer-logo p {
  padding-top: 15px;
  color: #fff;
}
.footer-logo i {
  color: #fff;
  font-size: 20px;
  background-color: #ef5a24;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 20px;
}

.footer-nav {
  margin: 0 auto;
  width: 50%;
}
.footer-nav h3 {
  font-weight: normal !important;
  color: #fff;
}
.footer-nav ul {
  padding-left: 0;
  list-style: none;
}
.footer-nav ul li {
  line-height: 30px;
}
.footer-nav ul li a {
  color: #fff;
}
.footer-nav ul li a:hover {
  color: #ef5a24;
}

.fooetr-contact h3 {
  font-weight: normal !important;
  color: #fff;
}
.fooetr-contact ul {
  padding-left: 10px;
  list-style: none;
}
.fooetr-contact ul li {
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.fooetr-contact ul li span {
  color: #ef5a24;
  width: 20%;
}
.fooetr-contact ul li a {
  width: 78%;
  color: #fff;
}

.footer-contact {
  display: flex;
  align-items: center;
}
.footer-contact .footer-mail {
  width: 70%;
}
.footer-contact .submit-btn {
  width: 30%;
  padding: 8px 10px;
  background-color: #ef5a24;
  border: none;
  color: #fff;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.copyright a {
  color: #000;
  font-size: 16px !important;
}

.about-banner {
  background: url("../images/banner-1.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.about-banner .banner-bg {
  background-color: rgba(128, 39, 7, 0.6156862745);
  position: absolute;
  width: 70%;
  top: 30%;
  left: 0%;
}
.about-banner .banner-bg .banner-title {
  margin-left: 10%;
  padding: 15px;
  color: #fff;
}
.about-banner .banner-bg .banner-title h1 {
  color: #fff;
}

.card-box {
  background-color: #f1f1f1;
  padding: 20px;
  min-height: 350px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-bottom: 3px solid #ef5a24;
}
.card-box h3 {
  font-weight: normal !important;
  color: #ef5a24;
  text-align: center;
}

.career-banner {
  background: url("../images/banner-1.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.career-banner .banner-bg {
  background-color: rgba(128, 39, 7, 0.6156862745);
  position: absolute;
  width: 70%;
  top: 30%;
  left: 0%;
}
.career-banner .banner-bg .banner-title {
  margin-left: 10%;
  padding: 15px;
  color: #fff;
}
.career-banner .banner-bg .banner-title h1 {
  color: #fff;
}

.services-banner {
  background: url("../images/banner-1.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.services-banner .banner-bg {
  background-color: rgba(128, 39, 7, 0.6156862745);
  position: absolute;
  width: 70%;
  top: 30%;
  left: 0%;
}
.services-banner .banner-bg .banner-title {
  margin-left: 10%;
  padding: 15px;
  color: #fff;
}
.services-banner .banner-bg .banner-title h1 {
  color: #fff;
}

.services-box {
  background-color: #f1f1f1;
  padding: 15px;
  border-left: 3px solid #ef5a24;
  min-height: 250px;
  box-shadow: rgba(231, 149, 149, 0.15) 1.95px 1.95px 2.6px;
}
.services-box h3 {
  font-weight: normal !important;
  font-weight: 500 !important;
  font-size: 25px !important;
}

.box-circle {
  margin-top: 30px;
}
.box-circle span {
  background-color: #ef5a24;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  color: #fff;
  margin-bottom: 15px;
}

.industries-banner {
  background: url("../images/banner-1.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.industries-banner .banner-bg {
  background-color: rgba(128, 39, 7, 0.6156862745);
  position: absolute;
  width: 70%;
  top: 30%;
  left: 0%;
}
.industries-banner .banner-bg .banner-title {
  margin-left: 10%;
  padding: 15px;
  color: #fff;
}
.industries-banner .banner-bg .banner-title h1 {
  color: #fff;
}

.industries-title p {
  color: #fff;
}
.industries-title h2 {
  color: #fff;
}

.industries-text {
  background-color: rgba(255, 255, 255, 0.231372549);
  padding: 20px;
}
.industries-text h3 {
  font-weight: normal !important;
  color: #fff;
  text-align: center;
}
.industries-text p {
  color: #fff;
  text-align: justify;
}

.wrapper-text {
  background-color: rgba(255, 255, 255, 0.231372549);
  padding: 20px;
}
.wrapper-text p {
  color: #fff;
}

.career-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.6039215686);
  padding: 15px;
  min-height: 300px;
  margin-bottom: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.career-box h3 {
  font-weight: normal !important;
  font-size: 22px !important;
}
.career-box img {
  width: 40px;
}

.contact-banner {
  background: url("../images/banner-1.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.contact-banner .banner-bg {
  background-color: rgba(128, 39, 7, 0.6156862745);
  position: absolute;
  width: 70%;
  top: 30%;
  left: 0%;
}
.contact-banner .banner-bg .banner-title {
  margin-left: 10%;
  padding: 15px;
  color: #fff;
}
.contact-banner .banner-bg .banner-title h1 {
  color: #fff;
}

.contact-info h3 {
  font-weight: normal !important;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.contact-info h3::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  left: 38%;
  bottom: -10px;
  background-color: #ef5a24;
}
.contact-info ul {
  list-style: none;
}
.contact-info ul li {
  font-size: 18px;
  display: flex;
  margin: 30px;
  color: #000;
  align-items: center;
}
.contact-info ul li i {
  font-size: 25px;
  width: 50px;
  height: 50px;
  background-color: #ef5a24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  padding: 15px;
}
.contact-info ul li a {
  color: #000;
}

.contact-form {
  background-color: #f1f1f1;
  padding: 25px;
}
.contact-form .submit-btn {
  padding: 10px 30px;
  background-color: #ef5a24;
  border: none;
  color: #fff;
}

@media only screen and (max-width: 1196px) {
  .navbar .nav-item {
    padding-left: 10px;
  }
  .footer-contact .footer-mail {
    width: 100% !important;
  }
  .footer-contact .submit-btn {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 25px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  .footer-contact .submit-btn {
    width: 40%;
  }
  .card-box {
    min-height: 350px;
  }
  .services-box {
    min-height: 250px;
  }
  .services-box h3 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 900px) {
  .about-text {
    margin-top: 20px;
  }
  .services-box {
    min-height: 310px;
  }
  .services-box h3 {
    font-size: 20px !important;
  }
  .contact-form {
    padding: 10px;
  }
  .contact-info ul li i {
    padding: 15px;
  }
  .contact-info ul {
    list-style: none;
    padding: 0;
  }
  .contact-info ul li {
    margin-left: 0px;
  }
  .contact-info ul li {
    font-size: 16px !important;
  }
  .contact-info ul li a {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 882px) {
  .card-box {
    min-height: 500px;
  }
  .services-box {
    min-height: 320px;
  }
  .carousel-1 .banner-bg {
    width: 100%;
  }
  .carousel-2 .banner-bg {
    width: 100%;
  }
  .carousel-3 .banner-bg {
    width: 100%;
  }
  .carousel-4 .banner-bg {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .career-box {
    min-height: auto;
  }
  .footer-nav {
    width: 100%;
    margin-top: 20px;
  }
  .footer-logo i {
    font-size: 15px;
  }
  .card-box {
    min-height: auto !important;
    margin-bottom: 20px;
  }
  .services-box {
    min-height: auto;
  }
  .services-box h3 {
    font-size: 20px !important;
  }
  .mobile-img {
    order: -1;
  }
  .industries-text {
    margin-top: 20px;
  }
  .banking-img {
    margin: 20px 0;
  }
  .insurance-img {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 25px !important;
  }
  .banner .banner-bg {
    top: 20% !important;
    width: 100%;
  }
  .about-btn {
    text-align: center !important;
  }
  .services-btn {
    justify-content: start;
  }
  .carousel-1 .banner-bg {
    width: 100%;
    top: 40%;
    left: 0;
  }
  .carousel-1 .banner-bg .banner-title {
    margin-left: 0;
    text-align: center;
  }
  .carousel-2 .banner-bg {
    width: 100%;
    top: 40%;
    left: 0;
  }
  .carousel-2 .banner-bg .banner-title {
    margin-left: 0;
    text-align: center;
  }
  .carousel-3 .banner-bg {
    width: 100%;
    top: 40%;
    left: 0;
  }
  .carousel-3 .banner-bg .banner-title {
    margin-left: 0;
    text-align: center;
  }
  .carousel-4 .banner-bg {
    width: 100%;
    top: 40%;
    left: 0;
  }
  .carousel-4 .banner-bg .banner-title {
    margin-left: 0;
    text-align: center;
  }
  .card-body p {
    height: auto;
  }
  .card {
    margin: 20px 0px;
  }
  .services-box {
    height: auto;
  }
  .careee-box {
    height: auto;
  }
  .footer-nav {
    margin-top: 20px;
    width: 100%;
  }
  .footer-contact {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .footer-contact .footer-mail {
    width: 70%;
  }
  .footer-contact .submit-btn {
    width: 50%;
    padding: 8px 10px;
    background-color: #ef5a24;
    border: none;
    color: #fff;
  }
  .mobile-img {
    order: -1;
  }
  .industries-text {
    margin-top: 15px;
  }
  .contact-info ul li {
    margin: 0px;
    margin-bottom: 30px;
  }
  .contact-info ul {
    padding-left: 0;
  }
  .contact-info h3::before {
    left: 30%;
  }
  .contact-form {
    background-color: #f1f1f1;
    padding: 10px;
  }
  .careee-box img {
    padding-bottom: 10px;
  }
  .fooetr-contact ul li span {
    width: 20%;
  }
  .banner .banner-bg .banner-title {
    margin-left: 0;
  }
  .banner {
    height: 60vh !important;
  }
  .copyright {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .about-btn {
    display: block;
    width: 100% !important;
    padding: 10px 15px;
  }
}/*# sourceMappingURL=style.css.map */