/* 

TemplateMo 562 Space Dynamic

https://templatemo.com/tm-562-space-dynamic
https://dotnet.microsoft.com/en-us/apps/aspnet/hosting
*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: default;
}


 
a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 18px;
  line-height: 28px;
  color: #383846;
    letter-spacing: .5px;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #ffffff;
  font-family: 'poppins', sans-serif;
  overflow-x: hidden;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}


footer{
    background: #03313E;
/*    background-image: url(../images/wave-dim.png);*/
    background-repeat: round;
    padding: 100px 0 0 0;
}
.quotes{

}
.quotes .col-lg-6{
  
}

.quotes .col-lg-6 h2{
    font-weight: 200;
    font-size: 21px;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-style: italic;
}
.msgus {
      margin: 0 0 90px 0;
}
.msgus-main{
    background: #2E74FF;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    align-items: center;
}
.msgus-main div{
      text-align: left;
}
.msgus-main div h2{
      color: #fff;
    margin: 0 0 16px 0;
}
.msgus-main div p{
      margin: 0;
}
.msgus-main a{
      margin: 0 0 0 0;
}
.doc-main{

}
.doc-main h3,.site-menus h3,.hadrs h3{
/*  padding: 0 0 30px 0;
  color: #fff;*/
  padding: 0px 0 20px 0;
    color: #fff;
    font-size: 18px;
}
.doc-main div,.site-menus div,.hadrs div{
  display: flex;
  flex-direction: column;
}
.doc-main div a{
/*  color: #fff;
  padding: 0 15px;*/

        color: #fff;
    padding: 0 0 10px 0;
    font-size: 13.5px;
    letter-spacing: 1.3px;
    font-weight: 200;
}
.site-menus a{
/*    color: #fff;
    padding: 0 15px;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 14px;*/
    color: #fff;
    padding: 0 0 10px 0;
    font-size: 14px;
    letter-spacing: 1.3px;
    font-weight: 200;
}
.hadrs div p{
    text-align: left;
    color: #fff;
    padding: 0 0 10px 0;
    font-size: 14px;
    letter-spacing: 1.3px;
    font-weight: 200;
    line-height: 28px;
  }
.page-section {
  margin-top: 120px;
}
#pricing .section-heading p, #pricing .section-heading h2{
  color: #000!important;
}

.section-heading h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #000;
  font-weight: 100;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 60px;
      margin: 0 0 15px 0;
}

.section-heading h2 em,.section-heading h2 span {
  font-weight: 700;
  font-style: normal;
/*  color: #03a4ed;*/
}

.section-heading h2 span {
display: block;
}
.main-blue-border-button{
    display: inline-block;
    background-color:transparent;
    font-size: 15px!important;
    font-weight: 400;
    color: #2E74FF!important;
    text-transform: capitalize;
    padding: 0 25px;
    border-radius: 10px;
    letter-spacing: 0.25px;
    height: auto!important;
    border: 1px solid #2E74FF!important;
}
.main-blue-border-button:hover{
    border: 1px solid #2E74FF!important;
    color: #2E74FF!important;
}

.main-blue-button {
    display: inline-block;
    background-color: #2E74FF;
    font-size: 15px!important;
    font-weight: 400;
    color: #fff!important;
    text-transform: capitalize;
    padding: 0 25px;
    border-radius: 10px;
    letter-spacing: 0.25px;
    height: auto!important;
}
.main-blue-button:hover{
    background-color: #175de7!important;
    color: #fff!important;
}

.main-black-button {
    display: inline-block;
    background-color: #000;
    font-size: 15px!important;
    font-weight: 400;
    color: #fff!important;
    text-transform: capitalize;
    padding: 16px 25px;
    border-radius: 10px;
    letter-spacing: 0.25px;
    height: auto!important;
        cursor: pointer;
}

.main-red-button a {
  display: inline-block;
  background-color: #0d1332;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 50px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.banner-bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.04)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
/*  color: #000000!important;*/
}

.background-header .main-nav .nav li:hover a {
  color: #fe3f40;
}

.background-header .nav li a.active {
  color: #000000!important;
}

.header-area {
  position: sticky;
  background-color: #fff;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  z-index: 1000;
  padding: 5px 0;
}

.header-area .main-nav .logo {
  line-height: 75px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #03a4ed;
    line-height: 80px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}




.signup-main-fields section{
/*    width: 100vmin;
    height: 100vh;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;*/
}
.signup-main-fields .tile{
    height: 150px;
    width: 100%;
    position: relative;
    padding: 15px 0;
}
.signup-main-fields input[type="radio"]{
    -webkit-appearance: none!important;
    position: relative!important;
    height: 100%!important;
    width: 100%!important;
    background-color: #ffffff!important;
    border-radius: 10px!important;
    cursor: pointer!important;
    border: 1px solid #c3c3c3!important;
    outline: none!important;
     transition-duration: .5s;
  transition-timing-function: linear;
/*    box-shadow: 15px 15px 25px rgba(2,28,53,0.05);*/
}
/*.signup-main-fields input[type="radio"]:after{
    position: absolute!important;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    font-size: 22px!important;
    top: 10px!important;
    left: 10px!important;
    color: #e2e6f3!important;
}*/
.signup-main-fields input[type="radio"]:hover{
    transform: scale(1.08)!important;
     transition-duration: .5s;
  transition-timing-function: linear;
/*  transition-delay: 1s;*/
}
.signup-main-fields input[type="radio"]:checked{
    border: 3px solid #478bfb!important;
}
/*.signup-main-fields input[type="radio"]:checked:after{
    font-weight: 900;
    content: "\f058";
    color: #478bfb;
}*/
.signup-main-fields label{
    display: flex;
    flex-direction: row;
    align-items: center;
/*    justify-content: space-evenly;*/
    gap: 20px;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    padding: 0 30px;
}
.signup-main-fields label img{
    height: 50px;
    width: 50px;
}
.signup-main-fields label .fas{
    font-size: 60px;
    color: #2c2c51;
}
.signup-main-fields input[type="radio"]:checked + label .fas{
    animation: grow 0.5s;
}
@keyframes grow{
    50%{
        font-size: 80px;
    }
}
.signup-main-fields label h6{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 10px;
}
.signup-main-fields label p{
      font-size: 14px;
}

fieldset label{
  font-size: 14px;
}

.su-right .header-area.header-sticky{
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 30px;
}

.su-right .main-blue-border-button {
    padding: 7px 25px;
    margin-left: 10px;
  }
.logo h4 span {
  color: #fe3f40;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 0 !important;
}



.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right:15px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
/*    color: #0d1332!important;
    padding: 0px 25px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .3px;
    border: 1px solid #000000;
    background: #fff0;*/
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
/*  color: #fff !important;*/
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: .4px;
}

.header-area .main-nav .nav li a {
  color: #000000;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #2a2a2a;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #000;
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
/*  background-color: #000000;*/
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fe3f40!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 40px;
}

