@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap");
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Kumbh Sans", system-ui !important;
  background-color: #e9e9e9;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.mark,
mark {
  padding: 3px 8px;
}

/* ================================================================================== */
body {
  margin: 0;
  padding: 0;
  line-height: 140%;
}

h1 {
  font-size: 96px;
  margin-bottom: 15px;
}

h2 {
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 8px;
}

h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

p {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}

.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  min-width: 165px;
  font-weight: 600;
}

.btn.btn-primary {
  background: var(--text-secodary);
  border: 2px solid var(--text-tertery);
  color: var(--text-primary);
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: var(--text-primary-light);
  border: 2px solid var(--text-primary-light);
  color: var(--text-primary);
}

.btn.btn-outline-primary {
  background: transparent !important;
  border: 2px solid var(--text-secodary);
  color: var(--text-secodary);
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
  background: var(--text-primary-light);
  border: 2px solid var(--text-primary-light);
  color: var(--text-primary-light);
}

:root {
  --bg-primary: #0052cc;
  --bg-primary-light: #ffedf3;
  --bg-secodary: #ffcf00;
  --bg-tertery: #519400;
  --bg-white: #fff;
  --text-primary: #aa1a16;
  --text-primary-light: #ffcf00;
  --text-secodary: #fff;
  --text-tertery: #fff;
  --text-white: #fff;
  --text-black: #000;
  --text-primary: #383838;
  --text-blue: #0055d6;
  --bg-white: #fff;
  --text-black: #000;
  --text-primary: #383838;
  --bg-blue: #071E86;
}

.header {
  position: relative;
}
.header .navbar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0;
  display: flex;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.02);
  z-index: 999;
  height: 70px;
  padding: 0px 0 0px 0;
  background-color: rgba(7, 30, 134);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1411764706);
}
.header .navbar .navbar-brand {
  height: 67px;
  padding: 0;
  display: block;
}
.header .navbar .navbar-brand img {
  height: 67px;
  width: auto;
}
.header .navbar .collapse1 {
  height: 100%;
}
.header .navbar .navbar-nav {
  position: relative;
}
.header .navbar .navbar-nav .nav-item:nth-child(1) {
  margin: 0 0 0 10px;
}
.header .navbar .navbar-nav .nav-item a {
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
  padding: 16px 15px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.header .navbar .navbar-nav .nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 3px;
  background-color: #fff; /* Border color */
  display: block;
  opacity: 0;
}
.header .navbar .navbar-nav .nav-item a:hover {
  transition: all 0.4s ease-in-out;
  background-color: transparent !important;
  color: #fff !important;
  text-decoration: underline !important;
}
.header .navbar .navbar-nav .nav-item a:hover:after {
  opacity: 0;
}
.header .navbar .navbar-nav .nav-item a.active {
  transition: all 0.4s ease-in-out;
  color: #fff !important;
  background-color: #1C39BB;
}
.header .navbar .navbar-nav .nav-item a.active:after {
  opacity: 1;
}
.header .navbar .navbar-nav .nav-btn a {
  font-size: 16px;
  min-height: 30px;
  line-height: 22px;
  border-radius: 4px;
  padding: 8px 20px;
  color: var(--text-primary);
}

.navbar-expand-lg .navbar-toggler {
  display: none;
}

.sidenav-new-menu .closebtn {
  display: none;
}

.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999 !important;
  background-color: #071E86 !important;
}

