* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "poppins";
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
a {
    text-decoration: none !important;
}
p {
    color: #787878;
    font-size: 16px;
}
.color_primary {
    color: #00b289;
}
.color_primary {
    color: #67a1ff;
}
.color_primary {
    color: #0d0805;
}
.color_primary {
    color: #e9f1f4;
}
.bg_primary {
    background-color: #00b289;
}
.bg_secondary {
    background-color: #67a1ff;
}
.bg_dark {
    background-color: #0d0805;
}
.bg_light {
    background-color: #e9f1f4;
}

.bg_voilet {
    background-color: #8761fb;
}
.color_voilet {
    color: #8761fb;
}
.bg_blue {
    background-color: #0069f9;
}
.color_blue {
    color: #0069f9;
}
.bg_green {
    background-color: #00cf81;
}
.color_green {
    color: #00cf81;
}
.bg_yellow {
    background-color: #ffae00;
}
.color_yellow {
    color: #ffae00;
}

.svg_white path {
    fill: #fff !important;
}
.svg_primary path {
    fill: #00b289 !important;
}
.svg_green path {
    fill: #00cf81 !important;
}
.svg_yellow path {
    fill: #ffae00 !important;
}

.svg50 {
    width: 50px !important;
    height: 50px !important;
}
.svg60 {
    width: 60px !important;
    height: 60px !important;
}
.svg70 {
    width: 70px !important;
    height: 70px !important;
}
.svg80 {
    width: 80px !important;
    height: 80px !important;
}
.svg90 {
    width: 90px !important;
    height: 90px !important;
}
.svg100 {
    width: 100px !important;
    height: 100px !important;
}
.svg150 {
    width: 150px !important;
    height: 150px !important;
}
.svg200 {
    width: 200px !important;
    height: 200px !important;
}

.btn-primary {
    border-radius: 30px;
    padding: 7px 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-secondary {
    border-radius: 2px;
    padding: 10px 50px;
    font-weight: 600;
    text-transform: uppercase;
}
.main_heading h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #727b99;
}
.main_heading h1 {
    font-weight: 700;
}
.main_section {
    padding: 80px 0;
}
.investor_corner .investor_box .icon {
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}
.dark {
    color: #24285b;
}
.primary {
    color: #9d9d9d;
}
.secondary {
    color: #24285b;
}
.dark_bg {
    background-color: #212121;
}
.primary_bg {
    background-color: #9d9d9d;
}
.secondary_bg {
    background-color: #24285b;
}
.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6 {
    color: #fff !important;
}
.dark_bg p,
.dark_bg a,
.dark_bg li,
.dark_bg span {
    color: #fff !important;
}
.light_box {
    background-color: #e9f1f4;
    padding: 20px;
    border-radius: 8px;
}
.navbar-light .navbar-nav .nav-link {
    border: none;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #00b289;
    border-bottom: 2px solid #00b289;
}
.navbar.navbar-expand-lg {
    position: absolute;
    top: 10;
    left: 0;
    width: 100%;
    background-color: #fff0 !important;
    display: block;
}
.main_banner {
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: 720px;
}
.inner_banner {
    background-image: url(../images/shape4.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 350px;
    padding: 100px 0 0 0;
}
.inner_banner .banner_title {
    padding: 110px 0 50px 0;
    font-size: 36px;
    font-weight: 600;
}

.main_banner .banner_content {
    padding-top: 15rem;
    width: 55%;
}
.main_banner .banner_content h1 {
    font-weight: 700;
    color: #000;
    font-size: 3rem;
}
.main_banner .banner_content h1 span {
    font-weight: 300;
    font-size: 3rem;
    display: block;
}
.main_banner .banner_content h2 {
    color: #000;
    font-weight: 300;
    line-height: 32px;
    font-size: 1.5rem;
    display: block;
}
.main_banner .banner_content h5 {
    color: #000;
}
.main_banner .banner_content p {
    color: #000;
}
.investor_corner {
    position: relative;
    /*background: #f1f1f1;*/
}
.investor_corner::after {
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/shape2.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: top;*/
    /*background-size:cover;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0px;*/
    /*left: 0px;*/
}
.investor_corner .item {
    margin: 15px 10px;
}
.investor_box {
    display: block;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    /*background-color: rgb(255, 255, 255);*/
    /*box-shadow: 0px 29px 49px 0px rgba(0, 0, 0, 0.15);*/
    margin-bottom: 35px;
    background-color: rgb(255, 174, 0);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.35);
}
.investor_box h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 5px 0;
    text-align: center;
}
.investor_box p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
#services .owl-nav {
    position: absolute;
    top: 41%;
    width: 100%;
}
#services .owl-nav .owl-prev {
    float: left;
    text-align: left;
    left: -51px;
    position: absolute;
}
#services .owl-nav .owl-next {
    float: right;
    text-align: right;
    right: -51px;
    position: absolute;
}
#services .owl-nav .nav-button {
    color: #00b289;
    font-size: 47px;
    background: #fff;
    padding: 0px 29px;
    border-radius: 50%;
    height: 65px;
    text-align: center;
    vertical-align: middle;
    display: table;
    top: -8px;
    position: absolute;
}
.investor_box:hover {
    /*background-color: #e31b36;*/
    text-decoration: none;
    /*box-shadow: 0 0 15px 2px rgba(229,72,44,0.2);*/
}
.investor_box img.icon1 {
    /*height: 70px;*/
    /*width: 80px !important;*/
    /*margin: 0 auto;*/
    /*margin-right: 18px;*/
    /*background: #fff;*/
    /*padding: 20px;*/
    /*border-radius: 61px;*/
}

