
/* .sticky-wrapper.is-sticky .site-navbar {
    background: -webkit-linear-gradient(to right, #fff, #fff);
    background: -o-linear-gradient(to right, #fff, #fff);
    background: -moz-linear-gradient(to right, #fff, #fff);
    background: linear-gradient(to right, #fff, #fff);
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgb(0 0 0 / 10%);
    box-shadow: 4px 0 20px -5px rgb(0 0 0 / 10%);
} */

.sticky-wrapper.is-sticky .site-navbar {
   background: #121212;
    -webkit-box-shadow: 4px 0 20px -5px rgb(0 0 0 / 10%);
    box-shadow: 0px 6px 9px 0px rgb(0 0 0 / 10%);
}

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

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: #fff  !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
    font-size: 14px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
    font-size: 14px;
    color: #000;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 55px;
    position: absolute;
    text-align: left;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 2px 10px -2px rgb(0 0 0 / 45%);
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 45%);
    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;
	border-radius:6px;
}

.hero {
   background-image: url(../images/lineimg.png);
    /* background-blend-mode: overlay; */
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

.hero-inner{
	background-image: url(../images/bg12-min.jpg), linear-gradient(#7c0388,#374b7f);
    padding: 80px 0 !important;
     background-position: 66% 50%;
	/*background: radial-gradient(circle at 5% 0,transparent 7%,hsl(22deg 100% 72%) 7.1%,hsl(22deg 100% 34%) 9%,transparent 9.1%),radial-gradient(circle at 95% 90%,transparent 17%,hsl(10deg 9% 15%) 17.2%,hsl(0deg 0% 85%) 19%,transparent 19.2%),linear-gradient( 170deg,#e7e7e7 39%,#e7e7e7);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	*/
    /* background-blend-mode: overlay; */
    /* background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover; */
	
	/* background: radial-gradient(circle at 5% 0px, transparent 7%, rgb(36, 31, 30) 7.1%, rgb(198, 194, 190) 9%, transparent 9.1%) center center / contain no-repeat, radial-gradient(circle at 95% 90%, transparent 17%, rgb(42, 36, 35) 17.2%, rgb(171, 166, 160) 19%, transparent 19.2%), linear-gradient(170deg, rgb(243, 205, 41) 39%, rgb(243, 205, 41)); */
	
}

.inner-top-bg {
  background-image: url(../images/parallax-bg-1.jpg), linear-gradient(90deg, #0000003b,#010102f5);
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff !important;
    padding: 100px 0 !important;
    background-size: cover;
    background-position: 66% 50%;
    background-blend-mode: overlay;
    background-attachment: fixed;
}

.breadcrumbs {
    min-height: 40px;
    margin-top: 66px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    margin-left: 10px;
    color: #1a5e90;
    content: "/";
}

.typer-decor{
	font-size: 6rem;
    font-weight: 600;
	height:8rem;
	text-transform: uppercase;
}

.btn-1{
	font-size: 16px;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-decoration: none;
    letter-spacing: 0.7px;
	border:solid 3px #fff;
	border-radius: 0rem;
	color:#fff;
	padding:10px 20px;
	font-size:20px;
	}
	
.btn-1:hover{
	background:#fff;
	color: #3d3d3d;
}

.btn-2{
	font-size: 14px;
    font-weight: 500;
    /* text-transform: uppercase; */
    text-decoration: none;
    letter-spacing: 0.7px;
	border: solid 2px #ce5909;
    border-radius: 50rem;
    color: #fff;
    padding: 10px 20px;
    background:#ce5909;
	
	}
	
.btn-2:hover{
	background:#eb640b;
    border: solid 2px #eb640b;
	color: #ffffff;
}

.btn-3{
	font-size: 14px;
    font-weight: 500;
    /* text-transform: uppercase; */
    text-decoration: none;
    letter-spacing: 0.7px;
	background:#fff;
	border:solid 2px #fff;
	border-radius: 0rem;
	color:#000;
	padding:10px 20px;
	}
.btn-3:hover{
	background:#fff;
	color: #3d3d3d;
}

.bg-black{background:#000}
.bg-gray{
	background-image: url(../images/bg12-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fw-600{font-weight:600}
.sec-pad-80{padding-top: 80px; padding-bottom:80px}

.sec-two h3 {
	color:#fff;
	font-weight:600;
}

.sec-two p{color:#fff}

.title-sec-3{
	font-size: 3rem;
    font-weight: 600;
	background-color: #fff;
 background-image: linear-gradient(90deg, #FC178C , #3b5ffe);
  background-size: 100%;
  background-repeat: repeat;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.title-1{
	font-weight: 600;
	background-color: #fff;
 background-image: linear-gradient(90deg, #FC178C , #3b5ffe);
  background-size: 100%;
  background-repeat: repeat;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.title-2{
	font-weight: 600;
	background-color: #fff;
  background-image: linear-gradient(45deg, #00e075, #31c4f3);
  background-size: 100%;
  background-repeat: repeat;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.bg-grad-1{background: linear-gradient(45deg, #FC178C , #8a33fa);}
.bg-grad-2{background: linear-gradient(89deg, #6d6d6d, #6d6d6d);}
.bg-grad-3{background: linear-gradient(45deg, #31c4f3, #8a33fa);}
.bg-grad-4{background: linear-gradient(45deg, #ce5909, #ffffff);}

.sec-trade-with-icon ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
}
.sec-trade-with-icon ul li {
   margin-right: 20px;
    border: 1px solid #000000;
    background: #191919;
    box-sizing: border-box;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    padding-top: 11px;
    padding-left: 13px;
}

.bag-shake  {
	width:270px;
	/* margin-top:-70px; */
  animation: shake 5s;
  animation-iteration-count: infinite;
}

/* @keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
} */

.icon-flip-hover p{
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.5;
}



.f-ul-nav {
    list-style: none;
    display: flex;
    padding-left: 0px;
    float: right;
}

.f-ul-nav li {
    margin-right: 15px;
    color: #636363;
}

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

.bod-fot {
    border-bottom: solid 1px #636363;
}

.f-ul-links, .f-ul-address, .f-ul-social {
    list-style: none;
    padding: 0px;
}

.f-ul-links li a, .f-ul-address a, .f-ul-social a {
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
}

.f-ul-links li a span {
    color: #ffffff;
    font-size: 9px;
    vertical-align: middle;
    padding-right: 7px;
}

.f-ul-address li a span {
    color: #ffffff;
    font-size: 16px;
    vertical-align: middle;
    padding-right: 7px;
}

.f-ul-social li {
    margin-bottom: 15px;
}

.f-ul-social li a {
    background:#212121;
    height: 44px;
    width: 44px;
    display: inline-block;
    padding-top: 13px;
    border-radius: 50px;
}



.mng-adrs-icon {
    float: left;
    margin-bottom: 34px;
    margin-right: 10px;
}

.c-center {
    text-align: center;
}

.mar-r-15 {
    margin-right: 15px;
}

.l-cont img{margin-bottom:15px}
.cont-card{
	padding:15px;
	border: solid 1px #ececec;
	border-radius:6px;
	box-shadow: rgb(25 28 31 / 6%) 0px 3px 6px, rgb(25 28 31 / 6%) 0px 1px 2px, rgb(25 28 31 / 4%) 0px -1px 0px;
    transition: transform 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s;
}

.cont-card:hover{
	box-shadow: rgb(25 28 31 / 8%) 0px 14px 32px, rgb(25 28 31 / 4%) 0px 8px 16px, rgb(25 28 31 / 4%) 0px -1px 0px;
    transform: translate3d(0px, -10px, 0px);
    cursor: pointer;
}

.inner-ban-pad{padding:80px 0px}

.timeline-grad{
	position: relative;
}

/*Line*/
.timeline-grad>li::before{
	content:'';
	position: absolute;
	width: 1px;
	background-color: #3e3e3e;
	top: 0;
	bottom: 0;
	left:-19px;
}

/*Circle*/
.timeline-grad>li::after {
    text-align: center;
    padding-top: 14px;
    z-index: 10;
    content: counter(item);
    position: absolute;
    width: 50px;
    height: 50px;
    /* border: 3px solid #ff5a23;
    background-color: #ff8a62; */
    border-radius: 50%;
    top: 0;
    left: -43px;
    color: #fff;
}

.timeline-grad>.li-grad-1::after {
    background:linear-gradient(128deg, #ff3535 , #ff3535);
}
.timeline-grad>.li-grad-2::after {
   background:linear-gradient(128deg, #ff3535 , #ff3535);
}
.timeline-grad>.li-grad-3::after {
  background:linear-gradient(128deg, #ff3535 , #ff3535);
}
.timeline-grad>li{
	counter-increment: item;
	padding: 3px 10px 50px 20px;
	margin-left: 0px;
	min-height:70px;
	position: relative;
	background-color: #ffffff00;
	list-style: none;
	color: #fff;
}
.timeline-grad>li:nth-last-child(1)::before{
	width: 0px;
}

ul.list_arow li {
    position: relative;
    padding: 0px 0px 14px 9px;
    display: block;
	color:#fff;
    line-height: 1.6em;
}

ul.list_arow li:before {
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    margin: 0px 8px 32px -37px;
    color: #ce5909;
    font-size: 18px;
    vertical-align: middle;
	font-weight: 700;
}

ul.list_arow.inlien {
    padding-left: 15px;
	margin-bottom: 0rem;
}
ul.list_arow.inlien li {
    display: inline-block;
    padding: 11px 26px;
    margin: 10px;
    background: #dedede00;
    border-radius: 6px;
}

.tbl-scroll {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.table-striped tbody tr:nth-of-type(odd) {
   background-color: #b7b7b7;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #959595;
    color: #fff;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e600;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e614;
}

.card-img-1 img {margin-bottom: 15px;}

.nav-pills-decor {
    background: #c3c3c347;
    padding: 7px;
    border-radius: 4px;
	margin-bottom: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: linear-gradient(
45deg, #ce5909, #ce5909);
border-radius: 33px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #a9a9a9;
}



@media (max-width:992px) and (min-width:320px){
	.typer-decor {
    font-size: 3rem;
    font-weight: 600;
    height: 3rem;
    text-transform: uppercase;
	}
	.bag-shake {
    width: 270px;
    margin-top: 4px;
    animation: shake 5s;
    animation-iteration-count: infinite;
	}
	.c-center {
		text-align: left;
	}
	.f-ul-nav {
    list-style: none;
    display: flex;
    padding-left: 0px;
    float: left;
}
}

/* mycss */


/* .toppad {
 padding-top: 160px; 
    padding-bottom: 80px;
} */
.ttb{
	color:#000;
	font-weight: 700;
	font-size:48px;
}


a.btny0 {
    background: #00BC84;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    margin:1px;
}

a.btny0:hover {
    background: #00BC84;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    border:solid 1px #000
}

a.btny1 {
    background: #ce5909;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
	margin:1px;
}

a.btny1:hover {
    background: #ce5909;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
	
}

a.btng1 {
    background: #464646;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    margin: 1px;
}

a.btng1:hover {
    background: #464646;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
	
}

.card-top img{
	border-radius:6px;
	transition: margin-top 0.5s ease;
}

.card-top img:hover{
	margin-top: -10px;
}

.bg-yellow{
	background: #121212;
}

.white{
	color:#fff
}
.c-yellow{
	color:#ce5909;
}

.logbt{
    background: #00BC84;
    border-radius: 50px;
    color: black!important;
    margin-right: 8px;
}

.logbt a span{ color: black!important;}

.signbt{
     background: #6a6a6a;
    border-radius: 50px;
    color: black!important;
}



@media (max-width: 992px) and (min-width: 320px){
    a.btny1 {
    background: #00BC84;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    margin:1px;
    font-size: 9px;
}

a.btny1:hover {
    background: #00BC84;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    border:solid 1px #000;
    font-size: 9px;
}

a.btng1 {
    background: #d1d1d1;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    margin: 1px;
    font-size: 9px;
}

a.btng1:hover {
    background: #d1d1d1;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    border:solid 1px #000
    font-size: 9px;
    }
    .logbt{
    background: #00BC84;
    border-radius: 50px;
    color: black!important;
    margin-bottom: 15px;
    text-align: center;
    }
    .signbt{
     background: #6a6a6a;
    border-radius: 50px;
    color: black!important;
    text-align: center;
    }
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left; 
}

.banner-text h1{
	font-weight:300;
	color:#acacac;
    font-size: 45px;
}

.banner-text p{
	font-weight: 600;
    color: #fff;
}
.banner-btn{
	display:flex
}

.btn-primary-1, .btn-primary-1:hover {
    background: #ce5909;
    color: #fff;
    border-radius: 50px;
	margin-top:15px;
	font-weight:600;
}

.btn-primary-2, .btn-primary-2:hover {
   background: #ffffff;
    color: #000;
    border-radius: 50px;
	margin-top:15px;
	font-weight:600;
}

.first-ul i{
	font-size: 42px;
	color:#00BC84;
	margin-right:15px
}

.first-ul h2{
	font-weight:300;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
}

.gray-card{
    position: relative;
	background: #ffffff;
    padding: 22px 35px;
	/* border-radius:35px 16px 0px 16px ; */
    /* min-height: 305px; */
    height: 100%;
    display: flex;
    justify-content: start;
    border-bottom: 3px solid #ffffff!;
    margin-top: 15px;
    border-radius: 7px;

}
.gray-card::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background-color: transparent!;

}
.gray-card:hover::before{
    height: 7px;
    transition: .2s ease-in-out all;
    background: #ff7b23;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.gray-card-hover-1, .gray-card-hover-2, .gray-card-hover-3{border:solid 0px #ffffff;}



.trading-box{
    display: flex;
    justify-content: start;
    flex-direction: column;
}



.trading-box .trading-box-details h5{
  color: #333;
  font-size: 24px;
}
.trading-box .trading-box-details p{
    padding:8px 0;
  }

.an-c-img{
 height: 70px;
 width: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 50%;
    
}

.an-c-number{
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 50%;
    /* border: 1px solid #f3f3f3; */
    margin-bottom: 20px;
}


.an-c-number span{
    font-size: 120px;
    font-weight: 600;
    color: rgb(230, 105, 9);
}
/* .an-c-number span.blue{
    color: #aea5ff;
}
.an-c-number span.green{
    color: #cafbb6;
}
.an-c-number span.red{
    color: #ff9797;
} */
.an-c-img img{
    width: 45px;
}



.an-check-div {
    background: #323232;
    padding: 10px;
    border-radius: 7px;
    text-align: center;
}

.acc-card {
    background: #323232;
    padding: 15px;
    /* border-radius: 8px 8px 0px 8px; */
    border: solid 2px #dddddd;
}

.acc-card-active {
    background: #323232;
    padding: 15px;
    /* border-radius: 8px 8px 0px 8px; */
    border: solid 2px #ce5909;
    transform: scale(1.1);
}

.acc-2{
    margin-bottom: 30px;
    color: #fff;
}

.plan-t {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ce5909;
}
.acc-1{
    margin-bottom: 15px;
}

.acc-1 b{
    font-size: 35px;
    color: #fff;
}

.an-badge span{
  background: #c5c5c5;
    /* height: 24px; */
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50px;
    color: #333333;
}

.an-i .fa-check-circle{
    color: #ffffff;
}

.an-i .fa-times-circle{
    color: #ff3535;
}

.open-acc1 {
    background: #ededed;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px 8px 0px 8px;
}

.open-acc2 {
    background: #ce5909;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px 8px 0px 8px;
}

.breadcrumbs li, .breadcrumbs li a{
    color: #fff!important;
}

.hero-inner h1 span{
    color: #ce5909!important;
}

@media (max-width:768px) and (min-width:320px){
    .banner-text{
    padding-top: 94px;
    }

    .acc-card, .acc-card-active {
        margin-bottom: 15px;
    }
}

.btny1, .btng1{
    display: none;
}

 .logbt, .signbt{
    display: none;
 }

 .hero-inner h1{
    color: #ce5909!important;
font-weight: 600; }

  .hero-inner p  {
        color: #ffffff;
    }

    .sec-three h1, .sec-three h3{
        color: #fff!important;
    }

    h4{
        color: #fff;
    }

    h5{
        color: #fff;
    }

    .fw-600{
        color: #fff;
    }

    .bg-primary{
        background-color: #ce5909 !important;
      }
      

      .section-titile{
           display: block;
           margin-bottom: 50px;
      }
      .section-titile h2, .section-titile.h2 {
        font-size: 2.6rem;
        font-weight: 600;
        color: #fff;
        padding-bottom: 10px;
        padding-top: 0px;
        
      }
      .section-titile p{
        font-size: 18px; color: #fff;
      }
      
      ul.chek-list{
        list-style-type: none;
        position: relative;
        margin: 28px 0;
        padding: 0;
      }
      ul.chek-list li{
        display: flex;
        list-style-type: none;
        align-items: center;
        line-height: 1.6em;
        padding-bottom: 12px;
      }
      ul.chek-list li i{
        color: #ce5909;
      }
      ul.chek-list li span{
        display: inline-block;
        margin-left: 10px;
        font-size: 16px;
      }

      marquee
      {
        display: block;
        padding: 7px 0;
      }

marquee a{
    color: #333;
    text-decoration: none;
}
marquee a b{
    font-weight: 600;
    font-size: 14px;
}
marquee a span{
    color: #ce5909;
    font-weight: 600;
    font-size: 14px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}