/*********************
*Default CSS
**********************/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth; 
}
body {
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
}
body.page .homepageV2 article .entry-content, body.error404 article .entry-content {
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 20px;
}
body.page .homepageV2 article .entry-content h2, body.error404 article .entry-content h2 {
  font-family: 'San Francisco Text 700';
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0;
}
:root {
  --font: "Sora", sans-serif;
  --font-20: 1.25rem;
  --darkp-blue: #021d49;
  --color-light: #ffffff;
  --color-dark: #000000;
}

.row {
  height: 100%;
  margin: 0;
}
.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0px 1.5rem;
}
.btnv2 {
  width: fit-content;
  padding: 20px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--color-light);
  font-family: var(--font);
  font-size: var(--font-20);
  line-height: 1.25;
  font-weight: 700;
  color: var(--color-light);
  border-radius: 35px;
  box-sizing: border-box;
}

.btnv2:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
  color: var(--color-light);
  outline: 2px solid var(--color-light);
  outline-offset: -1px;
}


.btnv2-black {
  width: fit-content;
  padding: 20px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--darkp-blue);
  font-family: var(--font);
  font-size: var(--font-20);
  line-height: 1.25;
  font-weight: 700;
  color: var(--darkp-blue);
  border-radius: 35px;
  box-sizing: border-box;
}

.btnv2-black:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
  color: var(--darkp-blue);
  outline: 2px solid var(--darkp-blue);
  outline-offset: -1px;
}


.section-title {
  font-family: var(--font);
  font-size: var(--font-20);
  line-height: 1.25;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--color-dark);
}

.section-title.white {
  font-family: var(--font);
  font-size: var(--font-20);
  line-height: 1.25;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--color-light);
}

.section-title.bold {
  font-family: var(--font);
  font-size: 50px;
  line-height: 1.26;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 10px;
}

/*********************
*Header CSS
**********************/
header {
  background: var(--darkp-blue);
  position: relative;
  z-index: 81;
}
.desktop-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

.mobile-navbar-header {
  display: none;
}

.nav.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 711px;
  flex: 0 0 711px;
  position: relative;
}

.nav.navbar-nav .menu-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  text-align: left;
  border-bottom: 1px solid var(--color-light);
  position: relative;
  display: inline-block;
  max-width: 1031px !important;
  width: 100%;
}

.dropdown-menu > li > a {
  padding: 20px 0;
}
.nav.navbar-nav .menu-item.menu-item-has-children ul li:last-child {
  border-bottom: none;
}

.nav.navbar-nav .menu-item a {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.31;
  color: var(--color-light);
  font-weight: 700;
  background: transparent;
}
.nav.navbar-nav .menu-item a.dropdown-toggle {
  padding: 16.5px 0px !important;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.nav.navbar-nav .menu-item a:hover,
.nav.navbar-nav .menu-item a:focus {
  text-decoration: none;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}

.nav.navbar-nav .dropdown-menu {
  background-color: transparent;
  width: 100%;
  min-width: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.open > .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0px;
}

.nav.navbar-nav .dropdown-menu .menu-item a {
  font-weight: 300;
  padding-top: 16.5px;
}

.nav.navbar-nav .dropdown-menu .menu-item a:hover {
  text-decoration: underline;
}

.nav.navbar-nav .dropdown-menu .border-none.menu-item {
  border-bottom: 0px;
}

.nav.navbar-nav .dropdown-menu .text-bold.menu-item a {
  font-weight: 700;
}

.main-navbar {
  padding: 23px 0px;
}

.main-navbar .custom-logo-link {
  max-width: 260.97px;
  height: auto;
}

.main-navbar .custom-logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body:not(.home) .nav.navbar-nav .dropdown-menu{
  background: var(--darkp-blue);
  padding: 0% 5%;
}

/*********************
*Stricky CSS
**********************/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--darkp-blue);
  z-index: 99;
}
nav.main-navbar.sticky .dropdown-menu {
  background: var(--darkp-blue);
  padding: 0% 5%;
  left: -14px;
  margin-top: 1px;
}