.fixed-top {
  padding: 10px 0 10px 0 !important;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@media (max-width: 996px) {
  .header .navbar {
    padding: 0 0 !important;
    z-index: 999;
  }
  .header .navbar .navbar-brand {
    width: auto;
    height: 37px;
    display: block;
  }
  .header .navbar .navbar-brand img {
    width: auto;
    height: 100%;
    display: block;
  }
  .header .navbar .navbar-collapse {
    padding: 10px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    padding-top: 40px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 12px;
    font-weight: 600;
    white-space: nowrap;
    border: 0 !important;
    height: unset;
    color: var(--text-black) !important;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item a:hover, .header .navbar .navbar-collapse .navbar-nav .nav-item a.active {
    color: var(--text-black) !important;
  }
  .header .navbar .navbar-toggler {
    padding: 0;
    outline: 0;
    border: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 0;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    border-radius: 4px;
    background-color: #ffcf00;
    padding: 5px 10px;
    display: flex;
    align-items: center;
  }
  .header .navbar .navbar-toggler .navbar-toggler-icon {
    background-color: transparent;
    background-image: url("../../assets/images/menubar.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    border: 0;
    margin-right: 10px;
  }
  #cd-shadow-layer {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: none;
    z-index: 99999;
    transition: all 0.5s linear;
  }
  .sidenav-new-menu {
    height: 100%;
    min-height: 100vh;
    width: 355px;
    position: fixed;
    right: -355px;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s linear;
    z-index: 999999;
    background-color: var(--bg-secodary);
    padding: 50px 0 20px 0 !important;
    flex-basis: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .width-menu {
    width: 355px;
    right: 0;
    display: block !important;
    transition: all 0.5s linear;
  }
  .closebtn {
    display: block !important;
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
  }
  .closebtn:hover {
    color: #000 !important;
  }
  .closebtn img {
    width: 24px;
    height: 24px;
    margin-top: -2px;
  }
  .closebtn:hover {
    display: block;
    text-decoration: none;
  }
}
.middle-section {
  padding-top: 0px;
}

.container {
  max-width: 1070px;
  width: 100%;
}

.banner-section {
  background-color: var(--bg-blue);
  padding: 105px 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #0024B5;
  background-image: url("../images/new-image/pattern-banner.svg");
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
}
.banner-section::after {
  content: "";
  background-image: url("../images/new-image/pattern-banner.svg");
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  width: 55%;
  height: 100%;
  top: -100px;
  right: 0;
  display: block;
  z-index: 9999;
  display: none !important;
}
.banner-section .container {
  position: relative;
  z-index: 99;
}
.banner-section .banner-wraper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  height: 100%;
}
.banner-section .join {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: var(--text-black);
  background-color: #f0f0f0;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 100px;
  width: auto;
}
.banner-section .btn.btn-primary {
  max-width: 165px !important;
  min-width: 165px !important;
}
.banner-section .heading {
  margin-bottom: 0;
}
.banner-section .heading h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  color: var(--text-white);
  margin-bottom: 10px;
  margin-top: 0;
}
.banner-section .heading h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 36px;
  color: var(--text-white);
}
.banner-section .heading p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: var(--text-white);
  max-width: 450px;
  margin-bottom: 38px;
}
.banner-section .heading .link-about {
  max-width: unset;
}
.banner-section .heading .link-about a {
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
  color: var(--text-blue);
  text-decoration: none;
  padding: 15px 20px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  padding-left: 5px;
}
.banner-section .heading .link-about a:hover {
  background-color: #ebf3ff;
  transition: all 0.4s ease-in-out;
  padding-left: 20px;
}
.banner-section .heading .link-about a img {
  width: 37px;
  height: auto;
  margin-left: 5px;
}
.banner-section .scroll-dwon {
  position: absolute;
  right: 60px;
  bottom: 70px;
  z-index: 99;
}
.banner-section .scroll-dwon a {
  max-width: 40px;
  color: var(--text-white);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.banner-section .scroll-dwon a:hover {
  text-decoration: underline;
}
.banner-section .scroll-dwon a img {
  margin-top: 10px;
}
.banner-section .banner-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.banner-section .banner-img img {
  max-width: 560px;
  height: auto;
  overflow: hidden;
}
.banner-section .banner-img .b-img {
  width: 560px;
  height: 372px;
  margin-right: -140px;
  position: relative;
  bottom: -60px;
}
.banner-section .banner-img .linked-link {
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: 50px; /* Adjust the positioning as needed */
  left: 50px; /* Adjust the positioning as needed */
  text-align: center;
  line-height: 30px; /* Aligns the text vertically */
  color: white;
  text-decoration: none;
  border-radius: 6px; /* Optional: Makes the link circular */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-section .banner-img .linked-link img {
  border: 0 !important;
  width: 130px;
  min-width: 130px;
  height: 130px;
}

.work-section {
  padding: 30px 0;
  background-color: #e9e9e9;
}
.work-section .heading h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 39.69px;
  text-align: left;
  color: var(--text-primary);
  margin-bottom: 20px;
}
.work-section .gx-5 {
  --bs-gutter-x: 50px;
}
.work-section .gy-4 {
  --bs-gutter-y: 40px;
}
.work-section .bg-yellow {
  background-color: #FFDF86;
}
.work-section .bg-green {
  background-color: #ABF5DB;
}
.work-section .bg-purple {
  background-color: #EACAFF;
}
.work-section .bg-light-blue {
  background-color: #AFEAFF;
}
.work-section .card-work {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  padding: 20px 44px 0 44px;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
}
.work-section .card-work:hover {
  cursor: pointer;
}
.work-section .card-work .row {
  width: 100%;
}
.work-section .card-work .card-img {
  padding-top: 0;
  padding-bottom: 0px;
}
.work-section .card-work .card-img img {
  max-height: 300px;
  min-height: 300px;
  height: auto;
  width: 100%;
}
.work-section .card-work .card-info {
  padding: 20px 0 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.work-section .card-work .card-info h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.work-section .card-work .card-info h3 span {
  background-color: #f0f0f0;
  padding: 5px 15px;
  border-radius: 50px;
  color: #383838;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-section .card-work .card-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  margin-bottom: 15px;
  color: #383838;
  max-width: 400px;
}
.work-section .card-work .card-link {
  padding: 20px 36px 42px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.work-section .card-work .card-link p {
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #383838;
  margin-bottom: 0;
}
.work-section .card-work .card-link span {
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  text-align: right;
  color: var(--text-blue);
}
.work-section .card-work .card-link span img {
  width: 37px;
  margin-left: 8px;
  text-decoration: none;
}

.swiper-container {
  padding-bottom: 0px;
}
.swiper-container .custompage {
  margin-top: 0;
}

.swiper-container-2 {
  padding-bottom: 0px;
}
.swiper-container-2 .custompage {
  margin-top: 0px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  bottom: 0px;
  height: 44px;
  width: 44px;
  border-radius: 100px;
  padding: 5px;
  z-index: 99;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 28px;
  color: #383838;
  font-weight: 600;
}

.swiper-button-next {
  right: 2%;
}

.swiper-button-prev {
  left: 2%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-pagination {
  position: absolute !important;
  right: 20px !important;
  left: auto !important;
  top: 20px !important;
  width: 200px !important;
  height: 30px !important;
  text-align: right;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  background-color: #cfcfcf;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #000000 !important;
}

.testimonial-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.testimonial-section .swiper-container-2 {
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-section .card-testim {
  padding: 65px 70px;
  border: 0px solid #c3c3c3;
  background-color: #e9e9e9;
  width: 100%;
  position: relative;
  z-index: 9999;
}
.testimonial-section .card-testim .profile {
  height: 100px;
  width: 100px;
  margin-bottom: 18px !important;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.testimonial-section .card-testim .profile img {
  height: 100px;
  width: 100px;
}
.testimonial-section .card-testim h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #383838;
  margin-bottom: 18px;
}
.testimonial-section .card-testim P {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.project-section {
  padding: 57px 0;
  position: relative;
  background-color: #0055d6;
  background-image: url("../images/new-image/patern-footer.svg");
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
.project-section .container {
  position: relative;
  z-index: 999;
}
.project-section .heading h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  color: #fff;
}
.project-section .project {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project-section .project li {
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  color: #fff;
  margin-right: 40px;
}
.project-section .project li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  display: inline-block;
  color: #fff;
}

.footer {
  background-color: #1C39BB;
  padding: 18px 0 18px 0;
}
.footer .heading h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  color: #fff;
}
.footer .contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .contact li {
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  color: #fff;
  margin-right: 40px;
}
.footer .contact li .phone {
  color: #fff;
  text-decoration: none;
}
.footer .contact li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  display: inline-block;
  color: #fff;
}
.footer .footer-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.footer .footer-logo img {
  margin-bottom: 10px;
  height: 75px;
  width: auto;
}
.footer .copyrights {
  padding: 30px 0;
}
.footer .copyrights p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

.about-me {
  background-color: #1C39BB;
  background-image: url("../images/new-image/pattern-banner-2.svg");
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 105px;
}
.about-me::after {
  display: none !important;
  content: "";
  background-image: url("../images/new-image/pattern-banner-2.svg");
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  width: 60%;
  height: 100%;
  top: -110px;
  right: 0;
  bottom: auto;
  display: block;
  z-index: 99999;
  display: none !important;
}
.about-me .b-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.about-me .b-text h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 49.61px;
  text-align: left;
  color: #366BDF;
}
.about-me .b-text h3 span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.8px;
  text-align: left;
  margin-top: 10px;
}
.about-me h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 44.65px;
  text-align: left;
  margin-bottom: 10px !important;
  margin-top: 0;
}
.about-me h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.77px;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
.about-me p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  max-width: 510px !important;
}
.about-me p:nth-of-type(1) {
  margin-bottom: 30px !important;
}
.about-me .banner-img .b-img {
  width: 400px;
  height: 247px;
}
.about-me .banner-img img {
  width: 400px;
  height: 247px;
  max-width: 400px;
  border: 0 !important;
}
.about-me .btn.btn-primary {
  display: inline-flex !important;
  min-width: 206px !important;
  max-width: 206px !important;
}
.about-me .btn-link {
  max-width: unset !important;
  min-width: unset !important;
  width: 48px !important;
  height: 48px !important;
  margin-left: 40px !important;
}
.about-me .btn-link img {
  width: 48px !important;
  height: 48px !important;
}

