@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
html {
  height: 100%
}
body {
  height: 100%;
  font-size:14px;
  color: #333;
  font-weight: normal;
}
* {
  font-family: "Roboto Slab", serif;
}
/* width */
::-webkit-scrollbar {
  width:8px;
  height:5px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius:0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#295280; 
  border-radius:0px;
}
.container{
  max-width: 1200px;
}
ul, ol{
  padding: 0;
  margin: 0;
  list-style: none;
}
h1{
  font-size:35px;
}
h2{
  font-size:30px;
}
h3{
  font-size:25px;
}
h4{
  font-size:22px;
}
h5{
  font-size:20px;
}
h6{
  font-size:18px;
}
h1, h2, h3, h4, h5, h6{
  font-weight: bold;
  color:#295280;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color:#295280;
}
.title{
  font-size:30px;
  margin-bottom:15px;
}
.form-group {
  margin-bottom: 20px;
}
.form-check {
  margin-bottom: 0;
}
.form-control {
  border: 1px solid #295280 !important;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 15px;
  color: #295280 !important;
  line-height: 1.2;
  font-weight: 400;
  height: auto;
  background-color: transparent !important;
  box-shadow: none !important;
}
textarea.form-control {
  height:130px;
}
.form-control::-webkit-input-placeholder{
  color:#295280;
}
.form-control::-moz-placeholder {
  color:#295280;
}
.form-control:-ms-input-placeholder {
  color:#295280;
}
.form-control:-moz-placeholder {
  color:#295280;
}
p:last-of-type {
  margin-bottom: 0;
}
a{
  color:#295280;
  text-decoration: none;
}
a:hover {
  color:#295280;
}
.btn {
  color:#295280;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size:14px;
}
.btn-primary{
  border: 2px solid #295280 !important;
  border-radius:0px;
  color:#295280 !important;
  padding:0px;
  min-width: 180px;
  box-shadow: none !important;
  background:transparent !important;
  box-shadow:none !important;
  position: relative;
  overflow: hidden;
  transition:0.55s ease-in-out;
  -webkit-transition:0.55s ease-in-out;
  -moz-transition:0.55s ease-in-out;
  -ms-transition:0.55s ease-in-out;
}
.btn-primary span{
  position: relative;
  display: block;
  padding:12px 15px;
  z-index: 1;
}
.btn-primary:hover{
  border-color:#89767d !important;
  color: #e1cfd5 !important;
}
.btn-primary:before, .btn-primary:after, .btn-primary span:before, .btn-primary span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 25.25%;
  height: 0;
  background-color:#89767d;
  transition:0.55s ease-in-out;
  -webkit-transition:0.55s ease-in-out;
  -moz-transition:0.55s ease-in-out;
  -ms-transition:0.55s ease-in-out;
  z-index:0;
}
.btn-primary span:before, .btn-primary span:after{
  z-index: -1;
}
.btn-primary:before {
  left: 0;
}
.btn-primary:after {
  left: 50%;
}
.btn-primary span:before, .btn-primary span:after {
  top: auto;
  bottom: 0;
}
.btn-primary span:before {
  left: 25%;
}
.btn-primary span:after {
  left: 75%;
}
.btn-primary:hover:before, .btn-primary:hover:after, .btn-primary:hover span:before, .btn-primary:hover span:after {
  height: 80px;
}
/*default-css-end*/
/*navbar*/
.navbar {
  z-index:2;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
}
.navbar.active {
  background: linear-gradient(45deg, #89767d 0%, #295280 100%);
}
.navbar-brand img{
  max-width:160px;
}
.navbar *{
  color: #fff !important;
}
.navbar-nav .nav-item:not(:last-of-type){
  margin-right:20px;
}
.navbar-nav .nav-item .nav-link{
  padding: 0;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.navbar-nav .nav-item .nav-link:hover {
  color:#ffdcea !important;
}
.navbar-nav .nav-item .nav-link span{
  display: block;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbar-nav .nav-item .nav-link:hover span{
  color: #cc8e35;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navbar-nav .nav-item .nav-link:after{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: attr(data-hover);
  display: inline;
  text-align: center;
  -webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin-left:0;
  vertical-align:0;
  border-top:none;
  border-right:none;
  border-left:none;
}
.navbar-nav .nav-item .nav-link:hover:after{
  top: 0;
}
.navbar-nav .nav-item .dropdown-menu{
  display: block !important;
  opacity: 0;
  visibility:hidden;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
}
.navbar-nav .nav-item:hover .dropdown-menu{
  display: block !important;
  opacity: 1;
  visibility:visible;
}
.navbar-nav .dropdown-menu .dropdown-item{
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
  font-size:14px;
}
.navbar-nav .dropdown-menu .dropdown-item:hover{
  background-color:#204063;
}
.navbar-nav .btn {
  min-width: unset;
  font-size: 14px;
  border-color:#ffffff !important;
}
.navbar-nav .btn-primary span{
  transition:0.55s ease-in-out;
  -webkit-transition:0.55s ease-in-out;
  -moz-transition:0.55s ease-in-out;
  -ms-transition:0.55s ease-in-out;
}
.navbar-nav .btn-primary:hover {
  border-color: #132d4b !important;
}
.navbar-nav .btn-primary:before, .navbar-nav .btn-primary:after, .navbar-nav .btn-primary span:before, .navbar-nav .btn-primary span:after {
  background-color: #132d4b;
}
.navbar-nav .btn-primary:hover span{
  color:#e1cfd5 !important;
}
.dropdown-menu {
  background-color: #295280;
  border: 2px solid #204063;
}
/*hero-banner*/
.hero-banner{
  background: linear-gradient(45deg,  #295280 0%,#89767d 100%);
  padding:100px 0;
  min-height:95vh;
}
.hero-banner:before{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  content: "";
  width:526px;
  height:427px;
  background:url(../images/banner-shape1.png) no-repeat top left;
  background-size:526px auto;
}
.hero-banner:after{
  position: absolute;
  right:0;
  bottom:0;
  display: block;
  content: "";
  width:1200px;
  height:722px;
  background:url(../images/banner-shape2.png) no-repeat right bottom;
  background-size:1200px auto;
}
.banner-left .banner-para{
  margin-top:15px;
  margin-bottom: 40px;
}
.banner-left .talk-btn .btn-primary{
  color:#fff !important;
  border-color:#fff !important;
}
.banner-left .talk-btn .btn-primary:hover{
  border-color:#89767d !important;
}
/*about-main*/
.about-main{
  padding: 50px 0;
}
.about-main .section-left p {
  font-weight: 500;
  font-size: 20px;
  max-width: 376px;
}
.about-main .section-middle img{
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.about-main .about-disc {
  margin:40px 0px;
}
.about-main .section-right p {
  font-weight: 500;
  font-size: 25px;
  max-width: 370px;
  margin-left: auto;
  color:#295280;
}
/*crypto-service*/
.crypto-service{
  background:#fff4f9;
  padding: 60px 0;
}
.crypto-service .section-heading {
  max-width: 850px;
  margin: 0 auto 35px;
}
.service-outer .more-space {
  margin-bottom: 24px;
}
.service-outer .service-inner{
  background:#f1e5eb url(../images/service-bg1.png) no-repeat bottom 0px left;
  background-size:100% auto;
  padding:30px 15px;
  height: 100%;
  overflow: hidden;
  transition:all ease-in-out 0.25s;
}
.service-outer .service-inner:after{
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom:18px solid #295280;
  border-left:18px solid #fff4f9;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  display: block;
  width: 0;
  transition:all ease-in-out 0.40s;
}
.service-outer .service-inner:hover:after{
  border-bottom-color:transparent;
  border-left-color:#f1e5eb;
  box-shadow:none !important;
}
.service-outer .service-inner:before{
  content: "";
  position: absolute;
  z-index:0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#295280;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.service-outer .service-inner:hover:before, .service-outer .service-inner:focus:before, .service-outer .service-inner:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-outer .service-inner .img-outer{
  width:60px;
  margin-right:10px;
  height:60px;
  border-radius: 100%;
  background-color: #295280;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition:all ease-in-out 0.25s;
}
.service-outer .service-inner:hover .img-outer{
  background-color:#c7afb7;
}
.service-outer .service-inner .img-outer img{
  filter: brightness(0) invert(1);
  max-width:35px;
  transition:all ease-in-out 0.25s;
}
.service-outer .service-inner:hover .img-outer img{
  filter:unset;
}
.service-outer .service-inner .service-heading{
  width: calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: -ms-calc(100% - 70px);
}
.service-outer .service-inner .content-outer {
  margin-top:15px;
  width: 100%;
}
/*our-service*/
.our-service {
  padding:20px 0 60px;
}
.service-main {
  margin-top: 35px;
}
.service-main .nav-tabs {
  border-bottom-color: #87747c;
}
.service-main .nav-tabs button{
  padding: 10px 15px;
  min-width: 120px;
  color: #fff !important;
  background-color:#2c5380 !important;
  opacity: 40%;
  border-radius: 0px;
  border: none;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
}
.service-main .nav-tabs button.active, .service-main .nav-tabs button:hover{
  opacity:100%;
  border-radius:12px 12px 0px 0px;
  margin:0 10px;
}
.service-main .nav-tabs button.active:first-of-type{
  margin-left:0px;
}
.service-main .tab-content {
  border-top-width: 0px !important;
  border-color: #86747c !important;
}
.service-main .tab-pane{
  background:#fff;
  padding: 30px 15px;
}
.service-main .service-icons {
  padding: 20px 15px 16px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 30%);
  margin: 0 auto 30px;
}
.service-icons .nav {
  overflow: auto;
}
.service-icons li{
  white-space:nowrap;
  margin-right:20px;
}
.service-icons li:last-of-type{
  margin-right:0px;
}
.service-icons li img{
  max-height: 50px;
  margin-bottom: 10px;
}
.service-detail .connect-btn {
  margin-top: 35px;
}
/*industry-serve*/
.industry-serve{
  background: #fff4f9;
  padding: 60px 0;
}
.industry-serve .container {
  max-width:95%;
}
.industry-serve .section-heading {
  max-width: 720px;
}
.industry-main{
  margin-top: 30px;
}
.industry-slide {
  margin-right: 25px;
}
.industry-main .industry-inner{
  background-color:#295280;
  padding:20px 15px;
}
.industry-inner .img-outer {
  margin-bottom:25px;
}
.industry-inner .content-outer *{
  color: #fff;
}
/*our-blockchain*/
.our-blockchain{
  padding: 60px 0;
}
.blockchain-tech {
  margin-top: 45px;
}
.blockchain-tech ul li{
  width:12.5%;
  margin-right: 2%;
  margin-bottom:25px;
}
.blockchain-tech ul li:nth-of-type(7n+7){
  margin-right:0;
}
.blockchain-tech ul li .img-outer{
  height: 100px;
  width: 100px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -3px -3px 10px rgba(19 45 76 / 50%);
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}
.blockchain-tech ul li:hover .img-outer{
  box-shadow:3px 3px 10px rgba(19 45 76 / 50%);
}
.blockchain-tech ul li .img-outer img{
  max-width:65px;
  max-height:65px;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}
.blockchain-tech ul li:hover .img-outer img{
  transform: scale(1.2);
}
/*why-choose*/
.why-choose{
  background:#fff4f9;
  padding:60px 0 20px;
}
.why-choose .container{
  max-width:1450px;
}
.why-choose .choose-left {
  background: linear-gradient(45deg, #295280 0%, #ffeff5 100%);
  padding: 50px 20px 0;
  overflow: hidden;
  box-shadow: -10px 10px 0px rgb(247 233 240);
}
.why-choose .choose-left img {
  filter:drop-shadow(0px 0px 4px black);
}
.choose-outer .more-space {
  margin-bottom: 35px;
}
.choose-right .title span{
  font-size: 18px;
}
.choose-right p {
  max-width: 700px;
}
.choose-outer{
  margin-top:35px;
}
.choose-inner .img-outer{
  width:55px;
  height:55px;
  margin-right: 15px;
  background-color:#295280;
  box-shadow:4px 4px 0px #ddbccc;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-inner .img-outer img {
  filter:brightness(0) invert(1);
  max-width:40px;
  max-height:40px;
}
.choose-inner .content-outer{
  width: calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: -ms-calc(100% - 70px);
}
/*testimonials-main*/
.testimonials-main{
  padding:60px 0 170px 200px;
  position: relative;
}
.testimonials-main:before {
  position: absolute;
  top: 46%;
  left: -230px;
  display: block;
  content: "Testimonials";
  font-size: 75px;
  line-height: 0.8;
  transform:rotate(90deg) translateY(-46%);
  -webkit-transform:rotate(90deg) translateY(-46%);
  -moz-transform:rotate(90deg) translateY(-46%);
  -ms-transform:rotate(90deg) translateY(-46%);
  font-weight: 900;
  color: #88757c;
  opacity: 40%;
}
.testimonials-outer {
  margin-top:35px;
}
.testimonials-inner{
  background: #ffebf4;
  padding:30px;
  margin-right:30px;
}
.testimonials-slide.slick-center .testimonials-inner {
  background:linear-gradient(45deg, #295280 0%, #a59198e6 100%);
}
.testimonials-inner .client-detail {
  margin-bottom: 15px;
}
.testimonials-inner .client-img{
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-right: 20px;
}
.testimonials-inner .client-img img{
  border-radius:100%;
}
.testimonials-inner .client-name{
  width:calc(100% - 90px);
  width:-webkit-calc(100% - 90px);
  width:-moz-calc(100% - 90px);
  width:-ms-calc(100% - 90px);
}
.testimonials-inner .client-name *{
  margin: 0;
}
.testimonials-slide.slick-center .testimonials-inner *{
  color:#fff !important;
}
.testimonials-main .section-heading {
  padding-right: 15px;
  max-width: 250px;
}
.testimonials-slider .slick-arrow{
  top: -80px;
  right: 50px;
  left: auto;
  height:40px;
  width:40px;
  background:#b9a5ac url(../images/right-arrow.png) no-repeat center;
  background-size:18px auto !important;
}
.testimonials-slider .slick-arrow.slick-prev {
  right: 110px;
  background:#b9a5ac url(../images/left-arrow.png) no-repeat center;
}
.testimonials-slider .slick-arrow:before{
  display:none;
}
/*our-client*/
.our-client {
  background: #ffffff17;
  padding:22px 15px;
  margin:-121px auto;
  max-width: 1100px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 40%);
  backdrop-filter: blur(30px);
}
.our-client .section-heading{
  max-width:750px;
  margin: 0 auto;
}
.our-client .section-heading * {
  color: #122d4b;
}
.our-client .client-main{
  margin-top: 30px;
}
.client-main li:not(:last-of-type){
  margin-right:15px;
}
.client-main li img{
  max-width:75px;
  filter:drop-shadow(0px 0px 2px black);
}
/*footer*/
.main-footer {
  background:linear-gradient(45deg,  #295280 0%,#89767d 100%);
  padding:180px 0 10px;
}
.main-footer .more-space {
  margin-bottom: 50px;
}
.featured-outer .featured-left{
  margin-bottom:20px;
}
.featured-right li {
  margin: 0 20px 0 0 !important;
}
.featured-right ul li img {
  max-width:150px !important;
  margin: 0 !important;
  min-width:150px !important;
}
.foter-logo .disc-outer{
  margin-top:15px;
}
.foter-logo img {
  max-width: 200px;
}
.main-footer * {
  color: #fff;
}
.main-footer ul{
  padding: 0;
  margin:18px 0 0;
  list-style: none;
}
.main-footer ul li:not(:last-of-type){
  margin-bottom: 15px;
}
.main-footer ul li a{
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
}
.main-footer ul li a:hover{
  color:#ffddeb;
}
.main-footer ul li img{
  max-width:26px;
  margin-right: 5px;
}
.copyright {
  margin-top:10px;
  padding-top:10px;
  padding-bottom:10px;
  border-top: 2px solid;
  border-width: 2px;
  border-image-slice: 1;
  border-image-source:linear-gradient(to right, #2c5380, #fff, #7b717d);
}
.get-touch ul li{
  background-color:#556787;
  padding: 10px 15px;
}
.get-touch ul li .img-outer{
  width: 40px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.get-touch ul li .img-outer.certificate {
  width: 112px;
}
.get-touch ul li .img-outer img{
  max-width:100% !important;
  margin: 0 !important;
}
.get-touch ul li .content-outer{
  width:calc(100% - 50px);
  width:-webkit-calc(100% - 50px);
  width:-moz-calc(100% - 50px);
  width:-ms-calc(100% - 50px);
}
.get-touch ul li .content-outer.gov-logo{
  width:calc(100% - 122px);
  width:-webkit-calc(100% - 122px);
  width:-moz-calc(100% - 122px);
  width:-ms-calc(100% - 122px);
}
.get-touch .content-outer.gov-logo img {
  max-width: 115px;
}
.get-touch ul li .full-link {
  left: 0;
  top: 0;
}
.main-footer h6{
  position: relative;
  padding-bottom:5px;
}
.main-footer h6:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 45px;
  height: 4px;
  background-color:#ffdff4;
  border-radius: 10px;
}
.location-outer {
  background-color:#556787;
  padding:20px 15px;
  backdrop-filter:blur(8px);
}
.location-outer h4{
  color:#fff;
}
.location-inner .place-img{
  margin: 20px 0;
}
.location-inner .place-img img{
  max-width: 120px;
}
.location-inner .location p {
  color: #fff;
}
.copyright p img {
  max-width:25px;
}
/*footer*/
/*Responsive*/
@media only screen and (max-width: 1450px) {
.hero-banner {
  padding: 80px 0;
  min-height: 85vh;
}
.hero-banner:before {
  width: 260px;
  height: 220px;
  background-size: 260px auto;
}
.hero-banner:after {
  width: 650px;
  height: 350px;
  background-size: 650px auto;
}
.service-outer .service-inner {
  padding: 30px 10px;
}
.service-outer .service-inner .img-outer {
  width: 45px;
  height: 45px;
}
.service-outer .service-inner .img-outer img {
  max-width: 25px;
}
.service-outer .service-inner .service-heading {
  width: calc(100% - 55px);
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: -ms-calc(100% - 55px);
}
.testimonials-main {
  padding: 60px 0 170px 120px;
}
}
@media only screen and (max-width: 1199px) {
.hero-banner {
  padding: 70px 0;
  min-height: 65vh;
}
.about-main .section-right p {
  font-size: 20px;
}
.client-main li:not(:last-of-type) {
  margin-right: 10px;
}
.client-main li img {
  max-width: 60px;
}
.testimonials-main:before {
  top: 40%;
  left: -180px;
  font-size: 60px;
  transform: rotate(90deg) translateY(-40%);
  -webkit-transform: rotate(90deg) translateY(-40%);
  -moz-transform: rotate(90deg) translateY(-40%);
  -ms-transform: rotate(90deg) translateY(-40%);
}
.industry-slide {
  margin-right: 15px;
}
.choose-inner .img-outer {
  width: 40px;
  height: 40px;
  margin-right:12px;
  box-shadow: 3px 3px 0px #ddbccc;
  padding: 2px;
}
.choose-inner .img-outer img {
  max-width: 25px;
  max-height: 25px;
}
.choose-inner .content-outer {
  width: calc(100% - 52px);
  width: -webkit-calc(100% - 52px);
  width: -moz-calc(100% - 52px);
  width: -ms-calc(100% - 52px);
}
.our-client {
  max-width: 850px;
}
.featured-right ul li img {
  max-width: 120px !important;
  min-width: 120px !important;
}
.location-outer {
  padding: 15px 10px;
}
}
@media only screen and (max-width: 991px) {
.navbar{
  position:relative !important;
  background: linear-gradient(45deg, #89767d 0%, #295280 100%);
}
.navbar-toggler span {
  width: 30px;
  height: 2px;
  display: block;
  position: relative;
  background-color: #fff;
  background-image:none;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}
.navbar-toggler[aria-expanded="true"] span {
  height: 0;
}
.navbar-toggler span:before, .navbar-toggler span:after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background-color: #fff;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}
.navbar-toggler span:after {
  top: auto;
  bottom: 7px;
}
.navbar-toggler[aria-expanded="true"] span:before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:after {
  bottom: -2px;
  transform: rotate(-45deg);
}
.navbar-toggler {
  border: none !important;
  padding: 0;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-collapse {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color:#2c5380;
}
.navbar-collapse .navbar-nav {
  align-items: start !important;
  padding:10px 0;
}
.navbar-nav .nav-item{
  margin-right: 0 !important;
  display: block;
  width: 100%;
}
.navbar-nav .nav-item:last-of-type{
  padding:10px 15px;
}
.navbar-nav .nav-item .nav-link{
  text-align: left;
  padding:10px 15px;
}
.navbar-nav .nav-item .nav-link:after{
  display: none;
}
.navbar-nav .nav-item .nav-link span{
  transform: none !important;
}
.navbar-nav .nav-item:hover .dropdown-menu {
  display:none !important;
}
.navbar-nav .nav-item .dropdown-menu{
  max-width: 95%;
  margin: 0 auto;
  border: none;
  opacity: 1;
  visibility: visible;
  display: none !important;
}
.navbar-nav .nav-item .dropdown-menu.show{
  display: block !important;
}
.hero-banner {
  padding: 60px 0;
  min-height: unset;
}
.about-main {
  padding: 35px 0;
}
.about-main .about-disc {
  margin: 25px 0px;
}
.crypto-service {
  padding: 30px 0 20px;
}
.crypto-service .section-heading {
  margin: 0 auto 25px;
}
.service-outer .service-inner {
  padding: 20px 10px;
}
.service-main .nav-tabs button {
  padding:10px;
  min-width: 110px;
}
.industry-serve {
  padding: 30px 0;
}
.slick-dots {
  bottom: -25px;
}
.our-blockchain {
  padding: 30px 0 10px;
}
.blockchain-tech {
  margin-top: 30px;
}
.blockchain-tech ul li {
  width:18.4%;
  margin-right: 2% !important;
}
.blockchain-tech ul li:nth-of-type(5n+5){
  margin-right:0 !important;
}
.why-choose {
  padding: 40px 0 0px;
}
.why-choose .choose-left {
  padding: 20px 15px 0;
  max-width: 270px;
  margin-bottom: 25px;
}
.why-choose .choose-left img {
  max-width: 240px;
}
.testimonials-main {
  padding: 35px 0 170px 75px;
}
.testimonials-main:before {
  left: -120px;
  font-size: 40px;
}
.our-client {
  max-width:730px;
}
.our-client .client-main {
  margin-top: 25px;
}
.client-main li:not(:last-of-type) {
  margin-right:12px;
}
.client-main li img {
  max-width: 50px;
}
.featured-right ul li img {
  max-width: 90px !important;
  min-width: 90px !important;
}
.main-footer {
  padding: 160px 0 10px;
}
.location-inner .place-img {
  margin: 0px 0 15px;
}
.location-inner .place-img img {
  max-width: 89px;
}
}
@media only screen and (max-width: 767px) {
.hero-banner .order-1 {
  order:2 !important;
}
.hero-banner .order-2{
  order:1 !important;
}
.hero-banner .banner-right{
  margin-bottom: 15px;
}
.hero-banner .banner-right img {
  max-width: 150px;
}
.hero-banner {
  padding: 35px 0;
}
.hero-banner:before {
  width: 150px;
  height: 110px;
  background-size: 150px auto;
}
.hero-banner:after {
  width: 350px;
  height: 210px;
  background-size: 350px auto;
}
body {
  font-size:13px;
}
h1{
  font-size:26px;
}
h2{
  font-size:24px;
}
h3{
  font-size:22px;
}
h4{
  font-size:20px;
}
h5{
  font-size:18px;
}
h6{
  font-size:16px;
}
.title{
  font-size:24px;
  margin-bottom:.5rem;
}
.banner-left .banner-para {
  margin-bottom: 20px;
}
.btn-primary {
  min-width: unset;
}
.btn, .navbar-nav .btn{
  font-size: 13px;
}
.btn-primary span {
  padding: 8px 10px;
}
.about-main {
  padding: 30px 0;
}
.about-main .section-middle img {
  max-width: 120px;
}
.about-main .section-middle {
  margin:25px 0;
}
.about-main .section-left p {
  font-size: 15px;
  max-width:100%;
}
.about-main .section-right p {
  font-size:18px;
  max-width:100%;
}
.about-main .about-disc {
  margin: 20px 0px;
}
.crypto-service {
  padding: 20px 0;
}
.crypto-service .section-heading {
  margin: 0 auto 20px;
}
.service-outer .more-space {
  margin-bottom: 15px;
}
.service-outer .more-space:last-of-type{
  margin-bottom:0px;
}
.service-outer .service-inner {
  background-position:bottom -90px left;
  height:auto;
}
.our-service {
  padding: 20px 0 30px;
}
.service-main {
  margin-top: 20px;
}
.service-main .nav-tabs{
  flex-wrap: nowrap;
  justify-content: flex-start !important;
  overflow: auto;
  white-space: nowrap;
  padding-bottom:8px;
  margin-bottom:25px;
  border-bottom-width: 0px;
  max-width:640px;
}
.service-main .tab-content{
  border:none !important;
}
.service-main .tab-pane {
  padding: 0px;
}
.service-main .service-icons {
  padding: 20px 15px 10px;
  box-shadow: 0px 0px 5px rgba(0 0 0 / 10%);
  margin: 0 auto 20px;
}
.service-icons .nav {
  padding-bottom: 10px;
}
.service-detail .connect-btn {
  margin-top: 20px;
}
.industry-main {
  margin-top: 20px;
}
.industry-main .industry-inner {
  padding: 15px 10px;
}
.industry-inner .img-outer {
  margin-bottom: 15px;
}
.industry-inner .img-outer img {
  max-width: 50px;
  max-height: 50px;
}
.industry-serve {
  padding: 30px 0 45px;
}
.slick-dots {
  bottom: -32px;
}
.our-blockchain {
  padding: 20px 0;
}
.blockchain-tech {
  margin-top: 25px;
}
.blockchain-tech ul li{
  width:23.5%;
}
.blockchain-tech ul li:nth-of-type(5n+5) {
  margin-right: 2% !important;
}
.blockchain-tech ul li:nth-of-type(4n+4){
  margin-right: 0 !important;
}
.blockchain-tech ul li:last-of-type{
  margin-bottom: 0;
}
.why-choose {
  padding: 20px 0 0px;
}
.testimonials-main {
  padding:25px 15px 10px;
}
.testimonials-main:before{
  display:none;
}
.testimonials-outer {
  margin-top: 20px;
}
.testimonials-slider{
  margin-bottom: 0 !important;
  padding-bottom:80px;
}
.testimonials-main .section-heading {
  padding-right: 0;
  max-width: 100%;
}
.testimonials-slider .slick-arrow {
  top: auto;
  bottom: 0;
}
.testimonials-slider .slick-list{
  padding: 0 !important;
}
.testimonials-inner {
  padding: 15px;
  margin-right: 0px;
}
.testimonials-slider .slick-arrow {
  right: 0;
}
.testimonials-slider .slick-arrow.slick-prev {
  right: 50px;
}
.our-client {
  max-width: 100%;
  margin: 0;
  background: #fff4f9;
  box-shadow: none;
  backdrop-filter: blur(0px);
  padding:22px 15px 7px;
}
.client-main li:not(:last-of-type) {
  margin-bottom:15px;
}
.client-main li img {
  max-width: 55px;
  filter: unset;
}
.main-footer {
  padding: 20px 0 10px;
}
.location-outer {
  background-color: #47546b4a;
  padding: 20px 15px;
}
.main-footer .more-space {
  margin-bottom: 20px;
}
.featured-outer .featured-left{
  margin-bottom: 8px;
}
.featured-outer ul{
  margin: 0;
}
.footer-social{
  margin-bottom: 20px;
}
.main-footer h6:before {
  height: 2px;
}
.main-footer .service-link {
  margin-top: 20px;
}
.main-footer ul {
  margin: 15px 0 0;
}
.main-footer ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.copyright {
  padding-top: 5px;
  padding-bottom: 5px;
}
}
@media only screen and (max-width: 575px) {
h1{
  font-size:25px;
}
h2{
  font-size:23px;
}
h3{
  font-size:21px;
}
h4{
  font-size:19px;
}
h5{
  font-size:17px;
}
h6{
  font-size:15px;
}
.title{
  font-size:23px;
}
.hero-banner {
  padding: 25px 0;
}
.hero-banner .banner-right img {
  max-width: 120px;
}
.hero-banner .banner-right {
  margin-bottom: 10px;
}
.banner-left .banner-para {
  margin-top: 10px;
}
.hero-banner:after {
  width: 250px;
  height: 120px;
  background-size: 250px auto;
}
.about-main {
  padding: 20px 0;
}
.about-main .section-left p {
  font-size: 13px;
  font-weight: 400;
}
.about-main .section-middle img {
  max-width: 80px;
}
.about-main .section-middle {
  margin: 20px 0;
}
.about-main .section-right p {
  font-size: 14px;
}
.about-main .about-disc {
  margin: 15px 0px;
}
.connect-btn .btn{
  display:block;
  max-width:175px;
}
.connect-btn .btn.ms-3 {
  margin-left: 0 !important;
  margin-top: 10px;
}
.service-outer .service-inner .img-outer {
  margin-right: 0;
  margin-bottom:15px;
  width: 55px;
  height: 55px;
}
.service-outer .service-inner .img-outer img {
  max-width: 32px;
}
.service-outer .service-inner .service-heading {
  width: 100% !important;
}
.service-outer .service-inner .content-outer {
  margin-top: 0px;
}
.service-outer .service-inner {
  background-position: bottom 0px left;
}
.service-icons li {
  margin-right: 15px;
}
.service-icons li img {
  max-height: 40px;
  margin-bottom: 8px;
}
.service-detail .connect-btn {
  margin-top: 15px;
}
.industry-slide {
  margin-right: 0px;
}
.industry-serve .container {
  max-width: 100%;
}
.industry-serve {
  padding: 20px 0 30px;
}
.blockchain-tech ul li{
  width:49%;
}
.blockchain-tech ul li:nth-of-type(5n+5), .blockchain-tech ul li:nth-of-type(4n+4){
  margin-right: 2% !important;
}
.blockchain-tech ul li:nth-of-type(2n+2){
  margin-right:0 !important;
}
.why-choose .choose-left img {
  max-width: 180px;
}
.why-choose .choose-left {
  padding: 15px 15px 0;
  max-width: 210px;
  margin-bottom: 20px;
  box-shadow: -7px 7px 0px rgb(247 233 240);
}
.choose-inner .img-outer {
  margin-right: 0;
  margin-bottom:12px;
}
.choose-inner .content-outer {
  width:100% !important;
}
.choose-outer .more-space {
  margin-bottom: 25px;
}
.testimonials-main {
  padding: 15px 15px 0px;
}
.testimonials-slider .slick-arrow {
  height: 30px;
  width: 30px;
  background-size: 12px auto !important;
}
.testimonials-slider .slick-arrow.slick-prev {
  right: 40px;
}
.testimonials-slider {
  padding-bottom: 60px;
}
.our-client {
  padding: 12px 15px 5px;
}
.featured-right ul li img {
  max-width: 60px !important;
  min-width: 60px !important;
}
.featured-right li{
  margin:0 10px 10px 0 !important;
}
.featured-right li:last-of-type{
  margin-bottom:0 !important;
}
.footer-social {
  margin-top: 20px;
}
.main-footer .quick-link {
  margin-top: 20px;
}
.main-footer ul {
  margin: 10px 0 0;
}
.main-footer ul li:not(:last-of-type) {
  margin-bottom: 6px;
}
.navbar-toggler span {
  width: 20px;
  height: 1px;
}
.navbar-toggler span:before, .navbar-toggler span:after {
  top: 6px;
  height: 1px;
}
.navbar-toggler span:after {
  top: auto;
  bottom: 6px;
}
.navbar-brand img {
  max-width: 120px;
}
.choose-outer {
  margin-top: 20px;
}
}