/*********************
*Banner CSS
**********************/
section.banner {
  background: -o-linear-gradient(
    248deg,
    var(--darkp-blue),
    var(--darkp-blue),
    #000b8c
  );
  background: linear-gradient(
    202deg,
    var(--darkp-blue),
    var(--darkp-blue),
    #000b8c
  );
  position: relative;
  z-index: 8;
}

.banner .banner-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 6.688rem;
  -moz-column-gap:6.688rem;
  column-gap: 6.688rem;
  padding-top: 16.438rem;
  padding-bottom: 180px;
}
.banner .banner-content .banner-title {
  font-family: var(--font);
  font-size: 60px;
  line-height: 1.25;
  color: var(--color-light);
  text-align: left;
  font-weight: 700;
  margin: 0 0 15px;
}
.banner .banner-content .banner-sub-title{
  font-family: var(--font);
  font-size: 26px;
  line-height: 36px;
  color: var(--color-light);
  text-align: left;
  font-weight: 300;
}
.banner .banner-content .banner-btn {
  margin-top: 46px;
}
.banner .banner-content img {
  width: 425px;
  height: auto;
}
.hd-bg1 {
  display: none;
}

/*********************
*What We Do CSS
**********************/
.what-we-do {
  padding: 112px 0px 101.65px;
  position: relative;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  background-attachment: fixed;
}

.what-we-do .wwd-bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  z-index: 3;
  right: -25%;
}

.what-we-do .wwd-bg2 {
  width: 150px;
  height: 170px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  right: 8%;
  top: 27%;
  z-index: 4;
  overflow: visible;
}

.wwd-container {
  position: relative;
  z-index: 5;
}

.wwd-container .wwd-posts {
  margin-top: 46px;
}

.wwd-container .wwd-posts .wwd-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 73px;
}

.wwd-container .wwd-posts .wwd-post:last-child {
  margin-bottom: 0px;
}

.wwd-container .wwd-posts .wwd-post .wwd-post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 196px;
  flex: 0 0 196px;
  height: 196px;
  border: 1px solid var(--darkp-blue);
  border-radius: 50px;
  overflow: hidden;
}

.wwd-container .wwd-posts .wwd-post .wwd-post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  rotate: -90deg;
  scale: -1;
}

.wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-title {
  font-family: var(--font);
  font-size: 50px;
  line-height: 1.26;
  text-transform: capitalize;
  color: var(--color-dark);
  font-weight: 700;
}

.wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-content {
  margin-top: 24px;
  padding: 0 11rem 0px 2rem;
  font-family: var(--font);
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-content p {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-dark);
  margin-bottom: 0px;
}

.wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
}

.wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-content ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-dark);
}
.wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-content span ul li{
  font-size: 26px;
  font-weight: 300;
  line-height: 24px;
}

.wwd-container
  .wwd-posts
  .wwd-post
  .wwd-post-contents
  .p-content
  ul
  li:last-child {
  margin-bottom: 0px;
}

.wwd-container
  .wwd-posts
  .wwd-post
  .wwd-post-contents
  .p-content
  ul
  li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: var(--color-dark);
  border-radius: 4px;
}

.wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-content h2,
.wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-content h3 {
  font-family: var(--font);
  font-size: 26px;
  line-height: 1.38;
  font-weight: 300;
  color: var(--color-dark);
  margin-top: 16px;
  margin-bottom: 16px;
}
.btnv2-black {
    min-width: 188px;
}
.wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-btn {
  margin-top: 28px;
  margin-left: 61px;
}

.p-content span {
    margin: 16px 0px;
    width: 100%;
    display: inline-block;
    font-size: 26px;
    font-weight: 300;
}

