* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  
}
body {
  font-family: var(--primary-font);
  overflow-x: hidden;
}
p,h1,h2,h3,h4,h5,h6{
  margin: 0;
}

p{
  font-size: 1.45rem;
  line-height: 1.755rem;
}
.container {
  padding: 0px;
}

:root {
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Roboto", sans-serif;
  --primary-color: #FFE64C;
  --secondary-color: #F8F9F4;
  --bs-grey: #727272;
  --bs-light: #989898;
}

li{
  list-style-type: none;
}

.primary-font{
  font-family: var(--primary-font);
} 

.secondary-font{
  font-family: var(--secondary-font);
} 

.primary-color{
  color: var(--primary-color) !important;
 }

 .grey-color{
  color: var(--bs-grey) !important;
 }

 .secondary-color{
  color: var(--secondary-color) !important;
 }

 .light-color{
  color: var(--bs-light) !important;
 }

 .font-16{
  font-size: 1.6rem;
  line-height: 150%;
 }

 .font-20{
  font-size: 2rem;
  line-height: 2.42rem;
 }

 /* Header */

 a.nav-link {
  font-size: 1.55rem;
  line-height: 1.6rem;
}

a.nav-button, a.nav-button:hover, .submit-button, .about-ex-btn {
  font-size: 1.513rem;
  background: var(--primary-color);
  width: 16.8rem;
  height: 6rem;
  line-height: 6rem;
  padding: 0;
  border-radius: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.submit-button i {
  line-height: 1;
}

.submit-button, .about-ex-btn{
  width: 21.253rem;
}

.offcanvas-header {
  width: 100%;
}

.banner-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  background: rgb(0 0 0 / 42%);
  flex-direction: column;
}

.banner-header h1 {
  font-size: 55px;
  line-height: 1.1;
}

h5.banner-sub-header {
  font-size: 20px;
}

.pertner-info {
  max-width: 16.4rem;
}

.pertner-info p{
  font-size: 1.45rem;
  line-height: 1.6rem;
  padding-left: 2rem;
}

.pertner-info p::before {
  content: "";
  width: 2px;
  height: 4rem;
  display: block;
  background: #000000;
  position: absolute;
  left: 8px;
  top: 6px;
}

h2.font-h2 {
  font-size: 3.2rem;
  line-height: 3.872rem;
  text-transform: capitalize;
}

.create-destiny .container{
  background: url(../images/hero-image.jpg) no-repeat center;
  background-size: cover;
  padding-top: 27.9rem;
  padding-left: 3.7rem;
}

.black-inner-container{
  max-width: 63.3rem;
  padding: 10rem;
}

/* Service */
p.small-text {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #121212;
  letter-spacing: 3.6px;
}

.service-tagline h1{
  color: #121212;
  font-size: 5.4492rem;
  line-height: 6rem;
}

.additional-info{
color: #555555;
font-size: 1.6875rem;
line-height: 2.592rem;
}

.expert-link{
color: #121212;
font-family: Inter;
font-size: 1.5rem;
line-height: 1.6rem;
text-transform: capitalize;
}

.servi-list-header{
color: #103142;
font-size: 2.8rem;
line-height: 1.2;
text-transform: capitalize;
}

.service-inner-container{
  border: 1px solid #EBF1F1;
  margin-top: 40px;
}

/* Contact Us */
.contact-form-container h1 {
  font-size: 5.4492rem;
  line-height: 6rem;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 600;
}

.contact-form input{
  height: 4rem;
}

.contact-form textarea{
  font-size: 16px !important;
  height: 150px;
}

/* About-Us */
.consultant-agency .container{
  background: #F1F6F6;
}


.consultant-agency .banner-header {
  justify-content: end;
  padding-bottom: 5rem;
}
.consultant-agency .banner-header p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  width: 45em;
  padding-bottom: 1.5rem;
}

.consultant-agency .banner-header h1, .we-r-happy .big-text{
color: #121212;
font-size: 5.4492rem;
line-height: 6rem; /* 110.108% */
}

.about-experience h2{
color: #121212;
font-size: 4.0605rem;
line-height: 5.4rem;
}

.about-experience p{
color: #555555;
font-size: 1.7016rem;
line-height: 2.394rem;
}