.header-area.header-sticky .nav li a.active {
  color: #fe3f40;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {

.bs-mob{
    display: block!important;
/*    transform: rotate(180deg)!important;
    margin-bottom: -52px;*/
}
.bs-desk{
    display: none!important;;
}

  .accordion .card-header i {
    font-size: 13px!important
  }

  .main-banner .left-content h2 {
    font-size: 45px!important;
    line-height: 50px!important;
}
.main-banner .left-content p {
    font-size: 18px!important;
    line-height: 25px;
}
.background-header {
    height: 60px!important;
    }

  .background-header .main-nav .nav {
    margin-top: 60px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
/*    color: #000000!important;*/
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #ffffff;
    padding: 0px 15px;
    height: 60px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0;
  }
  .header-area .main-nav .logo {
    line-height: 59px;
    width: 100%!important;
    height: 42px;
  }
  .header-area .main-nav .logo img {
    height: 42px;
    width: auto!important;
}
  .header-area .main-nav .menu-trigger {
    top: 13px!important;
    right: 15px;
  }
  #cookieNotice.display-right {
    right: 3%!important;
    bottom: 15px!important;
    width: 94%!important;
    max-width: 94%!important;
  }
    .header-area .main-nav .nav li:last-child{
      display: block;
      border-bottom: none;
    }
  .header-area .main-nav .nav li:last-child div{
    width: 50%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .header-area .main-nav .nav li:last-child div a{
    padding: 5px!important;
    line-height: 42px!important;
    background: #000000;
    color: #fff!important;
  }
    .header-area .main-nav .nav li:last-child div a:hover{
    background: #000000!important;
    color: #fff!important;
    }
  .contact-us .section-heading p {
    margin-top: 0;
  }
  #portfolio .pb-120{
    padding-bottom: 15px;
  }
  #faq{
    padding-top: 80px!important;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 10px 0px!important;
    line-height: 40px;
}
.accordion .card .card-header {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.contact-us .section-heading {
    text-align: left!important;
}
.contact-us .section-heading p {
    font-size: 14px!important;
    line-height: 36px!important;
}
.about-nft .right-list ul li {
    width: 50%!important;
        padding: 15px 0!important;
}
.about-nft .right-list .left-content {
    height: auto!important;
}
.about-nft .right-list .left-content span {
    font-size: 26px!important;
}
.about-nft .right-list .left-content span i{
  font-size: 27px!important;
}
.bc1 img, .bc2 img, .bc3 img, .bc4 img {
    margin: 0 15px 20px 0!important;
    height: 85px!important;
}
#portfolio .left-image {
  display: none;
}
#hiw .container .pb-50 {
  padding-bottom: 100px;
}
/*#hiw .section-heading h2 {
    font-size: 26px!important;
    }*/
    .hiwsh h2{
      font-size: 30px!important;
    }
#faq {
  padding-bottom: 0!important;
}
.section{
  padding-left: 0!important;
  padding-right: 0!important;
}
#hiw .container .row .col-lg-6{
  order: 1;
}
#hiw .container{
  padding: 0 30px;
}
.verify-main, .view-certificate-blk {
    padding: 100px 0px 100px 0px!important;
}
.vcm {
    margin-left: 0!important;
    padding: 45px 10px!important;
}
.view-certificate-blk .col-lg-12 {
    flex-direction: column;
}
.candidate-info {
    padding-left: 0!important;
    width: 100%!important;
    margin: 30px 0 0 0!important;
}
#hiw {
    padding-left: 0!important;
    padding-right: 0!important;
}
.f-top {
    padding: 50px 0 0 0!important;
}
#portfolio {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
}
#portfolio .section-heading h2,#portfolio .section-heading p{
    text-align: center;
}
.ftl,.ftc,.ftr {
    text-align: center!important;
    width: 100%;
    padding-bottom: 20px;
}
#hiw .container .row .col-lg-12 .section-heading{
      padding-top: 50px;
}
#hiw .container .row .align-self-center{
    order: 0;
    display: flex;
}
#hiw .container .row .align-self-center .left-image{
  text-align: center;
}
#hiw .container .row .align-self-center .left-image img{
  width: 80%;
}
.about-nft .right-list .left-content p {
    font-weight: 500!important;
    font-size: 16px!important;
}
.main-banner {
    padding: 150px 0px 100px 0px!important;
    }
.accordion .card-header .btn {
    font-size: 14px!important;
    }
.our-portfolio .section-heading p {
    font-size: 15px!important;
}
  .our-services .section-heading p {
    font-size: 15px!important;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .our-portfolio .showed-content {
    min-height: auto!important;
}
#hiw {
    margin-top: 0!important;
}
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #f1f1f1;
  }
  .header-area.header-sticky .nav {
    margin-top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    box-shadow: 0 17px 37px #00000017;
    background: #ffffff;
  }
  p {
    line-height: 27px;
  }
  footer p {
    font-size: 13px;
}
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 0px !important;
    display: block;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
/*height: auto!important;
    line-height: 50px!important;
    padding: 15px 10px!important;
    border: none !important;
    color: #191a20 !important;*/
  }
  .header-area .main-nav .nav li a:hover {
/*    background: #eee !important;*/
/*    color: #fff!important;*/
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .view-certificate-blk .vcm h4 {
    text-align: center;
    font-size: 21px!important;
    padding-bottom: 25px!important;
}
.container {
    max-width: 100%;
}
}

@media (min-width: 767px) {
/*  .header-area .main-nav .nav {
    display: flex !important;
  }*/
}

@media screen and (min-width: 768px) and (max-width: 1023px){

.bs-mob{
    display: block!important;
/*    transform: rotate(180deg)!important;
    margin-bottom: -52px;*/
}
.bs-desk{
    display: none!important;;
}
.container {
    max-width: 90%!important;
}
.view-certificate-blk .vcm h4 {
    text-align: center;
}
  .main-banner .left-content h2 {
    font-size: 50px!important;
    line-height: 60px!important;
}
.main-banner .left-content p {
    font-size: 16px!important;
    line-height: 25px;
}
.background-header {
    height: 60px!important;
    }

  .background-header .main-nav .nav {
    margin-top: 60px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #000000!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #ffffff;
    padding: 0px 15px;
    height: 60px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0;
  }
  .header-area .main-nav .logo {
    line-height: 59px;
  }
  .header-area .main-nav .menu-trigger {
    top: 13px!important;
    right: 15px;
  }
  #cookieNotice.display-right {
    right: 20%!important;
    bottom: 15px!important;
    width: 60%!important;
    max-width: 94%!important;
  }
    .header-area .main-nav .nav li:last-child{
      display: block;
    border-bottom: none;
    }
  .header-area .main-nav .nav li:last-child div{
    width: 50%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .header-area .main-nav .nav li:last-child div a{
    padding: 5px!important;
    line-height: 42px!important;
    background: #000000!important;
    color: #fff!important;
  }
  .contact-us .section-heading p {
    margin-top: 0;
  }
  #portfolio .pb-120{
    padding-bottom: 15px;
  }
  #faq{
    padding-top: 80px!important;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 10px 0px!important;
    line-height: 40px;
}
.accordion .card .card-header {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.contact-us .section-heading {
    text-align: left!important;
}
.contact-us .section-heading p {
    font-size: 14px!important;
    line-height: 36px!important;
}
.about-nft .right-list ul li {
    width: 50%!important;
}
.about-nft .right-list .left-content {
    height: auto!important;
}
.about-nft .right-list .left-content span {
    font-size: 26px!important;
}
.about-nft .right-list .left-content span i{
  font-size: 27px!important;
}
  .bc1, .bc2, .bc3, .bc4 {
    width: 49.5%!important;
    text-align: center;
}
.bc1 img, .bc2 img, .bc3 img, .bc4 img {
     margin: 0 0 0 0!important;
    width: 85%!important;
}
#portfolio .left-image {
  display: none;
}
#hiw .container .row {
  padding-bottom: 150px;
}
#hiw .section-heading h2 {
    font-size: 30px!important;
    }
#faq {
  padding-bottom: 0!important;
}
.section{
  padding-left: 20px!important;
  padding-right: 20px!important;
}
#hiw .container .row .col-lg-6{
  order: 1;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
#hiw .container .row .col-lg-6 .col-lg-8{
  width: 100%!important;
}
#hiw .container .row .col-lg-6  .offset-lg-2 {
    margin-left: 0!important;
}
#hiw .container{
  padding: 0 30px;
}
.verify-main, .view-certificate-blk {
    padding: 100px 0px 100px 0px!important;
}
.vcm {
    margin-left: 0!important;
}
.view-certificate-blk .col-lg-12 {
    flex-direction: column;
}
.candidate-info {
    padding-left: 0!important;
    width: 100%!important;
    margin: 30px 0 0 0!important;
}
#hiw {
    padding-left: 0!important;
    padding-right: 0!important;
}
.f-top {
    padding: 50px 0 0 0!important;
}
#portfolio {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
}
#portfolio .container .row .col-lg-6{
width: 100%!important;
  }

#portfolio .section-heading h2,#portfolio .section-heading p{
    text-align: center;
}
.ftl,.ftc,.ftr {
    text-align: center!important;
    width: 100%;
    padding-bottom: 20px;
}
#hiw .container .row .col-lg-12 .section-heading{
      padding-top: 50px;
}
#hiw .container .row .align-self-center{
    order: 0;
    display: flex;
}
.desk-gif{
  display: none!important;
}
.mob-gif{
  display: block!important;
}
#hiw .container .row .align-self-center .left-image{
  text-align: center;
}
#hiw .container .row .align-self-center .left-image img{
  width: 80%;
}
.about-nft .right-list .left-content p {
    font-weight: 500!important;
    font-size: 16px!important;
}
.main-banner {
    padding: 150px 0px 100px 0px!important;
    }
