body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}
a {
    text-decoration: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.btn.active.focus, .btn.focus, .btn.focus:active{
    outline: none;
    outline-offset: 0px;
    border: none !important;
}
a:focus, a:hover {
    text-decoration: none !important;
    border: none !important;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-SemiBold.eot');
    src: url('../fonts/PlusJakartaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff'),
        url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-SemiBold.svg#PlusJakartaSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-ExtraBold.eot');
    src: url('../fonts/PlusJakartaSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff'),
        url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-ExtraBold.svg#PlusJakartaSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #272e39;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 999;
}
.fixed-header {
    top: 0;
    box-shadow: 0 0 4px #aeaeae;
    z-index: 999;
}
.fixed-header .top-bar{
    height: 0;
}
.fixed-header .logo-part{
    border-radius: 0;
}
.top-bar{
    height: 45px;
    display: flex;
    align-items: center;
    background: #272e39;
    overflow: hidden;
    transition: ease 0.5s all 0s;
}
.ad1{
    display: inline-flex;
}
.ad1 span{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    gap: 5px;
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.ad1 span a{
    color: #fff;
    transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
    color: #bcbcbc;
}
.ad1 span:last-child{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}
.logo-part {
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    transition: ease 0.5s all 0s;
}
.leading{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #040404;
    position: relative;
}
.leading img{
    margin-right: 10px;
}
.leading:before{
    width: 1px;
    height: 62px;
    background: #9a9999;
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
}
.header-right{
    display: flex;
    align-items: center;
    justify-content: end;
}
.call{
    display: inline-flex;
    align-items: center;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #040404;
    line-height: 1.2;
}
.call img{
    margin-right: 10px;    
}
.call-no{
    font-family: 'Plus Jakarta Sans';
    display: inline-flex;
    font-size: 24px;
    font-weight: 600;
    color: #666565;
    position: relative;
    margin-left: 30px;
    transition: ease 0.5s all 0s;
}
.call-no:hover {
    color: #00f;
  }
.call-no:before{
    width: 1px;
    height: 36px;
    background: #9a9999;
    position: absolute;
    top: 0;
    left: -14px;
    content: "";
}
.menu-part {
    background: #fff;
}
.menu{
    display: inline-block;
    vertical-align: middle;
}
.get-btn{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px;
    color: #0000ff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.get-btn img{
    margin: -5px 0 0 4px;
}
.banner{
    margin-top: 217px;
    position: relative;
}
#slide-banner .item {
    position: relative;
    z-index: 99;
}
#slide-banner .item img {
    width: 100%;
}
#slide-banner .item::after{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
#slide-banner .owl-dots{
    display: none;
}
#slide-banner .owl-prev, #slide-banner .owl-next{
	border: none;
	background: transparent; 
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	padding: 0;
	font-weight: normal;
}
#slide-banner .owl-prev{
	left: 10px;
}
#slide-banner .owl-next{
	right: 10px;
}
#slide-banner .owl-prev span, #slide-banner .owl-next span{
    font-size: 80px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 7px 0;
    border-radius: 50%;
    color: #fff;
}
.banner-content{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 99;
}
.banner-title{
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.banner-title2{
    font-family: 'Plus Jakarta Sans';
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 46px;
    margin-top: 8px;
}
.banner-btn a{
    font-family: 'Plus Jakarta Sans';
    display: inline-block;
    vertical-align: middle;
    background: #0000ff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    margin: 25px 0 0 0;
    border-radius: 50px;
    text-transform: uppercase;
    transition: ease 0.5s all 0s;
}
.banner-btn a:last-child{
    background: #fff;
    color: #000000;
}
.banner-bottom-sec{
    border-bottom: 1px solid #e7e7e7;
}
.box1{
    font-family: 'Plus Jakarta Sans';
    display: flex;
    align-items: start;
    font-size: 14px;
    font-weight: 600;
    color: #3c3c3c;
}
.box1 strong{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.box1 img{
    margin-right: 10px;
}
.box1.gr{
    background: #f5f5f5;
    padding: 20px 10px 20px 22px;
}
.about-sec{
    padding: 50px 0 70px;
}
.about-left{

}
.about-title{
    font-family: 'Plus Jakarta Sans';
    font-size: 35px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    line-height: 40px;
}
.about-title strong{
    font-weight: bold;
    color: #0000ff;
}
.about-text {
    color: #272626;
    margin-top: 10px;
}
.read-btn{
    display: inline-block;
    background: #0000ff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 28px;
    margin-top: 20px;
    border-radius: 50px;
    transition: ease 0.5s all 0s;
}
.investment-sec{
    background: url(../images/invesment-bg.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    padding: 68px 0;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}
.investment-title{
    font-family: 'Plus Jakarta Sans';
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.investment-title strong{
    width: 15px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 16px;
}
.lb1{
    width: 1px;
    height: 100%;
    background: #f8f7f71c;
    position: absolute;
    top: 0;
    left: 24%;
    content: "";
    z-index: -1;
}
.lb2{
    width: 1px;
    height: 100%;
    background: #f8f7f71c;
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    z-index: -1;
}
.lb3{
    width: 1px;
    height: 100%;
    background: #f8f7f71c;
    position: absolute;
    top: 0;
    right: 22%;
    content: "";
    z-index: -1;
}
.llc-plan-sec{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.inv-title{
    font-size: 13vw;
    font-weight: bold;
    color: #2726261f;
    white-space: nowrap;
    line-height: 10vw;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.box2{
    text-align: center;
}
.box2-title {
    font-size: 20px;
    font-weight: bold;
    color: #0000ff;
}
.box2-text{
    color: #272626;
    font-weight: 500;
    margin-top: 8px;
}
.box2-sub{
    font-size: 17px;
    font-weight: 500;
    color: #272626;
    text-transform: uppercase;
    margin-top: 8px;
}
.box2-amount{
    font-size: 25px;
    font-weight: bold;
    color: #272626;
    line-height: 35px;
    margin-top: 8px;
}
.box2-text2{
    font-size: 15px;
    font-weight: 500;
    color: #272626;
    margin-top: 7px;
}
.blue-sec{
    background: url(../images/blue-img.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}
.title2{
    font-family: 'Plus Jakarta Sans';
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}
.blue-sec .read-btn{
    background: #fff;
    color: #0000ff;
    padding: 10px 34px;
    margin-top: 28px;
}
.faq-sec{
    padding: 50px 0;
}
.faq-part{
    margin-top: 35px;
}
.faq-part .accordion-button{
    background: #7c7c7c;
    color: #fff;   
    font-weight: 500;
    border-radius: 6px !important;
    position: relative;
}
.faq-part .accordion-button.collapsed{
    background: #212121;
    color: #f7f7f7;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 6px !important;
}
.faq-part .accordion-body{
    border: 1px solid #dedede;
    border-top: none;
    border-bottom: none;
    font-size: 15px;
    font-weight: 500;
    color: #595959;
}
.accordion-button::after{
    background-image: url(../images/r-arw2.png) !important;
    background-repeat: no-repeat;
    width: 40px;
    height: 39px;
    position: absolute;
    top: 10px;
    right: 17px !important;
    background-size: 40px !important;
    content: "";
    rotate: 180deg;
}
.accordion-button:not(.collapsed)::after{
    top: 10px;
    right: 17px !important;
    transform: none !important;
    rotate: 0deg !important;
}
.contact-sec{
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.c-title{
    font-family: 'Plus Jakarta Sans';
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.c-title2{
    font-family: 'Plus Jakarta Sans';
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    margin-top: 8px;
}
.c-text{
    font-size: 15px;
    color: #fff;
    margin-top: 8px;
}
.contact-us ul{
    margin: 0;
    padding: 0;
}
.contact-us ul li{
    list-style: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-top: 15px;
}
.contact-us ul li:first-child{
    font-size: 18px;
}
.contact-us ul li strong{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.contact-us ul li img{
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.contact-us ul li a{
    color: #fff;
}
.contact-right{
    position: relative;
    padding-left: 70px;
}
.contact-right:before{
    width: 1px;
    height: 100%;
    background: #9a999945;
    position: absolute;
    top: 0;
    left: 20px;
    content: "";
}
.form-part{
    margin-top: 15px;
}
.form-part .form-control {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #484848 !important;
    border-radius: 0;
    box-shadow: none;
    margin-top: 12px;
    padding: 12px 15px;
    color: #fff;
    font-size: 16px;
}
.form-control:focus
{
    border-color: none;
    box-shadow: none;
}
.form-control-select {
  background: url("../images/dropdown.png") #fff no-repeat center right 10px;
}
.form-part .form-control.message{
    min-height: 110px;
    resize: none;
}
/* .form-part .form-control.drop{
    background:url(../images/dropdown.png) center right 10px no-repeat #fff;
    padding-right:24px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-transform:none
} */
.contact_btn {
    font-family: 'Plus Jakarta Sans';
    background: #0000ff;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 22px;
    margin-top: 18px;
    display: inline-block;
}
.form-part .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.form-part .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.form-part .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.form-part .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.footer{
    background: #010507;
    padding: 40px 0 15px;
    text-transform: uppercase;
}
.foot_title{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.foot_title:after{
    width: 53px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}
.foot_text{
    color: #fff;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
    color: #f8f8f8;
    list-style: none;
    margin-bottom: 6px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    padding-left: 22px;
}
.foot1 li:before{
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
}
.foot1 li a{
	color: #f8f8f8;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #4545f1;
}
.half_list li
{
    display: inline-block;
    width: 48%;
}
.foot_left{
    padding-left: 20px;
}
.line1{
    position: relative;
}
.line1::after {
    width: 1px;
    height: 100%;
    background: #ffffff26;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}
.copyright{
    text-align: center;
    border-top: 1px solid #ffffff30;
    margin-top: 35px;
    padding: 15px 0 0;
    font-size: 15px;
    color: #fff;
}
.copyright a{
    color: #fff;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 54px;
	right: 15px;
	color: #fff;
	background: #232323;
	text-align: center;
	opacity: 0;
	transition: ease 0.2s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.inner-banner{
    background: url(../images/inner-banner.jpg) no-repeat center top;
    padding: 100px 0;
    background-size: cover;
    margin: 217px 0 50px;
    position: relative;
}
.inner-banner::before{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.inner-banner-heading {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
.breadcrumb{
    position: relative;
}
.breadcrumb li a, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.breadcrumb li a{
    color: #fff;
}
.about_inner, .inner-page {
    padding: 0 0 50px;
}
.abt-title {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 30px;
}
.abt-title strong{
	font-weight: bold;
	color:#00f;
}
.ab-inner-text {
	color: #0e0e0e;
	font-size: 16px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/tick.png) no-repeat;
	background-position: top 0px left;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 6px;
	color: #0e0e0e;
	background-size: 22px;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#282c7d;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.inner-sec{
    background: #0000ff30;
    margin-top: 40px;
    padding: 50px 0;
}

.inner_page_heading {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  font-family: 'Poppins';
  line-height: 40px;
  position: relative;
  padding-bottom: 15px;
}
.inner_page_heading strong {
  font-weight: bold;
  color: #0000ff;
}
.inner_page_heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #0000ff;
  width: 35px;
}
.contact_page_info {
  color: #666;
  font-size: 16px;
  margin-top: 25px;
  position: relative;
  padding-left: 50px;
}
.contact_page_info img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
}
.contact_page_info strong {
  color: #333;
  font-size: 18px;
}
.contact_page_info a {
  color: #666;
}
.price_form .form-control {
  margin-top: 12px;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
  min-height: 46px;
  resize: none;
}
.price_form {
  margin-top: 12px;
}
.price_form_btn {
  display: inline-block;
  vertical-align: middle;
  background: #0000ff;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  border-radius: 50px;
  padding: 8px 24px 10px;
  text-transform: uppercase;
  margin-top: 15px;
  border: none;
}
.thankyou_text {
  color: #000;
  margin-top: 20px;
  font-size: 21px;
  margin-bottom: 20px;
}
.thankyou_text span {
  color: #0000ff;
}
.thankyou_btn {
  display: inline-block;
  vertical-align: middle;
  background: #0000ff;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 24px;
  text-transform: uppercase;
  margin-top: 15px;
  border: none;
}
.thankyou_inner {
  padding: 60px 0;
}
.thankyou_page_heading {
  color: #04D35A;
  font-size: 36px;
  margin-top: 10px;
}

.login_form .form-control {
  margin-top: 12px;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
  min-height: 46px;
  resize: none;
}
.form-label span {
  color: red;
}
.login_form_btn {
  display: inline-block;
  vertical-align: middle;
  background: #0000ff;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  border-radius: 50px;
  padding: 8px 24px 10px;
  text-transform: uppercase;
  border: none;
}
.disable {
  opacity: 0.4;
}
.redtxt {
  color: red;
  font-size: 14px;
}
.investment_page_box {
  margin-top: 17px;
  margin-bottom: 17px;
}
.investment_page_box_inner {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	overflow: hidden;
}
.investment_page_box_img img {
	width: 100%;
}
.investment_box_table tr td {
	padding-left: 0;
	color: #666;
}
.investment_box_table tr td:last-child {
	color: #333;
	text-align: right;
	font-weight: 500;
}
.profile_box {
  
}
.profile_box svg {
  width: 30px;
}
.profile_box ul {
  padding: 0;
}
.profile_box li {
  list-style: none;
  padding: 5px 0;
}
.profile_box li a{
  color: #000;
}
.profile_active{
  color: #0000ff !important;
}
.black_bg{
  color: #fff !important;
  background: #000 !important;
}
.gray_bg{
  background: #eee !important;
}
.profile_name_box {
  padding: 10px 12px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.profile_blue_txt {
  color: #0000ff;
}
.profile_blue_txt_card {
  color: #0000ff;
  font-size: 12px;
  font-weight: 500;
}
.profile_black_txt {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.count_text_red {
  color: red;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}
.text_red {
  color: red;
  font-size: 14px;
  text-align: center;
}
.red-btn{
    font-family: 'Plus Jakarta Sans';
    display: inline-block;
    vertical-align: middle;
    background: red;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    margin: 25px 5px 0 0;
    border-radius: 50px;
    text-transform: uppercase;
    transition: ease 0.5s all 0s;
}
.count_text_green {
  color: #32bb32;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}
.text_green {
  color: #32bb32;
  font-size: 14px;
  text-align: center;
}
.green-btn{
    font-family: 'Plus Jakarta Sans';
    display: inline-block;
    vertical-align: middle;
    background: #32bb32;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    margin: 25px 5px 0 0;
    border-radius: 50px;
    text-transform: uppercase;
    transition: ease 0.5s all 0s;
}
.count_text_blue {
  color: #0000ff;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}
.text_blue {
  color: #0000ff;
  font-size: 14px;
  text-align: center;
}
.blue-btn{
    font-family: 'Plus Jakarta Sans';
    display: inline-block;
    vertical-align: middle;
    background: #0000ff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    margin: 25px 5px 0 0;
    border-radius: 50px;
    text-transform: uppercase;
    transition: ease 0.5s all 0s;
}
.dataTables_wrapper
{
    font-size: .875rem !important;
}
#example1 {
  font-size: 12px;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.btn-xs {
  padding: .125rem .25rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: .15rem;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  font-size: 12px;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border: 1px solid #dee2e6 !important;
}

.chk_browse_btn {
    box-shadow: none !important;
    border-radius: 0 4px 4px 0;
    min-height: 46px;
}
.attachment_icon {
    background: #222;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0 !important;
}
.greentxt {
    background: url(../images/tick.png) #e2f7e4 no-repeat center left 10px;
    border: 1px solid #3bb54a;
    color: #3BB54A;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 0 8px 41px;
    margin-bottom: 15px;
}
.tr_inactive {
  border: 1px solid #000;
  padding: 10px 20px;
  color: #000;
}

.tr_inactive:hover {
  border: 1px solid #0000ff !important;
  background: #0000ff;
  padding: 10px 20px;
  color: #fff;
}

.tr_active {
  border: 1px solid #0000ff;
  background: #0000ff;
  padding: 10px 20px;
  color: #fff;
}

.tr_active:hover {
  border: 1px solid #000 !important;
  padding: 10px 20px;
  color: #fff;
}

.error_page_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
  padding: 20px 0;
}
.error_page_heading {
  color: red;
  font-size: 35px;
  font-weight: ;
}
.error_page_btn {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
}
.forgot_password {
  color: #0202ff;
  font-weight: 500;
  text-decoration: underline !important;
  text-align: right;
  float: right;
}
.abt-title2 {
  font-size: 22px;
  font-weight: 500;
  color: #00f;
  margin-bottom: 10px;
  line-height: 30px;
}

.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1{
	width: 50%;
	float: left;
	background:#0000ff;
	color: #fff !important;
	padding: 10px 0;
	font-weight: 500;
	font-size: 15px;
}
.footer_btn2{
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 9px 12px;
	border-radius: 50%;
	width: 42px;
	height: 42px;
}
.footer_btn3{
	width: 50%;
	float: left;
	background: #252525;
	color: #fff !important;
	padding: 10px 0;
	font-weight: 500;
	font-size: 15px;
}
.withdraw_amount {
  font-size: 16px;
  font-weight: 500;
}
.withdraw_amount span {
    color: #0000ff;
}

.balance_amount {
  font-size: 16px;
  font-weight: 500;
}
.balance_amount span {
    color: #089f08;
}

.red_bg
{
    background: red;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
}
.blue_bg
{
    background: #0000ff;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
}

.yellow_bg
{
    background: #FFC107;
    color: #000;
    text-align: center;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
}
.green_bg
{
    background: green;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
}

.blue_bg span, .red_bg span, .yellow_bg span, .green_bg span
{
    font-size: 20px;
}

.referral_txt {
  font-size: 14px;
  margin-bottom: 12px;
}
.sharediv img {
  width: 30px;
}
.sharelinkdiv {
  padding: 10px;
  margin-top: 15px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 667px) {
    #slide-banner .item img{
        height: 300px;
        object-fit: cover;
    }
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
    .top-bar, .leading{
        display:none;
    }
    .menu-toggle.full {
        padding: 0 !important;
        font-size: 32px !important;
        color: #0000ff !important;
        width: auto !important;
        line-height: 26px;
        position: fixed;
        top: 20px;
        right: 20px;
    }
    .header{
        background: #fff;
        padding: 10px 0;
    }
    .logo-part {
        border-bottom: none;
        background: transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        transition: ease 0.5s all 0s;
    }
    .logo img{
        width: 146px;
    }
    .header-right{
        display: none;
    }
    .menu{
        display: block;
    }
    .get-btn{
        display: none;
    }
    .banner{
        margin-top: 72px;
    }
    .banner-title2{
        font-size: 22px;
        line-height: 26px;
    }
    .banner-btn a{
        font-size: 15px;
        padding: 10px 20px;
        margin: 15px 0 0 0;
    }
    #slide-banner .owl-prev{
        left: 5px;
    }
    #slide-banner .owl-next {
        right: 5px;
    }
    .banner-bottom-sec{
        padding: 14px 0 20px;
        border-bottom: none;
    }
    .box1-top{
        margin-top: 15px;
    }
    .box1.gr{
        padding: 0;
        background: transparent;
    }
    .box1{
        font-size: 14px;
    }
    .box1 strong{
        font-size: 16px;
    }
    .about-sec {
        padding: 15px 0 30px;
    }
    .about-title {
        font-size: 22px;
        line-height: 30px;
    }
    .about-right{
        margin-top:30px;;
    }
    .about-right img{
        width: 100%;
    }
    .investment-sec{
        padding: 40px 0;
    }
    .investment-title{
        font-size: 17px;
    }
    .investment-title strong {
        width: 10px;
        height: 10px;
        margin: 0 8px;
    }
    .llc-plan-sec{
        padding: 30px 0 10px;
    }
    .inv-title{
        display: none;
    }
    .investment_page_box {
        margin-bottom: 25px;
    }
    .investment_page_box_inner .p-4{
        padding: 20px 15px !important;
    }
    .read-btn {
        font-size: 15px;
        padding: 8px 24px;
    }
    .blue-sec{
        padding: 35px 0;
    }
    .title2 {
        font-size: 25px;
        line-height: 32px;
    }
    .blue-sec .read-btn{
        margin-top: 15px;
    }
    .faq-sec {
        padding: 30px 0;
    }
    .faq-part .accordion-button{
        font-size: 14px;
        padding: 20px 44px 20px 10px;
    }
    .accordion-button::after{
        right: 10px !important;
        background-size: 32px !important;
    }
    .accordion-button:not(.collapsed)::after{
        right: 3px !important;
        top: 18px !important;
    }
    .contact-sec{
        padding: 30px 0;
    }
    .c-title2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 4px;
    }
    .contact-us ul li{
        margin-top: 10px;
    }
    .contact-us ul li img{
        width: 42px;
    }
    .contact-right{
        padding-left: 0;
    }
    .contact-right::before{
        display: none;
    }
    .footer{
        padding: 20px 0 60px;
    }
    .foot_title{
        font-size: 18px;
        margin-top: 15px;
    }
    .foot_text{    
        font-size: 15px;
    }
    .half_list li{
        width: 100%;
    }
    .copyright{
        margin-top: 18px;
    }
    .foot_left {
        padding-left: 12px;
    }
    .line1::after{
        display: none;
    }
    .inner-banner{
        padding: 70px 0;
        margin: 72px 0 30px;
    }
    .inner-banner-heading {
        font-size: 22px;
        padding-bottom: 6px;
    }
    .abt-title{
        font-size: 22px;
        line-height: 26px;
    }
    .inner-sec {
        margin-top: 30px;
        padding: 40px 0;
    }
    .ab-iner-img{
        margin-top: 15px;
    }
    .ab-iner-img img{
        width: 100%;
    }
    .inner_page_heading {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .contact_page_info {
        font-size: 15px;
        margin-top: 16px;
    }
    .contact_page_info strong{
        font-size: 16px;
    }
    .contact_right{
        margin-top: 30px;
    }
    .tbr{
        margin-top: 25px;
    }
    .tr_active{
        display: block;
        margin-right: 0 !important;
    }
    .tr_inactive{
        display: block; 
        margin-top: 5px;
    }
    .abt-title2{
        font-size: 20px;
    }
    .tpr{
        margin-top: 20px;
    }

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
    .box1-top{
        width: 50%;
    }
    .box1 strong {
        font-size: 14px;
    }
    .investment_page_box{
        width: 50%;
    }
    .investment_box_table tr td{
        font-size: 14px;
    }
    .contact_right {
        margin-top: 30px !important;
    }
    .tpr{
        margin-top: 20px !important;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .banner-title2 {
        font-size: 30px;
        line-height: 35px;
    }
    .box1 {
        font-size: 13px;
    }
    .box2-title{
        font-size: 18px;
    }
    .contact_right {
        margin-top: 0;
    }
    .tpr {
        margin-top: 0;
    }
    .tbr {
        margin-top: 0;
        margin-bottom: 20px;
    }
   
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .banner{
        margin-top: 201px;
    }    
    .box1{
        font-size: 12px;
    }
    .investment-title{
        font-size: 30px;
    }
    .c-title2 {
        font-size: 28px;
        line-height: 30px;
        margin-top: 8px;
    }
    .half_list li{
        width: 100%;
    }
    .foot_text{
        font-size: 15px;
    }
    .inner-banner{
        margin: 201px 0 50px;
    }
    .inner_page_heading{
        font-size: 25px;
        line-height: 32px;
    }

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .banner {
        margin-top: 72px;
    }
    .banner-title2 {
        font-size: 30px;
        line-height: 35px;
    }
    .box1 {
        font-size: 13px;
    }
    .box2-title{
        font-size: 18px;
    }
    .contact_right {
        margin-top: 0;
    }
    .inner-banner {
        margin: 72px 0 50px;
    }
    .tpr {
        margin-top: 0;
    }
    .tbr {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .banner{
        margin-top: 201px;
    }    
    .box1{
        font-size: 12px;
    }
    .investment-title{
        font-size: 30px;
    }
    .c-title2 {
        font-size: 28px;
        line-height: 30px;
        margin-top: 8px;
    }
    .half_list li{
        width: 100%;
    }
    .foot_text{
        font-size: 15px;
    }
    .inner-banner{
        margin: 201px 0 50px;
    }
    .inner_page_heading{
        font-size: 25px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1424px) {
    .inner-banner{
        padding: 140px 0;
    }
}

@media screen and (min-width: 1624px) {
    .inner-banner{
        padding: 164px 0;
    }
}

@media screen and (min-width: 1920px) {
    .inner-banner{
        padding: 200px 0;
    }
}

@media screen and (min-width: 2048px) {
    .inner-banner{
        padding: 230px 0;
    }
}   

@media screen and (min-width: 2550px) {
    .inner-banner{
        padding: 305px 0;
    }
}    