.why_chooseus {
    position: relative;
}
.why_chooseus::after {
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/shape3.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: top;*/
    /*background-size: cover;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: -20px;*/
    /*left: 0px;*/
}
.why_chooseus::before {
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/line_shape.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: top;*/
    /*background-size: contain;*/
    /*width: 78%;*/
    /*height: 70%;*/
    /*top: 37%;*/
    /*left: 11%;*/
    /*opacity: 0.7;*/
}
.why_chooseus .main_heading {
    /*margin-bottom: 50px;*/
}
.why_chooseus .app_img {
    position: relative;
}
.why_chooseus .app_img::after {
    content: "";
    position: absolute;
    border: 14px solid #00b289;
    border-radius: 5px;
    top: 3%;
    left: 3%;
    width: 94%;
    height: 94%;
    z-index: -1;
}
.hexa_box {
    display: block;
    width: 220px;
    height: 220px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.hexa_box.hexa_box1 {
    margin-right: 0;
}
.hexa_box.hexa_box2 {
    margin-right: 10px;
}
.hexa_box.hexa_box4 {
    margin-left: 0;
}
/*.hexa_box::before {
    content: "";
    position: absolute;
    border: 85px solid transparent;
    border-top: none;
    border-bottom: 40px solid #fff;
    top: -40px;
    left: 0;
    transition: all 0.2s ease-in-out;
}
.hexa_box::after {
    content: "";
    position: absolute;
    border: 85px solid transparent;
    border-bottom: none;
    border-top: 40px solid #fff;
    bottom: -40px;
    left: 0;
    transition: all 0.2s ease-in-out;
}*/
.hexa_box::before {
    content: "";
    position: absolute;
    background-image: url(../images/hexa_shape1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hexa_box::after {
    content: "";
    position: absolute;
    background-image: url(../images/hexa_shape2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hexa_box .icon {
    position: relative;
    z-index: 999;
    padding-top: 52px;
}
.hexa_box .icon img {
    width: 65px;
}
.hexa_box h5 {
    position: relative;
    z-index: 999;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    padding-top: 5px;
}

.service_box {
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    overflow: hidden;
}
.service_box .service_content {
    padding: 15px;
}
.service_box .service_content h3 {
    font-weight: 600;
    color: #353535;
}
.service_box .service_content a {
    color: #00b289;
}
.service_box:hover {
    transition: all 0.3s ease-in-out;
}
.service_box .images img {
    width: 100%;
}
.main_section .col-md-3 {
    padding: 0 10px;
}
.service_box .icon {
    /*background-color: #00b289;*/
    /*display: inline-block;*/
    /*width: 60px;*/
    /*height: 60px;*/
    border-radius: 26%;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
}
.service_box .icon img {
    /*width: 30px;*/
}
.service_box:hover .icon {
    /*background-color: #e31b36;*/
}
.service_box .icon img:nth-child(2) {
    display: none;
}
.service_box:hover .icon img:nth-child(1) {
    /*display: none;*/
}
.service_box:hover .icon img:nth-child(2) {
    display: block;
}
.service_box h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    /*height: 48px;*/
}
.service_box:hover h5 {
    /*color: #fff;*/
    /*margin-top: -8px;*/
}
.service_box:hover h5,
.service_box:hover p,
.service_box:hover a {
    /*color: #fff;*/
    text-decoration: none;
}

.testimonial_card {
    /*background-color: #fff;*/
    /*border-radius: 15px;*/
    /*box-shadow: 0 0 12px 2px rgba(0,0,0,0.1);*/
    /*padding: 40px 40px 80px 40px;*/
    position: relative;
}
.testimonial_card::after {
    content: "";
    /*background-color: #9d9d9d;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    border-radius: 15px 15px 0 0;
}
.testimonials {
    background: #fff;
    /*padding: 40px 20px;*/
    /*border-radius: 20px;*/
}

.testimonials p {
    color: #000;
    font-size: 17px;
}
.testimonials .images {
    /*width: 120px;*/
    /*margin: 0 auto;*/
    /*border: 3px solid #9d9d9d;*/
    /*border-radius: 100%;*/
    /*overflow: hidden;*/
    /*margin-top: 30px;*/
    position: relative;
}
.testimonials h3 {
    font-size: 18px;
    position: absolute;
    background: #0000006b;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 14px;
}

.testimonials .client_info {
    margin-top: 20px;
}
.testimonials .client_info h4 {
    font-weight: 600;
    margin: 0;
}
.testimonials .client_info h5 {
    font-weight: 500;
}

#testimonialCar .owl-nav {
    position: relative;
    margin-top: -80px;
}
#testimonialCar .owl-nav button {
    background-color: #9d9d9d !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
#testimonialCar .owl-nav button span {
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    line-height: 38px;
}
#testimonialCar .owl-nav .owl-prev {
    position: absolute;
    left: 20%;
}
#testimonialCar .owl-nav .owl-next {
    position: absolute;
    right: 20%;
}

