
/*===============
Css Indexing
=================
* Base CSS
-----------------
* Preloader CSS
-----------------
-----------------
* Main Menu CSS
-----------------
-----------------
* Support Area CSS
-----------------
-----------------
* Header-area CSS
-----------------
-----------------
* About Community
-----------------
-----------------
* What We Do CSS
-----------------
-----------------
* Service Section
-----------------
-----------------
* Our Plan CSS
-----------------
-----------------
* Our top investor
-----------------
-----------------
* Testimonial Css
-----------------
-----------------
* Deposits & Payouts
-----------------
-----------------
* payment method
-----------------
-----------------
* Footer Section 
-----------------
-----------------
* Map Section
-----------------
-----------------
* Breadcumb  CSS
-----------------
-----------------
* Contact From 
-----------------
-----------------
* Get In Touch 
-----------------
-----------------
* About Us 
-----------------
-----------------
* Services CSS
-----------------
-----------------
* Faq Page Css
-----------------
-----------------
* Login Form Css
-----------------
-----------------
* Registration Form Css
-----------------
-----------------
* call to action
-----------------
=================*/

/*=============
Base CSS 
==============*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,800|Raleway:400,600,800');

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px;
    font-weight: 600;
	color:#373737;
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

a:hover { 
    text-decoration: none 
}
.padding-bottom-0{
    padding-bottom: 0px;
}
.padding-top-0{
    padding-top: 0px;
}
.section-padding.padding-bottom-0{
    padding-bottom: 0px;
}
.section-padding {
    padding: 100px 0;
}

.section-title h2 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 42px;
    color: #00B356;

}

.section-title p {
    padding-bottom: 20px;
}
.color-text{
    color: #00B356;
}
.boxed-btn {
    display: inline-block;
    padding: 7px 25px;
    background: #00B356;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    transition: .5s;
    font-weight: 600;
}
.boxed-btn:hover,input[type="submit"]:hover{
    color: #333333;
    background: #ddd;
    -webkit-box-shadow: 0px 0px 15px #999;
   -moz-box-shadow: 0px 0px 15px #999;
        box-shadow: 0px 0px 15px #999;

filter:progid:DXImageTransform.Microsoft.dropshadow(
    OffX=1px, OffY=3px, Color='#333', Positive='false'
); /* IE 5.5 */ 
border-collapse: separate; /* Required by IE 9 */
}
.section-padding.padding-top-0 {
    padding-top: 0;
}
.section-title .color-text {
    color: #00B356;
}
textarea {
    width: 100%;
    border:1px solid #00B356;
    margin: 20px 0;
    padding: 20px;
    font-size: 18px;
    background: #fff;
    margin-bottom: 13px;
}
input[type="tel"],
input[type="url"],
input[type="password"] {
    width: 47%;
    margin: 0 10px;
    border: 1px solid #00B356;
    padding: 15px 20px;
    font-size: 18px;
    background: #f5f5f5;

}

input[type="text"] {
    width: 47%;
    border:1px solid #00B356;
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: 18px;
    background: #fff;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus{
    outline: none;
}
input.email::placeholder,
input.captcha::placeholder,
input.name::placeholder {
    font-size: 18px;
}
input[type="email"] {
    width: 47%;
    border:1px solid #00B356;
    padding: 15px 20px;
    font-size: 18px;
    background: #fff;
}
.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
}

.scroll-to-top i {
    width: 30px;
    height: 30px;
    background: #00B356;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
    -ms-border-radius: 3px;
     -o-border-radius: 3px;
        border-radius: 3px;
/* behavior: url(./border-radius.htc); For IE, download and customize htc file http://curved-corner.googlecode.com/files/border-radius.htc */
    transition: .5s;
}

.scroll-to-top i:hover {
    background: #ddd;
    color: #333;
}
.slicknav_menu{
        display: none;
        background: #00B356;
    }

.about-community .section-title p {
    color: #fff;
    padding-bottom: 38px;
}
button.submit-btn {
    background: #00B356;
    border: 1px solid #00B356;
    color: #fff;
}

