/* CSS Document input 
    font-family: 'Montserrat Alternates', sans-serif;
    font-family: 'Manrope', sans-serif;
*/

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #030a2e;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #9b9292;
    border-radius: 0;
    background: #ffffff;
}

body {
    background: url(../images/header_bg.png);
    background-color: #050618 !important;
    background-size: 100% 100% !important;
    font-family: 'Manrope', sans-serif !important;
    color: #fe9f0e !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: #fe9f0e;
    font-size: 14px;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 300;
}

body a:hover {
    text-decoration: none;
    color: #fff;
}

body ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

body li {
    list-style-type: none;
}

.img-fluid {
    margin: auto !important;
}

/******=======  HEADER PART START  =======******/

/******=======  SCROLL PART START  =======******/

.scroller {
    position: relative;
}

#scroll {
    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, #5432da, #241154);
    border-radius: 5px;
    border: 1px solid #2492f652;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.9s;
}

#scroll:hover {
    filter: drop-shadow(0px 0px 3px #1374f4);
    transition: 0.9s;
    background: linear-gradient(45deg, black, transparent);
}

#scroll:hover .top_but,
#scroll .top_but:hover {
    transition-duration: 1s;
}

#scroll .top_but {
    position: absolute;
    display: block;
    z-index: 11;
    width: 23px;
    transition-duration: 1s;
    display: block;
    margin: auto;
    border: 1px solid transparent;
    filter: invert(1);
}

/******=======  SCROLL PART END  =======******/

/******=======  HEADER PART START  =======******/

.header_bg {
    padding: 0px 0px 30px 0px;
}

.header_bg .top_detail {}

.header_bg .logo_img {
    position: relative;
    text-align: center;
    max-width: 290px;
    padding: 10px 0px 3px;
}