.accordion .card-header .btn {
    font-size: 14px!important;
    }
.our-portfolio .section-heading p {
    font-size: 15px!important;
}
  .our-services .section-heading p {
    font-size: 16px!important;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .our-portfolio .showed-content {
    min-height: 379px!important;
}
#hiw {
    margin-top: 0!important;
}
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #f1f1f1;
  }
  .header-area.header-sticky .nav {
    margin-top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    box-shadow: 0 17px 37px #00000017;
    background: #ffffff;
  }
  p {
    line-height: 27px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
height: auto!important;
    line-height: 50px !important;
    padding: 10px !important;
    border: none !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #000000!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .marquee-main {
    margin-top: -10px!important;
}
.hiw1 {
    margin: 0 0 0 0!important;
}
.pt {
    font-size: 30px!important;
}
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 1000000;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #000000;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #000000;
    border-radius: 50%;
}
#portfolio{
  padding-top: 0;
}
#portfolio .row{
  display: flex;
  align-items: center;
}
#portfolio .left-image img{
  width: 100%;
      border-radius: 10px;
    transform: rotate(356deg);
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner .container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 0 0 0;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  /*  background: rgb(244,247,252);*/
  background: -moz-linear-gradient(0deg, rgba(244,247,252,1) 0%, rgba(255 255 255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(244,247,252,1) 0%, rgba(255 255 255,1) 100%);
  background: linear-gradient(0deg, rgba(244,247,252,1) 0%, rgba(255 255 255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f7fc",endColorstr="#ffeecd",GradientType=1);
  display: flex;
  align-items: center;
  background-image: url("..//img/banner.png");
  border-radius: 25px;
}

.shop .main-banner .container {
  background-image: url("..//img/product-banner.jpg");  
}
.shop .main-banner .container:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005e;
    z-index: -1;
}
.shop .main-banner .left-content h2,.shop .main-banner .left-content p{
  color: #fff;
}

.main-banner .left-content {
    margin-left: 100px;
}

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fe3f40;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
    font-size: 80px;
    font-weight: 700;
    color: #121127;
    line-height: 88px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.main-banner .left-content h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #fe3f40;
}

.main-banner .left-content p {
  margin: 20px 0px;
    font-size:18px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #03a4ed;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}



/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about {
  margin-top: 120px;
}

.about-us {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0px 120px 0px;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 25px;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-us .services .item p {
  color: #fff;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services {
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .left-image {
  margin-right: 45px;
  margin-top: 0;
}

.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: .3px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #03a4ed;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}
    .our-services .container .row{
      align-items: center;
      justify-content: center;
    }

/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
    text-align: left;
    margin: 0px 0 0px 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.our-portfolio .section-heading p{
  text-align: left;
    letter-spacing: .8px;
    font-size: 18px;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 0;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
    top: 0px;
    position: relative;
    z-index: 3;
    background-color: #fff;
    text-align: left;
    padding: 40px 20px 20px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 2%);
    transition: all 0.5s;
    min-height: 443px;
}

.our-portfolio .showed-content img {
/*    height: 80px;
    width: auto;
    margin: 0 0 30px 0;*/
/*    background: #e7d2ff;*/
/*    padding: 15px 12px;*/
/*    border-radius: 10px;*/
  }
.our-portfolio .showed-content h4{
    padding-bottom: 20px;
    color: #302F7D;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: .3px;
}
.our-portfolio .showed-content p{
      font-size: 15px;
    line-height: 27px;
}

.pt-120{
      padding-top: 120px;
}
.pt-80{
      padding-top: 80px;
}
.pb-30{
      padding-bottom: 30px;
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}
.pb-120{
  padding-bottom: 80px;
}
/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.our-blog {
  position: relative;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.our-blog .section-heading{
  padding-bottom: 50px;
}

.our-blog .section-heading h2 {
  margin-right: 180px;
}

.our-blog .top-dec {
  text-align: right;
  margin-top: -80px;
}

.our-blog .top-dec img {
  max-width: 270px;
}

.our-blog .left-image {
  position: relative;
}

.our-blog .left-image img {
    border-radius: 20px;
    /* box-shadow: 0px 0px 15px rgb(0 0 0 / 10%); */
    background: #c3e6ff;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.our-blog .left-image .info {
  position: relative;
}

.our-blog .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.our-blog .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
  margin-right: 0px;
}

.our-blog .left-image ul li i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.our-blog .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.our-blog .right-list {
  margin-left: 0;
}

.our-blog .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
  flex-direction: row-reverse;
}
.our-blog .right-list ul li:nth-child(2){
  margin-bottom: 40px;
}
.our-blog .right-list .right-image{
    margin-left: 50px;
    margin-right: 30px;
}

.our-blog .right-list .left-content {
  margin-right: 0;
}

.our-blog .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.our-blog .right-list .left-content span i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}


.our-blog .right-list .right-image img {
    width: 65px;
    border-radius: 100%;
    box-shadow: 4px 5px 5px #0000001c;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding: 100px 0px;
/*  background-image: url(../images/contact-bg.png);*/
      background: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #fff;
}

.contact-us .section-heading p {
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
    line-height: 43px;
    letter-spacing: .3px;
}

.phone-info {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

h2:after{

}

#contact1 .contact-dec,#contact2 .contact-dec {
  position: absolute;
  right: -166px;
  bottom: 0;
}

#contact1 .contact-dec img,#contact2 .contact-dec img {
  max-width: 178px;
}

#contact1,#contact2 {
  padding: 60px 30px;
}

#contact1 input,#contact2 input {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  outline: none;
  font-size: 15px;
    font-weight: normal;
    color: #000000;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.smf-header{
  font-size: 17px;
}
#contact1 input::placeholder,#contact2 input::placeholder {
  color: #2a2a2a;
  font-weight: normal;
}

#contact1 textarea,#contact2 textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

#contact1 textarea::placeholder,#contact2 textarea::placeholder {
  color: #2a2a2a;
}

#contact1 button,#contact2 button,#verify-again-btn {
    display: inline-block;
    background-color: #2E74FF;
    border: 1px solid #2E74FF;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 10px;
    letter-spacing: .5px;
    outline: none;
    transition: all .3s;
}

#contact1 button:hover,#contact2 button:hover,#verify-again-btn:hover {
  background-color: #2E74FF;
}


/*custom dropdown menu*/

.custom-select-wrapper {
  position: relative;
  display: block;
  user-select: none;
  width: 100%;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: block;
  }
    .custom-select-trigger {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    outline: none;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    padding: 0px 20px;
    margin-bottom: 20px;
    display: block;
    line-height: 55px;
    cursor: pointer;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    box-sizing: border-box;
/*    box-shadow: 0 2px 1px rgba(0,0,0,.07);*/
    background: #fff;
    transition: all .4s ease-in-out;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #dfdfdf;
      border-left: 1px solid #dfdfdf;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    font-weight: normal;
    color: #141414;
    line-height: 50px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }

/*custom dropdown menu*/



/*custom country dropdown menu*/

.wrapper{
  position: relative;
}
.select-btn,li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select-btn {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    outline: none;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    padding: 0px 20px;
    margin-bottom: 20px;
}
.select-btn i,.select-btn1 i {
  font-size: 31px;
  transition: transform 0.3s linear;
}
.wrapper.active .select-btn i,.wrapper1.active .select-btn1 i {
  transform: rotate(-180deg);
}
.content {
/*  display: none;
  padding: 20px;
  margin-top: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);*/
    padding: 20px;
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    box-sizing: border-box;
    /* box-shadow: 0 2px 1px rgba(0,0,0,.07); */
    background: #fff;
    transition: all .4s ease-in-out;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}