.footer_top {
    padding-bottom: 30px;
}
.footer_top .navbar-brand {
    display: block;
}
.footer_main {
    padding: 12rem 0 0 0;
    margin-top: 8rem;
}
.foot_widget .foot_title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.foot_widget ul {
    list-style-type: none;
    padding-left: 10px;
}
.foot_widget ul li a {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    transition: all 0.3s ease-in-out;
}
.foot_widget ul li a:hover {
    color: #00b289 !important;
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
}
.foot_widget a {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease-in-out;
    align-items: baseline;
}
.foot_widget a:hover {
    color: #00b289 !important;
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
}
.foot_widget p {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease-in-out;
    align-items: baseline;
}
.footer_bottom {
    /*text-align: center;*/
    /*border-top: 1px solid #f96247;*/
    /*background: #121212;*/
    padding: 20px 1.25rem;
    /*border-top: 1px solid #cccccc24;*/
    background: #000;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #a2a1a1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #00b289;
}

#captcha_code {
    width: 80px !important;
    height: 42px !important;
    border-radius: 5px;
}
.btnRefresh {
    padding: 3px 8px;
    height: 42px;
}
.btnRefresh {
    height: 42px;
    border-radius: 5px;
    background-color: #24285b;
    color: #fff;
}
#captcha {
    width: calc(100% - 173px);
    height: 46px;
    border-radius: 5px;
    border: 1px solid #d1d2d3;
    box-shadow: none;
    color: #161c2d !important;
}

.getintouch_section .main_heading h1 {
    margin-bottom: 5px;
    font-size: 42px;
}
.getintouch_section .main_heading h2 {
    font-size: 32px;
    font-weight: 700;
}

