/*
Theme Name: Al Itqaan
Theme URI: https://www.alitqaninternational.com/#services
Description: alitqaan
Version: 1.0.0
Author: DNF
Author URI:  https://www.alitqaninternational.com/#services
Text Domain:   alitqaan
Tags: 
License: 
License URI:   
*//* Reset styles*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.card {
  user-select: text !important;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  --primary-clr: #27496d;
  --accent-clr: #0c7b93;
  --primary-clr-light: #c8d8e9;
  --hr-padding: 5rem;
  --text-clr-light: #fff;
  --text-clr-dark: #000;
}

body {
  width: 100%;
  height: 100vh;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  overflow-x: hidden;
}

* {
  border-radius: 0 !important;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}

section,
header {
  width: 100%;
}
.logo img {
  width: 8rem;
}
.hamburger-menu {
  display: none;
}
.hamburger-menu span {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--text-clr-light);
  transition: all 0.3s;
}
.hamburger-menu > span:not(:last-child) {
  margin-bottom: 9px;
}
.navbar.open .hamburger-menu > span:first-child {
  transform: rotate(45deg);
  transform-origin: 8px -5px;
}
.navbar.open.open .hamburger-menu > span:nth-child(2) {
  opacity: 0;
}
.navbar.open.open .hamburger-menu > span:last-child {
  transform: rotate(-45deg);
  transform-origin: -13px 0px;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem var(--hr-padding) 1.5rem var(--hr-padding);
  position: relative;
  background-color: var(--primary-clr);
  color: var(--text-clr-light);
}
/* .navbar.sticky-nav {
  padding: 0.5rem var(--hr-padding) 1.5rem var(--hr-padding);
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(180, 216, 255, 0.793);
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(4px);
  z-index: 100;
  width: 100%;
}
.navbar.sticky-nav .logo > img {
  width: 6rem;
} */
.navlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9rem;
  font-size: 1.8rem;
}

.nav-item {
  position: relative;
}
.nav-item > span {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: var(--text-clr-light);
  transition: all 0.3s ease-in;
}

.nav-item:hover span {
  width: 100%;
}
.btn {
  display: inline-block;
  border: none;
  background: none;
  background-color: var(--text-clr-light);
  color: var(--text-clr-dark);
  cursor: pointer;
  padding: 1.5rem 3rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  transition: all 0.3s ease-in;
  text-align: center;
}

.btn:hover {
  opacity: 0.8;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.hero {
  width: 100%;
  height: 85vh;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(./images/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  color: white;
  padding: var(--hr-padding);
  padding-top: 15rem;
  gap: 2rem;
  width: 100%;
}
.hero .btn {
  background-color: var(--primary-clr);
  color: var(--text-clr-light);
}
.hero h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.hero h1 > span:nth-child(1) {
  font-size: 6rem;
}
.hero h1 span:nth-child(2) {
  font-size: 10rem;
}
.hero p {
  font-size: 1.8rem;
  max-width: 95rem;
}
.italic-style {
  font-size: 10rem;
  font-style: italic;
  text-transform: capitalize;
  color: var(--text-clr-light);
}

span.cursor {
  display: inline-block;
  background-color: var(--text-clr-light);
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
span.cursor.typing {
  animation: none;
}

:is(.featured_company, .our_experience) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5rem var(--hr-padding);
  text-align: center;
  gap: 4rem;
  overflow: hidden;
}
:is(.featured_company, .our_experience) h2 {
  font-size: 5rem;
  text-transform: uppercase;
}
h2 span {
  display: inline-block;
  position: relative;
}

:is(.featured_company, .our_experience) .box {
  width: 20rem;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0.1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  transition: 0.3s;
  border-bottom: 0.5rem solid var(--primary-clr);
}
#our_experience .box {
  padding-top: 3rem;
  height: 18em;
  width: 25rem;
  border-bottom: 0.7rem solid var(--primary-clr);
  flex-direction: column;
  color: var(--primary-clr);
}
#our_experience .box img {
  width: 17rem;
}
#our_experience .slider-container {
  height: 35rem;
}

:is(.featured_company, .our_experience) .box:hover {
  transform: scale(1.1);
}
:is(.featured_company, .our_experience) .box > img {
  width: 15rem;
}

.slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20rem;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: slide 10s linear infinite;
  gap: 5rem;
  padding-inline: var(--hr-padding);
}
#our_experience .slider {
  animation: slide 30s linear infinite;
}

.about-us {
  padding: 5rem var(--hr-padding);
  /* grid-area: 3rem; */
}
.about-us .box p {
  max-width: 90%;
}
/* .about-us .row {
  gap: 6rem;
} */
.about-us > h1 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.8;
  text-transform: uppercase;
}
.our-values .row .box h3 {
  font-size: 2rem;
  text-transform: uppercase;
}
.our-values > h1 {
  font-size: 4rem;
  text-align: center;
  line-height: 2.5;
  text-transform: uppercase;
}
.our-values .row .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 1.5rem;
  flex: 1;
  box-shadow: 0.1rem -0.1rem 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in;
  user-select: none;
  border-bottom: 0.5rem solid var(--primary-clr);
  width: 200px;
}
.our-values .row .box:hover {
  transform: scale(1.1);
}
.our-values .row .box img {
  width: 10rem;
}
.our-values .row .box h3 {
  color: var(--primary-clr);
}
.about-us .box h3 {
  font-size: 2rem;
}
.row.about-us-component {
  align-items: flex-start;
}
.about-us-component .card {
  flex-direction: column;
  align-items: flex-start;
}
.about-us-component .card {
  border-bottom: 0.9rem solid var(--primary-clr);
  border-right: 0.9rem solid var(--primary-clr);
  width: unset;
  height: unset;
}
.about-us-component .card:hover {
  border-bottom: 0.9rem solid var(--primary-clr);
  border-right: 0.9rem solid var(--primary-clr);
}
section > h5 {
  font-size: 1.8rem;
  color: var(--primary-clr);
  text-transform: uppercase;
  letter-spacing: 0.4rem;
}
section h2 {
  font-size: 4rem;
  text-transform: uppercase;
}
.about-us h2 span {
  width: 50%;
}
.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  margin-bottom: 4rem;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.about-us p {
  line-height: 1.7;
}
.card {
  display: flex;
  align-items: center;
  gap: 2rem;
  box-shadow: 0.1rem 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  flex: 1;
  padding: 1.5rem 2rem;
  height: 30rem;
  border-radius: 2rem;
  user-select: none;
  transition: all 0.2s ease-in-out;
  border-bottom: 0.8rem solid white;
  border-right: 0.8rem solid white;
}
.card:hover {
  border-bottom: 0.8rem solid var(--primary-clr);
  border-right: 0.8rem solid var(--primary-clr);
  transform: translateY(-1rem);
}

.card .text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.card .text p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.card .text li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #0f0f0f;
}

.card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary-clr);
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  font-size: 4rem;
  color: white;
}

.card :is(h3, .icon) {
  background-color: var(--primary-clr);
  color: white;
}

.services {
  padding: 5rem var(--hr-padding);
  text-align: center;
}
.services > h5 {
  font-size: 1.8rem;
  color: var(--primary-clr);
  text-transform: uppercase;
  letter-spacing: 0.7rem;
}
.services > h2 {
  font-size: 5rem;
  text-transform: uppercase;
}

.tabs {
  margin: 0 auto;
  padding: 8rem var(--hr-padding);
}

.tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  gap: 5rem;
}

.tab-item {
  flex: 1;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-bottom: 0.4rem solid #ffffff;
  font-size: 2rem;
}

.tab-item.active {
  border-bottom: 0.4rem solid var(--primary-clr);
  color: var(--primary-clr);
}

.tab-content {
  display: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

:is(.account-service, .finanace-advisory) h1 {
  font-size: 4.4rem;
  text-transform: capitalize;
  margin-bottom: 3rem;
  color: #27496da5;
}
:is(.account-service, .finanace-advisory) h1 span {
  color: var(--primary-clr);
}

:is(.account-service, .finanace-advisory) p {
  text-align: left;
  line-height: 1.7;
  margin-bottom: 3rem;
  max-width: 80rem;
  font-size: 1.8rem;
}
:is(.account-service, .finanace-advisory) h1 i {
  font-size: 8rem;
}
:is(.account-service, .finanace-advisory) ul {
  text-align: left;
  margin-bottom: 2rem;
  list-style-type: square;
}
:is(.account-service, .finanace-advisory) ul li {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  color: var(--primary-clr);
}
:is(.account-service, .finanace-advisory) .btn {
  background-color: var(--primary-clr);
  color: var(--text-clr-light);
}

.tab-content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.finanace-advisory .card {
  text-align: left;
  line-height: 1.5;
}
.tab-content.active {
  display: block;
}
.how-it-works {
  padding: 12rem var(--hr-padding);
}
.how-it-works > h1 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1;
}
.how-it-works > h2 {
  text-align: center;
  text-transform: none;
  margin-bottom: 2rem;
  color: var(--primary-clr);
}
.timline {
  max-width: 1200px;
  margin: 100px auto;
  position: relative;
}

