@charset "utf-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #247d51;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  font-family: "Poppins", sans-serif !important;
  background-color: #000A23;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}
a,
button,
input {
 
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
}
.position-relative {
  position: relative;
}
/**************global css end*******/


/* ==============heading and subheading=================== */
/*  */
/*===================scroll top=================== */
/* .scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 30px;
  right: -60px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 2;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #f15a29 0%, #f15a29 100%);
  border: 1px solid #f15a29;
  transition: right 0.5s ease-in-out;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top:hover {
  color: #0f0c3f;
  background: #fff;
  border: 1px solid #0f0c3f;
  box-shadow: 0px 2px 5px 0px rgba(15, 12, 63, 0.6);
}
.scroll-top.open {
  right: 20px;
} */
/* ====================header================== */
.bannerimg img{
  width: 100%;

}
/* .header-top-border {
  background: linear-gradient(to right, #262262 70%, #f15a29 30%);
  height: 3px;
}
.main_header {
  width: 100%;
  display: block;
  margin: 0;
  padding: 24px 0;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
}
.main_header.sticky-header {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #fff;
}
.main_header .logo {
  width: 100%;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.action-container {
  text-align: end;
} */
/* Start navigation */
/* .navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.9s ease-in-out;
  padding: 10px;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 15px;
}
.navigation_sec .nav_sec > ul > li a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 5px solid transparent;
  padding-bottom: 8px;
  display: inline-block;
}
.navigation_sec .nav_sec > ul > li a::before {
  content: attr(data-text);
  font-weight: 700;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: block;
}
.navigation_sec .nav_sec > ul > li.active a,
.navigation_sec .nav_sec > ul > li:hover a {
  font-weight: 700;
}
.navigation_sec ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background-color: #f15a29;
  left: 0;
  bottom: -20%;
  transition: 0.3s;
}
.navigation_sec ul li a:hover::after,
.navigation_sec ul li.active a::after {
  width: 29px;
}
.navigation_sec ul li.has-mega-menu.active ul li a::after {
  background: transparent;
}
.navigation_sec ul li.has-mega-menu.active ul li.active a {
  color: #f15a29;
}
span.toggle-menu {
  display: none;
} */


