html {
  scroll-behavior: smooth;
}

.backcolor {
  background-color: white !important;
}

.mg {
  padding: 50px 18px !important;
}

.card-bodys {
  padding: 20px;
}

body {
  color: #616161;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003f13;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

p {
  color: #464646;
  font-size: 16px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

span {
  color: #ffb800;
}

.custom-container {
  width: 1230px;
  padding: 0px 15px;
  margin: auto;
}

/* Links
------------------------------------ */
a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;

}

a:hover,
a:focus,
a:active {
  color: #d46f6f;
}


/* =============== */
.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

/* ======================menu section start========================== */

.sticky-nav {
  left: 0;
  margin: auto;
  top: 0 !important;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background-color: #002c5d;
  z-index: 9999 !important;
  animation-name: slideInDown;
  animation-duration: 1.5s;
}

.width {
  width: 80px;
}

.token-pricing-section2 {
  /* margin: 50px 18px; */
  background-image: radial-gradient(at bottom left, #a3d3a6 0%, #158116 100%);
  padding: 20px;
  border-radius: 10px;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

.menu-box.sticky-nav {
  background-color: #199e1b;
}

.bgew {
  background-color: #f1f1f1 !important;
}

.bgew a:hover {
  background-color: #ddd !important;
}

.header {
  background: #ece3e3;
  ;
  width: 100%;

}

.menu-box {
  background-color: transparent;
}

.textfree {
  margin-left: 20px;
}

/*.menu-box .menu-wraper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	
}*/
.fls {
  display: flex;
  background: white;
  box-shadow: 0px 0px 2px 2px;
  border-radius: 10px;
  padding: 15px 10px;
}

.fls1 {
  display: flex;
  background: white;
  box-shadow: 0px 0px 2px 2px;
  border-radius: 10px;
  padding: 15px 10px;
}

.fls1:hover {
  border-top: 5px solid #179818;
  box-shadow: 0px 0px 2px 2px;
  border-radius: 10px;
  padding: 15px 10px;
}

.sub-menu {
  display: block !important;

}

.sub-menu .drops .mains {
  display: block !important;
  padding-bottom: 0 !important;
  padding: 0px 0px 21px 0px !important;
  margin: 9px 0px 25px 0px !important;

}

.menu-box .menu-wraper .main-menu ul {
  /*display: flex;
	flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  align-items: center;
}

.menu-box .menu-wraper .main-menu ul {
  display: flex;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  align-items: center;
}

#responsive-navbar-nav .navbar-nav li {
  margin-bottom: 5px;
}

#responsive-navbar-nav .navbar-nav li a {
  color: #000;
}

#responsive-navbar-nav .navbar-nav li.login-btn {
  background-image: radial-gradient(at bottom left, #d1b654 10%, #008036 100%);
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  transition: .5s;
  padding: 8px 20px;
  display: block;
  margin-bottom: 10px;
  width: max-content;
}

.menu-box .main-menu .sub-menu {
  height: auto;
  width: 230px !important;
  background: #fff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: left;
  top: 30px;
  transition: .3s;
  opacity: 0;
  left: 0;
  visibility: hidden;
  border-radius: 7px;
  padding: 15px 20px;
  border-top: 4px solid #fff !important;
  border-bottom: 4px solid #ffff !important;
}

.menu-box .menu-wraper .main-menu ul li a {
  padding: 0px 25px 0px 0px;
  color: #000;
  transition: .5s;
}

.main-menu ul.menu li.login-btn {
  padding: 13px 30px;
  background-image: radial-gradient(at bottom left, #d1b654 10%, #008036 100%);
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  transition: .5s;
  color: white !important;
  margin: 0 10px;
}

.main-menu ul.menu li.login-btn a {
  text-align: center;
  padding: 0;
}

.menu-box .menu-wraper .main-menu ul li a:hover {
  color: #20b094;
  transition: .5s;
}

.menu-box .menu-wraper .right-content .button a {
  color: #fff;
  padding: 11px 30px;
  background: #fa9b27;
  border-radius: 15px;
}




/*--=====================================
    ----------start sub menu---------------
    -========================================*/

.menu-box .main-menu .sub-menu {
  height: auto;
  width: 230px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: left;

  transition: .3s;
  opacity: 0;
  left: 0;
  visibility: hidden;
  border-radius: 7px;
  padding: 5px 20px;
  border-top: 4px solid#2D4B8B;
  border-bottom: 4px solid#39cabb;
}

.menu-box .main-menu .menu-item-has-children {
  position: relative;
}

.menu-box .sub-menu li {
  display: block;
  margin-bottom: -40px;
}

.menu-box .menu-wraper .main-menu .sub-menu li a {
  position: relative;
  color: #333 !important;
  margin: 5px 0px 0px 7px;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0px 0px 0px;
  padding-bottom: 50px;
  transition: .5s;
}

.menu-box .main-menu .sub-menu li a:hover {
  color: #39cabb;
  transition: .5s;
}

.menu-box .main-menu ul li:hover .sub-menu {
  top: 63px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transition: .5s;
}

.sticky-nav.header-area .main-menu .sub-menu li a:hover {
  margin-left: 30px;
  color: #39cabb;
  transition: .5s;
}

.menu-box .sub-menu li a:hover::before {
  opacity: 1;
  visibility: visible;
}


/*--==========================================
  -------------------------
  -=========================================*/

/* ======================menu section end========================== */
/* ======================banner section start========================== */
.banner-section {
  /*background-image: url('../image/banner-shape.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
  padding: 60px 0px 70px 0px;
  background-image: radial-gradient(at top right, #fdfdfd 0%, #e7e6e6 30%);
}

.text {
  color: #ff963c;
}

.texth1 {
  color: #003f13;
  font-size: 62px;
  font-weight: 600;
  /* background: -webkit-linear-gradient(#530075, #ff963c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.texth2 {
  color: #003f13;
  font-size: 35px;
  font-weight: 600;
  /*background: -webkit-linear-gradient(#530075, #ff963c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.texth21 {
  color: #003f13;
  font-size: 35px;
  font-weight: 600;
  /* background: -webkit-linear-gradient(#530075, #ff963c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.texth4 {
  color: #003f13;
  font-size: 25px;
  font-weight: 800;

}

.texth b {
  color: #a017d7;

}

.hr {
  background: #ff963c;
}

.texth5 {
  color: #000000;
}

.text-black {
  color: black;
}

.imagess {
  background-image: url(../image/bge.png);
  background-size: contain;
  text-align: center;
  margin-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.bt {
  background-color: #530075;
}

.imas {
  display: flex;
  justify-content: space-between;
}

.imagesss {
  background: white;
  box-shadow: 0px 0px 2px 2px #6e6666;
  border-radius: 10px;
  padding: 15px;
  height: 100%;

}

.imagessss {
  background: white;
  box-shadow: 0px 0px 2px 2px #6e6666;
  border-radius: 10px;
  padding: 15px;

}

.fl {
  display: flex;
  justify-content: space-between;
}

.trs {
  text-align: center;
  color: #003f13 !important;
}

.trs1 {
  margin: 0 50px;
  border-radius: 14px;
  padding: 0px 0px 10px;
  text-align: center;
}

.wi {
  width: 267px;
  max-width: 100%;
  position: relative;
  top: -53px;
}

.banner-section .content-wraper {
  margin: auto;
  display: flex;
  align-items: center;
}

.banner-section .left-content {
  padding-right: 5px;
  margin-bottom: 30px;
}

.banner-section .left-content h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}

.banner-section .left-content p {
  font-size: 16px;
  color: #433c3c;
  margin: 21px 0px 35px 0px;
}

.banner-section1 {
  height: 25vh;
  background-image: url(../image/back.jpg);
  background-position: center center;
  background-size: cover;
}

.banner-section .left-content .button a {
  padding: 13px 30px;
  background-image: radial-gradient(at bottom left, #d1b654 10%, #008036 100%);
  border-radius: 30px 30px 30px 30px;
  ;

  color: #fff;
  transition: .5s;

}

.banner-section .left-content .button .right {
  margin-left: 15px;
}

.banner-section .left-content .button a:hover {
  background: #ff963c;
  border-radius: 20px;
  transition: .5s;
}

.banner-section .right-content {
  position: relative;
}

.banner-section .right-content .image img {
  overflow: hidden;
  /*width: 79%;*/
  max-width: 100%
}

.banner-section .right-content .shape-image1 {
  position: absolute;
  right: 310px;
  top: 190px;
}

.banner-section .right-content .shape-image2 {
  position: absolute;
  right: 11px;
  top: 208px;

}

.banner-section .right-content .shape-image3 {
  position: absolute;
  right: 13px;
  top: 379px;
}

.banner-section .right-content .shape-image4 {
  position: absolute;
  right: 310px;
  top: 392px;
}

.banner-section .brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.banner-section .brand .img {
  text-align: center;
}

.banner-section .brand h2 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
}


/* ======================banner section end========================== */
/* ======================token pricing section start========================== */

.token-pricing-section {
  /*background-color: #000858;*/
  padding: 30px 0px;
}

.token-pricing-section .tatle {
  text-align: center;
}

/*.token-pricing-section .tatle h4{
	background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

.token-pricing-section .tatle h2 {
  font-size: 35px;
  margin: 20px;
}

.token-pricing-section .tatle p {
  color: #fff;
  margin-bottom: 55px;
}

.token-pricing-section .image img {
  width: 100%;
}

.token-pricing-section .token-content .token-box {
  position: relative;
  text-align: center;
  background-color: #530075;
  border-radius: 5px;
  padding: 26px 0px 89px 0px;
  border: 1px solid #383860;
  margin-bottom: 30px;
  z-index: 1;
}

.token-pricing-section .token-content .token-box:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #ff963c;
  transition: .5s;
}

.tokenp {
  font-size: 18px;
  /* padding: 0px 20px;*/
}

.token-pricing-section .token-content .token-box:hover:before {
  width: 100%;
  left: 0;
}

.token-pricing-section .token-content .token-box h5 {
  color: #7ab9ff;
  font-size: 16px;
  font-weight: 500;
  transition: .5s;
}

.token-pricing-section .token-content .token-box:hover h5 {
  color: #fff;
}

.token-pricing-section .token-content .token-box h1 {
  margin: 10px 0px 20px 0px;
}

.token-pricing-section .token-content .token-box p {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 0;
}

.token-pricing-section .token-content .token-box .button a {
  position: absolute;
  right: 0;
  top: 225px;
  border-radius: 4px 0px 0px 4px;
  padding: 6px 60px;
  background: linear-gradient(90deg, rgb(160 23 215) 0%, rgba(113, 83, 251, 1) 100%);
  color: #fff;
  transition: .5s;

}

.token-pricing-section .token-content .token-box .button a:hover {
  background: linear-gradient(90deg, rgb(160 23 215) 0%, rgba(113, 83, 251, 1) 100%);
  transition: .5s;

}

/*.token-pricing-section .bottom-content{
	margin-top: 90px;
}*/

.token-pricing-section .bottom-content .row {
  align-items: center;
}

.token-pricing-section .bottom-content .image img {
  width: 100%;
}

.token-pricing-section .text-content {
  padding: 109px 28px 99px 70px;
}

/*.token-pricing-section .text-content h5{
	background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
.bgss {
  background-image: url(../image/bgss.png);
  background-position: center;
  background-repeat: no-repeat;
}

.token-pricing-section .text-content h2 {
  font-size: 42px;
  margin: 20px 0px;
}

.token-pricing-section .text-content p {
  margin-bottom: 35px;
}

.token-pricing-section .text-content .button a {
  border-radius: 4px;
  padding: 13px 45px;
  background: linear-gradient(90deg, rgba(38, 202, 158, 1) 0%, rgba(113, 83, 251, 1) 100%);
  color: #fff;
  transition: .5s;

}

.token-pricing-section .text-content .button a:hover {
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  transition: .5s;

}

/* ======================token pricing section end========================== */

/* ======================token section start========================== */

.token-section {
  /*background-color: #00074d;*/
  padding: 10px 0px 0px 0px;
}

/*.token-section .tatle{
	text-align: center;
}*/

/*.token-section .tatle h4{
	 background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

.token-section .tatle h2 {
  /*font-size: 35px;*/
  /* margin: 20px;*/
}

.widthss {
  padding: 10px 10px 10px 10px;
  background-color: transparent;
  background-image: radial-gradient(at bottom left, #F5CB7C 0%, #6BA26E 100%);
  border-radius: 10px 10px 10px 10px;
}

.token-content {
  margin-top: 50px;
}

/*.token-section .tatle p{
	margin-bottom: 55px;
}*/

.token-section .token-content .left-content {
  margin-top: 30px;
}

.token-section .token-content .content i {
  color: #a017d7;
  margin-top: 3px;
}

.wii {
  width: 62%;

}

.wiii {
  width: 100%;

}

.bg-Primary {
  background-color: green;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 10px;
}

.contact-box-layout2 .contact-form {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}

.widget-contact-info .media .media-body h4 {
  font-weight: 700;
  margin-bottom: 6px;
}

.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}

.widget-contact-info {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}

.widget-contact-info .media {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 26px;
  margin-bottom: 30px;
}

.media-body.space-md {
  margin-left: 20px;
}

.token-section .token-content .content h4 {
  font-weight: 500;
  margin-left: 15px;
  font-size: 16px;
}

.token-section .token-content .content p {
  margin: 5px 0px;
  font-size: 15px;
}

.token-section .token-content .content .bar {
  background-color: #262c68;
  height: 1px;
  width: 100%;
  margin: 20px 0px;
}

.token-section .token-content .count-box {
  text-align: center;
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  padding: 30px 26px 40px 26px;
  margin-left: 50px;
  border-radius: 5px;
}

.token-section .token-content .count-box h3 {
  font-size: 16px;
  font-weight: 500;
}


/* ======================Count========================== */

.token-section .token-content .count-box h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

.token-section .token-content .count-box li {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding: 5px 22px 10px 22px;
  color: #fff;
  position: relative;
}

.token-section .token-content .count-box li::after {
  position: absolute;
  content: ":";
  left: -9px;
  top: -22px;
  font-size: 60px;

}

.token-section .token-content .count-box li:first-child::after {
  display: none;
}

.token-section .token-content .count-box li span {
  display: block;
  font-size: 45px;
  color: #fff;
  line-height: 1;
  margin-bottom: 7px;
  font-weight: 600;
}

.token-section .token-content .count-box .emoji {
  display: none;
  padding: 1rem;
}

.token-section .token-content .count-box .emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  .token-section .token-content .count-box h1 {
    font-size: calc(1.5rem * var(--smaller));
  }

  .token-section .token-content .count-box li {
    font-size: calc(1.125rem * var(--smaller));
  }

  .token-section .token-content .count-box li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

/* ======================Count========================== */

.token-section .token-content .count-box .skills-bar .bar .info span {
  font-size: 11px;
  color: #fff;
  margin: 25px 25px;
  position: relative;
  top: 10px;
}

.token-section .token-content .count-box .skills-bar .bar .info span::before {
  position: absolute;
  content: "";
  height: 29px;
  width: 1px;
  background-color: #a4c9e5;
  left: 50%;
  bottom: -42px;
  z-index: 99;

}

.token-section .token-content .count-box .skills-bar .bar .progress-line {
  position: relative;
  height: 13px;
  width: 100%;
  top: 35px;
  background-color: #e9f2f1;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.token-section .token-content .count-box .skills-bar .bar .progress-line span {
  position: absolute;
  height: 100%;
  width: 80%;
  left: 0;
  background-color: #3e2bc5;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}


@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.about-section .right-content .skills-bar .bar .progress-line.microscope span {
  width: 50%;
}


.token-section .token-content .count-box .button a {
  border-radius: 4px;
  padding: 10px 30px;
  background: linear-gradient(90deg, rgba(38, 202, 158, 1) 0%, rgba(113, 83, 251, 1) 100%);
  color: #fff;
  transition: .5s;
  margin-top: 70px;

}

.token-section .token-content .count-box .button {}

.token-section .token-content .title h2 {
  font-size: 30px;
  margin: 100px 0px 80px 0px;
}

.token-section .token-content .image {
  margin-right: 20px;
}

.token-section .token-content .image img {
  width: 100%;
}

.token-section .token-content .box-image {
  margin-left: 30px;
}

.token-section .token-content .box-image img {
  width: 100%;
}

.token-section .token-content .last-content {
  margin-top: 15px;
  margin-left: 10px;
}

.token-section .token-content .last-content .number .icon {
  background: linear-gradient(90deg, rgba(38, 202, 158, 1) 0%, rgba(113, 83, 251, 1) 100%);
  border: 1px solid #8083a6;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.token-section .token-content .last-content .number .icon h4 {
  margin-bottom: 0;
  font-size: 20px;
}

.token-section .token-content .last-content .text {
  border: 1px solid #8083a6;
  background-color: #0e0d58;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 15px;
  border-radius: 0px 4px 4px 0px;
}

.token-section .token-content .last-content .text p {
  margin-bottom: 0;
}


/* ======================token section end========================== */
/* ======================feature section start========================== */
.feature-section {
  background-color: #000858;
  padding: 90px 0px 80px 0px;

}

.feature-section .title {
  text-align: center;
}

.feature-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.feature-section .title p {
  margin-bottom: 55px;
}

.feature-section .feature-box {
  border: 1px solid #262d71;
  padding: 31px 31px 10px 31px;
  border-radius: 5px;
  text-align: center;
  padding: 31px;
  margin-bottom: 30px;

}

.feature-section .feature-box:hover .feature-image img {
  transform: rotateY(180deg);
  transition: .5s;
}

.feature-section .feature-box h3 {
  font-size: 20px;
  margin: 30px 0px 20px 0px;
  background: linear-gradient(to right, #00B78D 5%, #6D58F6 49%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
  transition: 1s;
}

.feature-section .feature-box p {
  font-size: 15px;
}

.feature-section .feature-box:hover h3 {
  background-position: 0%;
}

/* ======================feature section end========================== */
/* ======================app section end========================== */
.app-section {
  background-color: #00074d;
  padding: 90px 0px 90px 0px;
}

.app-section .title {
  text-align: center;
}

.app-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.app-section .title p {
  margin-bottom: 55px;
}

.app-section .app-image img {
  width: 100%;
}

.app-section .right-content {
  margin-top: 35px;
}

.app-section .right-content p {
  line-height: 2;
  margin-bottom: 20px;
}

.app-section .right-content .list {
  margin-bottom: 20px;
}

.app-section .right-content .list .icon i {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  margin-right: 20px;
  margin-top: 3px;
  color: #fff;
}

.app-section .right-content .button a {
  padding: 13px 45px;
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  border-radius: 5px;
  color: #fff;
  transition: .5s;
  border-radius: 4px;

}

.app-section .right-content .button a i {
  margin-left: 15px;
}

.app-section .right-content .button .right {
  margin-left: 15px;
}

.app-section .right-content .button a:hover {
  background: linear-gradient(90deg, rgba(38, 202, 158, 1) 0%, rgba(113, 83, 251, 1) 100%);
  border-radius: 4px;
  transition: .5s;
}

/* ======================app section end========================== */
/* ======================road-map section start========================== */
.road-map-section {
  /*background-color: #000858;*/
  padding: 90px 0px 0px 0px;
}

.road-map-section .position {
  position: relative;
}

.road-map-section .map-line img {
  width: 100%;
  padding: 0px 17px;
}

.road-map-section .map-line {
  position: absolute;
  left: 0;
  top: 61px;
}

.road-map-section .title {
  text-align: center;
}

.road-map-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.road-map-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.road-map-section .title p {
  margin-bottom: 55px;
}

.road-map-section .map-box {
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}

.road-map-section .map-box::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border: 2px solid #25c99e;
  border-radius: 20px;
  left: 47%;
  top: 58px;
  display: none;
}

.road-map-section .map-box h4 {
  font-size: 16px;
  background-color: #0b1068;
  padding: 10px;
  margin-bottom: 105px;
  display: inline-block;
  border-radius: 5px;
}

.road-map-section .map-box .test {
  background-color: #0b1068;
  padding: 20px 10px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.road-map-section .map-box .test::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  border: 1px dashed #4d538a;
  left: 50%;
  top: -70px;
  display: none;
}

.road-map-section .map-box .test:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .5s;
  border-radius: 4px;
}

.road-map-section .map-box .test p {
  font-size: 15px;
  transition: .5s;
}

.road-map-section .map-box .test:hover:after {
  transform: scale(1);
}

.road-map-section .map-box .test:hover p {
  color: #fff;
}


/* ======================road-map section end========================== */

/* ======================team section start========================== */
.team-section {
  background-color: #00074d;
  padding: 90px 0px;
}

.team-section .team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-section .title {
  text-align: center;
}

.team-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.team-section .title p {
  margin-bottom: 55px;
}

.team-section .team-box {
  background-color: #0a1267;
  position: relative;
  padding: 150px 0px 20px 0px;
  text-align: center;
  margin-top: 120px;
  transition: .5s;
  border-radius: 5px;
  margin-bottom: 30px;
}

.team-section .team-box h4 {
  font-size: 18px;

}

.team-section .team-box::hover h4 {
  color: #25c99e;
  transition: .5s;

}

.team-section .team-box .image {
  position: relative;

}

.team-section .team-box .image img {
  width: 81%;
  border: 2px solid #25c99e;
  border-radius: 5px;
  position: absolute;
  top: -229px;
  left: 0;
  right: 0;
  margin: auto;
  transition: .5s;
}

.team-section .team-box .icon {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}

.team-section .team-box .icon i {
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 20px;
  margin: 0px 10px;

}

.team-section .title h3 {
  margin: 95px 0px 35px 0px;
  font-size: 35px;
}

.team-section .board {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.team-section .board .team-box {
  background-color: #0a1267;
  position: relative;
  text-align: center;
  transition: .5s;
  width: 270px;
  border-radius: 5px;
}

.team-section .board .team-box h4 {
  font-size: 18px;

}

.team-section .board .team-box::hover h4 {
  color: #25c99e;
  transition: .5s;
}

.team-section .team-box .image {
  position: relative;

}

.team-section .board .team-box .image img {
  width: 80%;
  border: 2px solid #25c99e;
  border-radius: 5px;
  position: absolute;
  top: -238px;
  left: 0;
  right: 0;
  margin: auto;
}

.team-section .board .team-box .icon {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}

.team-section .board .team-box .icon i {
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 20px;
  margin: 0px 10px;
  text-align: center;
}

.team-section .team-box:hover .image img {
  transform: scale(1.2);
  top: -248px;
  width: 81%;
}

.team-section .board .team-box:hover .image img {
  top: -262px;
}

/* ======================team section end========================== */
/* ======================accordion section start========================== */
.accordion-section {
  /*background-color: #000858;*/
  padding: 90px 0px;
}


.accordion-section .title {
  text-align: center;
}

.accordion-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.accordion-section .title p {
  margin-bottom: 55px;
}



.accordion-section .accordion-wrapper .accordion2 {
  position: relative;
  background-color: #ff963c;
  color: #fff;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  margin: 10px 0px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  transition: .5s;
}


.accordion-section .accordion2::after {
  position: absolute;
  content: '\f107';
  color: #fff;
  font-weight: bold;
  right: 0;
  top: 0;
  background: #6d1a79;
  padding: 8px 17px;
  border-radius: 4px;
  font-size: 23px;
  font-family: FontAwesome;
}

.accordion-section .active::after {
  content: "\f106";
  color: #fff;
  font-size: 23px;
  font-family: FontAwesome;

}

.accordion-section .panel {
  background-color: transparent;
  /* border: 1px solid #262d71; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}

/* ======================accordion section end========================== */

/* ======================contact section end========================== */
.contact-section {
  /*background-color: #00074d;*/
  padding: 10px 0px;
}

.contact-section .title {
  text-align: center;
}

.contact-section .title h4 {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.contact-section .title p {
  margin-bottom: 55px;
}

.contact-section .contact-wraper .contact {
  background-color: #ffffff;
  margin: 0px 0px;
  border: 2px solid #a017d7 !important;
  border: none;
  color: #fff;
}

.contact-section .contact-wraper input::placeholder {
  color: #7082a4;
}

.contact-section .contact-wraper textarea::placeholder {
  color: #7082a4;
}

.contact-section .contact-wraper textarea {
  margin-top: 30px !important;
}

.contact-section .contact-wraper .contact-button {
  /*text-align: center;*/
  /* margin-top: 15px;*/
}

.contact-section .contact-wraper .contact-button .btn {
  border-radius: 4px;
  padding: 6px 30px;
  background: #530075;
  color: #fff;
  transition: .5s;

}

.contact-section .contact-wraper .contact-button .btn:hover {
  background: #ff963c;
  transition: .5s;

}

.gallery1 img {
  width: 100%;
  box-shadow: 0px 0px 2px 2px;
}

.gallery1 {
  margin: 50px 10px
}

/* ======================contact section end========================== */
/* ======================footer section start========================== */
.footer-section {
  background-color: #199e1b;
  /*	padding: 80px 0px 0px 0px;*/
  position: relative;
  top: 0px;
}

.footer-section .footer-spase {
  margin-bottom: 30px;
}

.footer-section .footer-icon a {
  background-color: #333979;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 20px;
  margin: 10px 10px 0 0;
  text-align: center;
}

.footer-section .footer-icon a:hover {
  background-color: #25c99e;

}

.footer-section p {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.footer-section h3 {
  font-size: 20px;
}

.footer-section ul li a {
  color: #a2b4d2;
  margin-top: 20px;
  transition: .5s;
}

.footer-section ul li a:hover {
  color: #25c99e;
  transition: .5s;
}

.footer-section .form_box {
  position: relative;
  margin-top: 45px;
}

.footer-section .form_box input {
  background-color: #062459;
  border: none;
  padding: 24px 0px 24px 10px;
}

.footer-section .form_box input::placeholder {
  color: #7082a4;
  padding-left: 10px;
}

.footer-section .contact-button {
  position: absolute;
  right: 0;
  top: 0;
}

.footer-section .contact-button .btn {
  border-radius: 4px;
  padding: 10px 30px;
  background: linear-gradient(90deg, rgba(38, 202, 158, 1) 0%, rgba(113, 83, 251, 1) 100%);
  color: #fff;
  transition: .5s;

}

.footer-section .contact-button .btn:hover {
  background: linear-gradient(90deg, rgba(113, 83, 251, 1) 0%, rgba(38, 202, 158, 1) 100%);
  transition: .5s;

}

.footer-section .cuppy-right-section .footer-bar {
  height: 1px;
  width: 100%;
  background-color: #0a364b;
  margin-top: 30px;
}

.footer-section .cuppy-right-section p {
  font-size: 14px;
  text-align: center;
  padding: 0px 0px 33px 0px;
}

/* ======================footer section end========================== */


/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  border: 2px solid #002c5d;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

div#status {
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 50px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #199e1b;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  content: "";
  border: 2px solid #39cabb;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-wrap .go-top-button:hover {
  background-color: #002c5d;
  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

/* ===========================scroll end===========================  */
/* ===========================************===========================  */



/* ======================Animation section start========================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  100% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
}

@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}

@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

/* ======================Animation section end========================== */

/*particale js*/
canvas {
  height: 1050px;
  width: 100%;
  background: url('assets/image/banner-shape.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div#particles {
  position: relative;
}

div#particles .single-slider-box {
  margin-top: 0;
  text-align: left;
}

div#particles .slider-thumb {
  text-align: right !important;
  margin-left: 180px;
  position: relative;
}

#webcoderskull {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  width: 100%;
}

div#particles .banner-section {
  background-image: inherit;
  padding: 300px 0px 70px 0px;
}

.upper.menu-box {
  background-color: #111868;
}



.fontcolor {
  color: #530075 !important;
  font-size: 20px;
}


.Road-map-section .tatle h2 {
  font-size: 35px !important;
}


.container1 {
  width: 100%;
  padding: 50px 0;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.container1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  width: 3px;
  height: 100%;
  background: #a017d7;
  z-index: 1;
}

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl
}

.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #ff963c;
  margin-top: 10px;
  z-index: 1
}

