@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  
  outline: 0 !important;
}
html {
  overflow-x: hidden;
}

body {
  font-size: 18px;
  font-weight: 400;
  color: #101010;
  position: relative;
  font-family: "Poppins", serif!important;
  background-color: #ffffff!important;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.container-fluid {
  max-width: 1920px;
}
a,
button {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
  text-decoration: none !important;
}
ul {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "Outfit", serif!important;
}
h2 {
  font-size: 50px;
  line-height: 1.2;
  font-family: "Outfit", serif!important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
p {
  line-height: 28px;
  font-size: 17px;
}
img {
  max-width: 100%;
}
header,
footer {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  vertical-align: top;
  padding-top: 80px;
  padding-bottom: 80px;
}
section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  vertical-align: top;
  padding-top: 50px;
  padding-bottom: 50px;
  /* overflow: hidden; */
}
:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0;
}
.form-select {
  cursor: pointer;
}
.pt-150 {
  padding-top: 150px;
}
.responsive-d-block {
display: none;
}
.shadow-container .circleBlur{
  height: 300px;
  width: 300px;
  position: absolute;
  -webkit-animation-name: color-shape-movement; 
  -webkit-animation-duration: 12s;
  animation-name: color-shape-movement;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes color-shape-movement {
  0%   {left:0px; top:0px;}
  25%  {filter: brightness(0) saturate(100%) invert(86%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(108%) contrast(104%); left:500px; top:0px;}
  50%  {filter: brightness(0) saturate(100%) invert(86%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(58%) contrast(104%); left:500px; top:300px;}
  75%  {filter: brightness(0) saturate(100%) invert(86%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(108%) contrast(104%); left:0px; top:500px;}
  100% {left:0px; top:0px;}
}
.shadow-container .circleBlur2{
  height: 300px;
  width:300px;
  position: absolute;
  -webkit-animation-name: color-shape-movement2; 
  -webkit-animation-duration: 12s;
  animation-name: color-shape-movement2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  right: 200px;
  bottom: 50px;
}
@keyframes color-shape-movement2 {
  0%   {right:0px; bottom:0px;}
  25%  {filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(58%) contrast(104%); right:200; bottom:0px;}
  50%  {filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(58%) contrast(104%); right:700; bottom:0px;}
  75%  {filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(108%) contrast(104%); right:0; bottom:300px;}
  100% {right:0px; bottom:0px;}
}
.shadow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-hdng {
  position: relative;
  margin-bottom: 50px;
}
.main-hdng p {
  font-size: 17px;
  line-height: 28px;
  color: #2E2E2E;
  padding-top: 15px;
  font-weight: 400;
}
.main-hdng h2 span{
  font-family: Outfit;
  font-weight: 400;
  font-size: 30px;
  line-height: 44.1px;
  display: block;
}
.main-hdng h2 {
  font-family: Outfit;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
}
.main-hdng h2::before {
  content: url(../images/md-border-shape.png);
    width: 300px;
    position: absolute;
    bottom: -25px;
}
.main-hdng h3 {
  font-family: Outfit;
  font-weight: 600;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: 0%;
  color: #000;  
  position: relative;
  text-transform: capitalize;
}
.main-hdng h3 strong {
  color: #EB6F25;
  font-weight: 600;
}
.main-hdng h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #EB6F25;
  text-transform: capitalize;
}

.main-hdng h5 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 36px */
  text-align: center;
}
.client-logo {
  height: 35px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo img {
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
}
.client-logo img:hover {
  filter: grayscale(0);
}

/* ============================================================
                         Custom button 
=============================================================*/
.tnp-submit {
  background-color: #2C56FF;
  border: 1px solid #2C56FF;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  -webkit-appearance: button;
  box-shadow: 0px 10px 40px 0px #031a181f;
  -webkit-box-shadow: 0px 10px 40px 0px #031a181f;
  text-transform: capitalize;
}
.submitbtn {
  background-color: #2C56FF;
  border: 1px solid #2C56FF;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  -webkit-appearance: button;
  box-shadow: 0px 10px 40px 0px #031a181f;
  -webkit-box-shadow: 0px 10px 40px 0px #031a181f;
  text-transform: capitalize;
}
.submitbtn:hover,
.submitbtn:focus {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
.common-button {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  border: 0;
  background-color: transparent;
}
.common-button::before,
.common-button::after {
  position: absolute;
  content: "";
}
.common-button::before {
  background-color: #2C56FF;
  transition: 0.3s ease-out;
  z-index: 0;
}
.common-button span {
  display: block;
  background-color: transparent;
  border: 1.5px solid #2C56FF;
  color: #fff;
  text-align: center;
  padding: 18px 30px;
  font-size: 16px;
  border-radius: 10px;
  line-height: 20px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  -webkit-appearance: button;
  box-shadow: 0px 10px 40px 0px #031a181f;
  -webkit-box-shadow: 0px 10px 40px 0px #031a181f;
  min-width: 200px;
  width: 100%;
  position: relative;
  text-transform: capitalize;
}
.common-button span i {
  margin-left: 10px;
}
.common-button span:hover,
.common-button span:focus {
  color: #2C56FF;
  transition: all 0.3s ease-in-out;
}
.common-button.hover-filled-slide-down::before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.common-button.hover-filled-slide-down:hover::before {
  height: 0%;
}

.common-button-2 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  border: 0;
  background-color: transparent;
}
.common-button-2::before,
.common-button-2::after {
  position: absolute;
  content: "";
}
.common-button-2::before {
  background-color: #fff;
  transition: 0.3s ease-out;
  z-index: 0;
}
.common-button-2 span {
  display: block;
  background-color: transparent;
  border: 1.5px solid #fff;
  color: #000;
  text-align: center;
  padding: 18px 30px;
  font-size: 16px;
  border-radius: 10px;
  line-height: 20px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  -webkit-appearance: button;
  box-shadow: 0px 10px 40px 0px #031a181f;
  -webkit-box-shadow: 0px 10px 40px 0px #031a181f;
  min-width: 200px;
  width: 100%;
  position: relative;
  /* text-transform: capitalize; */
}
.common-button-2 span i {
  margin-left: 10px;
}
.common-button-2 span:hover,
.common-button span:focus {
  color: #fff;
  border: 1.5px solid #fff;
  transition: all 0.3s ease-in-out;
}
.common-button-2.hover-filled-slide-down::before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.common-button-2.hover-filled-slide-down:hover::before {
  height: 0%;
}

.common-border-button {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  border: 0;
  transition: 0.3s ease-in-out;
  background-color: transparent;
}
.common-border-button::before,
.common-border-button::after {
  position: absolute;
  content: "";
}
.common-border-button::before {
  background-color: #2C56FF;
  transition: 0.3s ease-out;
  z-index: 0;
}
.common-border-button span {
  display: block;
  background-color: transparent;
  border: 1.5px solid #2C56FF;
  color: #2C56FF;
  text-align: center;
  padding: 18px 30px;
  font-size: 16px;
  border-radius: 10px;
  line-height: 20px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  -webkit-appearance: button;
  box-shadow: 0px 10px 40px 0px #031a181f;
  -webkit-box-shadow: 0px 10px 40px 0px #031a181f;
  min-width: 200px;
  width: 100%;
  position: relative;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-border-button span img {
  margin-right: 10px;
  height: 17px;
  transition: 0.1s ease-in-out;
}
.common-border-button span:hover,
.common-border-button span:focus {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.common-border-button span:hover img,
.common-border-button span:focus img {
  filter: brightness(0) invert(1);
  transition: 0.1s ease-in-out;
}
.common-border-button.hover-filled-slide-down::before {
  height: 0%;
  bottom: 0;
  left: 0;
  right: 0;
}
.common-border-button.hover-filled-slide-down:hover::before {
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}




/* ============================================================
                         Nav area 
=============================================================*/

.main-nav {
  width: 100%;
}
.navbar-area .main-nav .navbar .navbar-nav .menu-item-has-children>a::after {
  border: 0;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  vertical-align: middle;
  line-height: 1;
  margin-top: -3px;
  margin-left: 5px;
}
/* .mobile-nav.mean-container .common-button {
  position: absolute;
  z-index: 999;
  float: right;
  right: 66px;
  top: 15px;
  border: 1px solid #230707;
  border-radius: 26px;
  color: #230707;
  font-weight: 700;
  padding: 12px 28px;
  text-decoration: none;
}
.mobile-nav.mean-container .common-button:hover {
  background-color: #230707;
  color: #fff;
} */
.other-option {
  display: flex;
  align-items: center;
  gap: 10px;
}
.other-option .common-border-button span, .other-option .common-button span {
  padding: 15px 20px;
  min-width: unset;
  width: 145px;
  font-size: 15px;
  line-height: 20px;
}
.navbar-area .main-nav .navbar .navbar-nav .menu-item a.current-menu-item,
.other-option .login-link.active span {
  color: #2C56FF;
}
.navbar-area .main-nav .navbar .navbar-nav .menu-item .sub-menu {
  padding: 0;
  border-radius: 0;
  background: #fff;
}
.navbar-area .main-nav .navbar .navbar-nav .menu-item .sub-menu .menu-item {
  padding: 0;
}
.navbar-area .main-nav .navbar .navbar-nav .menu-item .sub-menu .menu-item a {
  border-bottom: 1px dashed #f7f7f7;
  font-size: 15px !important;
}
.navbar-area .main-nav .navbar .navbar-nav .menu-item .sub-menu .menu-item a.current-menu-item,
.navbar-area .main-nav .navbar .navbar-nav .menu-item .sub-menu .menu-item a:hover {
  color: #2C56FF;
  color: #fff;
}
.navbar-area .main-nav .navbar .navbar-nav .menu-item .sub-menu .menu-item:last-child a {
  border-bottom: 0;
}
.main-nav nav .navbar-nav .menu-item .a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 16px;
  line-height: 18px;
  border: 0;
  margin-left: 5px;
  margin-top: 3px;
}
.main-nav nav .navbar-nav .menu-item-has-children:hover>a::after {
  color: #2C56FF;
}
.main-nav nav .navbar-nav .menu-item-has-children>a.active::after {
  color: #154d57;
}
.main-nav nav .navbar-nav .menu-item-has-children>a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #3BA7C2;
  transition: width .4s ease-in;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  z-index: 4;
}
.main-nav .mga-mnu nav .navbar-nav .menu-item-has-children:hover .menu-item-has-children::before {
  width: 100%;
}
.header_bottom .navbar .navbar-brand {
  padding: 0;
}
.header_bottom.sticky .navbar .navbar-brand {
  margin-top: unset;
}
.header_bottom .navbar-brand img {
  width: 180px;
  transition: all 0.3s ease-in-out;
}
.header_bottom.sticky .navbar-brand img {
  width: 170px;
  transition: all 0.3s ease-in-out;
}
.header_bottom.sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  top: 0;
  width: 100%;
  right: 0;
 z-index: 999;
  transition: all 0.5s ease-in-out;
  position: fixed;
}
.header_bottom .navbar {
  padding: 5px 0 !important;
}
.header_bottom.sticky .navbar {
  border-bottom: 0;
}
.other-option .common-button {
  margin: 0 0 0 25px;
}

.header-push-button {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.main-nav-top {
  z-index: 9;
  position: relative;
}
.main-nav .navbar-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main-nav nav .navbar-nav .menu-item {
  padding: 0;
}
.other-option .login-link {
  margin: 0 10px 0 40px;
}
.main-nav .navbar-nav .menu-item a, .other-option .login-link span {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000000;
  padding: 0;
  margin: 0 0 0 30px !important;
  font-weight: 500;
  display: block;
  text-decoration: none;
}
.other-option .login-link span {
  margin: 0 !important;
}
.main-nav .navbar-nav .menu-item:hover a, .other-option .login-link:hover span {
  color: #2C56FF;
}
.main-nav nav .navbar-nav .menu-item a img {
  max-height: 28px;
  width: 22px;
  filter: brightness(0) invert(1);
}
.main-nav nav .navbar-nav .menu-item a:hover img {
  filter: unset;
}
.main-nav .navbar-nav .menu-item a span {
  width: calc(100% - 22px);
  padding-left: 10px;
}
.main-nav nav .navbar-nav .menu-item a {
  position: relative;
}
.main-nav nav .navbar-nav .menu-item a:first-child {
  margin-left: 0;
}
.main-nav nav .navbar-nav .menu-item a:last-child {
  margin-right: 0;
}
.main-nav nav .navbar-nav .menu-item .sub-menu li a {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.main-nav nav .navbar-nav .menu-item .sub-menu li a div {
  width: 25px;
}
.main-nav nav .navbar-nav .menu-item .sub-menu li a span {
  width: calc(100% - 25px);
}

@keyframes animate-width-1 {
  from {
    width: 80%;
  }

  to {
    width: 100%;
  }
}

@keyframes animate-width-2 {
  from {
    width: 100%;
  }

  to {
    width: 70%;
  }
}

@keyframes animate-width-3 {
  from {
    width: 50%;
  }

  to {
    width: 80%;
  }
}

.mean-container a.meanmenu-reveal span:first-child {
  animation-name: animate-width-1;
  -webkit-animation-name: animate-width-1;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.mean-container a.meanmenu-reveal span:nth-child(2) {
  animation-name: animate-width-2;
  -webkit-animation-name: animate-width-2;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.mean-container a.meanmenu-reveal span:last-child {
  animation-name: animate-width-3;
  -webkit-animation-name: animate-width-3;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* ============================================================
                         Footer 
=============================================================*/

.acfooter {
  position: relative;
  padding: 70px 0 0;
  background: #000000;
}
.acfooter-top-logo {
  width: 152px;
  display: block;
}
.footertitle {
  font-family: Outfit;
  font-weight: 500;
  font-size: 22px;
  line-height: 27.72px;
  text-align: left;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.order-2 {
  order: unset!important;
}
.acfooter .addlink li:hover {
  padding-left: 42px;
}
.footerlinks {
  padding-left: 20px;
}
.footerlinks ul li {
  position: relative;  
  transition: 0.5s ease-in-out;
}
.acfooter .custombtn:hover span {
  color: #fff;
}
.footerlinks ul {
  list-style: none;
  padding-left: 0;
}
.footerlinks ul li a{
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.footer-contacts {
  padding-left: 20px;
}
.footerlinks .custombtn {
  margin: 20px 0;
}
.footerlinks ul li:hover {
  padding-left: 5px;
}
.footerlinks ul li:hover a {
  color: #2C56FF;
}
.social ul li {
  margin-bottom: 0;
}
.footer-bottom {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-top: 0.5px solid #E5E5E54D;
  padding: 25px 0;
  color: #fff;
  font-size: 14px;
  margin: 40px 0 0;
}
.footer-bottom span {
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #FFFFFF;
}
.footer-bottom span:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.acfooter-top {
  padding-bottom: 80px;
}
.acfooter-top h2 {
  color: #FFFFFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; 
  text-align: center;
  text-transform: capitalize;
}
.acfooter-top p {
  color: #FFFFFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
.copyrights span a:hover {
  color: #EB6F25;
}
.copyrights-right {
  text-align: right;
}
.footer-verified {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0 20px;
}
.footer-verified img {
  height: 35px;
  width: auto;
}

.footer-dtls p {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
  padding-bottom: 20px;
}
.footer-contacts ul {
  list-style: none;
}
.footer-contacts ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 10px;
}
.footer-contacts ul li span {
  width: 34px;
  height: 34px;
  background-color: #2C56FF;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-top: -8px;
  flex-shrink: 0;
}
.footer-contacts ul li p,
.footer-contacts ul li a {
  width: calc(100% - 34px);
  padding-left: 15px;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.footer-dtls {
  padding-right: 60px;
}
.footer-contacts ul li a:hover {
  color: #2C56FF;
}
.acfooter form {
  padding: 5px 10px;
  position: relative;
  border-radius: 0;
  text-align: left;
  max-width: 730px;
  margin: 0 auto;
  border: 1px solid #2C56FF;
  border-radius: 10px;
  background-color: #1e1e1e;
}
.tnp-field.tnp-field-email label {
  display: none;
}
.acfooter .tnp-subscription .tnp-field {
  margin-bottom: 0;
}
.acfooter form input[type="email"] {
  border: 0;
  padding: 10px 0 10px 10px;
  width: calc(100% - 200px);
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 20px;
  border: none;
  background-color: #1e1e1e;
  border-radius: 10px 0 0 10px;
}
.acfooter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 15px;
  padding: 10px 30px 10px 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  transition: 0.3s;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  color: #fff;
  background-color: #2C56FF;
  width: 200px;
}
.footer-subscription-bx .tnp-subscription  {
  max-width: 719px;
  width: 100%;
}
/* ============================================================
                         breadcrumb 
=============================================================*/
.breadcrumb {
  padding: 15px 0 0;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.breadcrumb .breadcrumb-item {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #B7950F;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #A199AB;
}

/* ============================================================
                         Home 
=============================================================*/

.home-banner {
  position: relative;
  padding: 80px 0 60px;
}
.home-banner-cnt h1 {
  color: #000000;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.267; /* 1.267 */
  text-align: center;
  position: relative;
}
.home-banner-cnt h1::before {
  content: url('../images/border-shade.png');
  width: 300px;
  position: absolute;
  bottom: -20px;
  right: 12%;
}
.home-banner-cnt.inner-banner h1::before {
  left: 0;
  right: unset;
  content: url(../images/md-border-shape.png);
}
.home-banner-cnt h1 span {
  color: #000;
  font-weight: 400;
  display: block;
  font-size: 40px;
  font-family: "Poppins", serif;
}

.home-banner-cnt .btn-group {
  width: 100%;
  justify-content: center;
  margin-top: 50px;
}
.review-container {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 6px;
  max-width: fit-content;
  margin: 50px auto 0;
}

.excellent {
  font-weight: 500;
}

.review-container .stars {
  display: flex;
  gap: 2px;
}

.review-container .star {
  color: #fbbf24;
  width: 20px;
  height: 20px;
}

.review-container .review-count {
  font-weight: 500;
}

.review-container .google-logo {
  height: 24px;
  margin-left: 4px;
}


/* =====================sec one =====================*/
.section-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}



.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.features .feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.features .icon-box {
    width: 62px;
    height: 62px;
    background-color: #1d4ed8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}

.features .icon-box img {
    width: 24px;
    height: 24px;
}

.features .text h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0%;
  font-family: "Outfit", serif;
}

.features .text p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  margin: 5px 0 0;  
}

.whay-we-stand .list-unstyled {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}
.whay-we-stand .list-unstyled li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  padding-left: 27px;
}
.whay-we-stand .list-unstyled li::before {
  content: url(../images/tick.svg);
  position: absolute;
  left: 0;
  font-family: 'Font Awesome Free';
  top: 3px;
  filter: invert(1);
}

.whay-we-stand .list-unstyled li .fa-square-check {
  color: #000;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 14px;
}
.whay-we-stand .main-hdng h2::before {
  display: none;
}
.outline-box {
  border: 1px solid #979797;
  border-radius: 20px;
  height: 100%;
  padding: 40px 50px;
  transition: 0.3s ease;
}
.outline-box:hover {
  background-color: #2C56FF;
  border: 1px solid #2C56FF;
}

.highlight-box .list-unstyled li .fa-square-check {
  color: #fff;
}
.outline-box h3 {
  font-family: Outfit;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0%;
  color: #838383;
  margin-bottom: 25px;
}
.outline-box:hover h3 {
  color: #fff;
}

.outline-box:hover .list-unstyled li {
  color: #fff;
}
.outline-box:hover .list-unstyled li::before {
  filter: unset;
}
.whay-we-stand .outline-box:hover .list-unstyled li .fa-square-check {
  color: #fff;
}

.faqarea {
  position: relative;
}
.faqarea .main-hdng h2::before {
  display: none;
}
.faqarea .accordion .accordion-item {  
  background-color: #fff;
  border: none;
  box-shadow: 0px -10px 20px 6px #9090901A;
  border-radius: 20px;
  position: relative;
  margin-top: -10px;
}
.faqarea .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faqarea .accordion .accordion-item .accordion-button {
  background-color: unset;
  box-shadow: none;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #2C56FF;
  padding: 25px 25px 25px 25px;
  background-color: #fff;
  border-radius: 20px;
}
.faqarea .accordion .accordion-item .accordion-body {
  font-size: 16px;
  line-height: 28px;
  margin-top: -1px;
  text-align: left;
  color: #fff;
  padding: 0 25px 70px 25px;
  border-radius: 0 0 20px 20px;
  background-color: #000;
  box-shadow: 0px -10px 20px 6px #9090901A;
}
.faqarea .accordion .accordion-item .accordion-button::after {
  display: none;
}
.faqarea .accordion .accordion-button.collapsed:before {
  content: url(../images/up-right-arror.svg);
}
.faqarea .accordion .accordion-button:before {
  content: url(../images/up-right-arror.svg);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.faqarea .accordion .accordion-item .main-hdng h3 {
  color: #FFF;
  font-family: Outfit;
  font-weight: 500;
  font-size: 35px;
  line-height: 44.1px;
  letter-spacing: 0%;
}
.faqarea .accordion .accordion-item .main-hdng p {
  color: #fff;
}
.faqarea .accordion .accordion-button:not(.collapsed):before {
  background: transparent;
  color: #fff;
  filter: invert(1);
}
.ads-container {
  width: 80%;
  max-width: 600px;
}

.ad-box {
  display: flex;
  align-items: self-start;
  margin-bottom: 20px;
}

.ad-box img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.ad-content h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0%;  
  color: #fff;
}

.ad-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #FFFFFF;
  opacity: 0.9; 
}
.faqarea .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
  border-radius: 20px 20px 0 0;
  border-color: #000;
  border-bottom: 0;
  padding: 25px 40px 25px 25px;
}
.accordion-item img.Omnipresence {
  max-width: 413px;
}
.accordion-item img.Omnipresence-img-2 {
  position: absolute;
  right: 300px;
  max-width: 255px;
  top: 140px;
}
.accordion-item .accordion-body .Omnipresence {
  position: relative;
  aspect-ratio: 5.0 / 3.5;
  display: block;
  max-width: 500px;
  margin-left: auto;
}
.accordion-item .accordion-body  img.alscript {
  max-width: 422px;
}
.accordion-item .accordion-body  img.performan-mar {
  max-width: 457px;
}
.performan-mar
.faqarea .btn-group, .aap-sec .btn-group {
  width: 100%;
  justify-content: center;
  margin-top: 50px;
}
.more-sales-sec .btn-group {
  margin-top: 50px;
}
.what-youll-learn h4{
  font-family: Outfit;
  font-weight: 500;
  font-size: 30px;
  line-height: 37.8px;
  margin-bottom: 20px;
}
.marketingcourse .main-hdng h3::before {
  content: url(../images/md-border-shape.png);
  width: 300px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.testimonial-section {
  padding: 50px 0;
}

.testimonial-images {
  width: 100%;
  overflow: hidden;
}

.image-container {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
}

.testimonial-link {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s ease;
  width:auto;
  flex: 1;
  height: 600px;
  position: relative;
}
.testimonial-link .play-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  max-width: 80px;
  aspect-ratio: 1 / 1;
}
.testimonial-content {
  padding-left: 50px;
}
.testimonial-link::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.20);
  position: absolute;
}
.testimonial-link:hover  {
  flex: 2;
}
.testimonial-link:hover .play-icon {
  opacity: 1;
  visibility: visible;
}
.testimonial-img {
  width: 370px;
  height: 600px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.testimonial-content .main-hdng h2::before {
  display: none;
}


/**** LEARN LIST ****/
.what-youll-learn .learn-list {
  list-style: none;
  margin-bottom: 35px;
}

.what-youll-learn .learn-list li {
  display: block;
  align-items: center;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.4;
  position: relative;
  padding-left: 27px;
  font-weight: 400;
}
.what-youll-learn .learn-list li p {
  font-size: 16px;
}
.what-youll-learn .learn-list li::before {
  content: url(../images/blue-tick.png);
  position: absolute;
  left: 0;
  font-family: 'Font Awesome Free';
  top: 3px;
}
.what-youll-learn .learn-list li h6 {
  margin-bottom: 10px;
}
.what-youll-learn .learn-list li .fa-square-check {
  font-size: 14px;
  color: #2C56FF;
  position: absolute;
  left: 0;
  top: 4px;
}
.roundshape_blackbg {
  background-color: #000;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  aspect-ratio: 5.25 / 5.53;
  max-width: 525px;
}
.roundshape_blackbg img.webtraffic {
  width: 50%;
  left: 0%;
  position: absolute;
  bottom: 0;
  z-index: 4;
}
.roundshape_blackbg img.aviation_create {
 top: 0;
 right: 0;
 position: absolute;
 bottom: 0;
 z-index: 5;
}
.roundshape_blackbg img.reviewer {
  width: 50%;
  left: -13%;
  position: absolute;
  top: 15%;
  z-index: 4;
}

.turnclick .roundshape_blackbg img.line-graph {
  position: absolute;
  right: -30px;
  top: 13%;
  max-width: 185px;
}
.turnclick .roundshape_blackbg img.notiImage {
  position: absolute;
  left: -30px;
  max-width: 420px;
  top: 0;
}
.turnclick .roundshape_blackbg img.device-track {
  position: absolute;
  bottom: -50px; 
  right: -75px; 
  width: 100%;
  max-width: 560px;
}
.faqarea.faqfootertop .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #2C56FF;
  color: #fff;
  border-radius: 20px 20px 0 0;
  border-color: #2C56FF;
  border-bottom: 0;
  padding: 25px 35px 25px 25px;
} 
.faqarea.faqfootertop .accordion .accordion-item .accordion-body {
  font-size: 16px;
  line-height: 28px;
  margin-top: -1px;
  text-align: left;
  color: #fff;
  padding: 0 25px 25px 25px;
  border-radius: 0 0 20px 20px;
  background-color: #2C56FF;
  box-shadow: none;
}
.faqarea.faqfootertop .accordion .accordion-item {
  margin-top: unset;
  margin-bottom: 20px;
  box-shadow: none;
}
.faqarea.faqfootertop .accordion .accordion-item .accordion-button {
  color: #000;
  background-color: #F7F6F3;
}
.faqarea.faqfootertop .main-hdng h2 {
  position: relative;
  margin-bottom: 80px;
}
.faqarea.faqfootertop .accordion .accordion-button:before {
  content: '\f063';
  font-family: 'FontAwesome', sans-serif;
  color: #000!important;
}
.faqarea.faqfootertop .accordion .accordion-button:not(.collapsed):before {
  content: '\f062';
  font-family: 'FontAwesome', sans-serif;
  color: #fff!important;
  filter: unset;
}
.faqarea.faqfootertop .main-hdng h2::before {
  content: url(../images/sm-border-shape.png);
  width: 100px;
  position: absolute;
  bottom: -30px;
  display: block;
  left: 0;
}
.whatsapp_chat {
  bottom: 30px;
  z-index: 99;
  right: 20px;
  padding: 10px;
  position: fixed;
  max-width: 120px;
}
.home-banner-cnt.inner-banner.small-banner {
  padding: 0 30px;
}
.home-banner-cnt.inner-banner.small-banner h1 {
  margin-bottom: 50px;
}
#testimonialModal video {
aspect-ratio: 1 / 1;
}
#testimonialModal .modal-header {
border-bottom: none;
}

/*============about us==========*/
.home-banner.subpage {
  padding-top: 0;
}
.breadcrumbs ul {
  display: flex;
  gap: 0 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.breadcrumbs ul li.active a {
  color: #2C56FF;
}
.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li::after {
  position: absolute;
  content: '\f105';
  font-family: 'FontAwesome', sans-serif;
  right: -15px;
}
.breadcrumbs ul li:last-child::after  {
  display: none;
}
.home-banner-cnt.inner-banner {
  background-color: #F6F8FF;
  border: 2px solid #E6EAF5;
  padding: 60px 30px 30px;
  border-radius: 40px;
}
.about-hero {
  position: relative;
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 0.7;
}
.about-hero .abthero {
  aspect-ratio: 1 / 1;
  max-width: 363px;
  width: 100%;
}
.home-banner-cnt.inner-banner h1 {
  text-align: left;
  font-size: 65px;
  line-height: 1.2;
}
.home-banner-cnt.inner-banner img.thismonthico {
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
}
.home-banner-cnt.inner-banner img.dailyprof {
  bottom: -60px;
  position: absolute;
  left: 0;
  width: 39%;
}
.home-banner-cnt.inner-banner img.easyprog {
  bottom: -60px;
  position: absolute;
  right: 0;
  width: 36%;
}
.abtSecOne .main-hdng h3 {
  margin-bottom: 60px;
}
.abtSecOne .socialIcons {
  aspect-ratio: 5.71 / 4.98;
  max-width: 570px;
  width: 100%;
}
.abtSecOne .main-hdng h3::before {
  content: url(../images/border-shade.png);
  width: 300px;
  position: absolute;
  bottom: -50px;
}
.weoffer_wechoose .what-youll-learn .learn-list li {
  display: block;
  font-weight: 400;
  margin-bottom: 25px;
}
.weoffer_wechoose .what-youll-learn .learn-list li h6 {font-weight: 700; margin-bottom: 10px;}
.weoffer_wechoose img.sales {
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
}
.weoffer_wechoose img.overview {
  position: absolute;
  right: -80px;
  top: 5%;
  width: 80%;
}
.weoffer_wechoose img.expense {
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 45%;
}
.marketingcourse .row:nth-child(even) {
  flex-direction: row-reverse;
}

.weoffer_wechoose img.ecom {
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 76%;
}
.weoffer_wechoose img.newsletter {
  position: absolute;
  left: -70px;
  top:30px;
  width: 80%;  
}
.weoffer_wechoose img.monthlysales {
  position: absolute;
  left: -17%;
  bottom: 20%;
  width: 55%;
  z-index: 1;
}
.weoffer_wechoose img.peoples {
  position: absolute;
  top: 14%;
  left: 50%;
}
.weoffer_wechoose .roundshape_blackbg {
    width: -webkit-fill-available;
    margin-right: 70px;
}
.marketingcourse .row:nth-child(even) .roundshape_blackbg  {
  margin-left: 70px;
  margin-right: 0;
}

.benefit-section {
  background-color: #f8f9fa;
}

.video-container {
  position: absolute;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  left: 10%;
  top: 50%;
  max-width: 500px;
}

.video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  border-radius: 40px;
  justify-content: center;
}

.play-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}
.benefit-section .content-wrapper .main-hdng h3, .benefit-section .content-wrapper .main-hdng p{
  color: #fff;
}
.play-button svg {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.benefit-section .content-wrapper .main-hdng {
  margin-bottom: 0;
}
/* .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}

.progress-fill {
  width: 30%;
  height: 100%;
  background: #0d6efd;
} */

.content-wrapper {
  background: #2C56FF;
  padding: 70px 70px 270px 400px;
  border-radius: 20px;
  color: white;
  position: relative;
  margin-left: 120px;
}

.content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../images/map-bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 70%;
}

