body {
  background-color: #fff !important;
  line-height: 1;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

b,
body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
li,
nav,
p,
section,
span,
strong,
table,
tbody,
td,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
  color: #000;
}

li {
  line-height: 1.9;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

a,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  outline: 0 !important;
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: 0;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  color: #2f2f2f;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 13px;
}
.child-pernt {
  display: table;
  height: 100%;
  width: 100%;
}

.child {
  display: table-cell;
  vertical-align: middle;
}
/*=== Custome Styles ===*/

/*HOME PAGE
-----------------------------------------*/

/*MAIN MENU*/
#main-nav.clone {
  position: fixed;
  top: -80px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
body.down #main-nav.clone {
  top: 0;
}
#main-nav.clone .navbar-brand {
  padding: 18px 2px;
}
#main-nav.clone li a {
  padding: 37px 0px;
}

#main-nav.navbar-collapse {
  flex-basis: auto !important;
}

#main-nav.navbar-nav {
  display: block !important;
}

#main-nav {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  --background-color: #2b0e13;
  background-color: #000000;
}

#main-nav .navbar-toggle {
  border-radius: 0;
  border-color: #fff;
  background-color: transparent;
  margin-top: 32px;
}

#main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}

#main-nav .navbar-brand a img {
  width: 270px;
  object-fit: cover;
}

#main-nav .navbar-brand {
  height: auto;
  padding: 32px 2px;
}

#main-nav li a {
  font-family: 'Pirulen', sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 0 18px;
  padding: 50px 0px;
  text-transform: uppercase;
  --color: #ffffff;
  color: #0077aa;
}

#main-nav li a:hover {
  font-family: 'Pirulen', sans-serif;
  color: #54c3f2;
}

#main-nav li:last-child a {
  margin-right: 0;
}

#main-nav li.active a {
  background-color: transparent;
  color: #a4e4ff;
  box-shadow: none;
  outline: 0;
  /* text-decoration: underline;
    text-underline-offset: 5px; */
}

/*BANNER*/

.banner-section .carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 5px;
  line-height: 30px;
  color: #fff;
  background-color: #999;
  transition: all 0.25s ease;
}
.banner-section .carousel-control,
.banner-section .carousel-indicators {
  z-index: 100;
}
.banner-section .carousel-indicators-numbers li.active,
.banner-section .carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #0077aa;
}

.banner-section .carousel-inner .item img,
.banner-section .carousel-inner .item a img {
  display: block;
  height: 400px;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.banner-section .carousel-caption {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
  -o-transform: translateY(24%);
  -moz-transform: translateY(24%);
  -ms-transform: translateY(24%);
  -webkit-transform: translateY(24%);
  transform: translateY(24%);
}

.banner-section .carousel-caption p {
  margin-bottom: 0;
}

.banner-section .readMore {
  border: 2px solid transparent;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  --color: #fd3397;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 20px;
  text-align: center;
  background: #0077aa;
  text-decoration: none !important;
  display: table;
  margin: 20px auto 10px;
  border-radius: 0;
}

.banner-section .readMore:hover {
  --border-color: #000;
  border-color: #0077aa;
  color: #0077aa;
  background-color: transparent;
}

.banner-section .carousel-control.left,
.banner-section .carousel-control.right {
  background-image: none;
}

.banner-section .carousel-control i {
  font-size: 40px;
  position: absolute;
  top: 45%;
  left: 50%;
}
.slide-box {
  padding: 15px;
  ---background-color: rgba(2, 13, 27, 0.87);
  background-color: rgba(0, 0, 0, 0.87);
  border-radius: 5px;
  display: block;
}

.slide-box h2 {
  font-family: 'Pirulen', serif;
}

/*BANNER LOWER*/
.banner-lower {
  padding: 64px 0;
  background-color: #0077aa;
}

.banner-lower .readmore-btn a {
  text-decoration: none;
  background-color: rgb(71, 68, 71);
}

.readmore-btn a {
  color: #fff !important;
  padding: 16px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid rgb(71, 68, 71) !important;
}

.banner-lower .readmore-btn a:hover {
  color: rgb(71, 68, 71) !important;
  background-color: transparent !important;
  box-shadow: none;
  outline: none;
}

.peperstone-detail h2 {
  color: #fff;
}

.peperstone-detail p {
  color: #fff;
  font-size: 13px;
}

/*CORE VALUE*/
.core-value-section {
  padding: 0px 0 80px;
  background-color: #fff;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.service-box {
  padding-top: 70px;
}

.service-icon {
  margin-bottom: 60px;
}

.service-icon i {
  font-size: 70px;
  display: table;
  margin: 0 auto;
  color: #000000;
}

.service-content {
  text-align: center;
}

.service-content h3 {
  margin-bottom: 5px;
  color: #2f2f2f;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.service-content p {
  font-size: 13px;
}

.readmore_btn {
  padding: 9px 20px;
  border: 2px solid #d6d6d6;
  text-transform: uppercase;
  color: #aaa !important;
  --color: #fff !important;
  font-weight: 600;
  font-family: 'Pirulen', sans-serif;
  letter-spacing: 2px;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 0;
  margin-top: 20px;
  display: inline-block;
}

.readmore_btn:hover {
  border-color: #000000;
  color: #000000 !important;
}

/*ABOUT US PAGE
----------------------------------------------------*/

.banner-section-about {
  background: url('../images/banners/Futuristic-Computer-Concept.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.register-section {
  padding: 100px 0;
  padding-bottom: 0;
  background-color: #fff;
}

.about-logo-section {
  padding-bottom: 60px;
  background-color: #fff;
}

.register-content p {
  color: #000000;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.register-btn-blkOnClr {
  text-align: center;
}

.register-btn-blkOnClr a {
  color: #fff !important;
  padding: 16px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  margin-top: 30px;
}

.register-btn-blkOnClr a:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgb(255, 255, 255) !important;
  color: rgb(255, 255, 255) !important;
  box-shadow: none;
  outline: none;
}

.register-btn-blkOnWht {
  text-align: center;
}

.register-btn-blkOnWht a {
  color: #fff !important;
  padding: 16px 20px;
  font-family: 'Pirulen', sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid rgb(0, 0, 0) !important;
  background-color: rgb(0, 0, 0) !important;
  margin-top: 30px;
}

.mt-0 {
  margin-top: 0 !important;
}

.register-btn-blkOnWht a:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgb(0, 0, 0) !important;
  color: rgb(0, 0, 0) !important;
  box-shadow: none;
  outline: none;
}