.newsletter {
    margin-bottom: 50px;
    text-align: center;
    margin-top: -20rem;
    background: #00b289;
    padding: 30px;
    border-radius: 20px;
    background: #67a1ff;
}
.newsletter h1 {
    font-weight: 700;
    font-size: 40px;
}
.newsletter_form .form-group {
    position: relative;
    width: 60%;
    margin: 20px auto;
}
.newsletter_form .form-group .form-control {
    border-radius: 6px;
    height: 55px;
    width: calc(100% - 160px);
    display: inline-block;
}
.newsletter_form .form-group .btn-primary {
    right: 6px;
    top: 6px;
    background-color: #67a1ff;
    background-color: #00b289;
    border-radius: 6px;
    height: 55px;
    display: inline-block;
    width: 150px;
    margin-left: 5px;
}

.sip_section {
    padding: 40px 0;
}

.sip_section .ui-slider.ui-slider-horizontal {
    border: 1px solid #9d9d9d;
    border-radius: 30px;
    height: 10px;
}
.sip_section .ui-slider-handle {
    background: #9d9d9d !important;
    border-radius: 100%;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #9d9d9d !important;
    outline: none !important;
}
.sip_section .ui-slider-range {
    background-color: #9d9d9d;
    border: 1px solid #9d9d9d2 !important;
    height: 12px !important;
    margin-top: -1px;
    border-radius: 30px 0 0 20px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 28px 6px;
}

.icon1-hover {
    display: none;
}
.investor_box:hover .icon1 {
    /*display: none;*/
}
.investor_box:hover .icon1-hover {
    display: none;
}
.aboutus_section {
    position: relative;
}
.aboutus_section::after {
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/aboutus_section.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: top;*/
    /*background-size: cover;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/aboutus_section.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left;*/
    /*background-size: contain;*/
    /*width: 100%;*/
    /*height: 1040px;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*transform: rotate(0deg);*/
}
.why_chooseus ul {
    padding-left: 0px;
}
.why_chooseus ul li {
    list-style-type: none;
    float: left;
    width: 100%;
    /*    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);*/
    padding: 5px 10px 5px;
    transition: all 0.3s ease-in-out;
}
.why_chooseus ul li:hover {
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
}
.why_chooseus img {
    transition: all 0.3s ease-in-out;
}

.why_chooseus ul li img {
    /*float: left;*/
}
.why_chooseus ul li p span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.why_chooseus ul li p {
    width: calc(100% - 98px);
    float: right;
}
.why_chooseus ul li .why_chooseus_icon {
    float: left;
    width: 70px;
    text-align: center;
}
.service_section {
    position: relative;
    background: #fff;
    padding: 110px 0 130px 0;
}

.service_section .service_box .icon {
    background-color: #fff;
    margin: 0;
}

.service_section .main_heading h5 {
    color: #e31b36;
}
.testimonial_section {
    /*background-image: url(../images/testimonial-bg.png);*/
    background-repeat: no-repeat;
    background-position: initial;
    background-size: initial;
}
.testimonial_section .main_heading {
    /*padding-top: 4rem;*/
    margin-bottom: 4rem;
}

.testimonial_section .main_heading h2,
.testimonial_section .main_heading p {
    color: #fff;
}
.form-group .form-control {
    border: 1px solid #cacacacc;
    padding: 10px;
}