.timeline-content {
  width: 92%;
  padding: 0 15px;
  color: #666;
  background: #ff963c;
  border: 3px solid #a017d7;
  border-radius: 15px;
  padding: 20px;
}

.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500
}

.timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
}

.timeline-content p {
  font-size: 18px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #333;
}


@media screen and (max-width: 768px) {
  .container1:before {
    left: 8px;
    width: 2px;
  }

  .loges {
    width: 75%;
  }

  .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .timeline-block-right {
    float: none;
  }

  .timeline-block-left {
    float: none;
    direction: ltr;
  }
}

@media only screen and (max-width: 600px) {
  .imas {
    display: block;
  }

  .image img {
    width: 100%;
  }

  .contact img {
    width: 100%;
  }

  .texth1 {
    color: #a017d7;
    font-size: 57px;
    font-weight: 800;
  }
}

.p1 {
  display: inline-block;
  font-size: 40px;
  margin-top: 0px;
  border: 1px solid #101010;
  background: #16610d;
  color: #fff;
  margin: 10px;
  padding: 3px 12px;
}

.buttons {
  background: #a017d7;
  border: 2px solid #fa9b27;
  color: #fff;
  padding: 5px 22px;
  font-weight: bold;
}

.timerss {
  padding-top: 50px;
}