.wrapper.active .content,.wrapper1.active .content {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.content .search {
  position: relative;
}
.search i {
  top: 50%;
  left: 15px;
  color: #999;
  font-size: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
}
.country-search {
  height: 50px!important;
  width: 100%!important;
  outline: none!important;
  font-size: 17px!important;
  border-radius: 5px!important;
  padding: 0 20px 0 20px!important;
  border: 1px solid #b3b3b3!important;
      margin-bottom: 0!important;
}
.country-search:focus {
  padding-left: 42px;
  border: 2px solid #4285f4;
}
.country-search::placeholder {
  color: #bfbfbf;
}
.content .options {
  margin-top: 10px;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 7px;
  width: 100%;
  margin: 0;
}
.options::-webkit-scrollbar,.options1::-webkit-scrollbar {
  width: 7px;
}
.options::-webkit-scrollbar-track,.options1::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.options::-webkit-scrollbar-thumb,.options1::-webkit-scrollbar-thumb  {
  background: #ccc;
  border-radius: 25px;
}
.options::-webkit-scrollbar-thumb:hover.options1::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}
.options li,.options1 li {
  height: 50px;
  padding: 0 13px;
  font-size: 15px;
}
.options li:hover,.options1 li:hover
li.selected {
  border-radius: 5px;
  background: #f2f2f2;
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
.b-btn {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.b-btn.patreon i {
  color: orange;
}
.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}





.dropdownsearch{
  height:100%;
/*  display:flex;
  align-items:center;
  justify-content:center;
    font-family: 'Ubuntu', sans-serif;*/

}
.options{
/*  margin:1rem;
  max-width:350px;
  width:50%; */ 
/*  height:250px;*/
}
@media(max-width:34em){
  .main{
/*    min-width:150px;
    width:auto;*/
  }
}
select {
    display: none !important;
}

.dropdown-select {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 55px;
    line-height: 55px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09); */
    background-color: #fff;
    border-radius: 7px;
    margin-top: 4px;
    padding: 20px;
    display: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #dfdfdf;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.dropdown-select .dd-searchbox{
    height: 50px!important;
    width: 100%!important;
    outline: none!important;
    font-size: 17px!important;
    border-radius: 5px!important;
    padding: 0 20px 0 20px!important;
    border: 1px solid #b3b3b3!important;
    margin-bottom: 0!important;
}
.dropdown-select .dd-searchbox:focus{
  border-color:#12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}






/*custom country dropdown menu*/







/* 
---------------------------------------------
Footer Style
---------------------------------------------
*/

footer p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

footer p a {
  color: #fff;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  #contact1 .contact-dec,#contact2 .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 196px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .main-banner:after {
    top: 76px;
    z-index: -1;
  }
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100%!important;
  }
  #about {
    margin-top: 0px;
  }
  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }
  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }
  .about-us .services {
    text-align: center;
  }
  .about-us .services .item  {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }
  .our-services {
    margin-top: 200px;
  }
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .our-portfolio .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  #contact1,#contact2 {
    margin-left: 0px;
    margin-top: 30px;
  }
  #contact1 .contact-dec,  #contact2 .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
  .bc1, .bc2, .bc3, .bc4 {
    width: 49%!important;
    display: inline-block;
    text-align: center;
}
  .desk-gif{
    display: none!important;
  }
 .mob-gif{
    display: block!important;
    width: 80%;
    margin: 0 auto;
  }
  .about-us .left-image {
    bottom: -280px;
  }
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }
    .marquee-main {
    margin-top: -10px!important;
}
.hiw1 {
/*    margin: 50px 0 0 0!important;*/
}
.pt {
    font-size: 27px!important;
}
}

.main-banner .down-buttons {
    display: inline-flex;
    margin: 0 0 0 0;
}
.main-blue-button-hover a {
    display: inline-block;
    background-color: #2E74FF;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    padding: 20px 40px;
    border-radius: 50px;
    letter-spacing: .5px;
    transition: all .3s;
}
.main-banner .down-buttons .call-button a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin-left: 0;
    background: #9BDAE9;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
}
.main-banner .down-buttons .call-button a img{
    height: 25px;
    width: auto;
    margin-left: 5px;
}
.main-banner .down-buttons .call-button i {
    margin-right: 5px;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    background: rgb(255,104,95);
    background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
    color: #fff;
    font-size: 20px;
}

.af-main{

}
.af1,.af2,.af3{
    background: #141925;
    border-radius: 15px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 350px;
}
.af1 h2,.af2 h2,.af3 h2{
    color: #fff;
    font-size: 25px;
    padding-left: 40px;
}
.af1 h2 b,.af2 h2 b,.af3 h2 b{
      display: block;
}
.af2{

    margin-left: 200px;
}
.af1-r,.af2-r,.af3-r{
    border-radius: 15px;
    margin: 15px;
}
.af1-r{

    background: #308FFF;
}
.af2-r{
    background: #FF6E41;
}
.af3-r{

    background: #FFD056;
}
.af1-r img,.af2-r img,.af3-r img{
      padding: 20px;
}

.accordion {
  margin-top: 60px; /* Add space above accordion */
}
.accordion .card {
    border-radius: 15px;
    border-width: 0;
    margin:0 0 8px 0;
}
.accordion .card:first-child {
  border-top: none;
}
.accordion .card .card-header {
    background: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0;
    margin-bottom: -9px;
    /* font-family: "Roboto", sans-serif; */
    border: none;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 0;
    padding-right: 0;
}
.accordion .card-header:hover {
/*  background: #f8f8f8;*/
}
.accordion .card-header h2 span {
  float: left;
  margin-top: 10px;
}
.accordion .card-header .btn {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    top: 0;
    color: #000000;
    padding: 25px 0;
}
.accordion .card-header i {
    float: right;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    top: 5px;
    opacity: 0.8;
}
.accordion .card-header button:hover {
  color: #23384e;
}
.accordion .card-body {
    background: #ffffff;
    color: #202020;
    border-radius: 0;
    padding: 40px 0 25px 0;
    font-size: 16px;
    line-height: 29px;
/*    box-shadow: 0px 0px 15px rgb(0 0 0 / 2%);
    border: 1px solid #f1f1f1;*/
}
.accordion .highlight {
    color: #fff;
    background: #fff !important;
    border-radius: 5px 5px 0 0!important;
    z-index: 10
}
.accordion .highlight a,.accordion .highlight a i{
/*  color: #fff!important;*/
  top: 5px;
}

.left-image{
    min-height: 200px;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
}

.bc1 img,.bc2 img,.bc3 img,.bc4 img{
    padding: 6px 0;
    height: auto;
    width: 80%;
    margin: 0 0 0 0;
}
.bc1, .bc2, .bc3, .bc4 {
    width: 24.7%;
    display: inline-block;
    text-align: center;
}
.bc1 img{
/*    height: 100px;
    margin: 0 0 0 93px;*/
/*    transform: rotate(90deg);
    animation: float 10s ease-out infinite;*/
}
.bc2{
  
}
.bc2 img{
/*    height: 100px;*/
/*    transform: rotate(314deg);*/
/*    padding: 6px 17px;*/
/*    position: absolute;
    left: 53%;px;
    animation: float 10s ease-out infinite;*/
}
.bc3{
  
}
.bc3 img{
/*    height: 100px;*/
/*    bottom: 0;
    left: 32%;
    position: absolute;
    transform: rotate(22deg);
    animation: float 9s ease-out infinite;*/
}
.bc4{
  
}
.bc4 img{
/*    height: 100px;*/
/*    position: absolute;
    top: 30px;
    right: 13%;
    transform: rotate(35deg);
    animation: float 8s ease-out infinite;*/
}

.about-nft{
      background: #000;
}
.about-nft .right-list .left-content {
    margin-right: 0;
}

.about-nft .right-list .left-content{
    display: flex;
    flex-direction: column;
    height: 164px;
}
.about-nft .right-list .left-content p {
    font-weight: 500;
    font-size: 29px;
    color: #fff;
    letter-spacing: 2px;
}
.about-nft .right-list ul{
  text-align: center;
}
.about-nft .right-list ul li{
padding: 15px;
    float: left;
    width: 33.3333%;
    text-align: center;
}
}

.about-nft .right-list .left-content span{
    font-size: 25px;
    color: #4caf50;
    margin: 0 13px 0 0;
}
.about-nft .right-list .left-content span{
    font-size: 50px;
  }
  .about-nft .right-list .left-content span i{
        color: #4fc158;
  }

