
/* CSS Document input 
    font-family: 'OptimaLTW02-Roman';
    font-family: "Lato", sans-serif ;
*/ 
::-webkit-scrollbar {
    width: 11px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #f00014;
    border: 3px solid #1a3652;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background: #1a3652;
}
body{ 
    background: #ffffff !important;
    background-size: 100% 100% !important;
    font-family: "Lato", sans-serif !important;
    color: #001547  !important;
    background-attachment: fixed !important;
}
body button{
    border: none;
    outline: none;
    cursor: pointer; 
    background: transparent;
}
body h1,body h2,body h3,body h4,body h5,body h6,body p{
    padding: 0px;
    margin: 0px;
}
body a{
    text-decoration:none;
    cursor: pointer; 
    color: #001547;
    font-size: 14px; 
}
body a:hover{
	text-decoration:none;
    color: #3678f4; 
}
body ul{
	padding:0px;
	margin:0px;
    list-style-type: none;
}
body li{
    list-style-type: none;
}
.img-fluid{
    margin: auto !important;
}
/******=======  TOP PART END  =======******/

/******=======  TRANSATOR PART START  =======******/
.skiptranslate{
    display:none;
}
.lang_selct{
    display: flex;
    align-items: center;
    background: no-repeat;
    padding: 0px;
    border-radius: 50px;
    position: relative;
    transition: 0.7s;
    max-width: 105px;
    border: none;
}
.lang_selct:hover{
    filter: drop-shadow(2px 2px 3px black);
    transition: 0.6s;
}
.lang_selct img{
    max-width: 18px !important;
    margin: 0px 20px 0px 0px;
}
.lang_selct select{
    width: 100%;
    max-width: 44px;
    background: transparent;
    border: none;
    letter-spacing: 2px;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: #4e4e4e;
    text-transform: uppercase;
}
.lang_selct select option{
    font-size:11px;
    font-weight:300;
    background:#333;
    color:#dfdfdf;
    max-width:100px;
    position:relative;
    left:-50px;
}
/******=======  TRANSATOR PART END  =======******/

/******=======  TOP PART SATRT  =======******/
.progress-wrap {
    background: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgb(143 143 143 / 30%);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	content: '\2191';
	text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	content: '\2191';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
    stroke: #000;
    stroke-width: 4px;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/******=======  TOP PART END  =======******/


/******=======  EHADER PART SATRT  =======******/
.header_bg{
    background: url(../images/banner_bg.png);
    background-size: 100% 100%;
    position: relative;
    padding: 10px 0px 50px;
}
.header_bg .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
.header_bg .nav-item{
    margin: 0px 0px 0px 13px;
}
.header_bg .nav-link{
    font-size: 14px;
    font-weight: 600;
    color: #4e4e4e;
    transition: 0.7s;
    text-transform: uppercase;
}
.header_bg .nav-link:hover{
    color:#000;
    transition: 0.8s;
}
.header_bg .nav_but{
    display:flex;
    
}
.header_bg .nav_but .but1{
    background: linear-gradient(45deg, #3f375d, #c54f6f, #fec3b8);
    
}
.header_bg .nav_but .but{
    margin: 0px 0px 0px 5px;
}
header .but{
    background: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    border-radius: 2px;
    padding: 10px 38px !important;
}
.ban_row{
    padding: 35px 0px 0px;
}
.head1{


}
.head1 h1{
    font-size: 51px;
    font-weight: 300;
    color: #333333;
    padding: 0px 0px 5px 0px;
}
.head1 p{
    font-size: 15px;
    font-weight: 300;
    color: #060606;
    line-height: 23px;
    padding: 10px 0px 0px 0px;
}
.head{


}
.head h1{
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 5px 0px;
    text-transform: uppercase;
}
.head p{
    font-size: 15px;
    font-weight: 300;
    color: #dddbdb;
    line-height: 24px;
    padding: 5px 0px 0px 0px;
}
.head2 h1{
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
}
.head2 p{
    font-size: 14px;
    font-weight: 300;
    color: #565656;
    line-height: 24px;
    padding: 6px 0px 0px 0px;
}
.text_but{
    padding: 35px 0px 0px;
}
.text_but .but{
    padding: 11px 28px;
    background: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    border-radius: 2px;
    text-align: center;
    overflow: hidden; 
    max-width: 207px; 
    width:100%; 
    position: relative; 
    cursor: pointer; 
}
.but:after { 
    content: " "; 
    width: 0%; 
    height: 100%; 
    background: #131f1f; 
    position: absolute; 
    transition: all 0.4s ease-in-out; 
    right: 0; 
    top:0px; 
    border-radius: 2px;
} 
.but span { 
    position: relative;
    z-index: 1;
} 
.but:hover span{ 
    color: #fff !important; 
    position: relative; 
} 
.but:hover::after { 
    right: auto; 
    left: 0; 
    width: 100%; 
} 
.text_but .but1{
    background: transparent;
    border: 1px solid #5ea9d5;
    color: #333333 !important;
    padding: 10px 28px;
}
.main_div{
    padding: 50px 0px;
}
.banner .but{
    margin:0px 10px 0px 0px;

}
.banner_img img{
    animation: 6.5s cubic-bezier(.25, 1, .30, 1) circle-in-center both;
    animation-delay:0.2s;
}
@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(125%);
  }
}
/******=======  EHADER PART END  =======******/

