*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'poppins' !important;
}
h1,h2,h3,h4,h5,h6{
    color: #233d62;
}
p {
    color: #787878;
    font-size: 16px;
}
.btn-primary {
    border-radius: 60px;
    padding: 10px 25px;
    font-weight: 400;
    background-image: -webkit-linear-gradient( 0deg, rgb(96,96,215) 0%, rgb(122,125,228) 54%, rgb(148,153,241) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(96,96,215) 0%, rgb(122,125,228) 54%, rgb(148,153,241) 100%);
    box-shadow: 0px 6px 25px 0px rgba(50, 75, 121, 0.4);
}
.btn-secondary {
    border-radius: 60px;
    padding: 10px 25px;
    font-weight: 400;
    background-color: #fff;
    border: 2px solid #6666da;
    box-shadow: 0 0;
    color: #797979;
}
.main_heading h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #727b99;
}
.main_heading h1 {
    font-weight: 700;
    position: relative;
    margin-bottom: 1.75rem;
}
.main_heading h1:after{
    position: absolute;
    max-width: 7rem;
    content: "";
    height: 3px;
    background-color: #b5b5b5;
    z-index: 111;
    margin: 8px auto;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}
.show-on-dashboard{
    display: inherit;
}
.show-on-mobile{
    display: none;
}
.owl-carousel .owl-item img{
    /*filter: grayscale(1);*/
    opacity: .8;
}
.main_section {
    padding: 80px 0;
}
.dark{
    color: #24285b;
}
.primary{
    color: #fe6347;
}
.secondary{
    color: #24285b;
}
.dark_bg{
    background-color: #24285b;
}
.primary_bg{
    background-color: #fe6347;
}
.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;
}

.navbar.navbar-expand-lg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
}
.main_banner {
    position: relative;
    padding-top: 160px;
    padding-bottom: 80px;
}
.main_banner::after {
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/shape1.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: contain;*/
    /*width: 1000px;*/
    /*height: 100%;*/
    /*top: -180px;*/
    /*left: -40px;*/
    /*transform: rotate(-10deg);*/

    content: "";
    position: absolute;
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    /*left: 0;*/
    /*right: -203px;*/
}
.main_banner .banner_content{
    padding-top: 0;
}
.main_banner .banner_content h1 {
    font-weight: 700;
}
.video-container{
    position: relative;
    box-shadow: 0 0 0 12px rgba(203, 203, 203, .2);
    border-radius: 15px;
    margin: 120px 0;
}
.video-block{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-thunbnail,
.thumbnail-block,
.play-block{
    display: none;
}
.video-block video {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-thunbnail{
    display: inherit;
    border: solid 6px #3e62bb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: solid 12px #3e62bb;
    border-radius: 10px;
    z-index: -1;
    transition: all .2s ease-in-out;
}
.show .video-thunbnail{
    z-index: 1;
}
.video-container .video-thunbnail{
    background-color: transparent;
}
.video-container.show .video-thunbnail{
    background-color: #fff;
}
.show:hover .video-thunbnail{
    background-color: #ecf0ff;
}
.show .video-block .thumbnail-block{
    position: absolute;
    z-index: 1;
    display: flex;
    padding: 6px;
}
.show .video-block .play-block {
    display: inherit;
    position: absolute;
    z-index: 111;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    display: inherit;
}
.play-block .play-btn{
    cursor: pointer;
    transition: all .2s ease-in-out;
    filter: drop-shadow(0px 0 0 transparent);
}
.play-block:hover .play-btn{
    filter: drop-shadow(0px 4px 3px black);
}
.hiw-step{
    padding: 1rem;
    /*background-color: rgba(0, 0, 0, 0.01);*/
    width: max-content;
    border-radius: 0.5rem;
    /*border: solid 3px rgb(84, 112, 201);*/
    /*box-shadow: 2px 4px 8px -2px rgba(0, 0, 0, .25);*/
    max-width: 85%;
}
.hiw-step .left{
}
.hiw-step .hiw-icon{
    width: 4rem;
}
.hiw-step .right{
    text-align: initial;
    padding-left: 1rem;
}
.hiw-step .right h6{
}
.hiw-step .right p{
}
.investor_corner {
    position: relative;
}
.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;
    background: #fafafa;
}
.investor_corner .item {
    margin: 15px 10px;
}
.investor_box {
    display: block;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}
.investor_box:hover {
    /*background-color: #fff;*/
    /*text-decoration: none;*/
    /*box-shadow: 0 0 15px 2px rgba(229,72,44,0.2);*/
}
.investor_box img {
    /*width: 80px !important;*/
    margin: 0 auto;
}
.investor_box h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 5px 0;
}
.investor_box p {
    font-size: 14px;
    line-height: 20px;
}
.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: 0px;
    left: 0px;
    /*background-color: #f2f4f5;*/
}
.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: 61%;*/
    /*left: 11%;*/
    /*opacity: 0.7;*/
}
.why_chooseus .main_heading{
    margin-bottom: 50px;
}
.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.hexa_box1::after
{
    background-image: url(../images/hexa_box1.png);
}