.timline .container > .letter {
  width: 5rem;
  position: absolute;
  border-radius: 50%;
  right: -25px;
  top: 32px;
  z-index: 10;
  font-size: 50px;
  background-color: var(--primary-clr);
  color: var(--text-clr-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.timline .container::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: -20px;
  top: 32px;
  width: 3.9rem;
  height: 3.9rem;
  background-color: #ffffff;
}
.text-box {
  padding: 2rem 3rem;
  position: relative;
  font-size: 1.6rem;
  background-color: var(--primary-clr);
  color: whitesmoke;
  z-index: -1;
}
.text-box h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.text-box h2 span {
  font-size: 3.6rem;
  font-weight: 900;
  display: inline-block;
  margin-right: 0.2rem;
}
.left-container {
  left: 0;
}

.right-container {
  left: 50%;
}
.right-container::before {
  left: -20px;
}
.right-container .letter {
  left: -20px;
}

.timline .container:nth-child(2) {
  animation-delay: 1s;
}
.timline .container:nth-child(3) {
  animation-delay: 2s;
}
.timline .container:nth-child(4) {
  animation-delay: 3s;
}
.timline .container:nth-child(5) {
  animation-delay: 4s;
}

.timline::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -3px;
  z-index: -1;
  width: 6px;
  height: 100%;
  background-color: var(--primary-clr);
  animation: moveline 5s linear forwards;
}

.timline .container {
  width: 50%;
  position: relative;
  padding: 1rem 5rem;
  opacity: 0;
  transition: 0.4s ease-in;
}
.timline .container:nth-child(odd) {
  transform: translateX(-100px);
}

.timline .container:nth-child(even) {
  transform: translateX(100px);
}

.timline .container.show {
  transform: translateX(0);
  opacity: 1;
}

@keyframes moveline {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes movedown {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.left-container-arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid var(--primary-clr);
  position: absolute;
  top: 28px;
  right: -15px;
}
.right-container-arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid var(--primary-clr);
  position: absolute;
  top: 28px;
  left: -15px;
}
.ourteam {
  padding: 5rem var(--hr-padding);
}
.ourteam > :is(h5, h2) {
  text-align: center;
}
.ourteam .cards {
  max-width: 80%;
  margin: 5rem auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: 10rem;
}
.ourteam .cards .profile p {
  line-height: 1.8;
}
.slider .box .absolute_quality_img {
  width: 120px;
}
.profile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 3rem;
  text-align: center;
  flex: 1;
  justify-content: flex-start;
  user-select: none;
  border: 1px solid #0e0e0e;
  border-radius: 2rem;
  position: relative;
  flex-wrap: wrap;
  transition: all 0.3s ease-in;
  background-color: var(--primary-clr);
  color: var(--text-clr-light);
}

