/*****
CSS DOCUMENT

font-family: 'Jost', sans-serif;
font-family: 'Exo 2', sans-serif;

*****/

body{
    background: #191919 !important;
    color: #f8e47c !important;
    background-size: 100% 100%!important;
    font-family: 'Jost', sans-serif;
    background-position: center;
    background-repeat: no-repeat;
}
a {
	cursor:pointer !important;
	text-decoration:none !important;
    color:#f8e47c;
}
a:hover{
	cursor:pointer !important;
	text-decoration:none !important;
    color:#fff;
}
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-image: linear-gradient(to top, #be8f2d,#f9e67f,#c79623 );
    border-radius: 15px;
}
.scroll-line {
    background: linear-gradient(217deg, rgb(244 223 119), rgb(198 149 34) 70.71%), linear-gradient(127deg, rgb(190 144 45), rgba(0,255,0,0) 70.71%), linear-gradient(336deg, rgb(56 55 66), rgb(56 55 66) 70.71%);
    top: 0;
    left: 0;
    height: 6px;
    position: fixed;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 111;
    border-radius: 0px 3px 3px 0px;
}
/*****====SCROLL PART END====******/

/*****====TOP PART START====******/
.scroller{
    position:relative;
}
#scroll1{
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transition-duration: 1s;
    z-index: 111;
    text-align: center;
    background: linear-gradient(45deg, #b68a2c, #f8e57e, #c09224);
    padding: 7px;
    border-radius: 50%;
    display: block !important;
}
#scroll1:hover{
    background: #1b1c1c;
    transition: 0.9s;
}
#scroll1:hover .top_but, #scroll1 .top_but:hover{
   transition-duration: 1s;
   filter: invert(1);
}
#scroll1 .top_but {
    position: absolute;
    z-index: 11;
    bottom: 15px;
    transition-duration: 1s;
    display: block;
    border-radius: 4px;
    width: 25px;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 13px;
    border: 0px;
    padding: 5px;
}

/*****====TOP PART END====******/
/*****====COLOR PART START====******/

::-moz-selection { 
  color: #010101;
  background: #f5df78;
}

::selection {
    color: #010101;
    background: #f5df78;
}
/*****====COLOR PART END====******/

