*{
  box-sizing: border-box;
}
h1{font-size:26px;}h2{font-size:24px;}h3{font-size: 22px;}h4{font-size: 20px;}h5{font-size: 18px;}h6{font-size: 16px;}
body{
  background:#efefef;
  overflow-x: hidden;
  /* #16325B */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}
#preloader{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0D141E;
  z-index: 2500;
}
.f-row{
  height: 50px;
  color:#efefef;
  background:#000;
  line-height: 50px;
}
.logo{
  height: 45px;
  margin-top: 10px;
}
.get-help .dropdown-menu{
  line-height: 20px;
  z-index: 1500;
  position: absolute;
  background: rgb(21, 27, 37);
}
.get-help .dropdown-menu a{
  color: #f7f7f7;
}
.get-help .dropdown-menu a:hover{
  background: #f7f7f7;
  color: #181F2C;
}
.other-banner{
  min-height: 200px;
  width:100%;
  padding: 48px 0;
  background-color: #4a4848;
  color:#efefef;
  text-align: center;
}
.other-banner p{
  padding: 48px 0 24px 0;
}
.other-content{
  min-height: 200px;
  width:100%;
  padding: 48px 0;
  background-image: url(../../assets/img/areabg.png);
  background-size: cover;
  background-attachment: fixed;
}
.link-color{
  color: #efefef;
  opacity: 0.7;
}
.link-color:hover{
  color: #efefef;
  opacity: 1;
}
.card-cc{
  min-height:100px;
  background:#efefef;
  border-bottom-left-radius: 50% 50%;
  border-bottom-right-radius: 100% 100%;
}
.investors{
  padding:48px 0;
}
.menu-links{
  background:#0D141E;
  color: #efefef;
  text-align: center;
  width: 25%;
  position: fixed;
  z-index: 2400;
  top:70px;
  right: 0;
  height: 90%;
}
.hyperlinks{
  display: block;
  line-height: 40px;
  color: #efefef;
  padding: 10px 20px;
}
.navb{
  background: #0D141E;
  height: 70px;
  line-height: 50px;
  color:#efefef;
}
.text-neutral{
  color:#efefef;
  opacity: 0.8;
}
.text-neutral:hover{
  color: #efefef;
  opacity: 0.9;
}
.widget-tab{
  padding:48px 0;
  color:#efefef;
  background:#0D141E;
}
.call-to-action{
  background-image:url(../../assets/img/others/call-to-action.jpg);
  background-size:cover;
  padding:48px 0;
}
.form-c{
  padding:48px 10px;
  width:70%;
  min-height:250px;
}
.form-reg{
  background:#fff;
  border-radius:5px;
  box-shadow: 1px 1px 3px #888888;
}
.form-control{
  border:none;
  height:30px !important;
  border-bottom:1px solid #888888;
}
.form-control:hover{
  border-bottom-color:#181F2C;
}
.widget-hold{
  min-height: 250px;
  width:100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 24px;
}
.widget-hold::-webkit-scrollbar{
  display: none;
}
.sitename{
  color: #FF5A24;
}
.banner{
  background-image: linear-gradient(to right, #181F2C, rgb(16, 17, 34) ) !important;
  color:#f7f7f7;
  min-height:450px;
  position: relative;
}
.carousel{
  background-image: linear-gradient(to right, #181F2C, rgb(16, 17, 34) ) !important;
}
/* .overlay{
  background:rgba(13, 20, 30, 0.7);
  height: 450px;
  width: 100%;
  position: absolute;
  z-index: 200;
} */
.img-height{
  height: 450px;
}
.zoom {
animation: scale 40s linear infinite;
}

@keyframes scale {
50% {
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2);
}
}
.btn-green{
  background-image: linear-gradient(to right,#42E375,#89E241);
  border-radius:20px;
  padding: 5px 20px;
  color:#000;
  height: 40px;
}
.btn-orange{
  background:#FF5A24;
  border-radius:20px;
  padding: 5px 20px;
  color:#fff;
  height: 40px;
}
.btn-whyte{
  background:#fff;
  border-radius:20px;
  padding: 5px 20px;
  color:#FF5A24;
  height: 40px;
  width:250px;
  border: 1px solid #FF5A24 ;
}
.btn-whyte:hover{
  background: #FF5A24;
  color: #fff;
  transition: ease-in 0.7s;
}
.btn-orange:hover, .btn-orange-sm:hover{
  background: #fff;
  color: #FF5A24;
  transition: ease-in 0.5s;
}
.btn-orange-sm{
  background:#FF5A24;
  border-radius:20px;
  padding:0 20px;
  color:#fff;
  height: 30px;
}
.btn-green:hover{
  background-image: linear-gradient(to right, #89E241,#42E375);
  color:#000;
  transition: ease-in 0.5s;
}
.caro-cap{
  position: absolute;
  /* background:rgba(13, 20, 30, 0.7); */
  background:rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 48px 0;
  z-index: 350;
  line-height: 30px;
}
.curve-img{
  height: 50px;
}
.mrk-icon{
  background:#0C0917;
  min-height: 50px;
  padding: 24px 0;
  color: rgba(239, 239, 239, 0.671);
}
.price-area{
  background:url(../../assets/img/trade-block-bg.png);
  background-size:cover;
  padding: 48px 0;
}
.img-z{
  height:80px;
  width:80px;
  border-radius:50%;
}
.kkk{
  height:90px;
  width:100%;
}
.btn-xs-orange{
  background:#FF5A24;
  color:#fff;
  border-radius:20px;
}
.btn-xs-orange:hover{
  background:#fff;
  color:#FF5A24;
  transition:ease-in 0.7s;
}
.bd{
  box-shadow: 1px 1px 3px #888888;
  border-radius:4px;
  padding:6px 15px;
  width:95%;
}

.price-area .card-body{
  min-height:300px;
  padding:20px 0 48px 0;
}
.price-area li {
  list-style-type:none;
  line-height: 35px;
}

.ch{
  background: url(../../assets/img/block-header-bg.png) center;
  min-width: 200px;
}
.caro-cap p{
  font-size:16px;
  font-weight: 200;
}
.before-scroll-links .nav{
  color: #efefef;
  text-transform: uppercase;
}
.before-scroll-links .nav a{
  color: #efefef;
  opacity: 0.6;
}
.before-scroll-links .nav a:hover{
  color: #efefef;
  opacity: 1;
}
.footer{
  padding: 48px 0;
  background: #181F2C;
  color: #efefef;
}
.footer hr{
  background: #efefef;
}
.footer-img{
  height: 40px;
  width: 80px;
}
.footer li{
  list-style-type: none;
}
.footer li a{
  color:rgba(239, 239, 239,0.7);
  text-decoration: none;
}
.footer li a:hover{
  color:rgba(239, 239, 239,1);
}
.yup-img-style{
  height: 70px;
  margin-bottom: 24px;
}
.registry{
  padding: 48px 0;
  background: #0D141E;
  color: #efefef;
}
.text-orange{
  color: #FF5A24;
}
.other-content .card{
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.other-content .card-header{
  background: transparent;
  padding: 0px 5px;
  border: none;
  color: #000;
  margin: 0;
}
.other-content .card-header .btn-link{
  color: #000;
}
.form-container{
  width: 60%;
  margin: auto;
}
.step-list {
margin-bottom: 65px; 
}
.step-list__item {
padding: 0;
-webkit-box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
background: #fff;
}
.step-list__item h3 {
color: #fff;
font-size: 26px;
font-weight: 900;
padding: 17px 15px 15px;
background: #372798;
margin-bottom: 0;
text-align: center;
}
.step-list__item:first-child h3 {
background: #73ae20;
}
.step-list__item:last-child h3 {
background: #ff5a24; 
}
.step-list__item .icon {
font-size: 84px;
margin-bottom: 22px;
display: block;
color: #f0b400;
}
.step-title {
margin-bottom: 20px;
font-size: 18px;
font-weight: 700;
color: #322580;
text-transform: uppercase;
}
.step-body {
padding: 34px 35px 15px;
line-height: 1.5;
font-size: 14px;
color: #0f0f0f;
}
.btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.paragraph-body {
  font-size: 16px;
  line-height: normal;
  color: #000000; 
  line-height: 1.5;
  text-align: justify;
}
.list-item {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 25px;
}
.testimonial-pic {
  background:#FFF; 
  width:100px; 
  height:100px;
  position:relative;
  display:inline-block;
  border:5px solid #FFF; 
}
.testimonial-pic.radius {
  border-radius:100%; 
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
}
.testimonial-pic.radius img { 
  width:100%; 
  border-radius:100%; 
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
}
.testimonial-pic.shadow {
  -webkit-box-shadow:2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  box-shadow:2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}
.quote-left,
.quote-right {
  position:relative;
}
.quote-left:before,
.quote-right:after {
  font-family: "FontAwesome";
  position:absolute ;
  z-index:10;
  top:15px;
}
.quote-left:before {
  content:"\f10d"; 
  left:0;
}
.quote-right:after {
  content:"\f10e";
  left:auto;
  right:0; 
}
.testimonial-text {
  padding:15px;
  position:relative;
}
.testimonial-text p:last-child{
  margin:0;
}
.testimonial-detail {
  padding:5px;
}
.testimonial-name,
.testimonial-position {
  display:block;
}
.testimonial-position {
  font-style:italic;
}
.testimonial-text p {
  margin:0;
}

/*7.1 testimonial with background image*/
.testimonial-bg {
  color:#fff;
}
.radius-bx { 
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
}
.testimonial-5, .testimonial-grid-5{
  margin-left: 70px;
  position: relative;
}

.testimonial-5 .testimonial-pic-block,
.testimonial-grid-5 .testimonial-pic-block{
  left: -13%;
  position: absolute;
  top:20%;
}

.testimonial-5 .testimonial-text,
.testimonial-grid-5 .testimonial-text{
  padding:40px 30px 40px 110px;
}
.testimonial-5 .testimonial-pic,
.testimonial-grid-5 .testimonial-pic{
  float:left;
  width:130px;
  height:130px;
  position:relative; 
  z-index:2;
  border:none;
}

.testimonial-5 .testimonial-pic-block.radius-bx .testimonial-pic:after,
.testimonial-grid-5 .testimonial-pic-block.radius-bx .testimonial-pic:after{
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color:#ff5a24;
  width: 110%;
  height: 110%;
  left: -2%;
  top: -2%;
  z-index: -1;
}

.testimonial-5 .testimonial-name,
.testimonial-grid-5 .testimonial-name,
.testimonial-5 .testimonial-position,
.testimonial-grid-5 .testimonial-position{
  display: block;
}
.testimonial-5 .fa-quote-left,
.testimonial-grid-5 .fa-quote-left{
  font-size:36px;
}

.testimonial-5 .testimonial-paragraph p,
.testimonial-grid-5 .testimonial-paragraph p{
  padding:5px 0px;
}


.testimonial-5 .testimonial-name,
.testimonial-grid-5 .testimonial-name{
  color:#2a2a2a;
  text-transform:uppercase;
  font-size:15px;
}

.testimonial-5 .testimonial-position,
.testimonial-grid-5 .testimonial-position{
  font-style:normal;
}

.testimonial-5 .testimonial-detail,
.testimonial-grid-5 .testimonial-detail{
  padding-left:0px;
  padding-right:0px;
}

@media only screen and (max-width:480px) {
.testimonial-5, .testimonial-grid-5{
  margin-left: 0%;
  position: relative;
}
.testimonial-5 .testimonial-pic-block,
.testimonial-grid-5 .testimonial-pic-block{
  left: inherit;
  position: inherit;
  text-align: center;
  top: inherit;
  padding-top:30px;
}
.testimonial-5 .testimonial-text,
.testimonial-grid-5 .testimonial-text{
  padding:40px;
}
.testimonial-5 .testimonial-pic,
.testimonial-grid-5 .testimonial-pic{
  float:none;
} 
}

/*======================================
20. SLIDER
======================================*/

/*-------------------------------------
  1. owl slider 
-------------------------------------*/

/*-------------------------------------
  1.1  next pre btn
-------------------------------------*/
.owl-carousel .owl-nav {
  margin-top:40px;
  text-align: center;
}

.owl-carousel .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

/*-------------------------------------
  1.2 owl dots button
-------------------------------------*/
.owl-carousel .owl-dots {
  text-align:center;
  margin-top:20px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
  width:12px;
  height:12px;
  margin:5px 7px;
  background: #171f2c;
  border:1px solid #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ff5a24;
}

/*-------------------------------------
  1.3 owl button top to center
-------------------------------------*/
.owl-btn-top-center .owl-nav,
.owl-btn-top-left .owl-nav,
.owl-btn-top-right .owl-nav {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  margin:0;
}
.owl-btn-top-center .owl-stage-outer,
.owl-btn-top-left .owl-stage-outer,
.owl-btn-top-right .owl-stage-outer {
  padding-top:60px;
}
.owl-btn-top-center .owl-nav {
  text-align:center;
}

/*-------------------------------------
  1.4 owl button top to left
-------------------------------------*/
.owl-btn-top-left .owl-nav {
  text-align:left;
}

/*-------------------------------------
  1.5 owl button top to right
-------------------------------------*/
.owl-btn-top-right .owl-nav {
  text-align:right;
}

/*-------------------------------------
  1.6 owl button bottom to center [it is default position ]
-------------------------------------*/
.owl-btn-bottom-center .owl-nav {
  text-align:center;
}

/*-------------------------------------
  1.7 owl button bottom to left
-------------------------------------*/
.owl-btn-bottom-left .owl-nav {
  text-align:left;
}

/*-------------------------------------
  1.8 owl button bottom to right
-------------------------------------*/
.owl-btn-bottom-right .owl-nav {
  text-align:right;
}

/*-------------------------------------
  1.9 owl button vertical to center
-------------------------------------*/
.owl-btn-vertical-center .owl-nav { 
  margin:0px;
}
.owl-btn-vertical-center .owl-nav .owl-prev,
.owl-btn-vertical-center .owl-nav .owl-next {
  position:absolute;
  top:50%;
  margin:-15px 0;
}
.owl-btn-vertical-center .owl-nav .owl-prev {
  left:0;
}
.owl-btn-vertical-center .owl-nav .owl-next {
  right:0;
}

/*-------------------------------------
  1.10 owl button show on hover
-------------------------------------*/
.owl-btn-hover .owl-nav {
  opacity:0;
}
.owl-btn-hover:hover .owl-nav {
  opacity:1;
}

.owl-carousel .owl-item img{
  transform-style: inherit;
}

/*-------------------------------------
  1.11 owl slider button
-------------------------------------*/
.owl-prev,
.owl-next {
  background-color: #212121;
  border-color: #212121;
  color: #ffffff;
  padding:8px 10px;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  border-width:1px;
  border-style:solid;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  opacity:0.5;
}
.owl-prev {
  margin-right:5px;
}
.owl-next {
  margin-left:5px;
}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
  background-color: #212121;
  border-color: #212121;
  color: #ffffff;
  opacity:0.9;
}

/*-------------------------------------
  1.12 owl dots nav position
-------------------------------------*/

.owl-dots-bottom-left .owl-dots,
.owl-dots-bottom-right .owl-dots ,
.owl-dots-bottom-center .owl-dots{
  bottom:0px;
  padding:15px 20px;
  position: absolute;
  width:100%;
}
.owl-dots-bottom-left .owl-dots {
  text-align: left;
}

.owl-dots-bottom-right .owl-dots {
  text-align: right;
}