.social-footer {
    padding: 0px;
}
.social-footer a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    color: #fff !important;
    text-align: center;
    border-radius: 100%;
}
.social-footer a:hover {
    border: 1px solid #00b289;
    padding: 0 !important;
}
.social-footer a i {
    color: #fff !important;
    margin: 0 !important;
    line-height: 28px;
}
.social-footer a:hover i {
    color: #00b289 !important;
}
.footer_bottom p {
    margin: 0;
}
.nav-top {
    /*background: #00b289;*/
    /*padding: 6px 0px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    background-color: #fff;
}
.nav-top .col-md-6 {
    /*background-color: #00b289;*/
}
.nav-top ul {
    padding-left: 0px;
    margin: 0;
}
.nav-top ul li {
    display: inline-block;
    margin-right: 5px;
    color: #0b0b0b;
    padding: 4px 0px;
}
.social {
    float: right;
}
.foot_widget a i,
.foot_widget p i {
    color: #00b289;
    margin-right: 8px;
}
.footer_bottom ul {
    margin: 0px;
}
.footer_bottom ul li {
    display: inline-block;
    margin-left: 18px;
    text-align: right;
}
.investor_box .icon {
    /*display: flex;*/
}
.testimonial_section .main_heading h5,
.sip_section .main_heading h5 {
    color: #00b289;
}
.why_chooseus {
    background-image: url(../images/anytime-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 6rem 0px 12rem 0;
}
.why_chooseus h1,
.why_chooseus p {
    color: #fff;
}
.aboutus_section .main_heading h1 {
    font-size: 1.9rem;
}
.service_section .owl-carousel .owl-item img {
    /*width: 52px;*/
    margin-bottom: 10px;
}
.service_section .testimonials p.view {
    color: #4941a2;
}
.testimonials a {
    text-decoration: none;
}
.service_section .main_heading h1,
.service_section .main_heading p {
    /*color: #fff;*/
}
.investor_box_mt {
    margin-top: 7rem;
}
.investor_corner ul {
}
.investor_corner ul {
    list-style-type: none;
    padding-left: 0px;
}
.investor_corner ul li {
    color: #787878;
}
#investorCar .investor_box p {
    text-align: center;
    z-index: 9;
    position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
    .service_section .main_heading {
        margin-left: 0px !important;
        margin-top: 6rem;
    }
    .main_banner .banner_content {
        width: 100%;
    }
    .investor_box_mt {
        margin-top: 0rem;
    }
    .main_banner {
        min-height: auto;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-size: 15px;
        font-weight: 600;
    }
    .navbar-collapse .navbar-nav .nav-item {
        padding: 0.5rem;
    }
    .navbar.navbar-expand-lg {
        top: 65px;
    }
    .main_banner .banner_content {
        padding-top: 9rem;
    }
    .nav-top {
        z-index: 9999999;
        text-align: center;
    }
    .social {
        float: none;
    }
    .main_section {
        padding: 40px 0;
    }
}
#frame1 {
    /*margin-top: -162px;*/
    /*display: block;*/
    /*padding: 17px;*/
    /*text-align: center;*/
    /*border-radius: 10px;*/
    /*background-color: rgb(255, 255, 255);*/
    /*box-shadow: 0px 29px 49px 0px rgba(0, 0, 0, 0.15);*/
    /*margin-bottom: 35px;*/
    /*margin-bottom: 120px;*/
}
.nav-top ul li img {
    padding-right: 3px;
}
.nav-top ul.social li img {
    padding: 0;
}
.investor_box .more {
    color:;
}

.footer_section {
    background: #00b289;
    padding: 40px 0px;
}