.skills-section,
.tools-section,
.domains-section {
  margin-bottom: 40px;
}

.key-card {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  min-height: 376px;
  max-height: 376px;
}
.key-card .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.key-card .img::after {
  display: none;
  width: 100%;
  height: 130px;
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='336' height='116' viewBox='0 0 336 116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_171_2815)'%3E%3Cellipse cx='168' cy='58' rx='118' ry='8' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_171_2815' x='0' y='0' width='336' height='116' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='25' result='effect1_foregroundBlur_171_2815'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  opacity: 0;
}
.key-card img {
  width: auto;
  height: auto;
}
.th-card img {
  width: auto;
  height: auto;
}

.th-bg-1 {
  background-color: #ffffff;
}

.key-bg-1 {
  background-color: #6fa8fe;
}

.key-bg-2 {
  background-color: #b499fe;
}

.key-bg-3 {
  background-color: #2bd7ad;
}

.key-bg-4 {
  background-color: #efc83d;
}

.process-section .process-inner {
  background-color: #f1deff;
  padding: 70px 0;
  margin-bottom: 40px;
}

.skill-new-section .process-inner {
  background-color: #d9e8ff;
}

.section-about-tools .procees-crad {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.section-about-tools .procees-crad img {
  margin-bottom: 20px;
  height: 100px;
  width: 100pxs;
}
.section-about-tools .procees-crad h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.77px;
  text-align: center;
  max-width: 180px;
}