button.submit-btn:hover {
    background: #00B356;
    -webkit-box-shadow: 0px 0px 7px #333;
   -moz-box-shadow: 0px 0px 7px #333;
        box-shadow: 0px 0px 7px #333;

filter:progid:DXImageTransform.Microsoft.dropshadow(
    OffX=0px, OffY=0px, Color='#333', Positive='false'
); /* IE 5.5 */ 
border-collapse: separate; /* Required by IE 9 */
    border: 1px solid #00B356;
    color: #fff;

}
button.submit-btn:focus{
    background: #00B356;
    border: 1px solid #00B356;
    color: #fff;
}
/*================
Preloader Css 
=================*/
.spinner {
  margin: 25% auto;
  width: 100px;
  height: 100px;
  position: relative;
    
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background:#fff;
    z-index: 999999999;
    left: 0;
    top: 0;
    display: block;
}
.cube1, .cube2 {
  background-color: #00B356;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/*==================
Main Menu CSS
===================*/
.logo{
       max-width: 200px;
    margin-left: -15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-menu {
    background: #fff;
}
.main-menu ul {
    padding: 0;
    margin: 0;
    margin-right: -30px;
}
.main-menu ul li {
    display: inline-block;
    list-style: none;
}

.slicknav_parent.slicknav_collapsed:hover a  {
  background: #2C4065;
}

.slicknav_parent.slicknav_open:hover a {
  background: transparent;
}
.main-menu li a {
   color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}
.main-menu li a:hover {
    color: #2C4065;
}
.main-menu.nav-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    -webkit-box-shadow: 0px 0px 8px #333;
   -moz-box-shadow: 0px 0px 8px #333;
        box-shadow: 0px 0px 8px #333;

filter:progid:DXImageTransform.Microsoft.dropshadow(
    OffX=0px, OffY=0px, Color='#333', Positive='false'
); /* IE 5.5 */ 
border-collapse: separate; /* Required by IE 9 */
}

.main-menu.nav-fixed .logo img {
    height: 50px;
}

.main-menu.nav-fixed ul li {
    padding: 12px 15px;
}
.slicknav_nav a {
    text-transform: uppercase;
}
.main-menu ul li {
    position: relative;
    display: inline-block;
    padding: 16px 15px;
    padding-bottom: 0;
}

.main-menu li ul {
    position: absolute;
    width: 150px;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 22;
    margin-top: 150px;
    opacity:0;
    visibility:hidden;
    transition:.5s;
}

.main-menu li ul li {
    padding: 11px 0;
    display: block;
    text-align: center;
}
.main-menu ul li ul li:hover a{
    color: #333;
}
.main-menu ul li ul li:hover {
    background: #ddd;
}
.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}
.main-menu.nav-fixed ul li:hover ul{
margin-top: 50px;
}
.main-menu ul li:hover ul{
margin-top: 40px;
}
.mobile-logo {
      background: transparent;
      position: absolute;
      left: 4px;
      top: 3px;
      width: 134px;
      display: none;
    }

/*==================
Support Area CSS
===================*/
.support-wrapper {
    margin-left: -15px;
}
.support-info i {
    color: #333;
}
.support-info p {
    display: inline-block;
    padding-left: 20px;
    line-height: 1.5;
    color: #000;
    font-size: 14px;
}
.support-info p:last-child {
    padding-right: 20px;
}
.support-info {
    padding: 10px 0 0 0;
    margin-right: -35px;
}
.support-bar {
    background: #F3F3F3;
}
.support-info p {
    padding-left: 10px;
}

.support-info p:nth-child(2) {
    padding-left: 0;
}
.support-info.right p {
    padding-right: 8px;
    font-family: sans-serif;
}

/*==================
Header-area CSS
===================*/


