/*=============
WEBSITE CSS 
==============*/


/*-- Google Font --*/
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}

@font-face {
    font-family: Brastika;
    font-style: normal;
    font-weight: 700;
    src: local('Brastika Bold'), local('Brastika Bold'), url(../fonts/Brastika Bold.otf) format('truetype');
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



@media (min-width: 1240px) {
    .container {
        width: 1240px;
    }
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 1.5rem;
    font-weight: 600;
    color: #373737;
}


p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

small {
    font-size: 12px;
    font-weight: 500;
}


img {
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: 0 solid
}

a:focus {
    color: #ffffff;
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: 0 !important;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

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

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}



.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-top-0 {
    padding-top: 0px;
}

.section-padding.padding-bottom-0 {
    padding-bottom: 0px;
}


.section-padding {
    padding: 60px 0px 60px;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.section-title span {
    color: #009944;
}

.section-title .divider {
    position: relative;
    display: inline-block;
    background: #f10606;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.section-title .divider:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 20px;
    background: #009944;
    width: 40px;
    height: 1px;
}

.section-title .divider:after {
    position: absolute;
    content: '';
    top: 5px;
    right: 20px;
    background: #009944;
    width: 40px;
    height: 1px;
}


.bg-gray {
    background-color: #f3f3f3;
}

.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;
}


.section-padding.padding-top-0 {
    padding-top: 0;
}

.section-title .color-text {
    color: #00B356;
}


.alert {
    padding: 10px;
    position: absolute;
    top: 0;
    font-weight: 400;
    right: 0px;
    font-size: 14px;
    z-index: 999;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    border: 1px solid transparent;
    border-radius: 2px;
}

/*.alert-success-login {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        position: absolute;
        top: unset !important;
        right: unset;
        width: 350px;
        margin-left: 5px;
    }
    */
/*
    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: #0e4b81;
    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;
    transition: .5s;
}

.scroll-to-top i:hover {
    background: #ddd;
    color: #333;
}

.slicknav_menu {
    display: none;
    background: #fff;
}

.about-community .section-title p {
    color: #fff;
    padding-bottom: 38px;
}

button.submit-btn {
    background: #00B356;
    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);
    }
}


/* sachin */

/* sachin */

.shekharsharma {
    border-radius: 8px;
    transition: .3s;
}

.video-bg {
    background-image: url(../images/video-bg.jpg);
}

.sigma_video-btn:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #fff;
    -webkit-animation-name: pulseInOut;
    animation-name: pulseInOut;
    /* opacity: 0; */
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.sigma_about.style-4 .sigma_video-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    background-color: #ff5300;
    color: #fff;
}

.pulse {
    top: 35%;
    transform: translate(-505, -50%);
    width: 75px;
    height: 75px;
}

.orange-bg {
    background: #fe6a00;
}



.sigma_video-btn {
    width: 90px;
    height: 90px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .3s;
}


.sigma_video-btn:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #fff;
    -webkit-animation-name: pulseInOut;
    /* opacity: 0; */
    border-radius: 50%;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*==================
    Top Bar Area CSS
    ===================*/
.top-bar {
    background: #F3F3F3;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.top-bar .top-info p {
    font-weight: 500;
    display: inline-block;
    padding-left: 20px;
    line-height: 1.5;
    color: #000;
    font-size: 13px;
    margin-bottom: 0;
}


.top-bar .top-info i {
    color: #333;
}

.top-bar .top-info p:last-child {
    padding-right: 20px;
}

.top-bar .top-info .right p:last-child {
    padding-right: 0px;
}

.top-bar .top-info p:hover a {
    color: #ec1010;
}

.top-bar .top-info p:hover i {
    color: #ec1010;
}


/*==================
    Main Menu CSS
    ===================*/
.logo {
    max-width: 100%;
}

.main-menu {
    background: #fff;
    /* background: #e3e3e3;*/
    /* padding-top: 5px;*/
    padding-bottom: 5px;

}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    position: relative;
    display: inline-block;
    /* padding: 18px 15px;
    padding: 18px 9px;*/
    padding: 52px 9px;

}

.main-menu li a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    font-family: 'Poppins';
    -webkit-transition: all .5s;
    transition: all .5s;
}

.main-menu li a:hover {
    color: #f03233;
}


/*.slicknav_parent.slicknav_collapsed:hover a  {
      background: #2C4065;
    }
    
    .slicknav_parent.slicknav_open:hover a {
      background: transparent;
    }
    */

.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;
    border-collapse: separate;
    /* Required by IE 9 */
}

/*.slicknav_nav a {
        text-transform: uppercase;
    }
    */

.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: 10px;
    top: -3px;
    display: none;
}

.mobile-logo img {
    width: 150px;
    padding-top: 5px;
}



/*==================
    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%;
}


.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%;
    transition: .5s;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

.head-slider .owl-nav div.owl-next {
    left: auto;
    right: 2%;
}

.header-bg-2 {
    /* background: url('../images/slider-2.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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 110px);
    background-repeat: no-repeat;
    background-position: center center;
}

.header-bg {
    /* background: url('../images/slider-1.jpg'); */
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

.header-section {
    height: calc(100vh - 110px);
    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: 40px;
    color: #fff;
    text-transform: uppercase;
    line-height: 65px;
    /*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 .5rem 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 1px 10px rgba(0, 0, 0, .2),
        0 20px 20px rgba(0, 0, 0, .15);*/
}

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

.header-section p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-weight: 100;
}

.header-section a {
    margin-top: 20px;
}


/*==================
    About Community CSS
    ===================*/
.about-us-page {
    padding: 60px 6px;
}


