@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #fff;

  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

p {
  line-height: 1.7;
  font-size: 16px;
  /* max-width: 600px; */
  /* margin: 0 auto; */
  color: #000000;
}

input {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Inter', sans-serif;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none !important;
}

/* .hero {
  height: 100vh;
  width: 100%;
  } */

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 24px;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff;
  display: inline-block;
  padding: 20px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 3px 21px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu>li.social>a {
  padding-left: 5px;
  padding-right: 5px;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 48px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
  top: 45px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 10rem;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #1262ff;
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .social {
  display: inline-block;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li.social {
  float: none !important;
  width: auto !important;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  background: #e8f0ff;
  border-radius: 8px;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  /*  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background:#E0EDFE; */
  /* background: rgba(0, 0, 0, 0.6);
  border: none;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgb(51 51 51 / 6%);
  border-radius: 4px;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px); */

}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #fff;
}

/* .sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
  padding: 46px;
} */

.sticky-wrapper .site-navbar .site-menu>li>a {
  color: #fff !important;
  font-weight: 300;
  font-size: 16px;
 
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
  color: #007bff !important;
}

.fold-txt-2_mft {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.hide {
  text-decoration: none;
}

.fold-txt-1_mft {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.inpy1_mft {
  display: block;
  /* height: calc(1.5em + 1.75rem + 10px) !important; */
  padding-left: 3px;
  border: 0.5px solid #777777;
  box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
  border-right: none;
  background: transparent;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.prefix_mft {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  padding-left: 10px;
}



.padd-desk-right input[type=text11_mft] {
  box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
  font-size: 14px;
  font-family: 'CircularXXSub-Book', sans-serif !important;
  /* border: 0.2px solid #DEDEDE !important; */
  background-color: transparent;
  padding: 13px 0px 11px 10px;
  color: rgba(255, 255, 255, 0.8);
  /* border-right: none !important; */
}

.w-100 {
  width: 100% !important;
}

.padd-desk-right input {
  flex-grow: 2;
  border: none;
}

.btn-up-fold-1 {
  color: #000;
  font-weight: 550;
  font-size: 14px;
  /* background-color: #6C7BF0; */
  background: linear-gradient(180deg, #f9dd6f 2.26%, #ffcc00 95.58%);
  border-radius: 0px 4px 4px 0px !important;
  border: 0;
  outline: none !important;
  padding: 12.5px;
}

.btn-up-fold-1:hover {
  background: linear-gradient(180deg, #fd7d40 2.26%, #f26522 95.58%);
  color: #fff;
}

.w-95 {
  width: 95%;
}

.h-100 {
  height: 100% !important;
}

.btn-up-fold_mft {
  color: #000;
  font-weight: 550;
  font-size: 14px;
  /* background-color: #6C7BF0; */
  background: linear-gradient(180deg, #f9dd6f 2.26%, #ffcc00 95.58%);
  border-radius: 4px !important;
  outline: none !important;
  padding: 10px;
  border: none;
}

.btn-up-fold_mft:hover {
  background: linear-gradient(180deg, #fd7d40 2.26%, #f26522 95.58%);
  color: #fff;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pr-01 {
  padding: 0px !important;
  margin: 0px !important;

}

.head3 {
  font-weight: 400;
}

.mar1 {
  margin: 1px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);;
  color:white !important;
  border-color: #f9f9f9;

}
.mar1:hover{
  margin: 1px;
  background-color: #302284;
  color:white!important;
  border-color: white;;

}
.mar2{
  margin: 1px;
  background-color: #302284;
  color:white!important;
  border-color: #302284;
  

}
.mar2:hover{
  margin: 1px;
  
  background-color: rgba(0, 0, 0, 0.04);;
  color:white !important;
  border-color: white;
}

.f18top1 {
  font-size: 18px !important;
  /* color: #fff !important; */
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 31px;
}

.headings1_mft {
  font-size: 24px;
  font-weight: 700;
  color: #f6f6f6 !important;
}

.left {
  text-align: left !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pt-5,
.py-5 {
  padding-top: 0rem !important;
  padding-bottom: 3.5rem;
}

.pt-6 {
  padding-top: 20rem;
}

.pb-6 {
  padding-bottom: 5rem;
}

.banner-btn-color {
  background: linear-gradient(180deg, #f9dd6f 2.26%, #ffcc00 95.58%);
  color: #000;
}

.banner-btn-color:hover {
  background: linear-gradient(180deg, #fd7d40 2.26%, #f26522 95.58%);
  color: #fff;
}

.banner-btn-color1 {

  background: linear-gradient(90deg, #3f51b5 2.26%, #0087ff 95.58%);

  color: #fff;
}

.banner-btn-color1:hover {
  background: linear-gradient(90deg, #0087ff 2.26%, #3f51b5 95.58%);
  color: #fff;
}

/* ==========================================================================
 Service Section
========================================================================== */
.service_section .mb-40 {
  margin-bottom: 40px;
}

.service_section .greenlinelarge {
  display: none;
  height: 80px;
  width: 4px;
  min-width: 5px;
  background-color: #2552b7;
  border-radius: 5px;
  margin-right: 12px;
}

.service_section .graay {
  color: #363636;

  line-height: 30px;
}

.service_section .f24 {
  font-size: 16px;
}

.service_section .head3 {
  font-weight: 400;
}

.service_section .headings {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.service_section {}

.service_section .col-md-4 {
  padding: 15px;
}

.service_content {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px #eaeaff;
  border-radius: 10px;
  padding: 15px;

}

.service_content:hover {
  box-shadow: 0px 0px 31px #1717ff24;
}

.service_content img {
  background-color: #fff;
  padding: 10px;
  width: 70px;
  margin-bottom: 15px;
  /* border: 2px dashed #ddd;  */
}

.service_content h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.service_content p {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 400;
}

.service_content:hover img {
  /*  background: linear-gradient(180deg, #ffffff00 2.26%, #a3a3a3 95.58%); */
  /* border: 2px dashed #000; */
}

.service_content:hover h3 {
  color: #000;
  transition: all 0.2s ease-in-out;
}

.service_content a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.service_content a:hover {
  text-decoration: underline;
  color: #f26522;
}

.bg-grey {
  background-color: #fafafa;
}

.padding {
  padding: 80px 0;
}


.bitcoin-area {
  background: #ffcc00;
}

.bitcoin-area .mb-20 {

  margin-bottom: 10px;
}

.bitcoin-area .banner-btn-color1 {

  background: linear-gradient(180deg, #fd7d40 2.26%, #f26522 95.58%);

  color: #fff;
}

.bitcoin-area .banner-btn-color1:hover {
  background: linear-gradient(180deg, #1c1c1c 2.26%, #000000 95.58%);
  color: #fff;
}


/* Testimonials Slider Area css
============================================================================================ */
.testimonials_area {
  background: #f5f5f5;
}

.testimonials_area .client_says {
  background: #f26522;
  height: 100%;
  padding: 70px 50px 70px 40px;
}

.testimonials_area .client_says .media .media-body h4 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  color: #fff;
}

.testimonials_area .client_says .media .media-body p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.testi_slider .item .media .d-flex {
  padding-right: 20px;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.testi_slider .item .media .media-body h4 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 50px;
  color: #000;
}

.testi_slider .item .media .media-body h5 {
  font-size: 16px;
  color: #848484;
  padding: 0px 0px 0px 0px;
}

.testi_slider .item .media .media-body p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding-right: 30px;
  font-weight: 400;
}

.testi_slider .owl-dots {
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testi_slider .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #f26522;
  margin-bottom: 5px;
  margin-left: 5px;
}

.testi_slider .owl-dots .owl-dot:last-child {
  margin-bottom: 0px;
}

.testi_slider .owl-dots .owl-dot.active {
  background: #f26522;
}

.btn1-header-login {
  background: transparent;
  color: #138C61;
  font-weight: 500;
  font-size: 14px;
  /* padding: 12px; */
  padding: 2px 10px 2px 10px;
  border: 1px solid #ffcc00;
  outline: none !important;
  border-radius: 4px;
  text-align: center;
}


.btn1-header-login:hover {
  background: linear-gradient(360deg, #ffcc00 24.59%, #f9dd6f 143.75%);
  ;
  color: #000;
  border: 1px solid #ffcc00;
}

/*-- Features --*/
.features-area {
  position: relative;
  z-index: 1;
}

.features-area .features-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.features-area .features-shape img {
  z-index: -1;
}

.features-area .features-img {
  margin-bottom: 30px;
}

.features-area .projects-item-two {
  border: 1px solid #dfe4fd;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd57;
  box-shadow: 0px 0px 20px 0px #dddddd57;
}

.features-area .projects-item-two.bottom-gap-top {
  margin-top: 30px;
}

.features-area .projects-item-two.bottom-gap-bottom {
  margin-top: -30px;
}

.features-area .projects-item-two:before {
  background: linear-gradient(180deg, #ffffff 11.26%, #0087ff29 79.58%);
}

.features-area .projects-item-two:hover .icon {
  color: #000;
}

.features-area .projects-item-two:hover h3 a {
  color: #000;
}

.features-area .projects-item-two:hover p {
  color: #000;
}

.features-area .projects-item-two:hover .projects-btn {
  color: #000;
}

.features-area .projects-item-two h3 a {
  color: #000;
}

.features-area .projects-item-two h3 a:hover {
  color: #000;
}

.features-area .projects-item-two .projects-btn {
  color: #f26522;
  font-size: 14px;
}


/*-- Projects Two --*/
.projects-area-two {
  background-color: #efefef;
}

.projects-item-two {
  margin-bottom: 30px;
  position: relative;
  padding: 30px 25px 30px;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-item-two:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: #fb2448;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-item-two:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.projects-item-two:hover:before {
  height: 100%;
}

.projects-item-two:hover i {
  color: #000;
}

.projects-item-two:hover h3 a {
  color: #000;
}

.projects-item-two:hover p {
  color: #000;
}

.projects-item-two:hover .projects-btn {
  color: #000;
}

.projects-item-two img {
  position: absolute;
  z-index: -1;
}

.projects-item-two img:nth-child(1) {
  top: 0;
  right: 0;
}

.projects-item-two img:nth-child(2) {
  right: 0;
  bottom: 0;
}

.projects-item-two .icon {
  display: inline-block;
  color: #f26522;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-item-two h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.projects-item-two p {
  margin-bottom: 14px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-item-two .projects-btn {
  display: inline-block;
  font-weight: 600;
  color: #fb2448;
}

.projects-item-two .projects-btn i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 4px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-item-two .projects-btn:hover i {
  color: #000;
}


/*----------

27. footer style

----------*/

.footer-area .mb-60 {
  margin-bottom: 60px;
}

.footer-img img {
  margin-bottom: 30px;
}

.footer-widget p {
  color: #A2A2A2;
  margin-bottom: 30px;
}

.footer-widget h3 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 18px;
}

.footer-widget ul {
  padding: 0px;
  margin: 0px;
}

.footer-widget ul li {
  margin-bottom: 10px;
  list-style: none;
}

.footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-widget ul li a {
  color: #A2A2A2;
  text-decoration: none;
  font-size: 14px;
}

.footer-widget ul li a:hover {
  color: #ffffff;
}

.f-w1 {
  margin-right: 0;
}

.f-w2 {
  margin-left: 130px;
}

.f-w3 {
  margin-left: 120px;
}

.f-w4 {
  margin-left: 110px;
}

.footer-icon a {
  background: #212730;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}

.footer-icon a:hover {
  background: #ffcc00;
  color: #000;
}

.copyright-area {
  background: #1a1f27;
  border-radius: 10px 10px 0 0;
  padding: 30px 20px;
}

.copy-right-support {
  display: flex;
  align-items: center;
  top: 5px;
  position: relative;
}

.copy-right-support p {
  color: #a2a2a2;
  margin-bottom: 3px;
  font-size: 14px;
}

.copy-right-support span {
  color: #2467EC;
}

.copy-right-svg {
  margin-right: 20px;
}

.copyright-svg-content h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.copyright-svg-content h5 a {
  color: #ffcc00;
}

.copyright-svg-content h5 a:hover {
  color: #f26522;
}

.copyright-subcribe {
  position: relative;
}


.copyright-subcribe .field input {
  height: 70px;
  width: 100%;
  padding: 0 190px 0 45px;
  background: #141517;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  outline: none;
}

.copyright-subcribe .field input::placeholder {
  color: #A2A2A2;
}

.copyright-subcribe .field input::-moz-placeholder {
  color: #A2A2A2;
}

.copyright-subcribe button {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 160px;
  background: #ffcc00;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
}

.copyright-subcribe button:hover {
  background: #f26522;
  color: #fff;
}

.widget__subscribe .field {
  position: relative;
}

.widget__subscribe .field::before {
  position: absolute;
  content: "\f0e0";
  color: #A2A2A2;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-family: Font Awesome\ 5 Free;
}

.copyright-text {
  width: 296px;
  position: relative;
  top: 22px;
}

.copyright-text p {
  color: #ffffff;
}

.copyright-text span {
  color: #2467EC;
}

.border-line::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  background: #373a3e;
  top: -28px;
  right: -28%;
}

.footer-copyright-right ul li li {
  display: inline-block;
  margin-left: 40px;
  color: #a2a2a2;
}

.footer-bottom {
  background: #141517;
}

.footer-copyright-left {
  padding-left: 55px;
}

.footer-copyright-left p {
  color: #a2a2a2;
}

.footer-copyright-left p span {
  color: #2467EC;
  margin-left: 10px;
  font-size: 18px;
}

.borderTP {
  border-top: 1px solid #212730;
  padding-top: 30px;
  margin-top: 20px;
}

.disclaimer p {
  font-size: 13px;
  line-height: 20px;
  /* text-align: center; */
  margin: 0 0 10px;
  color: #fff;
  max-width: 100%;
}

.disclaimer p a {
  color: #fff;
  text-decoration: underline;
}

.disclaimer p a:hover {
  color: #ffcc00;
}

.copyRight ul {
  padding: 0px;
  margin: 0px;
}

.copyRight ul li {
  margin-bottom: 10px;
  list-style: none;
  display: inline-block;
  padding: 0px 8px;
  line-height: 12px;
  border-right: 1px solid #A2A2A2;
}

.copyRight ul li:last-child {
  margin-bottom: 0;
  border-right: none;
}

.copyRight ul li a {

  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.copyRight ul li a:hover {
  color: #3d2ffc;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
  background: #2145ef;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top i {
  color: #fff;
}

.bounce {
  animation: key1 .3s ease infinite alternate;
}

@keyframes key1 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.icon-prism {
  background-image: url("../images/prism.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.icon-api {
  background-image: url("../images/api.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.icon-smart {
  background-image: url("../images/smart.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.icon-algos {
  background-image: url("../images/algos.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.header {
  position: fixed;
  z-index: 1000;
  /*  height: 100px;*/
  width: 100%;
  background: rgba(34, 34, 34, 0.10);
  /*  padding: 18px;*/
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

.header .navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.header .navbar-light .navbar-nav .active>.nav-link {
  color: #2552b7;
}

.header-fixed {
  background-color: #fff;
}

.header-fixed .navbar-light .navbar-nav .nav-link {
  color: #636363;
}

.navbar-nav .nav-item a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link {
  color: #636363;
}

.navbar-nav .nav-item .dropdown-item {
  text-transform: capitalize;
}

.nav li ul {
  border-top: 3px solid #2552b7 !important;
  padding: 0 !important;
  width: auto;
  margin-left: -20px;
}

.dropdown-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  background: #FAFAFA;
  box-shadow: none;
  border-top: 3px solid #2843b4 !important;
  border-radius: 0px;
}

.nav li:hover li ul {
  display: block;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #5f1ebe;
}

.dropdown-item:focus {
  background-color: #2552b7;
  color: #fff;

}



/* Inner Page Css Start Here */

/*---------------------------------
        Page Title CSS 
-----------------------------------*/

.page-title {
  background: -webkit-linear-gradient(-45deg, #683de3 0, #250864 100%);
  position: relative;
  /* background: url(../images/bg.jpg); */
  width: 100%;
  padding: 6rem 0;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.page-title:before{
  position: absolute;
  content: '';
  background: #242424;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .6;
    background: -moz-linear-gradient(330deg, rgba(96,195,173,1) 0%, rgba(0,137,207,1) 50%, rgba(33,64,154,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(96,195,173,1)), color-stop(50%, rgba(0,137,207,1)), color-stop(100%, rgba(33,64,154,1)));
    background: -webkit-linear-gradient(330deg, rgba(96,195,173,1) 0%, rgba(0,137,207,1) 50%, rgba(33,64,154,1) 100%);
    background: -o-linear-gradient(330deg, rgba(96,195,173,1) 0%, rgba(0,137,207,1) 50%, rgba(33,64,154,1) 100%);
    background: -ms-linear-gradient(330deg, rgba(96,195,173,1) 0%, rgba(0,137,207,1) 50%, rgba(33,64,154,1) 100%);
    background: linear-gradient(120deg, rgba(161,117,249,1) 0%, rgba(16,120,209,1) 50%, rgba(73,198,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60C3AD', endColorstr='#21409A',GradientType=1 );
    
}*/
.page-title .title {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
}

.page-title .bread-crumb {
  position: relative;
  color: #fff;
  top: 10px;
}

.page-title .bread-crumb a {
  color: #fff;
}



.div-center {
  display: inline-block;
  justify-content: center;
  align-items: center;
  height: 419px;
}

.service_section-1 {
  padding: 0px 0px 0px 15px !important;
}

.service_section-2 {
  padding: 0px 15px 0px 0px !important;
}

.innerpage-box {
  background-color: #E5E0F1;
  padding-left: 40px;
  padding-right: 40px;
}

.innerpage-box h2 {
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
  color: #000000;
  padding: 30px 0px 15px 0px;

}

.innerpage-card .icon-content h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
}

.innerpage-card .icon-content p {
  line-height: 22px;
  text-transform: none;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  margin-top: 10px;
}

.innerpage-card .icon-wrapper {
  height: 76px;
  margin: 0;
  width: 76px;
  z-index: 1;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.innerpage-card .icon-wrapper:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.innerpage-card .icon-wrapper:before {
  background-color: rgba(229, 224, 241);
}

.innerpage-card:hover .icon-wrapper {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.innerpage-card:hover .icon-wrapper:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.innerpage-card .icon-wrapper img {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  z-index: 2;
}

.innerpage-card:hover .icon-wrapper img {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.innerpage-card .icon-wrapper i {
  font-size: 40px;
  line-height: 57px;
}

.innerpage-card .icon-wrapper::before {
  transition: all 0.6s ease 0s;
}

.innerpage-card .icon-wrapper img {
  transition: all 0.6s ease 0s;
}

.bor-bottom {
  border-bottom: 1px solid #eee;
  height: 1px;
  margin: 15px 0px;
  width: 100%;
}

.innerpage-card a {
  position: relative;
  display: block;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 500 !important;
  color: #2552b7;
  font-family: 'Inter', sans-serif;
}

.innerpage-card a:hover {
  color: #000;
}

.innerpage-card a::after {
  line-height: 1.5;
  font-size: 11px;
  margin-left: 5px;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/*---------------------------------
    App Downloads CSS
-----------------------------------*/
.app-wrap {
  position: relative
}

.btn-one i {
  margin-left: 5px;
}

.app-wrap.style1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40%;
  height: 100%;
  background-color: rgba(0, 167, 157, .09);
  z-index: -1
}

.app-wrap.style2 .app-img-wrap .app-shape-one {
  bottom: 35%;
  left: 10px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.app-wrap .app-img-wrap {
  position: relative;
  z-index: 1
}

.app-wrap .app-img-wrap .app-shape-one {
  position: absolute;
  bottom: -30px;
  left: 40px;
  z-index: -1
}

.app-wrap .app-img-wrap img {
  display: block;
  margin: 0 auto
}

.app-wrap .app-content .content-title {
  margin-bottom: 25px
}

.app-wrap .app-content h5 {
  margin: 0 0 30px;
  font-weight: 700
}

.app-wrap .app-content .app-btn-wrap a {
  display: inline-block;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 15px 1px rgba(33, 37, 41, .09);
  box-shadow: 0 4px 15px 1px rgba(33, 37, 41, .09)
}

.app-wrap .app-content .app-btn-wrap a img {
  border-radius: 5px
}

.app-wrap .app-content .app-btn-wrap a:first-child {
  margin-right: 15px
}

.app-wrap .app-content .app-btn-wrap a:hover {
  -webkit-box-shadow: 0 5px 55px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 55px rgba(0, 0, 0, .1)
}

.table-responsive table {
  margin: 1em 0;
  font-size: 14px;
  color: #58585b;
  border: 0 !important;
}

.table-responsive table th {
  background-color: #f4f4f4 !important;
  color: #140858;
  border-top: 2px solid #fff !important;
}

.table-responsive table td {
  background-color: #f9f9f9 !important;
  boder-left: 0 !important;
  boder-right: 0 !important;
  border-top: 2px solid #fff !important;
}

.table-responsive thead th,
.table-responsive tr th {
  color: #555;
  font-weight: 700;
  padding: 9px 24px;
}

.table-responsive tr td {

  padding: 6px 24px;
}

.text-14 {
  font-size: 14px;
  line-height: 22px;

}

.text-left h4 {
  font-size: 14px;
  color: #140858;
  line-height: 22px;

}

.table-responsive table td h4,
.table-responsive table td h4 {
  font-size: 15px !important;
  font-weight: 600;
  color: #140858;
  padding: 0;
}

.horizontal-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  color: #2552b7;
}

.horizontal-list li a {
  color: #2552b7;
}

.mt-20 {
  margin-top: 30px;
}

.price h4 {
  font-size: 24px;
  font-weight: 700;
  color: #9E76FC;
}

.et_pb_et_price {
  position: relative;
  display: block;
  background-color: #E9EBFC;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.et_pb_sum {
  font-size: 52px !important;
  font-weight: 800;
}

.et_pb_et_price-1 {
  background-color: #9E76FC;
  color: #fff;

}

.et_pb_et_price-2 {
  background-color: #E4E2F6;

}

.et_pb_pricing_content {
  padding: 30px;
  text-align: left;
}

.et_pb_pricing li {
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  list-style: none;
  color: #140858;
  text-align: center;
}

.box-call-to-action h2 {
  font-size: 20px !important;
  font-weight: 700;
  color: #9E76FC !important;
  padding: 0 0 5px !important;
}

.box-call-to-action p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.entry-content {
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 20px 0px;
  color: #000;
}

#accordion .card {
  border: 0px;
}

.accordion-title:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
  color: #9E76FC;
}

.accordion-title.collapsed:before {
  float: right !important;
  content: "\f067";
}

#accordion .card-header {
  background-color: #EBEDFC;
  border-radius: 0px;

}

#accordion .card-header a {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;

}

#accordion .card-body p {
  font-size: 14px !important;
  line-height: 24px;
  font-weight: 400;
  color: #58585b;
}

.etf ul.list_arow li {
  position: relative;
  padding: 5px 0px 5px 20px;
  display: block;
  color: #000;
}

.etf ul.list_arow li::before {
  content: "\f058";
  font-family: FontAwesome;
  margin: 0px 8px 32px -37px;
  color: #9E76FC;
  font-size: 26px;
  vertical-align: middle;
  font-weight: 700;
}

.text-gradient-2 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;

}












@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.pricing-plan {
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  background-color: #2b00982e;
  color: #fff;
  border-color: #022d49;
}

.pricing-content {
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-content-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.icon-medium.text-color-primrose {
  color: #fafafa;
}

.pricing-content-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.icon-medium.text-color-primrose {
  color: #7285fc;
}

.icon-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 400;
}

.heading-xsmall {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin: 15px 0;
}

.heading-xxlarge {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.text-size-regular.text-color-white {
  color: #fff;
  /* font-size: 14px; */
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}

.pricing-divider {
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
}

.pricing-feature-list {
  display: -ms-grid;
  display: grid;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-feature-icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100px;
  background-color: #fafafa;
  float: left;
  margin-right: 15px;
  text-align: center;
  padding: 2px;
}

.w-button {
  /* background: linear-gradient(90deg, #5598FC 2.26%, #D842AF 95.58%); */
  /* border-radius: 50px;
  text-align: center;
  color: #fafafa;
  font-weight: 500;
  text-align: center;
  padding: 0.75rem 1.5rem; */
  /* animation: rotation 4s linear 0s infinite; */
  border-radius: 17px;
  border-color: #292828;
  background: linear-gradient(var(--gradient-angle),  #87b6fb, #dca7dc, #ed36bc  );
  animation: rotation 2s linear 0s infinite;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  color: #fafafa;
  font-weight: 500;
  text-align: center;

}

.w-button:hover {
  background: linear-gradient(var(--gradient-angle), #5598FC 2.26%, #f8f7f8 95.58%);
  border-radius: 50px;
  text-align: center;
  color: #fafafa;
  font-weight: 500;
  text-align: center;
  padding: 0.75rem 1.5rem;
  border-color: white;
}



@keyframes rotation {
  0% {
      --gradient-angle: 0deg;
  }

  25% {
      --gradient-angle: 90deg;
  }
  50% {
      --gradient-angle: 180deg;
  }
  75% {
      --gradient-angle: 270deg;
  }

  100% {
      --gradient-angle: 360deg;
  }
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 360deg;
  inherits: false;
}
.radar-inner{
  background: #ffffff;
}

@keyframes rotation {
  0% {
      --gradient-angle: 0deg;
  }

  100% {
      --gradient-angle: 360deg;
  }
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}



.gray-card img {
  float: left;
  margin-right: 15px;
}

.gray-card p {
  font-weight: 300;
  font-size: 0.9rem;
  margin: 0;
}

.f-ul-nav li {
  margin-right: 15px;
  background: linear-gradient(90deg, #3f51b5 2.26%, #0087ff 95.58%);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  padding: 9px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-ul-nav li a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.f-ul-links li a span,
.f-ul-address li a span {
  color: #fff !important;
}

.gray-card1 {
  border-radius: 10px;
  box-shadow: -1px 3px 21px #7675755e;
}

h5{
  font-size: 14px;
  font-weight: 500;
}



/* div [class^="col-"]{
  padding-left:5px;
  padding-right:5px;
} */
.card{
  transition:0.5s;
  cursor:pointer;
  height: auto;
  width: auto;
  padding: 35px;
  background-color: #F6F6F6;
}
.card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  font-weight: 600;
}
.card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text{
  height:40px;  
}

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}



.card1{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card1 {
  transition: 0.5s;
  cursor: pointer;
  height: auto;
  width: auto;
  padding: 20px;
}
.card1::before, .card1::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card1::before {
  transform-origin: left top;
}
.card1::after {
  transform-origin: right bottom;
}
.card1:hover::before, .card1:hover::after, .card1:focus::before, .card1:focus::after {
  transform: scale3d(1, 1, 1);
}

.card1-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  font-weight: 600;
}
.card1-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card1-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.card1:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card1-text{
  height:40px;  
}
.with{
 width: 30%;
}



.nc-card {
  background-color: #1a1a1d;
  padding: 70px 46px 55px;
  min-height: 385px;
  border-radius: 8px;
}

.nc-card img {
  /* width: 40px;
  margin-right: 15px;
  opacity: 0.9; */
}




.nc-card{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #0c0c0c;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  color: white;

}

.nc-card{
  transition: 0.5s;
  cursor: pointer;
  height: auto;
  width: auto;
  padding: 20px;
}

.nc-card p{
  color: white;
}
.nc-card::before, .nc-card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.nc-card::before {
  transform-origin: left top;
}
.nc-card::after {
  transform-origin: right bottom;
}
.nc-card:hover::before, .nc-card:hover::after, .nc-card:focus::before, .nc-card:focus::after {
  transform: scale3d(1, 1, 1);
}

.nc-card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  font-weight: 600;
}
.nc-card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.nc-card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.nc-card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.nc-card-text{
  height:40px;  
}
.with{
 width: 32%;
}



.btngs{
  border-color: white;
    padding: 10px;
    background-color: rgb(198, 136, 255);
    color: white;
    font-size: 20px;
    font-weight: 600;


}
.btngs1{
  border-color: rgb(198, 136, 255);
    padding: 10px;
    background-color: transparent;
    color: rgb(255, 254, 255) ;
    font-size: 20px;
    font-weight: 600;
    margin: 10px;


}

.btngs:hover{
  border-color: black;
    padding: 10px;
    background-color: white;
    color:  rgb(198, 136, 255);
    font-size: 20px;
    font-weight: 600;


}
.btngs1:hover{
  border-color: rgb(198, 136, 255);
    padding: 10px;
    background-color: rgb(198, 136, 255);;
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin: 10px;


}

a.btny1 {
  border: 1px solid rgb(198, 136, 255);
  border-radius: 5px;
  border-color: rgb(198, 136, 255);
  padding: 10px;
  background-color:rgb(198, 136, 255);
  color: rgb(255, 254, 255) ;
  font-size: 20px;
  font-weight: 600;
  margin: 10px;
}

a.btny1:hover {
  border-color:black;
  padding: 10px;
  background-color: white;
  color:  rgb(198, 136, 255);;
  font-size: 20px;
  font-weight: 600;
  margin: 10px;


}

a.btng1 {
  border: 1px solid rgb(198, 136, 255);
  border-radius: 5px;
  border-color: rgb(198, 136, 255);
  padding: 10px;
  background-color:rgb(198, 136, 255);
  color: rgb(255, 254, 255) ;
  font-size: 20px;
  font-weight: 600;
  margin: 10px;

}

a.btng1:hover {
  border-color:black;
  padding: 10px;
  background-color: white;
  color:  rgb(198, 136, 255) !important;
  font-size: 20px;
  font-weight: 600;
  margin: 10px;

}

.get_more {
  margin: 60px 0 0 0;
}
.get_more>h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.get_more>h2>span {
  display: block;
  background: linear-gradient(to right,#1c2a57 0%,rgb(198, 136, 255)100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  margin-top: 15px;
}
.get_more>ul {
  margin: 30px 0;
  padding: 0;
}
.get_more>ul>li {
  display: inline-block;
  width: 33%;
  margin: 30px 0;
}
.get_more>ul>li>span:first-child {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
}
.get_more>ul>li>span {
  display: inline-block;
  vertical-align: middle;
}
.get_more>ul>li>span:nth-child(0n+2) img {
  height: 54px;
  border-left: 2px solid #ddd;
  margin-left: 6px;
  padding-left: 10px;
  padding-right: 15px;
}
.get_more>ul>li>span:last-child {
  font-size: 15px;
}
.get_more>ul>li>span {
  display: inline-block;
  vertical-align: middle;
}
.get_more>ul>li>span:last-child {
  font-size: 15px;
}
.get_more>ul>li>span {
  display: inline-block;
  vertical-align: middle;
}

.bgt{
  background-color: rgba(0,0,0,0.2);
  border-color: white;
  color: white;
}

.reer{
  color: red;
}


@media only screen and (min-width:200px) and (max-width:767px) {
  .navbar-toggler {
    padding: 0.20rem 0.35rem;
    font-size: 1.25rem;
    background-color: #fff !important;
  }

  .header {
    background-color: #000;
  }

  .header-fixed {
    background-color: #fff;
  }

  .service_section .headings {
    font-size: 20px;
  }

  .padding {
    padding: 20px 0;
  }

  .service_section .greenlinelarge {
    height: 60px;
    width: 4px;
  }

  .service_section .mb-40 {
    margin-bottom: 20px;
  }

  .service_section-1 {
    padding: 0px 15px 15px 15px !important;
  }

  .innerpage-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-center {
    height: 100%;


  }
  .class-role{
    font-size: 20px;
    margin-top: 5px !important;
  }
 

  .get_more>ul>li>span:nth-child(0n+2) img {
    height: 49px;
    border-left: 2px solid #ddd;
    margin-left: 6px;
    padding-left: 10px;
    padding-right: 15px;
    width: 65px;
}


  .innerpage-box h2 {
    font-size: 24px;
    line-height: 30px;
  }


  .get_more>ul>li {
  display: inline-block;
  width: 45%;
  margin: 30px 0;
}





  /* img{
    height: 35px;
    width: 220px;

  } */
}





@media only screen and (min-width: 1024px) {
  .test1{
  outline: 3px solid #140858;
  background-color: #140858;
  color: #000;
  border-radius: 8px;
}

.test2{
  border: solid 2px #fff;
  color: #000;
  border-radius: 8px;
  margin-left: 12px;
}
}