.head-slider .owl-dots div {
  height: 10px;
  width: 10px;
  background: #fff;
  display: inline-block;
  margin: 2px;
  -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
/* behavior: url(./border-radius.htc); For IE, download and customize htc file http://curved-corner.googlecode.com/files/border-radius.htc */ 
}
.head-slider .owl-dots div.active {
  background:#00B356;
}
.head-slider .owl-dots {
     text-align: center;
    margin-top: 20px;
    position: absolute;
    left: 49%;
    bottom: 5%;
}
.head-slider .owl-nav div:hover{
    background: #00B356;
    color: #fff;
}
.head-slider .owl-nav div {
   position: absolute;
    left: 2%;
    text-align: center;
    top: 48%;
    background: #fff;
    color: #00B356;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top: 6px;
    transition: .5s;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.head-slider .owl-nav div.owl-next {
  left: auto;
  right: 2%;
}
.header-bg-2{
    background: url(../img/slider.jpg);
    background-position: center;
    background-size: cover;
}
.slider {
    position: relative;
    z-index: 1;
}

.slider:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .8;
    z-index: -1;
}
.single-header.slider {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-bg{
    background: url('../img/header-bg.jpg');
    background-position: center;
    background-size: cover;
    object-fit: cover;
}    
.header-section{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.header-section:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .8;
    z-index: -1;
}
.header-section h1 {
    font-size: 65px;
    color: #fff;
    text-transform: uppercase;
    line-height: 70px;
    text-shadow: 0 1px 0 #ccc, 
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa, 
        0 6px 1px rgba(0,0,0,.1),
        0 0 5px rgba(0,0,0,.1),
        0 1px 3px rgba(0,0,0,.3), 
        0 3px 5px rgba(0,0,0,.2),
        0 5px 10px rgba(0,0,0,.25),
        0 10px 10px rgba(0,0,0,.2), 
        0 20px 20px rgba(0,0,0,.15);
}

.header-section h1 span {
    display: block;
}

.header-section p {
    font-weight: 300;
    color: #fff;
}
/*==================
About Community CSS
===================*/
.about-btn {
    display: inline-block;
    padding: 5px 15px;
    background: #00B356;
    border-radius: 5px;
    color: #fff;
    transition: .7s;
    margin-top: 20px;
}
.about-btn:hover {
    background: #00B356;
    color: #fff;
}
.about-community {
    background: #fff;
    color: #333;
    font-weight: 100;
    line-height: 1.6em;
}
.about-community {
    position: relative;
}
.about-community .section-title h2,
.about-community .section-title p{
    color: #333;
}
.section-padding.about-us-page {
    padding: 104px 0;
    padding-bottom: 73px;
    background: #fff;
}
.about-us-content {
    margin-top: -3px;
}
.section-padding.member {
    background: #fff;
    padding-bottom: 119px;
    padding-top: 111px;
}
.about-community-text  {
    font-size: 16px;
    line-height: 1.7;
}
.about-community {
    padding-bottom: 90px;
}
.section-padding.about-us-page.about-page {
    padding-bottom: 52px;
    background: #F3F3F3;
    padding-top: 113px;
}
.about-us-content h2 {
    font-size: 32px;
    padding-bottom: 13px;
    margin-bottom: 0;
    line-height: 42px;
    text-transform: uppercase;
}

.about-us-content p {
    line-height: 1.7;
    text-align: left;
    font-size: 16px;
    color: #999999;
}
.about-btn {
    margin-top: 50px;
    transition: .7s;
}
.about-btn:hover{
    background: #272727;
}
/*==================
What We Do CSS
===================*/
/*what i do*/
.why-should-us h2{
    color: #373737;
}
.what-icon i{
    font-size: 40px;
    padding: 20px 0;
}

.what-we-do-wrapper h4{
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px 0;
    color: #999999;
}
.what-we-do-wrapper > div {
	padding: 20px 25px;
    width: 33%;
    transition: .7s;
}
.what-we-do-wrapper {
    display: flex;
    color: #999999;
    flex-direction: column;
    align-items: center;
}

.what-we-do-wrapper span {
    flex: 1;
}
.column-left {
    order: 1;
    z-index: 200;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: .7s;
}
.what-icon img {
    width: 100px;
    height: 100px;
}
.column-center {
    order: 2;
    z-index: 150;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: .7s;
}
.column-left:hover h4,
.column-right:hover h4,
.column-center:hover h4
{
    color: #12B861;
}
.column-right {
    order: 3;
    z-index: 100;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: .7s;
}
.column-right.last,
.column-center.last,
.column-left.last{
    border-bottom: none;
} 
.column-right.last,
.column-right{
    border-right: none;
}
.what-we-do-wrapper > div:hover {
    box-shadow: 0 0 15px #ddd;
    border: none;
}
.why-should-us {
    padding-top: 10px;
    padding-bottom: 120px;
}
@media screen and (min-width: 600px) {
	.what-we-do-wrapper {
		flex-direction: row;
	}
}
@media screen and (min-width: 1000px) {
	.what-we-do-wrapper {
		font-size: 16m;
	}
}
    
/*==================
Service Section CSS
===================*/
.service-section {
    background: #f3f3f3;
    color: #777;
    padding-top: 83px;
}

.section-padding.service-section {
    padding-top: 11px;
    padding-bottom: 90px;
}
.service-wrapper {
    padding: 30px;
    transition: .5s;
    margin-bottom: 30px;
    background: #fff;
    padding-bottom: 35px;
}
.service-icon {
    font-size: 40px;
    display: inline-block;
    padding: 10px;
}
.service-section .section-title p{
color:#777;
padding-bottom: 53px;
font-weight: 300;
}
.service-title {
    text-transform: uppercase;
}
.service-wrapper:hover {
    transform: translateY(3%)translateX(-3%);
   z-index: 999;
   box-shadow: 0px 0px 3px 1px rgba(0,0,0,.1);
}
}