/*********************
*Companies CSS
**********************/
.companies {
  background: -o-linear-gradient(
    243deg,
    var(--darkp-blue),
    var(--darkp-blue),
    #000b8c
  );
  background: linear-gradient(
    207deg,
    var(--darkp-blue),
    var(--darkp-blue),
    #000b8c
  );
  position: relative;
  z-index: 6;
}
.companies-wrapper {
  padding: 145.15px 0px 193.13px;
}
.companies-slider-wrapper {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.companies-slider-wrapper .slider-nav-list {
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 191.59px;
  flex: 0 0 191.59px;
  position: absolute;
  left: 0;
  top: 0;
}

.companies-slider-wrapper .slider-nav-list ul li {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.31;
  font-weight: 300;
  color: var(--color-light);
  padding-bottom: 23.5px;
  padding-top: 23.5px;
  border-bottom: 1px solid var(--color-light);
  cursor: pointer;
}

.companies-slider-wrapper .slider-nav-list ul li:hover,
.companies-slider-wrapper .slider-nav-list ul li.active {
  font-weight: 400;
  text-decoration: underline;
}

.companies-slider-wrapper .slider-nav-list ul li:last-child {
  border-bottom: 0px;
}

.companies-slider-container .swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.companies-wrapper {
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: 50%;
  background-attachment: fixed;
}

.companies-wrapper .content-box {
  background-color: #000b8c;
  border-radius: 50px;
  padding: 47px 101px 49px 53px;
  position: relative;
  z-index: 2;
  max-width: 821px;
}

.companies-wrapper .content-box h2 {
  font-family: var(--font);
  font-size: 50px;
  line-height: 1.26;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--color-light);
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.companies-wrapper .content-box p {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-light);
  margin-top: 16px;
  margin-bottom: 0px;
}
.companies-wrapper .content-box p a{
  display: inline;
}

.companies-wrapper .content-box a {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.31;
  font-weight: 700;
  color: var(--color-light);
  text-decoration: underline;
  margin-top: 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.companies-wrapper .content-box a:hover {
  font-weight: 600;
  text-decoration: underline;
}

.companies-wrapper .content-box .logo{
  max-width: 400px;
}
.companies-wrapper .content-box .logo img{
  width: auto;
}

.companies-wrapper .swiper-slide .image {
  height: 348px;
  border-radius: 0px 0px 0px 50px;
  position: relative;
  z-index: 1;
  margin-top: -230px;
  margin-left: 150px;
}

.companies-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 0px 0px 50px;
}

.companies-wrapper .swiper-pagination {
  bottom: inherit;
  top: -50px !important;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 47px !important;
  height:10px;
}

.companies-wrapper .companies-slider-container {
  width: 60%;
  margin-left: auto;
  position: relative;
}

.companies-wrapper .swiper-slide:nth-child(2) .content-box{
  background-color: #053E2D;
}
.companies-wrapper .swiper-slide:nth-child(2) .content-box h2{
  font-family: "San Francisco Text 400";
  font-weight: 300;
  text-transform: uppercase;
  color: #E79831;
}
.companies-wrapper .swiper-slide:nth-child(2) .content-box .logo{
  max-width: 500px;
}

.companies-wrapper .swiper-slide:nth-child(3) .content-box{
  background-color: #F4F1EC;
}
.companies-wrapper .swiper-slide:nth-child(3) .content-box h2{
  color: #100065;
}
.companies-wrapper .swiper-slide:nth-child(3) .content-box p{
  color: #000000;
}
.companies-wrapper .swiper-slide:nth-child(3) .content-box a{
  color: #021D49;
}

.companies-wrapper .swiper-slide:nth-child(4) .content-box{
  background-color: #fff;
}
.companies-wrapper .swiper-slide:nth-child(4) .content-box h2{
  color: #006450;
}
.companies-wrapper .swiper-slide:nth-child(4) .content-box p{
  color: #000;
}
.companies-wrapper .swiper-slide:nth-child(4) .content-box a{
  color: #021D49;
}

.companies-wrapper .content-box h2 img{
  max-width: 75px;
}

.companies-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #3399ff;
  opacity: 1 !important;
}

.companies-wrapper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-light);
}
.slider-nav-list {
    margin-left: 3rem;
}

/*********************
*Team Section CSS
**********************/
.team-section {
  background-color: var(--darkp-blue);
  position: relative;
  z-index: 7;
}

.team-section .teams-container {
  width: 75%;
  max-width: 100%;
  margin: 0 auto;
}

.team-section .teams-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 29px;
  -moz-column-gap: 29px;
  column-gap: 29px;
  margin-bottom: 74px;
}

.team-section .teams-contents.aligned-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.team-section .teams-contents:last-child {
  margin-bottom: 0px;
}

.team-section .teams-contents .teams-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 195px;
  flex: 0 0 195px;
  height: 291px;
  border-radius: 50px;
}

.team-section .teams-contents .teams-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}