.about-btn {
    display: inline-block;
    padding: 5px 15px;
    background: #0e4b81;
    border-radius: 3px;
    color: #fff;
    transition: .7s;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.about-btn:hover {
    background: #f70302;
    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;
}

.about-us-content {
    margin-top: -3px;
}

.about-community-text {
    font-size: 16px;
    line-height: 1.7;
}

.about-community {
    padding-bottom: 90px;
}


/*ABOUT US CSS AREA*/
.about-us-content h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
}

.about-us-content p {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 5px;
}



/*==================
    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: 15px 0;
    color: #999999;
    margin-bottom: 0;
}

.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;
}

@media screen and (min-width: 600px) {
    .what-we-do-wrapper {
        flex-direction: row;
    }
}


/*==================
    products Section CSS
    ===================*/
.products-section {
    background: #f3f3f3;
    color: #777;
    padding-top: 83px;
}

.section-padding.products-section {
    padding-top: 11px;
    padding-bottom: 90px;
}

.products-wrapper {
    padding: 30px;
    transition: .5s;
    margin-bottom: 30px;
    background: #fff;
    padding-bottom: 35px;
}

.products-icon {
    font-size: 40px;
    display: inline-block;
    padding: 10px;
}

.products-section .section-title p {
    color: #777;
    padding-bottom: 53px;
    font-weight: 300;
}

.products-title {
    text-transform: uppercase;
}

.products-wrapper:hover {
    transform: translateY(3%)translateX(-3%);
    z-index: 999;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}
}

.products-section .section-title h2 {
    padding-bottom: 17px;
    color: #999;
    margin-bottom: 0;
}

.products-title h4 {
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.products-section .section-title h2 {
    color: #373737;
}

.products-wrapper:hover {
    background: #00b256;
    color: #fff;
}

.products-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 {
    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(../images/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
    ===================*/
.our-products {}

.single-products-wrapper {
    transition: .5s;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    border: 1px dashed #eee;
}

.single-products-wrapper h4 {
    color: #000;
    padding: 10px 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
}


/*==================
    Testimonial CSS
    ===================*/

.slider-activation.owl-carousel .owl-item img {
    width: 80px;
    height: 80px;
    border: 2px solid #00B356;
}

.testimonial-section {
    position: relative;
    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(../images/testi-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.testimonial-carousel {
    padding: 30px;
    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%;
}


.slider-activation .owl-dots div.active {
    background: #00B356;
}

.slider-activation .owl-dots {
    text-align: center;
    position: absolute;
    left: 50%;
}

.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: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
}

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


.testimonial-bottom {
    padding: 0 20px;
    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(../images/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: #000;
    color: #fff;
}

.footer-section {
    background: #464646;
        color: #ffffff;
}

.footer-logo {
    padding-bottom: 20px;
}

.footer-text {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
}

.footer-social-link h3 {
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}

.copyright-text {
    font-weight: 300;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 0;
}

.social-link i {
    color: #fff;
    display: inline-block;
    padding: 5px;
    margin: 0px 0px 0px 10px;
    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: 40px;
}

.footer-logo img {
    height: 80px;
}


/*==================
    Breadcumb  CSS
    ===================*/

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

.breadcrumb-section:after {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: .3;
    z-index: -1;
}

.breadcrumb-section.contact-bg {
    background: url(../images/contact-us.jpg);
    background-position: center;
    background-size: cover;
}

.breadcrumb-section h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 40px;
}

.breadcrumb-section ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.breadcrumb-section ul li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-family: 'Poppins';
}

.breadcrumb-section ul li::before {
    content: "/";
    position: absolute;
    top: 0px;
    right: -5px;
    border-radius: 50%;
}

.breadcrumb-section ul li a {
    color: #fff;
    transition: all 0.5s;
}

.breadcrumb-section ul li:last-child::before {
    display: none;
}

.breadcrumb-section ul li a:hover {
    color: #009944;
}


/*==================
    Contact From CSS
    ===================*/
.contact-form {}

.contact-form h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
}

.contact-section {
    padding-bottom: 105px;
}


/*.contact-info {
        background: #ddd;
        color: #333;
        padding: 49px;
        -webkit-border-bottom-left-radius: 85px;
        border-bottom-left-radius: 85px;
        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-form p {
    letter-spacing: 0.5px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}


.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;
}


.form-control {
    border-radius: 3px;
    font-size: 13px;
    padding: 6px 10px;
    width: 100%;
    line-height: 26px;
    font-family: 'Poppins';
    height: 40px;
    box-shadow: unset;
}

.form-control:focus {
    border-color: #009944;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

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

label {
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.5px;
}

/*==================
    Get In Touch CSS
    ===================*/
/*.get-in-touch.section-padding {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    
    .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;
    }
    
    */

/*==================
    Member CSS
    ===================*/
.single-team-member {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border: 1px solid #ddd;
}

.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: 40px;
    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: 18px;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    margin-bottom: 0;
}

.single-team-member:hover {
    border: 1px solid #00B356;
}

.member-name h4 span {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}


.section-title p {
    color: #333;
    padding-bottom: 44px;
    margin-bottom: 0;
}

.payment-method .section-title p {
    color: #fff;
}

/*==================
    productss CSS
    ===================*/
.products-us-page .products-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.products-us-page.sv-page {
    padding-top: 105px;
}

.products-us-page .products-wrapper:hover {
    color: #fff;
}

.our-plan.products-page {
    background: #fff;
    padding-top: 110px;
    padding-bottom: 113px;
}

.section-padding.products-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;
}



.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: auto;
    border-radius: 5px;
    border: 1px solid rgba(127, 136, 151, 0.2);
    -webkit-box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
    padding: 10px 20px 20px;
    position: relative;
}

.main-login.main-center img {
    text-align: center;
    margin-bottom: 30px;
}

.input-group-addon {
    padding: 6px 14px;
}

/*==================
    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;
}