.service-section .section-title h2{
    padding-bottom: 17px;
    color: #999;
    margin-bottom: 0;
}
.service-title h4 {
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.service-section .section-title h2 {
    color: #373737;
}
.service-wrapper:hover {
    background: #00b256;
    color: #fff;
}

.service-wrapper:hover
 h4 {
    color: #fff;
}
/*==================
Our Plan CSS
===================*/
.section-padding.our-plan {
    padding-bottom: 104px;
}
.our-plan .section-title p {
    color: #333;
    padding-bottom: 2px;
}

.our-plan {
    color: #2c4065;
}
.plan-table {
    padding-top: 53px;
}
.our-plan .section-title h2 {
    color: #373737;
    padding-bottom: 17px;
    margin-bottom: 0;
}

.our-plan .section-title {
    padding-bottom: 50px;
}
.price-table-header {
    background: #00B356;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -ms-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 15px;
    position: relative;
    padding-top: 20px;
}

.price-table-header h4 {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    line-height: 38px;
    margin-bottom: 0;
}

.price-table-body {
    background: #f5f5f5;
    color: #333;
    text-transform: uppercase;
    padding: 50px 20px;
    padding-bottom: 34px;
}
.price-table-body .color-text {
    font-weight: 600;
    font-size: 18px;
}
span.color-text.number {
    font-size: 21px;
}

.price-table-body p {
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    padding-top: 0;
    font-weight: 600;
    font-size: 14px;
}
.price-table-body p:last-child{
     border-bottom: none;
}
span.custom-right-text.color-text.text-right.col-sm-6 {
    text-align: right;
    margin-left: 50px;
}
.min-price h6 {
    color: #333;
    font-size: 11px;
    padding-top: 11px;
}

.min-price h6 span {
    display: block;
}

.price-bar p {
    border: none;
    padding: 0px;
}
.pricebar {
    background: #fff;
    width: 100%;
    display: inline-block;
    height: 5px;
    border-radius: 10px;
    position: relative;
}

.pricebar:before {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #00B356;
    top: 0;
    left: 0;
    content: "";
    border-radius: 10px;
}

.pricebar:after {
    position: absolute;
    left: 48%;
    top: -5px;
    width: 15px;
    height: 15px;
    background: #00B356;
    content: "";
    border-radius: 50%;
}
.price-table {
    position: relative;
    margin-bottom: 25px;
}

.price-table-footer {
    position: absolute;
    left: 30%;
    bottom: -20px;
}
.price-table-header:after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -33px;
    height: 10px;
    content: "";
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 34px solid #00B356;
}
.price-range {
    padding-top: 5px;
}
.discunt-text {
    background: #999;
    -webkit-border-top-right-radius: 85px;
    -moz-border-top-right-radius: 85px;
    -ms-border-top-right-radius: 85px;
    -o-border-top-right-radius: 85px;
    border-top-right-radius: 85px;
    -webkit-border-bottom-left-radius: 85px;
    border-bottom-left-radius: 85px;
    -moz-border-radius-bottomleft: 85px;
    margin-left: -65px;
    padding: 50px;
}

.contact-title span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.discunt-text h3 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.contact-details p {
    font-size: 16px;
}
.happy-clients-icon i {
    font-size: 35px;
    display: inline-block;
    background: #ddd;
    padding: 20px 38px;
    z-index: 999;
    text-align: center;
    color: #00B356;
}
.completed-projcets {
    padding-top: 57px;
    padding-bottom: 101px;
}
.happy-clients-box {
    padding: 20px;
    background: #00B356;
}

.happy-clients-icon {
    margin-top: -20px;
    display: inline-block;
    position: relative;
}

.happy-clients-text {
    padding-top: 32px;
}

.happy-clients-text  {
    font-size: 60px;
    margin-bottom: 0;
    color: #fff;
}

.happy-clients-text h4 {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: #f6f6f6;
}

.happy-clients-icon:after {
    position: absolute;
    width: 50%;
    height: 20px;
    border-bottom: 30px solid #00B356;
    border-right: 55px solid transparent;
    content: "";
    left: 0;
    bottom: -1px;
    z-index: 999;
}

