/* custom css file import start*/ /* custom css file import start*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans: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");
@font-face {
  font-family: "NooriJamil";
  src: url("../fonts/NafeesRegular/NafeesRegular.ttf");
}
/* declare colors variable*/
/* declare colors variable end*/
/* some custom css start*/
html,
body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 10px;
  font-family: "Work Sans", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

.hide {
  display: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  box-shadow: none;
  outline: none;
}

.navbar-toggler {
  font-size: 3rem;
  color: black;
}

/* some custom css end*/
/* custom scroll bar css start */
::-webkit-scrollbar {
  width: 0.825rem;
  height: 0.6rem;
}

::-webkit-scrollbar-track {
  background-color: rgb(206, 204, 204);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(100, 99, 99);
  border-radius: 1rem;
  border: 0.2rem solid transparent;
  background-clip: content-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* custom scroll bar css start */
/* custom css file import end*/
/* navbar css start */
.navbar.nav-scroll {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 999;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.navbar.navbar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0rem !important;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 7.2rem;
  justify-content: center;
}
.navbar.navbar-wrapper .navbar-toggler:focus,
.navbar.navbar-wrapper .navbar-toggler:hover {
  box-shadow: none;
  outline: none;
}
.navbar.navbar-wrapper .navbar-toggler {
  font-size: 2rem;
  color: black;
}
.navbar.navbar-wrapper .navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.7rem;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 700;
  line-height: 3.5rem;
  color: #2947A9;
}
.navbar.navbar-wrapper .navbar-brand .logo {
  margin-right: 1.2rem;
  width: 4rem;
}
.navbar.navbar-wrapper .navbar-nav .nav-item {
  padding: 1rem 0rem;
}
.navbar.navbar-wrapper .navbar-nav .nav-item .nav-link {
  font-size: 1.62rem;
  color: #14171F;
  text-align: center;
  margin-right: 0;
  transition: all 0.3s ease-out;
  padding: 0.5rem 2rem;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.navbar.navbar-wrapper .navbar-nav .nav-item .nav-link.active, .navbar.navbar-wrapper .navbar-nav .nav-item .nav-link:hover {
  color: #F9995D;
  transition: all 0.3s ease-out;
  font-weight: 600;
}

/* navbar css end */
/* custom css file import end*/
h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 6.97rem;
  line-height: 8.2rem;
  color: #292E3D;
}

h5 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  color: #FFFFFF;
}

h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-align: center;
  color: #292E3D;
}

section {
  margin: 8rem 0rem;
}

section.hero-section {
  margin: 0rem;
}

/*  hero section start */
.hero-section {
  background-image: url("../img/hero-section-img.jpg");
  width: 100%;
  height: 62.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero-section h1 {
  position: relative;
  z-index: 5;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.4;
}
.hero-section .future-div-inner {
  width: 38rem;
  height: 19rem;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0rem;
  padding: 0rem;
  margin: 0rem;
  overflow: hidden;
  background-color: #3559C7;
  /* future css start */
  /* future css end */
}
.hero-section .future-div-inner .row {
  width: 100%;
  height: 100%;
  padding: 0rem;
  margin: 0rem;
  position: relative;
}
.hero-section .future-div-inner .row .swiper {
  overflow: visible;
}
.hero-section .future-div-inner .row .myswiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0%;
  margin: 0%;
}
.hero-section .future-div-inner .row .myswiper .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 90%;
  overflow: visible;
}
.hero-section .future-div-inner .row .myswiper .swiper-slide p.future-desc {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.16rem;
  line-height: 2.8rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 2rem;
}
.hero-section .future-div-inner .row .myswiper .button-area {
  display: flex;
  justify-content: space-around;
  background-color: #292E3D;
  align-items: center;
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  z-index: 55;
}
.hero-section .future-div-inner .row .myswiper .button-area .prev {
  border-right: 1px solid #fff;
}
.hero-section .future-div-inner .row .myswiper .button-area .prev,
.hero-section .future-div-inner .row .myswiper .button-area .next {
  padding: 1rem;
  cursor: pointer;
  color: #fff;
  font-size: 1.7rem;
  width: 50%;
  display: flex;
  justify-content: center;
  transition: all 0.4s ease-out;
}
.hero-section .future-div-inner .row .myswiper .button-area .prev img,
.hero-section .future-div-inner .row .myswiper .button-area .next img {
  max-width: 4rem;
  margin: 0rem 1rem;
}
.hero-section .future-div-inner .row .myswiper .button-area .prev:hover,
.hero-section .future-div-inner .row .myswiper .button-area .next:hover {
  background-color: #ec0e0e;
}