.profile:hover {
  box-shadow: 0.1rem 0.2rem 1.8rem rgba(0, 0, 0, 0.2);
  border-color: transparent;
  transform: scale(1.1);
  border-bottom: 0.7rem solid var(--primary-clr);
}
.profile p {
  font-size: 1.4rem;
  line-height: 1.3;
}
.profile h3 {
  font-size: 2rem;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.profile .img-box {
  width: 15rem;
  height: 15rem;
  overflow: hidden;
  border-radius: 50%;
}
.profile .img-box img {
  max-width: 100%;
  object-fit: cover;
  object-position: center -20px;
}
@keyframes blink {
  0% {
    background-color: var(--text-clr-light);
  }
  49% {
    background-color: var(--text-clr-light);
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: var(--text-clr-light);
  }
}

.testimonial {
  padding: 5rem var(--hr-padding);
}
.testimonial > :is(h5, h2) {
  text-align: center;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper {
  max-width: 70%;
  padding: 8rem 4rem;
  /* overflow: hidden; */
}
.swiper-slide {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.5rem;
  text-align: left;
  border-radius: 1.5rem;
  overflow: hidden;
  z-index: 10;
  border-radius: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.swiper-slide p {
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
}
.top {
  padding: 2rem 4rem;
}
.top i {
  font-size: 6rem;
  margin-bottom: 2.5rem;
  color: var(--primary-clr-light);
}
.bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem 4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--primary-clr);
  color: var(--text-clr-light);
  align-items: center;
}
.swiper-slide .bottom .imgbox {
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
}
.row.about-us-component .card {
  height: 400px;
  border-right: none;
}
.row.about-us-component .card .icon {
  background: none;
}
.row.about-us-component .card :is(img, i) {
  width: 10rem;
  font-size: 70px;
  color: var(--primary-clr);
  margin-bottom: 10px;
}

.swiper-slide .bottom .imgbox img {
  max-width: 100%;
  object-fit: cover;
  object-position: top;
}
.swiper-slide .bottom .text {
  text-align: left;
}
.swiper-slide .bottom .text h4 {
  font-size: 1.6rem;
}
.swiper-slide .bottom .text p {
  font-size: 1.3rem;
}
.swiper-button-next {
  right: 5px;
}
.swiper-button-prev {
  left: 5px;
}
.swiper-btn,
.swiper-pagination {
  color: var(--primary-clr);
}

.subscribe-form {
  padding: 5rem 50px;
}

.form-container {
  max-width: 90%;
  /* border: 2px solid red; */
  height: 400px;
  margin: 0 auto;
  border-radius: 1.5rem;
  box-shadow: -0.1rem -0.1rem 2rem rgba(0, 0, 0, 0.04),
    0.2rem 0.1rem 1.5rem rgba(0, 0, 0, 0.2);
  display: flex;
  overflow: hidden;
  background-image: linear-gradient(to right, var(--primary-clr), #13365c);
  color: white;
}

.form-container .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.form-container .img-box {
  flex-basis: 35%;
  flex-shrink: 0;
}

.form-box {
  padding: 3rem 1.5rem;
}
.form-box h2 {
  font-size: 3.5rem;
  text-transform: none;
}
.form-box p {
  margin-top: 2rem;
  font-size: 1.8rem;
}
 

.form-box form p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.5rem;
}
.form-box form input {
  background: none;
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border: none;
  width:100%;
}
.form-box form input::placeholder {
  opacity: 0.4;
}
.form-box p:last-child {
  grid-area: 3 / 1 / span 1 / span 2;
}
.form-box p:last-child button {
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
  background-color: rgb(38, 115, 197);
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}
.form-box p:last-child button:hover {
  background-color: rgb(112, 165, 221);
}
.form-box form input:focus {
  border: none;
  /* outline: none; */
}
#response {
  margin-top: 5px;
  font-size: 1.6rem;
  text-align: center;
}
/* footer styles */
footer {
  margin-top: 10rem;
  background-color: rgba(180, 216, 255, 0.647);
}
.footer-grid {
  display: flex;
  gap: 8rem;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  padding: 3rem 0;
}

.footer-grid > div:first-child {
  flex-basis: 35%;
}

.footer-grid > div:not(:first-child) li {
  margin-bottom: 1rem;
}
.footer-grid .col-1 img {
  width: 30rem;
}
.footer-grid .col-1 p {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
}
.footer-grid .col-1 .social-icons {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 2.5rem;
  cursor: pointer;
  color: rgb(20, 39, 78);
  transition: all 0.3s;
}
.footer-grid .col-1 .social-icons i:hover {
  color: rgb(10, 23, 49);
}
.footer-bottom {
  padding: 2rem var(--hr-padding);
  text-align: center;
  background-color: var(--primary-clr);
  color: white;
}
.footer-bottom > p {
  line-height: 1.5;
}
.footer-grid .rest-col {
  display: flex;
  /* grid-template-columns: repeat(3, 1fr); */
  /* align-items: center; */
  gap: 2rem;
}
.footer-grid .rest-col > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-grid .rest-col .col-4 {
  flex-shrink: 0;
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
div#contact-form {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 1rem;
    align-items: start;
}
}
.wpcf7-not-valid-tip {
    color: #ff0606;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
} 
 
