body{
	font-family: 'Encode Sans Expanded' !important;
    font-weight: normal;
    font-style: normal;
}


.home-banner {
    background: url(../img/banner-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
/*******   header css   ********/

header {
  /*  background: #08080866;*/
      padding: 0 0 0px;
}
.navbar-right {
    margin-right: 0 !important;
    margin-top: 21px !important;
}
nav.navbar.navbar-default {
    padding: 9px 0 0;
	margin-bottom: 0;
}
.navbar-brand > img {
    display: block;
    width: 5em;
}
.navbar-default {
    background-color: #f8f8f800;
	border: 0px solid transparent;
}
.navbar-brand {
    height: auto;
    padding: 7px 15px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
    background: none !important;
}
ul.nav.navbar-nav {
    margin-top: 20px;
}
ul.nav.navbar-nav li {
    margin: 0 7px;
}
ul.nav.navbar-nav li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
	background: #ffffff0;
	padding: 15px;
	transition: all ease .3s;
}
.nav.navbar-right li {
    margin: 0 3px !important;
}
.nav.navbar-right li a {
    color: #b41a50 !important;
    margin: 0;
    background: #ffdb2b;
    padding: 10px 30px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    text-decoration: none;
    border-radius: 3px;
    transition: all ease 0.4s;
    border: 1px solid transparent;
}

.nav.navbar-right li:last-child a {
    padding: 10px 15px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #ffdb2b !important;
	background: #ffffff00;
}


.nav.navbar-right li.dropdown a .caret{
    color: #fff;
}
.nav.navbar-right li.dropdown a{
    margin: 30px 0 0;
}
.nav.navbar-right li.dropdown .dropdown-menu{
    background: #ffc40c;
    border-color: #ffc40c;
    padding: 0px;
    margin-top: 12px;
}
.nav.navbar-right li.dropdown .dropdown-menu::before{
    width: 0px;
    content: "";
    height: 0px;
    position: absolute;
    top: -10px;
    right: 10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffc40c;
}
.nav.navbar-right li.dropdown .dropdown-menu li a {
    margin: 0;
    color: #000;
}
.nav.navbar-right li.dropdown .dropdown-menu li{
    border-bottom: 1px dashed rgba(255,255,255,0.9)
}
.nav.navbar-right li.dropdown a:hover, .nav.navbar-right li.dropdown a:focus{
    background: none !important;
}

 .navbar-default .navbar-nav > li > a:hover {
    background: #ffffff00 !important;
    color: #ffdb2b !important;
    border-color: #fff;
}
.banner-text {
    padding: 0em 0 3em;
	/*text-align: center;*/
    color: white;
	position: relative;
}
.navbar-default .navbar-brand {
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 15px;
    font-size: 35px;
    font-weight: bold;
	margin-right: 0;
}
a.navbar-brand:hover {
    color: #ffffff !important;
    text-decoration: none;
}
a.navbar-brand span {
    color: #ffdb2b;
}
.nav.navbar-right li a:hover{
	color: white !important;
}

/****  end navbar css  ******/


/****   banner-text css  ******/

.banner-text h3 {
    margin: 10px 0 32px;
	font-weight: 100;
    font-size: 55px;
}
.banner-text h2 span {
    color: #ffdb2b;
    font-size: 50px;
    font-weight: bold;
    display: block;
    margin: 10px 0 10px;
	text-shadow: 3px 2px 1px #0000007a;
}
.banner-head h2 {
    margin: 25px 0 20px;
    font-size: 33px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.banner-head {
    margin-top: 6em;
	text-align: center;
}
.banner-head img {
    margin: 33px 2px 20px;
}
.banner-head p {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 3em;
    margin: 43px auto 50px;
    text-align: center;
    width: 68%;
}


.hyip-status {
    text-align: center;
    border: 1px solid #fff;
	display: inline-block;
	margin-bottom: 42px;
}
.status-sec:last-child {
    border: none;
}
.status-sec h4 {
    font-size: 17px;
    margin: 0 0 10px 0;
}
.status-sec {
    display: inline-block;
    padding: 34px 59px 33px;
    border-right: 1px solid #fff;
}
span.sta-f {
    font-size: 16px;
    font-weight: 600;
}
span.sta-s {
    display: block;
    color: #ffdb2b;
    font-size: 15px;
    font-weight: normal;
}



.bannerBtn a {
    color: #b41a50 !important;
    background: #ffdb2b;
    padding: 16px 52px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    transition: all ease 0.4s;
    border: 1px solid transparent;
    margin: 33px 15px 10px 0;
    display: inline-block;
}
.bannerBtn a:hover {
    background: #ffffff00 !important;
    color: #fff !important;
    border-color: #fff;
}


.bannerBtn {
    margin-bottom: 20px;
	text-align: center;
}


/******     calculator css  ********/


.calculator_info{
	background: url("../img/calculator_bg.jpg");
	width: 100%;
	padding: 60px 0px;	
}
img.img-responsive.cal-img {
    margin-top: 0;
}
.calculator_deposit {
    padding: 0 22px 16px 0;
    
}
.calculator_deposit .form-group{
	margin: 0px;
}
.calculator_deposit .form-group label{
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
}
.calculator_deposit .form-group select.form-control {
    background: white url(../img/caret_icon.png) no-repeat;
    background-position: 96%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    color: #24212f;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    font-size: 18px;
    height: auto;
    box-shadow: none;
    padding: 12px 10px 12px 15px;
    cursor: pointer;
    margin-top: 14px;
    font-weight: 600;
}
.calculator_deposit input.form-control {
    padding: 12px 10px 12px 15px;
    margin-top: 14px;
    color: #24212f;
    height: auto;
	font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
	transition: all 0.7s ease-in-out 0s;	
}
.calculator_deposit input.form-control::placeholder {
	color: #24212f;
}
.profit_returned label {
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
}
.profit_returned .btn.btn-primary {
    width: 100%;
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
    padding: 9px 20px;
    background: #ffdb2b;
    color: #b41a40;
    border: 0;
}
.profit_returned .form-group{
	margin: 0px;
}


 /*******  pricing_packages  css   *******/
 
.pricing_packages {
    padding: 4em 0 4em;
    background: url(../img/invest-plan-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.heading_home {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
	margin-bottom: 21px;
}
.heading_home img {
    display: inline-block;
    margin: 3px 17px 10px 17px;
}
p.subhead_home {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding: 0 34px;
    margin-bottom: 25px;
}

.inner_pricing_packages:hover {
	transform: scale(1.1);
}
.inner_pricing_packages {
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 27px -9px black;
    padding-bottom: 10px;
    margin-top: 31px;
    background: linear-gradient(to bottom,#b4144a 40%, #c45724 72%);
    transition: all ease .5s;
    overflow: hidden;
}
.inner_pricing_packages h3 {
    text-align: center;
    /* background: #a8436f; */
    color: #ffdb2b;
    padding: 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 26px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0;
}
.total_plan_price small {
    font-size: 21px;
    line-height: 26px;
    font-weight: normal;
}
.total_plan_price {
    text-align: center;
    margin: 0 0 20px;
    color: #bb1a50;
    font-size: 17px;
    line-height: 37px;
    font-weight: 500;
    padding: 7px 10px;
    background: #ffdb2b;
}
.inner_pricing_packages ul li span {
    display: block;
    font-weight: 500;
    color: white;
    margin: 0 0 10px;
    font-size: 15px;
}
.inner_pricing_packages ul li {
    margin: 10px 0 20px;
    font-size: 15px;
    font-weight: 500;
    color: #ffdb2b;
}	
.inner_pricing_packages ul li:after {
    content: '';
    display: block;
    width: 70%;
    background: #ffffff78;
    height: 1px;
    margin: 0 auto;
}
.inner_pricing_packages ul li:last-child:after {
    background: none;
}
.inner_pricing_packages ul {
    list-style: none;
    text-align: center;
    padding: 0;
}
a.btn-price {
    text-decoration: none;
    font-size: 12px;
    border-radius: 4px;
    padding: 15px 28px;
    font-weight: 500;
    transition: all 0.5s ease-in-out 0s;
    background: #ffdb2b;
    color: #b41a40;
    text-transform: uppercase;
    border: 2px solid #ffdb2b;
    width: 165px;
    margin: 31px auto 21px;
    text-align: center;
    display: block;
}
a.btn-price:hover {
    background: #e10d1e00;
    color: #ffdb2b;
}

 /*******  end pricing_packages  css   *******/
 
 /*******  advantages css   *******/
 
 section.advantages {
    background: #f2f2f2;
    padding: 3em 0 2em;
    position: relative;
}
p.advhead_home {
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    padding: 0 0;
    margin-bottom: 45px;
    margin-top: 20px;
	text-transform: capitalize;
}
.advantage_sec {
    margin-top: 20px;
}
.advantage_sec h2 {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.advantage_content {
    padding: 10px 0 10px;
    border-top: 2px dashed #000;
    border-bottom: 2px dashed #000;
    margin: 23px 0 50px;
}
.advantage_content p {
    font-size: 15px;
    margin: 0;
    font-weight: normal;
}


 /*******  refferal commision css   *******/
 
 section.reff-comms {
    padding: 3em 0 4em;
    position: relative;
}
.abt-right a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 33px;
    margin: 0 7px;
    font-weight: 500;
    border-radius: 4px;
    color: #b41a40;
    background: #ffdb2b;
    display: inline-block;
    margin: 26px 7px 0 20px;
    text-decoration: none;
    transition: all ease .3s;
    border: 1px solid #ffdb2b;
}
.abt-right a:hover {
    background: #b41a40;
    color: #ffdb2b;
    border: 1px solid #b41a40;
}
.ref-head {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 0;
    text-transform: uppercase;
}
.ref-per {
    font-size: 80px;
    font-weight: bold;
    color: #3d5595;
    margin: 0 0 20px;
	background-image:-webkit-linear-gradient(#b4144a, #ff5302);
    color: transparent;
    -webkit-background-clip: text;
}
.calc-left p {
    font-size: 15px;
    font-weight: normal;
}

/*******  end refferal commision  css   *******/

/*******  about page  css   *******/

.about_company {
    padding: 4em 0 3em;
}
.company_desp i {
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
}
.company_desp .btn {
	font-size: 14px;
    text-transform: uppercase;
    padding: 14px 33px;
    margin: 0 7px;
    font-weight: 500;
    border-radius: 4px;
    color: #b41a40;
    background: #ffdb2b;
    display: inline-block;
    margin: 26px 7px 0 0;
    text-decoration: none;
    transition: all ease .3s;
    border: 1px solid #ffdb2b;
}
.company_desp .btn:hover {
    background: #b41a40;
    color: #ffdb2b;
    border: 1px solid #b41a40;
}
.company_desp p {
    margin-bottom: 20px;
    line-height: 25px;
}
.company_desp h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 38px;
    font-weight: 600;
}

/*******  end about page css   *******/

/*****  logInArea us css   *******/
.logInArea {
   /* position: relative;
	padding: 4em 0px 4em;
	background: #f2f2f2;*/
}
.logInArea {
	position: relative;
	padding: 4em 0px 5em;
	background: #fff;
	/* background: url(../images/login-bg.jpg); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
section.logInArea:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #0000003d;*/
}
.form-group.chkRegister a {
    color: #ffdb2b;
	text-decoration: underline;
}
form.login-form {
    background: linear-gradient(to bottom right,#b4144a 40%, #c45724 72%);
    padding: 32px 34px;
    box-shadow: 0px 0px 28px -8px black;
    color: white;
    border: 1px solid #a59999;
}
.login-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.login-form label.control-label {
    font-size: 14px;
    font-weight: 600;
}
.logIn h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 0 30px;
    padding: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}
.register-btns {
    text-align: center;
}
.register-btns p a {
    color: #008bff;
    font-weight: 600;
}
button#loginBtn {
	background: #ffdb2b;
    border-radius: 4px;
    color: #b4144a;
    text-transform: uppercase;
    font-size: 18px;
    height: 40px;
    line-height: 21px;
    padding: 6px 15px;
    font-weight: 600;
    WIDTH: 100%;
    margin-top: 20px;
    box-shadow: none;
    transition: all ease .3s;
}
button#loginBtn:hover, .contact-btn:hover {
    background: #fff0;
    color: #ffffff;
    border: 1px solid #fff;
}
.form-group.links a {
	color: #ffffff;
	text-decoration: underline;
	margin: 0 2px;
	transition: all ease .3s;
}
.form-group.links a:hover {
    color: #ffdb2b;
}

 /****  faq  css   ***/

.faq-img {
    margin: 30px 0 0 0;
}

.faq-head p {
	font-size: 17px;
    font-weight: normal;
    margin: 0 0 23px !important;
    text-align: center;
}
.faq-head h2 {
    font-weight: 600;
    text-align: center;
    margin: 4px 0 10px;
    font-size: 34px;
}
.faq_section {
    margin: 0 0 0 0;
    width: 100%;
    padding: 60px 0 40px 0;
	background: #f7f7f7;
  /*  background: url(../images/faq-bg.png);
    background-size: cover;
    background-position: center;  */
}
.faq_content {
  float: left;
  margin: 30px 0 0 0;
  width: 100%;
}

.faq_content .panel.panel-default a {
  display: inline-block;
  padding: 19px 15px 19px;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
}


.faq_content .panel-heading {
    padding: 0;
}

.faq_content .panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
	margin-bottom: 15px;
	border: 0;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #000;
    background-color: #f2f2f2;
}

.faq_content .panel-title {
	font-size: 16px;
}

.faq_content .panel-title > a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

.faq_content .more-less {
  color: #000;
  float: right;
  font-size: 14px;
}

h4.panel-title a {
    background: #000000;
    color: white;
}
h4.panel-title a i {
    color: white !important;
}

.panel-title a.collapsed {
    background: linear-gradient(to bottom right,#b4144a 40%, #c45724 72%) !important;
    color: #fff;
}
h4.panel-title a.collapsed i {
    color: #fff !important;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    border: 0 solid #ddd;
    background: whitesmoke;
    color: #000;
}


/********   contact us page   *******/

section.contactMain {
    position: relative;
    padding: 5em 0px 8em;
    /* background: #eaeaea; */
    clear: both;
    background: url(../img/rad.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contactMain .form {
    /*background: #263f7e;*/
    padding: 18px 38px 36px;
}
.contact-f {
    background: linear-gradient(to bottom right,#b4144a 40%, #c45724 72%);
    width: 100%;
    /* float: left; */
    overflow: hidden;
    color: #fff;
    margin-top: 0;
    box-shadow: 0px 7px 18px -9px black;
}
.head-contact {
    padding: 18px 19px 7px;
}
.head-contact h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 14px;
}
.head-contact p {
    font-size: 30px;
    font-weight: 600;
    width: 89%;
    margin: 5px 18px 0;
    text-transform: uppercase;
}
.head-contact p:after {
    content: '';
    background: #ffffff;
    width: 47px;
    height: 2px;
    display: block;
    margin: 8px 0 10px;
}

button#loginBtn, .contact-btn {
	background: #ffdb2b;
    border-radius: 4px;
    color: #b4144a;
    text-transform: uppercase;
    font-size: 18px;
    height: 40px;
    line-height: 21px;
    padding: 6px 15px;
    font-weight: 600;
    WIDTH: 100%;
    margin-top: 20px;
    box-shadow: none;
	transition: all ease .3s;
}
.form-group.links a {
    color: #ffffff;
    text-decoration: underline;
    margin: 0 2px;
    transition: all ease .3s;
}
.form-group.links a:hover {
    color: #3d5595;
}
.contactLeft .form-control:hover, .contactLeft .form-control:focus, .login-form .form-control:hover, .login-form .form-control:focus {
    background-color: #fff;
    border-color: #c4572400;
}
.contactLeft .form-control, .login-form .form-control {
    background: #f7f7f7;
    border: 1px solid #ddd;
    color: #343642;
    font-size: 16px;
    box-shadow: none;
    height: 40px;
    padding: 10px 15px;
    margin-bottom: 0;
	border-radius: 0;
}
.contactLeft textarea.form-control, .login-form textarea.form-control {
    height: auto !important;
}
.contact-add {
    margin-top: 0;
    background: linear-gradient(to bottom,#b4144a 40%, #c45724 72%);
    color: #ffffff;
    padding: 10px 28px;
}
.contact-add h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0 28px;
}
.contact-add h2:after, .head-contact h2:after {
    content: '';
    background: #ffffff;
    width: 47px;
    height: 2px;
    display: block;
    margin: 8px 0 10px;
}
.contact-add ul {
    list-style: none;
    padding: 0 0 0 6px;
}
.contact-add ul li {
    margin-bottom: 19px;
    padding: 3px 10px 0 0;
    font-size: 17px;
    font-weight: normal;
	text-transform: capitalize;
}
ul.add-ul li {
    margin-bottom: 21px;
    line-height: 2;
}
ul.add-ul li h3 {
    font-size: 19px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 0;
}
.contact-add h4 {
    margin: 22px 0 23px;
    font-size: 17px;
    font-weight: bold;
    padding: 8px 0px 0 22px;
}
ul.add-ul li .glyphicon {
    /* background: #12ad24; */
    color: #ffffff;
    padding: 5px 10px 10px 10px;
    margin-right: 10px;
    transition: all ease .5s;
    font-size: 26px;
    /* width: 8%; */
    float: left;
}
ul.add-ul li:hover .glyphicon {
   -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
}
.inner-login-form label {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
}

 
/*****  how it works section css   *******/

.double-your-coin-area {
    padding: 102px 0 20px;
}

.flaticon-notebook:before {
    content: "\f10d";
}
.section-title {
    margin-bottom: 77px;
}
.section-title h2 {
    font-size: 52px;
    font-weight: 400;
    line-break: 62px;
    text-transform: capitalize;
	position: relative;
}
.section-title h2 .colored-text {
    font-weight: 700;
}
.colored-text {
    color: #b51752;
}
.section-title p {
    font-size: 16px;
    line-height: 26px;
    color: #717c8c;
}
.double-your-coin-area .single-coin-box {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 40px 40px 15px 40px;
    position: relative;
    margin: 0 45px;
    margin-bottom: 100px;
}
.double-your-coin-area .single-coin-box.yellow {
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.double-your-coin-area .single-coin-box.yellow:before {
    position: absolute;
    right: -73px;
    top: 50%;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.double-your-coin-area .single-coin-box .icon {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 100px;
}
.double-your-coin-area .single-coin-box.yellow .icon {
    background-color: #ff7200;
}
.double-your-coin-area .single-coin-box .content {
    padding-left: 130px;
}
.double-your-coin-area .single-coin-box .icon i {
    font-size: 40px;
	line-height: 100px;
}
.double-your-coin-area .single-coin-box .content h4 {
    font-size: 21px;
    line-height: 32px;
    color: #000000;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.double-your-coin-area .single-coin-box .content p {
    font-size: 14px;
    line-height: 26px;
    color: #717c8c;
}
.double-your-coin-area .single-coin-box.yellow:after {
    position: absolute;
    right: -70px;
    top: 50%;
    height: 2px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.double-your-coin-area .single-coin-box.blue .icon {
    background-color: #00a2ff;
}
.double-your-coin-area .single-coin-box.blue:before {
    position: absolute;
    left: 48.5%;
    bottom: -85px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.double-your-coin-area .single-coin-box.blue:after {
    position: absolute;
    right: 50%;
    bottom: -70px;
    height: 70px;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.double-your-coin-area .single-coin-box.green .icon {
    background-color: #5bbd1a;
}
.double-your-coin-area .single-coin-box.green:before {
    position: absolute;
    top: -75px;
    left: 50.3%;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.double-your-coin-area .single-coin-box.green:after {
    position: absolute;
    top: -35px;
    left: 50%;
    width: 2px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.double-your-coin-area .single-coin-box.red .icon {
    background-color: #ff1b41;
}
.double-your-coin-area .single-coin-box.red:before {
    position: absolute;
    left: -73px;
    top: 50%;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.double-your-coin-area .single-coin-box.red:after {
    position: absolute;
    left: -70px;
    top: 50%;
    height: 2px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.double-your-coin-area .single-coin-box.yellow:hover {
    border-color: #ff7200;
}
.double-your-coin-area .single-coin-box.yellow:hover .content h4 {
    color: #ff7200;
}
.double-your-coin-area .single-coin-box.yellow:hover:after {
    background-color: #ff7200;
}
.double-your-coin-area .single-coin-box.yellow:hover:before {
    color: #ff7200;
}
.double-your-coin-area .single-coin-box.blue:hover {
    border-color: #00a2ff;
}
.double-your-coin-area .single-coin-box.blue:hover .content h4 {
    color: #00a2ff;
}
.double-your-coin-area .single-coin-box.blue:hover:after {
    background-color: #00a2ff;
}
.double-your-coin-area .single-coin-box.blue:hover:before {
    color: #00a2ff;
}
.double-your-coin-area .single-coin-box.green:hover:before {
    color: #5bbd1a;
}
.double-your-coin-area .single-coin-box.green:hover .content h4 {
    color: #5bbd1a;
}
.double-your-coin-area .single-coin-box.green:hover:after {
    background-color: #5bbd1a;
}
.double-your-coin-area .single-coin-box.green:hover {
    border-color: #5bbd1a;
}
.double-your-coin-area .single-coin-box.red:hover:before {
    color: #ff1b41;
}
.double-your-coin-area .single-coin-box.red:hover {
    border-color: #ff1b41;
}
.double-your-coin-area .single-coin-box.red:hover .content h4 {
    color: #ff1b41;
}
.double-your-coin-area .single-coin-box.red:hover:after {
    background-color: #ff1b41;
}








/*****  footer css   *******/
footer {
    position: relative;
    padding: 34px 0 36px;
    background: #3d5595;
    color: #fff;
	background: url(../img/foot-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.footer_social_links {
    margin: 0;
	text-align: center;
}
.list-inline {
    padding-left: 0;
    margin: 0px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    margin: 8px 5px;
}
.footer_social_links a {
    font-size: 30px;
    padding: 4px 11px;
    border-radius: 50%;
    display: inline-block;
    /* border: 1px solid #fff; */
    height: 40px;
    width: 40px;
    background: #fff;
    color: #e02039;
    transition: all ease .3s;
}
.footer_social_links a:hover {
    background: #dd1a3a;
    color: #fff;
}
.footer_social_links a i {
    font-size: 16px;
    /*line-height: 35px;*/
    /* display: inline-block; */
    vertical-align: super;
}

.foot-add {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    padding: 5px 5px;
	background: #fff;
}
.footer_nav {
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
    margin-bottom: 23px;
}
.footer_nav ul {
    padding: 0;
    margin: 2px 0 10px;
    list-style: none;
	text-align: center;
}
.footer_nav ul li {
    display: inline-block;
	margin: 0 41px;
}
.footer_nav ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 10px;
	/*border-right: 1px solid #c6c6c6;*/
	transition: all ease .3s;
}
.footer_nav ul li a:hover {
    color: #f9761d;
}
.partner-sec {
    padding: ;
    vertical-align: -webkit-baseline-middle;
}
.address-row {
    padding: 14px 14px 10px;
    margin: 0 0 20px;
}
.address-right h5 {
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 1px;
    font-weight: normal;
    letter-spacing: 1px;
	 padding-left: 46px;
}
.address-right p {
    padding-left: 46px;
}
.address-row i {
    /* border: 1px solid; */
    color: #ffffff;
    font-size: 36px;
    padding: 0;
    transition: all 0.5s ease 0s;
    float: left;
    width: 33px;
    /* height: 100%; */
    margin-right: 0;
}
.address-row:hover i {
    border-color: #e10d1e00;
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    /* color: #e10d1e; */
}
.address-right p a {
    color: #fff;
    text-decoration: none;
	font-size: 14px;
}
.copy {
    font-size: 14px;
    font-weight: normal;
    padding-right: 15px;
}






/******   media  queries  ********/

@media (min-width:1024px) and (max-width: 1100px)  {
	
	.navbar-default .navbar-brand {
		padding: 35px 5px;
		font-size: 27px;
	}
	ul.nav.navbar-nav li {
		margin: 0 2px !important;   
	}
	ul.nav.navbar-nav li a {
		font-size: 17px;
		padding: 15px 10px;
	}
	.nav.navbar-right li a {
		margin: 0;
		padding: 8px 18px !important;
	}
	.footer_nav ul li {
		margin: 0 28px;
	}
	.ref-per {
		font-size: 65px;
	}
	.status-sec {
		padding: 34px 39px 33px;
	}
	.double-your-coin-area .single-coin-box {
		min-height: 301px;
	}
	.profit_returned label, .calculator_deposit .form-group label {
		font-size: 16px;
	}
	
}
@media (min-width:768px) and (max-width: 1023px)  {

	.navbar-default .navbar-brand {
		padding: 31px 5px 35px;
		font-size: 24px;
	}
	ul.nav.navbar-nav li {
		margin: 0 2px !important;   
	}
	ul.nav.navbar-nav li a {
		font-size: 13px;
		padding: 15px 5px;
	}
	.nav.navbar-right li a {
		margin: 0;
		padding: 8px 12px !important;
	}
	.profit_returned {
		margin-top: 21px;
	}
	.calculator_deposit {
		padding: 0 22px 20px 0;
		border-bottom: 1px solid #fff;
		border-right: 0px solid #fff;
	}
	.advantage_sec h2 {
		font-size: 19px;
	}
	.ref-per {
		font-size: 51px;
	}
	.footer_nav ul li {
		display: inline-block;
		margin: 0 10px;
	}
	.status-sec {
		padding: 34px 21px 33px;
	}
	.double-your-coin-area .single-coin-box {
		margin-bottom: 30px;
	}
	.double-your-coin-area .single-coin-box .content h4 {
		font-size: 17px;
	}
	.double-your-coin-area .single-coin-box.yellow:before, .double-your-coin-area .single-coin-box.yellow:after, .double-your-coin-area .single-coin-box.blue:before, .double-your-coin-area .single-coin-box.blue:after, .double-your-coin-area .single-coin-box.green:before, .double-your-coin-area .single-coin-box.green:after, .double-your-coin-area .single-coin-box.red:before, .double-your-coin-area .single-coin-box.red:after {
		display: none;
	}
	
}


@media (max-width: 767px)  {
	
	.home-banner {
		background-attachment: fixed;
	}
	.navbar-default .navbar-brand {
		padding: 16px 1px;
		font-size: 30px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #ddd0;
	}
	ul.nav.navbar-nav {
		margin-top: 0;
		margin: 0;
	}
	ul.nav.navbar-nav li {
		margin: 0 0;
	}
	ul.nav.navbar-nav li a {
		padding: 10px 30px !important;
		background: #ffdb2b !important;
		color: #b41a50 !important;
		margin: 1px 0 0;
	}
	ul.nav.navbar-nav li a:hover {
		background: #ffdb2b00 !important;
		color: #fff !important;
	}
	ul.nav.navbar-nav li a {
		border: 0;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.nav.navbar-right li a {
		margin: 0 0 0;
		padding: 6px 30px !important;
	}
	ul.nav.navbar-nav.navbar-right {
		margin: 0 !important;
	}
	.nav.navbar-right li {
		margin: 0 0 !important;
	}
	.navbar-default .navbar-nav > .active > a {
		color: #b41a50 !important;
		background: #ffffff00;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.banner-text h2 span {
		font-size: 32px;
	}
	.banner-head h2 {
		font-size: 25px;
	}
	.ref-per {
		font-size: 39px;
	}
	.footer_nav ul li {
		display: inline-block;
		margin: 0 0;
	}
	.partner-sec img{
		margin: 4px auto 4px;
	}
	.status-sec {
		border-right: 0px solid #fff; 
		border-bottom: 1px solid #fff;
	}
	.calculator_deposit {
		border-right: 0px solid #fff;
		margin-bottom: 11px;
	}
	.calculator_deposit .form-group, .profit_returned .form-group {
		margin: 14px 0 0;
	}
	.abt-right {
		margin-bottom: 20px;
	}
	.copy {
		margin-left: 16px;
	}
	.double-your-coin-area .single-coin-box .content h4 {
		font-size: 17px;
	}
	.double-your-coin-area .single-coin-box.yellow:before, .double-your-coin-area .single-coin-box.yellow:after, .double-your-coin-area .single-coin-box.blue:before, .double-your-coin-area .single-coin-box.blue:after, .double-your-coin-area .single-coin-box.green:before, .double-your-coin-area .single-coin-box.green:after, .double-your-coin-area .single-coin-box.red:before, .double-your-coin-area .single-coin-box.red:after {
		display: none;
	}
	.double-your-coin-area .single-coin-box {
		padding: 20px;
		width: 100%;
		margin: 0 0;
	}
	.double-your-coin-area .single-coin-box {
		margin-bottom: 30px;
	}
	.double-your-coin-area .single-coin-box .icon {
		position: inherit;
		text-align: center;
		margin: 0 auto;
		left: 0;
	}
	.double-your-coin-area .single-coin-box .content {
		padding-left: 0;
		padding-top: 60px;
		text-align: center;
		padding-bottom: 20px;
	}
	.footer_social_links {
		margin: 12px 0 0;
		text-align: center;
	}
	
}

@media (max-width: 767px) and (min-width: 481px) {
	
	.address-row {
		padding: 14px 14px 10px;
		margin: 0 0 8px;
		width: 49%;
		float: left;
	}
	.partner-sec img {
		margin: 4px 4px 4px;
	}
	.partner-sec {
		display: inline-block;
		float: left;
		text-align: center;
	}

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

	.heading_home img {
		margin: 3px 2px 10px 2px;
		width: 20px;
	}
	.heading_home {
		font-size: 17px;
	}
	.partner-sec img {
		margin: 4px auto 4px;
		
	}

}

.min-investment {
    width: 100%;
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
    padding: 9px 20px;
    background: #ffdb2b;
    color: #b41a40;
    border: 0;
}

.plans_headings h1 {
	text-align: center;
	margin: 0 0 30px 0;
}

.calBorder {
  border-right: 1px solid #fff;
}




.resetForm form {
  background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, #b4144a 40%, #c45724 72%) repeat scroll 0 0;
  border: 1px solid #a59999;
  box-shadow: 0 0 28px -8px black;
  color: white;
  padding: 30px;
}


.btnTheme {
  background: #ffdb2b none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: none;
  color: #b4144a;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 21px;
  margin-top: 20px;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.btnTheme:hover, .btnTheme:focus {
  background-color: #b41a40;
  border-color: #b41a40;
  color: #fff;
}


.logInReset h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 5px;
  text-align: center;
  text-transform: uppercase;
}



/*  testimonials */


.newsSlide {
  width: 100%;
  margin: 0 0 0;
}

.newsDetail {
  padding: 0 100px 20px;
  text-align:left;
}

.newsDetail img {
  margin: 0 auto 10px;
}

.newsDetail h4 {
  color: #bb1a50;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  margin: 0 0 15px;
}

.newsDetail span {
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 20px;
}

.newsDetail p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
}

.newsSlide .carousel-control {
  background: #bb1a50 none repeat scroll 0 0;
  height: 40px;
  opacity: 1;
  text-shadow: none;
  width: 40px;
  border-radius: 50%;
}

.newsSlide .carousel-control.left {
  background-image: none;
  bottom: 30%;
  left: 0;
  top: auto;
}

.newsSlide .carousel-control.right {
  background-image: none;
  bottom: 30%;
  right: 0;
  top: auto;
}

.newsSlide .carousel-control i {
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.newsSlide .carousel-indicators {
  bottom: -20px;
}
.newsSlide .carousel-indicators .active {
  background-color: #bb1a50;
  height: 18px;
  margin: 0;
  width: 18px;
}
.newsSlide .carousel-indicators li {
  background-color: #FFF;
  border: 2px solid #bb1a50;
  border-radius: 18px;
  cursor: pointer;
  height: 18px;
  width: 18px;
}

/*  testimonials */