/***Document
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;

***/

body{
    background-color: #3a3e3f;
    color: #393939 !important;
    background-size: cover;
    background-attachment: fixed;
	font-family: 'Poppins', sans-serif;
}
.skiptranslate{
    display: none !important;
}
a {
	cursor:pointer !important;
	text-decoration:none !important;
    color:#e1cb89;
}
a:hover{
	cursor:pointer !important;
	text-decoration:none !important;
    color:#000;
}
body ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
/*****====SCROLL PART START====******/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #150f09;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(178deg, #d7b86e, #efdc9a, #bb9b59);
    border-radius: 15px;
}
/*****====SCROLL PART END====******/

/*****====TOP PART START====******/
.banner_bg{
    background: url(../images/banner_bg.jpg);
    background-size: 100% 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.top_logo img{
    max-width: 100px;
    width: 100%;
}
.top_bg{
	padding: 10px 0px 0px 0px;
    margin: 0px;
    position: relative;
}
.top_bg .top_logo{
    padding: 0px;
    margin: 0px;
}
.top_bg .top_logo .logo{
    padding: 0px;
    margin: 0px;
}
.top_bg .top_text{
    padding: 14px 0px 0px 0px;
    margin: 0px;
}
.top_bg .top_text li{
	display: inline-block;
}
.top_bg .top_text li .top_select{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    position: absolute;
    top: 49px;
    right: 235px;
}
.top_bg .top_text li .top_select option{
    background: #3a3c3b;
    font-size: 13px;
    font-weight: 300;
    border-radius: 20px;
    padding: 5px 0px;
    color: #fff;
}
.top_bg .top_text li .top_select .lang select{
	border: none;
    outline: none;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    border-radius: 20px;
    padding: 7px 0px 7px 20px;
    max-width: 150px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #393939;
    box-shadow: inset 0px 0px 0px 0px #fff;
    transition-duration: 0.7s;
}
.top_bg .top_text li .top_select .lang select:hover{
    transition-duration: 0.7s;
    box-shadow: inset 0px 0px 90px 90px #edd484;
}
.top_bg .top_text li .top_link{
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
.top_bg .top_text li .top_link:nth-child(1){
    margin: 0px 30px 0px 30px;
}
.top_bg .top_text li .top_link .but_link{
    display: inline-block;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    border-radius: 20px;
	padding: 0px 20px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color:#393939;
}
.top_bg .top_text li .top_link .but_link img{
    display: inline-block;
    width: 40px;
    background: linear-gradient(48deg, #eed597 11%, transparent);
    padding: 11px;
    border-radius: 50px;
    box-shadow: 3px 0px 6px 0px #000;
    margin: 0px 10px 0px 0px;
    height: 40px;
}
.top_bg .header_menu{
    display: none;
}
.top_bg .offcanvas{
    background: linear-gradient(145deg, #5e1483, #e7436f);
    background-image: url(../images/banner_bg.jpg);
    background-size: cover;
}
.top_bg .offcanvas-end {
    width: 250px;
    border-radius: 20px 0px 0px 20px;
}
.top_bg .offcanvas-title {
        font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 900;
    border-bottom: 2px solid #7a704d;
    color: #dcbd73;
    --x-offset: -1px;
    --y-offset: 0px;
    --stroke: 1px;
    --stroke-color: #262626;
    text-shadow: var(--x-offset) var(--y-offset) 0px #323232, calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke)) 0px #666661 !important;
}
.top_bg .offcanvas-header .btn-close {
    border: 4px solid #3766d1;
    padding: 7px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    filter: invert(1);
}
.top_bg .offcanvas-body li{
    margin: 20px auto 25px;
    padding: 0px;
    background: linear-gradient(to bottom, #d2a537, #b48623);
    padding: 8px 20px 8px 20px;
    max-width: 130px;
    border-radius: 25px;
}
.top_bg .offcanvas-body li a{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.top_bg .offcanvas-body li a img{
    width: 18px;
    position: relative;
    top: -2px;
    left: -4px;
}
.top_bg .btn-primary {
    color: #fff;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    border: none;
    outline: none;
    position: absolute;
    top: 30px;
    right: 70px;
}
.top_bg .btn-primary:focus{
    box-shadow: unset;

}

/*****====TOP PART END====******/

/*****====BANNER PART START====******/
.banner_bg .banner{
    padding: 50px 0px;
    margin: 0px;
}
.banner_bg1{
    animation: ban_dot 150s linear infinite;
    background: url(../images/banner_bg1.png) repeat-x  0 100%;
    background-size: 100% 100%;
}
@keyframes ban_dot{

    0% {
        background-position: -2765px 100%, 0 0;
    }
    100%{
        background-position: 50% 0;
    }
}
.banner_bg .banner li{
	display: inline-block;
}
.banner_bg .banner .banner_nav{
	max-width: 41px;
    background: linear-gradient(45deg, #d5bc6e 50%, #b28317);
    padding: 0px;
    margin: 0px;
    text-align: center;
    border-radius: 25px 25px 25px 25px;
	position: fixed;
    left: 5px;
}
.banner_bg .banner .banner_nav .banner_text{
	padding: 5px 0px;
    text-align: center;
}
.banner_bg .banner .banner_nav .banner_text:first-child{
	padding: 0px 0px 10px 0px;
}
.banner_bg .banner .banner_nav .banner_text:last-child{
	padding: 10px 0px 0px 0px;
}
.banner_bg .banner .banner_nav .banner_text	.img1{
    padding: 10px;
    margin: 0px;
    width: 40px;
    border-radius: 50px;
    filter: drop-shadow(0px 3px 5px black);
	transition-duration: 0.9s;	
}
.banner_bg .banner .banner_nav .banner_text	.img1:hover{
	    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    filter: drop-shadow(0px 5px 5px black);
	transition-duration: 0.9s;
	transform: scale(1.2);
}
.banner_bg .banner .banner_nav .banner_text:nth-child(1) .img1{
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
	transition-duration: 0.9s;
}
.banner_bg .banner .banner_nav .banner_text	.img1:hover .banner_text:nth-child(1).img1{
    background: linear-gradient(45deg, #510f72, #a125b3);
	transition-duration: 0.9s;
}
.banner_bg .banner .banner_nav .banner_text	.link1{
    transform: translateX(-160px);
    position: absolute;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 3px 10px 3px 10px;
    background: linear-gradient(45deg, #323334, #81807f);
    border-radius: 18px;
    margin: 7px 0px 0px 0px;
	transition: 0.9s;
}
.banner_bg .banner .banner_nav .banner_text:hover .link1{
    position: absolute;
	transition: 0.9s;
    transform: translateX(10px);
}
.banner_bg .banner .banner_text{
	position: relative;
}
.banner_bg .banner .banner_text h3{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 22px;
}
.banner_bg .banner .banner_text h4{
        font-family: 'Oswald', sans-serif;
    font-size: 58px;
    font-weight: 900;
    color: #d4af37;
    --x-offset: -0.0625em;
    --y-offset: 0.0625em;
    --stroke: 1px;
    --background-color: #1a1a1a;
    --stroke-color: #8b6b1f;
    text-shadow:
        var(--x-offset) var(--y-offset) 0px var(--background-color),
        calc(var(--x-offset) - var(--stroke))
        calc(var(--y-offset) + var(--stroke))
        0px var(--stroke-color);
    margin: 15px 0px 0px 0px;
    text-transform: uppercase;
}
	/* for browsers that support spread, added in
	https://drafts.csswg.org/css-text-decor-4/#text-shadow-property
	currently: none browsers! none of them!
	I can't even find a test: 
	https://wpt.fyi/results/css/css-text-decor */
	@supports ( text-shadow: 1px 1px 1px 1px black ) {
.banner_bg .banner .banner_text h4{
		text-shadow:
		
		var(--x-offset)
		var(--y-offset)
		0px
		0px
		var(--background-color), 
		
		var(--x-offset) 
		var(--y-offset)
		var(--stroke)
		0px
		var(--stroke-color);
		
	}
}
.banner_bg .banner .banner_text h4::before{
    position: absolute;
    content: "";
    height: 353px;
    width: 387px;
    background: url(../images/banner_line.png);
    filter: hue-rotate(147deg);
    background-size: 100% 100%;
    left: -24px;
    top: -5px;
}
.banner_bg .banner .banner_text h4 span{
    color: #fff;
}
.banner_bg .banner .banner_text p{
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    padding: 26px 0px 0px 0px;
    margin: 0px;
    position: relative;
    z-index: 1;	
}
.banner_bg .banner .banner_text .banner_but{
	padding:30px 0px 0px 0px;
	margin:0px;
}
.banner_bg .banner .banner_text .banner_but .but{
	font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #393939;
    padding: 8px 25px 8px 25px;
    margin: 0px 10px 0px 10px;
    border: none;
    outline: none;
    background: linear-gradient(45deg, #323334, #81807f);

    border-radius: 20px;
    transition-duration: 1s;
}
.banner_bg .banner .banner_text .banner_but .but:hover{
    color: #571379;
    transition-duration: 1s;
    box-shadow: inset 0 10px 0 90px #faf3fe;
}
.banner_bg .banner .banner_text .banner_but .but1{
	background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
}
.banner_bg .banner .banner_img{
    text-align: center;
}
.banner_bg .banner .banner_img .img1{
    max-width: 390px;
}
.banner_bg .round_img{
    position: absolute;
    max-width: 142px;
    bottom: 0px;
    left: -278px;
    -webkit-animation: bounce 2s infinite;
    right: 0px;
    margin: auto;
    opacity: 0.7;
    animation-delay: 5s;
}
@keyframes bounce{
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    
    40% {
        transform: translateY(-100px);
    }
    60% {
        transform: translateY(-15px);
    }
}
/*****====BANNER PART END====******/

/*****====STATISTICS PART START====******/

.full_bg{
    background: url(../images/full_bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px 50px 0px;
}
.head{
	padding:0px 0px 20px 0px;
	text-align:center
}
.head h2{
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #dcbd73;
    --x-offset: -1px;
    --y-offset: 0px;
    --stroke: 1px;
    --stroke-color: #262626;
    text-shadow: var(--x-offset) var(--y-offset) 0px #323232, calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke)) 0px #666661 !important;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}
.head h2{
	text-shadow:
		
	var(--x-offset)
	var(--y-offset)
	0px
	0px
	var(--background-color), 
	
	var(--x-offset) 
	var(--y-offset)
	var(--stroke)
	0px
	var(--stroke-color);
}
.head h2 span{
	color:#fff;
}
.sta_bg{
	padding: 50px 0px 0px;
	margin:0px;
}
.sta_bg .sta_text{
    padding: 0px;
    margin: 20px 0px 20px 0px;
    position: relative;
}
.sta_bg .sta_text2{
    margin: 20px 0px 0px 0px !important;
}
.sta_bg .sta_text  .sta_img{
    display: inline-block;
    position: relative;
    top: -17px;
    left: 38px;
}
.sta_bg .sta_text:hover .sta_img .img1{
    background: #3c3c3c;
    transition: 0.9s;
}
.sta_bg .sta_text:hover .sta_text1{
    background: #3c3c3c;
    transition: 0.9s;
}
.sta_bg .sta_text:hover h5 {
    color: #d0d0d0;
}
.sta_bg .sta_text:hover h6{
        color: #fff;
}
.sta_bg .sta_text  .sta_img:before{
    position: absolute;
    content: "";
    width: 99px;
    height: 99px;
    border: 10px solid #776d39;
    border-radius: 50px;
    top: -9px;
    left: -9px;
    animation: pulse 2s linear infinite;
}
@keyframes pulse{
    0%{
        transform: scale(0.5);
        opacity: 0;

    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}
.sta_bg .sta_text  .sta_img:after{
    position: absolute;
    content: "";
    width: 118px;
    height: 118px;
    border: 10px solid #ab7e1c;
    border-radius: 50%;
    left: -18px;
    top: -19px;
    animation: pulse 2s linear infinite;
    animation-delay: 0.2s;
}
.sta_bg .sta_text .img1{
    background: linear-gradient(176deg, #484847, #7b7d75);
    width: 80px;
    padding: 20px;
    border-radius: 50px;
    transition: 0.9s;
}
.sta_bg .sta_text1{
    display: inline-block;
    background: linear-gradient(to bottom, #d2a537, #b48623);
    padding: 13px 20px 10px 60px;
    max-width: 220px;
    width: 100%;
    border-radius: 35px;
}
.sta_bg .sta_text1	h5{
	font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    padding: 0px 0px;
    margin: 0px 0px 8px;
}
.sta_bg .sta_text1	h6{
	font-family: 'Poppins';
	font-size: 20px;
    font-weight: 600;
    color: #150f09;
    padding: 0px;
    margin: 0px;
}


/*****====STATISTICS PART END====******/
/*****====PLAN PART START====******/

.plan_bg{
    padding: 50px 0px 0px;
}
.plan_bg .plan_detail{
    position: relative;
    padding: 60px 0px 0px;
    text-align: center;
    max-width: 280px;
    margin: auto;
}
.plan_bg .plan_detail h4{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 11;
}
.plan_bg .plan_detail h4:before{
    position: absolute;
    content: "";
    background: url(../images/plan_img1.png);
    background-size: 100% 100%;
    width: 135px;
    height: 135px;
    top: -50px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
    animation: rotate 2.8s infinite alternate;
}
@keyframes rotate{
    0%{
        transform: rotate(-50deg);
    }
    100%{
        transform: rotate(50deg);
    }
}
.plan_bg .plan_detail:hover h4{
    color: #b88a25 !important;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107) !important;
    -webkit-background-clip: text !important;
}
.plan_bg .plan_detail:hover h4:before{
    position: absolute;
    content: "";
    background: url(../images/plan_img4.png);
    background-size: 100% 100%;
}
.plan_bg .plan_detail:hover .plan_text{
    background: linear-gradient(to bottom, #6b481a -25%, #c49933) !important;
    transition-duration: 0.9s !important;
}
.plan_bg .plan_detail:hover .plan_but .but{
        background: #faf3fe;
        color: #393939;
}
.plan_bg .plan_detail:hover .plan_text h6{
    color: #000;
}

.plan_bg .plan_detail .plan_text1{
   background: linear-gradient(to bottom, #6b481a -25%, #c49933) !important;
}
.plan_bg .plan_detail1:hover h4:before{
    position: absolute;
    content: "";
    background: url(../images/plan_img1.png);
    background-size: 100% 100%;
}
.plan_bg .plan_detail1 h4:before{
    position: absolute;
    content: "";
    background: url(../images/plan_img4.png);
    background-size: 100% 100%;
}
.plan_bg .plan_detail1:hover .plan_text1{
    background: #1e2225 !important;
    transition-duration: 0.9s !important;
}
.plan_bg .plan_detail1 h4{
        color: #1e2225 !important;
}
.plan_bg .plan_detail1:hover h4,.plan_bg .plan_detail1:hover .plan_text h6{
    color: #fff !important;
}
.plan_bg .plan_detail1:hover .plan_text h5{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    color: #b88a25 !important;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}
.plan_bg .plan_detail .plan_text1 p{
        color: #000 !important;
}
.plan_bg .plan_detail .plan_text1 p span {
    color: #fff !important;
}
.plan_bg .plan_detail .plan_text:last-child{
    background: #1e2225;
    padding: 63px 10px 20px 10px;
    border-radius: 42px;
    transition-duration: 0.9s;
}
.plan_bg .plan_detail:hover h5{
    color: #fff !important;
    background: none !important;
    transition-duration: 0.9s;
    -webkit-text-fill-color: unset !important;
}
.plan_bg .plan_detail:hover p{
    color:#fff !important;
    transition-duration: 0.9s;
}
.plan_bg .plan_detail:hover p span{
    color:#fff !important;
}
.plan_bg .plan_detail1:hover p{
    color:#b1b1b1 !important;
    transition-duration: 0.9s;
}
.plan_bg .plan_detail1:hover p span{
    color:#bf912a !important;
}
.plan_bg .plan_detail .plan_text h5{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    color: #b88a25;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}
.plan_bg .plan_detail .plan_text h6{
	font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding: 0px 0px;
    margin: 0px 0px 18px 0px;

}
.plan_bg .plan_detail .plan_text p{
	font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #b1b1b1;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.plan_bg .plan_detail .plan_text p span{
    color: #bf912a;
    font-weight: 600;
}
.plan_bg .plan_detail .plan_but{
    padding: 15px 0px 0px;
    text-align: center;
}
.plan_bg .plan_detail .plan_but .but{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 8px 25px 8px 25px;
    margin: 0px 10px 0px 10px;
    border: none;
    outline: none;
    background: linear-gradient(45deg, #393b3a 44%, #464646);
    border-radius: 20px;
}
.plan_bg .plan_detail .plan_but .but:hover{
    background: #faf3fe;
    color: #571379;
    transition-duration: 1s;
}
/*****====PLAN PART END====******/

/*****====CALCI PART START====******/
.calci_bg{
    padding: 50px 0px 0px;
    margin: 0px;
}
.calci_bg ul{
    padding:0px 0px 0px;
    margin:0px;
}
.calci_bg li{
    display: inline-block;
    padding: 0px 0px 0px;
    margin: 0px;
    width: 49%;
}
.calci_bg li:nth-child(3){
    padding:0px 0px 35px 0px;
    margin: 0px;
}
.calci_bg .calci_text{
    padding: 10px 0px 5px;
    margin: 0px;
}
.calci_bg .calci_text1{
    padding: 10px 0px 5px;
    margin: 0px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.calci_bg #profitDaily,.calci_bg  #profitTotal{
        padding: 55px 0px 0px 29px !important;
}
.calci_bg .calci_text h3{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    color: #ffffffd4;
    padding: 0px;
    margin: 0px 0px 7px 0px;
}
.calci_bg .calci_text h4  input{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    background: #faf3fe;
    border: none;
    padding: 10px 14px;
    border-radius: 40px;
    margin: 0px;
    outline: none;
    max-width: 230px;
}
.calci_bg .calci_text h4 select{
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    background: #faf3fe;
    border: none;
    padding: 8px 14px;
    border-radius: 40px;
    margin: 0px;
    outline: none;
    max-width: 230px;
    width: 100%;
}
.calci_bg .calci_text h5{
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 55px 0px 0px 0px;
    margin: 0px;
    position: relative;
    z-index: 11;
    text-align: center;
}
.calci_bg .calci_text h5:before{
    position: absolute;
    content: "";
    background: url(../images/plan_img1.png);
    background-size: 100% 100%;
    width: 145px;
    height: 145px;
    z-index: -1;
    animation: rotate 2.8s infinite alternate;
    inset: -12px 0px 0px 0px;
    margin: 5px auto 0px;
}
.calci_bg .calci_img{
    text-align: center;
}
.calci_bg .calci_img .img1{
    max-width: 225px;
}
/*****====CALCI PART END====******/

/*****====ABOUT PART START====******/
.about_bg{
    padding: 30px 0px 20px;
    margin: 0px;
    background: url(../images/about_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #464646;
}
.about-logo_img{
    max-width: 200px;
    width: 100%;
    margin: auto;
}
.about_bg  .about_text{
    padding: 10px 0px;
}
.about_bg  .about_text p{
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    text-align: justify;
    line-height: 24px;
}
.about_bg  .about_text1 p{
    margin: 0px 0px 8px 0px;
    padding: 0px;
}
.about_bg  .about_text .about_but{
    padding: 15px 0px 0px;
    margin: 0px;
}
.about_bg  .about_text .about_but1{
    padding: 20px 0px 0px;
    text-align: end;
}
.about_bg  .about_text .about_but .but{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 8px 20px 8px 20px;
    margin: 0px 0px 0px 0px;
    border: none;
    outline: none;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    border-radius: 20px;
    box-shadow: inset 0px 0px 0px 0px #464646;
    transition-duration: 1s;
}
.about_bg  .about_text .about_but .but:hover{
    color: #571379;
    transition-duration: 1s;
    box-shadow: inset 0 10px 0 90px #faf3fe;
}
.about_bg .about_cert{
    padding: 20px 0px 0px;
    text-align: center;
}
.about_bg .about_cert .about_img1{
    width: 60px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    filter: brightness(33.5);
}
.about_bg .about_cert h5{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #1e2225;
    padding: 0px;
    margin: 5px 0px 5px;
}
.about_bg .about_cert h6{
    padding: 15px 0px 15px;
    margin: 0px;
}
.about_bg .about_cert a{
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    background: linear-gradient(175deg, #cfa336 1%, #b68623);
    color: #fff;
    padding: 8px 30px 8px 30px;
    margin: 0px;
    border-radius: 40px;
    transition-duration: 1s;
}
.about_bg .about_cert a:hover{
    color: #b1821f;
    transition-duration: 1s;
    box-shadow: inset 0 10px 0 90px #ffffff;
}
.about_bg .about_cert .cert_img{
    padding: 20px 0px 0px;
    text-align: center;
    margin: 0px;
}
.about_bg .about_cert .cert_img a{
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
}
.about_bg .about_cert .cert_img .certificate{
    height: 365px;
    width: 255px;
    margin: auto;
    border: 15px solid #ffffff30;
    border-radius: 5%;
    display: block
}
/*****====ABOUT PART END====******/

/*****====ADVANTAGE PART START====******/
.advan_bg{
    padding: 0px 0px 40px;
    margin: 0px;
    background: url(../images/advan_02.png);
    background-size: 100% 101%;
    background-position: center;
    background-repeat: no-repeat;
}
.advan_bg .advan_text{
    margin: 35px auto 15px;
    padding: 15px 20px 15px 10px;
    background: #faf3fe;
    border-radius: 23px;
    box-shadow: -15px -18px 0px 0px #bd8f29;
    max-width: 325px;
    transition: 0.7s;
}
.advan_bg .advan_text:hover{
    background: linear-gradient(1deg, #494948 25%, #494949);
    box-shadow: -15px -18px 0px 0px #faf3fe;
    transition: 0.7s;
}
.advan_bg .advan_text:hover h3{
    color: #bd8f29;
    background: #faf3fe; 
}
.advan_bg .advan_text:hover h4{
    color:#fff;
    transition: 0.7s;
    -webkit-text-fill-color: unset;
}
.advan_bg .advan_text:hover p{
    color:#fff;
    transition: 0.7s;
}
.advan_bg .advan_text h3{
    float: left;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(45deg, #c0922a, #b68823);
    padding: 10px 20px 10px 20px;
    margin: 0px;
    border-radius: 0px 20px 20px 0px;
    position: relative;
    left: -10px;
    top: 45px;
}
.advan_bg .advan_text h4{
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 500;
    color: #b88a25;
    background: linear-gradient(63deg, #cba03f, #be9028, #8e6107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px 0px 10px 63px;
    margin: 0px;
}
.advan_bg .advan_text p{
    padding: 0px 0px 0px 64px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #422552;
    text-align: justify;
    line-height: 23px;
}
/*****====ADVANTAGE PART END====******/


/*****====TRUST PART START====******/
:root {
    --gold-primary: #D4AF37;
    --gold-secondary: #C9A435;
    --gold-dark: #B8941F;
    --dark-bg: #1a1a1a;
    --dark-secondary: #2d2d2d;
    --text-light: #e0e0e0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-light);
    overflow-x: hidden;
}

/* Trust & Security Section */
.trust-security-section {
    padding: 50px 0 0;
    position: relative;
    overflow: hidden;
}

.trust-security-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.trust-security-section::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-subtitle {
    text-align: center;
    color: #b0b0b0;
    font-size: 1.1rem;
    margin-bottom: 60px;
    font-weight: 300;
}

.trust-card {
   
    border-radius: 20px;
    padding: 50px 40px;
    position: relative;
    z-index: 1;
    border: 2px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.trust-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold-primary);
    box-shadow: 0 15px 50px rgba(212, 175, 55, 0.3);
}

.certificate-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    position: relative;
}

.certificate-icon::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border: 2px dashed var(--gold-primary);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.certificate-icon i {
    font-size: 3.5rem;
    color: #1a1a1a;
}

.trust-headline {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold-primary);
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.trust-body {
    font-size: 13px;
    line-height: 1.8;
    color: #c0c0c0;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
    text-align: center;
}

.trust-badge {
    background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-primary) 100%);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a1a1a;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.trust-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
    border-color: #fff;
}

.badge-label {
    font-size: 0.8rem;
    opacity: 0.9;
    display: block;
    margin-bottom: 3px;
}

.badge-value {
    font-size: 1.1rem;
    font-weight: 800;
}

.security-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(267px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.feature-item {
    background: rgba(212, 175, 55, 0.05);
    padding: 25px;
    border-radius: 15px;
    border-left: 4px solid var(--gold-primary);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(212, 175, 55, 0.1);
    transform: translateX(5px);
}

.feature-icon {
    font-size: 2rem;
    color: var(--gold-primary);
    margin-bottom: 15px;
}

.feature-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gold-primary);
    margin-bottom: 10px;
}

.feature-text {
    font-size: 0.8rem;
    color: #b0b0b0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .trust-headline {
        font-size: 1.5rem;
    }

    .trust-card {
        padding: 40px 25px;
    }

    .trust-badges {
        flex-direction: column;
        align-items: center;
    }
}
/*****====TRUST PART END====******/

/*****====REFER PART START====******/
.refer_bg{
    padding: 40px 0px 40px;
    margin:0px;
    background: url(../images/refer_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.refer_bg p{
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    line-height: 25px;
}
.refer_bg ul{
    padding: 60px 0px 0px 0px;
    margin: 0px;
}
.refer_bg li{
    display: inline-block;
    padding: 0px 0px 0px 0px;
    width: 30%;
    margin: 10px auto;
}
.refer_bg  .refer_level{
    position: relative;
    padding: 15px 0px 0px 0px;
    margin: 0px;
    text-align: center;
}
.refer_bg  .refer_level::before{
    position: absolute;
    content: "";
    background: url(../images/refer_img1.png);
    background-size: 100% 100%;
    background-position: center;
    width: 150px;
    height: 150px;
    top: -25px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.refer_bg  .refer_level h5{
    font-family: 'Poppins';
    font-size: 42px;
    font-weight: 700;
    color: #b88a25;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.refer_bg  .refer_level h6{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    color: #422552;
    padding: 0px;
    margin: 0px;
    position: relative;
}
/*****====REFER PART START====******/



/*****====ROADMAP TIMELINE PART START====******/
.roadmap_bg{
padding: 50px 0px 50px;
margin: 0px;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
}

.roadmap_bg::before {
content: '';
position: absolute;
top: -20%;
right: -10%;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
border-radius: 50%;
}

.roadmap_bg::after {
content: '';
position: absolute;
bottom: -20%;
left: -10%;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(212, 175, 55, 0.06) 0%, transparent 70%);
border-radius: 50%;
}

.roadmap_bg .head{
padding: 0px 0px 60px 0px;
text-align: center;
}

.roadmap_bg .head h2{
font-family: 'Oswald', sans-serif;
font-size: 36px;
font-weight: 900;
color: #dcbd73;
--x-offset: -1px;
--y-offset: 0px;
--stroke: 1px;
--stroke-color: #262626;
text-shadow: var(--x-offset) var(--y-offset) 0px #323232, calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke)) 0px #666661 !important;
margin: 0px 0px 15px 0px;
text-transform: uppercase;
}

.roadmap_bg .head h2 span{
color: #fff;
}

.roadmap_bg .head p{
font-family: 'Poppins';
font-size: 14px;
font-weight: 300;
color: #fff;
margin: 0px;
}

/* Timeline Container */
.timeline_container {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 0px 20px;
}

/* Central Line */
.timeline_line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg, transparent 0%, #d4af37 10%, #d4af37 90%, transparent 100%);
transform: translateX(-50%);
box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
z-index: 0;
}

.timeline_line::before,
.timeline_line::after {
content: '';
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 20px;
height: 20px;
background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
border-radius: 50%;
box-shadow: 0 0 25px rgba(212, 175, 55, 0.8);
}

.timeline_line::before {
top: 0;
}

.timeline_line::after {
bottom: 0;
animation: timeline_pulse 2s ease-in-out infinite;
}

@keyframes timeline_pulse {
0%, 100% {
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.8);
    transform: translateX(-50%) scale(1);
}
50% {
    box-shadow: 0 0 40px rgba(212, 175, 55, 1);
    transform: translateX(-50%) scale(1.2);
}
}

/* Timeline Items */
.timeline_item {
position: relative;
margin-bottom: 100px;
opacity: 0;
animation: timeline_fadeIn 0.8s ease forwards;
}

.timeline_item:nth-child(1) { animation-delay: 0.2s; }
.timeline_item:nth-child(2) { animation-delay: 0.4s; }
.timeline_item:nth-child(3) { animation-delay: 0.6s; }
.timeline_item:nth-child(4) { animation-delay: 0.8s; }

@keyframes timeline_fadeIn {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.timeline_item:last-child {
margin-bottom: 0;
}

/* Timeline Content */
.timeline_content {
width: 45%;
padding: 30px;
background: linear-gradient(145deg, #2a2a2a 0%, #1f1f1f 100%);
border-radius: 20px;
border: 2px solid rgba(212, 175, 55, 0.2);
position: relative;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
transition: all 0.4s ease;
z-index: 2;
}

.timeline_content:hover {
border-color: #d4af37;
box-shadow: 0 15px 50px rgba(212, 175, 55, 0.3);
transform: translateY(-5px);
}

/* Left Side Items */
.timeline_item:nth-child(odd) .timeline_content {
margin-left: 0;
margin-right: auto;
}

/* Right Side Items */
.timeline_item:nth-child(even) .timeline_content {
margin-left: auto;
margin-right: 0;
}

/* Timeline Icon */
.timeline_icon {
position: absolute;
left: 50%;
top: 30px;
transform: translateX(-50%);
width: 80px;
height: 80px;
background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 5px solid #3a3e3f;
box-shadow: 0 0 30px rgba(212, 175, 55, 0.6);
z-index: 10;
transition: all 0.3s ease;
}

.timeline_item:hover .timeline_icon {
transform: translateX(-50%) scale(1.1) rotate(360deg);
box-shadow: 0 0 40px rgba(212, 175, 55, 0.9);
}

.timeline_icon i {
font-size: 2rem;
color: #1a1a1a;
}

/* Content Arrow */
.timeline_item:nth-child(odd) .timeline_content::before {
content: '';
position: absolute;
right: -20px;
top: 35px;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 20px solid rgba(212, 175, 55, 0.2);
}

.timeline_item:nth-child(even) .timeline_content::before {
content: '';
position: absolute;
left: -20px;
top: 35px;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-right: 20px solid rgba(212, 175, 55, 0.2);
}

/* Year Badge */
.timeline_year {
display: inline-block;
background: linear-gradient(to bottom, #d2a537, #b48623);
color: #fff;
padding: 8px 20px;
border-radius: 50px;
font-family: 'Poppins';
font-weight: 700;
font-size: 15px;
margin-bottom: 15px;
box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.timeline_title {
font-family: 'Poppins';
font-size: 18px;
font-weight: 600;
color: #b88a25;
background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 15px;
line-height: 1.4;
}

.timeline_description {
font-family: 'Poppins';
font-size: 13px;
color: #c0c0c0;
line-height: 1.8;
font-weight: 300;
text-align: justify;
}

/* Special Highlight for Current Year */
.timeline_item.current .timeline_content {
background: linear-gradient(145deg, #3a3a2a 0%, #2f2f1f 100%);
border-color: #d4af37;
box-shadow: 0 15px 50px rgba(212, 175, 55, 0.4);
}

.timeline_item.current .timeline_icon {
animation: timeline_pulseIcon 2s ease-in-out infinite;
}

@keyframes timeline_pulseIcon {
0%, 100% {
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.6);
}
50% {
    box-shadow: 0 0 50px rgba(212, 175, 55, 1);
}
}

/* Mobile Responsive */
@media (max-width: 991px) {
.roadmap_bg .head h2 {
    font-size: 28px;
}

.timeline_line {
    left: 30px;
}

.timeline_icon {
    left: 30px;
    width: 60px;
    height: 60px;
}

.timeline_icon i {
    font-size: 1.5rem;
}

.timeline_content {
    width: calc(100% - 100px);
    margin-left: 100px !important;
    margin-right: 0 !important;
}

.timeline_item:nth-child(odd) .timeline_content::before,
.timeline_item:nth-child(even) .timeline_content::before {
    left: -20px;
    right: auto;
    border-left: none;
    border-right: 20px solid rgba(212, 175, 55, 0.2);
}

.timeline_item {
    margin-bottom: 60px;
}
}

@media (max-width: 576px) {
.roadmap_bg {
    padding: 35px 0px 35px;
}
.trust-badge{
    text-align: center;
}


.roadmap_bg .head {
    padding: 0px 0px 40px 0px;
}

.timeline_content {
    padding: 20px;
}

.timeline_title {
    font-size: 16px;
}

.timeline_description {
    font-size: 12px;
}

.timeline_year {
    font-size: 13px;
    padding: 6px 16px;
}
}
/*****====ROADMAP TIMELINE PART END====******/


/*****====TRANSACTION PART START====******/
.trans_bg{
    padding: 50px 0px 0px;
    margin: 0px;
}
.trans_bg .nav{
    padding: 10px 0px;
    text-align: center;
    display: block;
}
.trans_bg .nav .nav-link{
    display: inline-block;
    background: linear-gradient(45deg, #848484, #1e2225);
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 7px 25px 7px 25px;
    margin: 0px 15px;
    border-radius: 37px;
    max-width: 155px;
    width: 100%;
}
.trans_bg .nav .nav-link.active{
    color: #393939;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
}
.trans_bg .tab-content{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    max-height: 545px;
    overflow-y: scroll;
}
.trans_bg .tab-content::-webkit-scrollbar{
    display: none;
}
.trans_bg .tab-content .trans_text:nth-child(odd){
    background: url(../images/trans_bg1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 14px 10px 14px 10px;
    margin: 30px auto;
    max-width: 755px;
    filter: drop-shadow(0px 3px 2px #d2d2d2) !important;
}
.trans_bg .tab-content .trans_text:nth-child(even){
    background: url(../images/trans_bg2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px 10px 12px 10px;
    margin: 20px auto;
    max-width: 755px;
    filter: drop-shadow(0px 3px 2px #d2d2d2) !important;
}
.trans_bg .tab-content .trans_text ul{
    text-align: center;
}
.trans_bg .tab-content .trans_text li{
    display: inline-block;
    width: 22%;
    margin: auto;
    vertical-align: middle;
}
.trans_bg .tab-content .trans_text  h3{
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #b88a25;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px;
    margin: 0px 0px 0px;
}
.trans_bg .tab-content .trans_text  h4{
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    color: #b88a25;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px;
    margin: 0px 0px 0px;   
}
.trans_bg .tab-content .trans_text  p{
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    color: #2c2f32eb;
    padding: 5px;
    margin: 0px;
}
.trans_bg .tab-content .trans_text  .pay{
    width: 30px;
    margin: 0px;
}
/*****====TRANSACTION PART END====******/

/*****====PAYMENT PART START====******/
.payment_bg{
    padding: 50px 0px 0px;
    margin: 0px;
    text-align: center;
}
.payment_bg li{
    display: inline-block;
}
.payment_bg li .payment{
    max-width: 170px;
    margin: 0px;
}
/*****====PAYMENT PART END====******/

/*****====FOOTER PART START====******/
.footer_bg{
    background: url(../images/footer_bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0px 30px 0px;
    margin: 0px;
}
.footer_link p{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    padding: 0;
}
.footer_link p span{
    color: #bf9c41;
    font-weight: 500;
}
.footer_bg .footer_text .logo{
    max-width: 120px;
    margin: 0px;
}
.footer_bg .footer_text p{
    font-family: 'Poppins';  
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 20px 0px 20px 0px;
    margin: 0px;
    text-align: justify;
    line-height: 24px;
}
.footer_bg .footer_text h4{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
}
.footer_bg  .footer_link{
    padding: 20px 0px 0px 0px;
    text-align: center;
}
.footer_bg  .footer_link h5{
    font-family: 'Poppins'; 
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 22px 0px;
}
.footer_bg  .footer_link a{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding: 0px 0px 1px 0px;
    display: block;
    width: fit-content;
    margin: 0px auto 10px;
}
.footer_bg  .footer_link a:hover{
    transition: 0.7s;
    color: #b88a25;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer_bg .footer_add{
    padding: 20px 0px 0px 0px;
    margin: 0px;
}
.footer_bg .footer_add  h5{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 16px 0px;
}
.footer_bg .footer_add  h6{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
}
.footer_bg .footer_add  a i{
    background: linear-gradient(45deg, #b5ae35, #945b3c);
    font-size: 18px;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    margin: 0px 5px 0px 0px;
}
.footer_bg .footer_add h6 i{
    background: #fff;
    font-size: 14px;
    color: #b89559;
    padding: 4px;
    border-radius: 50px;
    position: relative;
    top: 3px;
    margin: 0px 5px 0px 0px;
}
.footer_bg .footer_copy{
    padding: 25px 0px 0px 0px;
    text-align: center;
    position: relative;
}
.footer_bg .footer_copy h6{
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.footer_bg .footer_copy h6:before{
    position: absolute;
    content: "";
    border-bottom: 2px solid;
    max-width: 420px;
    height: 9px;
    left: 0px;
    width: 100%;
}
.footer_bg .footer_copy h6:after{
    position: absolute;
    content: "";
    border-bottom: 2px solid;
    max-width: 420px;
    height: 9px;
    right: 0px;
    width: 100%;
}


/*****====FOOTER PART END====******/

/*****====RESPONSIVE PART START====******/
@media (max-width:1199px){

    .top_bg .top_text li .top_link:nth-child(1) {
        margin: 0px 15px 0px 15px;
    }
    .banner_bg .banner .banner_text h4 {
        font-family: 'Oswald', sans-serif;
        font-size: 42px
    }
    .banner_bg .banner .banner_text {
        position: relative;
        padding: 0px 0px 0px 50px;
    }
    .banner_bg .banner .banner_text h4::before {
        height: 168px;
        width: 214px;
        left: 32px;
    }
    .sta_bg .sta_text1 {
        padding: 10px 20px 10px 50px;
        max-width: 210px;
        width: 100%;
    }
    .about_bg .about_text p {
        margin: 0px 0px 2px 0px;
    }
    .full_bg1{
        padding: 0px 0px 10px 0px !important;
    }
}
@media (max-width:991px){

    .top_bg .top_logo {
        text-align: start;
    }
    .top_bg .top_text {
        padding: 25px 0px 0px 0px;
        text-align: center;
    }
    .top_bg .header_menu{
        display: block;
    }
    .banner_bg .banner .banner_nav{
        display: none;
    }
    .banner_bg .banner .banner_img {
        display: none;
    }
    .banner_bg .banner .banner_text {
        padding: 0px 0px 0px 0px;
        text-align: center;
    }
    .banner_bg .banner .banner_text h4::before{
        content:unset;
    }
    .calci_bg .calci_img {
        display: none;
    }
    .calci_bg ul {
        text-align: center;
    }
    .calci_bg .calci_text h5 {
        padding: 45px 0px 0px 2px;
    }
    .calci_bg .calci_text h5:before {
        margin: auto;
        top: 46px;
    }
    .about_bg {
        padding: 30px 0px 30px;
        margin: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background: url(../images/banner_bg.jpg);
        background-size: 100% 100%;
    }
    .about_bg .about_text {
        text-align: center;
    }
    .about_bg .about_text p {
        margin: 0px 0px 6px 0px;
        text-align: center;
    }
    .about_bg .about_cert {
        padding: 30px 0px 20px;
        text-align: center;
    }
    .about_bg .about_text .about_but1 {
        text-align: center;
    }
    .advan_bg {
        padding: 40px 0px 40px;
    }
    .advan_bg .advan_text {
        margin: 35px auto 15px;
    }
    .refer_bg .text-start {
        text-align: center!important;
    }
    .refer_bg {
        padding: 40px 0px 70px;
    }
    .refer_bg ul {
        padding: 35px 0px 0px 0px;
        margin: 0px;
    }
    .footer_bg .footer_text{
        text-align: center;
    }
    .footer_bg .footer_text p {
        padding: 20px 0px 8px 0px;
        text-align: center;
    }
    .footer_bg .footer_add {
        padding: 13px 0px 0px 0px;
        text-align: center;
    }
    .footer_bg .footer_copy h6:before{
        max-width: 210px;
    }
    .footer_bg .footer_copy h6:after{
        max-width: 210px;
    }

    
}
@media (max-width:767px){

    .top_bg .top_text li .top_link:nth-child(1) {
        margin: 0px 8px 0px 8px;
    }
    .banner_bg .banner {
        padding: 25px 0px 50px;
    }
    .sta_bg .sta_text .sta_img {
        left: 23px;
    }
    .sta_bg .sta_text1 {
        padding: 10px 6px 10px 25px;
        max-width: 161px;
    }
    .trans_bg .tab-content .trans_text li {
        width: 100%;
    }
    .footer_bg .footer_copy {
        padding: 30px 0px 0px 0px;
    }
    .footer_bg .footer_copy h6:before {
        max-width: 120px;
    }
    .footer_bg .footer_copy h6:after {
        max-width: 120px;
    } 
    .footer_bg .footer_add{
        margin-top: 0 !important;
    }
    .footer_bg .footer_link h5 {
        text-align: center !important;
    }
    .footer_link p{
        text-align: center;
    }
}
@media (max-width:576px){
    .head h2 {
        font-size: 28px;
    }
    .about_bg .about_cert .cert_img .certificate{
        height: 344px;
    }
    .about_bg,.full_bg,.banner_bg,.advan_bg,.refer_bg,.footer_bg {
        background-size: cover;
        overflow: hidden;
    }
    .top_bg .btn-primary {
        right: 10px;
        top: 15px;
    }
    .top_bg .top_text li .top_link {
        padding: 15px 0px 0px 0px;
        margin: 0px;
    }
    .top_bg .top_logo .logo {
        max-width: 81px;
        width: 100%;
        position: relative;
        right: -20px;
    }
    .trans_bg .tab-content .trans_text ul{
        text-align: center;
        display: grid;
        grid-template-columns: .5fr 0.6fr;
        gap: 35px
    }
    .sta_bg {
        padding: 35px 0px 0px;
    }
    .sta_bg .sta_text .sta_img {
        left: 30px;
        top: -13px;
    }
    .sta_bg .sta_text1 {
        padding: 10px 6px 10px 50px;
        max-width: 170px;
    }
    .sta_bg .sta_text,.sta_bg .sta_text2 {
        margin: 10px auto 10px !important;
        max-width: 265px;
    }
    .calci_bg .calci_text1{
        flex-direction: column;
        align-items: center;
    }
    .calci_bg .calci_text h5:before{
        left: -7px;
    }
    .sta_bg .sta_text2 {
        margin: 10px 0px 10px 0px;
    }
    
    .sta_bg .sta_text .sta_img:before {
        width: 70px;
        height: 70px;
        top: 0px;
        left: 0px;
    }
    .sta_bg .sta_text .sta_img:after {
        width: 90px;
        height: 90px;
        left: -11px;
        top: -13px;
    }
    .sta_bg .sta_text .img1 {
        width: 65px;
    }
    .sta_bg .sta_text1 h6 {
        font-size: 15px;
    }
    .plan_bg {
        padding: 35px 0px 0px;
    }
    .plan_bg .plan_detail {
        max-width: 235px;
    }
    .calci_bg {
        padding: 40px 0px 0px;
    }
    .calci_bg .calci_text h4 input{
        max-width: 100%;
    }
    .calci_bg .calci_text h4 select{
        width: 100%;
    }
    .full_bg {
        padding: 0px 0px 40px 0px;
    }
    .refer_bg {
        padding: 40px 0px 45px;
    }
    .refer_bg ul {
        padding: 20px 0px 0px 0px;
        text-align: center;
    }
    .refer_bg li {
        width: 49%;
        margin: 32px auto;
    }
    .refer_bg .refer_level h5 {
        font-size: 27px;
    }
    .refer_bg .refer_level::before {
        width: 120px;
        height: 120px;
    }
    .trans_bg {
        padding: 35px 0px 0px;
    }
    .trans_bg .nav .nav-link {
        max-width: 125px;
        margin: 0px;
    }
    .trans_bg .tab-content {
        overflow-y: scroll;
        overflow-x: scroll;
        max-width: 500px;
        width: 100%;
    }
    /* .trans_bg .tab-content .trans_text:nth-child(odd) {
        min-width: 700px;
        width: 100%;
    }
    .trans_bg .tab-content .trans_text:nth-child(even) {
        min-width: 700px;
        width: 100%;
    } */
     .trans_bg .tab-content .trans_text {
        max-width: 343px !important;
     }
     .about_bg .about_cert h5{
        color: #fff;
     }
     .calci_bg .calci_text h5:before {
        width: 117px;
        height: 117px;
     }
    .trans_bg .mb-3 {
        margin-bottom: 0px;
    }
    .footer_bg .footer_copy h6:before {
        max-width: 20px;
    }
    .footer_bg .footer_copy h6:after{
        max-width: 20px;
    }.trans_bg .tab-content .trans_text  p{
    padding: 5px;
    }

.footer_bg .footer_link h5 {
    text-align: center !important;
}
.footer_link p{
    text-align: center;
}
}
/*****====RESPONSIVE PART END====******/