.hexa_box.hexa_box2::after
{
    background-image: url(../images/hexa_box2.png);
}
.hexa_box.hexa_box3::after
{
    background-image: url(../images/hexa_box3.png);
}


.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 rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 35px 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.service_box:hover {
    background-color: #f95e41;
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
}
.main_section .col-md-3 {
    padding: 0 10px;
}
.service_box .icon {
    background-color: #fff;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}
.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: #fe6347;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    border-radius: 15px 15px 0 0;
}
.testimonials {
    text-align: center;
}
.testimonials p{
    color: #fff;
    font-size: 17px;
}
.testimonials .images
{
    width: 58%;
    margin: 0 auto;
    /*border: 3px solid #fe6347;*/
    /*border-radius: 100%;*/
    /*overflow: hidden;*/
    /*margin-top: 30px;*/
}
.testimonials .client_info {
    margin-top: 20px;
}
.testimonials .client_info h4 {
    font-weight: 600;
    margin: 0;
}
.testimonials .client_info h5 {
    font-weight: 500;
}
#testimonialCar
{
    /*margin-bottom: 17rem !important;*/
}
/*#testimonialCar .owl-nav , #testimonialCar1 .owl-nav{*/
#testimonialCar1 .owl-nav{
    position: relative;
    margin-top: -15rem;
}
#testimonialCar1 .owl-nav button {
    /*#testimonialCar .owl-nav button , #testimonialCar1 .owl-nav button {*/
    background-color: #fe6347 !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
#testimonialCar1 .owl-nav button span {
    /*#testimonialCar .owl-nav button span , #testimonialCar1 .owl-nav button span {*/
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    line-height: 38px;
}
#testimonialCar1 .owl-nav .owl-prev{
    /*#testimonialCar .owl-nav .owl-prev , #testimonialCar1 .owl-nav .owl-prev{*/
    position: absolute;
    left: 20%;
}
#testimonialCar1 .owl-nav .owl-next {
    /*#testimonialCar .owl-nav .owl-next , #testimonialCar1 .owl-nav .owl-next {*/
    position: absolute;
    right: 20%;
}


.footer_top .navbar-brand {
    display: block;
}
.footer_main {
    padding: 80px 0 0 0;
    border-radius: 50px 50px 0 0;
}

.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: #e5482c !important;
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
}
.foot_widget a {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-in-out;
}
.foot_widget a:hover {
    color: #e5482c !important;
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
}
.footer_bottom {
    text-align: center;
    border-top: 1px solid #f96247;
    padding: 20px 0 10px 0;
}
.navbar-toggler svg{
    /*color: #eee;*/
}
.navbar-collapse{
    overflow-x: inherit;
    overflow-y: inherit;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots{
    padding-top: .75rem;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #a2a1a1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #3a60a6;
}

#captcha_code {
    width: 90px !important;
    height: 46px !important;
    border-radius: 5px;
}
.btnRefresh {
    height: 46px;
    border-radius: 5px;
    background-color: #24285b;
    color: #fff;
}
#captcha {
    width: calc(100% - 185px);
    height: 46px;
    border-radius: 5px;
    border: 1px solid #f1f4f8;
    box-shadow: none;
    color: #161c2d !important;
}
.getintouch_section
{
    text-align: center;
}
.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;
}
.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: 40px;
    height:60px;
}
.newsletter_form .form-group .btn-primary {
    position: absolute;
    right: 6px;
    top: 6px;
}