.team-section .teams-content .team-title {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.31;
  font-weight: 700;
  text-transform: uppercase;
  color: #3399ff;
  display: block;
}

.team-section .teams-contents.aligned-right .team-title {
  text-align: right;
}

.team-section .teams-content .team-name {
  font-family: var(--font);
  font-size: 26px;
  line-height: 1.38;
  font-weight: 300;
  text-transform: capitalize;
  color: var(--color-light);
  margin: 9px 0px 17px 0px;
}

.team-section .teams-contents.aligned-right .team-name {
  text-align: right;
}

.team-section .teams-content .team-desc {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-light);
}

.team-section .teams-contents.aligned-right .team-desc {
  text-align: right;
}

.team-section .teams-wrapper {
  margin-right: 70px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position: 60% 100%;
  background-size: auto;
  background-attachment: fixed;
  padding: 132px 0px 144px;
}

/*********************
*Get In TOuch Section CSS
**********************/
.get-in-touch {
  background-color: #f8f7f4;
  padding-top: 81px;
  padding-bottom: 80px;
}

.get-in-touch-wrap {
  width: 100%;
  margin-right: auto;
  position: relative;
  z-index: 7;
}

.get-in-touch-wrap .get-in-touch-content {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-dark);
  margin-bottom: 30px;
}
.get-in-touch-wrap .get-in-touch-content strong{
  color: var(--darkp-blue);
}

.get-in-touch-wrap .get-in-touch-content a {
  font-weight: 700;
  color: var(--darkp-blue);
}

.get-in-touch-wrap .contact-form label, .homepageV2 .wpcf7-form label {
  width: 100%;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--darkp-blue);
}

.get-in-touch-wrap .contact-form label span, .homepageV2 .wpcf7-form label span {
  display: block;
  margin-top: 10px;
}
span.wpcf7-not-valid-tip {
    text-transform: capitalize;
}

.get-in-touch-wrap .contact-form input[type="text"]:hover, .get-in-touch-wrap .contact-form input[type="email"]:hover,
.homepageV2 .wpcf7-form input[type="text"]:hover, .homepageV2 .wpcf7-form input[type="email"]:hover  
{
      border: 2px solid #000;
      transition: 0.3s;
}
.get-in-touch-wrap .contact-form input[type="text"],
.get-in-touch-wrap .contact-form input[type="email"],
.homepageV2 .wpcf7-form input[type="text"],
.homepageV2 .wpcf7-form input[type="email"]
 {
  height: 42px;
  border: 1px solid var(--darkp-blue);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  font-weight: 400;
  padding: 8px;
  border-radius: 0px;
}

.get-in-touch-wrap .contact-form input[type="submit"], .homepageV2 .wpcf7-form input[type="submit"] {
  background-color: transparent;
  width: auto;
  height: 66px;
  font-size: var(--font-20);
  border-radius: 50px;
  font-weight: bold;
  border: 1px solid var(--color-dark);
  padding: 0 3.75rem;
}
.get-in-touch-wrap .contact-form input[type="submit"]:hover, .homepageV2 .wpcf7-form input[type="submit"]:hover {
  border-width: 2px;
  text-decoration: underline;
}

.get-in-touch-wrap .contact-form input[type="text"]:focus,
.get-in-touch-wrap .contact-form input[type="email"]:focus,
.homepageV2 .wpcf7-form input[type="text"]:focus,
.homepageV2 .wpcf7-form input[type="email"]:focus
 {
  border-width: 2px;
  border-radius: 0px;
}

.get-in-touch-wrap .contact-form textarea, .homepageV2 .wpcf7-form textarea {
  border: 1px solid var(--darkp-blue);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  font-weight: 400;
  padding: 8px;
  height: 100px;
}

.get-in-touch-wrap .contact-form form p, .homepageV2 .wpcf7-form p {
  margin-bottom: 21px;
}

.get-in-touch-wrap .contact-form .required-msg, .homepageV2 .wpcf7-form .required-msg {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--darkp-blue);
  margin-bottom: 0px;
}
.wpcf7-form-control {
  width: 100%;
  position: relative;
  z-index: 8;
}
form.wpcf7-form {
  z-index: 5;
  position: relative;
  text-align: left;
}
/*********************
*Footer CSS
**********************/
#footer {
  background-color: var(--darkp-blue);
  background-image: none;
  padding: 71px 0px 41.35px;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 208px;
  -moz-column-gap: 208px;
  column-gap: 208px;
  padding-right: 35px;
  font-family: var(--font);
}