.wpcf7 form .wpcf7-response-output {
    color: #000;
    margin: 0 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    background: #ffffffad;
    text-align: center;
    border-radius: 5px !important;
}
.form-container {
    max-width: 90%;
    /* border: 2px solid red; */
    height: auto;
    max-height: 470px;
}
.form-box p {
    margin-top: 1rem;
    font-size: 1.8rem;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 1em; 
}
.form-box {
    padding: 3rem 1.5rem;
    display: flex
;
    align-items: center;
    flex-flow: wrap;
}
section#simple-page {
    padding: 5rem var(--hr-padding);
}

section#simple-page h3 {
    margin: 15px 0;
}

section#simple-page h2 {
    margin-bottom: 50px;
}
section#simple-page li {
    margin: 10px 0;
}
section#simple-page p strong {
    margin-top: 10px;
    display: block;
}
section#blogs {
    text-align: center;
}
.blog-box {
    width: 25%;
    padding: 10px;
}
.blog-cards {
    display: flex
;
}
.blog-img {
    width: 100%;
    height: 350px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.blog-img:before {
    top: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #00000061;
    position: absolute;
    left: 0px;
}
.blog-img h3 {
    position: absolute; 
    bottom: 0px;
    color: #fff;
    padding: 15px;
}
.blog-cards {
    display: flex
;
    margin-top: 70px;
}
section#blogs {
    text-align: center;
    padding: 5rem var(--hr-padding);
}
.blog-box {
    width: 25%;
    padding: 10px;
    cursor: pointer;
}
.blog-banner {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: CENTER top !important;
    margin-bottom: 30px;
}
.col-md-8 {
    width: 66.66%;
}
.col-md-4 {
    width: 33.33%;
}
.col-md-9 {
    width: 80%;
}
.col-md-3 {
    width: 20%;
}
.blog-nav li {
    border: 0px;
    border-bottom: 1px solid;
    border-style: dashed;
    padding-bottom: 15px;
}
.blob-mimi-thumb {
    width: 70px;
    height: 70px;
    background-size: cover !important;
    background-position: top center !important;
    display: inline-block;
}
.blog-title {
    width: 80%;
    display: flex
;
    align-items: center;
}
section.inner-banner {
    height: 250px;
    background-size: cover !important;
    background-position: center center !important;
}
.blob-mini-container {
    width: 20%;
}
section#simple-page li {
    margin: 10px 0;
    display: flex
;
}

section.inner-banner h1 {
    color: #fff;
    font-size: 5rem;
    text-transform: uppercase;
}
section.inner-banner {
    display: flex
;
    align-items: center;
    padding: 50px;
}
footer {
    margin-top: 0;
    background-color: rgba(180, 216, 255, 0.647);
}
.navlist {
   
    gap: 3rem; 
}
.services-list-container {
    display: flex
;
    justify-content: center;
    gap: 5rem;
    margin: auto;
    margin-top: 50px;
}

.service-box:hover .readmore {
    color: #fff;
    border-top: 1px solid #fff;
}
.service-info p {
    height: 40px;
    margin-top: 10px;
} 
.readmore {
    text-align: left;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid;
}
.service-img {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    background-size: cover !important;
    background-position: center top !important;
}
.service-info {
    text-align: left;
}
.service-box:hover .service-info {
    color: #fff;
}
.service-box:hover {
    background-color: #27496d;
  transform: translateY(-1rem);
}

.service-box {
    width: calc(100% / 3 - 10px);
    padding: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0.1rem 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    transition: all 600ms ease-in-out;cursor:pointer;
}

.services-details h1 {
    font-size: 4.4rem;
    text-transform: capitalize;
    margin-bottom: 3rem;
    color: #27496da5;
    text-align: left;
}
.services-details h1 span {
    color: var(--primary-clr);
}

.services-details  ul li {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    color: var(--primary-clr);
}


.services-details ul {
    display: flex
;
    /* justify-content: space-between; */
    align-items: center;
    gap: 12rem;
 
    justify-content: space-between;
    align-items: center;
}

.services-details ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.services-details  ul {
    text-align: left;
    margin-bottom: 2rem;
    list-style-type: square;
}
.services-details {
    padding: 0 50px;
}