.sip_section {
    padding: 40px 0;
}

.sip_section .ui-slider.ui-slider-horizontal {
    border: 1px solid #fe6347;
    border-radius: 30px;
    height: 10px;
}
.sip_section .ui-slider-handle {
    background: #fe6347 !important;
    border-radius: 100%;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #fe6347 !IMPORTANT;
    outline:none !important;
}
.sip_section .ui-slider-range {
    background-color: #fe6347;
    border: solid 1px #fe6347 !important;
    height: 12px !important;
    margin-top: -1px;
    border-radius: 30px 0 0 20px !IMPORTANT;
}
#navbarCollapse{
    border-radius: 35px;
    /*    background-image: -moz-linear-gradient( 0deg, rgb(1,58,148) 0%, rgb(75,106,195) 54%, rgb(148,153,241) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgb(1,58,148) 0%, rgb(75,106,195) 54%, rgb(148,153,241) 100%);
        background-image: -ms-linear-gradient( 0deg, rgb(1,58,148) 0%, rgb(75,106,195) 54%, rgb(148,153,241) 100%);*/
    background-color: #eee;
    box-shadow: 0px 6px 25px 0px rgba(50, 75, 121, 0.4);
    width: 67%;
    margin-left: 20%;
}
.navbar-light .navbar-nav .nav-link
{
    /*color: #fff;*/
}
.navbar-btn.btn-primary
{
    background: #73a115;
}
#investorCar
{
    display: flex;
}
#investorCar .owl-dots
{
    display: flex;
    align-content: center;
    justify-content: center;
    padding-bottom: 32px;
}
#investorCar .owl-carousel .owl-item img
{
    width: 90%;
}

.service-5 h1, .service-5 h2, .service-5 h3, .service-5 h4, .service-5 h5, .service-5 h6 {
    color: #3e4555;
}

.service-5 a{
    text-decoration: none;
}

.service-5 .linking{
    color: #3e4555;
}

.service-5 .linking:hover{
    color: #316ce8;
}

.service-5 .font-weight-medium {
    font-weight: 500;
}

.service-5 .bg-light {
    background-color: #f4f8fa !important;
}

.service-5 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.service-5 .card.card-shadow {
    /*-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);*/
    /*box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);*/
}

.service-5 .wrap-service5-box .card-body {
    padding: 15px;
}

.service-5 .wrap-service5-box .text-success-gradiant {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.service-5 .wrap-service5-box .icon-size{
    font-size: 45px;
}

.service-5 .btn-success-gradiant {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.service-5 .btn-success-gradiant:hover {
    background: #1dc8cc;
    background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
    background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
    background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
    background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}

.service-5 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}
.investor_corner .flex-row-reverse .text-right
{
    text-align: right;
}
.banner_content_center
{
    margin-top: 11%;
    position: relative;
}
.slider_rocket
{
    z-index: 99;
}
.slider_badal1
{
    top: 217px;
}
img.slider_badal2 {
    right: 0;
    top: 207px;
}
.why_chooseus
{
    text-align: center;
}
.hexa-box2 h5 , .hexa-box4 h5
{
    position: absolute;
    text-align: center;
    left: 0;
    right: -17px;
    top: -24px;
}
.hexa-box4 h5
{
    right: 49px;
}

.main-footer {
    position: relative;
    padding-top: 100px;
    /*margin-top: 70px;*/
    background-color: #1f242b;
}
.main-footer .top-info {
    background-color: #fba70b;
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
    color: #fff;
    margin-top: -170px;
    margin-bottom: 20px;
}
.main-footer .top-info .info-items {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin: 0;
}
.main-footer .top-info .info-items i {
    /*position: absolute;*/
    /*left: 0px;*/
    display: initial;
    margin-right: 5px;
}
.main-footer .footer-bars .logo img {
    /*width: 180px;*/
    margin-bottom: 15px;
}
.main-footer .footer-bars ul {
    padding-left: 0px;
    list-style-type: none;
}
.main-footer .footer-bars ul li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}
.main-footer .footer-bars ul li a:hover {
    color: #e5c93a;
}
.main-footer .footer-bars .foot-title {
    color: #fff;
    margin-bottom: 15px;
}
.main-footer .footer-bottom {
    padding: 10px 0 3px 0;
    margin-top: 20px;
    border-top: 1px solid #606060;
}
.main-footer .footer-bottom .social-media {
    text-align: right;
}
.main-footer .footer-bottom .social-media a.items {
    /*background-color: #fff;*/
    /*width: 32px;*/
    height: 32px;
    display: inline-block;
    color: #aeaeae;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    padding-left: 22px;
}
.main-footer .footer-bottom .social-media a.items:hover {
    /*background-color: #335b63;*/
}
.footer-top .info-items {
    line-height: inherit;
    margin-bottom: 35px;
}
.footer-top .info-items img {
    margin-right: 10px;
    width: 25px;
}