.line {
  height: 1px;
  width: 100%;
  background: #e1e1e1;
  margin-bottom: 1.7rem; 
  position: relative;
}
.form-control {
  font-size: 17px !important;
  color: #888 !important;
  outline: none !important;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: #ffe64c;
}
.form-control::placeholder {
  font-size: 17px !important;
  color: #888 !important;
}
.line::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #FFE64C;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -5px;
}
.team-container p, .we-r-happy-info{
  color: #555555;
font-size: 1.6875rem;
line-height: 2.394rem;
max-width: 22.4rem;
padding-top: 1.2rem
}

.global-ventures li{
  list-style-type: disc;
}

.we-r-happy .container .we-r-happy-inner{
  background: #F1F6F6;
  padding: 8.7rem 3.6rem ;}

  .we-r-happy-info{
    max-width: 100%;
  }

footer{
  padding: 8rem 0 3rem;
}

.footer-copyright{
  border-color: var(--secondary-color);
}

.footer-copyright p, .footer-copyright a{
  font-size: 1.4rem;
  line-height: 150%;
}
.bl-1 {
  border-left: 1px solid #12121214;
}
.br-1 {
  border-right: 1px solid #12121214;
}
.bb-1 {
  border-bottom: 1px solid #12121214;
}
section.home-banner {
  position: relative;
}
.follow-wrapper {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -180px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content: center;
  transform: translateY(-50%) rotate(90deg);
}
.follow-text {
  position: relative;
  color: #121212;
  font-size: 15px;
  /* letter-spacing: 1px; */
  margin: 0px 40px 0px 0px;
  font-weight: 500;
}
.follow-text::before {
  content: "";
  height: 1px;
  width: 30px;
  display: block;
  position: absolute;
  background: #121212;
  top: 10px;
  right: -40px;
}
.follow-wrapper a {
  cursor: pointer;
  width: 20px;
}
.follow-wrapper i {
  color: #121212;
  font-size: 18px;
  border-radius: 50%;
  transform: rotate(-90deg);
  /* height: 60px;
  width: 60px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow-wrapper a {
  cursor: pointer;
  text-decoration: none !important;
  color: unset;
}
p.service-number {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
h5.service-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
p.service-details {
  color: #989898;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 25px;
  min-height: 120px;
}
a.service-read-more {
  font-size: 16px;
  font-weight: 700;
  color: #121212;
  position: relative;
  text-decoration: none;
}
a.service-read-more::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -5px;
  width: 0%;
  background-color: #000000;
  height: 1px;
  right: 0px;
  transition: all ease 0.4s;
}
a.service-read-more:hover::before {
  width: 100%;
  transition: all ease 0.4s;
}
.menu-name {
  position: relative;
}
.menu-name::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -5px;
  width: 0%;
  background-color: #ffffff;
  height: 1px;
  right: 0px;
  transition: all ease 0.4s;
}
.menu-name:hover::before {
  width: 100%;
  transition: all ease 0.4s;
}
.menu-name.active::before {
  width: 100%;
  background-color: #ffe64c;
  transition: all ease 0.4s;
}
a.menu-name.active{
  color: #ffe64c !important;
}

.single-service-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.single-service {
  flex: 25%;
  border-right: 1px solid #12121214;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 3rem !important;
}
.single-service:first-child {
  padding-left: 0px;
}
.single-service:last-child {
  padding-right: 0px;
  border-right: 1px solid transparent;
}
img.destiny-image {
  width: 100%;
}
.vac-btn {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.destiny-section {
  position: relative;
  padding-top: 100px;
  background-image: url(../images/hero-image.jpg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.black-inner-container {
  max-width: 63.3rem;
  padding: 10rem;
  position: absolute;
  bottom: 0px;
  left: 70px;
}
.sub-heading {
  font-size: 16px;
  color: #989898;
  line-height: 1.2;
}
.footer-sec-wrapper {
  padding: 90px 100px 30px;
}
.we-r-happy-inner .row {
  align-items: center;
}
.consultant-agency .follow-wrapper {
  left: unset;
  right: -180px;
}
.single-service-list {
  padding: 25px;
}
.additional-info {
  color: #555555;
  font-size: 16px;
  line-height: 1.6;
  padding-top: 25px;
}
.service-list-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.single-service-wrapper {
  padding: 0px 15px 100px;
}
.service-list-main-wrapper .single-service-wrapper {
  width: 33.33%;
  padding: 0px 15px;
}
.contact-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.contact-left {
  width: 65%;
  padding-right: 40px;
}
.contact-right {
  width: 35%;
}
.client-logo-wrapper {
  display: flex;
  column-gap: 30px;
}
.we-r-happy-inner .client-logo-wrapper {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
}
.header-bar {
  height: 90px;
  background-color: black;
  position: relative;
  display: flex;
  align-items: center;
}
.header-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-wrapper {
  display: flex;
  align-items: center;
  column-gap: 50px;
}
.menu-wrapper a {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
}
a.header-btn {
  background: #ffe64c;
  color: #000000;
  text-decoration: none !important;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  column-gap: 0px;
  transition: all ease 0.3s;
}
a.header-btn:hover {
  column-gap: 10px;
  transition: all ease 0.3s;
}
.mobile-menu {
  height: 100%;
  min-height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 150;
  top: 0;
  left: -100vw;
  text-align: left;
  background-color: #000000;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 40px;
  box-shadow: 0px 5px 16px 0px rgba(202, 202, 202, 0.75);
  transition: all 0.3s ease-out;
  padding: 2rem;
}
.menu-icon {
  display: none;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 70px;
  overflow: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.partner-logo {
  display: block;
}
.partner-marquee {
  display: none;
}

.insta-icon:hover i{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all ease 0.2s;
}
.fb-icon:hover i{
  color: #1877F2;	
}
.twitter-icon:hover i{
  color: #000000;	
}
.linkedin-icon:hover i{
  color: #0077B5;
}
.pinterest-icon:hover i{
  color: #E60023;
}
.mail-link {
  position: relative;
  padding-left: 0px;
  transition: all ease 0.5s;
}
.mail-link:hover {
  padding-left: 20px;
  transition: all ease 0.5s;
}
.mail-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  display: inline-block;
  padding-right: 4px;
  padding-top: 2px;
  font-weight: 900;
  opacity: 0;
  transform: translateX(30px);
  position: relative;
  top:1px;
  transition: all ease 0.5s;
}
.mail-link:hover::before {
  opacity: 1;
  transform: translateX(0px);
  transition: all ease 0.5s;
}
.animated-arrow {
  animation: arrowbounce 1s infinite;
}

@keyframes arrowbounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.wwa {
  background: #ffe64c;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 300px;
  border-radius: 0px 200px 200px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wwa-wrapper {
  position: relative;
  padding-left: 80px;
}
.who-we-r-img {
  height: 300px;
  object-fit: cover;
}
.wwa span {
  font-size: 17px;
  font-weight: 600;
  transform: rotate(-90deg);
  display: block;
  margin-left: -10px;
}
.exp-yellow-wrapper {
  position: relative;
}
.exp-yellow {
  position: absolute;
  bottom: 0px;
  height: 180px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fde44b;
  padding: 20px;
  right: 20%;
}
.exp-yellow p {
  margin: 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
}
.exp-yellow p a{
  font-size: 40px;
  padding-bottom: 12px;
  display: block;
  font-weight: 700;
}
.exp-yellow span.custom-ani {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 30px;
  background: #fde44b;
  opacity: 0;
  right: -60px;
  animation: appear 1s forwards;
  box-shadow: 7px -1px 12px 0px #00000038;
}

.exp-yellow span.custom-ani:nth-child(2) {
  right: 0px;
  animation-delay: 0.5s;
  opacity: 0.8;
}

.exp-yellow span.custom-ani:nth-child(3) {
  right: -30px;
  animation-delay: 1s;
  opacity: 0.5;
}

.exp-yellow span.custom-ani:nth-child(4) {
  right: -60px;
  animation-delay: 1.5s;
  opacity: 0.2;
}

@keyframes appear {
  to {
    transform: translateX(30px);
  }
}

.exp-yellow-wrapper {
  position: relative;
  padding-top: 100px;
  background-image: url(../images/exp-bg.png);
  min-height: 500px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.main-logos {
  height: 90px;
  width: auto;
}

/* Responsive Starts */

@media (max-width: 767px){
  .mobile-margin-bottom {
    margin-bottom: 20px;
  }
  .exp-yellow {
    left: 40%;
    transform: translateX(-50%);
  }
  .destiny-section  .black-inner-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
  }
  .partner-logo {
    display: none;
  }
  .partner-marquee {
    display: block;
  }
  .header-bar {
    height: 90px;
    background-color: black;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 2;
    left: 0px;
    right: 0px;
  }
  .main-section {
    padding-top: 90px;
  }
  a.menu-close-icon {
    font-size: 40px;
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    right: 2rem;
    top: 2rem;
    line-height: 1;
  }
  a.menu-close-icon i {
    color: #ffffff;
  }
  .mobile-menu .menu-wrapper {
    display: flex;
    column-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
    margin: 50px 0px;
  }
  .mobile-menu a.header-btn {
    width: fit-content;
    height: 45px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 20px;
  }
  a.header-btn {
    width: auto;
    height: 40px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 20px;
  }
  .header-bar .container {
    padding: 0px 1.5rem !important;
  }
  .web-menu {
    display: none;
  }
  .mobile-menu.active {
    left: 0;
    transition: all 0.3s ease-out;
  }
  .menu-icon {
    display: block;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
  }
  .menu-icon i {
    color: #ffffff;
  }
  .header-right-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
  }
  

  
  .contact-right .bg-black {
    padding-bottom: 2rem;
  }
  .contact-left {
    width: 100%;
    padding-right: 0px;
  }
  .contact-right {
    width: 100%;
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
  }
  .contact-content-wrapper {
    flex-direction: column;
  }
  .contact-form-container .pt-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .service-inner-container {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .service-tagline .p-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .we-r-happy-info {
    padding: 20px 0px !important;
  }
  .we-r-happy .container .we-r-happy-inner {
    padding: 1.5rem 1.5rem;
  }
  .global-ventures .pt-5 {
    padding-top: 0px !important;
  }
  .global-ventures .p-5 {
    padding: 1.5rem !important;
  }
  .we-r-happy .pt-5 {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .experience-sec .p-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 0px !important;
  }
  .about-experience h2 {
    line-height: normal !important;
  }
  .who-we-content {
    margin-top: 20px;
  }
  .about-experience .row {
    margin: 0px;
  }
  .about-experience .row>* {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.about-experience {
    padding: 50px 0px 20px;
  }
  .container {
    padding: 0px !important;
  }
 
  .about-info .px-5,
  .client-logos .px-5,
  .sevice-solution .p-5,
  .sevice-solution .px-5 {
    padding: 1.5rem !important;
    padding: 1.5rem !important;
  }
  .single-service-wrapper {
    padding: 0px 0px !important;
    width: 100% !important;
  }
  .single-service {
    flex: 100%;
    border-right: 0px solid #12121214;
    border-bottom: 1px solid #12121214;;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 3rem;
  }
  p.service-details {
    margin-bottom: 25px;
    min-height: auto;
  }
  .destiny-section {
    padding-top: 30px;
  }
  .black-inner-container {
    position: unset;
    padding: 3rem 1.5rem !important;
  }
  .footer-sec-wrapper {
    padding: 40px 1.5rem 20px;
  }
  .footer-bottom-link {
    justify-content: center;
  }
  .copy-text {
    text-align: center;
  }
  .banner-header {
    position: relative;
    padding: 1.5rem;
    align-items: flex-start;
    text-align: left;
    /* margin-top: -130px; */
  }
  .consultant-agency .banner-header {
    position: relative;
    margin-top: -130px;
  }
  .consultant-agency .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 30px !important;
  }
  .consultant-agency .banner-header p {
    width: inherit !important;
  }
  .about-experience .pt-5 {
    padding: 0px !important;
  }
  .s-head {
    margin-bottom: 10px;
  }
  .consultant-agency .follow-wrapper {
    transform: translateY(-50%) rotate(0deg);
    position: unset;
  }
  .follow-wrapper i {
    transform: rotate(0deg);
  }




  .client-logo-wrapper {
    column-gap: 0px;
    margin-top: 30px;
  }
  .client-logos .row {
    margin: 0px;
  }
  .single-client-logo {
    width: auto;
    margin-right: 0px;
  }
  .pertner-info {
    max-width: 100%;
  }
  .pertner-info p {
    padding-left: 0px;
  }
  .pertner-info p::before {
    top: -2px;
    display: none;
  }
  .pertners-logo {
    margin-top: 40px !important;
  }
  .specialization .d-flex {
    flex-direction: column;
  }
  .specialization .d-flex .px-5 {
    padding: 1.5rem !important;
  }


  .banner-header h1 {
    font-size: 2.5rem;
    line-height: 1;
  }

  h5.banner-sub-header {
    font-size: 1.35rem;
    padding-top: 10px !important;
  }

  .container{
    padding: 0 2rem;
  }

  h2.font-h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .black-inner-container {
    padding: 5rem;
  }

  .consultant-agency .banner-header {
    padding-bottom: 1rem;
  }

  .consultant-agency .banner-header h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .consultant-agency .banner-header p {
    width: 27em;
    padding-bottom: .5rem;
  }

  .consultant-agency .banner-header img{
    height: 26px;
    opacity: 0;
  }

  .about-experience h2 {
    font-size: 2.0605rem;
    line-height: 3.4rem;
  }

  .service-tagline h1 {
    font-size: 3.3906rem;
    line-height: 4rem;
  }

  .contact-form-container img{
    width: 55px;
  }
  .about-experience .we-spent {
    padding: 1.5rem !important;
  }

} 