/*****====HEADER PART START====******/
.header_bg{
    background: url(../images/header_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}
.header_bg header{
    background: #101010;
    padding: 5px 0px 2px;
}
.header_bg header .navbar-collapse {
    text-align: right;
    width: 100%;
}
.header_bg header .navbar-nav{
    display: block;
    width: 100%;
}
.header_bg .logo{
    max-width: 160px;
}
.header_bg header .navbar-nav .nav-item{
    display: inline-block;
    margin: 0px 5px;
}
.header_bg header .navbar-nav .nav-item .nav-link{
    padding-right: 12px;
    padding-left: 12px;
}
.header_bg header .navbar-nav .nav-item .nav-link:hover{
    color: #010101;
    transition-duration: 1s;
}
.header_bg header .navbar-nav .nav_but{



}
.header_bg header .navbar-nav .nav_but .nav-link{
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 17px 25px;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: 1s;
    transform: translateY(0px);
}
.header_bg header .navbar-nav .nav_but .nav-link:hover{
    transition: 1s;
    animation: test 5s infinite alternate;
    color: #fff;
}
@keyframes test{
    0%{
        transform: translateY(0px) skew(0deg, 0deg);
    }
    50%{
        transform: translateY(-10px) skew(3deg, 3deg);
    }
    100%{
        transform: translateY(0px) skew(0deg, 0deg);
    }
}
.header_bg header .navbar-nav .nav_but .nav-link1{
    background: url(../images/but2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.header_bg header .navbar-nav .nav-item .nav-link{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

/*****====HEADER PART END====******/

/*****====HEAD PART START====******/
.head{
    position: relative;
}
.head h2{
    font-size: 16px;
    font-weight: 400;
    color: #e5c65a;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.head h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 28px;
    font-weight: 800;
    padding: 0px;
    margin: 4px 0px 6px 0px;
    text-transform: uppercase;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%,#ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.head p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px;
    text-align: justify;
    line-height: 24px;
}
.head p span{
    color: #f8e47c;
}
.text_but{
    padding: 30px 0px 10px 0px;
}
.text_but .but{
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 20px 25px 20px 25px;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #010101;
    transition: 0.9s;
}
.text_but .but:hover{
    background: url(../images/but2.png);
    background-size: 100% 100%;
    background-position: center;
    transition: 0.9s;
}
/*****====HEAD PART END====******/

/*****====BANNER PART START====******/
.banner_bg{
    padding: 70px 0px 40px;
    margin:0px;
}
.banner_bg .head{
    text-align: start;
}
.banner_bg .head h2 {
    font-size: 17px;
}
.banner_bg .head h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 40px;
    margin: 6px 0px 12px 0px;
}
.banner_bg .head p{
    width: 90%;
    text-align: justify;
    margin: 0px;
}
.banner_bg .text_but{
    padding: 40px 0px 10px 0px;
}
.banner_img{
    position: relative;
    min-height: 355px;
    text-align: center;
}
.banner_img .img1{
    position: absolute;
    max-width: 170px;
    bottom: 48px;
    left: 88px;
    animation:round1 5s infinite alternate;
}
@keyframes round1{
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(-30deg);
    }
}
.banner_img .img2{
    position: absolute;
    max-width: 370px;
    left: 75px;
    right: 0px;
    margin: auto;
    z-index: 1; 
}
.banner_img .img3{
    position: absolute;
    bottom: 0px;
    max-width: 540px;
    left: 0px;
}
.banner_img .img4{
    position: absolute;
    z-index: 1;
    left: -11px;
    top: 142px;
    right: 0px;
    margin: auto;
    mix-blend-mode: screen;
    animation: blink 3s infinite linear;
}
.banner_img .img5{
    position: absolute;
    z-index: 1;
    left: -17px;
    mix-blend-mode: screen;
    animation: blink 6s infinite linear;
    right: 0;
    margin: auto;
    top: -6px;
}
.banner_img .img6{
    position: absolute;
    z-index: 1;
    left: 0px;
    mix-blend-mode: screen;
    animation: blink 8s infinite linear;
    bottom: -27px;
}
@keyframes blink{

    0%{
        opacity:0;
    }
    50%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}
/*****====BANNER PART END====******/

/*****====PLAN PART START====******/
.plan_bg{
    padding: 50px 0px;
    margin: 0px;
    background: #191919;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}
.ban_vedio{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0.6;
}
.plan_bg .head{
    text-align: center;
}
.plan_bg .head p{
    margin: 0px auto 0px;
    text-align: center;
    line-height: 24px;
    width: 60%;
}
.plan_bg .plan_detail{
  padding: 40px 0px 0px;
    margin: 0px;
    position: relative;
    text-align: center; 
    /* padding: 40px 0px 0px;
    margin: 0px;
    position: relative;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr); */
}
.plan_bg .plan_detail li{
   display: inline-block;
    width: 32%;
    text-align: center;
    margin: 15px 5px;
    vertical-align: top; 
    /* text-align: center;
    margin: 15px 5px;
    vertical-align: top; */
}
.plan{
    background: url(../images/plan_bg1.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 20px 15px 20px 15px;
    margin: 0px auto 0px;
    width: 100%;
    max-width: 270px;
}
.plan:hover h3{
    color: #010101;
    transition: 0.9s;
}
.plan:hover h4{
    color: #010101;
    transition: 0.9s;
}
.plan:hover h5{
    color: #010101;
    transition: 0.9s;
}
.plan:hover p{
    color: #010101;
    transition: 0.9s;
}
.plan:hover p span{
    color: #010101;
    transition: 0.9s;
}
.plan:hover .but{



}
.plan h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.plan h4{
    font-family: 'Exo 2', sans-serif;
    font-size: 40px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}
.plan h5{
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 22px 0px;
}
.plan p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px 30px;
    margin: 0px 0px 7px 0px;
    text-align: start;
}
.plan p span{
    color: #ddb94c;
    font-weight: 600;
    float: right;
}
.plan_bg .text_but{
    padding: 30px 0px 10px 0px;
}
.calci{


}
.calci:hover h3{
    color:#fff !important;
}
.calci:hover p{
    color: #fff !important;
}
.calci:hover p span{
    color:#ddb94c !important;
}
.calci h6{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
    text-align: start;
    padding: 0px 0px 12px 30px;
}
.calci h6 select{
    display: block;
    width: 86%;
    outline: none;
    background: #010101;
    font-size: 15px;
    font-weight: 500;
    color: #ddb94c;
    border: 1px solid #454444;
    padding: 6px 5px;
    margin: 7px 0px 0px;
}

.calci h6 input{
    display: block;
    width: 86%;
    outline: none;
    background: #010101;
    font-size: 15px;
    font-weight: 500;
    color: #ddb94c;
    border: 1px solid #454444;
    padding: 6px 5px;
    margin: 7px 0px 0px;
}
.calci p{
    display: inline-block;
    width: 100%;
    padding: 17px 2px 0px;
    border-right:;
    text-align: center;
}
.calci p span{
    font-size: 25px;
    margin: 5px 0px;
    display: block;
    float: unset;
}
/*****====PLAN PART END====******/

/*****====REFER PART START====******/
.refer_bg{
    padding: 50px 0px;
    margin: 0px;
    background: url(../images/refer_bg.png);
    background-size: 100% 100%;
    background-position: center;
}
.refer_bg .refer_img{
    position: relative;
}
.refer_bg .refer_img{
    position: relative;
    text-align: center;
    min-height: 245px;
}
.refer_bg .refer_img .img1{
    max-width: 340px;
    position: absolute;
    top: -45px;
    left: 0px;
    right: 0px;
    margin: auto;;
}
.refer_bg .refer_text{



}
.refer_bg .refer_level{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    POSITION: absolute;
    bottom: -22px;
    left: -17px;
}
.refer_bg .refer_text h3{
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -26px;
    font-family: 'Exo 2', sans-serif;
    font-size: 32px;
    font-weight: 800;
    background: url(../images/ref_round.png);
    background-size: 100% 100%;
    width: 91px;
    height: 91px;
    padding: 25px;
    animation: bounce 2s infinite linear;

}

@keyframes bounce {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-20px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-7px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}
.refer_bg .text_but{
    padding: 40px 0px 10px 0px;
}
/*****====REFER PART END====******/

/*****====ABOUT PART START====******/
.about_bg{
    background: #191919;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px 45px;
    position: relative;
}
.about_bg .head p{
    margin: 15px 0px 0px 0px;
}
.about_bg .certificate{
    position: relative;
    text-align: center;
}
.about_bg .certificate .img1{
    max-width: 245px;
}
.about_bg .about_detail{
    margin: 5px 0px 0px;
    position: relative;
}
.about_bg .about_detail li{
    display: inline-block;
    width: 24%;
    vertical-align: top;
}
.about_bg .about_detail .about_text{
    text-align: center;
}
.about_bg .about_detail .about_img{
    max-width: 70px;
    margin: 0px auto 5px;
}
.about_bg .about_detail p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.cert_detail{
    margin: 43px 0px 0px 0px;
    background: #121314;
    padding: 20px;
    position: relative;
}
.cert_detail li{
    display: inline-block;
    width: 24%;
    vertical-align: middle;
}
.cert_detail li:nth-child(1){
    width: 11%;
}
.cert_detail li:nth-child(2){
        width: 24%;
}
.cert_detail li:nth-child(3){
        width: 34%;
}
.cert_detail li:nth-child(4){
    width: 28%;
    text-align: center;
}
.cert_detail li:nth-child(5){
    width: 15%;
    text-align: right;
}
.cert_detail .img1{
    max-width: 85px;
}
.cert_detail .cert_text{


}
.cert_detail .cert_text1 P{
    font-family: 'Exo 2', sans-serif;
    font-weight: 700 !IMPORTANT;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%,#ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cert_detail .cert_text h4{
    font-size: 17px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    color: #cb9c2a;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
}
.cert_detail .cert_text p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 0px;
    margin: 0px;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%,#ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cert_detail .cert_text h5{
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}
.cert_detail .cert_text h5 a{
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%,#ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cert_detail .cert_text h5 a:hover{
   color:#fff; 
    filter: drop-shadow(0px 1px 0px #fff);
}
.cert_detail .text_but{
    padding: 10px 0px 10px 0px;
}
.certificate_text{
    position: relative;
    text-align: center;
    margin: 25px 0px 0px;
}
.certificate_text h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 28px;
    font-weight: 800;
    padding: 0px;
    margin: 4px 0px 6px 0px;
    text-transform: uppercase;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%,#ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: left;
    margin: 29px 0px 0px 25px;
}


.certificate_text .text_but .but{
    margin: 0px 10px;
}


/*****====ABOUT PART END====******/

/*****====STA PART START====******/
.sta{
    padding: 42px 0px 0px;
    margin: 0px;
    position: relative;
}
.sta .head{
    margin: 0px 0px 25px 0px;
}
.sta .sta_detail{
    background: #121314;
    padding: 15px 20px;
    margin: 15px 0px 15px 0px;
}
.sta li{
    display: inline-block;
    width: 49%;
}
.sta li .sta_img{
    float: left;
    max-width: 20px;
    margin: 0px 10px 0px 0px;
}
.sta li h4{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px; 
    text-align: center;
}
.sta li h4 span{
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #f8e47c;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    float: right;
}
.sta li:nth-child(1){
    width: 32%;
}
.sta li:nth-child(2){
    width: 35%;
}
.sta li:nth-child(3){
    text-align: right;
    width: 32%;
}
.sta li:nth-child(3) .sta_img{
    float: right;
    margin: 0px 0px 0px 10px;
}
.sta li:nth-child(3) h4{


}
.sta li:nth-child(3) h4 span{
    float: left;
}
.sta .img1{
    position: absolute;
    margin: auto;
    inset: 0;
    max-width: 120px;
    width: 100%;
    top: 140px;
    left: 12px;
}
.sta:before{
    content: "";
    background: url(../images/sta_round1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 280px;
    height: 280px;
    inset: 0;
    margin: auto;
    top: 124px;
    animation: rotate 10s infinite linear;
}
@keyframes rotate{

    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
/*****====STA PART END====******/

/*****====TRANS PART START====******/
.trans_bg{
    background: url(../images/refer_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.trans_bg .head{
    text-align: center;

}
.trans_bg .table-responsive{
    background: #121314;
    padding: 15px 0px 0px;
    margin: 25px auto 0px;
    border: 1px solid #272727;
    max-width: 480px;
    max-height: 428px;
}
.trans_bg .table-responsive h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 20px;
    margin: 0px 0px 20px 0px;
}
.trans_bg table{
    width: 100%;
}
.trans_bg table tr:nth-child(odd){
    background: #000; 
}
.trans_bg table td{
    padding: 10px 15px;
}
.trans_bg table td:nth-child(1){
    width: 28%;
}
.trans_bg table td:nth-child(2){
    text-align: center;
}
.trans_bg table td:nth-child(3){
    text-align: right;
}
.trans_bg table p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px;
    margin: 0px;
}
.trans_bg table p img{
    width:30px;
    filter: drop-shadow(1px 1px 2px #f7e37b);
}
.trans_bg table h5{
    font-size: 14px;
    font-weight: 500;
    color: #f8e47c;
    margin: 0px;
}
/*****====TRANS PART END====******/

/*****====FEED PART START====******/
.feed_bg{
    padding: 55px 0px 0px;
    margin: 0px;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}
.feed_bg .feed{
    background: #121313;
    border: 1px solid #272727;
    padding: 20px;
    width: 100%;
    max-width: 305px;
    margin: 30px auto 0px;
}
.feed_bg .feed h3{
    text-align: right;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.feed_bg .feed h3 img{
    display: inline-block;
    max-width: 17px;
    margin: -5px 7px 0px 0px;
}
.feed_bg .feed h4{
    font-family: 'Exo 2', sans-serif;
    font-size: 17px;
    font-weight: 800;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    text-transform: capitalize;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 17%,#c99927 31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feed_bg .feed p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    text-align: justify;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
}
.feed_bg .feed h6{
    position: relative;
    text-align: right;
    margin: 0px;
    display: flex;
    align-items: center;
}
.feed_bg .feed .feed_img1{
    max-width: 64px;
    margin: 0px 0px 0px 55px;
}
.feed_bg .feed .feed_img2{
    max-width: 165px;
}
.feed_bg .feed ul{
    
    
}
.feed_bg .feed ul li{
    display: inline-block;
    vertical-align: top;
}
.feed_bg .feed ul li:nth-child(1){
    width: 52%;
    margin: 20px 0px 0px;
}
.feed_bg .feed ul li:nth-child(2){
    
    
}

/*****====FEED PART END====******/

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

}
/*****====PAYMENT PART END====******/

/*****====FOOTER PART START====******/
.footer_bg{
    background: url(../images/refer_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px 30px;
}
.footer_bg .footer_text{


}
.footer_bg .footer_text .logo{
    max-width: 160px;
}
.footer_bg .footer_text h3{
    font-size: 22px;
    font-weight: 800;
    font-family: 'Exo 2', sans-serif;
    padding: 0px;
    margin: 20px 0px 19px 0px;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 17%,#c99927 31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer_bg  .foot_address{




}
.footer_bg  .foot_address h4{
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px;
}
.footer_bg  .foot_address h4 span{
    color: #f8e47c;
    font-size: 17px;
    font-weight: 600;
    background: linear-gradient(to right, #be902e 16%, #f9e67f 65%,#c99927 23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer_bg  .foot_address h5{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px;
}
.footer_bg .footer_link{
    margin: 10px 0px 0px 0px;
    text-align: start;
}
.footer_bg .footer_link .link{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px !important;
    transition: 0.9s;
}
.footer_bg .footer_link .link:hover{
    color:#f3dc77;
    transition: 0.9s;
}
.footer_bg  .footer_icon{
    margin: 15px 0px 0px 52px;
}
.footer_bg  .footer_icon img{
    max-width: 30px;
    margin: 0px 5px 0px;
    transition: 0.9s;
}
.footer_bg .footer_icon img:hover{
    max-width: 30px;
    margin: 0px 5px 0px;
    filter: drop-shadow(0px 1px 2px #ddb555);
    transform: translateY(-10px);
    transition: 0.9s;
}
.footer_copy{
    text-align: center;
    padding: 40px 0px 0px 0px;
}
.footer_copy h4{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.footer_copy span{
    color:#f0d772
}
/*****====FOOTER PART END====******/


/*****====RESPONSIVE PART START====******/
@media only screen and  (max-width:1199px){
    .banner_img .img3 {
        max-width: 500px;
        width: 100%;
    }
/*****==== cert part====******/   

    .certificate_text h3 {
        margin: 29px 0px 0px 0px;
    }
    .cert_detail li:nth-child(3) {
        width: 31%;
    }
    .cert_detail li:nth-child(4) {
        width: 17%;
        text-align: center;
    }

/*****==== Plan part====******/
    .plan_bg .plan_detail li{
        width: 30%;
    }
    .sta li:nth-child(2) {
        width: 34%;
    }
}
@media only screen and  (max-width:991px){

/*****==== Header part====******/
    .navbar-toggler {
        padding: 5px 12px 5px 12px;
        background: linear-gradient(45deg, #c19330, #f6e077, #c99a28);
        border: none;
        box-shadow: unset !important;
    }
    .header_bg header .navbar-collapse{
        text-align: center;
    }
    .header_bg header .navbar-nav .nav-item {
        display: block;
        margin: 5px 5px;
    }
    .header_bg header .navbar-nav .nav_but {
        display: inline-block;
        margin: 10px 5px 0px;
    }
/*****==== Head part====******/
    .head{
        text-align: center;
    }
    .head p{
        text-align: center;
    }
    .text_but {
        padding: 30px 0px 10px 0px !important;
    }
/*****==== Banner part====******/
    .banner_bg .head {
        text-align: center;
    }
    .banner_bg .head p {
        width: 90%;
        text-align: center;
        margin: 0px auto 0px;
    }
    .banner_bg .text_but {
        text-align: center;
    }
    .banner_img{
        display: none;
    }
/*****==== Calci part====******/
    .calci p {
        padding: 9px 13px 0px;
        font-size: 12px;
    }
    select option:hover {
        background-color: #b68a2c !important;
        color: white !important;
    }

/*****==== Refer part====******/
    .refer_bg .text_but {
        padding: 30px 0px 10px 0px;
        text-align: center;
    }
    .refer_bg .refer_img {
        min-height: unset;
    }
    .refer_bg .refer_img .img1{
        display:none;
    }
    .refer_bg .refer_text {
        margin: 0px 0px 20px 0px;
    }
    .refer_bg .refer_text h3 {
        position: unset;
    }
/*****==== About part====******/
    .about_bg .certificate {
        text-align: center;
        margin: 0px 0px 10px 0px;
    }
    .about_bg .about_detail {
        margin: 35px 0px 0px;
    }
/*****==== Cert part====******/
    .cert_detail {
        margin: 50px 0px 0px 0px;
        text-align: center;
    }
    .cert_detail li:nth-child(1) {
         width: 20%;
    }
    .cert_detail li:nth-child(2) {
        width: 34%;
    }
    .cert_detail li:nth-child(3) {
        width: 44%;
    }
    .cert_detail li:nth-child(4) {
        width: 49%;
    }
    .cert_detail li:nth-child(5) {
        width: 49%;
        text-align: center;
        margin: 20px 0px 0px;
    }
    .cert_detail .text_but {
        padding: 10px 0px 10px 0px !important;
    }
/*****==== Statistics part====******/
    .sta:before{
        display: none;
    }
    .sta .img1{
        display: none;
    }
    .refer_bg .refer_level{
        position:unset;
        justify-content: center;
    }
/*****==== Trans part====******/
    .trans_bg {
        background-attachment: fixed;
    }
/*****==== Footer part====******/
    .footer_bg .footer_text {
        text-align: center;
        margin: 0px 0px 25px 0px;
    }
    .footer_bg .footer_icon {
        margin: 25px 0px 0px 0px;
        text-align: center;
    }
    .footer_bg .footer_link .link {
        margin: 0px auto 10px !important;
    }
}
@media only screen and  (max-width:767px){

/*****==== Banner part====******/
    .banner_bg {
        padding: 50px 0px 30px;
    }
    .banner_bg .head h3 {
        font-size: 28px;
        line-height: 42px;
    }
    .banner_bg .head p {
        width: 100%;
    }
/*****==== Plan part====******/
    .plan_bg .head p {
        width: 100%;
    }
    .plan_bg .plan_detail li {
        width: 55%;
        margin: 0px 0px 10px 0px;
    }
/*****==== Cert part====******/
    .cert_detail li {
        text-align: center;
        margin: 10px 0px;
    }
    .cert_detail li:nth-child(1){
       width: 100%;
    }
    .cert_detail li:nth-child(2){
       width: 100%;
    }
    .cert_detail li:nth-child(3){
         width: 100%;
    }
    .cert_detail li:nth-child(4){
        width: 100%;
    }
    .cert_detail li:nth-child(5) {
        margin: 0px 0px 0px;
        width: 100%;
    }
    .cert_detail .text_but{
        text-align: center;
    }
/*****==== Sts part====******/
    .sta li:nth-child(1){
        width: 47%;
    }
    .sta li:nth-child(2) {
        width: 4%;
    }
    .sta li:nth-child(3) {
        width: 46%;
    }
}
@media only screen and  (max-width:576px){
/*****==== Banner part====******/
    .head h2 {
        font-size: 16px;
    }
    .head h3 {
        font-size: 20px;
    }
/*****==== Plan part====******/
    .plan_bg {
        padding: 40px 0px;
    }
    .plan_bg .plan_detail li {
        width: 100%;
    }
/*****==== Refer part====******/
    .refer_bg {
        padding: 40px 0px;
    }
/*****==== About part====******/
    .about_bg {
        padding: 40px 0px 30px;
    }
    .about_bg .about_detail {
        text-align: center;
        margin: 30px 0px 0px;
    }
    .about_bg .about_detail li {
        width: 49%;
        margin: 0px 0px 10px 0px;
    }
/*****==== Cert part====******/
    .cert_detail {
        margin: 40px 0px 0px 0px;
    }
    .cert_detail li:nth-child(1) {
        width: 100%;
    }
    .cert_detail li:nth-child(2) {
        width: 100%;
    }
    .cert_detail li:nth-child(3) {
        width: 100%;
    }
    .cert_detail li:nth-child(4) {
        width: 100%;
    }
    .certificate_text h3 {
        float: unset;
        margin: 0px 0px 5px 0px;
    }
    .certificate_text {
        text-align: center;
        margin: 10px 0px 0px;
    }
    .certificate_text .text_but .but {
        margin: 0px 8px;
        padding: 20px 19px 20px 19px;
        font-size: 13px;
    }
/*****==== Sta part====******/
    .sta {
        padding: 25px 0px 0px;
    }
    .sta li:nth-child(1) {
        width: 100%;
    }
    .sta li:nth-child(3) {
        width: 100%;
    }
/*****==== Trans part====******/
    .trans_bg {
        padding: 35px 0px;
    }
    .trans_bg table p{
        font-size: 12px;
    }
    .trans_bg .table-responsive h3 {
        font-size: 16px;
    }
/*****==== Feed part====******/
    .feed_bg {
        padding: 40px 0px;
    }
    .feed_bg .feed {
        margin: 20px auto 0px;
    }
    .feed_bg .feed ul li:nth-child(1) {
        width: 42%;
    }
    .feed_bg .feed .feed_img2 {
        max-width: 135px;
    }
/*****==== Payment part====******/
    .payment_bg {
        padding: 40px 0px 0px;
    }
}
/*****====RESPONSIVE PART END====******/


.error{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    background: #171818;
    padding: 10px;
    color: #f9e67f;
    text-align: center;
    width: 75%;
    margin: 10px auto;
    filter: drop-shadow(0px 0px 3px #f9e67f);
    border-radius: 4px;
}