.footer-top .info-items span {
    color: #fff;
    display: block;
    width: 90%;
    float: right;
}

.main-footer .footer-bars .foot-title span {
    width: 100%;
    display: block;
}


.footer-top .info-items span .fa {
    font: normal normal normal 14px/1 FontAwesome !important;
    padding-right: 11px;
    display: inline-block;
}


#investorCar .item
{
    transform: rotate(-90deg);
}
#investorCar.owl-carousel
{
    transform: rotate(90deg);
    display: flex;
    flex-direction: column-reverse;
}
.exampleModal
{
    position: fixed;
    bottom: 23px;
    /*background-image: url(../images/right_to_us.png);*/
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    right: 2%;
    padding-left: 42px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
    z-index: 9999;
}
.investor_box img , .banner_content_center img
{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.banner_content_center img
{
    position: absolute;
}

.banner_content_center img.slider_rocket
{
    -webkit-animation: movers 1.2s infinite  alternate;
    animation: movers 1.2s infinite  alternate;
    top: 34px;
}

.banner_content_center img.slider_badal1 , .banner_content_center img.slider_badal2
{
    -webkit-animation: movers1 1.2s infinite  alternate;
    animation: movers1 1.2s infinite  alternate;

}

.banner_content_center img.slider_badal1
{
    top: 34px;
}

.banner_content_center img.slider_badal2
{
    top: 253px;
    right: -53px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}
@-webkit-keyframes movers1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-30px);
    }
}
@keyframes movers1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-30px);
    }
}


@-webkit-keyframes movers {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}
@keyframes movers {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}


@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.offerBtn {
    background-color: rgb(56, 154, 220);
    box-shadow: inset 0px 5px 0px 0px rgba(255, 255, 255, 0.15);
    width: 347px;
    height: 100px;
    z-index: 82;
    display: block;
    position: relative;
    overflow: hidden;
    font-family: 'Raleway', sans;
    cursor: pointer;
    transition: all .2s;
}

.offerBtn:hover {
    background: #3CBD45;
}
.offerBtn:active {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(27,199,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(27,199,0,1);
    box-shadow: 0px 0px 15px 0px rgba(27,199,0,1);
}
.offerBtn img {
    height: 80px;
    top: 10px;
    position: absolute;
    left: -5px;
    opacity: .15;
}

.offerBtn span {
    position: absolute;
}

.btnIcon {
    top: 24px;
    left: 50px;
}

.st0 {
    fill: #FFFFFF;
}

.st1 {
    fill: #FFFFFF;
    fill-opacity: 0.5;
}

.text1,
.text2,
.text3 {
    color: #FFF;
    font-weight: 800;
}

.offerBtn:before {
    content: '';
    display: block;
    height: 500px;
    width: 500px;
    position: absolute;
    background-color: rgba(255, 255, 255, .15);
    transform: rotate(-45deg);
    top: -200px;
    left: -330px;
    transition: all .2s;
}

.offerBtn:hover:before {
    left: -300px;
}

.text1 {
    font-size: 30px;
    line-height: 1em;
    left: 13px;
    top: 13px;
}

.text2 {
    font-weight: 300;
    right: 42px;
    bottom: 1px;
}

.text3 {
    top: -5px;
    right: 40px;
    font-size: 70px;
    font-family: 'Open Sans', sans;
    font-weight: 400;
    letter-spacing: -4px;
}

.text4 {
    transform: rotate(-90deg);
    right: -39px;
    top: 37px;
    background: yellow;
    padding: 7px 10px;
    font-size: 11px;
    text-transform: uppercase;
}
.offerBtn
{
    position: fixed;
    top: 23px;
    /*background-image: url(../images/right_to_us.png);*/
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    right: 1%;
    padding-left: 42px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: 9999;
}

@media screen and (max-width: 1800px)
{
    .offerBtn
    {
        top: 99px;
    }
}

#more {
    display: none;
}