.bge {

  background: #a017d7;
  padding: 10px;
  border-radius: 25px;
  border: 2px solid #ff963c
}

.co {
  background: #ddd0d0;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  width: 75%;
}

.cobtn {
  background: #a017d7;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;

}

.pad {
  margin-top: 12px;
  margin-bottom: 12px;
}

.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: #a017d7;*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #a017d7;
  /*float: left;*/
  border: none;
  outline: none;
  border-radius: 10px;
  padding: 7px 0px 7px 0px;
  transition: 0.3s;
  font-size: 17px;
  width: 47%;
  margin-right: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fa9b27;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fa9b27;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  border-top: none;
}

.imput {
  background-color: #a017d7;
  border: none;
  padding: 7px 0px 7px 10px;
  border-radius: 10px
}

.bg {
  background: #a017d7;
  padding: 8px;
  border-radius: 30px;
  color: white;
}

.menu-box1 {
  background-image: radial-gradient(at top right, #F5CB7C 0%, #199E1B 50%);

}

.header-upper {
  display: flex;
  justify-content: space-between;

}

.ic {
  background: #008036;
  color: white;
  padding: 9px 0px;
  border-radius: 50%;
  font-size: 15px;
  /* margin-right: 10px; */
  width: 36px;
  text-align: center;
  margin: 5px 5px;
}

.dis {
  display: flex;
}

@media only screen and (max-width: 600px) {
  .tab {
    text-align: center;
    margin-top: 13px
  }

  .dis {
    display: block !important;
  }

  .imput {
    width: 100%;
  }

  .bgss {
    background: #530075;
    padding: 0 10px
  }
}

.logos {
  width: 100px;
  padding: 5px 0px;
}

.card-subheading {
  font-weight: 500;
}

.card-heading {
  color: #003513;
  font-size: 1.8rem;
  font-weight: 600
}

.bgw {
  background: #51a453;
  box-shadow: 0 0 5px 5px #00000078;
  padding: 40px 40px;
  border-radius: 20px;
}

.bottom-content .image1 {
  margin-top: 100px;
}

.text2 {
  color: #530075;
  text-transform: capitalize;
  font-size: 25px;
}

.map {
  color: white;
}

/* Deepak Css */
/* mainfooter start */
.mainfooter {
  background-color: transparent;
  background-image: linear-gradient(180deg, #FDFDFD 0%, #E6E6E6 100%);
  opacity: 1;
}

.mainfooter .logofooter {
  width: 170px;
  height: auto;
}

.mainfooter .footer_heading {
  font-size: 22.4px;
  color: #003F13;
  font-weight: 600;
  margin-bottom: 10px;
}

.mainfooter .footerlist {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mainfooter .footerlist li {
  transition: all 0.3s ease-in-out;
}

.mainfooter .footerlist li a {
  font-size: 16px;
  color: #363636;
  transition: 0.3s ease-in-out;
}

.mainfooter .footerlist li:hover a {
  color: #157916;
}

.mainfooter p {
  font-size: 17px;
  color: #363636;
}

.mainfooter .number {
  font-size: 22.4px;
  color: #003F13;
  font-weight: 700;
}

.mainfooter .socialIcon {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 0.7rem;
}

.mainfooter .socialIcon li {
  transition: all 0.3s ease-in-out;
}

.mainfooter .socialIcon li a {
  width: 30px;
  height: 30px;
  background-color: #008036;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.mainfooter .socialIcon li a i {
  font-size: 16px;
  color: white;
  padding: 5px;
  width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainfooter .socialIcon li:hover a {
  background-color: #D1C654;
}

.mainfooter .socialIcon li a i {
  background-color: transparent;
}

.btnfooter {
  background-color: #A3D3A6;
  padding: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.btnfooter:hover {
  background-color: #6ba26e;
}

.btnfooter .headingtext {
  text-align: start;
  font-size: 17.6px;
  font-weight: 600;
  color: #003F13;
}

.btnfooter p {
  font-size: 12.8px;
}

/* Styles for devices with width between 320px and 575.99px */
@media only screen and (min-width: 320px) and (max-width: 575.99px) {
  .mainfooter .logofooter {
    width: 170px;
    height: auto;
  }

  .mainfooter .footer_heading {
    font-size: 22.4px;
    margin-bottom: 10px;
  }

  .mainfooter .footerlist {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .mainfooter .footerlist li a {
    font-size: 16px;
  }

  .mainfooter p {
    font-size: 17px;
  }

  .mainfooter .number {
    font-size: 22.4px;
  }

  .mainfooter .socialIcon {
    display: flex;
    gap: 0.7rem;
  }

  .mainfooter .socialIcon li a {
    width: 30px;
    height: 30px;
  }

  .mainfooter .socialIcon li a i {
    font-size: 16px;
    padding: 5px;
    width: 0;
    margin: 0;
  }

  .btnfooter {
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
  }

  .btnfooter .headingtext {
    text-align: start;
    font-size: 17.6px;
  }

  .btnfooter p {
    font-size: 12.8px;
  }

}

/* Styles for devices with width between 576px and 767.99px */
@media only screen and (min-width: 576px) and (max-width: 767.99px) {}

/* Styles for devices with width between 768px and 991.99px */
@media only screen and (min-width: 768px) and (max-width: 991.99px) {}

/* Styles for devices with width between 992px and 1200px */
/* @media only screen and (min-width: 992px) and (max-width: 1200px) {

} */

/* mainfooter end */


/* imagesection start */
.imagesection .card {
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.imagesection .card:hover::after {
  position: absolute;
  content: '';
  background-color: #00000038;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;

}

.imagesection .card .card-image img {
  border-radius: 8px;

}

/* imageSection End */


/* News Blogs Section Start */
.news_BlogsSection .sectionHeading {
  color: #003F13;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1em;
  font-family: auto;
  margin-bottom: 15px;
}

.news_BlogsSection .section_subHeading {
  color: #363636;
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-bottom: 35px;
  font-weight: 600;

}

.news_BlogsSection .card {
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: #FDFDFD;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 10px 10px;
  transition: 0.4s ease-in-out;
}

.news_BlogsSection .card:hover .card-image img {
  transform: scale(1.05) rotate(2deg);
  opacity: .8;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}

.news_BlogsSection .card .card_icon {
  width: 80px;
  position: absolute;
  left: 15px;
  top: 20px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  flex-direction: column;
  border: 1px solid #D5D5D5;

}

.news_BlogsSection .card .card_icon .date {
  color: #363636;
  font-size: 26px;
  font-weight: bold;
}

.news_BlogsSection .card .card_icon .month {
  font-size: 15px;
  color: #999b99;
}

.news_BlogsSection .card .card-image {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.news_BlogsSection .card:hover .card-image::after {
  position: absolute;
  content: '';
  background-color: #00000038;
  left: 0;
  top: 0;
  height: 48%;
  width: 100%;
  transition: all 0.3s ease-in-out;

}

.news_BlogsSection .card .userimagetext span {
  width: 20px;
  height: 20px;
  align-items: center;
  display: flex;
}

.news_BlogsSection .card .userimagetext {
  font-size: 18px;
  color: #afafaf;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.news_BlogsSection .card .card-body .heading {
  font-size: 20px;
  font-weight: 500;
  color: #363636;
  font-family: auto;

}

.news_BlogsSection .card .card-body p {
  font-size: 16px;
  color: #626262;
}

.news_BlogsSection .card .card-bodys .button {
  background: radial-gradient(at bottom left, #D1C654 0%, #008036 100%);
  border-radius: 30px;
  font-size: 16px;
  padding: 15px 30px;
  color: white;
  font-weight: 600;
  box-shadow: none;
  border: none;
}

/* News Blogs Section End */

/* Question & Answer. Section */
.quection_AnswerSection .sectionHeading {
  color: #003F13;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1em;
  font-family: auto;
  margin-bottom: 15px;
}

.quection_AnswerSection .section_subHeading {
  color: #363636;
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-bottom: 35px;
  font-weight: 600;
}

.quection_AnswerSection .accordion-wrapper .accordion2 {
  position: relative;
  color: #666;
  background-color: #FDFDFD;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  transition: .5s;
  border-radius: 20px;
}

.quection_AnswerSection .accordion2::after {
  position: absolute;
  content: '\f107';
  color: #fff;
  font-weight: bold;
  right: 14px;
  top: 14px;
  background: #0b6c0c;
  padding: 7px 7px;
  border-radius: 4px;
  font-size: 15px;
  font-family: FontAwesome;
}

.quection_AnswerSection .active::after {
  content: "\f106";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;

}

.quection_AnswerSection .panel {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}

.accordion-wrapper .acco {
  background-color: #FDFDFD;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

/* Question & Answer. End */
.readmore {
  padding: 13px 30px;
  background-image: radial-gradient(at bottom left, #d1b654 10%, #008036 100%);
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  transition: .5s;
  color: white !important;
}

.login {
  padding: 13px 30px !important;
  margin-right: 10px;
  background-image: radial-gradient(at bottom left, #d1b654 10%, #008036 100%);
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  transition: .5s;
  color: black !important;
}

.readmore a {

  color: white !important;
}

/* Price and Package Section Start */
.packageSection .sectionHeading {
  color: #003F13;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1em;
  font-family: auto;
  margin-bottom: 15px;
}

.packageSection .section_subHeading {
  color: #363636;
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-bottom: 35px;
  font-weight: 600;
}


/* Price and Package Section End */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dpe {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.sub {
  padding: 10px 10px 5px 10px !important
}

.dropdown-content .column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.dropdown-content .column a {
  color: black;
  padding: 8px 0;
  text-decoration: none;
  display: block;
}

.dropdown-content .column a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dpe {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.sub {
  padding: 10px 10px 5px 10px !important
}

.dropdown-content .column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.dropdown-content .column a {
  color: black;
  padding: 8px 0;
  text-decoration: none;
  display: block;
}

.dropdown-content .column a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dpe {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.sub {
  padding: 10px 10px 5px 10px !important
}

.dropdown-content .column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.dropdown-content .column a {
  color: black;
  padding: 8px 0;
  text-decoration: none;
  display: block;
}

.dropdown-content1 .column a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content1 {
  display: block;
}

.ri {
  float: inline-end;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 800px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dpe {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content1 a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content1 {
  display: block;
}

.sub {
  padding: 8px 10px 8px 10px !important
}

.dropdown-content1 .column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.dropdown-content1 .column a {
  color: black;
  padding: 8px 0;
  text-decoration: none;
  display: block;
}

.dropdown-content1 .column a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content1 {
  display: block;
}

/* CSS for mobile responsiveness */
/*@media only screen and (max-width: 768px) {
  .menu {
    flex-direction: column;
    padding: 0;
  }

  .menu li {
    width: 100%;
   
    padding: 1rem;
  }

  .dropdown {
    position: static;
  }

  .dropdown-content,
  .dropdown-content1 {
    display: none;
    position: static;
    width: 100%;
    min-width: 415px;
  }

  .dropdown:hover .dropdown-content,
  .dropdown:hover .dropdown-content1 {
    display: block;
  }
  .dropdown-content1 .column {
    float: left;
    width: 33.33%;
    padding: 0px;
}

}
*/

/* CSS for mobile responsiveness */
@media only screen and (max-width: 768px) {
  .imagesss {
    margin-bottom: 20px;
    height: 100%;
  }

  .token-pricing-section2 {
    padding: 20px 0px;
  }

  .fls {
    margin-bottom: 20px;
  }

  .fls1 {
    margin-bottom: 20px;
  }

  .card {
    margin-bottom: 20px;
  }

  .menu {
    flex-direction: column;
    padding: 0;
  }

  .menu li {
    width: 100%;
    text-align: center;
    padding: 12px 13px;
  }

  .dropdown {
    position: relative;
  }

  .dropdown-content,
  .dropdown-content1 {
    display: none;
    position: relative;
    /* Change to relative */
    width: 100%;
    min-width: 100%
  }

  .dropdown:hover .dropdown-content,
  .dropdown:hover .dropdown-content1 {
    display: block;
  }

  .menu-icon {
    text-align: right;
  }

  .icon {
    display: block;
    padding: 10px;
  }

  /* Adjustments for accordion dropdown */
  .menu.responsive .dropdown-content,
  .menu.responsive .dropdown-content1 {
    display: block;
  }

  .dropdown-content1 .column {
    float: left;
    width: 100%;
    padding: 0px;
  }
}


.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
}

.modal-content img {
  width: 100%;
  height: auto;
}

/* Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.card-body1 {
  padding: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 575.99px) {
  .texth2 {
    font-size: 25px;
    text-align: center;
  }

  p {
    font-size: 14px;
  }

  .text2 {
    font-size: 20px;
    text-align: center;
  }

  .contact-section .contact-wraper .contact-button {
    justify-content: center;
    display: flex;
  }

  .texth21 {
    font-size: 20px;
  }

  .quection_AnswerSection .sectionHeading {
    font-size: 30px;
  }

  .quection_AnswerSection .accordion-wrapper .accordion2 {
    font-size: 15px;
  }

  .news_BlogsSection .sectionHeading {
    font-size: 25px;
  }
}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/