@media screen and (min-width: 768px) and (max-width: 991px) {
  .follow-wrapper {
    display: none;
  }
  .contact-right {
    width: 95%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
  }
  .client-logos .track {
    padding-top: 30px;
  }
  .contact-left {
    width: 100%;
  }
  .service-list-main-wrapper .single-service-wrapper {
    width: 50%;
  }
  .service-tagline .p-5 {
    padding-top: 4rem !important;
  }
  .header-bar {
    height: 90px;
    background-color: black;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 2;
    left: 0px;
    right: 0px;
  }
  .main-section {
    padding-top: 90px;
  }
  .partner-marquee .client-logo-wrapper {
    flex-wrap: nowrap;
  }
  .we-r-happy-inner .client-logo-wrapper {
    margin-top: 30px;
  }
  .partner-logo {
    display: none;
  }
  .partner-marquee {
    display: block;
  }
  .banner-header h1 {
    font-size: 45px;
  }
  .banner-header {
    padding: 2rem;
  }
  .banner-sub-header br {
    display: none;
  }
  .px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pertner-info {
    max-width: 100%;
  }
  .pertner-info p::before {
    display: none;
  }
  .pertner-info p {
    padding: 0px;
    text-align: center;
  }
  .partner-logo {
    margin-top: 30px !important;
  }
  .client-logo-wrapper {
    column-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
  .single-service {
    flex: 50%;
    border-bottom: 1px solid #12121214;
    padding-bottom: 30px;
  }
  p.service-details {
    min-height: auto;
  }
  .single-service:nth-child(3) {
    padding-left: 0px;
    border-bottom: 0px solid;
  }
  .single-service:nth-child(4) {
    border-bottom: 0px solid;
  }
  .single-service:nth-child(2) {
    border-right: 0px solid #12121214;
  }
  .destiny-section {
    padding-top: 0px;
  }
  .footer-copyright p, .footer-copyright a {
    text-align: center;
  }
  .footer-bottom-link {
    justify-content: center;
  }
  .black-inner-container {
    max-width: 60rem;
    padding: 4rem;
    position: absolute;
    bottom: 0px;
    left: 70px;
  }
  .footer-sec-wrapper {
    padding: 50px 40px 30px;
  }
  a.header-btn {
    width: auto;
    height: 50px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 20px;
  }
  .home-banner .banner-header {
    align-items: center;
  }
  .banner-header {
    align-items: flex-start;
  }
  .about-experience .pe-5{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .team-container {
    margin-bottom: 20px;
  }
  .we-r-happy .container .we-r-happy-inner {
    background: #F1F6F6;
    padding: 3rem 3.6rem 4rem;
  }
  .we-r-happy-info {
    padding: 0px 0px 0px !important;
  }
  .p-5 {
    padding: 2rem !important;
  }





}


@media (min-width: 1400px){
  .container{
      max-width: 1278px;
  }
}

@media (max-width: 1399px){
  .service-tagline h1 {
    font-size: 3.4492rem;
    line-height: 4rem;
  }
}

 @media (max-width: 991px) {
  .navbar-nav {
      width: 100% !important;
  }

  .consultant-agency .banner-header h1, .we-r-happy .big-text {
    font-size: 3.4492rem;
    line-height: 4rem;
  }

  .consultant-agency .banner-header p{
    width: auto;
  }

  .about-experience h2 {
    font-size: 3.0605rem;
    line-height: 4.4rem;
  }

  .contact-form-container h1 {
    font-size: 4rem;
  }

    .contact-form-container h1 {
    font-size: 3rem;
  }
}



@media (max-width: 390px){
  h2.font-h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  
}