.content-wrapper h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
}

.content-wrapper p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  position: relative;
  opacity: 0.9;
}
.community-section {
  overflow: hidden;
}

.community-content {
  padding-right: 40px;
}
.visuals-container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.chart-container {
  position: absolute;
  top: 20%;
  left: 0;
  width: 60%;
  z-index: 1;
  border-radius: 15px;
  border: none;
}

.chart-image {
  width: 100%;
  height: auto;
  display: block;
}

.person-image-container {
  position: relative;
  width: 50%;
  margin-left: auto;
  z-index: 2;
}

.person-image {
  height: auto;
  display: block;
  aspect-ratio: 3.36 / 6.10;
}
.community-section .main-hdng h3 {
  margin-bottom: 60px;
  position: relative;
}
.community-section .main-hdng h3:before {
  content: url(../images/border-shade.png);
  width: 300px;
  position: absolute;
  bottom: -30px;
}
/* ============About END=========== */
/* ============Digital Marketing =========== */
.home-banner-cnt.inner-banner .digital-hero {
  position: relative;
}
.digital-hero img.balance-g {
  position: absolute;
  left: -10%;
  width: 55%;
  top: -5%;
}

.digital-hero img.telegraph-g {
  position: absolute;
  left: 35%;
  top: -14%;
}