/*  hero section end */
/*  reputition section start */
.reputation .row-wrapper {
  margin: 5rem 0rem;
}
.reputation .row-wrapper .card {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  position: relative;
}
.reputation .row-wrapper .card .card-icon i {
  font-size: 3rem;
  color: #F9995D;
  padding: 2rem;
}
.reputation .row-wrapper .card .card-body {
  padding: 0rem;
}
.reputation .row-wrapper .card .card-body h5 {
  color: #3D445C;
  text-align: left;
  padding: 0rem 2rem;
}
.reputation .row-wrapper .card .card-body p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #858EAD;
  padding: 2rem 0rem 3rem 2rem;
}
.reputation .row-wrapper .card:hover {
  transform: scale(1.1);
  z-index: 4;
}

/*  reputition section end */
/* about us section start */
.about-us {
  margin: 13rem 0rem;
}
.about-us .about-us-img {
  overflow: hidden;
  padding: 0%;
  margin: 0%;
}
.about-us .about-us-card-outer {
  position: relative;
  left: -10rem;
  z-index: 6;
  display: flex;
  align-items: center;
}
.about-us .about-us-card-outer .about-us-card-inner {
  background-color: #2947A9;
  padding: 4rem 4rem 6rem 3rem;
}
.about-us .about-us-card-outer .about-us-card-inner h3 {
  color: #fff;
  text-align: left;
  margin-bottom: 2rem;
  font-size: 3rem;
}
.about-us .about-us-card-outer .about-us-card-inner p.about-us-desc {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #FFFFFF;
  margin-bottom: 3rem;
}
.about-us .about-us-card-outer .about-us-card-inner a.about-us-button {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  color: #2947A9;
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.2rem;
  border: 1px solid transparent;
  transition: all 0.6s ease-in;
  transform: scale(1);
}
.about-us .about-us-card-outer .about-us-card-inner a.about-us-button:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  transform: scale(1.5);
}

/* about us section end */
/* services section start */
section.services {
  background-color: #F6F8F7;
  padding: 5rem 0rem;
}
section.services .card {
  border: none;
  padding: 3rem 0rem 2rem 0rem;
  margin-top: 4rem;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.services .card .card-icon {
  width: 4rem;
  text-align: center;
  position: relative;
}
section.services .card .card-icon img {
  text-align: center;
}
section.services .card .card-icon::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -1rem;
  width: 6rem;
  border-bottom: 2px solid #E0E3EB;
}
section.services .card .card-body h5 {
  color: #2947A9;
  margin-top: 3rem;
}
section.services .card:hover {
  transform: scale(1.1);
}
section.services .card.primary {
  background-color: #2947A9;
}
section.services .card.primary .card-icon::after {
  border-bottom: 2px solid #fff;
}
section.services .card.primary .card-body h5 {
  color: #fff;
}

/* services us section end */
/* services section start */
.experience .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0rem 8rem 0rem 4rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.experience .card:hover {
  transform: scale(1.1);
}
.experience .card .card-icon {
  position: relative;
  width: 8rem;
}
.experience .card .card-body h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.9rem;
  color: #667299;
  padding-bottom: 1rem;
  position: relative;
}
.experience .card .card-body h2::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: -1rem;
  border-left: 4px solid #F9995D;
  height: 70%;
}
.experience .card-1 {
  position: relative;
  top: 8rem;
  left: 8rem;
  z-index: 5;
}
.experience .card-1 .card-icon img {
  position: absolute;
  left: 22.5rem;
  top: -4rem;
}
.experience .card-2 {
  right: 10rem;
  position: relative;
  top: 2rem;
}
.experience .card-2 .card-icon img {
  position: absolute;
  right: 6rem;
  top: -4rem;
}
.experience .card-3 {
  position: relative;
  bottom: 2rem;
  left: 8rem;
  z-index: 5;
}
.experience .card-3 .card-icon img {
  position: absolute;
  left: 15rem;
  top: -4rem;
}
.experience .card-4 {
  position: relative;
  bottom: 8rem;
  right: 7rem;
  z-index: 4;
}
.experience .card-4 .card-icon img {
  position: absolute;
  left: 21rem;
  top: 8rem;
}
.experience .experience-desc h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 6rem;
  line-height: 7rem;
  color: #2947A9;
  margin-bottom: 4rem;
}
.experience .experience-desc p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #525B7A;
  margin-bottom: 5rem;
}
.experience .experience-desc a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #2947A9;
  padding: 1rem 2rem;
  border-radius: 2px;
  margin-top: 9rem;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.experience .experience-desc a:hover {
  background-color: transparent;
  color: #2947A9;
  border: 1px solid #2947A9;
}

/* services us section end */
section.experience {
  margin-bottom: 0rem;
}

