
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #040C16;
}
h2,h4,h5,h6{
  font-weight: 800;
  font-family: "Oxanium", sans-serif;
}
p{
  font-size:18px;
  line-height: 30px;
  font-weight: 500;
  color:rgba(255, 255, 255, 0.8);

}
.line-1{
  background:#FFFFFF1A;
  height: 2px;
  width: 100%;
}
.container{
  max-width:1350px;
}
button{
  background:transparent;
  border: none;
  outline: none;
}
input {
  outline: none;
}
a,
a:hover {
  text-decoration: none;
}
ul,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,h2,h2,h4,h5,h6{
  margin: 0;
  padding: 0;
}
.primary-btn {
	background-size: 100% 100%;
	font-size:20px;
	font-weight: 700;
	transition: 0.5s;
	color: #fff;
	display: inline-block;
	height:56px;
	display: flex;
	justify-content: center;
	align-items: center;
  padding:0 30px;
}
.mt-120{
  margin-top: 120px;
}
.mt-20{
  margin-top: 20px;
}
.icon-rotate i {
	transform: rotate(-47deg);
	margin-left: 14px;
	font-size: 22px;
}
.primary-btn:hover {
	box-shadow: rgb(37, 136, 231) -5px 25px 26px -22px;
}
.btn-1 {
	background-image: url('../images/bg/btn-1.png');
}
.btn-2 {
	background-image: url('../images/bg/btn-2.png');
  height: 64px;
}
.g-30{
  gap: 30px;
}
.menu-bg{
  background: linear-gradient(90deg, #16458b31 0%, #5d746b34 100.01%);
	backdrop-filter: blur(10px);
	border-radius: 5px;
  position: relative;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-bg-fixed .menu-bg{
  backdrop-filter: blur(35px);
}
.menu-bg-fixed {
	position: fixed;
	top: -35px;
	width: 100%;
	z-index: 99999;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.hero-section {
    margin-top: -112px;
  position: relative;
  z-index: 0;
  /* background:url('../images/bg/bg-1.webp'); */
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)),
  url('../images/bg/bg-1.webp');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
}
.nav-item > a{
  font-weight: 500;
  font-size: 20px;
  color:#fff;
  transition: 0.5s;
}
.nav-item > a:hover,.nav-item > a:focus,.dropdown-menu ul li a:hover{
  background: linear-gradient(90deg, #277BF5 0%, #1CD691 100.01%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.nav-link.dropdown-toggle.show{
  background: linear-gradient(90deg, #277BF5 0%, #1CD691 100.01%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.header-right{
  gap:15px;
}
.dropdown-menu {
	animation: 0.5s animationadd;
}
@keyframes animationadd {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}
.dropdown-menu ul li a{
  padding: 5px 18px;
  display: block;
  color:#00020B;
  font-size: 16px;
  font-weight: 500;
}
.button-wrapper {
  color:#fff;
  background-color:#121C2B;
  border-radius: 40px;
  font-size:16px;
  font-weight:600;
}
.button-wrapper a{
  font-size:20px;
  font-weight:600;
  transition: 0.2s;
  color:#fff;
  padding: 10px 26px;
  gap: 15px;
  justify-content: center;
  display: flex;
  overflow: hidden;
  border-radius: 25px;
  align-items: center;
}
.button-wrapper a i{
  margin-left: 0;
}
.button-wrapper a img{
  height: 27px;
  width: 27px;
}
.section-heading h4{
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  color:#fff;
}
.button-wrapper.border-gradient::after {
	background: linear-gradient(135deg, #18F1FF 0%, #3818FF 100%);
	opacity: 0.99;
	filter: blur(2.5px);
	border-radius: 40px;
}
.button-wrapper:hover a{
  background: linear-gradient(90deg, rgba(39, 123, 245, 0.9) 0%, rgba(28, 214, 146, 0.74) 100.01%);
  filter: blur(0.02px);
  border-radius: 40px;
}
.header-area {
	padding-top: 35px;
}
.dropdown-toggle::after {
	display: none;
}
a.nav-link.dropdown-toggle i{
  margin-left: 10px;
  font-size: 16px;
}
.hero-container {
	padding-top: 130px;
  padding-bottom:90px;
}
.mt-30{
  margin-top: 30px;
}
.mt-40{
  margin-top:40px;
}
@keyframes moveTopToBottom {
  0% {
      top:18%;
  }
  50% {
      top: 30%;
  }
  100% {
      top:18%;
  }
}
@keyframes moveTopToBottom2 {
  0% {
      top:50%;
  }
  50% {
      top:55%;
  }
  100% {
      top:50%;
  }
}
@keyframes card-listed {
  0% {
      top:20%;
  }
  50% {
      top:35%;
  }
  100% {
      top:22%;
  }
}
@keyframes moveUpDown {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-40px);
  }
  100% {
      transform: translateY(0);
  }
}
.section-heading h1{
  color:#fff;
  font-weight: 800;
  font-size: 55px;
  line-height:65px;
}
.section-heading h1 span{
  font-size: 55px;
}
.section-heading h2{
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
}
.section-heading p{
  margin-top: 20px;
}
.section-heading span{
  font-size:38px;
  line-height:45px;
  color:#2682EE;
  font-weight: 800;
  font-family: "Oxanium", sans-serif;
}
.gradient-color{
  background: linear-gradient(90deg, #277BF5 0%, #1CD691 100.01%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
@keyframes colorChange {
  0% { color: #2682EE; }
  33% { color: #1CD691; }
  75% { color: #fffc3dcc; }
  100% { color: #2682EE; }
}
.animated-text {
  animation: colorChange 4s infinite linear;
}
.navbar-nav {
	gap: 8px;
}
.border-gradient{
  position: relative;
	border: 1px solid transparent;
  background-clip: padding-box;
}
.border-gradient::after{
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  border-radius:32px;
}
.border-gradient::after{
  background: linear-gradient(135deg, #18F1FF 0%, #3818FF 100%);
}
.border-gradient-view:after{
  background: linear-gradient(270deg, #2682EE 0%, #1CD691 100%);
  opacity: 30%;
}
.clip-path{
  clip-path: polygon( 22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px );
}
.ptb60{
  padding:60px 0;
}
.modal-custom-width {
	max-width: 984px;
	width: 100%;
	top:90px;
}
.modal-header-area h4{
  font-size:36px;
  color:#fff;
  font-weight:700;
  line-height:45px;
}
.modal-logo img{
  width:90px;
  height: auto;
}
.modal-close-btn{
  position: absolute;
  right:20px;
  top:25px;
}
.modal-close-btn span i{
  color:#fff;
  font-size: 20px;
  cursor: pointer;
}
.modal-header-area{
  border-bottom: 3px solid #FFFFFF1A;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.custom-modal{
  padding: 40px 60px;
  background-color:#040C16;
  border: 1.5px solid #FFFFFF1A;
  border-radius: 20px;
}
.custom-modal input{
  border: none;
}
.modal-body-inner .bg-border-input::after{
  border-radius: 7px;
}
.modal-body-inner a:hover{
  text-decoration: underline;
}
.gradient-btn{
  background: linear-gradient(90deg, #277BF5 0%, #1CD691 100.01%);
  padding:16px;
  border-radius: 50px;
  font-size: 20px;
  font-weight:600;
  color:#fff;
  transition: 0.5s;
}
.gradient-btn:hover{
  background: linear-gradient(0deg, #277BF5 0%, #1CD691 100.01%);
}
.modal-footer-area a{
  font-size: 20px;
  font-weight: 500;
  transition: 0.5s;
  line-height: 32px;
  color: #fff;
}
.modal-footer-area a:hover,.modal-close-btn:hover i{
  color: #1CD691;
}
.bg-solid-btn:hover{
  background: linear-gradient(0deg, #277BF5 0%, #1CD691 100.01%);
  color:#fff !important;
}
.custom-modal .bg-border-input{
  z-index: inherit;
}
.select-icon i{
  color:#fff;
}
/* End modal css */
.icon-bar i {
	color: #fff;
	font-size: 32px;
}
.text-shadow {
	text-shadow: 3px 0px 0px #1cd691,11px 5px 10px rgba(28,214,145,.24);
}
.text-after-effect{
  position: relative;
  display: inline-block;
  color:#2682EE;
}
.text-after-effect:after{
  position: absolute;
  left: 0;
  bottom: -22px;
  content:"";
  width: 100%;
  background: url('../images/bg/shape-1.png');
  height: 20px;
  background-size:100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  /* animation: width-effect 3s ease-in-out infinite; */
}
.count-item{
  background: #05221A;
  padding: 12px 15px;
  display: inline-block;
  background: #FFFFFF26;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 6px;
}
.work-proces{
  background: url('../images/bg/shape-2.png');
  background-size:100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
}
.work-proces .button-wrapper{
  padding:6px 24px;
}
.long-shape-bg{
  background: url('../images/bg/shape-3.png');
  background-size:100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.work-process-thumbnails{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.work-process-thumbnails img{
  max-height: 832px;
  height: 100%;
}
@keyframes zoomBackground {
  0% {
    background-size:100% 100%
  }
  to {
    background-size:130% 130%
  }
}
.work-process-section{
  padding-top: 120px;
  background-image: url('../images/bg/bg-2.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  animation: zoomBackground 10s infinite alternate ease-in-out;
}
.work-proces p{
  font-size: 16px;
  margin-top: 12px;
}
.info-section{
  background: #00244F;
  padding:50px 0;
}
.social-menu ul li a {
	display: flex;
	transition: 0.5s;
	align-items: center;
	justify-content: center;
	height:35px;
	width:35px;
	border-radius: 50%;
	border: 1px solid #6C6A7B;
}
.social-menu ul li a i{
	font-size: 18px;
	color: #E0E0E1;
}
.social-menu ul li a img{
  width: 20px;
  height: auto;
}
.social-menu ul{
  gap: 12px;
}
.social-menu ul li a:hover{
  border-color: transparent;
  background: linear-gradient(270deg, #2682EE 0%, #1CD691 100%);
  box-shadow: 0px 4px 31px 0px #30FFDA4D;
}
.footer-section{
  padding-top: 70px;
  padding-bottom: 20px;
  background: #2682EE0D;
}
.footer-description ul li a{
  color:#FFFFFFCC;
  font-size:18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s;
  text-transform: uppercase;
}
.mt-10{
  margin-top: 10px;
}
.mt-100{
  margin-top: 100px;
}
.footer-description ul li a:hover{
  color:#2680EF;
}
.gradient-box {
	background-color: #121c2b;
	position: relative;
	border: 1px solid transparent;
	background-clip: padding-box;
	border-radius:6px;
	color: #fff;
	transition: .5s;
}
.gradient-box::after {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	z-index: -1;
  background: linear-gradient(90deg, #277BF5 0%, #1CD691 100.01%);
	border-radius:6px;
}
.counter-item{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF26;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  min-width: 70px;
  border-radius: 6px;
  min-width:80px;
  min-height:76px;
}
.remain-time{
  gap:10px;
}
.divider{
  color:#FFFFFF33;
  font-size: 40px;
}
.ellipse{
  position: absolute;
  max-width: 634px;
  height: 573px;
  background: linear-gradient(135deg,#18f1ff,#3818ff);
  opacity: .2;
  filter: blur(250px);
  width: 100%;
}
.ellipse-1{
  right:0%;
  top: 50%;
  transform: translateY(-50%);
}
.ellipse-2{
  left:0%;
  top: 50%;
  max-width:250px;
  height:280px;
  transform: translateY(-50%);
}
.about-section{
  overflow-x: hidden;
}
.about-thumbnails,.fag-thumbnails{
  padding: 25px;
  background: url('../images/bg/box-bg.png');
  background-size:100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.ellipse-3{
  right:0%;
  margin: 0 auto;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  max-width:150px;
  height:150px;
  z-index: -2;
}
/* checkbox css */
.form-group .checkBox {
	display: none;
}
.g-15{
  gap: 15px;
}
.g-20{
  gap: 20px;
}
.form-group .checkBox + label {
	z-index: 1;
	cursor: pointer;
	padding-left: 40px;
	display: block;
	position: relative;
	line-height: 25px;
	color: #fff;
	font-size: 17px;
}
.form-group .checkBox + label::before {
	z-index: 2;
	top: 0px;
	left: 2px;
	width: 25px;
	height: 25px;
	background: linear-gradient(90deg, rgba(39, 123, 245, 0.3) 0%, rgba(28, 214, 145, 0.3) 100.01%);
	display: block;
	content: "";
	position: absolute;
	border-radius: 4px;
}
.form-group .checkBox + label span {
	display: none;
}
.form-group .checkBox + label::after {
	z-index: 2;
	top: 2px;
	left: 4px;
	width: 21px;
	height: 21px;
	background: #111822;
	display: block;
	content: "";
	position: absolute;
	border-radius: 3px;
}
.form-group .checkBox:checked + label span {
	display: block;
	position: absolute;
	left: 7px;
	z-index: 9;
	top: 0px;
	color: white;
}
.form-group .checkBox:checked + label::before {
	background: linear-gradient(90deg, #277BF5 0%, #1CD691 100.01%);
}
/* end checkbox css */
.input input, .input textarea {
	background: #0b121c;
	position: relative;
	z-index:1;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	padding: 12px 16px;
	box-sizing: border-box;
	color: #FFFFFF66;
}
.input input::placeholder{
  opacity: 1;
  color:#FFFFFF66;
}
.input input:focus, .input textarea:focus {
	background: #0b121c;
	color: #fff;
}
.bg-border-input::after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 5px;
	background: linear-gradient(90deg, rgba(39, 123, 245, 0.3) 0%, rgba(28, 214, 145, 0.3) 100.01%);
}
.modal-body-inner .bg-border-input::after {
	border-radius: 7px;
}
.custom-modal .bg-border-input {
	z-index: inherit;
}
.bg-border-input {
	border-radius: 5px;
	background: #0B121C;
	border: 2px solid transparent;
	background-clip: padding-box;
	position: relative;
	z-index: 2;
}
.modal-body-inner label {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 12px;
	color: #fff;
}
.bg-gradient-add {
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(8px);
}
.color-2682EE{
  color:#2682EE;
}
@keyframes zoom {
  0% {
      transform: scale(0.9);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(0.9);
  }
}
@keyframes width-effect {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.width-effect{
  animation: width-effect 2s ease-in-out infinite;
}
#outside-click li a{
  color:#fff;
  font-weight:600;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
}
#outside-click li a.active{
  color:#2475DA;
}
.zoom{
  animation: zoom 10s ease-in-out infinite alternate;
}
.icon {
	background: linear-gradient(135deg,#18f1ff,#23db51);
}
.icon-bar i {
	color: #fff;
	font-size: 30px;
}
.navbar-toggler:focus{
  box-shadow: 0 0 0 transparent;
}
.navbar-brand img,.footer-logo img{
  width:265px;
  height: 38px;
}
#form-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(4, 12, 22, 0.9); /* Light blur effect */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.country-select .bg-border-input:after{
  z-index: -2;
}
.country-select {
	position: relative;
	z-index: 2;
}
.iti {
	width: 100%;
}
.iti__selected-dial-code{
  color: white;
}
.status{
  height: 80px;
  width:80px;
}
/* fag */
.accordion-button::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, #277BF5 0%, #1CD691 100.01%);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h2a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h2v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h2a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h2v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E"); /* For WebKit browsers */
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFFFFF' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button img{
  margin-right: 15px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.frequently-answer .accordion-body {
	padding-top: 7px;
	padding-bottom: 38px;
	border-top: 1px solid #2d2d2d;
}
.frequently-answer .accordion-button {
	background-color: transparent;
	border: none;
	outline: none;
	margin: 0;
	padding: 12px 28px !important;
	padding: 0;
	font-weight: 700;
	font-size:22px;
	line-height:30px;
	color: #FFFFFFCC;
	box-shadow: 0 0 0 transparent;
}
.accordion-button:not(.collapsed),.accordion-item {
	box-shadow: 0 0 0 transparent;
  border: none;
  color:#2682EE ;
  outline: none;
}
.frequently-answer .accordion-button:focus,.frequently-answer .accordion-button:active{
  border: none;
  outline: none;
}
.frequently-answer .accordion-item{
  margin-bottom:10px;
  background: rgba(255, 255, 255, 0.05);
}
/* button animation */
.button {
	background-image: linear-gradient( to right, #2583EC, #248AE3, #248AE3, #20A9C1, #20A9C1, #20A9C1, #20A9C1 );
	border-radius: 32px;
	animation: blurr 1s infinite;
	color: #fff !important;
	font-size: 20px !important;
	text-transform: uppercase;
	border: 2px solid #fec718;
}
.font-sm{
  font-size: 14px;
  line-height: 28px;
}
@keyframes blurr {
  0%{
    box-shadow: 0 0 5px hsl(40, 100%, 66%);
  }
  50% {
    box-shadow: 0 0 18px #1BD294;
  }
  100% {
    box-shadow: 0 0 12px hsl(207, 93%, 60%);
  }
}

@keyframes fade {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
.g-10{
  gap: 10px;
}
.terms-conditions ul li a,.terms-conditions ul li{
  color:#fff;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
}
.terms-conditions ul li:hover a{
  color:#248EE0;
}
.footer-description span{
  font-size: 15px;
  color:gray;
}
.footer-widgets h4{
  font-weight: 500;
  font-size: 24px;
  color:#fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.footer-widgets ul li a{
  font-size: 18px;
  font-weight: 500;
  color:#fff;
  transition: 0.5s;
}
.footer-widgets ul li a:hover{
  color: #1cd691;
}
.warning{
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.partners-items{
  outline: 5px solid #0B121D;
  border:1px solid gray;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: rgba(123, 119, 143, 0.15) 0px 20px 50px 0px;
}
.partners-items:hover .more-info{
  opacity: 1;
}
.partners-items img{
  max-width: 120px;
}
.more-info {
  transition: 0.5s;
  opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.31);
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
  border-radius: 10px;
}
.more-info a{
  font-size: 18px;
  font-weight: 600;
  padding: 4px 8px;
  display: inline-block;
  background-color: #040C16;
  color:#1cd691;
  text-transform: uppercase;
  border-radius: 5px;
}
.footer-widgets .button-wrapper{
  width: 230px;
}