.happy-clients-icon:before {
    position: absolute;
    width: 50%;
    height: 28px;
    border-bottom: 30px solid #00B356;
    border-left: 55px solid transparent;
    content: "";
    right: 0;
    bottom: -1px;
    z-index: 9999;
}

.completed-projcets {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 105px 0;
	padding-top: 66px;
}
.completed-projcets.completed-project-bg{
    background: url(../img/partner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.completed-projcets:after {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .8;
    z-index: -1;
    left: 0;
    top: 0;
}

/*==================
Our top investor CSS
===================*/
.top-investor .color-text {
    color: #373737;
    padding-bottom: 0;
}
.section-padding.top-investor {
    padding-bottom: 89px;
    padding-top: 110px;
    background: #F3F3F3;
}
.single-investor-wrapper {
    padding: 30px;
    transition: .5s;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    padding-top: 10px;
}

.investor-profile {
    background: #ddd;
}
.investor-social-links
 a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    padding-top: 12px;
    color: #777;
    transition: .7s;
     transform-style: preserve-3d;
}

.investor-social-links
 a:hover {
    background: #00B356;
    color: #fff;
}
.single-investor-wrapper h4 {
    color: #777;
    padding: 20px 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.happy-clients-text p {
    text-transform: capitalize;
}
.single-investor-wrapper p {
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: #777;
}
.single-investor-wrapper.color-onvestor h4 {
    color: #333;
}
.single-investor-wrapper.color-onvestor{
    background: #ddd;
    color: #333;
}

.top-investor .section-title p {
    color: #777;
    padding-bottom: 53px;
    font-weight: 500;
}
/*==================
Testimonial CSS
===================*/
.section-padding.testimonial-section {
    padding: 111px 0;
    padding-bottom: 96px;
}

.slider-activation.owl-carousel .owl-item img {
    width: 80px;
    height: 80px;
    border: 2px solid #00B356;
}
.testimonial-section{
    position: relative;
    padding-bottom: 106px;
    z-index: 1;
}
.testimonial-section:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: .8;
    z-index: -1;
}
.testimonial-section.testimonial-bg{
    background:url(../img/testi-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.testimonial-carousel {
    padding: 40px;
    position: relative;
    z-index: 1;
}
.slider-activation .owl-dots div {
  height: 10px;
  width: 10px;
  background: #ddd;
  display: inline-block;
  margin: 2px;
  -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
/* behavior: url(./border-radius.htc); For IE, download and customize htc file http://curved-corner.googlecode.com/files/border-radius.htc */ 
}
.slider-activation .owl-dots div.active {
  background: #00B356;
}
.slider-activation .owl-dots {
  text-align: center;
  margin-top: -40px;
  position: absolute;
  left: 44%;
}

.slider-activation{
    position: relative;
}
.slider-activation .owl-nav div.owl-next {
  left: auto;
  right: -20%;
}

.slider-activation:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #00B356;
}

.profile-pic {
    display: inline-block;
    margin: 0 auto;
    margin-left: 44%;
}
.testimonial-bottom i {
    font-size: 20px;
    color: #00B356;
    padding: 5px;
}
.testimoanial-top-text h4 {
    display: block;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 21px;
    
}

.testimoanial-top-text h4 span {
    display: block;
    text-align: center;
    color: #dddddd;
    font-size: 12px;
    text-transform: none;
}


.testimonial-bottom {
    padding: 0 31px;
    text-align: center;
    padding-top: 20px;
}
.testimonial-bottom p{
    font-size: 16px;
    color: #ddd;
    font-weight: 400;
}

/*==================
Deposits And Payouts CSS
===================*/
.section-padding.deposti-section {
    padding: 104px 0;
}
table {
    border: 10px solid #ddd;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-top: none;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
 
}
table th,
table td {
  text-align: center;
}
table td{
    font-size: 14px;
    line-height: 26px;
    padding: 20px 0;
    font-weight: 600;
}
table th {
font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #ddd;
    color: #272727;
    line-height: 26px;
    padding: 20px 0;
}
table tr:hover{
    box-shadow: 
        inset 0px 11px 8px -10px #CCC,
        inset 0px -11px 8px -10px #CCC
}

/*tab css*/
ul.nav.nav-tabs {
    display: inline-block;
    margin-bottom: 30px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #00b356;
    color: #fff;
    font-weight: 600;
}
.nav-tabs>li>a {
    background: #EEEEEE;
    color: #272727;
    font-weight: 600;
    text-transform: uppercase;
}
/*==================
Payment method CSS
===================*/
.payment-method {
    position: relative;
    padding-bottom: 120px;
    z-index: 1;
    padding-top: 111px;
}

.payment-method .section-title h2 {
    padding-bottom: 17px;
    margin-bottom: 0;
    color: #fff;
}
.payment-method.payment-bg{
    background: url(../img/payment-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.payment-method:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: -1;
    opacity: .6;
}

.payment-logo img {
    height: 100px;
    cursor: pointer;
}
.section-title p {
    color: #fff;
}
.payment-logo {
    padding-top: 30px;
    margin-top: -37px;
}

/*==================
Footer Section CSS
===================*/
.footer-bottom{
    background: #444;
    color: #fff;
}
.footer-section {
    background: #fff;
    color: #333;
    padding-top: 104px;
}
.footer-logo {
    padding-bottom: 22px;
}

.footer-text {
    padding-bottom: 37px;
}

.footer-social-link h3 {
    color: #333;
    text-transform: uppercase;
}

.footer-social-link {
    padding-bottom: 94px;
}

.copyright-text {
    font-weight: 300;
    font-size: 14px;
    padding:20px;
    margin-bottom: 0;
}
.social-link i {
    color: #fff;
    display: inline-block;
    padding: 5px;
    background: #595A5B;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 13px;
    border-radius: 50%;
    transition: .5s;
}

.social-link i:hover {
    background: #00B356;
}

.social-link {
    padding-bottom: 24px;
}
.footer-logo img {
    height: 80px;
}

/*==================
Map Section CSS
===================*/
.map iframe{
    width: 100%;
    height: 400px;
    border:0;
}
/*==================
Breadcumb  CSS
===================*/
.breadcrumb-section h1 {
    text-transform: uppercase;
    color: #fff;
    }

.breadcrumb-section {
    color: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 102px;
    padding-top: 114px;
}

.breadcrumb-section:after {
    position: absolute;
    background: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: .3;
    z-index: -1;
}
.breadcrumb-section.contact-bg{
    background: url(../img/contact-us.jpg);
    background-position: center;
    background-size: cover;
}

/*==================
Contact From CSS
===================*/
.contact-form {
    -webkit-box-shadow: 0 0 6px #c5c5c5;
   -moz-box-shadow: 0 0 6px #c5c5c5;
        box-shadow: 0 0 6px #c5c5c5;

filter:progid:DXImageTransform.Microsoft.dropshadow(
    OffX=6px, OffY=0, Color='#c5c5c5', Positive='false'
); /* IE 5.5 */ 
border-collapse: separate; /* Required by IE 9 */
    margin-top: -111px;
    background: #f5f5f5;
    border-radius: 5px;
}
.contact-form h2 {
    color: #00B356;
    text-transform: uppercase;
    padding-top: 52px;
    padding-bottom: 10px;
}
.contact-section {
    padding-bottom: 105px;
}
.contact-info {
    background: #ddd;
    color: #333;
    padding: 49px;
    -webkit-border-bottom-left-radius: 85px;
    border-bottom-left-radius: 85px;
    -moz-border-radius-bottomleft: 85px /* FF 1.0 - 12.0 */;
    margin-right: -35px;
    padding-left: 0;
}

.contact-title h4 {
    color: #333;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: -21px;
}
.contact-details p {
    font-size: 16px;
    display: inline-block;
    padding-right: 20px;
    text-transform: lowercase;
}
.contact-title h4 span {
    display: block;
    font-weight: 300;
    padding-top: 10px;
}

.contact-details {
    text-transform: uppercase;
    font-weight: 300;
}

.contact-details i {
    color: #00B356;
}

/*==================
Get In Touch CSS
===================*/
.get-in-touch.section-padding {
    padding-bottom: 169px;
    background: #f6f6f6;
    padding-top: 169px;
}
.get-in-touch h3 {
    padding-bottom: 85px;
    font-size: 32px;
}

.single-shape-box i {
    font-size: 30px;
    padding-bottom: 10px;
}

.single-shape-box {
    padding: 20px;
    background: #ddd;
    color: #333;
    position: relative;
    transition: .7s;
}

.get-in-touch-text h4 {
    font-size: 30px;
    color: #333;
}

.get-in-touch-text p {
    padding: 0;
    margin: 0;
}
.single-shape-box:before {
    position: absolute;
    left: 0;
    top: -49px;
    width: 100%;
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    border-bottom: 50px solid #ddd;
    content: "";
     transition: .7s;
}
.single-shape-box:after {
    position: absolute;
    left: 0;
    bottom: -49px;
    width: 100%;
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    border-top: 50px solid #ddd;
    content: "";
     transition: .7s;
}
.single-shape-box:hover {
    background: #00B356;
}
.single-shape-box:hover,
.single-shape-box:hover h4 {
    color: #fff;
}
.single-shape-box:hover:after {
    border-top: 50px solid #00B356;
}
.single-shape-box:hover:before {
    border-bottom: 50px solid #00B356;
}
.contact-form .email {
    margin-left: 40px;
}
p.captcha-code {
    font-size: 32px;
    padding-bottom: 30px;
    color:#00B356;
    padding-top: 12px;
    margin-bottom: 40px;
    font-family: sans-serif;
}

input.captcha {
    width: 100%;
    margin-top: 10px;
}

input[type="submit"] {
    background: #00B356;
    border: none;
    padding: 16px;
    color: #fff;
    margin-top: 10px;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 18px;
}
.contact-icon {
    display: inline-block;
    font-size: 40px;
    color: #00B356;
    width: 70px;
    position: relative;
}

.contact-icon:after {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #fff;
    content: "";
    -webkit-border-top-right-radius: 115px;
   -moz-border-top-right-radius: 115px;
    -ms-border-top-right-radius: 115px;
     -o-border-top-right-radius: 115px;
        border-top-right-radius: 115px;

    -webkit-border-top-left-radius: 115px;
   -moz-border-top-left-radius: 115px;
    -ms-border-top-left-radius: 115px;
     -o-border-top-left-radius: 115px;
        border-top-left-radius: 115px;
}

/*==================
About Us CSS
===================*/
.single-team-member:hover .member-name h4 {
    color: #00B356;
}

.single-team-member img {
    position: relative;
}

.member-hover {
    position: absolute;
    left: 20%;
    bottom: 200px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

    .member-hover a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ddd;
    text-align: center;
    line-height: 1.5;
    padding-top: 10px;
    border-radius: 50%;
    color: #333;
    transition: .5s;
}
.member-name {
    background: #ddd;
}

.member-name h4 {
    color: #333;
}
.member .section-title
 p {
    padding-bottom: 53px;
}
.single-team-member:hover .member-name {
    background: #00B356;
}

.single-team-member:hover .member-name h4 {
    color: #fff;
}

.member-hover a:hover {
    background: #00B356;
    color: #fff;
}

.single-team-member:hover .member-hover {
    visibility: visible;
    opacity: 1;
    bottom: 110px;
}

.member-name h4 {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.single-team-member{
    border:1px solid #ddd;
}
.single-team-member:hover{
    border:1px solid #00B356;
}
.member-name h4 span {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.img-shadow{
    -webkit-box-shadow: 0px 0px 3px #ccc;
   -moz-box-shadow: 0px 0px 3px #ccc;
        box-shadow: 0px 0px 3px #ccc;

filter:progid:DXImageTransform.Microsoft.dropshadow(
    OffX=0px, OffY=0px, Color='#ccc', Positive='false'
); /* IE 5.5 */ 
border-collapse: separate; /* Required by IE 9 */
    height: 260px;
    width: 100%;
}
.member .section-title
 h2, .member {
    margin-bottom: 0;
    padding-bottom: 16px;
    color: #333;
}

.section-title
 p {
    color: #333;
    padding-bottom: 44px;
    margin-bottom: 0;
}
.payment-method .section-title p {
    color: #fff;
}
/*==================
Services CSS
===================*/
.service-us-page .service-wrapper {
    color: #fff;
    -webkit-box-shadow: 0 0 3px #ccc;
   -moz-box-shadow: 0 0 3px #ccc;
        box-shadow: 0 0 3px #ccc;
filter:progid:DXImageTransform.Microsoft.dropshadow(
    OffX=3px, OffY=0, Color='#ccc', Positive='false'
); /* IE 5.5 */ 
border-collapse: separate; /* Required by IE 9 */
}
.section-padding.service-us-page.sv-page {
    padding-top: 105px;
}
.service-us-page .service-wrapper:hover {
    color: #fff;
}
.our-plan.service-page{
    background: #fff;
    padding-top: 110px;
    padding-bottom: 113px;
}
.section-padding.service-us-page {
    padding-top: 84px;
    padding-bottom: 76px;
}
/*==================
Faq Page Css
===================*/
section.section-padding.about-us-page.faq-page {
    background: #f6f6f6;
    padding: 103px 0;
    padding-bottom: 87px;
}
.section-padding.faq-page {
    background: #fff;
    padding-top: 120px;
    padding-bottom: 98px;
}

.panel-default>.panel-heading {
  color: #fff;
  background-color: #00B356;
  border-color: #00B356;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default>.panel-heading a:focus {
    text-decoration: none;
}
.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #00B356;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

/*==================
Login Form Css
===================*/

.main{
    margin-top: 70px;
}

h1.title { 
    font-size: 50px;
    font-family: 'Passion One', cursive; 
    font-weight: 400; 
}

hr{
    width: 10%;
    color: #fff;
}

.form-group{
    margin-bottom: 15px;
}

label{
    margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
    background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

.main-center{
    margin: 0 auto;
    padding: 40px 40px;
    border-top: 1px solid #ddd;
    padding-top: 13px;
}
.login-section {
    padding-bottom: 118px;
    padding-top: 120px;
}
.login-button{
    margin-top: 5px;
}

.login-register{
    font-size: 11px;
    text-align: center;
}
.main-login.main-center img {
    padding: 20px;
    margin-bottom: 0px;
    margin-left: -18px;
}
.main-login.main-center input[type="text"],
.main-login.main-center input[type="password"]{
    border:1px solid #ddd;
    margin: 0;
    padding: 0px 10px;
}
/*==================
Registration Form Css
===================*/

.register-form input[type=text] {
    width: 263px;
    margin-left: 73px;
}

.register-form input[type=email] {
    margin-left: 112px;
    width: 261px;
}

.register-form #register_password {
    width: 262px;
    margin-left: 80px;
}

.register-form #first_name {
    margin-left: 71px;
}
.register-form input[type=submit] {
    width: 264px;
    margin-left: 40%;
}
/*==================
    call to action
====================*/
.call-to-action {
    background: #F3F3F3;
}

section.call-to-action
h2 {
    margin: 82px 0;
    font-size: 65px;
    text-align: center;
    line-height: 75px;
    margin-bottom: 74px;
    color: #373737;
}
/*===========
Swhitcher Css
============*/
.Switcher:after {
   position: absolute;
    width: 60px;
    height: 56px;
    background: #ddd;
    left: -50px;
    top: 0;
    content: "";
    -moz-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -o-border-radius: 5px; 
    border-radius: 5px;
}

.Switcher i {
    position: absolute;
    left: -40px;
    z-index: 2;
    font-size: 35px;
    display: block;
    cursor: pointer;
    color: #999;
    top: 11px;
}
.Switcher.active{
    right: 0px;
}
.Switcher {
    position: fixed;
    right: -173px;
    top: 150px;
    width: 173px;
    height: 161px;
    background: #ddd;
    z-index: 9;
    -moz-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}
.Switcher h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}
.Switcher ul {
    padding: 0;
    margin: 0;
}
.Switcher li {
    display: inline-block;
    list-style: none;
    padding: 0px 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 5px;
}

.theme-1 {
    background: #008EE7;
    color:#008EE7;
}
.theme-2 {
    background: #F95C32;
    color:#F95C32;
}
.theme-3 {
    background: #ff7b38;
    color:#ff7b38;
}
.theme-4 {
    background: #00B356;
    color:#00B356;
}
.theme-5 {
    background: #FF2559;
    color:#FF2559;
}
.theme-6 {
    background: #9141A9;
    color:#9141A9;
}
.theme-7 {
    background: #FF5455;
    color:#FF5455;
}
.theme-8 {
    background: #FF962B;
    color:#FF962B;
}
.theme-9 {
    background: #00A088;
    color:#00A088;
}
.theme-10 {
    background: #FF407F;
    color:#FF407F;
}
.theme-11 {
    background: #00BCD3;
    color:#00BCD3;
}
.theme-12 {
    background: #0C246C;
    color:#0C246C;
}
.theme-13 {
    background: #C11B55;
    color:#C11B55;
}
.theme-14 {
    background: #86C359;
    color:#86C359;
}

.r-class p {
    background: #ddd;
    padding: 10px 20px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px; 
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.r-class.active p,
.r-class p:hover {
    background: #333;
    color: #fff;
}


    