.digital-hero img.mail-g {
  position: absolute;
  left: 0;
  bottom: 0;
}

.digital-hero img.chhart-g {
  position: absolute;
  bottom: 0;
  right: 0;
}

.digital-hero img.picture-g {
  position: absolute;
  right: 39%;
  bottom: 15%;
  z-index: 1;
}

.creators-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}


.who-section .block-wrapper {
  background: #0d6efd;
  padding: 40px;
  border-radius: 20px;
  color: white;
}
.who-section .creator-search {
  position: relative;
  margin-bottom: -80px;
}
.who-section .assessment-header {
  position: relative;
  margin-top: -90px;
  margin-bottom: -66px;
  z-index: 1;
}
.who-section .block-wrapper h2 {
  font-family: Outfit;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
}
.who-section ul {
  list-style: none;
  padding-left: 0;
}
.who-section ul li {
  display: block;
  font-weight: 400;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}

.who-section ul li h3 {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins", serif;
}
.what-youll-learn .learn-list li h6 {
  margin-bottom: 5px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins", serif;
}
.who-section ul li p {
  margin: 0;
  opacity: 0.9;
}
.who-section ul li:before {
  content: url('../images/tick.svg');
  position: absolute;
  left: 0;
  font-family: 'Font Awesome Free';
}