.banner-round{
    height: 350px;
    width: 350px;
    background: #FFC7C7;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    animation: float 6s ease-out infinite;
}
@keyframes float {
  50% {
     transform: translate(0, 20px);
  }
}
.banner-round::before {
  content: '';
  display: block;
  background: #986eff;
  width: 350px;
  height: 350px;
  position: absolute;
  z-index: 0;
    border-radius: 50%;
/*  transform: rotate(-1deg) skew(-5deg, -3deg);*/
}

.banner-round::after {
  content: '';
  display: block;
  background:#986eff0f;
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: -1;
  margin: -25px;
    border-radius: 50%;
/*  transform: rotate(-1deg) skew(-5deg, -3deg);*/
}


.shadowFrame {
    width: 150px;
    margin: 30px auto 0 auto;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
.shadow {
  animation: shrink 6s ease-out infinite;
  transform-origin: center center;
  box-shadow: none!important;
}
.shadow ellipse {
  transform-origin: center center;
}
@keyframes shrink {
  0% {
    width: 90%;
    margin: 0 5%;
  }
  50% {
    width: 60%;
    margin: 0 18%;
  }
  100% {
    width: 90%;
    margin: 0 5%;
  }
}


.cert1{
    position: absolute;
    width: 67%;
    left: 0;
    top: 24%;
    z-index: 1;
}
.cert2{
    position: absolute;
    width: 52%;
    top: -7%;
    right: 6%;
}
.tick{
    width: 68%;
    bottom: 12%;
    right: -95px;
    position: absolute;
}



.cert1 {
  animation: float 15s ease-out infinite;
  transform: rotate(19deg);
}

@keyframes float {
  50% {
     transform: translate(0, 20px);
  }
}

.cert2 {
    animation: float 15s ease-out infinite;
    transform: rotate(-34deg);
}

@keyframes float {
  50% {
     transform: translate(0, 20px);
  }
}


.f-top{
    padding: 90px 0 25px 0;
}
.ftl{
    text-align: left;
}
.ftl a{

}
.ftl a img{
    height: 50px;
    width: auto;
}
.ftc{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.ftc a{
    font-size: 14px;
    color: #000;
    padding: 0 10px;
}
.ftr{
  text-align: right;
}
.ftr a{
    margin: 0 0 0 0;
}
.ftr a i{
    background: transparent;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 35px;
    text-align: center;
}
#contact1 .section-heading img{
  margin: -380px 0 50px 0;
  width: 70%;
  animation: float 6s ease-out infinite;
}
#usecases{
  padding: 150px 0;
}
.launch-info{
    text-align: center;
    margin: 150px 0 -337px 0;
    z-index: 10;
    position: relative;
}
.launch-info .rocket{
    height: 400px;
    width: auto;
    margin: 0 0 40px 0;
}
.launch-info p{
  font-size: 22px;
    margin: 0 0 25px 0;
    color: #fff;
}
.launch-info h2{
  font-weight: 600;
  font-size: 40px;
    color: #fff;
}

#faq,#whynft,#hiw{
  position: relative;
}

#faq:before {
    background-image: url(../images/faq-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 135px;
    width: 135px!important;
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 20;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
        animation: float 10s ease-out infinite;
/*    transform: rotate(20deg);*/
}
#whynft:before {
    background-image: url(../images/star-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 130px;
    width: 130px!important;
    position: absolute;
    left:-15px;
    top: 0;
    z-index: 20;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
        animation: float 10s ease-out infinite;
    transform: rotate(45deg);
}
#hiw:before {
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 350px;
    position: absolute;
    right: -200px;
    top: -120px;
    width: 350px;
    z-index: 0;
}
#hiw:after {
    background-image: url(../images/cert-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 250px;
    position: absolute;
    left: -70px;
    bottom: -90px;
    width: 250px;
    z-index: 0;
    animation: float 10s ease-out infinite;
    transform: rotate(7deg);
}
.verify-certificate .main-banner {
    padding: 180px 0px 120px 0px;
}
.verify-certificate .background-header{
      position: absolute!important;
      background: transparent!important;
      box-shadow: none!important;
}

.verify-main,.view-certificate-blk{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 150px 0px 180px 0px;
    position: relative;
    overflow: hidden;
    background: rgb(244,247,252);
    background: -moz-linear-gradient(0deg, rgba(244,247,252,1) 0%, rgba(255 255 255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(244,247,252,1) 0%, rgba(255 255 255,1) 100%);
    background: linear-gradient(0deg, rgba(244,247,252,1) 0%, rgba(255 255 255,1) 100%);
}
.verify-main .left-content h2 {
    font-size: 52px;
    font-weight: 700;
    color: #121127;
    line-height: 60px;
    padding-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: .5px;
}
.verify-main .left-content h2 span {
    color: #ff556c;
}
.verify-main .left-content img {
    width: 35%;
    animation: float 10s ease-out infinite;
    float: right;
    margin-right: 0;
}
.verify-main:after{
background-image: url(../images/cert-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 200px;
    position: absolute;
    right: 50px;
    top: 64px;
    width: 200px;
    z-index: 0;
    animation: float 10s ease-out infinite;
    transform: rotate(7deg);
}
.verify-main #contact {
    box-shadow: 0 15px 17px #6589a521;
}
.verify-main #contact input{
    font-weight: 600;
}
.verify-main #contact label{
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 400;
    color: #838383;
    padding: 0 0 5px 0;
}





/*cookie*/

#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow:0 6px 24px #130d4417;
    font-family: inherit;
    z-index: 999997;
    background: #fff;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/cookie-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 22px;
    letter-spacing: .3px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 4px 7px;
    margin: 0 5px 10px 5px;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 14px;
    transition: box-shadow .3s;
}
.cookie-bg{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000de;
    z-index: 100;
}
.btn-primary,.btn-primary:hover {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin-left: 0;
    background: #9BDAE9!important;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    border: none!important;
}
.btn-secondary,.btn-secondary:hover {
    color: #1c1c1c;
    background-color: #0000000d;
    border-color: #0000000d!important;
}

/*cookie*/


/*tooltip*/


.tooltip {
  position: relative;
  opacity: 1;
  display: inline-block;
  margin: 0 0 0 4px;
  z-index: 2;
}
.tooltip__item {
position: absolute;
    min-width: 240px;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    background: #6560a7;
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    color: #f7f7f7;
    border: 1px solid #6560a7;
    border-radius: 14px;
    font-weight: 500;
    box-shadow: 0 2px 11px #0000002b;
    z-index: 4;
    font-size: 13px;
}
.tooltip__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.tooltip__initiator {
  cursor: pointer;
  z-index: 5;
}
.tooltip[data-direction=left] .tooltip__initiator:hover ~ .tooltip__item {
  transform: translate3d(0, -50%, 0);
  visibility: visible;
  opacity: 1;
}
.tooltip[data-direction=left] .tooltip__item {
  top: 50%;
  right: calc(100% + 1em);
  transform: translate3d(15px, -50%, 0);
}
.tooltip[data-direction=left] .tooltip__item:after {
  top: 50%;
  right: -0.5em;
  transform: translate3d(0, -50%, 0);
  border-width: 0.5em 0 0.5em 0.5em;
  border-color: transparent transparent transparent #6560a7;
  -webkit-filter: drop-shadow(1px 2px 1px #bcbcbc);
  filter: drop-shadow(1px 2px 1px #bcbcbc);
}
.tooltip[data-direction=bottom] .tooltip__initiator:hover ~ .tooltip__item {
  transform: translate3d(-50%, 0, 0);
  visibility: visible;
  opacity: 1;
}
.tooltip[data-direction=bottom] .tooltip__item {
  top: calc(100% + 1em);
  left: 50%;
  transform: translate3d(-50%, -15px, 0);
}
.tooltip[data-direction=bottom] .tooltip__item:after {
  top: -0.5em;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  border-width: 0 0.5em 0.5em 0.5em;
  border-color: transparent transparent #6560a7 transparent;
  -webkit-filter: drop-shadow(1px 2px 1px #bcbcbc);
  filter: drop-shadow(1px -1px 1px #bcbcbc);
}

.fa.fa-info-circle {
    font-size: 15px;
    color: #8f8f8f;
}

/*tooltip*/
.health-tile .section-heading p,.advance-features .section-heading p,
#usecases .section-heading p,#pricing .section-heading p{
    color: #000000b0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 20px 0 0 0;
}

#pricing{
  padding: 150px 0;
      background: #edf1fb;
}

#whynft {
  background: #152A62;
  padding: 80px 0 0 0;
}
.gradient-blk .section-heading h2 {
    color: #fff;
    padding-bottom: 27px;
    line-height: 70px;
    font-weight: 700;
  }
  .gradient-blk .section-heading p{
color: #ffffff;
    font-size: 25px;
    font-weight: 100;
    line-height: 39px;
    letter-spacing: 1px;
  }
.gradient-blk {
    background: #152A62;
    padding: 230px 0 120px 0;
    background-image: url(../images/wave-dim.png);
    background-repeat: round;
    position: relative;
}
.grad-tile .showed-content{
    background: #0B1C49;
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    margin: 12px 0;
/*    height: 295px;*/
}
.grad-tile .showed-content img{
    height: 62px;
    width: auto;;
}
.grad-tile .showed-content h4{
    color: #fffffff5;
    font-size: 17px;
    padding: 10px 0;
}
.grad-tile .showed-content p{
    color: #ffffffcf;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
}
.grad-tile-r{
      margin: -100px 0 0 0;
}
.section {
  padding: 130px 0;
}
/*.health-tile {
  position: relative;
}*/
.ht-img{
  text-align: center;
}
.ht-img img{
  width: 70%;
  border-radius: 20px;
}
#our-integrations .section-heading h2,#whynft .section-heading p{
    text-align: center;
  }