.qr {
    width: 12.125rem;
    background-color: white;
    padding: 2px;
    border-radius: 25px;
    text-align: center;
    position: fixed;
    bottom: 110px;
    margin: -3px;
    right: 0;
    z-index: 9999;
}

.qr img {
    width: 10.125rem;
    border-radius: 25px;
}

.qr .div2 {
    padding-left: 20px;
    padding-right: 20px;
}

.qr h1 {
    font-size: 12px;
    font-weight: 700;
}

.qr  p {
    font-size: 15px;
    font-weight: 400;
}

.carcle_card
{
    position: relative;
    width: 100%;
    border: 1px solid #00000017;
    padding: 29px;
}
.footer-top a
{
    color: #fff;
}

#package::before , #package::after
{
    display: none;
}


.main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    font-family: "Open Sans";
    width: 1170px;
    margin: 0 auto;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
    text-align: left;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #0b3b91;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #0b3b91;
    color: #FFFFFF;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat";
}
.price-table td.price a {
    background-color: #0b3b91;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #0b3b91;
    color: #0b3b91;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #0b3b91;
}
.price-table img
{
    width: 15px;
}

.price-table .question
{
    margin-right: 10px;
}

.price-table .delete
{

}
.price-table .check
{
    width: 21px;
}
.price-table tr td.kyc_number
{
    font-size: 18px;
    font-weight: 600;
}

#testimonialCar.owl-theme .owl-dots .owl-dot
{
    position: relative;
    width: 200px;
    height: 200px;
    background: transparent;
    margin: 9px;
}

#testimonialCar.owl-theme .owl-dots .owl-dot span
{
    background-color: transparent;
}
#testimonialCar.owl-theme .owl-dots .owl-dot:nth-child(1) span
{
    content: "step";
    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;
}


#testimonialCar.owl-theme .owl-dots .owl-dot:nth-child(2) span
{
    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;
}