.footer_section img,
.customers_box img {
    float: left;
    padding-right: 21px;
    margin-bottom: 21px;
}
.footer_section h3,
.footer_section p,
.customers_box h3,
.customers_box p {
    color: #fff;
}
.customers_section .main_heading h1 {
    color: #00b289;
    padding: 0px 8rem 1rem;
}
.customers_box {
    margin-top: 43px;
}
#banner .owl-prev {
    position: absolute;
    top: 64%;
    margin-left: -26rem;
    display: block !important;
    border: 0px solid black;
    line-height: 24px;
}
#investorCar .owl-prev {
    position: absolute;
    top: 40%;
    margin-left: -11rem;
    display: block !important;
    border: 0px solid black;
    line-height: 24px;
}
#banner .owl-next {
    position: absolute;
    top: 64%;
    right: 0;
    margin-right: -26rem;
    display: block !important;
    border: 0px solid black;
    line-height: 24px;
}
#investorCar .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    margin-right: -8rem;
    display: block !important;
    border: 0px solid black;
    line-height: 24px;
}
#investorCar .owl-prev .nav-button,
#investorCar .owl-next .nav-button,
#banner .owl-prev .nav-button,
#banner .owl-next .nav-button {
    font-size: 60px;
    border: 2px solid #000000;
    padding: 22px;
    border-radius: 100%;
    font-weight: 200;
    width: 60px;
    height: 60px;
    line-height: 8px;
}
#investorCar .owl-prev i,
#investorCar .owl-next i,
#banner .owl-prev i,
#banner .owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}
#banner .owl-nav.disabled {
    display: block;
}
.customers_section {
    background-image: url(../images/customers_section.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.navbar.navbar-expand-lg .container-fluid {
    display: block;
}
.navbar-brand img,
.login-btn {
    margin: 20px auto;
    display: block;
}
.navbar-btn.btn.login-btn {
    display: inline-block;
    background: #00b289;
    border: 1px solid #00b289 !important;
    color: #fff;
    padding: 8px;
    font-size: 13px;
    margin: 2px auto;
}
.investor_box.blue {
    background: #67a1ff;
}
.investor_box.green {
    background: #00cf81;
}
.investor_services .investor_box {
    background: #fff;
    /*padding: 15px;*/
    transition: all 0.3s ease-in-out;
}

.investor_services .investor_box p,
.investor_services .investor_box h5 {
    color: #303030;
}
.investor_services .investor_box .icon {
    display: block;
}
.service_section_inner {
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 440px;
}
.service_section_inner ul {
    padding: 0;
    margin: 0;
    position: relative;
}
.service_section_inner ul li {
    display: inline-block;
    /*height: 120px;*/
    /*width: 120px;*/
    /*background: #000;*/
    /*border-radius: 50%;*/
    /*padding: 35px;*/
    position: absolute;
    text-align: center;
    background: #fff0;
}
.service_section_inner ul li img {
    width: 48px;
    height: 120px;
    width: 120px;
    background: #0069f9;
    padding: 35px;
    /*margin-bottom: 2rem;*/
    border-radius: 17px;
}
.service_section_inner ul li:first-child {
    top: -35px;
    left: 0;
    right: 0;
}
.service_section_inner ul li:nth-child(2) {
    top: 10rem;
    left: -4rem;
    right: 0;
    width: 50%;
}
.service_section_inner ul li:nth-child(2) img {
    background: #8761fb;
    top: -102px;
    left: 0;
    right: 0;
    text-align: center;
}
.service_section_inner ul li:nth-child(3) {
    top: 10rem;
    right: -4.5rem;
    /* left: 0; */
    width: 50%;
}
.service_section_inner ul li:nth-child(3) img {
    background: #00cf81;
    top: -102px;
    left: 0;
    right: 0;
    text-align: center;
}
.service_section_inner ul li:last-child {
    bottom: -32rem;
    left: 0rem;
    right: 0;
}
.service_section_inner ul li:last-child img {
    background: #ffae00;
    top: -102px;
    left: 0;
    right: 0;
    text-align: center;
}
.tools .icon {
    display: inline-block;
    padding: 25px;
    border-radius: 12px;
}

.social-footer li a img {
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.service_section .main_heading {
    margin-left: 92px;
}
.investor_box {
    transition: all 0.3s ease-in-out;
}
.investor_box:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}
/*.investor_box:hover .icon
{
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}*/

.btn-primary {
    background-color: #00b289;
    border-color: #00b289;
    box-shadow: 0 0;
    color: #fff;
}
.btn-primary:hover {
    background-color: #d15005;
    border-color: #d15005;
}

.btn-secondary {
    background-color: #67a1ff;
    border-color: #67a1ff;
    box-shadow: 0 0;
    color: #fff;
}
.btn-secondary:hover {
    background-color: #244d66;
    border-color: #244d66;
}

#investorCar .item {
    margin: 40px;
}
#investorCar .testimonial_box {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 10%);
    position: relative;
    padding: 60px;
    margin-bottom: 0px;
    text-align: center;
    text-decoration: none;
}
#investorCar .testimonial_box::after {
    content: "";
    position: absolute;
    background-color: #00b289;
    border-radius: 5px;
    width: 96%;
    height: 100px;
    left: 2%;
    bottom: -20px;
    z-index: -1;
}
#investorCar .testimonial_box:before {
    content: "";
    background-image: url("../images/icon/quote.png");
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 42%;
    top: -30px;
    left: 30px;
    right: 0;
    width: 100%;
    height: 47%;
    opacity: 1;
}