/* consultation section end */
.consultation {
  background-image: url("../img/consultation.png");
  width: 100%;
  height: 30rem;
  margin-bottom: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.consultation h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  color: #FFFFFF;
  margin-bottom: 4rem;
  text-align: left;
}
.consultation p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 2.8rem;
  color: #FFFFFF;
}
.consultation a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  padding: 1rem 2rem;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  white-space: nowrap;
}
.consultation a:hover {
  background-color: #2947A9;
  border: 2px solid #2947A9;
}

/* consultation section end */
/* consultation section end */
.project {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10rem 0rem;
}
.project h3.hero-section-heading {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 3.4rem;
  color: #292E3D;
}
.project .navigation-link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.project .navigation-link span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 2.6rem;
  color: #C2C7D6;
  margin-left: 2rem;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.project .navigation-link span.active, .project .navigation-link span:hover {
  font-weight: 500;
  color: #2947A9;
}
.project .navigation-link span.active::after, .project .navigation-link span:hover::after {
  position: absolute;
  content: "";
  top: 0.33rem;
  left: -1rem;
  height: 70%;
  border-left: 4px solid #2947A9;
}
.project h3 {
  position: relative;
  z-index: 5;
  color: black;
  text-align: left;
}
.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.4;
}
.project .swiper {
  position: relative;
}
.project .myswiperr {
  padding: 0rem 0rem 8rem 0rem;
  position: relative;
}
.project .myswiperr .swiper-slide .wrapper {
  margin-top: 2rem;
}
.project .myswiperr .swiper-slide .wrapper .card {
  background-color: #2947A9;
  border: none;
  overflow: hidden;
}
.project .myswiperr .swiper-slide .wrapper .card img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.project .myswiperr .swiper-slide .wrapper .card img:hover {
  transform: scale(1.2);
}
.project .myswiperr .swiper-slide .wrapper .card .card-body {
  padding: 2rem !important;
}
.project .myswiperr .swiper-slide .wrapper .card .card-body h5 {
  text-align: left;
}
.project .myswiperr .swiper-slide .wrapper .card .card-body p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #FFFFFF;
}
.project .myswiperr .button-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  z-index: 55;
}
.project .myswiperr .button-area .prev,
.project .myswiperr .button-area .next {
  cursor: pointer;
  color: #fff;
  font-size: 1.7rem;
  width: 35%;
  display: flex;
  justify-content: center;
  transition: all 0.4s ease-out;
  background-color: #292E3D;
}
.project .myswiperr .button-area .prev .img,
.project .myswiperr .button-area .next .img {
  display: flex;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  padding: 1rem;
}
.project .myswiperr .button-area .prev .img .inprev,
.project .myswiperr .button-area .next .img .inprev {
  width: 4rem;
}
.project .myswiperr .button-area .prev:hover,
.project .myswiperr .button-area .next:hover {
  background-color: #ec0e0e;
}

