/** BODY Start **/
html {
    scroll-behavior: smooth;
  }
.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}

/*Colors Start*/
.title-d-gray {
  color: #232323;
  -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dark .title-d-gray {
  color: #297fde;
}
.txt-d-gray {
  color: #666666;
}
.dark .txt-d-gray {
  color: #fff;
}
.text-white {
  color: white;
}
/*Colors End*/

/*Backgrounds Start */
.light-hue {
  /* background: #d8eaff; */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  background-image: url('../img/vector-bg.png');
  background-color: #d8eaff;
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
}
.dark .light-hue {
  background: #161616;
  -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url('../img/vector-bg.png');
  background-color: #161616;
  background-blend-mode: soft-light;
  background-position: center;
  background-repeat: no-repeat;
}

.shadow.dark::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.dark .shadow.dark::after {
  background: #00265a none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/*Backgrounds End */

/*Document effect start*/
@-webkit-keyframes documentSlide {
  0% {
    transform: rotate(-5deg) translate3d(-100%, 0, 0);
    opacity: 0;
  }
  25% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
  75% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
  100% {
    transform: rotate(5deg) translate3d(100%, 0, 0);
    opacity: 0;
  }
}

@keyframes documentSlide {
  0% {
    transform: rotate(-5deg) translate3d(-100%, 0, 0);
    opacity: 0;
  }
  25% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
  75% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
  100% {
    transform: rotate(5deg) translate3d(100%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes documentScan {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  25% {
    transform: translate3d(0%, 0, 0);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  75% {
    transform: translate3d(0%, 153px, 0);
    opacity: 0.6;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 153px, 0);
    opacity: 0;
  }
}
@keyframes documentScan {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  25% {
    transform: translate3d(0%, 0, 0);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  75% {
    transform: translate3d(0%, 153px, 0);
    opacity: 0.6;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 153px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes documentCheck {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  70% {
    opacity: 0;
    transform: scale(1.1);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes documentCheck {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  70% {
    opacity: 0;
    transform: scale(1.1);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
.scan-line {
  -webkit-animation-name: documentScan;
          animation-name: documentScan;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.scan-doc {
  -webkit-animation-name: documentSlide;
          animation-name: documentSlide;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.scan-check {
  transform-origin: center;
  -webkit-animation-name: documentCheck;
          animation-name: documentCheck;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.d-flex {
  display: flex;
}
/*Document effect end*/

/*Preloader Start */
.se-pre-con {
  background: black;
}
.light .se-pre-con {
  background: #67748a;
}
.cube {
	animation: rotate 7000ms linear infinite;
	bottom: 0;
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	transform-style: preserve-3d;
	right: 0;
	top: 0;
	width: 100px;
}

@keyframes rotate {
	100% {
		transform: rotateY(360deg) rotateX(720deg) rotateZ(1080deg);
	}
}

.face {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.face.front {
  background: #2A7FDE;
	transform: translateZ(50px);
}

.face.back {
  background: #2A7FDE;
	transform: translateZ(-50px);
}

.face.left {
  background: #3719CF;
	transform: translateX(-50px) rotateY(90deg);
}

.face.right {
  background: #3719CF;
	transform: translateX(50px) rotateY(90deg);
}

.face.topper {
  background: #2B13A1;
	transform: translateY(-50px) rotateX(90deg);
}

.face.bottom {
  background: #2B13A1;
	transform: translateY(50px) rotateX(90deg);
}
/*Preloader End */

/*Btn start */
.btn {
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
  position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
}
.btn-3 {
  padding: 5px;
  border: 0;
}
.btn.hover-border-2::before {
  bottom: 0;
  left: 0;
  border-left: 1px solid rgb(28, 31, 30);
  border-bottom: 1px solid rgb(28, 31, 30);
}
.btn.btn-light, 
.btn.btn-theme {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.btn.btn-light.hover-border-2::before {
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.btn.btn-theme.hover-border-2::before {
  border-left: 1px solid #2A7FDE;
  border-bottom: 1px solid #2A7FDE;
}
.btn.hover-border-2::before, 
.btn.hover-border-2::after {
  width: 10%;
  height: 25%;
  transition: 0.35s;
}
.btn-3::before, .btn-3::after {
  background: transparent;
  z-index: 2;
  position: absolute;
  content: "";
}
.btn-3 span {
  color: rgb(255, 255, 255);
  background-color: rgb(54, 56, 55);
}
.btn-3 span {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.btn-3.btn-light span {
  color: rgb(0, 0, 0);
  background-color: #ffffff;
}
.btn-3.btn-theme span {
  color: rgb(255, 255, 255);
  background-color: #2A7FDE;
}
.btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
}

.btn.hover-border-2::before {
  bottom: 0;
  left: 0;
  border-left: 1px solid rgb(28, 31, 30);
  border-bottom: 1px solid rgb(28, 31, 30);
}
.btn.hover-border-2::after {
  top: 0;
  right: 0;
  border-right: 1px solid rgb(28, 31, 30);
  border-top: 1px solid rgb(28, 31, 30);
}

.btn.btn-theme.hover-border-2::after {
  border-right: 1px solid rgb(41 127 222);
  border-top: 1px solid rgb(41 127 222);
}

.btn.btn-light.hover-border-2::after {
  border-right: 1px solid rgb(255 255 255);
  border-top: 1px solid rgb(255 255 255);
}
.btn.btn-light.hover-border-2:hover, 
.btn.btn-light.hover-border-2:focus {
  border: 0;
}

.btn.hover-border-2:hover::before,
.btn.hover-border-2:hover::after {
  width: 99%;
  height: 99%;
}
/*Btn end */

/** BODY End **/
/** Nav Start **/
header {
    z-index: 9999;
}
nav {
    /* position: absolute; */
    position: fixed;
    top: calc(100vh - 130px);
    /* width: 100vw; */
    width: 100%;
    min-height: 130px;
    background: #cbe8ff;
    /* background: radial-gradient(circle, rgb(255 255 255) 0%, #b5d0e5 50%, #cbe8ff 100%); */
    background: radial-gradient(circle, rgb(255 255 255) 0%, #a8d9ff 50%, #d9d1ff 100%);
    box-shadow: 0 -2px 1rem #00000082;
    display: flex;
    justify-content: space-around;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
.dark nav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #000;
  background: radial-gradient(circle, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 50%, rgb(13 19 59) 100%);
}
nav.fixer {
  min-height: 60px;
  top: calc(100vh - 60px);
}

nav ul.navbar-nav {
  width: 35%;
  display: flex;
  justify-content: center;
  flex: 1 1 100%;
}

.navbar-nav li {
  /* display: inline-block; */
  display: flex;
  margin: 0 2em;
}
.navbar-nav li a:before {
  content: "";
  border-bottom: solid 1px white;
  position: absolute;
  /* bottom: 0; */
  left: 0;
  top: 28px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 5px;/**Content review**/
}

.dark .navbar-nav li.active a:before {
  border-bottom: solid thin #297fde;
}

.navbar-nav li a:hover:before {
  -webkit-transform: scaleY(4);
  -moz-transform: scaleY(4);
  -ms-transform: scaleY(4);
  -o-transform: scaleY(4);
  transform: scaleY(4);
  border-bottom: solid thin #2A7FDE;
}
.light .navbar-nav li a:before {
  border-bottom: solid thin #000;
}
.light .navbar-nav li.active a:before {
  border-bottom: solid thin #297fde;
}

  @media only screen and (max-width: 720px) {
    nav {
      flex-direction: column;
      justify-content: space-evenly;
      align-items: flex-start;
      top: 0;
      height: 100vh;
      width: initial;
    }
  }
  nav a {
    position: relative;
    background: transparent;
    text-align: center;
    height: 4.5rem;
    text-decoration: none;
    color: #40403F;
  }

  nav .navbar-nav a {
    text-transform: uppercase;
    font-size: 20px;
    color: #2A7FDE;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
  }
  .dark nav .navbar-nav a {
    color: #6bb1ff;
  }
  nav .navbar-nav a small {
    display: flex;
    text-transform: capitalize;
    font-size: 50%;
    line-height: .5em;
    margin-top: 10px;
    color: white;
    display: none;/** content review**/
  }
  .dark nav .navbar-nav a small {
    color: white;
  }
  .light nav .navbar-nav a small {
    color: #000;
  }

nav ul.dropdown-menu.wide-dropdown-menu.show {
    top: unset;
    left: unset;
    min-width: 320px;
    right: 0;
    bottom: 100px;
    background-color: rgb(4 2 60 / 75%);
    backdrop-filter: blur(8px);
    width: 35%;
    display: flex !important;
}
.light nav ul.dropdown-menu.wide-dropdown-menu.show {
  background-color: rgb(255 255 255 / 40%);
}
nav.fixer ul.dropdown-menu.wide-dropdown-menu.show {
  bottom: unset;
  top: 60px;
}
.dropdown-menu-col ul.nav li.nav__item {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.dropdown-menu-col ul.nav li.nav__item a.nav__item-link {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  text-transform: capitalize;
  font-weight: 500;
}
.light .dropdown-menu-col ul.nav li.nav__item a.nav__item-link:hover {
  background-color: black;
}
.dropdown-menu-col ul.nav li.nav__item a.nav__item-link.active {
  background-color: #5c5c5c;
}
.light .dropdown-menu-col ul.nav li.nav__item a.nav__item-link.active {
  background-color: #282727;
}


  @media only screen and (max-width: 992px) {
    nav .navbar-nav a {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 720px) {
    nav a {
      width: 100%;
      margin: auto;
      padding: 0 1.5rem;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-start;
    }
  }
  nav a.menu-btn {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 50px;
    height: 50px;
    margin-top: 25px;
    margin-left: 20px;
  }

  .navicon-button {
    position: relative;
    padding: 0.7rem;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
    opacity: 0.8;
  }
  .navicon-button .navicon:before, .navicon-button .navicon:after {
    transition: 0.25s;
  }
  .navicon-button:hover {
    transition: 0.5s;
    opacity: 1;
  }
  .navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
    transition: 0.25s;
  }
  .navicon-button:hover .navicon:before {
    top: 0.825rem;
  }
  .navicon-button:hover .navicon:after {
    top: -0.825rem;
  }
  
  .navicon {
    position: relative;
    width: 2.5em;
    height: 0.3125rem;
    background: #FFF;
    transition: 0.5s;
    border-radius: 2.5rem;
  }
  .light .navicon {
    background: #000;
  }
  .navicon:before, .navicon:after {
    display: block;
    content: "";
    height: 0.3125rem;
    width: 3.5rem;
    background: #FFF;
    position: absolute;
    z-index: -1;
    transition: 0.5s 0.25s;
    border-radius: 1rem;
  }
  .light .navicon:before, 
  .light .navicon:after {
    background: #000;
  }
  .navicon:before {
    top: 0.625rem;
  }
  .navicon:after {
    top: -0.625rem;
  }

  nav.fixer a.menu-btn {
    margin-top: 5px;
  }

  @media only screen and (min-width: 721px) {
    nav a.menu-btn {
      display: none;
    }
    nav a.navbar-logo-mob {
      display: none;
    }

    .light a.navbar-logo.navbar-logo-mob.logo-light {
      display: none;
    }
    .dark a.navbar-logo.navbar-logo-mob.logo-dark  {
      display: none;
    }
    .light nav ul.dropdown-menu.wide-dropdown-menu.show {
      background-color: rgb(231 240 247 / 85%);
    }
    .dropdown-menu-col ul.nav li.nav__item a.nav__item-link:before {
      display: none;
    }
    nav ul.dropdown-menu.wide-dropdown-menu.show li.nav__item.init-item {
      width: 100%;
      flex-grow: 1;
      flex-shrink: 0;
      margin-left: 0;
      margin-right: 0;
    }
    nav ul.dropdown-menu.wide-dropdown-menu.show li.nav__item.init-item .row.mx-0 {
      width: 100%;
      margin-left: 0;
    }
    nav .nav-pc ul.navbar-nav a.tab.clicked {
      border: 1px dotted;
    }
  }

  


  @media only screen and (max-width: 720px) {
    nav a.tab:not(.placeholder)::after {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-start;
      padding: 0 1.5rem;
    }
    
  }
 
  nav a.tab.hidden {
    display: none;
  }
  nav.hidden {
    transform: translateX(-100%);
  }


a.navbar-logo {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in;
    width: 30%;
    justify-content: center;
}
.navbar-logo img {
  display: flex;
  height: 90px;
  transition: all 0.3s ease-in;
}
.navbar-logo img.logo-light-min,
.navbar-logo img.logo-dark-min {
  height: 46px;
}

.dark a.navbar-logo.logo-dark {
  display: flex;
  transition: all 0.3s ease-in;
}
.dark a.navbar-logo.logo-light {
  display: none;
  transition: all 0.3s ease-in;
}

.dark a.navbar-logo.logo-dark img.logo-dark-min {
  display: none;
  transition: all 0.3s ease-in;
}
.fixing.dark a.navbar-logo.logo-dark img.logo-dark {
  display: none;
  transition: all 0.3s ease-in;
}
.fixing.dark a.navbar-logo.logo-dark img.logo-dark-min {
  display: flex;
  transition: all 0.3s ease-in;
}

.light a.navbar-logo.logo-light {
  display: flex;
  transition: all 0.3s ease-in;
}
.light a.navbar-logo.logo-dark {
  display: none;
  transition: all 0.3s ease-in;
}

.light a.navbar-logo.logo-light img.logo-light-min {
  display: none;
  transition: all 0.3s ease-in;
}
.fixing.light a.navbar-logo.logo-light img.logo-light {
  display: none;
  transition: all 0.3s ease-in;
}
.fixing.light a.navbar-logo.logo-light img.logo-light-min {
  display: flex;
  transition: all 0.3s ease-in;
}

nav .nav-pc {
    display: flex;
    width: 100%;
}
body {
  overflow-x: hidden;
}
@media only screen and (max-width: 720px) {
  nav {
    justify-content: flex-start;
    position: fixed !important;
    width: 100%;
    height: 100px;
    min-height: 60px;
  }
  nav.fixer {
    height: 60px;
  }

  nav.open .navicon:before,
  nav.open .navicon:after {
    transition: 0.5s;
    top: 0 !important;
  }

  nav.open .x .navicon {
    background: transparent;
  }
  nav.open .x .navicon:before {
    transform: rotate(-45deg);
  }
  nav.open .x .navicon:after {
    transform: rotate(45deg);
  }

  nav a.navbar-logo-mob {
    display: flex;
    width: 110px;
    margin-right: 20px;
    padding-right: 0;
  }
  nav .nav-pc {
    flex-direction: column;
    padding-top: 70px;
  }
  nav .nav-pc ul.navbar-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    height: auto;
    flex: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  nav .nav-pc ul.navbar-nav.left-nav {
    order: 2;
  }
  nav .nav-pc a.navbar-logo {
    width: 100%;
    order: 1;
    height: 90px;
    flex: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  nav .nav-pc ul.navbar-nav.right-nav {
    order: 3;
  }

  nav .nav-pc {
    
    top: 0px;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #000;
    background: radial-gradient(circle, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 50%, rgb(13 19 59) 100%);
    width: 320px;
    height: 100vh;
    left: -320px;
    opacity: 0;
  }
  .light nav .nav-pc {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #cbe8ff;
    /* background: radial-gradient(circle, rgb(255 255 255) 0%, #b5d0e5 50%, #cbe8ff 100%); */
    background: radial-gradient(circle, rgb(255 255 255) 0%, #a8d9ff 50%, #d9d1ff 100%);
  }
  nav.open .nav-pc {
    display: flex!important;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  nav .nav-pc a.navbar-logo {
    height: 90px;
  }
  .nav-pc .navbar-nav li {
    margin-top: 20px;
  }

  nav .nav-pc ul.navbar-nav a.tab {
    backdrop-filter: blur(8px);
    background: #f2fdfe2e;
    border: 1px dotted;
  }
  .navbar-nav li a:before {
    display: none;
  }

  .dark .nav-pc a.navbar-logo.logo-dark img.logo-dark-min {
    display: none;
  }
  .fixing.dark .nav-pc a.navbar-logo.logo-dark img.logo-dark-min {
    display: none;
  }

  .fixing.dark .nav-pc a.navbar-logo.logo-dark img.logo-dark {
    display: flex;
  }

  .light .nav-pc a.navbar-logo.logo-light img.logo-light-min {
    display: none;
  }
  .fixing.light .nav-pc a.navbar-logo.logo-light img.logo-light-min {
    display: none;
  }
  .fixing.light .nav-pc a.navbar-logo.logo-light img.logo-light {
    display: flex;
  }

  nav ul.dropdown-menu.wide-dropdown-menu.show {
    bottom: unset;
    top: unset;
    margin-top: 10px;
    position: relative;
    display: flex !important;
    left: 0;
    min-width: auto;
    width: 100%;
  }
  nav.fixer ul.dropdown-menu.wide-dropdown-menu.show {
    bottom: unset;
    top: unset;
  }

  nav ul.dropdown-menu.wide-dropdown-menu.show .init-item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  nav .nav-pc ul.navbar-nav li.has-dropdown {
    display: flex;
    flex-direction: column;
  }
  nav .navbar-nav a.nav__item-link:before {
    display: none;
  }
  .dropdown-menu-col ul.nav li.nav__item  {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  nav .nav-pc ul.navbar-nav a.tab.clicked {
    background-color: rgb(4 2 60 / 75%);
  }
  .light nav .nav-pc ul.navbar-nav a.tab.clicked {
    background-color: rgb(255 255 255 / 90%);
  }
  

}

/** Nav End **/

/** Sections Start **/
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-10 {
  margin-top: 10px;
}

/** Cardz 02 start **/
.infograph-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.we-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.we-card-container {
  /* width: 200px;
  height: 200px; */
  width: 170px;
    height: 170px;
  position: relative;
}

.we-card {
  /* width: 200px;
  height: 200px; */
  width: 170px;
  height: 170px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
  filter: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0px 0 20px 1px #333653, inset -5px 0 15px -38px #011a54;
}
.light .we-card {
  background-color: #c8e7ff;
  border: 1px solid;
}

.we-card h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

.we-card p {
  color: #555;
}

.we-card.active {
  opacity: 1;
  z-index: 2;
  transform: translateX(0);
}

.we-card.prev-1,
.we-card.next-1 {
  opacity: 0.5;
  filter: blur(4px);
  z-index: 1;
}

.we-card.prev-2,
.we-card.next-2 {
  opacity: 0.2;
  filter: blur(6px);
  z-index: 1;
}

.we-card.prev-3,
.we-card.next-3 {
  opacity: 0;
}

.we-card.prev-1 {
  transform: translateX(-230px) rotate(-10deg) translateY(20px);
}

.we-card.next-1 {
  transform: translateX(230px) rotate(10deg) translateY(20px);
}

.we-card.prev-2 {
  transform: translateX(-483px) rotate(-20deg) translateY(80px);
}

.we-card.next-2 {
  transform: translateX(483px) rotate(20deg) translateY(80px);
}

.we-card.prev-3 {
  transform: translateX(-697px) rotate(-30deg) translateY(172px);
}

.we-card.next-3 {
  transform: translateX(697px) rotate(30deg) translateY(172px);
}

.we-arrow {
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  color: #000;
  padding: 20px;
  z-index: 20;
  background: #ddedff6b;
  backdrop-filter: blur(8px);
}

.we-arrow:hover {
  color: #555;
}

.services-area .services-items .equal-height {
  display: flex;
}
.img-src-1 {
  background-image: url('../img/crystal-cube-6-2440x1578.jpg');
}
.img-src-2 {
  background-image: url('../img/crystal-cube-18-2440x1578.jpg');
}
.img-src-3 {
  background-image: url('../img/crystal-cube-7-2440x1578.jpg');
}

/** Cardz 02 end **/


/** Blog swipe Start **/

.justify-content-center {
  justify-content: center;
}
.d-column {
  flex-direction: column;
}
.d-align-center {
  align-items: center;
}
.font-18 {
  font-size: 18px;
}
.font-25 {
  font-size: 25px;
}
.line-1-5 {
  line-height: 1.5;
}
.pt-60 {
  padding-top: 60px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}

.device {
  position: relative;
  /* left: 50%;
  top: 50%; */
  /* margin-left: -15.5rem; */
  /* margin-top: -20rem; */
  /* width: 31rem; */
  width: 45rem;
  background: #34383c;
  background-image: linear-gradient(90deg, #142c54, #297fde78);
  /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
  -webkit-box-shadow: -1px 24px 41px -6px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: -1px 24px 41px -6px rgba(0, 0, 0, 0.27);
  box-shadow: -1px 24px 41px -6px rgba(0, 0, 0, 0.27);
}
.light .device {
  background: #ffffff;
  background-image: linear-gradient(90deg, #dcf0fe, #297fde78);
}

.device .orbit_2 {
  width: 280px;
  height: 280px;
  margin: 0 auto;
}
.device img.pictures {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
}
.device .mid {
  margin-top: 40px;
}
.mid p {
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  color: #c9c9c9;
  margin-bottom: 0;
  transition: all 0.3s ease-in;
}
.mid h1 {
  padding: 0 10px;
    text-align: center;
    margin-bottom: 0;
    font-size: 2em;
    color: white;
    transition: all 0.3s ease-in;
}
.light .mid h1 {
  color: #000;
  transition: all 0.3s ease-in;
}
.light .mid p {
  color: #666666;
  transition: all 0.3s ease-in;
}

.device .owl-theme .owl-controls .owl-page span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 15px;
  height: 15px;
}

/* BTM */
.btm {
  position: relative;
  /* height: 10rem; */
}
.btm button {
  /* margin-top: 30px; */
  background-color: #2196d4;
  color: #ffffff;
  text-align: center;
  width: 100%;
  border: none;
  height: auto;
  box-sizing: border-box;
  /* padding-top: 17px;
  padding-bottom: 17px; */
  font-size: 18px;
}
.btm a.btn {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.device .owl-theme .owl-controls {
  padding-bottom: 20px;
}

@media  only screen and (max-width: 470px) {
  .device {
    width: 31rem;
  }
}
/** Blog swipe End **/

/** Sections End **/


/** SWITCH Dark-light mode start **/
.os-theme-change {
  display: flex;
  justify-content: center;
  align-items: center;
}

.switch {
  display: block;
  cursor: pointer;
  user-select: none;
  margin-right: 0.5rem;
  /* width: 40px;
  height: 40px; */
  
  box-sizing: border-box;
    /* box-shadow: 0 15px 25px rgba(0, 0, 0, .6); */
    height:50px;
    width: 50px;
    color: white;
    margin-left: 5px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgb(255 255 255 / 40%);
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease-in;
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: unset;
  top: 20px;
}
.switch:before {
  background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: -5px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 1px;
    opacity: 0;
}
.switch:hover,
.switch:focus {
  background-color: rgb(255 255 255 / 75%);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
}
.switch:hover span,
.switch:focus span {
  color: black;
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: flex;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bx-sun:before {
  content: "\ec34";
}
.bx-moon:before {
  content: "\eb94";
}

.switch-light, .switch-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  display: flex;
}
.switch-light {
  font-size: 28px;
  visibility: visible;
  color: var(--black-300);
}
.light .switch-light {
  color: #080d30;
}
.dark .switch-light {
  font-size: 0rem;
  visibility: hidden;
}
.switch-dark {
  font-size: 0rem;
  visibility: hidden;
  color: var(--white-100);
}
.dark .switch-dark {
  font-size: 28px;
  visibility: visible;
}

.dark .switch-dark .bx-moon {
  box-shadow: inset -44px -3px 14px 13px rgb(105 106 117 / 50%);
  border-radius: 50%;
}
.dark header .header_toggle i.bx-menu:before {
  box-shadow: inset -44px -3px 14px 13px rgb(105 106 117 / 50%);
  border-radius: 50%;
}
/*----*/
@keyframes rotation {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}
.switch:hover i {
  animation: rotation 1.5s linear forwards infinite;
}

.fixing .switch {
  top: unset;
  bottom: 80px;
}

@media  only screen and (max-width: 720px) {
  .switch {
    top: unset;
    bottom: 80px;
  }
}

/** SWITCH Dark-Light mode end **/

/** Top Start **/
.bx-arrow-big-up:before {
  content: "\f135";
}
.top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-radius: 3px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgb(255 255 255 / 40%);
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
  backdrop-filter: blur(6px);
  z-index: 99;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.3s ease-in;
}
.light .top {
  color: #080d30;
}
.top:hover, .top:focus {
  background-color: rgb(255 255 255 / 75%);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
}
.top i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 28px;
  
  border-radius: 50%;
  height: 28px;
}
.dark .top i {
  box-shadow: inset -44px -3px 14px 13px rgb(105 106 117 / 50%);
}
.fixing .top {
  display: flex;
}
/** Top End **/

/** Landing Page Start **/
.page {
    color: #40403F;
    width: 100vw;
    height: calc(100vh - 130px);
    /* padding-left: 1rem;
    padding-right: 1rem; */
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fixing .page {
    height: calc(100vh - 30px);
  }

  #intro {
    text-align: center;
  }
  @media  only screen and (max-width: 720px) {
    #intro {
      margin-top: 100px;
    }
    .fixing #intro {
      margin-top: 30px;
    }
  }
  #intro > #intro-title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    z-index: 1;
    color: white;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 5em;
    line-height: normal;
  }
  #intro > #intro-description {
    font-size: 1rem;
    z-index: 1;
    color: white;
  }
  /* .light > #intro-title {

  }
  .light #intro > #intro-description {

  } */

  div#bootcarousel {
    width: 100%;
  }


/** Landing Page End **/

.over-x-hid {
  overflow-x: hidden ;
}
.over-y-hid {
  overflow-y: hidden;
}
/** Slider Start **/

/*Vid start*/
.bg-overlay-1 {
  height: 100%!important;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}
video#video-bg {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}
.bg-overlay-1:before {
  position: absolute;
  content: "";
  display: block;
  /* background: #00000066; */
  background: #00000096;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.light .bg-overlay-1:before {
  /* background: #080d305c; */
  background: #434a7a9c;
}
/*Vid end */

@media only screen and (max-width: 767px) {
    .banner-area .box-table {
        height: 100vh;
    }
}
/** Slider End **/

/** Cards 01 Start **/
.services-area.shadow .services-items .item::after {
  background: #3d3d3de3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 8px;
}
.dark .services-area.shadow .services-items .item::after {
  background: #000000 none repeat scroll 0 0;
  opacity: 0.6;
}
.dark .services-area.shadow .services-items .item:hover::after {
  opacity: 0.9;
}
.dark .services-area.shadow .services-items .item:hover p,
.dark .services-area.shadow .services-items .item:hover h4 {
color: #d3eeff;
}
/** Cards 01 End **/

/** ABout start **/
.dark .about-area .about-content .info h2::after {
  background: #60b2ec none repeat scroll 0 0;
}
/** ABout end **/

/** Grid cardz start **/
.grid-container {
  /* width: min(75rem, 100%); */
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  gap: 2rem;
}
.grid-container .card {
  --grad: #1c0c76, #297fde;
  padding: 2.5rem;
  position: relative;
  background-image: linear-gradient(to bottom left, #a0cdff, #f2f6f9);
  border-radius: 2rem;
  gap: 1.5rem;
  display: grid;
  grid-template: "title icon" "content content" "bar bar" / 1fr auto;
  font-family: system-ui, sans-serif;
  color: #444447;
  box-shadow: inset -2px 2px hsl(0 0 100% / 1),
    -20px 20px 40px hsl(0 0 0 / 0.25);
}
.light .grid-container .card {
  
  background-image: linear-gradient(to bottom left, #b5b5b580, #f2f6f9);
}

.grid-container .card  .title {
    font-size: 1.5rem;
    grid-area: title;
    align-self: end;
    text-transform: uppercase;
    font-weight: 500;
    /* word-break: break-all; */
  }
  .grid-container .card   .icon {
    grid-area: icon;
    font-size: 3rem;
  }

    .grid-container .card  .icon > i {
      color: transparent;
      background: linear-gradient(to right, var(--grad));
      background-clip: text;
    }
    .grid-container .card .content {
    grid-area: content;
    }
    .grid-container .card .content  > *:first-child {
      margin-top: 0rem;
    }
    .grid-container .card .content  > *:last-child {
      margin-bottom: 0rem;
    }
  
    .grid-container .card::after {
    content: "";
    grid-area: bar;
    height: 2px;
    background-image: linear-gradient(90deg, var(--grad));
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    /*     margin-inline: -1.5rem; */
  }


  .mt-30 {
    margin-top: 30px;
  }
  .cube-rotating {
    height: 100%;
    width: auto;
  }
  .flex-center {
    text-align: center;
  }
  @media screen and (max-width: 991px) {
    .cube-rotating {
      max-width: 200px;
    }
  }
/** Grid cardz End **/

/** Accordion Start **/
.panel-default {
  border-color: transparent;
}
.panel {
  background: transparent;
}
.panel-default>.panel-heading {
  color: #333;
  /* background-color: #fff; */
  background-color: #03012e;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
}
.light .panel-default>.panel-heading {
  /* background-color: #1e2024; */
  /* background-color: #03012e; */
  background-color: #9cd1ff;
}

.dark .panel-default>.panel-heading+.panel-collapse>.panel-body p {
  color: white;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}
.light .panel-default>.panel-heading a[aria-expanded="true"] {
  /* background-color: #0f4798; */
  background-color: #32405a;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-collapse {
  background: rgb(3 2 50 / 60%);
  box-shadow: 0 4px 30px rgb(255 255 255 / 7%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.light .panel-collapse {
  background: rgb(189 226 255 / 60%);
    box-shadow: 0 4px 30px rgb(0 0 0 / 58%);
}

.light #accordion .panel-heading a.collapsed {
  /* color: white; */
  color: #110c2f;
  border: 1px solid #2c21702e;
}
.light #accordion .panel-title>a {
  color: white;
}
.light #accordion .panel-heading a.collapsed:hover {

}
/** Accordion End **/

/** Window Chart Start **/

.windows {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* flex-direction: row; */
  flex-direction: column;
  position: relative;
}

.log,
.chart {
  width: 80%;
  /* padding-top: 30%; */
  padding-top: 50%;
  border-radius: 6px;
  box-shadow: -10px 20px 50px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin: 0 -7%;
  position: relative;
}
.log:before, .log:after,
.chart:before,
.chart:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

.log {
  background: #1f1753;
  transform: perspective(600px) rotateY(25deg) scale(0.95) translate3d(0, 0, 0);
}
.log:before {
  background: url("../img/log-content.png");
  height: 100%;
  background-size: calc(100% - 10px);
  background-position: 10px 0;
  background-repeat: repeat-y;
  top: 0;
  left: 0;
  -webkit-animation: bg-scroll-vertical 35s linear infinite;
          animation: bg-scroll-vertical 35s linear infinite;
  opacity: 0.8;
  border-radius: 6px;
}
.log:after {
  top: 0;
  height: 100%;
  box-shadow: inset 0 0 50px #1f1753;
  border-radius: 6px;
}
.log.log-1:before {
  background: url("../img/datat-text.png");
}

.chart {
  background: #2c2170 url("../img/chart-grid.png") repeat-x center center/auto 270px;
  transform: perspective(600px) rotateY(25deg) translate3d(0, 0, 0);
  transform-origin: center;
  overflow: hidden;
}
.chart:after {
  top: 50%;
  height: 210px;
  background: url("../img/chart-content.png");
  background-size: 1200px;
  background-repeat: repeat-x;
  background-position: left center;
  -webkit-animation: bg-scroll-horizontal 35s linear infinite;
          animation: bg-scroll-horizontal 35s linear infinite;
  transform: translateY(-50%);
}

.chart-1 {
  background: #110c2f url("../img/chart-grid.png") repeat-x center center/auto 270px;
  transform: perspective(600px) rotateY(25deg) translate3d(0, 0, 0) scale(0.9);
}
.chart-2:after {
  background: url("../img/data-sets.png");
  background-size: 400px;
  margin-top: 5%;
  background-repeat: repeat-x;
  background-position: left center;
  -webkit-animation: bg-scroll-horizontal 35s linear infinite;
          animation: bg-scroll-horizontal 35s linear infinite;
  transform: translateY(-50%);
}
.chart-3:after {
  top: 0;
  background: #110c2f url("../img/data-present.png") repeat-x center center/auto 270px;
  transform: perspective(600px) rotateY(25deg) translate3d(0, 0, 0) scale(0.9);
}

@-webkit-keyframes bg-scroll-vertical {
  0% {
    background-position: 10px 0;
  }
  100% {
    background-position: 10px 300%;
  }
}

@keyframes bg-scroll-vertical {
  0% {
    background-position: 10px 0;
  }
  100% {
    background-position: 10px 300%;
  }
}
@-webkit-keyframes bg-scroll-horizontal {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 300% 0;
  }
}
@keyframes bg-scroll-horizontal {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 300% 0;
  }
}

.pattern-bg {
  background-image: url('../img/pattern-randomized.png');
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    box-shadow: inset 3px 0 15px 15px #000, inset -21px 0 15px -30px #000;
}
.pattern-bg:after {
  background: #5597e354 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.dark .pattern-bg:after {
  background: #01060c none repeat scroll 0 0;
}

@media screen and (max-width: 991px) {
  .windows {
    flex-direction: row;
  }
}

.w-100 {
  width: 100%;
}
/** Window Chart End **/

/** Contact Start **/
/* CONTACT FORM START **********/

.error {
  color: red;
  display: none;
}
form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.recaptch-cover{
border:1px solid #fff !important;
padding:0px;
position: relative;
background-color:transparent;
/* margin-right: 15px;
  margin-left: 15px; */
  /* max-width: 1140px; */
  max-width: 500px;
  width: 100%;
  border-radius: 1.25rem;
  backdrop-filter: blur(5px);
}

#contactForm .wrap-former {
  display: flex;
      align-items: center;
      flex-direction: column;
      position: relative;
      flex-direction: column;
      flex: 1 1 100%;
}

.recaptch-cover .recaptch-cover-header{
  padding:10px;
  text-align: left;
  display: block;
  border-bottom:1px solid #fff !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.light .recaptch-cover {
  border:1px solid #000 !important;
}
.light .recaptch-cover .recaptch-cover-header {
  border-bottom:1px solid #000 !important;
}
.recaptch-cover .recaptch-cover-header button{
  background:#00000000;
  color: #000000;
  border-color:#00000000;
  border-radius:3px;
}
.recaptch-cover .recaptch-cover-header button:active{
   background:transparent;
  border-color:#000000;
}
.recaptch-cover .recaptch-cover-header button:hover{
background:transparent;
  border-color:#000000;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
border-color: #b7beff;
}
.form-control:focus{
box-shadow: none;
outline: none;
  background-color: #ece4e4 ;
  border-color: #b7beff;
  color:#000000;
}
.loading-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1111;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #ffffff;
  display: none;
}
form label {
color: #000000;
}
.loading-overlay.active{
display: flex;
}
#refreshCaptcha{
cursor: pointer;
}
.form-control::placeholder {
color:rgba(0, 0, 0,.5);
opacity: 1; /* Firefox */
}
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
 color:rgba(0, 0, 0,.5);
}

.math-captcha {
text-align: center;
}

.math-expression {
font-size:24px;
font-weight: bold;
}

.answer-options {
display: flex;
justify-content: center;
gap: 10px;
margin: 20px 0;
flex-wrap: wrap;
}

.answer-option {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size:18px;
font-weight: bold;
border:1px solid #000000;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s;
background:#00000000;
color:#000000;
}

.answer-option:hover {
border-color:var(--first-brand-color);
}

.answer-option.selected {
  background: var(--first-brand-color);
  color: white;
  border-color: var(--bs-pink);
}

.light .answer-option.selected {
  background: rgb(5 5 5 / 59%);
}

.error{
color:red;
display:none;
border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgb(255 255 255 / 70%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

#submitBtn:disabled {
opacity: 0.7;
cursor: not-allowed;
}

.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px;
}
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}
.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: .6;
}
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.jconfirm .jconfirm-scrollpane {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%;
}
.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%;
}
.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle;
}
.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0;
}
@media (max-width: 993px) { 
  .form-group {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-center {
      justify-content: center !important;
  }
}
@media screen and (max-width: 820px) {
  form .form-group.col-md-6 {
      width: 100%!important;
  }
  form#contactForm {
      flex: 1 1 100%;
      flex-direction: column;
  }
  
}
@media (min-width: 768px) {
  .justify-content-md-center {
      justify-content: center !important;
  }
}
@media (min-width: 576px) {
  .justify-content-sm-center {
      justify-content: center !important;
  }
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.jconfirm .jconfirm-box-container {
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
}
.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
  animation-name: type-red;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: 0;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 69px;
  color: #2A7FDE;
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  color: white;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height .4s ease-in;
  transition: height .4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  background: #0c233b;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #dedede;
  margin-bottom: 25px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px;
}
.jconfirm .jconfirm-clear {
  clear: both;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  background-image: none;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background .1s;
  transition: background .1s;
  padding: 10px 20px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
  border-radius: 50px;
}

.mt-3 {
  margin-top: 1rem !important;
}
.math-captcha {
  text-align: center;
}
.math-captcha p {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.form-section-right form #name, 
.form-section-right form #email, 
.form-section-right form #message {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin: 0 auto;
}
.form-section {
  max-width: unset;
}
.form-section-right form {
  padding-left: 10px;
  padding-right: 10px;
}

button#submitBtn {
background: #2A7FDE;
  border: 0 none;
  /* border-radius: 50px; */
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 300;
  height: 3.5em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  white-space: nowrap;
  margin: 20px 0 0 0;
  letter-spacing: 1px;
  padding: 10px;
}
button#submitBtn:hover,
button#submitBtn:focus {
  background: #000;
}
button#submitBtn p {
  color: white;
}
@media screen and (max-width: 480px) {
  .recaptch-cover .recaptch-cover-header {
      flex-direction: column;
      padding-top: 20px;
  }
}
/* CONTACT FORM END ************/

.bg-darker-blue {
  background-color: rgb(30 32 36);
}
.contact-info-detail {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgb(179 179 179 / 10%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 5px;
}
.math-captcha p {
  color: #000;
}
.contact-area .contact-form .math-captcha p::after {
  display: none;
}
.math-expression {
  color: #000;
}
.dark .math-captcha p  {

  color: #fff;
}
.dark .math-expression {
  color: #fff;
}

.dark .recaptch-cover .recaptch-cover-header label {
  color: white;
}
.answer-option {
  /* background: rgb(179 179 179 / 10%); */
  background: rgb(252 251 251 / 37%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.mt-15 {
  margin-top: 15px;
}
.contact-area .contact-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgb(107 177 255 / 60%);
  box-shadow: 0 4px 30px rgb(255 255 255 / 10%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px); */
  background: transparent;
  box-shadow: none;
}
.contact-area .contact-items {
  display:flex;
}
.info-contact .contact-desc {
  flex-direction: column;
  justify-content: center;
  background: rgb(2 1 48 / 45%);
}
.info-contact .contact-desc p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 5px;
}
.info-contact .contact-desc i {
  margin: 10px auto 0px;
}

.form-control {
  background-color:#302f2f;
  color: #efefef;
}
.light .form-control {
  background-color: #034185;
}
.form-control::placeholder {
  color: #efefef;
}
.light .contact-area.light-hue {
  background: #94c5ff;
}
@media screen and (max-width: 992px) {
  .contact-area .contact-items {
    display: flex;
    flex-direction: column;
}
.contact-area .contact-form {
  margin-left: 0;
  margin-right: 0;
}
form {
  display: block;
}

}
/** Contact End **/

/** Footer Start **/
.bg-darker {
  background-image: radial-gradient(ellipse at center, #374151, #111827, #000);
  -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.light .bg-darker {
  background-image: radial-gradient(ellipse at center, #8f969b, #6d98ba, #3084df);
  -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.light footer.bg-darker {
  background-image: radial-gradient(ellipse at center, #8f9ea9, #6d98ba, #004793);
}
footer .f-item h4 {
  color: #e6eff7;
  border: 1px solid;
  text-align: center;
  background: #1e2024;
}
.dark footer .f-item h4 {
  background: #03023b;
}
footer p {
  color: #cccccc;
}
footer li a {
  color: #fff;
}
.light footer .f-item.link li a::before {
 color: #2b13a2;
}

.dark .footer-bottom.bg-dark {
  background: #03023b none repeat scroll 0 0;
}

footer .footer-box {
  background-image: conic-gradient(at right, #0a0949, #6bb1ff, #063c8d);
  border-radius: 5px;
  z-index: 1;
  position: relative;
}
footer .grid-box {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  display: grid;
  padding: 20px;
}
footer .btn-3 {
  border-radius: 0;
}
footer .default-padding.box-foot {
  padding-bottom: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.mb-0 {
  margin-bottom: 0;
}
footer .grid-box h2 {
  color: white;
}
footer .box-left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: left;
}
footer .box-left h2 {
  margin-left: 25px;
}
footer .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .box-right .btn {
  margin-top: 15px;
}

.cuber {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  animation: float 4s ease-in-out infinite;
  z-index: 0;
}
.light .cuber {
  background: #2B13A1;
}
.cuber.cube-1 {
  left:2vw;
}
.cuber.cube-2 {
  right:2vw;
  animation: float-1 6s ease-in-out infinite;
}
.cuber.cube-3 {
  left:3vw;
  animation: float-2 7s ease-in-out infinite;
}
.cuber.cube-4 {
  right:3vw;
  animation: float-3 3s ease-in-out infinite;
}

.contact-desc {
  display: flex;
  position: relative;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
}
.contact-desc i {
  background-color: #417ece;
    color: #ffffff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 5%;
    text-align: center;
    line-height: 45px;
    margin: 10px 15px 0 0;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}
.contact-desc p {
  margin: 0;
    color: white;
    text-align: left;
}
.contact-desc a {
  color: white;
}
.breaker {
  word-break: break-word;
}
.contact-desc p span {
  color: #6bb1ff;
  font-weight: 500;
  text-transform: uppercase;
}
.light .contact-desc p span {
  color: #000;
}
.light .contact-desc i {
  background-color: #1e2024;
}

.light footer .f-about p {
  color: #eff4ff;
}

footer ul.footer-links {
  display: grid;
    grid-auto-columns: 50%;
    grid-auto-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .f-item.link ul.footer-links li {
  margin-bottom: 5px;
  width: 100%;
  margin-left: 20px;
  padding-right: 30px;
  padding: 0.25em 0;
  margin-left: 0;
}
footer ul.footer-links li:nth-child(n + 4) {
  grid-column: 2;
  width: 100%;
  margin-left: 10px;
}
footer .f-item.link li:last-child {
  margin-left: 10px;
}

.footer-bottom li a {
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background: #3c7aca;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-bottom li a:hover {
  background: white;
}
.light .footer-bottom li a {
  background: #b9d4e9;
  color: #000;
}
.light .footer-bottom li a:hover {
  background: #3d7ccc;
  color: white;
}
ul.footer-bottom-link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-flex-center {
    display: flex;
    align-items: center;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(-40px) rotate(45deg);
  }
}
@keyframes float-1 {
  0%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(-20px) rotate(45deg);
  }
}
@keyframes float-2 {
  0%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(-60px) rotate(45deg);
  }
}
@keyframes float-3 {
  0%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(-30px) rotate(45deg);
  }
}

@media screen and (max-width: 992px) {
  footer .footer-box {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer .grid-box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  footer .box-right {
    justify-content: center;

  }
  footer .box-left {
    margin-top: 15px;
    text-align: center;
  }
  footer .box-left h2 {
    margin-left: 0;
  }
  .footer-bottom .d-flex-center {
    flex-direction: column;
  }
  ul.footer-bottom-link {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 520px) {
  footer .grid-box {
    padding: 5px;
  }
  footer ul.footer-links li:nth-child(n + 4) {
    grid-column: none;
  }
  footer .f-items .equal-height {
    height: auto !important;
  }
  footer ul.footer-links {
    display: block;
  }

}

/** Footer End **/