#our-integrations .section-heading h2,#portfolio .section-heading h2{
  color: #000000;
}

#our-integrations .section-heading p,#portfolio .section-heading p{
    color: #000000;
    text-align: center;
}
#our-integrations{
    background-color:#edf1fb;
}
#our-integrations .showed-content {
    background-color: #fff;
    border: 1px solid #f3f3f39c;
    text-align: center;
    overflow: hidden;
        margin-bottom: 30px;
  }
#our-integrations .showed-content h4{
    color: #000;
    padding-left: 24px;
    font-size: 22px;
}
#our-integrations .showed-content p{
      color: #4a4040;
} 
#our-integrations .showed-content h5{
    color: #000;
    padding: 40px 0 0 0;
    font-weight: 200;
    font-size: 16px;
}

.usecase-tile img{
  border-radius: 0;
}
.usecase-tile .showed-content div{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5578606442577031) 43%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0,0,0,0.5578606442577031) 43%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 88%) 43%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    padding: 70px 0 30px 0;
    margin: -130px 0 0 0;
    z-index: 10;
    position: relative;
    text-align: center;
    border-radius: 0;
  }
.usecase-tile .showed-content div h4{
    color: #fff;
    font-weight: 200;
    font-size: 25px;
    letter-spacing: 9px;
    text-transform: uppercase;
}

#hiw .section-heading h2 {
font-size: 30px;
    line-height: 39px;
    margin: 0 0 20px 0;
}
#hiw .col-lg-12 .section-heading h2 {
font-size: 55px;
font-weight: 700;
    line-height: 39px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #faq .col-lg-10 .section-heading h2{
text-align: center;
  }
.pi{
color: #ffffffc4;
    letter-spacing: 1px;
    font-size: 17px;
    text-transform: capitalize;
    /* border-left: 3px solid #fff; */
    padding-left: 16px;
    margin: 60px 0 -20px 0;
    text-align: center;
  }
    .banner-shape{
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
  }
  .hiw-shape{
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
  }
  #hiw{
    padding-top: 0;
    background: #fff;
  }
  .main-banner .container{
    position: relative;
    z-index: 5;
  }
.round-shape-1{
      -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);

  opacity: 0.4;
    animation-name: rotateme; 
    animation-duration: 40s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: rotateme; 
    -webkit-animation-duration: 40s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: rotateme; 
    -moz-animation-duration: 40s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: rotateme; 
    -ms-animation-duration: 40s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: rotateme; 
    -o-animation-duration: 40s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -webkit-transform: rotate(-180deg);
        opacity: 0.7;
      }
    100% {
        -webkit-transform: rotate(-360deg);
        opacity: 1;
      }
}

#hiw .container .row{
  display: flex;
align-items: start;

}
.vcm .col-lg-6 img{
      border-radius: 15px;
}

.candidate-info{
    padding-left: 30px;
}

.candidate-info ul{
      border: 1px solid #000;
    border-radius: 10px;
    border-left: 5px solid #000;
    padding: 12px 20px;
    margin-bottom: 30px;
}

.candidate-info ul li{
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.candidate-info .heading b{
    font-size: 19px;
    border-bottom: 2px solid #505050;
}
.site-info-main li .cr img{
  height: 40px;
    width: auto;
}
.view-certificate-blk .vcm h4{
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 50px;
}
.candidate-info ul li div{
  
}

.candidate-info ul li div span{
  
}

.candidate-info .cl{
width: 30%;
}

.candidate-info .cl img{
  width: 75%;
}

.candidate-info .cr{
  width: 70%;
  padding-left: 15px;
}

.view-certificate-blk .col-lg-12{
      display: flex;
/*    align-items: center;*/
      justify-content: right;
}
.vcm{
  box-shadow: 0 15px 17px #6589a521;
    margin-left: 30px;
    position: relative;
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 20px;
}
.bg-blur {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000b8;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}
.bg-blur .preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #0000;
    text-align: center;
}
.bg-blur .preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}
.bg-blur .preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #ffffff;
    border-radius: 50%;
}
.bg-blur p{
      color: #fff;
    padding: 50px 0 0 0;
    font-size: 17px;
    letter-spacing: 1px;
}
#portfolio .pb-120{
  text-align: center;
}



.Marquee-svg {
    display: block;
    width: 100%;
    font-size: inherit;
    font-weight: 700;
}
.Marquee-hitbox {
    position: relative;
    display: block;
    width: 100%;
}
.Marquee-hitbox:focus .Marquee-path-hitbox-focus-outline {
    stroke: currentColor;
}
.Marquee-hitbox:focus:not(:focus-visible) .Marquee-path-hitbox-focus-outline {
    stroke: initial;
}
.Marquee-display {
    flex-grow: 1;
    flex-shrink: 0;
}
.Marquee-display.fade-edges {
    mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 85%, transparent 100%);
}
.Marquee-measure {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 1em;
    visibility: hidden;
    position: absolute;
}
.Marquee-group {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
}
.Marquee-measure,
.Marquee-group {
    min-width: 50px;
}
.Marquee-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.Marquee-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Marquee-track {
    pointer-events: none;
}
.Marquee-track .Marquee-track-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.Marquee-track-item .Marquee-item {
    padding: 0;
    transform: translate3d(-50%, calc(-50% - 0.4em), 0);
}

.Marquee-main{
  mask-image: linear-gradient(to right,transparent 0%,#000 15%,#000 85%,transparent 100%);
  -webkit-mask-image: linear-gradient(to right,transparent 0%,#000 15%,#000 85%,transparent 100%);
  padding: 70px 0;
}
.certificate-info-main{
  padding: 50px 0 0 0;
}
.pt{
  font-size: 17px;
  font-weight: bold;
}
.marquee-main{
  margin: -140px 0 0 0;
/*    position: absolute;
    left: 0;
    right: 0;
    margin-top: -100px;*/
}
.hiw1{
/*  margin: 200px 0 0 0;*/
  }
  .mob-gif{
    display: none;
  }
  ::selection {
  color: #fff;
  background: #000000;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #000000;
}
.contact-dec{
  display: none;
}

#hiw .hiwsh h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 39px;
    margin: 0 0 20px 0;
    text-align: center;
}
.bs-mob{
  display: none;
}
.error-msg{
    text-align: center;
    margin: 0 0 15px 0;
}
.error-msg p{
      background: #ff4c4c;
    color: #fff;
    border-radius: 5px;
    letter-spacing: .3px;
    padding: 5px;
}
#form-submit img{
      height: 35px;
}
.preloader-inner img{
    animation: crescendo 2s alternate infinite ease-in;
}

@keyframes crescendo {
  0%   {transform: scale(.8);}
  100% {transform: scale(1.3);}
}
}