.blogs {
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin: 15px 0;
    overflow: hidden;
}
.blogs .images {
    position: relative;
}
.blogs .images .top-meta {
    border-radius: 0 6px 0 6px;
    padding: 10px 0 0px 15px;
}
.blogs .images .top-meta a {
    color: #646464;
}
.blogs .blog_content {
    padding: 10px 15px 15px;
    max-height: 100px;
    height: 100px;
    overflow: hidden;
}
.blogs .blog_content h3 {
    color: #00b18c;
}
.blogs .blog_content a {
    color: #00b18c;
    text-decoration: none;
}
#blog h3 {
    line-height: 1.2;
    text-align: left;
    margin-top: 12px;
    font-weight: 500;
}
.blog-btn-link {
    display: block;
    padding: 0 15px 15px;
    color: #00b289;
    font-size: 15px;
}
#blog .client_info ul {
    padding: 0px;
    text-align: left;
    border-bottom: 2px solid;
    padding-bottom: 20px;
}
#investorCar .owl-item img {
    width: 100px;
    margin-right: 15px;
    display: none;
}
#blog .client_info ul li {
    display: inline-block;
    margin-right: 10px;
}
#blog .client_info ul li i {
    color:;
}
#blog ul li img {
    width: auto;
    float: left;
    margin-top: 6px;
}
#blog .client_info ul li img {
    padding-right: 10px;
}
.blog-post-main {
    padding: 60px 0;
}
.blog-post-detail {
    padding: 60px 0;
}
.investor_corner .investor_box h5,
.investor_corner .investor_box p {
    color: #fff;
}
.investor_corner .investor_box h5 {
    min-height: 75px;
}
.text-right {
    text-align: right !important;
}

.modal {
    z-index: 99999 !important;
}
.modal-backdrop {
    z-index: 9 !important;
}
.modal-content {
    z-index: 99999 !important;
}
.modal-dialog {
    z-index: 99999 !important;
}

.contact-map {
    margin-bottom: -136px;
}

.contact_info .contact-box {
    margin-bottom: 50px;
}
.contact_info .contact-box h3 {
    font-weight: 600;
    margin: 0;
}
.contact-box i {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #00b289;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
.contact_info .contact-box p,
.contact_info .contact-box a {
    color: #787878;
    text-decoration: none;
    padding-left: 40px;
}

.TabbedPanelsTabGroup {
    background-color: #67a1ff !important;
}
.TabbedPanelsTabSelected {
    background: #00b289 !important;
}

.side_bar .menu_bar {
    background-color: #e9f1f4;
    padding: 10px;
}
.side_bar .menu_bar ul {
    list-style-type: none;
    padding: 0;
}
.side_bar .menu_bar ul li a {
    color: #353535;
    display: block;
    padding: 10px;
    transition: 0.2s ease-in-out;
}
.side_bar .menu_bar ul li a:hover {
    background-color: #fff;
    color: #00b289;
    padding-left: 15px;
    transition: 0.2s ease-in-out;
}
.side_bar .contact_bar {
    background-color: #e9f1f4;
    margin-top: 30px;
    padding: 20px;
}
.sec-heading h2 {
    font-weight: 600;
    font-size: 30px;
}

.market_section .news {
    background-color: #e9f1f4;
}
#myTab .nav-item {
    width: 33.3%;
}
#myTab .nav-item .nav-link {
    padding: 10px 20px;
    display: block;
    width: 100%;
    background-color: #67a1ff;
    border-radius: 0;
    color: #fff;
    border: 1px solid #2a5874;
}
#myTab .nav-item .nav-link.active {
    background-color: #00b289;
    border: 1px solid #00b289;
}
.market_section .news .tab-pane {
    padding: 20px;
}

.nav-item.dropdown .dropdown-menu {
    padding: 10px 20px;
}
.nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 25px;
}
.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    color: #00b289;
}
.nav-item.dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
}

.app_btns h3 {
    color: #fff;
    font-weight: 600;
    float: none;
}
.app_btns a {
    display: inline-block;
    transition: 0.3s;
}
.app_btns a:hover img {
    transform: scale(1.05);
    transition: 0.3s;
}

a.navbar-brand p {
    font-size: 10px;
    position: absolute;
    top: 119px;
}

.calname a {
    font-size: 15px;
    max-width: 24% !important;
}
.stick_option {
    display: none;
}


.news-card {
    display: flex;
    flex-direction: row;
    max-height: 250px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.news-link {
    display: flex;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.image-section {
    flex: 1;
    position: relative;
    max-height: 250px;
    overflow: hidden;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-section .date {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.content-section {
    flex: 2;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-section h4 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #333;
    line-height: 1.2;
}

.content-section p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}