.cta-container {
  background: #2C56FF;
  color: white;
  border-radius: 20px;
  padding: 30px 40px;
  max-width: 100%;
  width: 100%;
  display: flex;
  gap: 50px;
  align-items: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.cta-container .common-button span {
  white-space: nowrap;
}
.cta-container .common-button {
  min-width: 200px;
}
.cta-container .common-button::before{
  background-color: #fff;
  transition: 0.3s ease-out;
  z-index: 0;

}
.cta-container .common-button span {
  color: #2C56FF;
  border: 1.5px solid #fff;
}
.cta-container .common-button span:hover, 
.cta-container .common-button span:focus {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.cta-container .main-hdng {
  color: #fff;
  margin-bottom: 0;
}
.cta-container .main-hdng  h3,.cta-container .main-hdng  p {
  color: #fff;
}
/*-------------digital course end------------------*/
.inner-hero-right {
  position: relative;
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 0.7;
}

.inner-hero-right .affi-hero-two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
}
.inner-hero-right .affi-hero-three {
  position: absolute;
  right: 0;
  top: -20%;
  width: 42%;
}
.affiliares .main-hdng h3{
  margin-bottom: 60px;
}
section.faqarea.faqfootertop .nav {
  flex-direction: column;
  border-bottom: none;
}
section.faqarea.faqfootertop .nav .steper {
  margin-bottom: 30px;
}
section.faqarea.faqfootertop .nav .steper button {
  background-color: #2C56FF;
  color: #fff;
  text-align: left;
  max-width: 300px;
  border-radius: 16px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  width: 100%;
}
section.faqarea.faqfootertop .nav .steper button:hover, section.faqarea.faqfootertop .nav .steper button.active {
  background-color: #000;
}
section.faqarea.faqfootertop {
  overflow: unset;
}
.positionsticky {
  position: sticky;
  top: 100px;
}
/*=========digital Solution============*/

.digital-hero img.lc-bussiness {
  position: absolute;
  left: -5%;
  width: 40%;
  top: 23%;
  z-index: 1;
}
.digital-hero img.digisolution {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62%;
}
.digital-hero img.ec-bussiness {
  position: absolute;
  left: 20%;
  width: 40%;
  z-index: 1;
  bottom: -5%;
}
.digital-hero img.sm-bussiness {
  position: absolute;
  right: -5%;
  width: 40%;
  z-index: 1;
  bottom: 18%;
}
.ourDigitalMarketingSolution .main-hdng h2:before {
  display: none;
}
.ourDigitalMarketingSolution .features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.who-section.digisolution .assessment-header {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  margin-bottom: -132px;
}
.who-section.digisolution .assessment-header img {
  aspect-ratio: 2.80 / 2.52;
  max-width: 280px;
}
.who-section.digisolution .creator-search {
  position: relative;
  margin-bottom: -40px;
  text-align: right;
  z-index: 1;
}
.who-section.digisolution .creator-search img {
  aspect-ratio: 3.94 / 2.91;
  max-width: 394px;
}
.who-section.digisolution .creator-search .creators-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: end;
}
  /* Digital solution end */
  /* Contactus */


  /* Contact Info Container */
  .contact-container {
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}