.footer-container .widget-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-container .widget-1 .widget_nav_menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.footer-container .widget-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 235px;
  flex: 0 0 279px;
}

#footer .widget-area .widget-container h3 {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.31;
  color: var(--color-light);
  font-weight: 700;
  text-transform: uppercase;
}

.footer-container .widget-1 .widget-container h3 {
  padding-bottom: 16.5px;
  border-bottom: 1px solid var(--color-light);
}

.footer-container .widget-1 .widget-container .menu-item {
  padding: 16.5px 0px;
  border-bottom: 1px solid var(--color-light);
}
.footer-container .widget-1 .widget-container .menu-item:last-child {
  border: none;
}

.footer-container .widget-1 .widget-container a {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.31;
  color: var(--color-light);
  font-weight: 300;
}

.footer-container .widget-2 .textwidget p {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.31;
  color: var(--color-light);
  font-weight: 300;
}

.footer-container .widget-2 .footer-logo {
  margin-top: 27px;
  margin-bottom: 23.52px;
  display: block;
}

.footer-container .widget-2 p.copyright {
  font-family: var(--font);
  font-size: 12px;
  line-height: 1.25;
  color: var(--color-light);
  font-weight: 300;
}
.footer-container .widget-2 #menu-copyright-menu-footer{
  display: flex;
  gap: 7px;
}
.footer-container .widget-2 #menu-copyright-menu-footer li:not(:last-child) a{
  padding-right: 7px;
  position: relative;
}
.footer-container .widget-2 #menu-copyright-menu-footer li:not(:last-child) a::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: var(--color-light);
}
.contact-image {
  min-height: 700px;
  position: fixed;
  top: 20%;
  border-radius: 50px;
  left: 40%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: initial;
  width: 100%;
  height: 580px;
}
.mobile-close {
  display: none;
}
.compmany-container {
  position: relative;
}