/******=======  STICKY_HEADER PART START  =======******/
header.header-area {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
	transition:0.7s;
}
header.header-area.sticky {
    position: fixed; 
    transition: 0.7s;
    background: #fff !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0px;
    z-index: 2222;
    filter: drop-shadow(2px 4px 6px #464646);
}
/******=======  STICKY_HEADER PART END  =======******/

/******=======  ABOUT PART START  =======******/
.about_bg{
    background: url(../images/about_bg.png);
    background-size: 117% 100%;
    background-attachment: fixed;
    position: relative;
}
.about_bg .head h1{
    text-transform: capitalize;
}
.about_bg .head p{
    padding: 18px 0px 0px 0px;
}
/******=======  ABOUT PART END  =======******/    

/******=======  PLAN PART END  =======******/
.plan_bg{
    background-color: #ececec;
}
.plan_bg .head2 p{
    width: 55%;
    margin: auto;
}
.plan_row{
    margin: 33px 0px 0px;
}
.plan_tab{
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}
.plan_tab .nav-link{
    margin: 5px 0px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    text-align: start;
    border: none;
    outline: none;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
.plan_tab .nav-link:before{
    content: "\00d7";
    background: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
    border-radius: 50%;
    color: #b9b9b9;
    position: absolute;
    right: 15px;
    top: 10px;
}
.plan_tab .nav-link.active{
    color: #333333;
    background-color: #b9b9b9;
    font-weight: 600;
}
.plan_tab .nav-link.active::before{
    content: "\2713";
    font-size: 12px;
    color:#333;
}
.plan_img{
    position: relative;
    max-width: 190px;
    margin: 20px auto 0px;
}
.plan_img .img1{
    animation: rotate 20s linear infinite;
}
.plan_img .img2{
    position: absolute;
    inset: 0;
    max-width: 100px;
    top: 0px;
}
@keyframes rotate{
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}
.plan_bg .tab-content{


}
.plan{
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
}
.plan .plan_text{

    
}
.plan .plan_text h2{
    font-size: 32px;
    font-weight: 800;
    color: #333333;
    float: right;
    position: relative;
    top: 20px;
    right: 14px;
}
.plan .plan_text h3{
    background: linear-gradient(150deg, #dbd6f4, #eddaf033, #bcbfe3);
    border-radius: 7px;
    margin: 0px 0px 20px 0px;
    font-size: 13px;
    padding: 12px;
    color: #565656;
}
.plan .plan_text h3 span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(45deg, #ddceec, #d2cced);
    padding: 5px 10px;
    margin: 10px 0px 0px;
    width: fit-content;
    border-radius: 24px;
    color: #333333;
}
.plan .plan_text p{
    font-size: 14px;
    font-weight: 300;
    color: #565656;
    padding: 5px 0px;
}
.plan .plan_text p span{
    font-weight: 600;
}
.plan .plan_text p img{
    max-width: 18px;
    margin: -3px 5px 0px 0px !important;
}
.plan_list{
    margin: 20px 0px 0px;
    background: #f5eef3;
    padding: 10px;
    border-radius: 7px;
}
.plan_list p{
    font-size: 13px;
    font-weight: 600;
    color: #565656;
    line-height: 24px;
    text-align: justify;
    padding: 5px 0px;
}
.calci{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.calci h2{
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.5px;
    padding: 0px 0px 15px 0px;
}
.calci h2 img{
    float: right;
}
.calci p{
    font-size: 14px;
    font-weight: 300;
    color: #565656;
    line-height: 23px;
}
.calci_list{
    background: #e5e3ee;
    padding: 10px;
    border-radius: 10px;
    margin: 25px 0px 0px;
}
.calci_list h3{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding: 0px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calci_list h3 span{
    background: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    width: 62%;
    display: inline-block;
    margin: 0px 0px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.calci_list h3 input{
    width: 100%;
    border: none;
    padding: 0px;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.calci .calc-amount__slider{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 18px 0px 20px 0px;
}
.calc-amount__slider > span {
    font-weight: 400;
    font-size: 10px;
    color: #282828;
    position: absolute;
    top: -14px;
}
.mins{
    left:0px;
}
.maxs{
    right: 0px;
}
.calci_list h5{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding: 0px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calci_list h5 span{
    background: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    width: 62%;
    display: inline-block;
    margin: 0px 0px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.calci  .calc-amount__slider .ui-slider {
    width: 100%;
    margin: 0px;
    height: 8px;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgb(255 255 255);
    border: 1px solid #c5c5c559;
}
.calci .calc-amount__slider .ui-slider-range {
    background: linear-gradient(45deg, #5f3b5f, #ffaead);
    border-radius: 3px;
}

.calci  .calc-amount__slider .ui-slider-handle {
    display: none;
}
.calci .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.calci .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.calci .ui-slider .ui-slider-range {
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
/******=======  PLAN PART END  =======******/

/******=======  REFER PART START  =======******/
.ref_bg{
    background-color: #f8f8f8;
}
.ref_bg .head2 p{
    width: 85%;
    margin: auto;
}
.ref_bg .ref_row{
    padding: 25px 0px 0px;
}
.ref_img{
    text-align: center;
    position: relative;
    max-width: 380px;
    margin: auto;
}
.ref_img .img1{


}
.ref_img h3{
    position: absolute;
    display: block;
    text-align: center;
    top: 168px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}
.ref_img h3 span{
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #dfdfdf;
}
.ref_img .level{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: absolute;
}
.ref_img .level1{
    top: 56px;
    left: 60px;
}
.ref_img .level2{
    top: 56px;
    right: 60px;
}
.ref_img .level3{
    bottom: 60px;
    right: 58px;
}
.ref_img .level4{
    bottom: 60px;
    left: 58px;
}
.ref_img h4 span{
    display: block;
    font-size: 11px;
    font-weight: 300;
    color: #dfdfdf;
}
/******=======  REFER PART END  =======******/

/******=======  FEATURES PART START  =======******/
.fea_bg{
    position: relative;
    background: radial-gradient(#223654 50%, #1e1e20);
}
.fea_bg .head{
    margin: 0px 0px 15px 0px;
}
.fea_bg .head p{
    padding: 5px 0px 0px 0px;
}
.fea_bg .fea_text{
    display: inline-flex;
    vertical-align: top;
    margin: 35px 0px 0px;
}
.fea_bg .fea_text .img1{
    margin-bottom: auto !important;
    margin-right: 20px !important;
    margin-top: unset !important;
}
.fea_bg .fea_text h3{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}
.fea_bg .fea_text h3 span{
    display: block;
    padding: 10px 0px 0px;
    font-size: 14px;
    font-weight: 300;
    color: #dddbdb;
    line-height: 23px;
    letter-spacing: 0;
    text-align: justify;
}
.fea_imgs{
    text-align: center;
    position: relative;
    max-width: 500px;
    margin: auto;
}
.fea_imgs .img2{
    animation: rotate 20s linear infinite;
}
.fea_imgs .img4{
    position: absolute;
    top: 236px;
    left: 3px;
    right: 0;
    max-width: 65px;
}
/******=======  FEATURES PART END  =======******/

/******=======  SECURITY PART START  =======******/
.security_bg{
    background: #ececec;
}
.security_bg .head2{
    margin: 0px 0px 30px 0px;
}
.security_bg .head2 p{
    line-height: 22px;
    padding: 6px 0px 0px 0px;
    width: 30%;
    margin: auto;
}
.security_bg  .secure{
    background: none;
}
.secure1{
    margin: 20px 0px 0px;
    border-top: 1px solid #0000001c;
    padding: 20px 0px 0px;
}
.secure li{ 
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
.secure li:nth-child(1){
    width: 39%;
}
.secure li:nth-child(2),.secure li:nth-child(3){
    text-align: center;
}
.secure .sec_text{ 
    display: inline-flex;
}
.secure .sec_text .img1{ 
    margin-bottom: auto !important;
    margin-right: 20px !important;
    margin-top: unset !important;
}
.secure .sec_text h3{ 
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.5px;
}
.secure .sec_text h3 span{ 
    display: block;
    padding: 10px 0px 0px;
    font-size: 14px;
    font-weight: 300;
    color: #565656;
    line-height: 21px;
    letter-spacing: 0;
    text-align: justify;
}
.secure .img2{
    max-width: 180px;
}
.secure .img3{


}
/******=======  SECURITY PART END  =======******/

/******=======  PARTNER PART START  =======******/
.partner{
    background: url(../images/part_bg.png);
    background-size: 100% 100%;
    margin: 50px 0px 0px;
    padding: 25px;
    border-radius: 20px;
}
.partner .head h1{
    word-spacing: 5px;
}
.partner .head p{
    padding: 0px;
}
.partner .part_img{
    margin: 30px 0px 0px;
}
.partner .part_img li{
    display: inline-block;
    width: 33%;
}
.partner .part_list{
    background: #222c4652;
    padding: 40px 25px;
    border-radius: 8px;
    width: 95%;
    margin: 10px auto;
    text-align: center;
    transition: 0.5s;
}
.partner .part_list:hover{
    box-shadow: rgb(0 88 189) 0px 5px 15px;
    transition: 0.5s;
}
.partner .part_img img{
    max-width: 150px;
}
/******=======  PARTNER PART END  =======******/

/******=======  TRANSACTION PART START  =======******/
.trans_bg{
    background: #e5e3ef;

}
.trans_bg .head2 p{
    width: 80%;
    margin: auto;
}
.trans_deatils{
    margin: 32px 0px 0px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.trans_deatils .nav-link{
    width: 100%;
    max-width: 49%;
    background: #efeaf5;
    text-align: start;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.trans_deatils .nav-link img{
    float: left;
    margin: 0px 10px 0px 0px !important;
}
.trans_deatils .nav-link h4{
    font-size: 14px;
    font-weight: 400;
    color: #565656;
    display: block;
    padding: 3px 0px 0px;
    letter-spacing: 0.5px;
}
.trans_deatils .nav-link h4 span{
    font-size: 18px;
    font-weight: 800;
    display:block;
}
.trans_deatils .nav-link.active{
    background: #f8e4ea;
    color: #ff0057;
}
.trans_deatils .tab-content{
    overflow-y: scroll;
}
.trans_deatils .tab-content::-webkit-scrollbar{
    display:none;
}
.trans_deatils .tab-content .tab-pane{
    max-height: 300px;
}
.trans_deatils .trans_head{
    border-bottom: 1px solid #0000000d;
    padding: 0px 0px 10px 0px;
    margin: 30px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.trans_deatils .trans_head li{
    font-size: 15px;
    font-weight: 600;
    color: #2d2d2d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
   display: inline-block;
    width: 19%;
}
.trans_deatils .trans_head li:nth-child(1){
    width: 24%;
}
.trans_deatils .trans_head li:nth-child(2){
    width: 20%;
}
.trans_deatils .trans_head li:nth-child(3){
    width: 15%;
}
.trans_deatils .trans_head li:nth-child(4){
    width: 19%;
}
.trans_deatils .trans_head li:nth-child(5){
    text-align: center;
}
.trans_deatils .trans_data{
    padding: 10px;
}
.trans_deatils .trans_data li{
    display: inline-block;
    width: 19%;
}
.trans_deatils .trans_data li:nth-child(1){
    width: 24%;
}
.trans_deatils .trans_data li:nth-child(2){
    width: 21%;
}
.trans_deatils .trans_data li:nth-child(3){
    width: 17%;
}
.trans_deatils .trans_data li:nth-child(4){
    width: 16%;
}
.trans_deatils .trans_data li:nth-child(5){
    text-align: center;
}
.trans_deatils .trans_data h3{
    font-size: 14px;
    font-weight: 400;
    color: #565656;
}
.trans_deatils .trans_data h3 img{
    max-width: 28px;
    margin: 0px 5px 0px 0px !important;
}
.trans_deatils .trans_data h4{
    font-size: 14px;
    font-weight: 400;
    color: #565656;
}
.trans_deatils .trans_data h5{
    color: #00a651;
    font-size: 13px;
    font-weight: 800;
}
.trans_deatils .trans_data h5 i{


    
}
/******=======  TRANSACTION PART END  =======******/

/******=======  STATISTICS PART START  =======******/
.sta_bg{
    background-color: #ececec;
}
.sta_bg .stat{
    position: relative;
    background: #000;
    padding: 90px 30px;
    border-radius: 15px;
    overflow: hidden;
    align-items: center;
    transition: 0.5s;
}
.sta_bg .sta_text{
    display: inline-block;
    width: 46%;
    background: #000;
    padding: 20px;
    border: 1px solid #004387;
    border-radius: 10px;
    vertical-align: top;
    margin: 10px 5px;
    position: relative;
    z-index: 1;
}
.sta_bg .sta_text h4{
    font-size: 15px;
    font-weight: 300;
    color: #dddbdb;
}
.sta_bg .sta_text h4 span{
    display: block;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
}
.sta_bg .bubble{
    background: #007eff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
}
.sta_bg .bubble1{
    left: -83px;
    bottom: -105px;
}
.sta_bg .bubble2{
    top: -118px;
    left: 80px;
    width: 230px;
    height: 230px;
}
.sta_bg .bubble3{
    top: -75px;
    right: 235px;
}
.sta_bg .bubble4{
    right: -100px;
    width: 240px;
    height: 240px;
}
.sta_bg .bubble5{
    bottom: -125px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 200px;
    height: 200px;
}
/******=======  STATISTICS PART START  =======******/

/******=======  ROADMAP PART START  =======******/
.road_bg{
    background: url(../images/map_bg.png);
    background-size: 100% 100%;
}
.road_bg .head2{
    position: sticky;
    top: 10px;
}
.road_bg .road_data{

    
}
.road_bg .road_text{
    margin: 25px 0px;
}
.road_bg .road_text li:nth-child(1){
    width: 36%;
}
.road_bg .road_text li:nth-child(2){
    width: 63%;
}
.road_bg .road_text li{
    display: inline-block;
    vertical-align: middle;
}
.road_bg .road_text h3{
    font-size: 25px;
    font-weight: 300;
    color: #918c8c;
    padding: 0px 0px 0px 45px;
    position: relative;
}
.road_bg .road_text h3:before{
    content: "";
    background: url(../images/round_img.webp);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 70px;
    top: 25px;
}
.road_bg .road_text h3 span{
    display: block;
    padding: 15px 0px 0px;
}
.road_bg .road_text h4{

    
}
.road_bg .road_text h4 p{
    font-size: 15px;
    font-weight: 300;
    color: #565656;
    padding: 9px 0px 0px;
}
/******=======  ROADMAP PART END  =======******/

/******=======  FAQ PART START  =======******/
.faq_bg{
    margin: 50px 0px 0px;
    padding: 50px 0px 0px;
    border-top: 1px solid #00000026;
    position: relative;
}
.faq_bg .head2{
    position: sticky;
    top: 20px;


}
.faq_bg .nav {
    margin: 0px 0px 25px 0px;
}
.faq_bg .nav-link {
    background: #e5e3ed;
    padding: 8px 25px;
    width: 100%;
    max-width: 128px;
    margin: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    border: none;
    outline: none;
    transition: 0.8s;
}
.faq_bg .nav-link.active {
    background: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
    color:#fff;
}
.faq{

}
.faq .faq_qes {
    background: #f8f9fa;
    padding: 15px;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #000000b8;
    text-transform: uppercase;
    transition: 0.8s;
}
.road_bg .faq .faq_qes:before{
    content: "";
    background: url(../images/arrow1.png);
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    filter: grayscale(11) invert(1) brightness(0.5);
    transition: 0.3s;
}
.road_bg .faq .faq_qes.active::before{
    transform: rotate(90deg);
    transition: 0.5s;
    filter: unset;
}
.faq .faq_ans {
    display: none;
    background: #f8f9fa;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    word-spacing: 2px;
    padding: 15px;
    color: #1d1d1d;
    position: absolute;
    border: 1px solid #d1d2d4;
    z-index: 1;
}
/******=======  FAQ PART END  =======******/

/******=======  FOOTER PART START  =======******/
footer{
    background: #161922;
    padding: 50px 0px 25px;
}
.foot_logo{


}
.foot_logo img{


}
.footer_link{


}
.footer_link h3{
    font-size: 16px;
    font-weight: 600;
    color: #dfdfdf;
    padding: 0px 0px 15px 0px;
    letter-spacing: 0.6px;
}
.footer_link .link{
    font-size: 14px;
    font-weight: 300;
    color: #dddbdb;
    display: block;
    padding: 4px 0px 0px;
    transition:0.5s;
}
.footer_link .link:hover{
    color:#f30014;
    transition:0.8s;
}
.footer_link .link1{
    font-size: 13px;
    font-weight: 300;
    color: #dddbdb;
}
.social_icon{
    display: flex;
    justify-content: center;
}
.social_icon i{
    background: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin: 0px 3px;
    transition: 0.6s;
    color: #fff;
    border: 1px solid #ffffff21;
    border-radius: 50%;
}
.social_icon i:hover{
    transition: 0.6s;
    transform: translateY(-8px) scale(1.2) rotate(360deg);
    background: #f30014;
    color: #fff;
}
.copy_foot{
    padding: 15px 0px 0px;
    margin: 50px 0px 0px;
    border-top: 1px solid #92949830;
}
.copy_foot p{
    font-size: 13px;
    font-weight: 300;
    color: #dddbdb;
}
/******=======  FOOTER PART START  =======******/

/******=======  RESPONSIVE PART START  =======******/


@media (max-width:1199px){
    
    .hvr-wobble-vertical{
        max-width: 153px !important;
    }
    .header_bg .nav-item {
        margin: 0px 0px 0px 3px;
    }
    .about_bg {
        background-size: 136% 100%;
    }
    .fea_bg{
        overflow: hidden;
    }
    .fea_imgs .img4 {
        top: 202px;
    }
    .faq_bg .nav-link {
        padding: 8px 5px;
        max-width: 105px;
    }
}

@media (max-width:991px){
    .container{
        max-width: 95%;
    }
    .navbar-nav{
        text-align: center;
    }
    .navbar-toggler {
        padding: 0px;
        font-size: 0px;
        line-height: 1;
        background: linear-gradient(45deg, #553a5f, #553a5f);
        border-radius: 0px;
        width: 40px;
        height: 26px;
        border: 1px solid #000;
        outline: 2px solid #fff;
        backdrop-filter: blur(4px);
        box-shadow: unset !important;
        transition:0.5s;
    }
    .navbar-toggler:hover{
        transition:0.5s;
        background: linear-gradient(45deg, #e6959c, #553a5f);
    }
    .navbar-toggler i {
        font-size: 16px;
        color: #fff;
    }
    header .but{
        width: fit-content;
        margin: 10px auto 0px;    
    }
    .lang_selct{
        position: absolute;
        top: 23px;
        right: 85px;
    }
    .head1, .head,.head2 {
        text-align: center;
    }
    .head2 p {
        width: 100% !important;
    }
    .about_bg {
        background-size: cover;
    }
    .plan_tab {
        margin: 0px 0px 15px 0px;
    }
    .ref_img {
        margin: 40px auto 0px;
    }
    .fea_imgs .img4 {
        top: 225px;
    }
    .secure {
        text-align: center;
    }
    .secure .sec_text {
        display: block;
        text-align: center;
    }
    .secure .sec_text h3 {
        margin: 10px 0px 0px;
    }
    .secure .sec_text h3 span {
        padding: 5px 0px 0px;
        text-align: center;
    }
    .secure li:nth-child(1) {
        width: 100%;
        margin: 0px 0px 18px;
    }
    .secure .sec_text .img1 {
        margin-right: 0px !important;
    }
    .sta_bg .stat {
        padding: 20px 20px;
    }
    .sta_bg .head{
        margin: 20px 0px;
        position: relative;
        z-index: 1;
    }
    .sta_bg .bubble2 {
        top: -195px;
    }
    .road_bg {
        background-size: cover;
    }
    .faq_bg .nav {
        margin: 25px 0px 20px;
        justify-content: space-between;
    }
    .footer_link .link1 {
        padding: 0px !important;
    }

}

@media (max-width:767px){
    
    .lang_selct {
        right: 60px;
    }
    .plan{
        margin: 0px 0px 20px;
    }
    .secure li:nth-child(1) {
        margin: 0px 0px 10px;
    }
    .secure .img2 {
        max-width: 120px;
    }
    .partner .part_img li {
        width: 49%;
    }
    .road_bg .road_text h3 {
        padding: 0px 0px 0px 0px;
    }
    .foot_logo {
        text-align: center;
        margin: 0px 0px 30px 0px;
    }
    .footer_link {
        text-align: center;
    }
    .footer_link .link{
        margin: auto;
    }
    .copy_foot {
        margin: 25px 0px 0px;
    }
    .copy_foot p {
        text-align: center;
        padding: 0px 0px 16px;
    }
    .social_icon{
        display: none;
    }
    .container {
        max-width: 100%;
    }
    .trans_deatils .tab-content {
        overflow-x: scroll;
    }
    .trans_deatils .tab-pane{
        width: 100%;
        min-width: 700px;
    }

}

@media (max-width:576px){
    .header_bg {
        padding: 0px 0px 35px !important;
    }
    .header_bg1 {
        padding: 0px 0px 0px !important;
    }
    .header_bg .logo{
        max-width: 140px;
    }
    .lang_selct {
        right: 52px;
        top: 11px;
    }
    .navbar-toggler {
        width: 35px;
        height: 23px;
    }
    .head1 h1 {
        font-size: 33px;
    }
    .head h1,.head2 h1 {
        font-size: 28px;
    }
    .head1 p {
        font-size: 13px;
        line-height: 22px;
        padding: 6px 0px 0px 0px;
    }
    .head p,.head2 p {
        font-size: 13px;
        line-height: 18px;
    }
    .banner .text_but .but{
        padding: 8px 14px;
        margin: 0px 3px 0px 0px;
    }
    .text_but .but {
        padding: 11px 20px;
        font-size: 12px !important;
    }
    .text_but {
        padding: 30px 0px 0px;
    }
    .main_div {
        padding: 35px 0px !important;
    }

    .about_bg .head p {
        padding: 10px 0px 0px 0px;
    }
    .plan_tab {
        padding: 10px;
    }
    .plan {
        padding: 10px;
    }
    .plan .plan_text h3 {
        font-size: 11px;
    }
    .plan .plan_text h3 span {
        font-size: 12px;
    }
    .plan .plan_text h2 {
        font-size: 24px;
    }
    .plan .plan_text p {
        font-size: 12px;
    }
    .plan_list p {
        font-size: 10px;
        line-height: 19px;
    }
    .calci {
        padding: 10px;
    }
    .calci p {
        font-size: 11px;
        line-height: 20px;
    }
    .calci_list {
        margin: 15px 0px 0px;
    }
    .calci_list h3 {
        font-size: 10px;
    }
    .calci_list h3 span,.calci_list h5 span {
        padding: 5px 6px;
        width: 62%;
        font-size: 11px;
    }
    .calci_list h3 input {
        font-size: 12px;
    }
    .calci_list h5 {
        font-size: 10px;
        padding: 0px 0px 8px 0px;
    }
    .ref_bg .ref_row {
        padding: 20px 0px 0px;
    }
    .ref_img h3 {
        top: 113px;
        font-size: 18px;
    }
    .ref_img h3 span {
        font-size: 10px;
    }
    .ref_img .level {
        font-size: 13px;
    }
    .ref_img h4 span {
        font-size: 8px;
    }
    .ref_img .level1 {
        top: 37px;
        left: 40px;
    }
    .ref_img .level2{
        top: 37px;
        right: 40px;
    }
    .ref_img .level3 {
        bottom: 39px;
        right: 38px;
    }
    .ref_img .level4 {
        bottom: 39px;
        left: 38px;
    }
    .fea_bg .fea_text {
        display: block;
        margin: 20px 0px 10px;
    }
    .fea_bg .fea_text .img1 {
        margin-bottom: 10px !important;
        margin-right: 0px !important;
    }
    .fea_bg .fea_text h3 {
        font-size: 15px;
    }
    .fea_bg .fea_text h3 span {
        padding: 6px 0px 0px;
        font-size: 12px;
        line-height: 20px;
    }
    .fea_imgs .img4 {
        top: 118px;
        left: 0px;
        max-width: 18px;
    }
    .secure li {
        width: 49%;
    }
    .secure .img2 {
        max-width: 88px;
    }
    .secure .sec_text h3 {
        font-size: 15px;
    }
    .secure .sec_text h3 span {
        padding: 10px 0px 0px;
        font-size: 12px;
        line-height: 17px;
    }
    .partner .head h1 {
        word-spacing: 5px;
        font-size: 19px;
        line-height: 24px;
    }
    .partner {
        padding: 15px;
        margin: 35px 0px 0px;
    }
    .partner .part_img {
        margin: 20px 0px 0px;
    }
    .partner .part_list {
        padding: 10px;
        width: 99%;
        margin: 3px auto;
    }
    .partner .part_img img {
        max-width: 78px;
    }
    .trans_deatils {
        margin: 22px 0px 0px;
        padding: 12px;
    }
    .sta_bg .sta_text {
        width: 49%;
        padding: 10px;
        margin: 10px 0px;
    }
    .sta_bg .stat {
        padding: 10px;
    }
    .sta_bg .sta_text h4 span {
        font-size: 22px;
    }
    .sta_bg .sta_text h4 {
        font-size: 12px;
    }
    .sta_bg .bubble4 {
        right: -207px;
    }
    .sta_bg .bubble5 {
        bottom: -150px;
        left: 106px;
    }
    .road_bg .road_text li{
        width: 100% !important;
    }
    .road_bg .road_text h3 {
        font-size: 20px;
        display: flex;
        justify-content: space-between;
        margin: 0px 0px 25px 0px;
    }
    .road_bg .road_text h3:before {
        right: 0px;
        left: 0px;
        top: 20px;
        margin: auto;
    }
    .road_bg .road_text h4 p {
        font-size: 12px;
        padding: 8px 0px 0px;
    }
    .road_bg .road_text h3 span {
        padding: 0px 0px 0px;
    }
    .trans_deatils .nav-link {
        width: 100%;
        max-width: 100%;
        margin: 5px 0px;
        padding: 8px 14px;
    }
    .trans_deatils .nav-link h4 {
        font-size: 15px;
    }
    .trans_deatils .nav-link h4 span {
        font-size: 12px;
    }
    .trans_deatils .trans_head {
        padding: 0px 0px 10px 0px;
        margin: 22px 0px 12px;
    }
    .trans_deatils .trans_head li {
        font-size: 12px;
    }
    .trans_deatils .trans_data h3,.trans_deatils .trans_data h4 {
        font-size: 12px;
    }
    .faq_bg {
        margin: 30px 0px 0px;
        padding: 30px 0px 0px;
    }
    .faq_bg .nav-link {
        padding: 8px 5px;
        max-width: 120px;
        font-size: 10px;
    }
    .faq .faq_qes {
        padding: 10px;
        margin: 6px 0px;
        font-size: 12px;
    }
    footer {
        padding: 35px 0px 25px;
    }
    .foot_logo img {
        max-width: 130px;
    }
    .footer_link h3 {
        font-size: 12px;
        padding: 0px 0px 6px 0px;
    }
    .footer_link .link {
        font-size: 11px;
        padding: 2px 0px 0px !important;
    }
    .copy_foot {
        margin: 15px 0px 0px;
    }
    .copy_foot p {
        font-size: 10px;
        padding: 0px 0px 10px;
    }
    .footer_link .link1 {
        font-size: 10px;
    }
}



/******=======  RESPONSIVE PART END  =======******/