/* Contact Item */
.contact-container .contact-item {
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}

/* Icon Styling */
.contact-container .contact-icon {
    background: #1367ef;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 22px;
    margin-right: 15px;
}

/* Contact Text */
.contact-text {
    flex: 1;
}

.contact-container .contact-text h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;  
}

.contact-container .contact-text p {
  font-family: Outfit;
  font-weight: 500;
  font-size: 24px;
  line-height: 30.24px;
  letter-spacing: 0%;  
}
.contact-secone .main-hdng {
  padding-right: 50px;
}

.contactForm input:not([type="submit"]) ,
.contactForm select, 
.contactForm textarea {
  border: 1px solid #E6EAF5;
  height: 60px;
  position: relative;
  border-radius: 0px;
  margin-bottom: 10px;
  background-color: #F6F8FF;
  color: #000;
  border-radius: 16px;
  width: 100%;
  padding: 10px;
}
.contactForm input:not([type="submit"])::placeholder ,
.contactForm select::placeholder, 
.contactForm textarea::placeholder {
  color: #818181;
}
.contactForm textarea {
  height: 150px!important;
}
.contactForm input[type="submit"]:hover {
 background-color: #000;
 color: #fff;
}

.testimonials-wrapper {
  position: relative;
  padding: 0 0 40px;
}