.register-btn-whtOnBlk {
  text-align: center;
}
.register-btn-whtOnBlk a {
  color: #000 !important;
  padding: 16px 20px;
  font-family: 'Pirulen', sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid rgb(255, 255, 255) !important;
  background-color: rgb(255, 255, 255) !important;
  margin-top: 30px;
}

.register-btn-whtOnBlk a:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgb(255, 255, 255) !important;
  color: rgb(255, 255, 255) !important;
  box-shadow: none;
  outline: none;
}

.register-first-box {
  margin-bottom: 60px;
}

.tw-title-border {
  width: 30px;
  height: 3px;
  display: block;
  float: left;
  background-color: #000000;
  margin: 10px 0 25px;
}

/*FEATURES SECTION*/

.features-section {
  padding: 40px 0;
  background-color: #000000;
}

.features-section .service-icon i,
.features-section .service-content h3 {
  --color: #fff;
  color: #0077aa;
}

/*LOGO SLIDER*/
.logo_slider {
  padding: 60px 0;
  background-color: #fff;
}

.logo_slider-s {
  padding: 80px 0;
  background-color: #fff;
}

.logo-slider-title {
  margin-bottom: 60px;
}

.slider div {
  padding: 10px;
  text-align: center;
}

.slider img {
  max-height: 100px;
  margin: auto;
}

/*WHY CHOOSE US*/
.why-choose-us {
  padding: 70px 0 100px;
  background-color: #fff;
}

.why-choose-acc .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

.why-choose-acc .panel-default .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #fff;
  background-color: #000000;
}

.why-choose-acc .panel-title {
  font-size: 14px;
}

.why-choose-acc .panel-title a {
  display: block;
  color: #0077aa;
  padding: 8px 15px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  text-transform: uppercase;
}

.why-choose-acc .panel-title a:after {
  font-family: FontAwesome;
  content: '\f068';
  float: right;
}

.why-choose-acc .panel-title a.collapsed:after {
  font-family: FontAwesome;
  content: '\f067';
  float: right;
}

.why-choose-acc .panel-body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #000000;
}

.why-choose-acc .panel {
  border: none;
}

/*OUR SKILLS*/