.learnings-section,
.work-logo-section {
  margin-bottom: 60px;
}

.section-about-tools {
  padding: 35px 0;
}
.section-about-tools h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  color: #383838;
  margin-bottom: 24px;
}
.section-about-tools .skills,
.section-about-tools .tools,
.section-about-tools .domains {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 12px;
}
.section-about-tools .skill,
.section-about-tools .tool,
.section-about-tools .domain {
  display: inline-block;
  padding: 4px 16px;
  height: 28px;
  background-color: #f0f0f0;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #000000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
.section-about-tools .skill:hover,
.section-about-tools .tool:hover,
.section-about-tools .domain:hover {
  background-color: #ebf3ff;
  color: #0055d6;
}
.section-about-tools .work-card {
  border: 1px solid #d9d9d9;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.section-about-tools .work-card img {
  width: 100px;
  height: auto;
  transition: transform 0.4s ease-in-out;
}
.section-about-tools .work-card:hover img {
  transform: scale(1.1);
  transition: transform 0.4s ease-in-out;
}
.section-about-tools .row-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 equal columns */
  gap: 20px; /* space between columns */
}
.section-about-tools .certificat-card .img {
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 193px;
}
.section-about-tools .certificat-card .img img {
  height: auto;
  width: auto;
}
.section-about-tools .certificat-card p {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-top: 8px;
}

.contact-section {
  min-height: calc(100vh - 0px);
  background-color: #1C39BB;
  padding: 112px 0 78px 0;
  position: relative;
  background-image: url("../images/new-image/pattern-banner-2.svg");
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
}
.contact-section::after {
  display: none !important;
  content: "";
  background-image: url("../images/new-image/pattern-banner-2.svg");
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  width: 55%;
  height: 100%;
  top: -150px;
  right: 0;
  bottom: auto;
  display: block;
  z-index: 999999;
}
.contact-section .container {
  position: relative;
  z-index: 9999;
}
.contact-section .heading h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}
.contact-section .heading .join {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  color: #efc83d;
  background-color: transparent;
  padding: 2px 0;
  display: inline-block;
  border-radius: 100px;
  width: auto;
  margin-bottom: 12px;
  margin-bottom: 50px;
}
.contact-section .heading p {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  color: #fff;
  max-width: 494px;
}
.contact-section .heading h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
  color: #fff;
}
.contact-section .heading .link-about a {
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.contact-section .heading .link-about a img {
  width: 37px;
  height: auto;
  margin-left: 5px;
}
.contact-section .heading .contact {
  margin-top: 30px;
}
.contact-section .heading .contact li {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
  color: #fff;
}
.contact-section .heading .contact li .phone {
  color: #fff;
  text-decoration: none;
}
.contact-section .heading .contact li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 49px;
  display: inline-block;
  color: #fff;
}
.contact-section .b-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.contact-section .b-text h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 49.61px;
  text-align: left;
  color: #366BDF;
}
.contact-section .banner-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.contact-section .banner-img img {
  max-width: 300px;
  height: auto;
  overflow: hidden;
}
.contact-section .banner-img .b-img {
  width: 300px;
  height: 300px;
  position: relative;
}