.featured-testimonial video,
.testimonial-item video {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}

.testimonials-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* Featured testimonial (Large Video) */
.testimonials-grid .featured-testimonial {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #e0f2fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials-grid .featured-testimonial:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  position: absolute;
}
/* Testimonial Heading Box */
.testimonials-grid .testimonial-heading-item {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: left;
}

/* Individual Testimonial Items */
.testimonials-grid .testimonial-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f3f4f6;
  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;
}

/* Ensure Uniform Image Display */
.testimonials-grid .testimonial-item img,
.testimonials-grid .featured-testimonial img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

/* Play Button Styling */
.testimonials-grid .play-button {
  position: absolute;
  inset: 0;
  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;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.termMain .main-hdng h2 {
  font-family: Outfit;
  font-weight: 600;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: 0%;
  text-align: center;
}
.termMain .main-hdng h2::before {
  display: none;
}
.termMain .main-hdng p::before {
  display: none;
}
.termMain h3, .termMain h4, .termMain h5,.termMain h2 {
  font-family: Outfit;
  font-weight: 500;
  font-size: 30px;
  line-height: 37.8px;
  margin-bottom: 10px;
  letter-spacing: 0%;  
}
.termMain p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  position: relative;
  margin-bottom: 20px;
}
.termMain ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.termMain ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 27px; 
}
.termMain ul li:before {
  content: url(../images/blue-tick.png);
  position: absolute;
  left: 0;
  font-family: 'Font Awesome Free';
  top: 3px;
}
.termMain p:before {
  content: url(../images/blue-tick.png);
  position: absolute;
  left: 0;
  font-family: 'Font Awesome Free';
}