.contact-us   h1 {
    font-size: 5rem;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1;
}
.contact-us   h5{
    font-size: 1.8rem;
    color: var(--primary-clr);
    text-transform: uppercase;
    letter-spacing: 0.4rem;}
    section#contact-us {
    padding: 5rem var(--hr-padding);
}
.contact-us h1 {
    font-size: 5rem;
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1;
}

ul.contact-info li {
    margin-bottom: 15px;
}

.contact-us section#subscribe-form {
    box-shadow: 0.1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-bottom: 0.7rem solid var(--primary-clr);
    flex-direction: column;
    color: var(--primary-clr);
}
.contact-us .wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 1em;
    background: #0000001c;
    border-radius: 0px !important;
    padding: 10px;
}
.contact-us  .form-container {
    max-width: 100%;
    /* border: 2px solid red; */
    height: auto;
    margin: 0 auto;
    border-radius: 1.5rem;
    box-shadow: unset;
    display: flex
;
    overflow: hidden;
    background-image: url();
    color: #000;
}

.contact-us  .wpcf7-form-control.wpcf7-submit {
    background: #000 !important;
}
.form-box form input {
    border: 1px solid #27496d !important;
}
section.contact-map iframe {
    width: 100%;
}
section#sectors {
    padding: 5rem var(--hr-padding);
    text-align: center;
}
.sectors-container   {
    display: flex;    display: flex;gap: 2rem;
;
    flex-wrap: wrap;    justify-content: center;
}
.sector-box img {
    width: 100%;
}
.services.v2 .tabs {
    padding-bottom: 0px;
}
.sector-box {
    width: calc(100% / 4 - 10px);
    padding: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0.1rem 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    transition: all 600ms ease-in-out;
    cursor: pointer;    border-bottom: 0.7rem solid var(--primary-clr);
}
section.intro h2 { 
}
section.intro {
    padding: 5rem var(--hr-padding);
}
section.intro p {
    padding-top: 30px;
    text-align: left;
}
section.intro {
    text-align: center;
}
section.intro h2 {
    /* max-width: 800px; */
    margin: 0 auto;
    text-align: left;
}

section.intro p {
    text-transform: unset;
    max-width: 800px;
    margin: 0 auto;
}
.about-img {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: CENTER !important;
    background-repeat: no-repeat !important;
}
.navlist {
    gap: 2rem;
}
.navlist { 
    font-size: 1.7rem;
}