.header_bg .logo_img:before {
    content: "";
    background: url(../images/logo_bg.png);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.header_bg .logo {
    max-width: 210px;
    padding: 10px;
}

.header_bg .top_icon {
    text-align: center;
}

.header_bg .top_icon .link {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 5px;
    display: inline-block;
    transition: 0.9s;
}

.header_bg .top_icon .link:hover {
    color: #1ab5ff;
    transition: 0.9s;
    filter: drop-shadow(2px 1px 6px #1ab5ff);
}

.header_bg .top_icon .link .img1 {
    max-width: 28px;
    margin: 0px 3px 0px 0px;
}

.header_bg .top_but {
    text-align: right;
}

.header_bg .top_but .but {
    background: linear-gradient(45deg, #6618cd, #296ff9);
    padding: 9px 26px;
    margin: 0px 5px;
    border-radius: 3px 17px 17px 3px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #3268e6;
}

.top_but .but {}

.top_but .but1 {}

.top_but .but:hover {}

/******=======  HEADER PART END  =======******/

/******=======  HEADER PART END  =======******/

header .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

header .navbar-brand img {
    max-width: 250px;
    margin: 0px 20px !important;
}

header .nav-item {
    margin: 0px 10px;
}

header .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

header .nav-link:hover {
    color: #00befd;
    font-weight: 500;
}

/******=======  HEADER PART END  =======******/

/*****====PRELOADER PART START====******/

.preloader {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url(../images/header_bg.png) !important;
    background-color: #050516;
    background-size: 100% 100%;
    z-index: 111111 !important;
}

.preloader.active {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.preloader::before {
    content: 'Loading';
    position: absolute;
    font-size: 95px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.03);
}

.preloader .counter {
    position: relative;
    color: #1aa7ef;
    font-size: 40px;
    z-index: 1;
    font-weight: 700;
    font-family: 'Montserrat Alternates', sans-serif;
}

.preloader .counter::after {
    content: '%';
    font-size: .5em;
}

.hide {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none;
}

/*****====PRELOADER PART START====******/

/******=======  BANNER PART START  =======******/

.banner {
    padding: 55px 0px 50px 0px;
    margin: 0px;
    position: relative;
}

.banner .banner_img {}

.banner .banner_img .img1 {
    max-width: 385px;
}

.banner .banner_img .img2 {
    position: absolute;
    left: -90px;
    right: 0;
    margin: auto !important;
    max-width: 386px;
    z-index: -1;
    animation: 3s blink linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

.banner .head {
    position: relative;
}

.banner .head .sun {
    position: absolute;
    max-width: 30px;
    right: 0px;
    left: 0;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.banner .head h2 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 55px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

.banner .head h2 span {
    display: block;
    font-size: 70px;
    font-weight: 700;
    color: #1ab5ff;
}

.banner_text {
    display: inline-flex;
    margin: 10px 0px;
}

.banner_text h3 {
    font-size: 38px;
    font-weight: 700;
    padding: 5px 18px;
    border: 1px solid #2ebe9d;
    border-radius: 5px;
    margin: 0px 15px 0px 0px;
}

.banner_text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0px 0px;
}

.banner_text h4 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fb840b;
    text-transform: capitalize;
    padding: 5px 0px 0px;
}

.banner .arrow {
    display: block;
    margin: 10px 60px 10px !important;
    text-align: center;
    max-width: 17px;
}

.text_but {
    padding: 20px 0px 0px;
    margin: 0px;
}

.but1:hover {
    transition: 0.9s;
    color: #241154;
}

.but1 i {
    position: absolute;
    background: #241154;
    width: 35px;
    height: 35px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 3px;
    border-radius: 50%;
    bottom: 0px;
    margin: auto;
}

.line {
    position: absolute;
    right: 85px;
    bottom: 10px;
    max-width: 255px;
}

.head {
    position: relative;
}

.head .sun1 {
    max-width: 30px;
    margin: 0px 3px 0px 0px;
    animation: rotate 3s linear infinite;
}

.head h2 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 0px 18px 0px;
}

.head h2 span {
    font-size: 36px;
    font-weight: 700;
    color: #1ab5ff;
}

.head p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    line-height: 23px;
    padding: 0px 0px 10px;
}

/******=======  BANNER PART END  =======******/

/******=======  ABOUT PART START  =======******/

.about_bg {
    padding: 0px 0px 50px 0px;
}

.about_bg .abour_img {
    text-align: center;
    position: relative;
}

.about_bg .abour_img .img1 {
    max-width: 320px;
}

.about_bg .abour_img .img2 {
    position: absolute;
    max-width: 150px;
    left: 0;
    right: 0px;
    top: -100px;
    animation: 3s floating ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, -0px);
    }
}

.about_bg .abour_img .img3 {
    position: absolute;
    left: 5px;
    right: 0px;
    top: -88px;
    max-width: 144px;
    z-index: -1;
    animation: 2s blink linear infinite;
}

.about_bg .line {}

.about_bg .line .line1 {}

/******=======  ABOUT PART END  =======******/

/******=======  ABOUT PART END  =======******/

.plan_bg {
    padding: 50px 0px;
    position: relative;
    background: #040a1f;
}

.plan_bg .container {
    position: relative;
}

.plan_bg .plan_vedio {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0.2;
}

.plan_bg .head {
    text-align: center;
}