/* consultation section end */
.contact {
  background-color: #F6F8F7;
  padding: 5rem 0rem;
}
.contact h3 {
  margin-bottom: 2rem;
}
.contact p.contact-p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.3rem;
  text-align: center;
  margin-bottom: 2rem;
  /* Neutral/800 */
  color: #292E3D;
}
.contact .needs-validation {
  margin-top: 3rem;
}
.contact .needs-validation .fa-star-of-life {
  position: absolute;
  top: 1rem;
  color: #ED6565;
}
.contact .needs-validation .st1 {
  left: 13rem;
}
.contact .needs-validation .st2 {
  left: 9rem;
}
.contact .needs-validation .st3 {
  left: 15rem;
}
.contact .needs-validation .form-control,
.contact .needs-validation .form-select {
  padding: 1rem 2rem;
  box-shadow: unset;
  box-shadow: none;
  border: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  transition: all 0.4s ease-in-out;
  color: black;
  border: 1px solid #E0E3EB;
}
.contact .needs-validation .form-control::-moz-placeholder, .contact .needs-validation .form-select::-moz-placeholder {
  color: #A3AAC2;
}
.contact .needs-validation .form-control:-ms-input-placeholder, .contact .needs-validation .form-select:-ms-input-placeholder {
  color: #A3AAC2;
}
.contact .needs-validation .form-control::placeholder,
.contact .needs-validation .form-select::placeholder {
  color: #A3AAC2;
}
.contact .needs-validation .form-control:focus,
.contact .needs-validation .form-select:focus {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.contact .needs-validation .select-box {
  position: relative;
}
.contact .needs-validation .select-box .select-icon {
  font-size: 2rem;
  position: absolute;
  top: 1.1rem;
  right: 1rem;
  color: #fff;
  padding: 0.2rem 0.6rem;
  background-color: #2947A9;
  border-radius: 50%;
  pointer-events: none;
}
.contact .needs-validation .select-box .selected {
  width: 100%;
  display: inline-block;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  cursor: default;
  font-family: "Work Sans";
  background-color: #fff;
  line-height: 2rem;
  transition: all 0.4s ease-in-out;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  border: 1px solid #E0E3EB;
}
.contact .needs-validation .select-box .selected::-moz-placeholder {
  color: #A3AAC2;
}
.contact .needs-validation .select-box .selected:-ms-input-placeholder {
  color: #A3AAC2;
}
.contact .needs-validation .select-box .selected::placeholder {
  color: #A3AAC2;
}
.contact .needs-validation .select-box .ul {
  width: 100%;
  height: 20rem;
  overflow: auto;
  background-color: #fff;
  margin-top: 1rem;
  padding: 0rem;
  border-radius: 0.5rem;
  border: 1px solid #E0E3EB;
}
.contact .needs-validation .select-box .ul::-webkit-scrollbar {
  width: 1rem;
}
.contact .needs-validation .select-box .ul::-webkit-scrollbar-thumb {
  background: #b2bec3;
  border: 2px solid #dfe6e9;
  border-radius: 50px;
}
.contact .needs-validation .select-box .ul::-webkit-scrollbar-track {
  background: #dfe6e9;
  height: 100%;
  margin: 0%;
  border-radius: 0rem 0.5rem 0.5rem 0rem;
}
.contact .needs-validation .select-box .ul::-webkit-scrollbar-corner {
  background: transparent;
}
.contact .needs-validation .select-box .ul .option {
  width: 100%;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 2rem;
  transition: all 0.4s;
  color: #000;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.contact .needs-validation .select-box .ul .option:hover {
  background-color: #2947A9;
  color: #fff;
}
.contact .needs-validation textarea {
  resize: none;
}
.contact .needs-validation button.btn-lg {
  width: 100% !important;
  padding: 2rem 4rem;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #2947A9;
  border: 2px solid transparent;
  transition: all 0.4s ease-in-out;
}
.contact .needs-validation button.btn-lg:hover {
  border: 2px solid #2947A9;
  background-color: transparent;
  color: #2947A9;
}

.footer p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.3rem;
  text-transform: capitalize;
  color: #292E3D;
  margin-bottom: 1rem;
}
.footer p span {
  color: #2947A9;
}
.footer .newsletter {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
}
.footer .newsletter input {
  border: 1px solid #E0E3EB;
  border-radius: 4px;
  padding: 1rem 2rem;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 21px;
  color: #A3AAC2;
  outline: none;
}
.footer .newsletter .footer-btn {
  background: #F9995D;
  border-radius: 4px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  padding: 0rem;
  padding: 1rem 2rem;
  margin: 0rem;
  border: 2px solid #F9995D;
  transition: all 0.4s ease-in-out;
}
.footer .newsletter .footer-btn:hover {
  background: transparent;
  color: #F9995D;
}
.footer .navbar-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.7rem;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 700;
  line-height: 3.5rem;
  color: #2947A9;
  margin-top: 2rem;
  margin-bottom: 7rem;
}
.footer .navbar-brand .logo {
  margin-right: 1.2rem;
  width: 4rem;
}
.footer .social {
  margin-top: 1.5rem;
}
.footer .social .icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
.footer .social .icons i {
  font-size: 3.2rem;
  color: #3D445C;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.footer .social .icons i:hover {
  color: #2947A9;
}
.footer .social .icons i.fa-linkedin-in {
  font-size: 1.7rem;
  background-color: #3D445C;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.footer .social .icons i.fa-linkedin-in:hover {
  background-color: #2947A9;
}
.footer .social .icons i.fa-twitter {
  font-size: 1.5rem;
  background-color: #3D445C;
  color: #fff;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.footer .social .icons i.fa-twitter:hover {
  background-color: #2947A9;
}

.bottom-footer {
  background: #2947A9;
  margin: 0rem;
  padding: 3rem 3rem 2rem 0rem;
  display: flex;
  align-items: center;
}
.bottom-footer P {
  color: #FFFFFF;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  padding: 0rem;
  margin: 0rem;
}

/* scroll to top section start */
.scrolltop {
  transition: all 0.3s ease-out;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: fixed;
  bottom: 7rem;
  right: 5rem;
  background: #2947A9;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  border: 2px solid #2947A9;
}
.scrolltop i {
  font-size: 2.4rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  color: #fff;
}
.scrolltop:hover {
  background: transparent;
  border: 2px solid #2947A9;
}
.scrolltop:hover i {
  color: #2947A9;
}

.scrolltop.active {
  visibility: visible;
  opacity: 1;
}

/* scroll to top section end *//*# sourceMappingURL=index.css.map */