.progress-custom {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

.progress-custom .progress {
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
  border-radius: 14px 1px 1px 14px;
  box-shadow: none;
}

.progress-custom .progress-bar {
  background-color: #000000;
  padding: 4px 20px 4px 20px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.progress-custom .progress-value {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding: 0 6px;
  background: #aaa;
  color: #fff;
  line-height: 28px;
  position: relative;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}

.progress-custom .progress-value:before {
  top: 50%;
  left: -4px;
  margin-top: -5px;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid #aaa;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  content: '';
  position: absolute;
}

.progress_bar1 .progress-bar {
  --background-color: #43496d;
  background-color: rgb(0, 61, 87);
}

.progress_bar2 .progress-bar {
  --background-color: #696d8a;
  background-color: #0077aa;
}

/*INVEST PAGE
----------------------------------------------------*/
.banner-section-invest {
  /*background: url("../images/invest.png");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.invest-section {
  padding: 60px;
  background-color: #000000;
}

.invest-box {
  margin-bottom: 0;
}

.invest-content p {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.invest-text-box {
  padding: 64px 0;
}

.invest-text-box .invest-content p {
  color: #000000;
}

.invest-img img {
  display: block;
  margin: 0 auto;
}

/* INVEST - Custom Register Section----------------------------------------------------*/
.register-section-invest {
  background: #000 url(../images/solution-bg-NY2.jpg) no-repeat;
  padding: 100px 0;
  background-color: #000;
  text-align: center;
  background-size: cover;
}

.register-section-invest {
  padding: 100px 0;
  background-color: #ffffff;
}

.register-content-invest p {
  color: #ffffff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.register-btn-invest {
  text-align: center;
}
.register-btn-invest a {
  color: #000 !important;
  padding: 16px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid rgb(0, 0, 0) !important;
  background-color: rgb(256, 256, 256) !important;
  margin-top: 30px;
}

.register-btn-invest a:hover {
  background-color: #000 !important;
  border-color: rgb(256, 256, 256) !important;
  color: rgb(256, 256, 256) !important;
  box-shadow: none;
  outline: none;
}

.register-first-box-invest {
  margin-bottom: 60px;
}

.tw-title-border-invest {
  width: 30px;
  height: 3px;
  display: block;
  float: left;
  background-color: #000000;
  margin: 10px 0 25px;
}

/* INVEST - Custom Register Section----------------------------------------------------*/
.register-section-solutions {
  background: #000 url(../images/about.jpg) no-repeat;
  padding: 100px 0;
  background-color: #000;
  text-align: center;
}

.register-section-solutions {
  padding: 100px 0;
  background-color: #ffffff;
}

.register-content-solutions p {
  color: #ffffff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.register-btn-solutions {
  text-align: center;
}
.register-btn-solutions a {
  color: #000 !important;
  padding: 16px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid rgb(0, 0, 0) !important;
  background-color: rgb(256, 256, 256) !important;
  margin-top: 30px;
}

.register-btn-solutions a:hover {
  background-color: #000 !important;
  border-color: rgb(256, 256, 256) !important;
  color: rgb(256, 256, 256) !important;
  box-shadow: none;
  outline: none;
}

.register-first-box-solutions {
  margin-bottom: 60px;
}

.tw-title-border-solutions {
  width: 30px;
  height: 3px;
  display: block;
  float: left;
  background-color: #000000;
  margin: 10px 0 25px;
}

/*PRODUCTS PAGE
----------------------------------------------------*/
.banner-section-products {
  background: url('../images/products.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.products-section {
  padding: 60px;
  background-color: #000000;
}

.products-box {
  margin-bottom: 0;
}

.products-content p {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.products-text-box {
  padding: 64px 0;
}

.products-text-box .alg-content p {
  color: #000000;
}

.products-img img {
  display: block;
  margin: 0 auto;
}

/*SOLUTIONS (OLD dddddddddd) PAGE
----------------------------------------------------*/
.banner-section-solutions {
  background: url('../images/banners/banner-login2.gif');
  background-position: center calc(50% + 60px);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.solutions-section {
  padding: 60px;
  background-color: #000000;
}

.solutions-box {
  margin-bottom: 0;
}

.solutions-content p {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.solutions-text-box {
  padding: 64px 0;
}

.solutions-text-box .alg-content p {
  color: #000000;
}

.solutions-img img {
  display: block;
  margin: 0 auto;
}

/*CONSULTING (OLD TRADE) PAGE
----------------------------------------------------*/
.banner-section-trade {
  /* background: url("../images/consulting.gif"); */
  background: url('../images/AnimatedMicrochip.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.trade-section {
  padding: 60px;
  background-color: #000000;
}

.trade-box {
  margin-bottom: 0;
}

.trade-content p {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.trade-text-box {
  padding: 64px 0;
}

.trade-text-box .alg-content p {
  color: #000000;
}

.trade-img img {
  display: block;
  margin: 0 auto;
}

/* Skill Section */

.skill-section .rating-bar {
  width: 45%;
}

.progress-content {
  overflow: hidden;
}

.bar-left {
  float: left;
}

.bar-right {
  float: right;
}

.rating-bar label,
.rating-bar span {
  font-size: 16px;
  margin-bottom: 10px;
}

.skill-progress {
  position: relative;
  margin-bottom: 40px;
}

.progress {
  height: 8px;
  margin-bottom: 22px;
  background-color: #ebebeb;
  border-radius: 4px;
  box-shadow: none;
  width: 100%;
  position: relative;
}

.progress-bar {
  display: block;
  flex: inherit;
  background-color: #f4bf00;
  box-shadow: none;
  -webkit-transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -ms-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  border-radius: 4px;
}

/*INSTITUTIONAL PAGE
----------------------------------------------------*/
.banner-lower-inst {
  padding: 70px 0 30px;
}

.inst-content p,
.inst-content ul li {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.inst-content h3 {
  text-align: center;
  margin-bottom: 10px;
}

.inst-content p {
  margin-bottom: 20px;
}

.inst-content ul {
  list-style: square;
  padding-left: 40px;
}

.inst-content ul li {
  line-height: 1.9;
}

.register_inst a {
  float: none;
}

.register_inst {
  display: table;
  margin: 0 auto;
}

.register_inst a:first-child {
  --background-color: rgb(0, 118, 168) !important;
  background-color: rgb(0, 119, 170) !important;
  margin-right: 10px;
  --border: 2px solid rgb(0, 118, 168) !important;
  border: 2px solid rgb(0, 119, 170) !important;
}

.register_inst a:first-child:hover {
  background-color: #fff !important;
  color: rgb(0, 119, 170) !important;
}

.video-section-inst {
  padding: 70px 0;
  --background-color: rgb(20, 28, 72);
  background-color: rgb(0, 0, 0);
}

.video-section-inst h3 {
  --color: #fff;
  color: #0077aa;
}

.video-section-inst .tw-title-border {
  --background-color: #fff;
  background-color: #0077aa;
}

.inst-features {
  padding: 0 0 70px;
  background-color: rgb(230, 230, 230);
}

/*CONTACT PAGE
----------------------------------------------------*/
.banner-section-contact {
  background: url('../images/contact.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.contact-form {
  padding-left: 0;
  padding-right: 0;
}

.contact-form-box {
  padding: 65px 0 80px;
  background-color: #fff;
}

.contact-info p {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  margin-bottom: 20px;
}

.contact-form .form-control {
  border: 2px solid #d6d6d6;
  border-radius: 0;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  resize: none;
}
.contact-form input.form-control {
  height: 44px;
}

#btn_submit {
  border-radius: 0;
  background-color: #000000;
  text-transform: uppercase;
  padding: 16px 20px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border: 2px solid #000000 !important;
  font-family: 'Pirulen', sans-serif;
  letter-spacing: 2px;
  margin-top: 15px;
}

#btn_submit:hover {
  background-color: #fff;
  color: #000000;
  box-shadow: none;
  outline: none;
}

/*DATA PAGE
----------------------------------------------------*/

.banner-section-data {
  background: url('../images/banners/data-banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.map-section {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  width: 95vw;
  height: 50vh;

  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.comp-section {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 50vw;
  height: 60vh;

  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

/*LOG IN PAGE
----------------------------------------------------*/
.banner-section-login {
  background: url('../images/banners/banner-login.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.login-form-box {
  background-color: #fff;
  padding: 34px 0 15px;
}

.login-form-box label {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
}

.login-form-box .form-group input {
  border-radius: 0;
  border: 2px solid #d6d6d6;
  height: 44px;
  color: #000000;
}

.login-form-box label input[type='checkbox'] {
  margin-top: 0;
}

#login_btn {
  border-radius: 0;
  background-color: #000000;
  text-transform: uppercase;
  padding: 16px 20px;
  font-size: 16px;
  font-family: 'Pirulen', sans-serif;
  letter-spacing: 2px;
  border: 2px solid #000000 !important;
  cursor: pointer;
  color: #fff;
  margin-top: 15px;
}

#login_btn:hover {
  background-color: #fff;
  color: #000000;
  box-shadow: none;
  outline: none;
}

.login-register-lost-password a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
}

.page-title {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Pirulen', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 50px;
  line-height: 45px;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 0.5px #fff; /* Adjust the width and color of the stroke */
}

.solutions-title {
  font-family: 'Pirulen', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 3px;
  margin: 20px 0;
  color: #fff;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 0.5px #fff;
}

.login-breadcrumb .breadcrumb {
  background-color: transparent;
  float: right;
  margin-bottom: 0;
}

.login-breadcrumb .breadcrumb li a {
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
}

.login-form {
  width: 30rem;
}

.login-height {
  min-height: 50vh;
}

.login-form-box .alert p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
}

.login-form-box .alert {
  padding: 3px 5px;
}

.login-breadcrumb .breadcrumb li:first-child a {
  color: #aaa;
}

.login-breadcrumb .breadcrumb li + li:before {
  color: #000000;
}

.login-breadcrumb .breadcrumb li:last-child a {
  color: #fff;
}

/*  TERMS AND CONDITIONOS*/
.terms-section {
  background-color: #fff;
  padding: 70px 0 50px;
}

.banner-section-terms {
  background: url('../images/banners/terms4.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.terms-content p {
  margin-bottom: 20px;
  font-size: 13px;
  color: #000000;
}

/*Privacy knowledge*/
.banner-section-knowledge {
  background: url('../images/knowledge.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

/*Privacy Policy*/
.banner-section-privacy {
  background: url('../images/privacy2.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.terms-content ul {
  list-style: square;
  margin-left: 30px;
  margin-bottom: 20px;
}

.terms-content ul li {
  list-style: square;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  line-height: 1.9;
}

/*PRICING TABLES RESULT PAGE
---------------------------------------------*/
.banner-section-result {
  background: url(../images/Results_Banner3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.pricing-header {
  padding: 15px;
  background: #a18dde;
}

.pricing-header h1 {
  margin-bottom: 0px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.pricing-top {
  margin: 0 20px 20px;
  padding: 25px 0;
  border-bottom: 1px solid #d6d6d6;
}

.pricing-top span:first-child {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
}

.pricing-top span:last-child {
  position: relative;
  margin-left: 4px;
  font-size: 13px;
}

.pricing-top span span {
  position: absolute !important;
  top: -20px !important;
  color: #2f2f2f !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

.pricing-box {
  text-align: center;
  background-color: #f6f6f6;
  font-family: 'Montserrat', sans-serif;
}

.pricing-bottom ul {
  margin: 0 20px;
  list-style: none;
}

.pricing-bottom ul li {
  padding: 10px 15px;
  font-size: 13px;
}

.pricing-footer {
  padding: 20px 30px 30px;
}

.pricing-footer a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 20px;
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
}

.pricing-1 a {
  border: 2px solid #a18dde !important;
  color: #fff !important;
  background: #a18dde !important;
}

.pricing-1 a:hover {
  background-color: #fff !important;
  color: #a18dde !important;
  box-shadow: none;
  outline: none;
}

.pricing-2 {
  background: #80c296 !important;
}

a.pricing-2 {
  border: 2px solid #80c296 !important;
  color: #fff !important;
}

a.pricing-2:hover {
  background-color: #fff !important;
  color: #80c296 !important;
  box-shadow: none;
  outline: none;
}

.pricing-3 {
  background: #ff8d80 !important;
}

a.pricing-3 {
  background: #ff8d80 !important;
  border: 2px solid #ff8d80 !important;
  color: #fff !important;
}

a.pricing-3:hover {
  background-color: #fff !important;
  color: #ff8d80 !important;
  box-shadow: none;
  outline: none;
}

.membership-box a {
  color: #fff !important;
  padding: 16px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid rgb(20, 28, 72) !important;
  background-color: rgb(20, 28, 72) !important;
  max-width: 260px;
  white-space: normal;
  line-height: 1;
  display: block;
  margin: 30px auto 0;
}

.membership-box a:hover {
  color: rgb(20, 28, 72) !important;
  background-color: #fff !important;
  box-shadow: none;
  outline: none;
}

.membership-box p {
  padding: 0 40px;
}

.chart-section {
  padding: 50px 0;
}

.chart-detail {
  padding: 50px 0;
  display: inline-block;
}

.chart-content {
  margin-top: 30px;
}

/*DEALS INFO
--------------------------------------*/
.banner-section-deal {
  background: url(../images/Start.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.deal-info {
  padding: 60px 0;
}

.deal-info .panel .panel-heading {
  background-color: #000000;
}

.retail-investor-box .panel .panel-heading {
  background-color: #0076a8;
}

.deal-info .panel .panel-body p,
.retail-investor-box .panel .panel-body p {
  margin-bottom: 0;
}

.retail-investor-box {
  padding-top: 20px;
}

/*TECHNICAL CHART ANALYSE PAGE
-----------------------------------------*/

.banner-section-Tchart {
  background: url(../images/Banner_tchart.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 0;
  background-size: cover;
}
.tchart-box {
  padding: 64px 0;
  display: block;
}
.tchart-section {
  padding: 64px 0;
}

/*ERROR PAGE 404
----------------------------------------*/
.banner-section-error {
  background: url('../images/Black_Hole.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
}
.banner-section-error h3 {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 25px;
  font-family: 'Pirulen';
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 0.5px #fff;
  letter-spacing: 3px;
}

/*FOOTER*/
section.footer {
  padding: 60px 0;
  background-color: #000000;
  --color: #fff;
  color: #0077aa;
}

.footer-logo img {
  object-fit: cover;
}

.footer p {
  font-size: 12px;
  text-align: justify;
}

.copyright,
.copyright a {
  font-size: 13px !important;
  text-decoration: none;
  --color: #fff;
  color: #0077aa;
}

.copyright a {
  transition: color 0.3s ease;
}

.copyright a:hover {
  color: #4a90e2;
}

/*SLIDE UP*/

#scrollUp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
}
.show {
  display: block;
}
.financial-banner {
  position: relative;
  background: url(../images/financial-banner.jpg) no-repeat;
  background-size: cover;
  padding: 130px 0 115px;
}
.financial-banner .text-box {
  text-align: center;
}
.financial-banner .text-box h1 {
  color: #ffffff;
  font-size: 40px;
  /* font-weight: 400; */
  font-family: 'Pirulen', sans-serif;
  letter-spacing: 2px;
  font-size: 36px;
  margin-top: 20px;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 0.5px #fff;
}
.financial-banner .text-box h1 span {
  display: block;
  left: 50%;
  position: absolute;
  top: -10px;
  transform: translate(-50%, 0px);
  color: #906cff;
  letter-spacing: 4.4px;
  opacity: 0.16;
  top: -75px;
  font-size: 115px;
  font-weight: 700;
}
.financial-banner .text-box .investor-text {
  margin-top: 30px;
}
.financial-banner .text-box .investor-text p {
  color: #fff;
}
.financial-banner .register-btn {
  margin-top: 40px;
}
.financial-banner .register-btn a {
  float: none;
  margin: 0 7px;
}
.financial-banner .register-btn a i {
  font-size: 24px;
  margin-right: 13px;
  vertical-align: middle;
}
.financial-banner .register-btn a img {
  width: 24px;
  vertical-align: middle;
  margin-right: 20px;
  transition: all 0.5s ease-in-out;
  filter: brightness(19);
}
.financial-banner .register-btn a:hover img {
  filter: brightness(0);
  transition: all 0.5s ease-in-out;
}
.calculate-ico {
  background-color: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  margin: 60px auto 0;
  padding: 20px 40px 30px;
  width: 790px;
}
.calculate-ico p {
  margin-bottom: 4px;
}
.ico-counter {
  text-align: center;
}
#clockdiv {
  display: inline-block;
}
.ico-counter .clockdiv-inner {
  float: left;
  margin: 0 12px;
  position: relative;
}
.ico-counter .clockdiv-inner:last-child:after {
  display: none;
}
.ico-counter .clockdiv-inner::after {
  content: ':';
  font-size: 34px;
  position: absolute;
  right: -15px;
  top: -3px;
}
.ico-counter .clockdiv-inner span {
  font-size: 34px;
  text-align: center;
}
.ico-counter .clockdiv-inner .smalltext {
  font-size: 14px;
  margin-top: 7px;
}
.calculate-progres {
  margin-top: 27px;
  text-align: left;
}
.calculate-progres .progress {
  background-color: rgba(107, 152, 252, 0.2);
  border-radius: 0;
  box-shadow: none;
  height: 10px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.calculate-progres .line-block {
  font-size: 13px;
  display: inline-block;
  max-width: 95px;
  padding: 13px 5px 0;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.calculate-progres .line-block:after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translate(-50%, 0);
  top: -10px;
  background-color: #fff;
  width: 1px;
  height: 17px;
}
.calculate-progres .line-block.link-block-first:after {
  left: 0;
  transform: translate(0);
}
.calculate-progres .line-block.link-block-first {
  width: 39%;
  max-width: none;
  text-align: left;
}
.calculate-progres .line-block:last-child:after {
  left: auto;
  right: -2px;
  transform: translate(0);
}
.calculate-progres .line-block:last-child {
  text-align: right;
  padding-right: 0;
}
.calculate-progres .line-block span {
  display: block;
  line-height: 14px;
  margin-top: 5px;
  opacity: 0.5;
}
.calculate-progres .progress-bar {
  background-color: #fff;
}
.financial-banner .text-inner .paper-icon {
  margin-top: 26px;
}
.financial-banner .text-inner .paper-icon ul li {
  display: inline-block;
  margin: 0 10px;
}
.financial-banner .text-inner .paper-icon ul li a span {
  vertical-align: middle;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}
.financial-banner .text-inner .paper-icon ul li a :hover {
  text-decoration: underline;
  color: #fff;
}
.financial-banner .text-inner .paper-icon ul li a img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
/*===========================
    Sponsors Sec
=============================*/
.sponsors-sec {
  padding-top: 28px;
}
.sponsors-inner {
  text-align: center;
}
.sponsors-inner ul {
  display: inline-block;
}
.sponsors-inner ul li {
  float: left;
  margin: 0 18px;
}
.sponsors-inner ul li:first-child {
  margin-left: 0;
}
.sponsors-inner ul li:last-child {
  margin-right: 0;
}
.sponsors-inner ul li a img {
}
/*===========================
    Hedding Style
=============================*/

.hedding {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 50px;
}
.hedding h1 {
  font-size: 40px;
  color: #000;
  display: block;
  position: relative;
  text-transform: uppercase;

  font-family: 'Pirulen', Montserrat, sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
}
.hedding h1:after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translate(-50%, 0);
  top: -5px;
  background-color: #000;
  width: 165px;
  height: 2px;
}

.hedding h1 span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -40%);
  opacity: 0.16;
  font-weight: 600;
  font-size: 100px;
  display: block;
  width: 100%;
}

.hedding h2 {
  color: #000;
  display: block;
  position: relative;
  text-transform: uppercase;

  font-family: 'Pirulen', Montserrat, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

.financial-problem-sec {
  background-color: #ffffff;
  padding: 100px 0;
}
.financial-problem-inner .tex-box p {
  margin-bottom: 15px;
}
.financial-problem-inner .tex-box p:last-child {
  margin-bottom: 0;
}
.financial-problem-right {
  text-align: center;
}
.financial-problem-right .active-traders {
  margin-top: 19px;
}
.financial-problem-right .active-traders h3 {
  margin-bottom: 1px;
}
/*===========================
    Financial Solution Style
=============================*/
.financial-Solution-sec {
  background: #000 url(../images/solution-bg.svg) no-repeat;
  padding: 123px 0 100px;
}
.financial-Solution-sec .hedding h1 {
  color: #fff;
}
.financial-Solution-sec .hedding h1:after {
  background-color: #fff;
}

.Solution-inner .text-box {
  margin-top: 35px;
}
.Solution-inner .text-box p {
  color: #fff;
  margin-bottom: 10px;
}
.Solution-inner .text-box .readmore_btn {
  margin-top: 40px;
}
.Solution-inner .text-box .readmore_btn:hover {
  border: 2px solid #fff;
  color: #fff;
}
/*===========================
    Financial Mv Style
=============================*/
.financial-mvp-sec {
  padding: 100px 0;
  background-color: #000;
}

.mt-50 {
  padding-top: 50px;
}

.financial-mvp-sec .hedding h1 {
  color: #fff;
}
.financial-mvp-sec .hedding h1:after {
  background-color: #fff;
}

.financial-mvp-sec .our-team-box .text-box h3,
.financial-mvp-sec .our-team-box .text-box p {
  color: #fff;
}

.computational-modeling {
  padding: 100px 0;
  background-color: rgb(38, 38, 38);
}
.computational-modeling .hedding h1 {
  color: #fff;
}
.computational-modeling .hedding h1:after {
  background-color: #fff;
}

.computational-modeling .our-team-box .text-box h3,
.computational-modeling .our-team-box .text-box p {
  color: #fff;
}

.mvp-inner-left a {
  color: #000;
  text-decoration: underline;
  margin-top: 5px;
  display: block;
}
.mvp-inner-left .image-holder {
  margin-top: 105px;
  position: relative;
  right: 57px;
}
.mvp-inner-left span {
  text-align: center;
  font-size: 13px;
  display: block;
}
.mvp-images-wrap {
  text-align: right;
}
.mvp-inner-right .mvp-images-wrap ul li {
  display: inline-block;
  position: relative;
}
.mvp-inner-right .mvp-images-wrap ul li .search-icon {
  position: absolute;
  right: 30px;
  top: 20px;
}
.mvp-exchange {
  margin-top: 33px;
}
.mvp-exchange ul {
  margin-top: 18px;
}
.mvp-exchange ul li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  padding-bottom: 5px;
}
.mvp-exchange ul li:after {
  position: absolute;
  content: '';
  background-color: #fff;
  border: 1px solid #000;
  width: 12px;
  height: 12px;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.mvp-exchange a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin-top: 12px;
}
.mvp-exchange .register-btn a {
  float: left;
  text-decoration: none;
  margin-top: 50px;
}
.financial-mvp-sec .our-team-box .image-holder img {
  border-radius: 0;
  cursor: pointer;
}

/*img_box*/

.img_box .modal-content {
  background-color: rgba(255, 255, 255, 0.7);
}
.img_box .modal-body img {
  width: 100%;
}
.img_box .modal-header h3 {
  text-align: center;
  color: #0077aa;
}

/*===========================
    Project Mission Style
=============================*/
.project-mission-sec .image-holder {
  position: relative;
}
.project-mission-sec .text-box {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
}
.project-mission-sec .text-box a {
  background-color: rgba(255, 255, 255, 0.83);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #000;
  position: relative;
}
.project-mission-sec .text-box a:hover {
  opacity: 0.6;
}
.project-mission-sec .text-box a::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
  border-style: solid;
  border-width: 14.5px 0 14.5px 21px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}
.project-mission-sec .text-box h1 {
  color: #fff;
  font-size: 40px;
  padding: 13px 0 20px;
}
.project-mission-sec .text-box p {
  color: #fff;
}
/*===========================
   Roadmap Style
=============================*/
.roadmap-sec {
  padding: 100px 0;
}
.roadmap-inner {
  position: relative;
}

.roadmap-inner .owl-carousel .owl-stage-outer:after {
  position: absolute;
  content: '';
  left: 0;
  top: 24px;
  width: 100%;
  height: 2px;
  background-color: #000;
  z-index: -999;
}
.roadmap-inner .text-box {
  padding-top: 65px;
}
.roadmap-inner .text-box {
  text-transform: capitalize;
}
.roadmap-inner .text-box:after {
  background: #0077aa none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 5px 17px 0 rgba(0, 119, 170, 0.6);
  content: '';
  height: 17px;
  transform: translate(-50%, 0px);
  left: 50px;
  position: absolute;
  top: 16px;
  width: 17px;
  z-index: 3;
}
.roadmap-inner .text-box p {
  margin-bottom: 10px;
}
.roadmap-inner .text-box span {
  left: 50%;
  position: absolute;
  top: -2px;
  transform: translate(-50%, 0px);
}
.roadmap-inner .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -80px;
  transform: translate(0px);
  width: 100%;
  z-index: 1;
}
.roadmap-inner .owl-theme .owl-nav [class*='owl-'] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
}
.roadmap-inner .owl-theme .owl-nav img {
  height: 100%;
}
.roadmap-inner .owl-prev {
  float: left;
}
.roadmap-inner .owl-next {
  float: right;
}
/*===========================
   Iron_Kondor Style
=============================*/
.Iron_Kondor-sec {
  background: #000 url(../images/solution-bg.svg) no-repeat;
  padding: 100px 0 100px;
}
.Iron_Kondor-sec .hedding h1 {
  color: #fff;
}
.Iron_Kondor-sec .hedding h1:after {
  background-color: #fff;
}
.hedding h1 strong {
  text-transform: capitalize;
}
.Iron_Kondor-inner .text-box {
  color: #fff;
}
.Iron_Kondor-inner .text-box h2 {
  margin-bottom: 22px;
}
.Iron_Kondor-inner .text-box p {
  margin-bottom: 22px;
}
.Iron_Kondor-inner .text-box ul li {
  font-size: 14px;
  padding-bottom: 10px;
  padding-left: 24px;
  position: relative;
  color: #fff;
}
.Iron_Kondor-inner .text-box ul li:last-child {
  padding-bottom: 0;
}
.Iron_Kondor-inner .text-box ul li::after {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 12px;
}
#tokenomy-grafic {
  height: 437px;
  width: 335px;
}
.Sign-up-tokens {
  text-align: center;
  margin-top: 60px;
}
.Sign-up-tokens .readmore_btn:hover {
  border: 2px solid #fff;
  color: #ffffff !important;
}
.Iron_Kondor-iron-sec {
  background: no-repeat;
  background-color: #fff;
}
.Iron_Kondor-iron-sec .hedding h1::after {
  background-color: #000000;
}
.Iron_Kondor-iron-sec .hedding h1 span {
  opacity: 0.16;
}
.Iron_Kondor-iron-sec .hedding h1,
.Iron_Kondor-iron-sec .Iron_Kondor-inner .text-box ul li {
  color: #000000;
}
.Iron_Kondor-iron-sec .Iron_Kondor-inner .text-box {
  color: #000000;
}
.Iron_Kondor-iron-sec .Iron_Kondor-inner .text-box ul li::after {
  background-color: #000;
  border: 1px solid #000;
}
.ico-structure {
  background-color: #ffffff;
  --background: url(../images/solution-bg.svg) no-repeat;
  padding: 100px 0 0px;
}
.ico-structure h3 {
  font-size: 25px;
}
.Sign_Up {
  background: url(../images/solution-bg.svg) no-repeat;
  padding: 100px 0 0px;
}
.Sign_Up h3 {
  font-size: 25px;
}
#donutchart svg g text,
#piechart svg g text {
  font-family: 'Montserrat', sans-serif !important;
}

.bonus {
  background: #000 url(../images/solution-bg.png) no-repeat;
  padding: 100px 0 100px;
  color: #fff;
  text-align: center;
}
.bonus .bouns_box {
  display: flex;
}
.bonus .hedding h1 {
  color: #fff;
}
.bonus .hedding h1:after {
  background-color: #fff;
}

.bonus .box h1 {
  font-size: 40px;
  font-weight: bold;
}
.middle {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media (max-width: 500px) {
  .middle {
    border-left: 0px;
    border-right: 0px;
  }
}

/*===========================
   Ico Details Style
=============================*/
.ico-details-sec {
  padding: 100px 0;
}
.ico-detail-inner h3 {
  text-align: center;
  margin-bottom: 50px;
}
.ico-detail-table {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.49);
  padding: 35px;
  margin-top: 32px;
}
.ico-detail-table table {
  width: 100%;
}
.ico-detail-table table tbody tr td:first-child {
  text-align: right;
  font-weight: 600;
}
.ico-detail-table table tbody tr td {
  font-size: 14px;
  padding: 0 5px 20px;
  line-height: 20px;
}
.ico-detail-discount {
  margin-top: 52px;
}
.allocation-detail {
  text-align: center;
}
.allocation-detail svg {
  height: 213px;
}
.ico-detail-discount .register-btn {
  text-align: center;
  margin-top: 60px;
}
.ico-detail-discount .register-btn a {
  float: none;
}
/*===========================
   Follow News Style
=============================*/
.follow-news-sec {
  background-color: #000;
  padding: 100px 0;
}
.follow-news-sec .hedding h1 {
  color: #fff;
}
.follow-news-sec .hedding h1:after {
  background-color: #fff;
}
.follow-news-slide .text-box p {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
}
.follow-news-slide .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  z-index: 1;
}
.follow-news-slide .owl-theme .owl-nav [class*='owl-'] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
}
.follow-news-slide .owl-theme .owl-nav img {
  height: 100%;
}
.follow-news-slide .owl-prev {
  float: left;
  left: -60px;
  position: relative;
}
.follow-news-slide .owl-next {
  float: right;
  right: -60px;
  position: relative;
}
.follow-media-partners {
  text-align: center;
  margin-top: 37px;
}
.follow-media-partners h2 {
  color: #fff;
  margin-bottom: 30px;
}
.follow-media-partners ul {
  display: inline-block;
}
.follow-media-partners ul li {
  float: left;
  background-color: #fff;
  margin: 0 12px;
  padding: 0 5px;
}
.follow-media-partners ul li:first-child {
  margin-left: 0;
}
.follow-media-partners ul li:last-child {
  margin-right: 0;
}
.follow-news-event {
  margin-top: 104px;
  color: #fff;
}
.follow-news-event h2 {
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 60px;
}
.follow-news-event h2::after {
  background-color: #fff;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  top: -5px;
  transform: translate(-50%, 0px);
  width: 80px;
}
.follow-news-box .follow-news-date {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 92px;
  height: 92px;
  text-align: center;
  float: left;
  padding: 25px 0;
}
.follow-news-box .follow-news-date span {
  font-size: 20px;
  font-size: 22px;
}
.follow-news-box .follow-news-date small {
  display: block;
  font-size: 14px;
  margin-top: 2px;
}
.follow-news-box .follow-news-text {
  overflow: hidden;
  padding: 30px 0 0 15px;
}
.follow-news-event .col-md-3:nth-child(3) .follow-news-box .follow-news-text {
  padding-top: 0;
}
.follow-news-event .col-md-3:nth-child(4) .follow-news-box .follow-news-text {
  padding-top: 10px;
}
.allevents {
  text-align: center;
  margin-top: 15px;
}
.allevents a {
  border: 2px solid #fff;
  color: #fff;
}
.allevents a:hover {
  border: 2px solid #fff;
  background-color: #fff;
}
.allevents-sign-up {
  text-align: center;
  margin-top: 16px;
}
.allevents-sign-up a {
  padding: 20px;
}
.allevents-sign-up a:hover {
  border: 2px solid #fff;
  background-color: #fff;
}
/*===========================
    Our Team Style
=============================*/
.our-team-sec {
  background-color: #ffffff;
  padding: 100px 0;
}

.our-team-box {
  text-align: center;
  padding: 15px;
  transition: all 0.5s ease-in-out;
  /* height: 260px; */
  overflow: hidden;
}
.our-team-box:hover {
  box-shadow: 0 5px 17px 0 rgba(0, 119, 170, 0.3);
  transition: all 0.5s ease-in-out;
}
.our-team-box .image-holder img {
  border-radius: 50%;
  display: inline-block;
}
.our-team-box .text-box {
  margin-top: 10px;
}
.our-team-box .text-box h3 {
  margin-bottom: 4px;
  color: #000;
}
.our-team-box .text-box span {
  display: block;
  font-size: 13px;
  color: #818181;
  margin-bottom: 10px;
}
.our-team-box .text-box p {
  color: #000;
}
.our-team-box .text-box i {
  border: 1px solid #000000;
  border-radius: 50%;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  height: 33px;
  line-height: 1.8;
  width: 33px;
}

.team-row {
  margin-bottom: 2rem;
}

.our-team-inner .show-hide {
  text-align: center;
}
.our-team-inner .show-hide .readmore_btn:hover {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
}
.our-team-inner .show-hide .readmore_btn:last-child {
  display: none;
}
.our-team-inner .show-hide.show .readmore_btn:last-child {
  display: inline-block;
}
.our-team-inner .show-hide.show .readmore_btn:first-child {
  display: none;
}
#team-collapse,
#team-collapse2 {
  display: none;
}

.email-line {
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}

.email-line:hover {
  text-decoration: underline;
}

.email-line a {
  color: #144a92;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
}

/*===========================
    Advisors Style
=============================*/
.advisors-sec {
  background: #000 url(../images/solution-bg.svg) no-repeat;
  padding: 100px 0;
}
.advisors-sec .hedding h1 {
  color: #fff;
}
.advisors-sec .hedding h1::after {
  background-color: #ffffff;
}

.icon_section .hedding h1::after {
  background-color: #ffffff;
}
.advisors-sec .our-team-box:hover {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.05);
}
.advisors-sec .our-team-box .text-box h3,
.advisors-sec .our-team-box .text-box p {
  color: #fff;
}
.advisors-sec .our-team-box .text-box i {
  color: #fff;
  border: 1px solid #fff;
}

/*===========================
    Faq Question Style
=============================*/
.faq-question-sec {
  background-color: #ffffff;
  padding: 100px 0;
}
.faq-question-sec .why-choose-us {
  padding: 0;
}
.faq-question-sec .why-choose-acc .panel-body {
  padding: 15px 15px 15px 69px;
}
.faq-question-sec .why-choose-acc .panel-body p {
  margin-bottom: 13px;
  position: relative;
}
.faq-question-sec .why-choose-acc .panel-body p::after {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  content: '';
  height: 12px;
  left: -25px;
  position: absolute;
  top: 5px;
  width: 12px;
}
.faq-question-sec .why-choose-acc .panel-body p:last-child {
  margin-bottom: 0;
}

/*===========================
    Already With tyle
=============================*/
.already-with-sec {
  padding: 100px 0;
}

.already-with-sec .why-choose-us {
  padding: 0;
}

.already-with-inner {
  text-align: center;
  margin-top: 90px;
}
.already-with-inner ul li {
  display: inline-block;
  margin: 10px 22px;
  max-width: 200px;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
.already-with-inner ul li:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease 0s;
}
.already-with-inner ul li a img {
  width: 100%;
  transition: all 0.3s ease 0s;
  height: 100%;
}
.already-with-inner .allevents-sign-up a:hover {
  border: 2px solid #000;
  color: #000;
}

.our-team-box .image-holder img {
  width: 80% !important;
}

/*===========================
    Social Icons
=============================*/

.icon_section {
  padding: 60px 0;
  font-family: 'Open Sans', sans-serif;
  background: #282828;
  color: #fff;
  padding-top: 50px;
  background: linear-gradient(-45deg, #000, #0077aa, #000);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
.icon_section .hedding h1 {
  color: #fff;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.icon_section .headding {
  margin-bottom: 40px;
}

h1 {
  font-size: 66px;
  font-weight: 300;
}

.icon_section .icons {
  text-align: center;
  max-width: 800px;
}

.icon_section span {
  border: 1px solid;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 13px;
  margin: 10px;
  font-size: 1.6em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.icon_section span:hover {
  background: rgba(10, 10, 10, 0.1);
  border-color: rgba(10, 10, 10, 0.1);
}

.icon_section h6 a,
.icon_section h6 a:hover {
  text-decoration: none;
  color: #fff;
}

/*===========================
    Timeline control
=============================*/
.timeline_section {
  padding: 100px 0;
}
.timeline {
  list-style: none;
  margin: 25px 0 22px;
  padding: 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline:after {
  border: 6px solid;
  border-top-width: 13px;
  border-color: #000 transparent transparent transparent;
  content: '';
  display: block;
  position: absolute;
  bottom: -19px;
  left: 15px;
}

.timeline-horizontal:after {
  border-top-width: 6px;
  border-left-width: 13px;
  border-color: transparent transparent transparent #0077aa;
  top: 15px;
  right: 0;
  bottom: auto;
  left: auto;
}
.timeline-horizontal .timeline-milestone {
  border-top: 2px solid #0077aa;
  display: inline;
  float: left;
  margin: 20px 0 0 0;
  padding: 40px 0 0 0;
}
.timeline-horizontal .timeline-milestone:before {
  top: -17px;
  left: auto;
}
.timeline-horizontal .timeline-milestone.is-completed:after {
  top: -17px;
  left: 0;
}

.timeline-milestone {
  border-left: 2px solid #000;
  margin: 0 0 0 20px;
  padding: 0 0 5px 25px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-milestone:before {
  border: 7px solid #0077aa;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  left: -17px;
  width: 32px;
  height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-milestone.is-completed:before {
  background-color: #0077aa;
}
.timeline-milestone.is-completed:after {
  color: #fff;
  content: '\f00c';
  display: block;
  font-family: 'FontAwesome';
  line-height: 32px;
  position: absolute;
  top: 0;
  left: -17px;
  text-align: center;
  width: 32px;
  height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-milestone.is-current:before {
  background-color: #eee;
}
.timeline-milestone.is-future:before {
  background-color: #8dacb8;
  border: 0;
}
.timeline-milestone.is-future .timeline-action .title {
  color: #8dacb8;
}

.timeline-action {
  background-color: #fff;
  padding: 12px 10px 12px 20px;
  position: relative;
  top: -15px;
}
.timeline-action.is-expandable .title {
  cursor: pointer;
  position: relative;
}
.timeline-action.is-expandable .title:focus {
  outline: 0;
  text-decoration: underline;
}
.timeline-action.is-expandable .title:after {
  border: 6px solid #666;
  border-color: transparent transparent transparent #666;
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
}
.timeline-action.is-expandable .content {
  display: none;
}
.timeline-action.is-expandable.is-expanded .title:after {
  border-color: #666 transparent transparent transparent;
  top: 10px;
  right: 5px;
}
.timeline-action.is-expandable.is-expanded .content {
  display: block;
}
.timeline-action .title,
.timeline-action .content {
  word-wrap: break-word;
}
.timeline-action .title {
  color: #0077aa;
  font-size: 18px;
  margin: 0;
}
.timeline-action .date {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.timeline-action .content {
  font-size: 14px;
}

.file-list {
  line-height: 1.4;
  list-style: none;
  padding-left: 10px;
}

body {
  background-color: #eee;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

.page {
  max-width: 1200px;
  margin: 40px 30px;
}

a {
  color: #0077aa;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}

.video-link:before {
  content: '\f03d';
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 5px;
}

a[href*='.pdf']:before {
  content: '\f0f6';
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 8px;
}

/*Responsive*/

@media (max-width: 374px) {
  .icon_section span {
    width: 45px;
    height: 45px;
    padding-top: 10px;
    font-size: 1.4em;
  }
}

.hoverzoom {
  overflow: hidden;
  position: relative;
}
.hoverzoom img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.hoverzoom a.zoom:hover img {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
}

/*Zoom Button*/
.hoverzoom a.zoom span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
}

/*Zoom Button and Tint Overlay*/
.hoverzoom a.zoom:hover span.overlay {
  display: block;
  visibility: visible;
  opacity: 0.55;
  -moz-opacity: 0.55;
  -webkit-opacity: 0.55;
  filter: alpha(opacity=65);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
}

/*Zoom Button*/
.hoverzoom a.zoom:hover span.overlay i {
  position: absolute;
  top: 45%;
  left: 0%;
  width: 100%;
  font-size: 2.25em;
  color: #fff !important;
  text-align: center;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=1)';
}

.wht-btn {
  background: #fff !important;
  color: #000 !important;
}

.wht-btn:hover {
  background: transparent !important;
  color: #fff !important;
}

.montserrat {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
}

@font-face {
  font-family: 'Pirulen';
  src: url('../fonts/pirulen-rg.otf');
  font-weight: normal;
  font-style: normal;
}

/* FROM ABOUT PAGE */

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#vidtop-content {
  top: 0;
  color: #fff;
}

.vid-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  font-family: Avenir, Helvetica, sans-serif;
}

.vid-info h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
}

.vid-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.6s background;
  border-bottom: none;
  margin: 1rem auto;
  text-align: center;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}

@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }

  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}

@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

.hover-gray:hover {
  background: #222;
  color: #fff;
}
.invalid-feedback {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 4px;
}

input.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.1);
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-5px);
  }
  40%,
  80% {
    transform: translateX(5px);
  }
}

.shake {
  animation: shake 0.4s ease-in-out;
}

.login-input-group {
  margin-bottom: 10px;
}

.contact-email {
  display: inline-block;
  color: #333;
  font-size: 16px;
  padding: 10px 15px;
  margin-top: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f8f8f8;
}

.contact-email:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-color: #333;
}

.contact-email i {
  margin-right: 8px;
  color: #666;
}

.contact-email:hover i {
  color: #fff;
}