.nav-item.active > span {
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    background-color: var(--text-clr-light);
    transition: all 0.3s ease-in;
}
@media screen and (max-width: 1182px) {
  .form-box {
    padding: 2rem 1rem;
  }
  .form-box h2 {
    font-size: 2.5rem;
  }
  .form-box p {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .form-box form p {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.4rem;
  }
  .form-box form input {
    background: none;
    background-color: white;
    border-radius: 0.5rem;
    padding: 0.7em 1rem;
    font-size: 1.4rem;
    border: none;
  }

  html {
    --hr-padding: 2.5rem;
    font-size: 53%;
  }
  .btn {
    padding: 1rem 2rem;
  }
  .navlist {
    gap: 4.5rem;
  }
}
.formbtn{
width: 100% !important;
    height: 100%  !important;
    padding: 1rem 0  !important;
    border-radius: 0.5rem  !important;
    font-size: 1.8rem  !important;
    font-weight: bold  !important;
    border: none  !important;
    background-color: rgb(38, 115, 197)  !important;
    color: rgb(255, 255, 255) !important;
    cursor: pointer !important;
    text-transform: capitalize !important;
    transition: 0.3s !important;
	
	}
@media screen and (max-width: 995px) {
  .grid .card .icon {
    width: 45px;
    height: 45px;
  }
  .grid .card i {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  .tab-content ul {
    display: block;
  }
  .finanace-advisory {
    padding: 2rem;
  }
  .about-us-component .card {
    align-items: center;
  }
  .grid .card:nth-child(3) {
    order: 4;
  }
  .grid .card:nth-child(4) {
    order: 3;
  }
  html {
    font-size: 50%;
  }
  .hamburger-menu {
    display: block;
  }
  .navlist {
    position: absolute;
    top: calc(3rem + 74px);
    padding: 10px 0;
    text-align: center;
    left: 0;
    width: 100%;
    background-color: var(--primary-clr);
    gap: 20px;
    display: none;
    /* height: 100%; */
  }
  .navbar.open .navlist {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    z-index: 1;
    font-size: 2.5rem;
  }
  .navbar .cta-btn {
    display: none;
  }
  .about-us {
    text-align: center;
    padding-inline: 6rem;
  }
  .about-us .row {
    flex-direction: column;
  }

  .about-us h2 span {
    width: 80%;
  }
  .grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .how-it-works .container h2 {
    font-size: 3rem;
  }
  .hero h1 > span:nth-child(1) {
    font-size: 4rem;
  }
  .hero h1 span:nth-child(2) {
    font-size: 6rem;
  }
  .italic-style {
    font-size: 7rem;
  }

  .form-container {
    max-width: 90%;
    height: 600px;
    flex-direction: column;
  }
  .form-container .img-box {
    flex-basis: 50%;
    overflow: hidden;
    flex-shrink: 0;
  }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blog-cards {
    display: flex;        
        flex-wrap: wrap;
}
.blog-box {
    width: 100%; 
}

.service-box {
    width: 100%; 
}
.services-list-container {
    display: flex;
 
    flex-wrap: wrap;
}
.services-details ul {
    display: flex; 
    gap: 0; 
    flex-wrap: wrap;
}
.sector-box {
    width: 80%; 
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-md-8,.col-md-4 {
    width: 100%;
}
.blog-title {
    width: 80%;
    display: flex
;
    align-items: center;
    padding-left: 10px;
}
}
@media screen and (max-width: 636px) {
  html {
    font-size: 45%;
  }
  .ourteam {
    padding: 5rem 3rem;
  }

  .ourteam .cards {
    margin: 3rem auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .mySwiper {
    max-width: 95%;
    padding: 8rem 3rem;
    /* overflow: hidden; */
  }
  .navlist {
    top: calc(3rem + 58px);
  }
  .grid .card {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    min-height: max-content;
    padding: 1.5rem;
    margin: 0;
  }
  .grid .card p {
    line-height: 1.2;
  }
  .tabs {
    padding: 0;
  }
  .finanace-advisory {
    padding: 2rem;
  }
  .tab-item {
    padding: 10px 5px;
  }

  .grid .card .icon {
    width: 50px;
    height: 50px;
  }
  .grid .card i {
    font-size: 3rem;
  }
  .grid .card p {
    max-width: 100%;
  }
  .ourteam .cards {
    max-width: 85%;
    margin: 5rem auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(250px, 1fr));
    gap: 10rem;
  }
  .mySwiper {
    /* max-width: 90%; */
    padding: 8rem 3rem;
    overflow: hidden;
  }
  .timline {
    margin: 50px auto;
  }
  .timline::after {
    left: 31px;
  }
  .timline .container {
    width: 100%;
    padding-left: 8rem;
    padding-right: 2.5rem;
  }
  .right-container {
    left: 0;
  }
  .left-container .letter,
  .right-container .letter {
    left: 15px;
    font-size: 35px;
  }
  .left-container-arrow,
  .right-container-arrow {
    border-right: 15px solid var(--primary-clr);
    border-left: 0;
    left: -10px;
  }
  .timline .container::before {
    left: 10px;
    background-color: rgb(255, 255, 255);
  }
}

@media screen and (max-width: 480px) {
  .hero {
    height: 56vh;
  }
  :is(.account-service, .finanace-advisory) h1 {
    font-size: 3rem;
  }
  :is(.account-service, .finanace-advisory) h1 i {
    font-size: 3rem;
  }

  .footer-grid .rest-col {
    flex-direction: column;
  }
  .subscribe-form {
    padding: 5rem 30px;
  }
  .form-container {
    max-width: 100%;
    /* border: 2px solid red; */
  }
  .footer-grid > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services > h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  :is(section, div) h2 {
    font-size: 3rem;
  }
  .hero h1 > span:nth-child(1) {
    font-size: 3rem;
  }
  .hero h1 span:nth-child(2) {
    font-size: 4.5rem;
  }
  .italic-style {
    font-size: 4rem;
  }
  .hero p {
    font-size: 1.6rem;
  }
  .navbar .logo img {
    width: 5rem;
  }
  .navlist {
    top: calc(3rem + 40px);
  }
}