.dropdown > a .caret{
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.dropdown.open > a .caret {
  transform: rotate(180deg);
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
/*********************
*Responsive CSS
**********************/
@media (min-width: 900px){
  .dropdown:hover .caret {
    transform: rotate(180deg);
  }
}
@media (min-width: 1920px){
  .contact-image{
    left: 43%;
  }
}

@media (max-width: 1399.98px){
  .contact-image{
    left: 37%;
  }
}

@media (min-width: 1190px) {
  /*    @media screen and (max-width:480px) {*/
  .container {
    width: 1190px;
    margin: 0 auto;
    padding: 0px 15px;
  }
}

@media (max-width: 1199.98px){
  .contact-image{
    left: 33%;
    width: 65%;
    background-size: contain;
  }
}

@media (max-width: 991.98px){
  .contact-image{
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .navbar-ex1-collapse {
    display: none;
  }

  .navbar-ex1-collapse.mobileopen {
    display: block;
  }

  .mobile-close {
    display: none;
  }

  .navbar-ex1-collapse.mobileopen .mobile-close {
    display: block;
  }

  .nav.navbar-nav .dropdown-menu .menu-item a{
    padding: 15px;
  }
  
  .menu-item-has-children {
      border-bottom: none !important;
  }
  .companies-slider-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0;
  }

  .nav.navbar-nav.mobileopen .dropdown-menu .menu-item a {
      font-weight: 100;
  }
  .companies-wrapper .swiper-slide .image {
    position: absolute;
    top: 333px;
  }
  .slider-nav-list {
      margin-left: 2rem;
  }
  .main-navbar {
    padding: 32px 0px 59.07px;
  }

  .main-navbar.sticky {
      padding: 23px 0px;
  }
  .desktop-navbar.navbar-ex1-collapse.collapse.in .mobile-close {
    display: block;
    position: fixed;
    top: 15px;
    z-index: 9999999;
    /* width: 169px; */
    float: right;
    right: 30px;
  }
  .mobile-navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
  .mobile-logo {
    display: inline-flex;
  }
  .main-navbar .custom-logo-link {
    max-width: 14.875rem;
    display: inline-flex;
    height: auto;
  }

  .desktop-navbar {
    display: none;
  }

  .nav.navbar-nav {
    display: inline-block;
  }
  .desktop-navbar.navbar-ex1-collapse .custom-logo-link {
    display: none;
  }
  .team-section .teams-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .nav.navbar-nav .menu-item.menu-item-has-children ul li:last-child {
    border-bottom: none;
  }
  .banner .banner-content {
    padding: 0.025rem 0.025rem 4.5rem 0rem;
    z-index: 99;
    position: relative;
  }

  .banner .banner-content .banner-title {
    font-size: 40px;
  }
  .banner .banner-content .banner-sub-title {
    font-size: 21px;
  }
  .banner-content-right {
    display: none;
  }
  .banner-content-left {
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
  }

  .get-in-touch-wrap .get-in-touch-content {
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-dark);
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .hd-bg1 {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 312px;
    height: 312px;
    right: 0%;
    top: 0%;
    opacity: 0.4;
    display: block;
  }
  .section-title {
    font-size: 16px;
  }
  .wwd-container .wwd-posts {
    margin-top: 34px;
  }
  .wwd-container .wwd-posts .wwd-post .wwd-post-thumbnail {
    height: 126px;
    border-radius: 30px;
    float: left;
    width: 126px;
    margin-bottom: 34px;
  }
  .wwd-container .wwd-posts .wwd-post {
    display: inline-grid;
    gap: 0px;
    margin-bottom: 44px;
  }
  .wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-title {
    font-size: 30px;
  }
  .wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-content {
    padding: 0px;
    margin-top:15px;
  }
  .what-we-do .wwd-bg1 {
    width: 901.26px;
    height: 1139.22px;
    right: -158%;
    top: 112px;
  }
  .wwd-posts {
    margin-bottom: 50px;
  }
  .wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-btn {
    margin-top: 19px;
    margin-left: 0px;
  }
  .companies-wrapper {
    padding: 36px 0px 100px;
    background-size: unset;
  }
  .companies-slider-container .swiper-container {
    overflow: visible;
  }
  .companies-wrapper .content-box {
    padding: 51px 16px 49px 24px;
  }
  .companies-wrapper .content-box h2 {
    width: 320px;
    font-size: 30px;
    column-gap: 12px;
  }
  .companies-wrapper .swiper-slide .image img {
    border-radius: 0px 50px 0px 0px;
  }
  .companies-wrapper .content-box {
    border-radius: 50px 0px 0px 50px;
  }
  .section-title.white {
    margin-left: 24px;
  }
  .slider-nav-list li {
    display: none;
  }
  .slider-nav-list .active {
    display: block;
  }
  .companies-slider-wrapper .slider-nav-list ul li:hover,
  .companies-slider-wrapper .slider-nav-list ul li.active {
    text-decoration: none;
  }
  
  .companies-slider-wrapper .slider-nav-list ul li {
    border: none;
  }
  .companies-wrapper .swiper-pagination {
    top: -10px !important;
    left: -40px !important;
    width: 100%;
    text-align: right;
  }
  .companies-wrapper .companies-slider-container {
    width: 100%;
  }
  .companies-wrapper .content-box {
    margin: 125px 0px 0px 24px;
  }

  .aligned-right {
    text-align: right;
  }
  div.slider__prev {
      margin-right: 8px;
      display: inline;
      background-image: url(arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      height: 19.95px;
      width: 10px;
      top: 24px;
      position: relative;
  }
  div.slider__next {
      margin-left: 8px;
      display: inline;
      background-image: url(arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      height: 19.95px;
      width: 10px;
      top: 24px;
      position: relative;
      transform: rotate(180deg);
  }

  .companies-wrapper .swiper-slide .image {
    height: 186.19px;
    margin-top: -397px;
    margin-left: 0px;
    width: 40%;
  }
  .get-in-touch {
    padding-top: 40px;
  }
  .section-title.bold {
    font-size: 30px;
  }
  .get-in-touch-wrap {
    width: 100%;
    margin-right: auto;
    padding: 0px 8px 0px 24px;
    max-width: 100%;
  }
  .footer-container .widget-1 {
    display: inline-block;
  }
  .footer-container {
    display: block;
  }
  .footer-container .widget-1 {
    display: inline-block;
    width: 100%;
    padding: 0px 22px 0px 20px;
  }
  #footer .widget-area .widget-container.widget_nav_menu {
    margin-bottom: 40px;
  }
  .widget-area.widget-2 {
    padding: 0px 22px 0px 20px;
  }
  .wpcf7-form-control {
    width: 90%;
  }
  .team-section .teams-contents {
    display: block;
  }
  .team-section .teams-contents .teams-image img {
    width: 195px;
    height: 195px;
  }
  .team-section .teams-contents .teams-image {
    height: auto;
    margin: 32px 0px 0px 0px;
    width: 310px;
    display: inline-block;
  }
  .teams-content {
    margin: 32px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }
  .aligned-right img {
    float: right;
  }
  .companies-wrapper .swiper-slide .image {
    width: 28rem;
  }
  .nav.navbar-nav.mobileopen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: block;
    background: var(--darkp-blue);
    padding: 30px 0px 30px 22px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .nav.navbar-nav.mobileopen .menu-item {
    width: 95%;
  }
  .mobileopen ul.dropdown-menu {
    position: static;
    float: none;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    padding: 0px;
  }
  .mobileopen .menu-item a {
    text-transform: uppercase;
  }
  .mobileopen ul.dropdown-menu a {
    text-transform: none;
  }

  .nav.navbar-nav {
    display: none;
  }

  .mobile-close img {
    z-index: 99999;
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    color: #fff;
    right: 20px;
  }
  header {
    z-index: 999;
  }
  nav.main-navbar.sticky .dropdown-menu {
    padding: 0%;
    border-top:none;
  }
  nav.main-navbar .dropdown-menu{
    display: none;
  }
  nav.main-navbar .dropdown.open .dropdown-menu{
    display: block;
  }
  .team-section .teams-wrapper {
      margin: 0 2rem;
      padding: 55px 0px 144px;
    }
    .companies-slider-wrapper .slider-nav-list {
      position: relative;
      text-align: right;
      display: flex;
      justify-content: flex-end;
    }
}

@media (max-width: 500px) {
  .main-navbar {
    padding: 32px 0px 59.07px;
  }

  .main-navbar.sticky {
      padding: 23px 0px;
  }
  .wwd-post {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 73px;
  }
  .wwd-post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 196px;
    flex: 0 0 109px;
    height: 183px;
    border: 1px solid var(--darkp-blue);
    border-radius: 26px;
    overflow: hidden;
  }
  .wwd-post-contents .p-title {
    font-size: 39px;
  }
  .wwd-container .wwd-posts .wwd-post .wwd-post-contents .p-content {
    padding: 0px;
  }
/*  .companies-slider-wrapper .slider-nav-list {
    position: absolute;
    left: 45px;
    top: -45px;
    display: inline-flex;
  }*/
  .companies-wrapper .swiper-slide .image {
    width: 25rem;
  }
  .team-section .teams-contents .teams-image {
    width: auto;
  }
  .team-section .teams-wrapper {
    margin: 0 0;
    background-size: 84%;
  }
  .get-in-touch-wrap {
    padding: 0px;
  }
  .get-in-touch .col-md-4 {
    padding: 0px;
  }
  .footer-container {
    padding-right: 0px;
  }
  .widget-area.widget-2 {
    padding: 0px;
  }
  .footer-container .widget-1 {
    padding: 0px;
  }
  .companies-wrapper .content-box h2 {
    width: auto;
    align-items: flex-start;
  }
}


@media screen and (min-device-width: 900px) and (max-device-width: 1100px) {
  /* STYLES HERE */
  .footer-container {
    column-gap: 0px;
  }
  .nav.navbar-nav {
    display: flex;
    justify-content: flex-end;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    position: relative;
  }
  .team-section .teams-wrapper {
    margin: 0 2rem;
  }
}



/* QA fixes */

#text-6{
  font-size: 1rem;
}

#contact-button{
  display: none;
}