.work-detail-section {
  padding: 78px 0 0 0;
  background-color: #fff;
}
.work-detail-section .heading {
  text-align: left;
  margin-bottom: 30px;
}
.work-detail-section .heading h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 39.69px;
  text-align: left;
  margin-bottom: 56px;
}
.work-detail-section .heading h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  color: #383838;
  margin-bottom: 0;
}
.work-detail-section .heading p {
  color: #383838;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
}
.work-detail-section .problem-team {
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding: 70px 88px;
}
.work-detail-section .problem-team .problem-statement,
.work-detail-section .problem-team .team,
.work-detail-section .problem-team .role {
  margin-bottom: 40px;
}
.work-detail-section .problem-team .problem-statement h2,
.work-detail-section .problem-team .team h2,
.work-detail-section .problem-team .role h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
  color: #383838;
}
.work-detail-section .problem-team .problem-statement p,
.work-detail-section .problem-team .team p,
.work-detail-section .problem-team .role p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  max-width: 365px;
  color: #383838;
}
.work-detail-section .problem-team .problem-statement ul,
.work-detail-section .problem-team .team ul,
.work-detail-section .problem-team .role ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
.work-detail-section .problem-team .problem-statement ul li,
.work-detail-section .problem-team .team ul li,
.work-detail-section .problem-team .role ul li {
  color: #383838;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  list-style: disc;
}
.work-detail-section .impact-learnings {
  border: 1px solid #d9d9d9;
  background: #f5ffdf;
  padding: 75px 90px;
  margin-bottom: 24px;
}
.work-detail-section .impact-learnings h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
  color: #383838;
}
.work-detail-section .impact-learnings p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  max-width: 365px;
  color: #383838;
}
.work-detail-section .impact-learnings ul {
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.work-detail-section .impact-learnings ul li {
  color: #383838;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  list-style: none;
}
.work-detail-section .alert {
  border: 1px solid #b4d2ff;
  background-color: #eef8ff;
  padding: 27px 43px;
}
.work-detail-section .alert img {
  height: 34px;
  width: 34px;
  margin-bottom: 18px;
}
.work-detail-section .alert p {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 0;
}

.testimonial-wrok {
  padding-top: 0;
  padding-bottom: 60px;
}
.testimonial-wrok .card-testim {
  background-color: #d9d9d9;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
}
.testimonial-wrok .card-testim .card-box {
  margin-bottom: 48px;
}
.testimonial-wrok .card-testim .card-box:nth-last-child(1) {
  margin-bottom: 0;
}
.testimonial-wrok .card-testim .card-box:nth-last-child(1) P {
  margin-bottom: 0 !important;
}

.final-design {
  background-color: #fff !important;
}

.btn.btn-primay {
  background-color: #0055d6 !important;
  height: 76px;
  width: 281px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-right: 30px;
  display: inline-flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.btn.btn-primay img {
  margin-left: 10px;
}
.btn.btn-primay:hover {
  background-color: #0040a0 !important;
}

.btn-max {
  width: 360px !important;
}

.link-text {
  max-width: unset;
}
.link-text a {
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
  color: var(--text-blue);
  text-decoration: none;
  padding: 15px 20px;
  padding-left: 5px;
}
.link-text a img {
  width: 37px;
  height: auto;
  margin-left: 5px;
}
.link-text a:hover {
  background-color: #ebf3ff;
  transition: all 0.4s ease-in-out;
  padding-left: 20px;
}

.final-designdigibite {
  padding-bottom: 45px !important;
  margin-bottom: 75px !important;
}

/* Style for the Scroll to Top button */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  background-color: #0052cc;
  color: white;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  width: 40px;
  min-width: 40px;
  display: none; /* Hidden by default */
  z-index: 1000; /* Ensures it's on top of other elements */
  transition: opacity 0.3s ease;
  border: 2px solid #0055d6 !important;
}

.scroll-to-top:hover {
  background-color: #0052cc;
  transition: all 0.5s;
}

/* Add smooth scrolling effect for the body */
html {
  scroll-behavior: smooth;
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
  .middle-section {
    overflow: hidden;
    padding-top: 70px;
  }
  .header .navbar {
    background-color: #071E86;
  }
  .header .navbar-nav {
    flex-direction: row;
  }
  .section-about-tools .certificat-card .img img {
    width: 90%;
  }
  .banner-section {
    padding-top: 35px;
    background-position: 85% 15%;
  }
  .banner-section .heading .link-about a {
    white-space: nowrap;
  }
  .banner-section .heading h1 {
    margin-top: 0 !important;
  }
  .work-section .gy-4 {
    --bs-gutter-y: 20px;
  }
  .work-section .gx-5 {
    --bs-gutter-x: 20px;
  }
  .about-me .banner-img img {
    width: 100% !important;
    height: auto;
  }
  .section-about-tools .certificat-card p {
    line-height: 22px;
  }
  .contact-section .heading p {
    font-size: 30px;
    line-height: 40px;
  }
  .contact-section .heading h4 {
    line-height: 28px;
    margin-bottom: 10px;
  }
  .contact-section .heading h1 {
    margin-bottom: 40px;
  }
  .testimonial-section .card-testim h3 {
    font-size: 22px;
  }
  .work-detail-section {
    padding-top: 40px;
  }
  .work-detail-section .heading h1 {
    margin-bottom: 40px;
  }
  .work-detail-section .problem-team {
    padding: 50px;
  }
  .work-detail-section .impact-learnings {
    padding: 50px;
  }
  .work-detail-section .alert {
    margin-top: 30px;
  }
  .problem-team .img-project {
    margin-bottom: 20px;
  }
  .final-designdigibite .btn.btn-primay {
    margin-bottom: 20px !important;
    width: 50%;
  }
  .final-designdigibite .img-project img {
    width: 100%;
  }
  .work-section .card-work {
    padding: 20px 20px 0 20px;
  }
  .work-section .card-work .card-info {
    margin-bottom: 20px;
  }
  .work-section .card-work .row {
    flex-direction: column-reverse;
  }
  .contact-section {
    background-image: none !important;
  }
  .about-me::after,
  .contact-section:after {
    display: none !important;
  }
  .banner-section.about-me {
    background-image: none;
  }
  .key-card img {
    width: 100%;
  }
  .th-card img {
    width: 100%;
  }
  
  .testimonial-section .card-testim {
    padding: 20px;
  }
  .project-section {
    padding: 40px 0;
    background-image: none !important;
  }
  .banner-section .banner-img .b-img {
    height: 307px;
  }
  .banner-section .banner-img img {
    max-width: 475px !important;
    margin-right: -50px !important;
  }
  .banner-section .banner-img .linked-link img {
    border: 0 !important;
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 40px !important;
  }
  .banner-section .banner-img .b-img {
    height: 260px;
  }
  .banner-section .banner-img .linked-link {
    bottom: 0px;
  }
}
.card-work img:nth-child(1) {
  display: block !important;
}
.card-work img:nth-child(2) {
  display: none !important;
}

@media (max-width: 767px) {
  .card-work img:nth-child(1) {
    display: none !important;
  }
  .card-work img:nth-child(2) {
    display: block !important;
  }
  .btn {
    padding: 12px 30px;
    font-size: 16px;
  }
  .header .navbar {
    padding: 0 !important;
    z-index: 99999;
  }
  .header .navbar-nav {
    flex-direction: row;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0 50px;
  }
  .header .navbar-nav li {
    width: 100%;
    margin: 0;
  }
  .header .navbar-nav li a {
    white-space: nowrap;
  }
  .header .navbar .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .banner-section {
    padding-bottom: 0 !important;
  }
  .banner-section .banner-img {
    justify-content: center;
  }
  .banner-section .banner-img .b-img {
    width: auto;
  }
  .banner-section .banner-img img {
    width: 100%;
  }
  .banner-section .heading h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44.65px;
    text-align: left;
    margin-top: 20px;
  }
  .banner-section .heading h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
  }
  .banner-section .heading p {
    margin-bottom: 30px;
  }
  .work-section .card-work .card-info {
    padding: 12px 28px;
  }
  .work-section .card-work {
    padding: 20px 20px 0 20px;
  }
  .work-section .card-work .card-info {
    margin-bottom: 20px;
  }
  .work-section .card-work .row {
    flex-direction: column-reverse;
  }
  .work-section .card-work .card-link {
    padding: 12px 28px 18px 28px;
    flex-direction: column;
    align-items: flex-start;
  }
  .work-section .card-work .card-img img {
    min-height: 130px;
    max-height: 130px;
  }
  .work-section .card-work .card-info h3 {
    flex-direction: column;
    align-items: flex-start;
  }
  .work-section .card-work .card-info h3 span {
    margin-top: 15px;
  }
  .work-section .gy-4 {
    --bs-gutter-y: 18px;
  }
  .testimonial-section .card-testim {
    padding: 30px 28px;
  }
  .testimonial-section .card-testim .profile img {
    height: 100px;
    width: 100px;
  }
  .testimonial-section .card-testim h3 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .testimonial-section .card-testim .profile {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
  }
  .testimonial-section .card-testim P {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .testimonial-section {
    padding-bottom: 40px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: calc(100% + 30px);
    display: none;
  }
  .custompage {
    display: none;
  }
  .footer .contact li a:nth-child(2) {
    display: block;
  }
  .footer {
    padding: 25px 0;
  }
  .footer::after {
    display: none;
  }
  .footer .heading {
    padding-left: 30px;
  }
  .footer .contact {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }
  .project-section {
    padding: 25px 0;
  }
  .project-section::after {
    display: none;
  }
  .project-section .heading {
    padding-left: 30px;
  }
  .project-section .project {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }
  .about-me .banner-img {
    justify-content: center !important;
  }
  .about-me .banner-img .b-img {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .about-me .banner-img .b-img img {
    height: auto;
    border: 0 !important;
  }
  .section-about-tools .skill,
  .section-about-tools .tool,
  .section-about-tools .domain {
    font-size: 14px;
    line-height: 20px;
    height: 24px;
    padding: 2px 14px;
  }
  .section-about-tools .skills,
  .section-about-tools .tools,
  .section-about-tools .domains {
    gap: 12px 10px;
  }
  .section-about-tools .procees-crad {
    margin-bottom: 45px;
  }
  .section-about-tools .certificat-card .img {
    min-height: 125px;
  }
  .section-about-tools .certificat-card .img img {
    width: 70%;
  }
  .section-about-tools .certificat-card p {
    line-height: 26px;
  }
  .section-about-tools .work-card {
    height: 100px;
  }
  .section-about-tools .work-card img {
    width: 60px;
  }
  .about-me .banner-wraper .heading h1 {
    margin-top: 0;
    margin-bottom: 0px !important;
    font-size: 48px;
    line-height: 48px;
  }
  .about-me .banner-wraper .heading p {
    font-size: 18px;
    line-height: 32px;
  }
  .banner-section.about-me .btn.btn-primary {
    max-width: 206px !important;
    min-width: 206px !important;
  }
  .about-me .btn-link {
    margin-left: 30px !important;
  }
  .about-me .b-text {
    margin-top: 60px;
    max-width: 312px;
    height: unset;
  }
  .about-me .banner-wraper .heading span {
    font-size: 24px;
  }
  .section-about-tools .row-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .section-about-tools .work-card {
    margin-bottom: 0 !important;
  }
  .learnings-section,
  .work-logo-section {
    margin-bottom: 40px;
  }
  .contact-section {
    padding: 30px 0;
  }
  .contact-section .row {
    display: flex;
    flex-direction: column;
  }
  .contact-section .heading h1 {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 48px;
    line-height: normal;
  }
  .contact-section .heading span {
    margin-bottom: 40px !important;
  }
  .contact-section .heading p {
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .contact-section .heading h4 {
    line-height: 30px;
    font-size: 20px;
  }
  .contact-section .b-text {
    margin-top: 50px;
    max-width: 312px;
  }
  .contact-section .banner-img {
    justify-content: center;
    margin-bottom: 30px;
  }
  .contact-section .banner-img .b-img {
    height: 140px;
    width: 140px;
  }
  .contact-section .banner-img img {
    width: 100%;
  }
  .work-detail-section {
    padding: 40px 0 0 0;
  }
  .work-detail-section .heading h1 {
    margin-bottom: 25px;
  }
  .work-detail-section .heading h4 {
    margin-bottom: 15px;
  }
  .work-detail-section .img-project {
    margin-bottom: 30px;
  }
  .work-detail-section .alert {
    padding: 25px;
  }
  .work-detail-section .impact-learnings {
    padding: 30px 30px;
  }
  .work-detail-section .impact-learnings .impact {
    margin-bottom: 30px;
  }
  .work-detail-section .problem-team {
    padding: 25px 25px;
  }
  .btn.btn-primay {
    margin: 0 !important;
  }
  .final-design .mt-5 {
    margin-top: 20px !important;
  }
  .img-project img {
    width: 100%;
  }
  .banner-section .heading .link-about a {
    white-space: nowrap;
  }
  .final-designdigibite .btn.btn-primay {
    margin-bottom: 20px !important;
    width: 100%;
  }
  .banner-section .btn.btn-primary {
    max-width: 165px !important;
    min-width: 165px !important;
  }
  .banner-section .banner-img .b-img {
    bottom: 0;
  }
  .banner-section .banner-img {
    right: -30px !important;
    position: relative;
  }
  .banner-section .banner-img .linked-link {
    bottom: 64px;
  }
  .banner-section .banner-img .b-img {
    height: unset;
  }
  .banner-section .banner-img .linked-link {
    left: 100px !important;
    bottom: 0px !important;
  }
  .banner-section .banner-img .b-img {
    position: unset !important;
  }
  .banner-section {
    padding-top: 35px;
    background-position: 98% 25%;
  }
  .process-section .process-inner {
    background-color: #fff !important;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
  }
  .process-section .process-inner .row > div:nth-last-child(1) .procees-crad {
    margin-bottom: 0;
  }
  .section-about-tools h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .banner-section .banner-img .linked-link {
    left: 60px !important;
    bottom: 0px !important;
  }
}
@media (max-width: 500px) {
  .banner-section {
    padding-top: 35px;
    background-position: 80% 25%;
  }
  .banner-section .banner-img .linked-link {
    left: 40px !important;
    bottom: 0px !important;
  }
}
@media (max-width: 430px) {
  .banner-section {
    padding-top: 35px;
    background-position: 79% 46%;
  }
  .banner-section .banner-img .linked-link {
    left: 0 !important;
    bottom: 0px !important;
  }
  .banner-section .banner-img {
    margin-top: 20px;
  }
  .banner-section .banner-img .b-img {
    bottom: -50px;
  }
  .banner-section .banner-img .linked-link img {
    border: 0 !important;
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 40px !important;
  }
}
body .btn.btn-primary {
  background-color: #FFFFFF;
  max-width: 165px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 14.4px;
  text-align: center;
  border-radius: 4px;
  border:0px;
}
body .btn.btn-primary:hover, body .btn.btn-primary:active, body .btn.btn-primary:focus {
  background-color: #d9e8ff !important;
  border-color: #d9e8ff !important;
  color: #000 !important;
  border:0px;
}

body .btn.btn-secondary {
  background-color: #7d5300;
  border-color: #7d5300;
  max-width: 165px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: center;
  border-radius: 4px;
}
body .btn.btn-secondary:hover, body .btn.btn-secondary:active, body .btn.btn-secondary:focus {
  background-color: #5b3c00 !important;
  border-color: #5b3c00 !important;
  color: #fff !important;
}

body .btn.btn-green {
  background-color: #007B50;
  border-color: #006458;
  max-width: 165px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: center;
  border-radius: 4px;
}
body .btn.btn-green:hover, body .btn.btn-green:active, body .btn.btn-green:focus {
  background-color: #004d31 !important;
  border-color: #004d31 !important;
  color: #fff !important;
}

body .btn.btn-dark-blue {
  background-color: #5D009B;
  border-color: #34268b;
  max-width: 165px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: center;
  border-radius: 4px;
}
body .btn.btn-dark-blue:hover, body .btn.btn-dark-blue:active, body .btn.btn-dark-blue:focus {
  background-color: #41006C !important;
  border-color: #0d005b !important;
  color: #fff !important;
}

body .btn.btn-blue {
  background-color: #0B6381;
  border-color: #00627D;
  max-width: 165px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: center;
  border-radius: 4px;
}

body .btn.btn-blue:hover, body .btn.btn-blue:active, body .btn.btn-blue:focus {
  background-color: #004E69 !important;
  border-color: #00244E !important;
  color: #fff !important;
}

@media (max-width: 1200px) {
  .banner-section .banner-img .b-img {
    margin-right: unset !important;
  }
}
@media (max-width: 330px) {
  .about-me .btn-link {
    margin-left: 16px !important;
  }
}/*# sourceMappingURL=main.css.map */