
/* .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: #fff;
    -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: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: #000  !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: 100%;
    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: #b9d7ff; */
  background-image: url(../images/parallax-bg-1.jpg);
  background-blend-mode: overlay;
    background-repeat: no-repeat;
    /* background-position: center 0; */
    background-size: cover;
    padding:80px 0px 0px 0px;
	background-position-y: 96%;
	background-position-x: 49%;
	
}
.height-vh{
	height:95vh
}



.t-bner-card {
    text-align: center;
    margin-bottom: 15px;
	padding-top: 15px;
}
.t-bner-card img{
	width:68px
}
.big-n-f {
    font-weight: 800;
    font-size: 24px;
    color: #fff;
}

.small-n-f {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.hero-inner{
	
	background:#F0E9E1;
	padding: 80px 0 !important;
	/*  background-image: url(../images/parallax-bg-1.jpg), linear-gradient(#348bff,#88b9f9);  */
	/*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: cover;
	
	background-position-y: 69%; */
    /* 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;
	color: #000;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    margin-left: 10px;
    color: #1a5e90;
    content: "/";
}
.hero-inner h1{
	color:#000;
	font-weight:800;
}

.hero-inner p
{
	color:#000
}
.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 #1262ff;
    border-radius: 50rem;
    color: #fff;
    padding: 10px 20px;
    background: #1262ff;
	
	}
	
.btn-2:hover{
	background:#1262ff;
	color: #fff;
}

.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, #ff7c2e00, #ff7c2e00);}
.bg-grad-3{background: linear-gradient(45deg, #31c4f3, #8a33fa);}

.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;
}



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

.gray-card{
    background: #f0e9e161;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 8px;
   border: solid 1px #282828;
    /* box-shadow: 6px 6px 35px 0px rgb(191 219 255 / 41%); */
}

/* .gray-card:hover{
    background: #8abaff;
} */


.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: #a3a3a3;
    font-size: 9px;
    vertical-align: middle;
    padding-right: 7px;
}

.f-ul-address li a span {
    color: #a3a3a3;
    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, #080808 , #7c7c7c);
}
.timeline-grad>.li-grad-2::after {
   background: linear-gradient(128deg, #080808 , #7c7c7c);
}
.timeline-grad>.li-grad-3::after {
  background: linear-gradient(128deg, #080808 , #7c7c7c);
}
.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: #000;
}
.timeline-grad>li:nth-last-child(1)::before{
	width: 0px;
}

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

ul.list_arow li:before {
    content: "\f058";
    font-family: 'Font Awesome\ 5 Free';
    margin: 0px 8px 32px -37px;
    color: #383838;
    font-size: 26px;
    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;
}
thead {
    background: #404040;
    color: #fff;
}

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

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

.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 {width:86px}

.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, #464646, #1e1e1e);
}

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



@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: #ff7c2e;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    margin:1px;
}

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

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

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

a.btng1 {
    background: #000;
    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: #f0e9e1;
}

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

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

.logbt a span{ color: #fff!important;}

.signbt{
     background: #000;
    border-radius: 50px;
    color: black!important;
}
.signbt a span{ color: #fff!important;}



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

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

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: #0060d9;
    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:600;
	color:#ff7c2e;
}

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

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

.btn-primary-2, .btn-primary-2:hover {
    background: #464646;
    color: #fff;
    border-radius: 50px;
	margin-top:15px;
	font-weight:600;
}
.first-ul{
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
   border: solid 2px #b9d7ff;
    box-shadow: 6px 6px 35px 0px rgb(191 219 255 / 41%);
}

.first-ul:hover{
    background: #C3E6FD;
}

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

.first-ul h2{
	font-weight:600;
    font-size: 22px;
}
.first-ul img{
    width: 280px;
} 


.class-role {
    color: #282828;
    font-size: 82px;
    line-height: 92px;
    font-weight: 800;
   /* text-shadow: 2px 2px 5px #000; */
}

#role {
   color: #282828;
    font-size: 82px;
    line-height: 92px;
    font-weight: 800;
	
}

.set-ico-top{
	color: #ffcc00;
    font-size: 50px;
	text-shadow: 2px 3px 20px #ffb307;
}

.banner-p{
	    color: #282828;
    font-size: 20px;
    font-weight:600;
}



.blur-section{
	background: #04040450;
    border: none;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgb(51 51 51 / 6%);
    border-radius: 4px;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
}

.banner-btn-1, .banner-btn-1:hover {
    background: #1262ff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    margin: 1px;
}

.banner-btn-2, .banner-btn-2:hover{
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    margin: 1px;
}


.acc-card {
    background: #fff;
    border-radius: 40px 40px 0px 0px;
    border: solid 1px #282828;
    margin-bottom: 15px;
}

.acc-card-active {
    background: #fff;
    padding: 15px;
    border-radius: 8px 8px 0px 8px;
    border: solid 2px #1262ff;
    margin-bottom: 15px;
}

.acc-2{
    margin-bottom: 10px;
	padding: 15px 15px 0px 15px;
}

.plan-t {
    background: #282828;
    padding: 15px;
    border-radius: 40px 40px 0px 0px;
    text-align: center;
    color: #fff;
}
.acc-1{
    margin-bottom: 15px;
	padding: 8px 15px;
    background: #ff7e56;
}

.acc-1 b{
    font-size: 25px;
}


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


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

.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 0px;
}

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

.set-ii {
    display: flex;
    align-items: center;
}

.set-ii .nx-icon2 {
   background: #1262ff;
    padding: 10px;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 8px;
    margin-right: 15px;
    margin-bottom: 15px;
    filter: drop-shadow(4px 4px 7px #418fff);
}

.set-ii img {
    width: 32px;
}

.img-filter-white{
    filter: brightness(0) invert(1);
}

.footer-one{
   background: #282828; 
   /* background-image: url(../images/banner-bg-img-2.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


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












@media (max-width:768px) and (min-width:320px){
    .banner-text{
    padding-top: 94px;
    }
    #role {
    color: #fff;
    font-size: 38px;
    line-height: 30px;
    font-weight: 800;
    }
    .media-mar-3{
        margin-top: 15px;
    }
	
	.height-vh{
	height:56vh
}

.class-role {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 800;
    text-shadow: 2px 2px 5px #000;
}

}

.hero-section {
    z-index: 0;
    overflow: hidden;
    position: relative;
    padding: 210px 0 130px;
    background-color: #f0e9e1;
}
.hero-thumb{
	position: absolute;
    bottom: 0;
    right: 0;
}

.nc-card {
    background: #282828;
    border-radius: 100px 100px 8px 8px;
    text-align: center;
    padding: 15px 10px 10px 10px;
	margin-bottom:15px;
}

.nc-card h4{
	font-size: 14px;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
}

.nc-card p{
	font-size: 14px;
    color: #fff;
}

.bigfont{
	font-size: 42px;
    font-weight: 900;
}

.zero-decor{
	background: #282828;
    padding: 15px 15px 0px 15px;
    border-radius: 15px;
}