/*.pricing-blk.pricing-header {
    position: sticky;
    z-index: 200;
    top: 6.25rem;
    background: var(--color-bg);
}

.pricing-blk {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-height: 3.1875rem;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.PlansFeaturesTable_grid__17td-.PlansFeaturesTable_header__JDQKz>div { 
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}*/

.integ-blk{
    overflow: hidden;
    width: 85%;
    margin: 0 auto;
}
.ib-header{

}
.ib-header span{
    height: 280px;
    width: 25%;
    position: absolute;
    background: #ccc;
    border-radius: 50%;
    top: -136px;
    right: -50px;
    z-index: -1;
}
.ib-header div{
  display: flex;
  justify-content: space-between;
      align-items: center;
}
.ib-header div h4{
  
}
.ib-header div img{
    width: 130px;
    margin: -25px 0 0 0;
}
.ib-main{

}
.ib-main ul{
      display: flex;
    justify-content: space-evenly;
}
.ib3 .ib-main ul{
  display: block;
    text-align: left;
    padding: 20px;
}
.ib3 .ib-main ul li{
      display: block;
    padding: 11px 0;
    font-size: 15px;
}
.ib-main ul li img{
     height: 50px;
}
.ib-footer{
    margin:70px 0 15px 0;
}
.ib-footer p{
    margin: 0 0 35px 0;
}
.ib-footer p span{
    background: #3F51B5;
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: .5px;
}
.ib-footer ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 65%;
    margin: 0 auto;
}
.ib-footer ul li{
  
}
.ib-footer ul li img{
  height: 30px;
    width: auto;
}
.ib-main{
      padding: 50px 0 0 0;
}
.ib1 .oval1{
  background: #FFE2E8;
}
.ib2 .oval1{
  background: #DDF4FF;
}
.ib3 .oval1{
  background: #FFEEDE;
}
.ib4 .oval1{
  background: #EFDCFE;
}
.pplan{

}
.ppmain1{
/*      border: 1px solid #f1f1f1;*/
    background: #fff;
    border-radius: 15px;
}
.ppmain{
    /* border: 1px solid #f1f1f1; */
    background: #fff;
    padding: 30px;
    border-radius: 0 0 15px 15px;
    height: 600px;
    position: relative;
    text-align: center;
}
.pph{
    padding: 30px 30px 0 30px;
    border-radius: 15px 15px 0 0;
/*    background: #f0f1ff;*/
/*    border-bottom: 1px solid #daddff;*/
}
.pph div{
  
}
.pph div h5{
      font-size: 26px;
    font-weight: 300;
    color: #000;
}
.pph div h2{
      font-weight: 700;
    padding: 15px 0 0 0;
    color: #000;
    font-size: 40px;
}
.pph div h2 span{
  font-weight: 400;
    font-size: 13px;
}
.ppm .check{
    display: inline-block;
    transform: rotate(45deg);
    height: 18px;
    width: 8px;
    border-bottom: 2px solid #78b13f;
    border-right: 2px solid #78b13f;
    margin-right: 19px;
}
.ppm ul li span{
    font-size: 14px;
}
.ppm p img{
      height: 10px;
}
.ppm ul li{
  padding: 11px 0;
  display: flex;
  text-align: left;
}
.ppf{
      padding: 35px 0 0 0;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}
.ppf a{
  
}
.ppmain3{
  position: relative;
}
.ppmain3 .ppm ul li span{
/*color: #fff;*/
}
.ppmain3 .mp-header{
    margin: -40px 0 0 0;
    position: absolute;
    width: 100%;
    left: 0;
}
.ppmain3 .mp-header p{
background: #2E74FF;
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
    color: #ffffff;
    text-align: center;
}
.ppmain3 .pph {
    padding: 30px 30px 0 30px;
    border-radius: 0;
/*    background: #0000000d;
    border-bottom: 1px solid #ffffff17;*/
}
.slt-plan{
    padding: 15px 35px;
    background-color: #000000;
    font-size: 15px!important;
    color: #fff;
    border-radius: 10px;
}
.slt-plan:hover{
    color: #fff;
    background-color: #000000;
}
.ppmain3{
    background: #fff;
    border-radius: 0 0 15px 15px;
}
.ppmain3 .ppmain{
  background: transparent;
  border:transparent;
}
.ppmain3 .slt-plan{
/*  background: #2E74FF;*/
}
.ppmain3 .slt-plan:hover{
  background: #175de7;
/*  color: #fff;*/
}
.ppmain3 .pph div h5,.ppmain3 .pph div h2,.ppmain3 .ppm p{
/*  color: #fff;*/
  text-align: left;
}
.signup-main,.login-main{
  display: flex;
    width: 100%;
    height: 100vh;
    position: fixed;
}
.su-left{
    width: 40%;
    position: relative;
    align-items: center;
    display: flex;
    background: #152A62;
    padding: 0 100px;
  }
.su-right{
    width: 60%;
    align-items: center;
    position: relative;
    display: flex;
  }
  .login-wrap{
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
    background: #bdcfff57;
  }
    .sul-blk{
  }
  .sur-blk{
    width: 70%;
    margin: 0 auto;
  }
  .login-blk{
    max-width: 470px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    background: #fff;
    border-radius: 10px;
  }
 .sul-blk h2{
    font-weight: 100;
    font-size: 56px;
    color: #f2f4ff;
    z-index: 20;
    position: relative;
  }
   .sul-blk h2 b{
    font-weight: bold;
   }
  .sign-lbg{
    position: absolute;
    top: 0;
    left: 0;
  }
    .login-wrap .pattern-bg{
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .login-wrap .pattern-bg img{
    height: 50px;
  }
  .login-wrap .ps1{
    bottom: 0!important;
    left: -332px!important;
    height: 566px!important;
    width: 700px;
    position: absolute;
    z-index: 0;
  }
  .login-wrap .ps2{
    bottom: -58px!important;
    right: -99px;
    height: 180px!important;
    width: auto;
    position: absolute;
    z-index: 0;
  }

  .pattern-bg{
    position: fixed;
    height: 100vh;
    width: 40%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
  }
  .pattern-bg img{
    height: 50px;
  }
.ps1{
    bottom: 0!important;
    /* right: -302px!important; */
    height: auto!important;
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.05;
  }
.ps2{
        bottom: -58px!important;
    right: -99px;
    height: 180px!important;
    width: auto;
    position: absolute;
    z-index: 0;
    display: none;
  }
  #contact2 .col-lg-12 label{
    font-size:14px;
  }
  .agreeterms{
    text-align: center;
    font-size: 13px;
    margin: 23px 0 0 0;
  }
  .su-left .header-area{
    width: 100%;
    margin: 20px auto;
    padding: 0 100px;
  }
a{
  cursor: pointer;
}
.fgt-pwd{
    padding: 0 15px 25px 15px;
    text-align: right;
}
.fgt-pwd span{
    font-size: 13px;
    cursor: pointer;
}
.back-to-login{
    padding: 50px 15px 0 15px;
    text-align: center;
}
.back-to-login span{
    font-size: 13px;
    cursor: pointer;
}
.login-header{
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  padding: 10px 0;
  z-index: 20;
}
.login-header a{
  display:inline-block;
  margin: 30px 0;
}
.login-header a img{
  height: 40px;
}
.login-bg{
    position: absolute;
    opacity: 0.05;
    width: 100%;
}
.login-bg img{
    width: 265%;
    margin-left: -50%;
}