@media screen and (min-device-width: 900px) and (max-device-width: 1000px) {
  .get-in-touch-wrap{
    padding-right: 40px;
  }
}

#rotateImage {
  transform: rotate(0deg);
  transition: transform 0.05s linear; /* Adjusted for smoother and faster transition */
}

@media (min-width: 1920px){
  .what-we-do .wwd-bg2{
    right: calc(50% - 700px + 20px);
  }
}
@media screen and (max-device-width: 1150px) {
  .what-we-do .wwd-bg2 {
    top: 52%;
  }
 
}
@media screen and (min-width: 900px) {
  
}
@media screen and (min-width: 901px) {
  .nav.navbar-nav .menu-item.dropdown:last-child{
    max-width: 10rem !important;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media screen and (max-device-width: 660px) {
  .what-we-do .wwd-bg2 {
    width: 55px;
    height: 63px;
  }

}
@media screen and (max-device-width: 500px) {
  .nav.navbar-nav .menu-item:not(:first-child) a.dropdown-toggle{
    margin-top: 27px;
  }
}
@media (max-width: 430px) {
  .what-we-do .wwd-bg2 {
    right: 0%;
    top: 40%;
  }
  /*.companies-slider-wrapper .slider-nav-list {
    position: absolute;
    left: 0px;
    top: -45px;
    display: inline-flex;
  }*/
  .companies-wrapper .swiper-slide .image {
    width: 18rem;
  }
}




/*  New section styling  */
.sample-postfolio-sec {
  padding-bottom: 95px;
}

.sample-postfolio-sec h2{
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  line-height: 36px;
  font-family: var(--font);
  margin: 0 0 50px;
}
.sample-postfolio-sec .portfolio-track {
  overflow: hidden;
  width: 100%;
}
.sample-postfolio-sec .portfolio-logos {
  display: flex;
  align-items: center;
  gap: 25px;
  will-change: transform;
}
.sample-postfolio-sec .portfolio-logo{
  flex: 0 0 100px;
  text-align: center;
}
.sample-postfolio-sec .portfolio-logo img{
  max-width: 150px;
  max-height: 50px;
}



.portfolio-popup-sec{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.portfolio-popup-sec h2{
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 33px;
  font-family: var(--font);
  margin: 0 0 18px;
  text-transform: uppercase;
}

.portfolio-popup-sec .popup-wrapper{
  position: absolute;
  background-color: #fff;
  padding: 58px 73px 84px 106px;
  border-radius: 50px;
  max-width: 894px;
  width: 90%;
  max-height: 742px;
  max-height: calc(100vh - 50px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
.portfolio-popup-sec .popup-wrapper::-webkit-scrollbar {
  width: 6px;
}

.portfolio-popup-sec .popup-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.portfolio-popup-sec .popup-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); 
  border-radius: 3px;
}

.portfolio-popup-sec .close-btn{
  position: absolute;
  top: 34px;
  right: 36px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
}
.portfolio-popup-sec .close-btn::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.portfolio-popup-sec .close-btn::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #707070;
}
.portfolio-popup-sec .portfolio-popup-logos{
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 133px;
  grid-row-gap: 36px;
  margin: 0 0 55px;
}
.portfolio-popup-sec .portfolio-popup-logo{
  text-align: center;
}
.portfolio-popup-sec .portfolio-popup-logo img{
  max-width: 150px;
  max-height: 70px;
}

.portfolio-popup-sec .portfolio-popup-sub-logos{
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 39px;
  margin: 40px 0 0;
}

@media (min-width: 900px){
  .nav.navbar-nav .menu-item a.dropdown-toggle{
    padding:0 0 16.5px 0 !important;
  }	
    #footer .widget-area .widget-container,
    .nav.navbar-nav .menu-item{
      margin: 0 5px;
    }
    .nav.navbar-nav .menu-item li{
      margin: 0px;
    }
    
}

@media (max-width: 1024px){
  .portfolio-popup-sec .popup-wrapper{
    overflow-y: auto;
  }
  .portfolio-popup-sec .portfolio-popup-logos{
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .portfolio-popup-sec .portfolio-popup-sub-logos{
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media (max-width: 768px) {
  .portfolio-popup-sec .popup-wrapper {
    padding: 30px 20px;
    border-radius: 20px;
  }
}

@media (max-width: 576px){
  .portfolio-popup-sec .portfolio-popup-logo img{
    max-width: 100px;
    max-height: 50px;
  }
}