.what-we-offer{
  background-color: #000A23;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}
.what-we-offer h3{
  text-align: center;
}
.what-we-offer h3 span {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #0FD2FD;
    padding: 5px 35px;
    border-radius: 50px;
    font-size: 32px;
    font-weight: 500;
}
.what-we-offer h2{
  font-size: 40px;
  font-weight: lighter;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}
.what-we-offer h2 span{
  color: #844FF5;
  font-weight: 600;
}

.whatWeOfferSection {
  height: 430px !important;
  width: 100%;
  height: auto;
  background: url(../images/whatWeOfferSection-1.png) no-repeat;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.whatWeOfferSection-2{
  background: url(../images/whatWeOfferSection-2.png) no-repeat;
}
.whatWeOfferSection-3{
  background: url(../images/whatWeOfferSection-3.png) no-repeat;
}
.whatWeOfferSection-4{
  background: url(../images/whatWeOfferSection-4.png) no-repeat;
}
.whatWeOfferSection-5{
  background: url(../images/whatWeOfferSection-5.png) no-repeat;
}
.whatWeOfferSection::after { 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(1, 12, 39, 0.43) 0%, #010C27 100%);
  transition: all ease 0.5s;
}
.offercontent{
  position: absolute;
  content: "";
  bottom: -140px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all ease 0.5s;
  padding: 30px;
}
.whatWeOfferSection:hover .offercontent{
  bottom: 0px;
  transition: all ease 0.5s;
}
.offer-heading{
  font-size: 18px !important;
  color: #fff;
  font-weight: 500 !important;
  padding: 0px 10px 0px 0px !important;
}
.offer-para {
    font-size: 14px !important;
    color: #fff;
    padding-top: 30px !important;
    font-weight: 300;
    line-height: 1.4;
}
span.wpcf7-list-item-label {
    color: #ffffff54;
}
span.wpcf7-form-control.wpcf7-radio.radio-new {
    display: flex;
    gap: 30px;
}
span.wpcf7-list-item {
    margin: 0px;
}
span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 15px;
}
/* How we work */

.weworksection{
  display: inline-flex;
  align-items: center;
  gap: 17px;
}

.wework{
  background-color: #000A23;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.wework h3{
  text-align: center;
}
.wework h3 span {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #0FD2FD;
    padding: 5px 35px;
    border-radius: 50px;
    font-size: 32px;
    font-weight: 500;
}
.wework h2{
  font-size: 40px;
  font-weight: lighter;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 80px;
}
.wework h2 span{
  background: var(--theme, linear-gradient(90deg, #01E0FD 0%, #844FF5 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.weworkparent {
  justify-content: center;
  display: flex;
}
.wework-circles {
  width: 297px;
  height: 297px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, #01E0FD, #844FF5);
  padding: 0px;
  overflow: hidden;
}
.wework-circles-inner {
  width: 295px;
  height: 295px;
  background: #000b26;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
  border-radius: 50%;
  gap: 20px;
}

.wework-circles span{
  text-align: center;
  display: inline-block;
}
.wework-circles img{
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.wework-circles h4{
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.wework-circles p{
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
/* How we work */

.whyUs{
  background-color: #000f30;
  width: 100%;
   padding: 70px 0px;
  position: relative;
}
.whyUs::after {
    position: absolute;
    content: "";
    background-image: url('../images/why-us-side-img.png');
    background-position: right;
    background-repeat: no-repeat;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
}
.whyUs h3{
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 40px;
}
.whyUs h3 span{
 color: #01E0FD;
}

/* Accordion */



.why-section-parent{
  display: flex;
  margin-top: 40px;
}
.why-section-one{
  text-align: left;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-right: 5px;
}
.why-section-one p{
  margin-top: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.why-section-one span{
  display: inline-block;
}
.why-section-one span img{
  width: 45px;
  height: 45px;
}



.testimonial{
  padding-top: 50px;
}
.testimonial-block{
  height: 359px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(3, 29, 59, 0.50);
  backdrop-filter: blur(12.300000190734863px);
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.testimonial h3{
  font-size: 40px;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  letter-spacing: 2;
  color: #01E0FD;
  text-align: center;
}
.testimonial p{
  color: #fff;
  font-family: 'Poppins',sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8;
  font-weight: 300;
  padding-bottom: 60px;
}
a.bd-details {
    color: #1d84ff;
    margin-top: 20px;
    display: flex
;
    opacity: 1;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.form-control.wpcf7-not-valid {
    border: 1px solid #8b0916 !important;
}
.testimonial-para{
  text-align: left !important;
}
.rating-number{
  color: #fff;
}
.rating-star{
  color: #01E0FD;
}
.testimonial-person {
    display: flex
;
}
.testimonial-person span img {
    width: 60px;
}
.testimonial-person p {
    padding-left: 25px;
    padding-top: 5px;
    text-align: left;
}
span.testimonial-name {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
}
span.testimonial-desig {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins',sans-serif;
}
.blog-content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  position: relative;
  top: -30px;
}
.blog-content-wrapper .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  height: 110px;
  width: 110px;
  border-radius: 10px;
}
.blog-content a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}
.footer {
    border-top: 1px solid rgb(255 255 255 / 11%);
    padding: 80px 0px 0px;
}
.footer-top-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
img.logo-white {
    height: 70px;
    width: auto;
}
.footer-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
img.footer-icon {
    height: 20px;
    width: 20px;
}
.footer-content span {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}
.footer-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin: 50px 0px;
}
.footer-down {
    border-top: 1px solid rgb(255 255 255 / 11%);
    padding: 40px 0px;
}
.footer-links {
    display: flex;
    align-items: center;
    gap: 50px;
}
a.footer-link-single {
    color: #546285;
    font-weight: 400;
    font-size: 14px;
}
p.copyright-text {
  color: #546285;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
}
.blog-content {
  background-color: #000A23;
  color: #ffffff;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 20px;
  padding: 30px 20px;
  width: 350px;
}
p.blc {
  font-size: 22px;
  margin-bottom: 20px;
}
.blog-content a {
  background: linear-gradient(90deg, #01b1fd 0%, #844FF5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.blog-content img {
  height: 10px;
  width: auto;
  display: flex;
}
span.date-digit {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
span.month {
  font-size: 18px;
}
h3.section-heading {
  font-size: 40px;
  font-style: normal;

  line-height: normal;
      color: #ffffff;
    font-weight: 600 !important;
  text-align: center;
}
p.section-subheading {
    color: #ffffff;
    text-align: center;
    margin: 5px 0px 50px;
    line-height: 1.4;
    font-weight: 200;
}


section.section {
  background-color: #000B26;
  padding: 70px 0px;
  position: relative;
}
img.star {
    height: 20px;
    width: auto;
}
.rating-star {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rating-section {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating-number {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.testimonial-para {
  text-align: left !important;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.7;
  font-size: 17px;
  letter-spacing: 1.1px;
}
span.testimonial-name {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
span.testimonial-desig {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  opacity: 0.5;
}
img.wave-left {
  position: absolute;
  height: 500px;
  left: 0px;
  width: auto;
  transform: rotateX(180deg) rotateY(180deg);
  top: 150px;
}
img.wave-right {
  position: absolute;
  height: 500px;
  right: 0px;
  width: auto;
  transform: rotateX(0deg) rotateY(0deg);
  top: 150px;
}
.why-us-content {
  position: relative;
  z-index: 1;
  padding-left: 3%;
}
.accordion-item {
  border: 0px;
  background-color: transparent;
  margin-bottom: 15px;
}
button.accordion-button.collapsed {
  background-color: transparent;
}
button.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #ffffff!important;
  font-weight: 600;
  font-size: 18px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
}
.accordion-body {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
    font-weight: 300;
    padding-left: 55px;
}
.accordion-button:not(.collapsed)::after {
  content: none;
}

.accordion-button span {
  border: 1px solid #01E0FD;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.accordion-button.collapsed span.acc-minus,
.accordion-button span.acc-plus{
  display: none;
}
.accordion-button.collapsed span.acc-plus,
.accordion-button span.acc-minus{
  display: flex;
}
.accordion {
  margin-top: 40px;
}
.section-heading span {
  background: none;
 
}
.round-text span {
  border-radius: 80px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(217, 217, 217, 0.00);
  padding: 5px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  color: #0FD2FD;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.round-text {
  text-align: center;
  margin-bottom: 20px;
}
.single-row .col-lg-4{
  position: relative;
}
img.first-right {
  position: absolute;
  height: 100px;
  width: auto;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
img.first-left {
  position: absolute;
  height: 100px;
  width: auto;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
img.first-down {
    position: absolute;
    height: 110px;
    width: auto;
    right: 20px;
    bottom: -80px;
}
img.first-down-2 {
    position: absolute;
    height: 110px;
    width: auto;
    left: 20px;
    bottom: -80px;
}
.banner {
  background: linear-gradient(rgb(0 11 38 / 90%), rgb(0 11 38 / 90%)), url(../images/banner-image.png);
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.accordion-button a {
    flex: 1;
}
.banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 30px;
  left: 0px;
  right: 0px;
}
h1.banner-main-heading {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  line-height: 1.3;
  font-weight: 200;
  
}
p.banner-main-subheading {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
}
p.banner-main-para {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  
}
.banner-main-subheading button {
  border-radius: 80px;
  background: linear-gradient(90deg, #01E0FD 0%, #844FF5 100%);
  width: 175px;
  height: 54px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  position: relative;
  border: 0px;
  transition: all ease 0.3s;
}
.banner-main-subheading button:hover {
  background: #04102b;
  transition: all ease 0.3s;
}
.banner-main-subheading button:hover::after {
  width: 175px;
  height: 54px;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}
.banner-main-subheading button::after {
  content: "";
  width: 190px;
  height: 65px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.354);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  left: -8px;
  transition: all ease 0.3s;
}
.banner .container {
  position: relative;
  height: 100%;
}
img.young-man {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 450px;
  width: auto;
}
header#header {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 1;
  padding: 20px 0px;
}
nav.nav_sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_sec ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  border: 1px solid rgb(255 255 255 / 13%);
  padding: 20px 50px;
  border-radius: 50px;
}
.nav_sec a {
  color: #ffffff !important;
  font-weight: 300;
}
a.tob {
  background: #04102b;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  border-radius: 100px;
  color: #ffffff;
}
button.theme-outline-btn {
  border-radius: 100px;
  background: linear-gradient(to right, #01E0FD, #844FF5);
  padding: 1px;
  border: 0px;
}
.relative {
  position: relative;
}
.select-down {
  color: #ffffff54;
  position: absolute;
  top: 40%;
  right: 25px;
  transform: translateY(-50%);
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff54;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}
.radio-container:hover input ~ .checkmark {
  background-color: #434343;
}
.radio-container input:checked ~ .checkmark {
  background-color: #07DAFD;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container input:checked ~ .checkmark:after {
  display: none;

}
.radio-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.modal-content {
  background-color: transparent;
}
.modal-content-inner {
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / 11%);
    background: #f00de70f;
    backdrop-filter: blur(190px);
    padding: 20px 40px;
}
p.modal-heading {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
	    margin-bottom: 15px;
}
p.modal-subheading {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}
.form-control {
  background-color: #ffffff12 !important;
  min-height: 50px;
  border: 1px solid #ffffff2b !important;
  margin-bottom: 15px;
  color: #ffffff54 !important;
  resize: none;
  box-shadow: none !important;
}
.input-wrapper {
    background-color: #ffffff12;
    min-height: 50px;
    border: 1px solid #ffffff2b;
    margin-bottom: 15px;
    border-radius: .375rem;
    padding: 15px;
}
p.input-label {
  color: #ffffff54;
  margin-bottom: 25px;
}
.radio-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.modal-submit {
  display: flex;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 75px;
  background: linear-gradient(90deg, #01E0FD 0%, #844FF5 100%);
  width: 100%;
  height: 47px;
  color: #ffffff;
  border: 0px;
}
.modal-close{
  font-size: 30px;
  color: #ffffff !important;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
textarea.form-control {
  min-height: 100px;
	height: 100px;
}
button.carousel-control-next {
    right: -10%;
}
button.carousel-control-prev {
    left: -10%;
}
.modal-backdrop {
    --bs-backdrop-opacity: 0.8;
}
.relative br {
	display : none;
}
a.whatsapp-wraper {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
}
.mobile-header {
  display: none;
}
.main_header {
  display: block;
}

.breadcrumb-section {
    background: linear-gradient(rgb(0 11 38 / 90%), rgb(0 11 38 / 90%)), url(../images/banner-image.png);
    background-size: cover;
    height: 400px;
    width: 100%;
	position:relative
}
.br-area {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
}
h2.br-heading {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
	margin-bottom:15px
}
.br-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.br-br {
    padding: 0px 5px;
    color: rgb(255 255 255 / 34%);
    font-weight: 300;
    font-size: 15px;
}
img.blog-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}


.blog-details-main-wrapper {
    padding-top: 200px;
}
a.cl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background: #ffffff30;
    border-radius: 50%;
    color: #ffffff;
}
.blg-de-bread {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 50px;
    overflow: hidden;
}
a.new-nav {
    background-color: #ffffff;
    height: 35px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
     text-transform: uppercase;
  color: #000a23;
}
a.old-nav {
    text-transform: uppercase;
    color: white;
    height: 35px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cl-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
h1.bld-main-title {
  font-size: 40px;
  margin: 35px 0px;
  color: #ffffff;
}
img.main-featured-image {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: top;
	border-radius:20px;
}
.main-blog-body-content {
    color: #ffffff;
    margin: 40px 0px;
    line-height: 2;
    white-space: normal;
}


.other-post-wrapper {
    border-top: 1px solid #2a2a2a;
    margin: 30px 0px;
    padding-top: 30px;
}
p.oip {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 28px;
}
.single-other-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
img.other-blog-img {
    height: 230px;
    width: auto;
}
p.other-post-heading {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
p.other-post-sub {
    color: #b1b1b1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.single-other-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.other-post-wrapper .single-other-post:last-child {
    border: 0px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #ffb900;
    font-weight: 300;
    padding: 10px;
	margin: 15px 0px 0px;
    text-align: center;
    font-size: 13px;
}
.wpcf7-spinner {
    background-color: #ffffff3b !important;
    position: absolute !important;
    top: 13px;
    right: 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    font-weight: 300;
    padding: 10px;
    margin: 15px 0px 0px;
    text-align: center;
    font-size: 13px;
}
.mobile-sec {
	display: none
}
.only-desktop {
	display:flex;
}

/* responsive */
@media only screen and (max-width: 767px) {
	.single-other-post {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 40px 10px 20px;
    gap: 30px;
}
	.testimonial-para {
    text-align: left !important;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 1.1px;
}
	.whyUs {
	padding: 50px 0px 70px;
}
.only-desktop {
	display:none;
}
	.mobile-sec {
		display: flex;
	}
	.mobile-workflow {
		
		flex-wrap: wrap;
		gap: 4%;
		align-items: flex-start;
		    margin-top: 30px;
	}
	
	
	
	
	img.blog-img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
	.offercontent {
    position: absolute;
    content: "";
		bottom: 0px;
	}
	.whyUs h3 {
    font-size: 28px;
}
  .banner {
    height: 430px;
}
  .mobile-header {
  display: block;
}
.main_header {
  display: none;
}
 h3.section-heading{
           font-size: 25px;
        line-height: 1.2;
        font-weight: 500 !important;

 }
 .round-text span {
  font-size: 19px;
 }
 p.section-subheading {
    margin: 25px 0px 50px;
	 font-size: 15px;
}
.section-subheading br{
  display: none;
}
.how-we-work-responsive {
    padding: 10px 0px !important;
}
.what-we-offer-responsive {
    padding: 10px 0px !important;
}
img.first-right {
    position: absolute;
    height: 100px;
    width: auto;
    right: 0;
    top: unset;
    bottom: -170px;
    rotate: 90deg;
    left: 39%;
    transform: translateX(-50%);
}
    .weworkparent {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
	
	.wework-circles {
           width: 100%;
        height: 100%;
        flex-shrink: 0;
        border-radius: 10px;
        display: flex
;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 4px;
        position: relative;
        background: linear-gradient(to right, #053035, #25036e);
        overflow: hidden;
        margin-bottom: 10px;
}
.wework-circles-inner {
            width: auto;
        height: auto;
        /* background: #000b26; */
        display: flex
;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 15px 15px 15px;
        border-radius: 0px;
        gap: 20px;
}
	.wework-circles h4 {
    color: #FFF;
    text-align: left;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-height: auto;
}
	.wework-circles p {
    color: rgba(255, 255, 255, 0.70);
    text-align: left;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    min-height: auto;
}
	
.work-single-row{
  gap: 9rem;
}
.single-row-second{
  flex-direction: column-reverse;
  gap: 9rem;
}
img.first-left {
  position: absolute;
  height: 100px;
  width: auto;
  right: 0;
  top: unset;
  bottom: -73px;
  rotate: -90deg;
  left: 39%;
  transform: translateX(-50%);
}
.single-row-third{
  gap: 9rem;
}
.why-us-content{
  margin-top: 40px;
}
.why-section-parent {
    flex-direction: column;
}
.why-section-one {
    text-align: center;
    margin-bottom: 20px;
}
.testimonial-section{
  padding: 0px 0px !important;
}
.testimonial-block{
  height: auto;
  margin-bottom: 30px;
}
.testimonial-section .carousel-control-prev {
    position: relative;
    left: 43%;
    transform: translateX(-50%);
}
.testimonial-section .carousel-control-next {
    position: relative;
    left: 55%;
    transform: translateX(-50%);
    top: -32px;
}
.footer-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}
.footer-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
.copyright-text {
    text-align: center !important;
    margin-top: 30px;
}
h1.banner-main-heading {
    font-size: 1.3rem;
}
p.banner-main-subheading {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}
	p.banner-main-para {
    font-size: 17px;
    line-height: 1.4;
}
img.young-man{
  height: 220px !important;
}
.banner-content {
  position: relative;
  transform: none;
  top: 20px;
	gap:15px
}
.banner-main-subheading button {
    position: absolute;
    bottom: -75px;
	    width: 165px;
    height: 44px;
}
	.banner-main-subheading button::after
 {
    content: "";
    width: 180px;
	 height: 55px;align-content
	}
a.tob {
  height: 40px;
        width: 150px;
}
.mobile-side-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -250px;
  background: linear-gradient(3deg, #00454d 0%, #502d99 100%);
  z-index: 9;
  width: 200px;
  padding: 40px 20px 20px 20px;
  transition: all ease 0.3s;
}
.mobile-side-menu.active { 
  right: 0;
  transition: all ease 0.3s;
}
.overlay.active {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000000bd;
  z-index: 1;
}
.overlay {
    display: none
}
.mobile-side-menu li a {
    color: #ffffff;
}
.mobile-side-menu li {
    margin-bottom: 20px;
}







.main_header{
  display: none;
}
.mobile-header .logo img {
    width: 100%;
}
.mobile-header .logo {
    float: left;
}
.mobile-header {
    padding: 15px 0px;
}
.mobile-menu-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.nav_sec_mobile {
    font-size: 35px;
    color: #ffffff;
}
.mobile-menu-right button{

}



nav.nav_sec{
  display: none;
}

}