.sup{

}
.sup p{
    padding: 20px 0 0 0;
    text-align: center;
}
.sup fieldset p a{
    display: inline-block;
    background-color: #fff;
    /* border: 1px solid #2E74FF; */
    font-size: 14px;
    font-weight: 600;
    color: #2E74FF;
    text-transform: capitalize;
    padding: 12px 0 12px 5px;
    border-radius: 10px;
    letter-spacing: .5px;
    outline: none;
    transition: all .3s;
    text-align: center;
    text-decoration: underline!important;

}
.sup fieldset p a:hover{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #2E74FF;
    font-size: 14px;
    font-weight: 600;
    color: #2E74FF;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 10px;
    letter-spacing: .5px;
    outline: none;
    transition: all .3s;
}
.align-center{
    text-align: center;
  }
  .mb-8{
    margin: 0 0 8px 0!important;
  }
  .hiw-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000eb;
    z-index: 10000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hiwp-main{
    width: 70%;
    height: auto;
  }
  .hiwp-main video{
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .hiwp-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .hiwp-footer a{
    background: #ffffff3b;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff!important;
    display: inline-block;
  }
  .hiwp-footer a img{
    margin-right: 5px;
    height: 20px;
    width: auto;
  }

  .messageus-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000eb;
    z-index: 10000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mus-main{
    width: 60%;
    max-width: 500px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 40px 35px;
  }
  .mus-main fieldset input,.mus-main fieldset textarea{
    width: 100%;
    height: 55px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    outline: none;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    padding: 0px 20px;
    margin-bottom: 20px;
    display: block;
    line-height: 55px;
    cursor: pointer;
  }
  .mus-main fieldset textarea{
    height: 150px;
    resize: none;
  }

  .mus-main fieldset a{
    text-align: center;
  }
  .mu-popup-cls{
    background: #00000061;
    display: inline-block;
    border-radius: 50px;
    float: right;
    padding: 1px 6px;
  }
    .mu-popup-cls img{
    height: 20px;
    }
    .ucimg2{
      margin: 17px 0 0 0;
    }  
    .mob-menu{
      display: none;
    } 
    .usecase-tile .showed-content{
          border-radius: 10px;
    overflow: hidden;
    }
@media (max-width: 767px) {
  .grad-tile-r {
      margin: 0;
  }
  .af2 {
      margin-left: 0!important;
  }
  .af1, .af2, .af3 {
    max-width: initial;
  }
.section-heading p {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
  }
  .section-heading h2{
    text-align: center;
  }
  .section-heading h2{
    line-height: 43px;
    padding: 0 0 15px 0;
  }
  .section-heading h2 span {
    display: inline-block;
  }
  .gradient-blk {
    padding: 80px 0 100px 0;
  }
  #usecases {
    padding: 100px 0;
  }
  #pricing {
    padding:100px 0 100px 0;
  }
.quotes .col-lg-6 h2 {
    font-size: 16px;
    line-height: 29px;
    text-align: center;
  }
.advance-features, .health-tile {
    padding: 50px 0 130px 0;
  }
.grad-tile .showed-content {
     height: auto; 
  }
.header-area .main-nav .logo{
    text-align: left;
  }
.header-area .main-nav .logo img {
    height: 30px;
  }
.gradient-blk .section-heading p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
.ppmain {
    border: 1px solid #efefef;
    height: auto; 
    text-align: center;
    margin: 0 0 30px 0;
  }.msgus-main {
    padding: 30px;
    flex-direction: column;
}
.msgus-main div h2 {
    text-align: center;
    font-size: 20px;
}
.launch-info {
    margin: 150px 0 -270px 0;
}
.launch-info .rocket {
    height: 250px;
    margin: 0 0 40px 0;
}
.launch-info p {
    font-size: 16px;
    margin: 0 0 15px 0;
}
.launch-info h2 {
    font-weight: 600;
    font-size: 28px;
}
.msgus-main div p {
    line-height: 19px;
    font-size: 13px;
}
footer{
padding: 180px 0 0 0;
}
.ppf{
  position: relative;
}
.gradient-blk .section-heading h2 {
    line-height: 40px;
}
.ppmain3{
  margin: 40px 0 0 0;
}
.section {
    padding-left: 10px!important;
    padding-right: 10px!important;
}




.su-left{
  display: none;
}
.su-right {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sur-blk {
  width: 100%;
}
.su-right .header-area.header-sticky {
  width: 100%;
  position: relative;
}
.signup-main, .login-main {
  position: relative;
}
#contact1, #contact2 {
  padding: 20px 30px;
  margin-top: 0;
}
.login-blk {
  max-width: 95%;
}
.login-wrap {
  flex-direction: column;
  justify-content: center;
}
.signup-main-fields label{
  padding: 0 10px;
  gap:15px;
}
.signup-main-fields label img {
    height: 70px;
    width: 70px;
}
.signup-main-fields label h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 10px;
}
.signup-main-fields label p {
    font-size: 10px;
    line-height: 18px;
}
.signup-logo-blk{
  opacity: 1!important;
}
.signup-login-blk{
  display: none;
}
.header-area .main-nav .nav li a{
   padding: 20px 0;
  height: auto;
}
.get-started,.login-btn{
  padding: 20px 0;
}
.get-started a{
    display: inline-block!important;
    padding: 10px 20px!important;
    color: #fff!important;
        width: 50%;
}
.login-btn a{
    display: inline-block!important;
    padding: 10px 20px!important;
    color: #2E74FF!important;
border: 1px solid #2E74FF!important;
    width: 50%;
}
.banner-bg{
  display: none;
}
.mus-main {
    width: 97%;
    padding: 28px 20px;
}
.mu-popup-cls {
    padding: 1px 4px;
    }
    .msgus-main a {
    margin: 13px 0 0 0;
}
.hiwp-main {
    width: 96%;
    }
    .doc-main h3, .site-menus h3, .contactus h3 {
    padding: 20px 0 10px 0;
    color: #fff;
    font-size: 16px;
}

    .ucimg1,.ucimg2,.ucimg3{
      margin: 0 0 20px 0;
    }  

    .mob-menu{
      display: block;
    }

    .desk-menu{
      display: none;
    }
}


.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.pac .showed-content{
  overflow-y: auto;
  height: 100%;
}

.pacdd,.sdsdd{
    position: fixed;
    width: 50%;
    height: 80%;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 2s linear 0s;
    background: #121a46;
    border-radius: 15px;
    padding: 40px;
}

.pac-cls-btn,.sds-cls-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 10px;
    background: transparent;
    border-radius: 5px;
}

.pac-cls-btn img,.sds-cls-btn img{
    height: 20px!important;
}

.terms-policy-blk{

}
.tp-heading{
    font-size: 21px;
    margin: 0 0 25px 0;
}
.tp-title{
    font-size: 17px;
}
.tp-desc{
    font-size: 14px;
    margin: 15px 0 30px 0;
}

.terms #faq {
    padding-bottom: 0;
    background: #ffffff;
}
.terms .launch-info{
    margin: 0px 0 -337px 0;
}
.terms .main{
  margin-top: 150px
}










.main-nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo{
    display: flex;
    align-items: center;
    margin-right: 70px;
}
.logo img{
    height: 65px;
}
.main-banner{
    margin-top: 5px;
}
/*.tile{
    text-align: center;
}*/
.tile .row{
    margin-bottom: 80px;
}
.tile .col-lg-3{
    text-align: center;
}
.tile .col-lg-3 img{
    margin-bottom: 30px;
    border-radius: 20px;
}
.tile .col-lg-3 h2{
    font-size: 22px;
    line-height: 25px;
}
.tile .col-lg-3 h2 em{
    font-weight: 400;
}
.tile .col-lg-3 p{
    padding: 10px 0 0 0;
    font-size: 16px;
    line-height: 25px;;
}
.tile .col-lg-8{
    margin: 0 auto 50px auto;
}
.doc-main img{
    width: 70%;
}
.btn img{
    height: 25px;
    width: auto;
    margin-left: 10px;
}
.colsinner{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.colsinner div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1.3%;
}
.colsinner div div {
    width: 24%;
}
.colsinner div div a{
    justify-content: space-between;
    width: 100%;
}
.colsd{
    display: grid;
    row-gap: 15px;
}
.contactus .accordion{
    margin-top: 0;
}
.contactus .row .col-lg-6 div{
    border-radius: 20px;
    overflow: hidden;
}
.sociallinks{

}
.sociallinks li{
    width: 100%;
    display: block;
    margin: 10px 0;
}
.sociallinks li a{
   display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #DEEAED;
    border-radius: 50px; 
}
.sociallinks li a img{
    height: 20px;
    width: auto;
    margin: 0 !important;
    border-radius: 0 !important;
}
.adrs p{
    padding: 0!important;
    text-align: left!important;
    font-size: 15px !important;
}
.ourteam h2,.prdtlist h2{
    margin: 0 0 5px 0;
}
.ourteam p,.prblk p,.prdtlist p{
    padding: 0 !important;
}
.text-center{
    text-align: center;
}
.dt .row{
    justify-content: center;
}
.dt .row img{
    border-radius: 20px;
}