.plan {
    margin: 90px auto 0px;
    background: linear-gradient(45deg, #0b1634, #011642);
    padding: 55px 20px 20px;
    border-radius: 20px;
    border: 2px solid #276df46b;
    position: relative;
    max-width: 265px;
}

.plan1 {
    background: linear-gradient(45deg, #0c1734, #022b3a);
    border: 2px solid #05ae4a;
}

.plan2 {
    background: linear-gradient(45deg, #0e1128, #341201);
    border: 2px solid #d05001;
}

.plan h2 {
    background: url(../images/plan_img1.png);
    background-size: 100% 100%;
    padding: 23px;
    position: absolute;
    top: -70px;
    right: 0px;
    width: 170px;
    height: 130px;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.plan1 h2 {
    background: url(../images/plan_img2.png);
    background-size: 100% 100%;
}

.plan2 h2 {
    background: url(../images/plan_img3.png);
    background-size: 100% 100%;
}

.plan h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1aa7ef;
}

.plan1 h3 {
    color: #07af48;
}

.plan2 h3 {
    color: #fea310;
}

.plan h3 span {
    color: #fff;
    font-weight: 400;
}

.plan h4 {
    float: right;
    margin: 24px -21px 0px 0px;
    font-size: 15px;
    background: linear-gradient(45deg, #015fea, #00bffa);
    padding: 10px 23px;
    max-width: 170px;
    width: 100%;
    border-radius: 7px 0px 0px 7px;
    color: #fff;
    font-weight: 500;
}

.plan1 h4 {
    background: linear-gradient(45deg, #42e87f, #38f8d3);
    color: #0e1228;
    font-weight: 600;
}

.plan2 h4 {
    background: linear-gradient(45deg, #f9ca22, #f83800);
    color: #0e1228;
    font-weight: 600;
}

.plan .plan_text {
    margin: 75px 0px 0px;
}

.plan p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0px;
}

.plan p .img1 {
    max-width: 18px;
    margin: 0px 4px 0px 0px !important;
    display: inline-block !important;
}

.plan p span {
    float: right;
    color: #1aa7ef;
    font-weight: 600;
    font-size: 15px;
}

.plan .plan_but {
    padding: 15px 0px 0px;
}

.plan .plan_but .but1 {
    float: left;
    margin: 0px 0px 0px -21px;
    padding: 8px 70px 8px 30px;
}

/******=======  ABOUT PART END  =======******/

/******=======  CALCI PART START  =======******/

.calci_bg {
    padding: 50px 0px 0px;
    margin: 0px;
}

.calci_bg .container {
    position: relative;
}

.calci_bg .calci {}

.calci_bg .calci1 {
    background: #050618;
    padding: 15px 20px;
    border: 1px solid #03307b;
    border-radius: 15px;
}

.calci_bg li {
    display: inline-block;
    width: 49%;
}

.calci_bg .cal_text {
    margin: 0px 5px;
}

.calci_bg .cal_text h3 {
    font-size: 14px;
    font-weight: 500;
    color: #b2b3ba;
    padding: 0px;
    margin: 0px;
}

.calci_bg .cal_text h3 span {
    display: block;
    margin: 10px 0px 0px 0px;
}

.calci_bg .cal_text select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    background: #0c1633;
    border: 1px solid #1b459c;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: #1aa7ef;
    margin: 10px 0px 0px 0px;
}

.calci_bg .cal_text input {
    width: 100%;
    padding: 11px 10px;
    border-radius: 5px;
    background: #0c1633;
    border: 1px solid #1b459c;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: #1aa7ef;
    margin: 10px 0px 0px 0px;
}

.calci_bg .cal_text span {
    width: 100%;
    padding: 11px 10px;
    border-radius: 2px;
    background: #0e1128;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: #1aa7ef;
}

.calci_bg .cal_text .cl1 {
    color: #f98305;
}

/******=======  CALCI PART END  =======******/

/******=======  ADVAN PART START  =======******/

.advan_bg {
    padding: 50px 0px 50px 0px;
}

.advan_bg .head {
    text-align: center;
}

.advan_bg .advan_detail {
    margin: 15px 0px 0px;
    text-align: center;
    position: relative;
}

.advan_bg .advan_detail::before {
    content: "";
    background: url(../images/line.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 290px;
    height: 10px;
    left: -377px;
    right: 0px;
    top: 32px;
    margin: auto;
}

.advan_bg .advan_detail::after {
    content: "";
    background: url(../images/line.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 290px;
    height: 10px;
    right: 222px;
    top: 32px;
    margin: auto;
}

.advan_bg .advan_detail li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.advan_bg .advan_detail h2 {
    -webkit-text-stroke: 2px #332396;
    -webkit-text-fill-color: white;
    font-size: 90px;
    font-weight: bolder;
    font-family: 'Montserrat Alternates', sans-serif;
    position: relative;
    z-index: 1;
}

.advan_bg .add_text {
    background: radial-gradient(#2463e26e, #021641);
    border: 1px solid #2566e6;
    padding: 55px 25px;
    border-radius: 50%;
    width: 100%;
    height: 290px;
    max-width: 290px;
    margin: -38px auto 0px;
    position: relative;
}

.advan_bg .add_text::before {
    content: "";
    background: url(../images/add_bg1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 310px;
    width: 315px;
    inset: 0;
    left: -15px;
    margin: auto;
    animation: rotate 7s linear infinite;
}

.advan_bg .add_text2 {
    background: radial-gradient(#0772418c, #072136);
    border: 1px solid #07ab47;
}

.advan_bg .add_text3 {
    background: radial-gradient(#cc4e0169, #121124);
    border: 1px solid #ca4e02;
}

.advan_bg .add_text .add_img1 {
    max-width: 65px;
}

.advan_bg .add_text h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0px 10px;
}

.advan_bg .add_text p {
    font-size: 13px;
    font-weight: 500;
    color: #ffff;
    line-height: 23px;
    max-width: 249px;
    margin: auto;
}

/******=======  ADVAN PART END  =======******/

/******=======  REFER PART START  =======******/

.refer_bg {
    padding: 0px 0px 50px;
}

.refer_bg .head h2 span {
    display: block;
}

.refer_bg .head p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    line-height: 23px;
    padding: 0px 0px 10px;
    max-width: 405px;
}

.refer_bg .refer_level {
    margin: 45px 0px 0px;
}

.refer_bg .refer_level li {
    display: inline-block;
    width: 31%;
    vertical-align: bottom;
}

.refer_bg .refer_text {
    position: relative;
}

.refer_bg .refer_text .img1 {}

.refer_bg .refer_text .img2 {
    max-width: 160px;
}

.refer_bg .refer_text .img3 {
    max-width: 150px;
}

.refer_bg .refer_level li:nth-child(1) h3 {
    position: absolute;
    background: url(../images/ref2.png);
    background-size: 100% 100%;
    left: 0;
    right: 0;
    top: -15px;
    width: 100%;
    max-width: 95px;
    height: 95px;
    animation: 3s floating ease-in-out infinite;
    display: inherit;
    padding: 20px;
}

.refer_bg .refer_level li:nth-child(2) h3 {
    position: absolute;
    background: url(../images/ref3.png);
    background-size: 100% 100%;
    left: -17px;
    right: 0;
    top: -44px;
    width: 100%;
    padding: 20px;
    max-width: 90px;
    height: 90px;
    animation: 6s floating ease-in-out infinite;
}

.refer_bg .refer_level li:nth-child(3) h3 {
    background-size: 100% 100%;
    position: absolute;
    left: -24px;
    right: 0;
    top: -55px;
    width: 100%;
    padding: 15px;
    max-width: 90px;
    height: 90px;
    animation: 5s floating ease-in-out infinite;
}

.refer_bg .refer_text h3 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 28px;
    font-weight: bolder;
    color: #fff;
    background: url(../images/ref1.png);
    background-size: 100% 100%;
    margin: auto;
    text-align: center;
}

.refer_bg .refer_text h3 span {
    font-size: 13px;
    font-weight: 500;
    color: #1aa7ef;
    display: block;
}

.refer_bg .ref_img .img3 {
    max-width: 390px;
}

/******=======  REFER PART END  =======******/

/******=======  STA PART START  =======******/

.sta_bg {
    position: relative;
    padding: 50px 0px;
    background: #040a1f;
}

.sta_bg .container {
    position: relative;
    z-index: 1;
}

.sta_bg .row {
    max-width: 845px;
    margin: auto;
}

.sta_bg .plan_vedio {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0.2;
}

.sta_bg .sta_detail {}

.sta_bg .sta_detail li {
    display: block;
    margin: 44px 0px;
}

.sta_bg .sta_detail li:nth-child(1) {
    transform: translateX(-34px);
    position: relative;
    z-index: 1;
}

.sta_bg .sta_detail li:nth-child(2) {
    transform: translateX(-72px);
    position: relative;
    z-index: 1;
}

.sta_bg .sta_detail li:nth-child(3) {
    transform: translateX(-34px);
    position: relative;
    z-index: 1;
}

.sta_bg .sta_detail1 li:nth-child(1) {
    transform: translateX(34px);
}

.sta_bg .sta_detail1 li:nth-child(2) {
    transform: translateX(72px);
}

.sta_bg .sta_detail1 li:nth-child(3) {
    transform: translateX(34px);
}

.sta_bg .sta_detail .sta_text {
    position: relative;
    z-index: 1;
}

.sta_bg .sta_detail1 .sta_text {
    text-align: right;
}

.sta_bg .sta_detail1 .img1 {
    float: left !important;
}

.sta_bg .sta_text .img1 {
    float: right;
    max-width: 90px;
}

.sta_bg .sta_text h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1aa7ef;
    padding: 2px 0px;
    margin: 0px;
}

.sta_bg .sta_text h3 span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 8px 0px 0px 0px;
    margin: 0px;
}

.sta_bg .sta_img {
    text-align: center;
}

.sta_bg .sta_img .img2 {
    max-width: 325px;
    position: absolute;
    inset: 0px;
    animation: rotate 35s linear infinite;
}

.sta_bg .sta_img .img3 {
    position: absolute;
    inset: 0;
    margin: auto !important;
    max-width: 220px;
}

/******=======  STA PART END  =======******/

/******=======  TRANS PART START  =======******/

.trans_bg {
    padding: 50px 0px;
}

.trans_bg .head {
    margin: 0px 0px 20px;
}

.trans_bg .head img {
    max-width: 25px;
    margin: 0px 8px 0px 0px !important;
}

.trans_bg .head h6 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

.trans_bg .head h6 span {
    font-size: 20px;
    font-weight: 700;
    color: #1ab5ff;
}

.trans_bg .trans_detail {
    background: linear-gradient(45deg, #0c1634, #001644);
    border-radius: 20px;
    border: 1px solid #015be0;
    max-width: 300px;
    margin: auto;
    overflow-y: scroll;
    max-height: 335px;
}

.trans_bg .trans_detail::-webkit-scrollbar {
    display: none;
}

.trans_bg .trans_detail1 {
    background: linear-gradient(45deg, #0c1635, #022c3a);
    border: 1px solid #065f31;
}

.trans_bg .trans_detail2 {
    background: linear-gradient(45deg, #0f1128, #331101);
    border: 1px solid #863301;
}

.trans_bg .trans_detail li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 5px 0px;
}

.trans_bg .trans_detail li:nth-child(even) {
    background: #090b25;
}

.trans_bg .trans_detail h4 {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.trans_bg .trans_detail img {
    max-width: 30px;
}

/******=======  TRANS PART END  =======******/

/******=======  BEGIN PART START  =======******/

.begin_bg {
    background: #040a1f;
    padding: 50px 0px 25px;
    position: relative;
}

.begin_bg .container {
    position: relative;
}

.begin_bg .plan_vedio {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0.2;
}

.begin_bg .begin {
    background-image: url(../images/begin_bg.png);
    background-color: #04163e96;
    background-size: 41% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    border: 2px solid #00b5fd73
}

.begin_bg .begin h2 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    padding: 0px 0px 7px;
    margin: 0px;
}

.begin_bg .begin h2 span {
    color: #0ec9ff;
    font-weight: 700;
}

.begin_bg .begin h4 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 8px 0px 12px 0px;
}

.begin_bg .begin h4 span {
    color: #e17224;
    font-weight: 500;
}

.begin_bg .begin_text {
    padding: 25px 0px;
    text-align: center;
}

.begin_bg .begin_text p {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    max-width: 800px;
    margin: auto;
}

.begin_bg .begin_text p span {
    color: #e17224;
}

.begin_bg .img1 {
    position: absolute;
    right: -50px;
    bottom: -30px;
    max-width: 101px;
    animation: 2s floating ease-in-out infinite;
}

.begin_bg .img2 {
    position: absolute;
    top: -13px;
    left: -18px;
    max-width: 60px;
    animation: 3s floating ease-in-out infinite;
}

.pay_detail {
    text-align: center;
}

.pay_detail li {
    display: inline-block;
}

.pay_detail .payment {
    max-width: 65px;
    filter: drop-shadow(-3px 0px 3px #03050c);
    margin: 0px 0px 0px -10px;
}

/******=======  BEGIN PART END  =======******/

/******=======  FOOTER PART START  =======******/

.footer_bg {
    padding: 50px 0px 0px 0px;
}

.footer_bg .but {
    background: linear-gradient(45deg, #6618cd, #296ff9);
    padding: 9px 26px;
    margin: 0px 5px;
    border-radius: 3px 17px 17px 3px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #3268e6;
}

.footer_bg .footer_text {
    display: flex;
    justify-content: space-between;
}

.footer_bg .footer_text .logo {
    max-width: 205px;
}

.footer_bg .footer_text .line1 {}

.footer_bg .footer_text .line1 {}

.footer_bg .footer_menu {
    margin: 25px 0px 0px;
}

.footer_bg .footer_menu .link {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin: 0px 15px 0px 0px;
    padding: 0px 0px 5px 0px;
}

.footer_bg h4 {
    margin: 35px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    color: #fff;
}

/******=======  BEGIN PART END  =======******/

/******=======  RESPONSIVE PART SATRT  =======******/

@media (min-width:1399px) {
    /****==== BANNER PART ====*****/
    .banner .banner_img .img2 {
        left: 10px;
        max-width: 380px;
    }
    /****==== REFER PART ====*****/
    .refer_bg .refer_level li:nth-child(1) h3 {
        left: -5px;
    }
    .refer_bg .refer_level li:nth-child(2) h3 {
        left: -40px;
    }
    .refer_bg .refer_level li:nth-child(3) h3 {
        left: -50px;
    }
}

@media (max-width:1199px) {
    /****==== BEGIN PART ====*****/
    .begin_bg .img1 {
        right: 0;
    }
}

@media (max-width:991px) {
    /****==== HEADER PART ====*****/
    header .navbar {
        position: unset;
    }
    .header_bg .top_icon {
        display: none;
    }
    .header_bg .navbar-toggler {
        border: 4px double #3261f2;
        position: absolute;
        top: 17px;
        right: 18px;
    }
    .header_bg .navbar-toggler i {
        color: #fe9f0e;
    }
    .header_bg .navbar-nav {
        justify-content: center;
        align-items: center;
    }
    header .navbar-brand img {
        display: none;
    }
    .header_bg .top_but {
        text-align: center;
    }
    /****==== BANNER PART ====*****/
    .banner .head {
        text-align: center;
    }
    .banner_text h4 {
        text-align: start;
    }
    .banner .arrow {
        margin: 10px auto 10px !important;
    }
    .text_but {
        text-align: center !important;
    }
    .banner .head .sun {
        left: unset;
    }
    .line {
        right: 0;
        left: 0;
    }
    .head {
        position: relative;
        text-align: center;
    }
    .head p {
        text-align: center;
    }
    /****==== CALCI PART ====*****/
    .calci_bg .calci1 {
        margin: 20px 0px 0px;
    }
    /****==== ADVAN PART ====*****/
    .advan_bg .advan_detail::before,
    .advan_bg .advan_detail::after,
    .advan_bg .add_text::before {
        content: unset;
    }
    /****==== REFER PART ====*****/
    .refer_bg .head p {
        text-align: center;
        max-width: 100%;
    }
    .refer_bg .refer_level {
        margin: 30px 0px 30px;
        text-align: center;
    }
    .refer_bg .refer_text .img3 {
        max-width: 125px;
    }
    .refer_bg .refer_level li:nth-child(2) h3 {
        left: -3px;
    }
    .refer_bg .refer_level li:nth-child(3) h3 {
        left: 1px;
        top: -55px;
        max-width: 90px;
        padding: 12px 19px;
    }
    /****==== SAT PART ====*****/
    .sta_bg .sta_img {
        display: none;
    }
    .sta_bg .row {
        max-width: 100%;
    }
    .sta_bg .sta_detail {
        margin: 5px 0px;
    }
    .sta_bg .sta_detail li {
        display: inline-block !important;
        margin: 0px 0px;
        width: 49%;
    }
    .sta_bg .sta_detail li:nth-child(1),
    .sta_bg .sta_detail li:nth-child(2),
    .sta_bg .sta_detail li:nth-child(3),
    .sta_bg .sta_detail li:nth-child(4),
    .sta_bg .sta_detail li:nth-child(5),
    .sta_bg .sta_detail li:nth-child(6) {
        transform: unset;
    }
    .sta_bg .sta_detail .sta_text {
        margin: 6px 11px;
        background: linear-gradient(45deg, #0e1128, #3a58ed4d);
        padding: 10px;
        border-radius: 7px;
        border: 1px solid #5a2cd857;
    }
    /****==== TRANS PART ====*****/
    .trans_bg .trans_detail {
        margin: 0px auto 20px;
    }
    /****==== FOOTER PART ====*****/
    .footer_bg .footer_text .line1 {
        max-width: 200px;
    }
}

@media (max-width:767px) {
    /****==== HEADER PART ====*****/
    .header_bg .logo_img {
        max-width: 230px;
    }
    .header_bg .logo {
        max-width: 165px;
    }
    .header_bg .top_but {
        margin: 25px 0px 0px;
    }
    /****==== ADVAN PART ====*****/
    .advan_bg .advan_detail li {
        width: 56%;
    }
    /****==== STA PART ====*****/
    .sta_bg .sta_detail {
        margin: 10px 0px;
    }
    /****==== BEGIN PART ====*****/
    .begin_bg .begin {
        background-size: 90% 100%;
    }
    /****==== FOOTER PART ====*****/
    .footer_bg .footer_text .logo {
        max-width: 140px;
    }
    .footer_bg .footer_text .line1 {
        max-width: 101px;
    }
}

@media (max-width:576px) {
    /****==== HEADER PART ====*****/
    .header_bg .logo_img {
        max-width: 130px;
    }
    .header_bg .logo {
        max-width: 100px;
    }
    .header_bg .navbar-toggler {
        top: 12px;
        padding: 2px 7px;
    }
    .header_bg .top_but .but {
        padding: 7px 20px;
        font-size: 13px;
    }
    #scroll .top_but {
        width: 18px;
    }
    #scroll {
        width: 35px;
        height: 35px;
    }
    /****==== BANNER PART ====*****/
    .banner {
        padding: 15px 0px 30px 0px;
    }
    .banner .head h2 {
        font-size: 30px;
    }
    .banner .head h2 span {
        font-size: 40px;
    }
    .banner .head .sun {
        max-width: 20px;
    }
    .head h2 {
        padding: 0px 0px 15px 0px;
        font-size: 22px;
    }
    .head h2 span {
        font-size: 26px;
    }
    .head p {
        font-size: 12px;
    }
    .head .sun1 {
        max-width: 20px;
    }
    .banner_text {
        align-items: center;
        margin: 5px 0px;
    }
    .banner_text h3 {
        font-size: 26px;
        padding: 5px 18px;
    }
    .banner_text h4 {
        font-size: 15px;
    }
    .banner_text h4 span {
        font-size: 13px;
    }
    .but1 i {
        width: 30px;
        height: 30px;
    }
    /****==== HVE PART ====*****/
    .hvr-shutter-in-horizontal {
        font-size: 13px;
        font-weight: 500;
        padding: 7px 45px 7px 10px;
    }
    /****==== HVE PART ====*****/
    .about_bg {
        padding: 0px 0px 35px 0px;
    }
    /****==== PLAN PART ====*****/
    .plan_bg {
        padding: 35px 0px;
    }
    .plan {
        margin: 60px auto 0px;
        padding: 55px 10px 20px;
    }
    .plan .plan_but .but1 {
        margin: 0px 0px 0px -12px;
    }
    .plan h2 {
        padding: 22px;
        top: -50px;
        width: 130px;
        height: 100px;
        font-size: 28px;
    }
    .plan h4 {
        margin: 24px -11px 0px 0px;
    }
    /****==== CALCI PART ====*****/
    .calci_bg {
        padding: 35px 0px 0px;
    }
    .calci_bg .cal_text h3 {
        font-size: 12px;
    }
    .calci_bg .cal_text select,
    .calci_bg .cal_text input {
        font-size: 14px;
    }
    .calci_bg .calci1 {
        padding: 10px 10px;
    }
    /****==== ADVAN PART ====*****/
    .advan_bg {
        padding: 35px 0px;
    }
    .advan_bg .advan_detail li {
        width: 100%;
    }
    .advan_bg .add_text {
        padding: 35px 20px;
        width: 100%;
        height: 250px;
        max-width: 270px;
        margin: -25px auto 0px;
    }
    .advan_bg .add_text .add_img1 {
        max-width: 45px;
    }
    .advan_bg .advan_detail h2 {
        font-size: 60px;
    }
    .advan_bg .add_text h3 {
        font-size: 14px;
    }
    .advan_bg .add_text p {
        font-size: 12px;
    }
    /****==== REFER PART ====*****/
    .refer_bg {
        padding: 0px 0px 35px;
    }
    .refer_bg .refer_text .img1,
    .refer_bg .refer_text .img2,
    .refer_bg .refer_text .img3 {
        display: none;
    }
    .refer_bg .refer_level li:nth-child(1) h3,
    .refer_bg .refer_level li:nth-child(2) h3,
    .refer_bg .refer_level li:nth-child(3) h3 {
        position: unset;
        max-width: 75px;
        height: 75px;
        padding: 15px;
    }
    .refer_bg .refer_level {
        margin: 15px 0px 30px;
    }
    .refer_bg .refer_text h3 {
        font-size: 21px;
    }
    .refer_bg .refer_text h3 span {
        font-size: 12px;
    }
    /****==== STA PART ====*****/
    .sta_bg {
        position: relative;
        padding: 30px 0px;
    }
    .sta_bg .sta_detail li {
        width: 100%;
    }
    .sta_bg .sta_detail {
        margin: 0px 0px;
    }
    .sta_bg .sta_text h3 {
        font-size: 12px;
    }
    .sta_bg .sta_text h3 span {
        display: block;
        font-size: 16px;
    }
    .sta_bg .sta_text .img1 {
        max-width: 80px;
    }
    /****==== TRANS PART ====*****/
    .trans_bg {
        padding: 35px 0px 20px;
    }
    .trans_bg .head h6 span {
        font-size: 17px;
    }
    /****==== BEGIN PART ====*****/
    .begin_bg {
        padding: 30px 0px 19px;
    }
    .begin_bg .begin {
        padding: 12px;
        background-size: 100%;
    }
    .begin_bg .begin h2 {
        font-size: 17px;
    }
    .begin_bg .begin h4 {
        font-size: 12px;
        padding: 5px 0px 5px 0px;
    }
    .begin_bg .img2,
    .begin_bg .img1 {
        display: none;
    }
    .begin_bg .begin_text p {
        font-size: 14px;
    }
    .begin_bg .begin_text {
        padding: 30px 0px;
    }
    /****==== PAY PART ====*****/
    .pay_detail .payment {
        max-width: 24px;
    }
    /****==== FOOTER PART ====*****/
    .footer_bg {
        padding: 35px 0px 0px 0px;
    }
    .footer_bg .footer_text .line1 {
        display: none;
    }
    .footer_bg .footer_text .logo {
        max-width: 100px;
    }
    .footer_bg .but {
        padding: 5px 15px;
        margin: 0px 1px;
        font-size: 12px;
    }
    .footer_bg .footer_menu {
        margin: 20px 0px 0px;
        text-align: center;
    }
    .footer_bg .footer_menu .link {
        font-size: 12px;
        margin: 0px 2px;
    }
    .footer_bg h4 {
        margin: 10px 0px 0px;
        font-size: 11px;
        text-align: center;
    }
}

/******=======  RESPONSIVE PART END  =======******/