.review-card {
  background: #F6F7FE;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
.review-card h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.review-card small {
  color: #454545B2;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.review-card p {
  font-size: 16px;
}

.review-card img {
  width:45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}
.star-rating {
  color: #F6CD00;
}
.common-query-modal .modal-header h5 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  font-family: "Outfit", serif !important;
}
h5.modal-title {
  font-size: 30px!important;
  font-weight: 600!important;
  color: #000;
  font-family: "Outfit", serif !important;
}
.common-query-modal .modal-header {
  border-bottom: none;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.common-query-modal .modal-body {
  padding: 30px;
  padding-top: 0;
}
.common-query-modal .contactForm input:not([type="submit"]), 
.common-query-modal .contactForm select, 
.common-query-modal .contactForm textarea {
  margin-bottom: 4px;
}
.wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.common-query-modal .wpcf7-spinner {
  position: relative;
  float: left;
}
.hw-it-work {
  position: relative;
  padding-left: 70px;
  aspect-ratio: 1 / 0.7;
  text-align: left;
}
.hw-it-work .hw-it-work-img2 {
  position: absolute;
  width: 60%;
  top: 70px;
  right: 0;
  aspect-ratio: 3.55 / 1.79;
}
.breadcrumbs {
  margin-top: 30;
}
.home-banner-cnt.inner-banner.small-banner .digital-hero {
  max-width: 435px;
  margin-left: auto;
}
/* .wow {
  visibility: visible !important;
} */

.fouRmain .card {
  max-width: 500px;
  margin: auto;
  border: none;
  border: none;
  text-align: center;
  background-color: transparent;
}
.fouRmain .card h4 {
  font-family: Outfit;
  font-weight: 600;
  font-size: 65px;
  line-height: 1.2;
  letter-spacing: 0%;
  position: relative;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.fouRmain .card p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 30px;
}
.fouRmain .card h4::before {
  content: url(../images/sm-border-shape.png);
  width: 300px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.fouRmain .card a.common-button {
  margin: auto;
  max-width: max-content;
}
.fouRmain .card h5 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Poppins", serif!important;
  font-weight: 500;
}
.aboutvideo .modal-header {
  border-bottom: none;
}
.aboutvideo video {
  aspect-ratio: 1 / 1;
}

.testimonials-wrapper .testimonial-item img {
  aspect-ratio: 1 / 1;
}
.wpcf7-spinner {
  position: absolute!important;
}
.termMain p:before {
  display: none;
}
.mobile-d-block {
  display: none;
}
html.modal-open, body.modal-open {
  overflow: hidden !important;
  height: 100%;
}
.testimonial-item video:fullscreen,
.testimonial-item video:-webkit-full-screen,
.testimonial-item video:-moz-full-screen,
.testimonial-item video:-ms-fullscreen {
    aspect-ratio: unset !important;
    object-fit: contain !important; /* Ensures the whole video is visible */
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    object-position: center; /* Centers the video */
}
.featured-testimonial video:fullscreen,
.featured-testimonial video:-webkit-full-screen,
.featured-testimonial video:-moz-full-screen,
.featured-testimonial video:-ms-fullscreen {
  aspect-ratio: unset !important;
  object-fit: contain !important; /* Ensures the whole video is visible */
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  object-position: center; /* Centers the video */
}


.featured-testimonial video:fullscreen, 
.testimonial-item video:fullscreen {
    object-fit: contain;
}