#testimonialCar.owl-theme .owl-dots .owl-dot:nth-child(3) span
{
    content: "";
    position: absolute;
    background-image: url(../images/hexa_shape3.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


#testimonialCar.owl-theme .owl-dots .owl-dot:nth-child(4) span
{
    content: "";
    position: absolute;
    background-image: url(../images/hexa_shape_4.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*#testimonialCar.owl-theme .owl-dots .owl-dot:nth-child(1) span::after {*/
/*  content: "step 1";*/
/*  position: absolute;*/
/*  background-image: url(../images/hexa_shape1.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: top;*/
/*  background-size: contain;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: -25px;*/
/*  left: 0;*/
/*}*/


/*#testimonialCar.owl-theme .owl-dots .owl-dot:nth-child(2) span::after {*/
/*  content: "step 2";*/
/*  position: absolute;*/
/*  background-image: url(../images/hexa_shape1.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: top;*/
/*  background-size: contain;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: -25px;*/
/*  left: 0;*/
/*}*/

/*#testimonialCar.owl-theme .owl-dots .owl-dot:nth-child(3) span::after {*/
/*  content: "step 3";*/
/*  position: absolute;*/
/*  background-image: url(../images/hexa_shape1.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: top;*/
/*  background-size: contain;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: -25px;*/
/*  left: 0;*/
/*}*/


/*#testimonialCar.owl-theme .owl-dots .owl-dot:nth-child(4) span::after {*/
/*  content: "step 4";*/
/*  position: absolute;*/
/*  background-image: url(../images/hexa_shape1.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: top;*/
/*  background-size: contain;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: -25px;*/
/*  left: 0;*/
/*}*/

#frmContact .form-control {
    padding: 8px 10px;
}


#frmContact .form-group {
    margin-bottom: 0.5rem;
}

/*.package {*/
/*	 display: grid;*/
/*	 grid-template-columns: repeat(3, 1fr);*/
/*	 grid-gap: 1rem;*/
/*	 margin-top: 4rem;*/
/*}*/
/* @media screen and (max-width: 800px) {*/
/*	 .package {*/
/*		 grid-template-columns: 1fr;*/
/*		 grid-row-gap: 7rem;*/
/*	}*/
/*}*/
/* .package__item {*/
/*	 height: 100%;*/
/*	 transition: all ease-in-out 0.3s;*/
/*}*/
/* .package__item:hover {*/
/*	 transform: translateY(-5px);*/
/*}*/
/* .package__item .package__header {*/
/*	 background-color: white;*/
/*	 border-top-left-radius: 4px;*/
/*	 border-top-right-radius: 4px;*/
/*	 border-bottom: 3px solid rgba(0, 0, 0, .1);*/
/*}*/
/* .package__item .package__header .package__name {*/
/*	 font-size: 1.2rem;*/
/*	 font-weight: bold;*/
/*	 text-align: center;*/
/*	 padding: 8px;*/
/*	 color: white;*/
/*}*/
/* .package__item .package__body {*/
/*	 background-color: white;*/
/*	 padding: 1rem;*/
/*	 min-height: 82%;*/
/*}*/
/* @media screen and (max-width: 800px) {*/
/*	 .package__item .package__body {*/
/*		 min-height: 100%;*/
/*	}*/
/*}*/
/* .package__item .package__body .package__price-container {*/
/*	 min-height: 150px;*/
/*	 background-color: rgba(0, 0, 0, .06);*/
/*	 display: flex;*/
/*	 flex-direction: column;*/
/*	 justify-content: center;*/
/*	 border-radius: 4px;*/
/*}*/
/* @media screen and (max-width: 800px) {*/
/*	 .package__item .package__body .package__price-container {*/
/*		 min-height: 100%;*/
/*	}*/
/*}*/
/* .package__item .package__body .package__price-container--column {*/
/*	 display: grid;*/
/*	 grid-template-columns: 1fr 1fr;*/
/*	 text-align: center;*/
/*}*/
/* @media screen and (max-width: 800px) {*/
/*	 .package__item .package__body .package__price-container--column {*/
/*		 grid-template-columns: 1fr;*/
/*	}*/
/*}*/
/* .package__item .package__body .package__price-container--column .package__column {*/
/*	 display: grid;*/
/*}*/
/* .package__item .package__body .package__price-container--column .package__column [class^="package__column"] {*/
/*	 display: flex;*/
/*	 align-items: center;*/
/*	 justify-content: center;*/
/*}*/
/* .package__item .package__body .package__price-container--column .package__column .package__column-title {*/
/*	 color: white;*/
/*	 background-color: #78a87f;*/
/*	 font-weight: 600;*/
/*}*/
/* .package__item .package__body .package__price-container--column .package__column .package__column-price {*/
/*	 font-weight: bold;*/
/*}*/
/* .package__item .package__body .package__price-container--column .package__column .package__column-price--bb {*/
/*	 border-bottom: 1px solid rgba(0, 0, 0, .1);*/
/*}*/
/* .package__item .package__body .package__price-container--column .package__column--2 {*/
/*	 border-left: 1px solid rgba(0, 0, 0, .05);*/
/*}*/
/* .package__item .package__body .package__price-container--column .package__column--2 .package__column-title {*/
/*	 background-color: #5d9064;*/
/*}*/
/* .package__item .package__body .package__price {*/
/*	 text-align: center;*/
/*	 font-size: 3rem;*/
/*	 font-weight: 600;*/
/*	 position: relative;*/
/*}*/
/* .package__item .package__body .package__price--sm {*/
/*	 font-size: 1.8rem;*/
/*}*/
/* .package__item .package__body .package__price--xs {*/
/*	 font-size: 1.2rem;*/
/*}*/
/* .package__item .package__body .package__price--monthly::after {*/
/*	 content: 'Monthly';*/
/*	 background-color: #459bba;*/
/*	 border-radius: 8px;*/
/*	 font-size: 10px;*/
/*	 padding: 1px 5px;*/
/*	 color: white;*/
/*	 position: absolute;*/
/*}*/
/* .package__item .package__body .package__price--quarterly::after {*/
/*	 content: 'Quarterly';*/
/*	 background-color: orange;*/
/*	 border-radius: 8px;*/
/*	 font-size: 10px;*/
/*	 padding: 1px 5px;*/
/*	 color: white;*/
/*	 position: absolute;*/
/*}*/
/* .package__item .package__body .package__price--yearly::after {*/
/*	 content: 'Yearly';*/
/*	 background-color: #377c95;*/
/*	 border-radius: 8px;*/
/*	 font-size: 10px;*/
/*	 padding: 1px 5px;*/
/*	 color: white;*/
/*	 position: absolute;*/
/*}*/
/* .package__item .package__body .package__price--ind-yearly::after {*/
/*	 content: 'Yearly Individual';*/
/*	 background-color: #5043c9;*/
/*	 border-radius: 8px;*/
/*	 font-size: 10px;*/
/*	 padding: 1px 5px;*/
/*	 color: white;*/
/*	 position: absolute;*/
/*}*/
/* .package__item .package__body .package__price--ins-yearly::after {*/
/*	 content: 'Yearly Institutional';*/
/*	 background-color: #5d9064;*/
/*	 border-radius: 8px;*/
/*	 font-size: 10px;*/
/*	 padding: 1px 5px;*/
/*	 color: white;*/
/*	 position: absolute;*/
/*}*/
/* .package__item .package__body ul {*/
/*	 margin-top: 1rem;*/
/*}*/
/* .package__item .package__body ul li {*/
/*	 position: relative;*/
/*	 font-size: 0.875rem;*/
/*	 font-weight: 600;*/
/*	 color: #31363c;*/
/*}*/
/* .package__item .package__footer button {*/
/*	 background-color: #2287f5;*/
/*	 color: white;*/
/*	 padding: 8px 0;*/
/*	 width: 100%;*/
/*	 border: 0;*/
/*	 border-bottom-left-radius: 4px;*/
/*	 border-bottom-right-radius: 4px;*/
/*	 cursor: pointer;*/
/*	 position: relative;*/
/*	 transition: all ease-in-out 0.3s;*/
/*	 font-weight: 600;*/
/*}*/
/* .package__item .package__footer button::after {*/
/*	 content: '\00bb';*/
/*	 opacity: 0;*/
/*	 position: absolute;*/
/*	 top: 0;*/
/*	 font-size: 1.5rem;*/
/*	 transition: all ease-in-out 0.3s;*/
/*}*/
/* .package__item .package__footer button:hover::after {*/
/*	 opacity: 1;*/
/*	 transform: translateX(4px);*/
/*}*/
/* .package__item:nth-child(1) .package__header {*/
/*	 background-color: #eea726;*/
/*}*/
/* .package__item:nth-child(1) .package__footer button {*/
/*	 background-color: #eea726;*/
/*}*/
/* .package__item:nth-child(1) .package__footer button:hover {*/
/*	 background-color: #e49912;*/
/*}*/
/* .package__item:nth-child(2) .package__header {*/
/*	 background-color: #459bba;*/
/*}*/
/* .package__item:nth-child(2) .package__footer button {*/
/*	 background-color: #459bba;*/
/*}*/
/* .package__item:nth-child(2) .package__footer button:hover {*/
/*	 background-color: #3d88a4;*/
/*}*/
/* .package__item:nth-child(3) .package__header {*/
/*	 background-color: #78a87f;*/
/*}*/
/* .package__item:nth-child(3) .package__footer button {*/
/*	 background-color: #78a87f;*/
/*}*/
/* .package__item:nth-child(3) .package__footer button:hover {*/
/*	 background-color: #659c6d;*/
/*}*/
