@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
h1 {
    font-size: 48px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;
}

p {
    /* color: #666666; */
    color: #1e1e1e;
}

a {
    text-decoration: none !important;
    color: #323232
}

a:Hover {
    color: #323232;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #1e1e1e;
    font-size: 14px;
}

.w-80 {
    max-width: 80%;
    margin: 0px auto;
}

.w-90 {
    max-width: 90%;
    margin: 0px auto;
}

a.facebook-btn:Hover {
    color: #fff;
    border: 1px solid #3a579c;
    opacity: 1;
    background: #3a579c;
}

a.twitter-btn:hover {
    color: #fff;
    border: 1px solid #22a3ee;
    opacity: 1;
    background: #22a3ee;
}

a.linkedin-btn:hover {
    color: #fff;
    border: 1px solid #0876b0;
    opacity: 1;
    background: #0876b0;
}
a.whatsapp-btn:hover {
    color: #fff;
    border: 1px solid #128e00;
    opacity: 1;
    background: #128e00;
}

.top-logo-section {
    background: #e9e9e9;
    border-bottom: 2px solid #ca1523;
}

.recomanded-company-wraper .slick-slide img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: 265px;
}
.recomanded-company-wraper .slick-slide .c-image img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: 150px !important;
}

.logo-box {
    position: relative;
    padding: 10px 0;
}

.logo-box img {
    z-index: 9;
    position: relative;
}

.logo-box:before {
    position: absolute;
    top: 0;
    right: 0;
    left: -356px;
    height: 100%;
    content: '';
    background: #fff;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.top-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-social ul li {
    display: inline-block;
    margin: 0 5px;
}
.header nav.navbar .dropdown-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-social ul li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ca1523;
    opacity: 0.8;
    text-align: center;
    line-height: 42px;
    color: #ca1523;
}

.sebi-registration {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-top: 5px;
}

.after-login .sebi-registration {
    text-align: right;
}

.sebi-registration span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -5px;
}

.after-login .sebi-registration span {
    display: inline-block;
    color: #d03f4a;
}

.btn-register-custom {
    border-radius: 18px;
    min-width: 140px;
    background: #ca1523;
    color: #fff;
    height: 36px;
    border: 1px solid #ca1523;
    font-size: 14px;
    font-weight: 500;
    padding: .375rem 20px;
}

.btn-register-custom:hover {
    background: #ce2f3b;
    color: #fff;
    border: 1px solid #ca1523;
}

.btn-register-custom.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-register-custom.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-register-custom.show>.btn-light.dropdown-toggle:focus {
    background: #ca1523;
    color: #fff;
    border: 1px solid #ca1523;
}

.btn-login-register.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-login-register.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-login-register.show>.btn-light.dropdown-toggle:focus {
    background: #ca1523;
    color: #fff;
    border: 1px solid #ca1523;
    box-shadow: none;
}

.btn-login-register {
    background: #ca1523;
    color: #fff;
    /* width: 100px; */
    height: 36px;
    border-radius: 18px;
}

.btn-login-register:Hover {
    background: #ca1523;
    color: #fff;
}

.navbar-expand-lg.main-menu-bar .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    letter-spacing: 0.2px;
    position: relative;
}

.navbar-expand-lg.main-menu-bar .navbar-nav .nav-link span {
    position: absolute;
    top: -5px;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    transform: rotate(-15deg);
    left: 0px;
    color: #ca1523;
}

.navbar-expand-lg.main-menu-bar .nav-link:focus,
.navbar-expand-lg.main-menu-bar .nav-link:hover {
    color: #ca1523;
}

.main-menu-bar .nav-item.active {
    position: relative;
}

.main-menu-bar .nav-item.active:after {
    position: absolute;
    width: 20px;
    height: 3px;
    background: #f00;
    content: '';
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}


/*----banner-----*/

.quote-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}



/*         New CSS Start             */
ul.dropdown-menu.subdropdown.show {
       padding-left: 1rem!important;
    outline: none!important;
    border: none!important;
    position: absolute;
    top: 7px;
    left: 240px;
}


ul.dropdown-menu.subdropdown.show ~ .dropdown-item-1.dropdown-toggle::after {
    transform:rotate(270deg);
}
@media(max-width:991px){
    ul.dropdown-menu.subdropdown.show {
    position: relative;
    top: 7px;
    left: 0;
}
}

/*         New CSS End             */







.quote-text h1 {
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.30);
    font-size: 35px;
}

.quote-text span {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
    display: inline-block;
}

.home-carosel {
    position: relative;
}


/*.home-carosel:before{position:absolute; width: 100%; height: 100%; background:#000; left: 0; top:0; content:'';}*/

.home-carosel .owl-dots {
    bottom: 30px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.home-carosel .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.home-carosel .owl-dots button.owl-dot.active {
    background: #ca1523;
}

.owl-carousel.home-carosel .owl-nav button.owl-prev,
.owl-carousel.home-carosel .owl-nav button.owl-next {
    top: 50%;
    position: absolute;
    z-index: 99;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
}

.home-carosel.slick-initialized .slick-prev,
.home-carosel.slick-initialized .slick-next {
    top: 50%;
    position: absolute;
    z-index: 99;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #ce2532;
    color: #ce2532;
    background: none;
    transform: translatey(-50%);
    outline: none;
}

.home-carosel.slick-initialized .slick-prev:Hover,
.home-carosel.slick-initialized .slick-next:Hover {
    opacity: 0.7;
}

.home-carosel.slick-initialized .slick-next {
    right: 20px;
}

.home-carosel.slick-initialized .slick-prev {
    left: 20px;
}

.home-carosel.slick-initialized .slick-dots {
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 12px;
    width: 100%;
}

.home-carosel.slick-initialized .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.home-carosel.slick-initialized .slick-dots li button {
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    padding: 0;
}

.home-carosel.slick-initialized li.slick-active button {
    background: #ca1523;
}

.home-carosel.slick-initialized button.slick-arrow i {
    margin-top: 6px;
}

.home-carosel.slick-initialized .slick-slide {
    position: relative;
}

.header.before-login .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
}

.header.before-login .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.number-count {
    font-size: 68px;
    font-weight: 700;
    color: #ca1523;
    float: left;
}

.number-count span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #ca1523;
    margin-top: 0;
}

.icon-numbring {
    display: block;
    position: relative;
    width: 80px;
    float: left;
    background: #e9e9e9;
    height: 80px;
    margin-top: 20px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    border: 2px solid #ca1523;
}

.icon-numbring img {
    width: 36px;
}

.numbering-box small {
    position: absolute;
    font-size: 36px;
    font-weight: 600;
    margin-top: 24px;
    right: -6px;
    color: #ca1523;
}

.numbering-wraper {
    padding: 66px 15px 70px;
    display: none
}

.four-boxes {
    background: #e9e9e9;
    padding: 80px 15px;
    position: relative;
}

.four-boxes .card img {
    vertical-align: inherit;
}

.four-boxes .card {
    background: none;
    border: 0;
}

.read-more-box {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    width: 100%;
    z-index: 99;
    text-align: center;
}

.read-more-box a {
    background: #ffffff;
    display: block;
    padding: 10px;
    color: #ca1523;
    border: 1px solid transparent;
    box-shadow: 0px -6px 7px 0px rgba(0, 0, 0, 0.10);
}

.read-more-box a:hover {
    border: 1px solid #ca1523;
    box-shadow: none;
}

.four-boxes .card-body {
    padding: 20px 15px 43px;
    width: calc(100% - 30px);
    background: #fff;
    margin: auto;
    margin-top: -40px;
    z-index: 9;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    height: 500px;
    overflow: hidden;
}

.card-image-heading {
    position: relative;
}

.card-image-heading:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(31, 21, 0, 1) 80%);
    bottom: 0;
}

.four-boxes .card-title {
    margin-bottom: 56px;
    margin-top: -79px;
    position: relative;
    z-index: 9;
    padding-left: 15px;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
}

.four-boxes .card-title a {
    color: #fff;
    text-transform: uppercase;
}

.new-element {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.new-element:focus {
    outline: none;
}

.new-element h3 {
    font-weight: 600;
    margin-bottom: 0;
}

.client-name-pic {
    margin-bottom: 10px;
}

.client-pic-div {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 5px;
}

.client-name-city {
    float: left;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.client-name-city a span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
}

.new-element p {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.new-element .media span {
    display: block;
}

.recomanded-company-wraper {
    background: #e9e9e9;
    padding: 80px 15px;
    /* display: none; */
}

.company-list {
    background: #fff;
    border: 4px solid #6f6f6f;
}

.logo-section {
    height: 170px;
    padding: 10px;
    display: table;
}

.dr-logo-section {
    display: table-cell;
    vertical-align: middle;
}

.dr-logo-section img {
    max-height: 130px;
}

.slick-slide img {
    width: 100%;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 35px;
    padding-left: 35px;
}

.comany-info {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 255px;
}

.comany-info h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #222;
}

.parice-return ul {
    padding: 0;
    list-style: none;
}

.parice-return ul li {
    margin-bottom: 15px;
    font-size: 14px;
}

.parice-return ul li span {
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
    color: #222;
}

.recomanded-company-wraper .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.recomanded-company-wraper .owl-nav span {
    font-size: 28px;
    margin-top: -4px;
    display: inline-block;
}

.recomanded-company-wraper .owl-dots {
    bottom: -43px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.recomanded-company-wraper .owl-dots button.owl-dot.active {
    background: #ca1523;
}

.recomanded-company-wraper .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    background: #6f6f6f;
    border-radius: 50%;
    margin: 0 5px;
}

.recomanded-company-wraper .owl-nav button.owl-prev {
    left: -77px;
}

.recomanded-company-wraper .owl-nav button.owl-prev,
.recomanded-company-wraper .owl-nav button.owl-next {
    top: 50%;
    position: absolute;
    z-index: 99;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #6f6f6f;
    color: #6f6f6f;
}

.recomanded-company-wraper .owl-nav button.owl-next {
    right: -77px;
}

.sample-report {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-top: 106px;
}

.sample-report a {
    display: block;
}

.sample-report img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 10px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
}

.sample-report img:Hover {
    border: 1px solid rgb(202, 22, 34);
    padding: 10px;
    box-shadow: none;
}

footer.footer-wraper {
    background: #0d0d0d;
    padding-top: 60px;
}

.bottom-navigation ul {
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 70%;
    margin: auto;
}

.bottom-navigation ul li {
    display: inline-block;
    margin: 10px 25px;
}

.bottom-navigation ul li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all linear 0.2s;
}

.bottom-navigation ul li a:Hover {
    opacity: 0.5;
}

.copy-right {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 44px;
}

.copy-right p {
    margin-bottom: 0;
    /* color: #6e6e6e; */
    color: #ffffff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.counter-value-recommendation {
    min-width: 87px;
}

.counter-value-success-rate {
    min-width: 140px;
}

.counter-value-cagr {
    min-width: 70px;
}

.counter-value-investment {
    min-width: 220px;
}

.counter-value-experience {
    min-width: 100px;
}

.counter-value-port-review {
    min-width: 185px;
}

ul.newsticker {
    padding: 0;
    list-style: none;
}

.recomanded-company-wraper .slick-slider {
    margin: 0px;
}

.recomanded-company-wraper .slick-slide {
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    outline: none;
}

.owl-one.slick-initialized .slick-prev,
.owl-one.slick-initialized .slick-next {
    top: 50%;
    position: absolute;
    z-index: 99;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #ce2532;
    color: #ce2532;
    background: none;
    transform: translatey(-50%);
    outline: none;
}
.owl-video.slick-initialized .slick-prev,
.owl-video.slick-initialized .slick-next {
    top: 50%;
    position: absolute;
    z-index: 99;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #ce2532;
    color: #ce2532;
    background: none;
    transform: translatey(-50%);
    outline: none;
}
.owl-partner.slick-initialized .slick-prev,
.owl-partner.slick-initialized .slick-next {
    top: 50%;
    position: absolute;
    z-index: 99;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #ce2532;
    color: #ce2532;
    background: none;
    transform: translatey(-50%);
    outline: none;
}

.owl-one.slick-initialized .slick-prev:Hover,
.owl-one.slick-initialized .slick-next:Hover {
    opacity: 0.7;
}
.owl-video.slick-initialized .slick-prev:Hover,
.owl-video.slick-initialized .slick-next:Hover {
    opacity: 0.7;
}
.owl-partner.slick-initialized .slick-prev:Hover,
.owl-partner.slick-initialized .slick-next:Hover {
    opacity: 0.7;
}

.owl-one.slick-initialized .slick-next {
    right: -58px;
}
.owl-video.slick-initialized .slick-next {
    right: -58px;
}
.owl-partner.slick-initialized .slick-next {
    right: -58px;
}

.owl-one.slick-initialized .slick-prev {
    left: -56px;
}
.owl-video.slick-initialized .slick-prev {
    left: -56px;
}
.owl-partner.slick-initialized .slick-prev {
    left: -56px;
}

.owl-one.slick-initialized .slick-dots {
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -55px;
    width: 100%;
}
.owl-video.slick-initialized .slick-dots {
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -55px;
    width: 100%;
}
.owl-partner.slick-initialized .slick-dots {
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -55px;
    width: 100%;
}

.owl-one.slick-initialized .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.owl-video.slick-initialized .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.owl-partner.slick-initialized .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.owl-one.slick-initialized .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #6f6f6f;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    padding: 0;
}

.owl-video.slick-initialized .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #6f6f6f;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    padding: 0;
}
.owl-partner.slick-initialized .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #6f6f6f;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    padding: 0;
}

.owl-one.slick-initialized li.slick-active button {
    background: #ca1523;
}
.owl-video.slick-initialized li.slick-active button {
    background: #ca1523;
}
.owl-partner.slick-initialized li.slick-active button {
    background: #ca1523;
}

.owl-one.slick-initialized button.slick-arrow i {
    color: #ce2532;
}

.owl-video.slick-initialized button.slick-arrow i {
    color: #ce2532;
}
.owl-partner.slick-initialized button.slick-arrow i {
    color: #ce2532;
}

.slick-dots li button,
.slick-slider,
.slick-slider a:focus {
    outline: none !important;
}

.login-modal .modal-body {
    padding: 40px 60px;
}

.login-modal .modal-content {
    border-radius: 0;
    outline: 0;
    border: 0;
}

.login-modal .modal-header {
    padding: 10px 20px;
    background: #ca1523;
    border-radius: 0;
    border: 0;
}

.login-modal .form-control {
    border: 1px solid #ced4da;
    border-radius: 0;
    height: 42px;
}

.login-modal label {
    color: #323232;
    font-weight: 500;
}

.login-modal .modal-header .close {
    padding: 10px;
    margin: -7px -19px;
}

.login-modal .modal-header .modal-title {
    color: #fff;
}

.login-modal .modal-header .close {
    opacity: 1;
    font-weight: 400;
    text-shadow: none;
    color: #fff;
}

.login-modal .btn-login-register,
.contact-form .btn-login-register {
    background: #ca1523;
    color: #fff;
    height: 42px;
    border-radius: 21px;
    margin: auto;
    margin-top: 10px;
    display: block;
    width: 160px;
    text-transform: uppercase;
}

.contact-form .btn-login-register {
    float: left;
    margin-bottom: 0;
}

.border-user-forgot-pasword {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 25px;
    padding-top: 25px;
    margin-bottom: 0;
}

.border-user-forgot-pasword a {
    color: #323232;
}

.border-user-forgot-pasword a:Hover {
    color: #666;
}

.register-process-field label span {
    color: #ca1523;
}

.register-process-field .modal-body {
    padding: 60px;
    padding-bottom: 50px;
}

.about-top-heading {
    height: 180px;
    text-align: center;
}

.ace-main.about-top-heading {
    height: 700px;
    text-align: center;
}

.about-top-heading ul {
    margin-bottom: 0;
    margin-top: -3px;
    list-style: none;
    padding: 0;
    text-align: center;
}

.about-top-heading ul li {
    display: inline-block;
    margin-right: 40px;
    text-transform: capitalize;
    position: relative;
}

.about-top-heading ul li:last-child {
    margin-right: 0;
}

.about-top-heading ul li:after {
    position: absolute;
    left: 62px;
    top: 1px;
    content: '>'
}

.about-top-heading ul li:last-child:after {
    display: none;
}

.inner-top-heading h3 {
    font-size: 48px;
    font-weight: 700;
    color: #ca1523;
    margin-bottom: 0;
}

.inner-top-heading h1 {
    font-size: 48px;
    font-weight: 700;
    color: #ca1523;
    margin-bottom: 0;
}

.about-main-text {
   padding: 35px 0 20px 0;
}
.pricing4 img.card-img-top {
    min-height: 300px;
    max-height: 300px;
}

.about-text p {
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
}

.about-text ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.about-text ul li {
    line-height: 21px;
    margin-bottom: 10px;
    color: #323232;
    padding-left: 30px;
}


/*.about-text ul li:after{position: absolute; width:20px; height: 20px; border: 1px solid #ca1523; left:0; border-radius: 50%;      font-family: "Font Awesome\ 5 Free"; font-weight: 400; content: "\f104";}*/

.about-text ul li i {
    font-weight: 900;
    border: 1px solid #ca1523;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 17px;
    margin-right: 8px;
    border-radius: 50%;
    color: #ca1523;
    font-size: 11px;
    margin-left: -30px;
}

.about-text strong {
    color: #323232;
    font-weight: 600;
}

.subscribe-box {
    background: #fff;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.08);
    padding: 15px;
}

.bg-subscribe {
    background: #f5f5f5;
}

.bg-subscribe .about-main-text {
    padding: 20px 0;
    padding-bottom: 80px;
}
.bg-subscribe .what-we-offer .about-main-text{padding-bottom:0px}

.subscription-heading-column {
    background: #ca1523;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
}

.subscription-heading-column h2 {
    margin-bottom: 0;
    font-size: 21px;
}

.subscription-column {
    background: #f5f5f5;
    padding: 10px 20px;
    padding-top: 15px;
    border: 1px solid #dedede;
}

.subscription-column ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.subscription-column ul li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 45px;
    position: relative;
}

.subscription-column ul li:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    background: url('../img/dr.png');
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 5;
}

.subscription-column ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.subscription-column ul li i {
    position: absolute;
    left: 3px;
    font-size: 18px;
    color: #41ad52;
    top: 0px;
}

.subscription-column h3 {
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 600;
}

.stock-recomm-price-table {
    margin-top: 0px;
    margin-bottom: 30px;
}

.stock-recomm-price-table table th {
    background: #3d3d3d;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 6px;
    font-size: 18px;
    width: 50%;
	line-height	:4px
}

.stock-recomm-price-table table td {
    border: 1px solid #dcdcdc;
    padding: 10px 25px;
    background: #f5f5f5;
}

.stock-recomm-price-table table td p {
    line-height: 21px;
    margin-bottom: 2px;
}

.stock-recomm-price-table .custom-control {
    background: #fff;
    margin-bottom: 7px;
    padding: 5px 5px;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}


/*.stock-recomm-price-table .custom-control:nth-child(2){margin-bottom: 0;}*/

.stock-recomm-price-table .custom-control-label::after,
.stock-recomm-price-table .custom-control-label::before {
    left: 0rem;
    top: 2px;
}

.stock-recomm-price-table .custom-control-label {
    padding-left: 20px;
    display: block;
    font-weight: 500
}

.stock-recomm-price-table .custom-control-label span {
    float: right;
    font-weight: 500;
}

.stock-recomm-price-table .custom-control-label span i {
    font-weight: 600;
}

.stock-recomm-price-table .btn-login-register {
    margin-right: 0;
    width: 100%;
    text-transform: uppercase;
    height: 42px;
    border-radius: 21px;
    max-width: 220px;
    margin: auto;
    display: block;
}

.bank-detail {
    background: #fff;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.08);
    margin-top: 60px;
}

.bank-detail table td {
    border: 1px solid #dcdcdc;
    padding: 8px 10px;
    background: #f5f5f5;
}

.note-para {
    margin-top: 30px;
    width: 100%;
}

.note-para a {
    font-weight: 600;
    color: #323232;
}

.note-para strong {
    color: #323232;
}

.about-main-text .sample-report {
    margin-top: 71px;
}

.bank-detail-header {
    background: #3d3d3d;
    color: #fff;
    padding: 6px;
    margin-bottom: 15px;
    font-size: 18px;
}


/*----advisory----*/

.performance-bg {
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.08);
}

.return-prudnet-equity {
    background: #ca1523;
}

.performance-prudnet-equity .table-bordered td,
.performance-prudnet-equity .table-bordered th {
    border: 1px solid #ca1523;
}

.recoomanded-table {
    padding: 20px;
}

.recoomanded-table table {
    margin-bottom: 0;
}

.invest-10lack {
    margin-bottom: 0;
    margin-top: 20px;
}

.recoomanded-table .table thead th {
    background: #3d3d3d;
    color: #fff;
    border-bottom: 1px solid #dee2e6;
}

.smalltitle {
    color: #ca1523;
    position: relative;
    padding: 0 16px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.smalltitle:before,
.smalltitle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #ca1523;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.smalltitle:after {
    right: 0;
    left: inherit;
    content: '';
}

.contact-info {
    margin-top: 40px;
    text-align: center;
    display: block;
}
.d-main .card:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.contact-info address b {
    font-weight: 600;
    color: #323232;
    text-transform: uppercase;
}

.contact-info address p {
    color: #323232;
    margin-top: 11px;
}

.contact-info address {
    margin-bottom: 30px;
    padding-bottom: 0
}

.contact-no {
    margin-bottom: 35px;
}

.contact-no a {
    display: block;
    margin-bottom: 5px;
}

.contact-form {
    padding: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px 0 hsla(0, 0%, 0%, 0.15);
}

.contact-form label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #323232;
    font-weight: 500;
}

.contact-form label span {
    color: #ca1523;
}

.contact-form .form-control {
    border: 1px solid #dee2e6;
    border-radius: 0;
}

.address-map {
    position: relative;
    height: 100%;
}

.address-map iframe {
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 35px 0 hsla(0, 0%, 0%, 0.15);
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    border: 0;
}




.team1 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
    background-image: linear-gradient(345deg, #ffc4c4, #d9d9d900, #ffc4c4);
    background-attachment: fixed;
    background-size: cover;
}


.team-12 {
    background-color: #e9e9e9;
    background-attachment: fixed;
    background-size: cover;
    background-image: linear-gradient(345deg, #e9e9e9, #e9e9e9, #e9e9e9);
}

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

.team1 .font-weight-medium {
	font-weight: 500;
}

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

.team1 .subtitle {
    /* color: #8d97ad; */
    color: #000;
    line-height: 24px;
}

.team1 .pro-pic {
  min-height: 200px;
}
.bdr-left {
    border-left: 2px solid #c41021;
}
.bdr-right {
    /*border-right: 2px solid #c41021;*/
}

.team-memeber1 h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #323232;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.team-memeber1 span {
    Display: block;
    font-size: 15px;
    letter-spacing: 0;
    color: #ca1523;
    text-transform: capitalize;
    margin-top: 5px;
}

.team1 .pro-pic .card-img-overlay {
  background: rgba(26, 139, 243, 0.87);
  display: none;
}

.team1 .pro-pic .card-img-overlay ul {
  top: 50%;
}

.team1 .pro-pic .card-img-overlay ul li a {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team1 .pro-pic .card-img-overlay ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
}

.team1 .pro-pic:hover .card-img-overlay {
  display: block;
}



.btn.get-direction {
    margin-top: 20px;
    margin-right: 0;
    display: inline-block;
}

.contact-us-bg {
    background: #f5f5f5;
}

.testimonial-wraper.section{padding:40px 0 40px 0;border-top:1px solid rgba(0,0,0,0.1)}

.testimonial-wraper {
    background: #f5f5f5;
}

.testimoial-box {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.testimoial-box p {
    margin-bottom: 0;
}

.testimoial-box h5 {
    font-size: 18px;
    color: #323232;
    margin-bottom: 12px;
}

.testimoial-box h5 span {
    display: block;
    text-transform: capitalize;
    font-size: 13px;
    color: #ca1523;
}

.testimoial-box .media-body {
    padding-left: 10px;
}


/*.testimoial-box:nth-child(even){ background:none; box-shadow:none;}*/

.testimoial-box ul {
    margin-top: 10px;
}

.testimoial-box ul li {
    margin-bottom: 5px;
}

.testimonial-wraper .card-body ul {
    padding-left: 30px;
}

.testimonial-wraper .faq-wraper .card-body ul {
    padding-left: 20px;
}

.about-main-text .accordion {
    width: 100%;
}

.about-main-text .accordion>.card {
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}

.about-main-text .card-header {
    background: #fff;
    border-bottom: 0;
}

.about-main-text .card-header button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: left;
}

.about-main-text .card {
    border: 0;
}

.about-main-text .card-body {
    line-height: 24px;
}

.about-main-text .btn-link {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.what-we-offer .about-main-text .btn-link {font-size:16px}

.about-main-text .btn-link:hover {
    opacity: 1;
}

.about-main-text ul {
    padding-left: 0px;
    margin-bottom: 20px;
}

.about-main-text ul li {
    margin-bottom: 10px;
    padding-left: 30px;
}

.about-main-text .testimoial-box ul {
    padding-left: 20px;
}

.about-main-text .testimoial-box ul li {
    padding-left: 0px;
}

.about-main-text .faq-wraper ul li {
    padding-left: 10px;
}

.about-main-text .card-header {
    position: relative;
}

.about-main-text .card-header:after {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    bottom: 0;
}

.about-main-text .card-header button i {
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
    position: absolute;
    right: 15px;
    top: 18px;
}

.news-media-wraper .card-body {
    padding: 35px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.08);
}

.news-media-wraper .card {
    margin-bottom: 20px;
}

.news-media-wraper .card-title {
    position: relative;
    margin-bottom: 25px;
}

.news-media-wraper .card-title:after {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #f00;
    left: 0;
    bottom: -15px;
    content: '';
}

.more-corner {
    border: 1px solid #ca1523;
    color: #ca1523;
    display: inline-block;
    padding: 0px 25px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.card-columns.news-media-wraper {
    column-count: 1;
}

.card-columns.news-media-wraper h5 {
    color: #323232;
    font-size: 18px;
}

.articale-wraper .card-body {
    padding-bottom: 25px;
}

.news-media-wraper .card:last-child {
    margin-bottom: 0;
}

.reccomended-advisory-bg .bank-detail {
    margin-top: 0;
}

.performance-margin-b,
.performance-prudnet-equity {
    margin-bottom: 40px;
}

.contact-form .smalltitle {
    margin-bottom: 20px;
}

.team-memeber1 p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.main-menu-bar .dropdown-item {
    font-size: 14px;
}

.main-menu-bar .dropdown-item.active,
.main-menu-bar .dropdown-item:active {
    background: #ca1523;
}

.d-main .card{
    /*box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px; */
   background: linear-gradient(45deg, transparent, #e1e1e1);
}
.inner-top-heading-1 h3{
   color: #be0a1f;
    /* background-color: #be0a1f; */
    display: inline-block;
    padding: 0.4rem 2rem;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    font-size: 2rem;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
    margin-bottom: 1rem;
}

.inner-top-heading-1 {
    text-align: center;
}
.team-area {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.team-memeber {
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.d-main .pro-pic img {
    min-height: 234px;
    max-height: 249px;
}



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

.pricing4 .text-success {
  color: #2cdd9b !important;
}

.pricing4 .price small {
  color: #8d97ad;
  font-size: 16px;
}

.pricing4 h5 {
   font-size: 18px;
    color: #c41021;
    margin-bottom: 0.4rem;
}

.pricing4 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

 .pricing4 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.pricing4 .btn-md {
    padding: 10px 25px;
    font-size: 16px;
}



.main-member .card {
    background-color: #fff;
}

.main-member .card .team-memeber1 h5{
    color: #b9031d;
    font-size: 20px;
    font-weight: 600;
    /* border-bottom: 1px solid #000; */
    display: table;
    padding-bottom: 0.2rem;
    border-width: 1px;
    border-width: thin;
}

.pricing4 .card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.main-member {
    margin-bottom: 0rem;
}
.main-member .card .team-memeber1 h5 span{
   color: #000000;
    font-size: 17px;
    /* border-bottom: 1px solid #000; */
    display: table;
    padding-bottom: 0.2rem;
    border-width: 1px;
    border-width: thin;
}
.about-top-heading1 {
    height: 115px;
    text-align: center;
}
.main-member .card .team-memeber1 p{
    color: #000;
    font-size: 16px;
}
.team-memeber h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #323232;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.team-memeber span {
    Display: block;
    font-size: 13px;
    letter-spacing: 0;
    color: #ca1523;
    text-transform: capitalize;
    margin-top: 5px;
}

.team-memeber img {
    width: auto;
    max-width: 210px;
}

.team-memeber .media-body {
    padding-left: 25px;
    padding-top: 10px;
}

.team-memeber .media-body P:last-child {
    margin-bottom: 0;
}

.team-area .col-md-12:last-child .media.team-memeber {
    border-bottom: 0;
    padding-bottom: 0;
}

.faq-wraper .accordion .card:last-child {
    margin-bottom: 0;
}

.payment-option-col {
    display: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(202,21,35, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.testimonial-big-img {
    height: 100px;
    border-radius: 50%;
    width: 100px;
}

.logout-btn-border {
    border: 1px solid #ca1523;
    color: #ca1523;
    padding: 5px 10px;
    border-radius: 21px;
    display: inline-block;
    min-width: 90px;
    text-align: center;
}

.logout-btn-border:hover {
    background: #ca1523;
    color: #fff;
}

.after-login-lnk .dropdown-toggle {
    border: none;
    background: transparent;
    display: inline-table;
    outline: none;
    color: #555;
}

.after-login-lnk a {
    font-size: 13px;
}

.after-login-lnk .dropdown {
    display: inline-table;
}

.after-login-lnk .dropdown-menu {
    margin: 0;
}

.after-login-lnk .dropdown:hover .dropdown-menu {
    display: block;
}

.after-login-lnk .dropdown-item:hover {
    color: #cc1b29;
    background: transparent;
}

.after-login-lnk a:hover {
    color: #cc1b29;
}

@media(max-width:1900px) {
    .header .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 27px;
        padding-left: 27px;
    }
}

@media(max-width:1835px) {
    .header .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media(max-width:1720px) {
    .header .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media(max-width:1500px) {
    .header .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 11px;
        padding-left: 11px;
    }
}

@media(max-width:1400px) {
    .header.after-login .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 17px;
        padding-left: 17px;
    }
    .header.before-login .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
    .counter-value-success-rate {
        min-width: 140px;
    }
    .counter-value-cagr {
        min-width: 70px;
    }
	.counter-value-success-rate1{
	min-width: 70px;
	}
}
.counter-value-success-rate1{
	min-width: 70px;
	}

@media(max-width:1470px) {
    .navbar-expand-lg.main-menu-bar .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
    .number-count {
        font-size: 48px;
    }
    .counter-value-investment {
        min-width: inherit;
    }
    .counter-value-port-review {
        min-width: inherit;
    }
    .counter-value-experience {
        min-width: 80px;
    }
    .numbering-box small {
        margin-top: 10px;
    }
    .numbering-box small.portfolio-review-plus {
        right: 22px;
        top: -3px;
    }
    .numbering-box small.exeperience-plus {
        right: -13px;
    }
    .numbering-box small.investment-query-pls {
        right: 3px;
    }
}

@media(max-width:1366px) {
    .header.after-login .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media(max-width:1300px) {
    .btn-login-register {
        margin-right: 0;
    }
    .header .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 4px;
        padding-left: 4px;
    }
    .bottom-navigation ul {
        width: 80%;
    }
    .bottom-navigation ul li {
        margin: 10px 15px;
    }
    .header.before-login .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 6px;
        padding-left: 5px;
    }
    .header.after-login .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 11px;
        padding-left: 11px;
    }
    .subscription-heading-column h2 {
        font-size: 18px;
    }
    .subscription-column {
        min-height: 700px;
    }
    .after-login .top-social ul li {
        margin: 0 0;
    }
    .after-login .top-social ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media(max-width:1199.98px) {
    .quote-text h1 {
        font-size: 36px;
        font-weight: 600;
    }
    .home-carosel.slick-initialized .slick-prev,
    .home-carosel.slick-initialized .slick-next {
        width: 42px;
        height: 42px;
        font-size: 13px;
    }
    .icon-numbring {
        width: 56px;
        height: 56px;
        line-height: 53px;
    }
    .icon-numbring img {
        width: 24px;
    }
    .number-count {
        font-size: 36px;
    }
    .w-80 {
        max-width: 100%;
    }
    .counter-value-investment {
        min-width: 120px;
    }
    .counter-value-experience {
        min-width: 55px;
    }
    .numbering-box small {
        margin-top: 0;
    }
    .counter-value-port-review {
        min-width: inherit;
    }
    .number-count span {
        font-size: 14px;
    }
    .numbering-wraper {
        padding: 30px 15px 40px;
    }
    .four-boxes .card-body {
        width: calc(100% - 0px);
    }
    .four-boxes .card-title {
        font-size: 16px;
        letter-spacing: 0.2px;
        font-weight: 500;
    }
    .counter-value-success-rate {
        min-width: 105px;
    }
    .counter-value-cagr {
        min-width: 55px;
    }
	.counter-value-success-rate1 {
  min-width: 50px;
}
    .recomanded-company-wraper .slick-slide {
        margin-right: 10px;
        margin-left: 10px;
    }
    .company-list {
        border: 2px solid #6f6f6f;
    }
    .bottom-navigation ul {
        width: 90%;
    }
    .owl-one.slick-initialized .slick-prev,
    .owl-one.slick-initialized .slick-next {
        display: none !important;
    }
    .owl-video.slick-initialized .slick-prev {
        /*display: none !important;*/
            left: 12px;
            background: #f8f9fa;
            opacity: 0.7;
    }
    .owl-partner.slick-initialized .slick-prev {
        /*display: none !important;*/
            left: 12px;
            background: #f8f9fa;
            opacity: 0.7;
    }
    
    .owl-video.slick-initialized .slick-next {
        /*display: none !important;*/
            right: 12px;
            background: #f8f9fa;
            opacity: 0.7;
    }
    .owl-partner.slick-initialized .slick-next {
        /*display: none !important;*/
            right: 12px;
            background: #f8f9fa;
            opacity: 0.7;
    }
    
    footer.footer-wraper {
        padding: 40px 15px 0px;
    }
    .main-menu-bar .nav-item.active:after {
        left: 7px;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        height: 2px;
    }
    .header .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: 9;
        left: -300px;
        min-width: 260px;
        padding: 15px;
        box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.10);
        height: 100%;
        display: block;
        -moz-transition: all linear 0.2s;
        -ms-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }
    .header .navbar-collapse.show {
        height: 100%;
        left: 0;
    }
    .header .navbar-collapse .nav-link {
        padding: 10px;
    }
    .header .navbar-collapse .navbar-nav {
        margin-top: 20px;
    }
    /*cross-btn*/
    .close-menu {
        position: absolute;
        right: 27px;
        top: 13px;
        width: 12px;
        height: 21px;
        opacity: 0.5;
        cursor: pointer;
    }
    .close-menu:hover {
        opacity: 1;
    }
    .close-menu:before,
    .close-menu:after {
        position: absolute;
        left: 15px;
        content: '';
        height: 21px;
        width: 2px;
        background-color: #222;
    }
    .close-menu:before {
        transform: rotate(45deg);
    }
    .close-menu:after {
        transform: rotate(-45deg);
    }
    .main-menu-bar button.navbar-toggler:focus {
        outline: none;
        border: 1px solid #ca1523;
    }
    .subscription-column {
        min-height: 675px;
    }
}

@media(max-width:991.98px) {
    .four-boxes .card {
        margin-bottom: 30px;
    }
    .four-boxes {
        padding: 80px 15px 50px
    }
    .bottom-navigation ul {
        width: 100%;
        margin: 10px 0px;
    }
    .stock-recomm-price-table {
        margin-bottom: 20px;
    }
    .bank-detail {
        margin-top: 0px;
    }
    .bg-subscribe .about-main-text {
        padding: 20px 0;
        padding-bottom: 40px;
    }
    .about-main-text {
        padding: 40px 0;
    }
    .contact-us-bg .about-main-text {
        padding: 40px 0 100px;
    }
    .about-main-text .sample-report {
        margin-top: 21px;
    }
    .performance-margin-b,
    .performance-prudnet-equity {
        margin-bottom: 20px;
    }
    .contact-form {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .register-process-field .modal-body {
        padding: 40px;
        padding-bottom: 50px;
    }
    table {
        width: 100%;
    }
    .subscription-column {
        min-height: auto;
    }
    .after-login.logo-box img {
        margin: 6px 0;
        max-width: 215px;
    }
    .after-login.logo-box {
        text-align: center;
    }
    .after-login.logo-box:before {
        background: none;
        transform: inherit;
    }
    .after-login .sebi-registration {
        margin: 8px 0;
    }
}

@media(max-width:767.98px) {
    .pricing4 img.card-img-top {
    min-height: 100%;
    max-height: 100%;
}
    .bdr-left, .bdr-right {
    border: 1px solid #c41021;
    border-top: none;
}
    .quote-text {
        width: 80%;
    }
    .quote-text h1 {
        font-size: 24px;
        font-weight: 500;
    }
    .home-carosel.slick-initialized button.slick-prev,
    .home-carosel.slick-initialized button.slick-next {
        display: none !important;
    }
    .quote-text span {
        margin-top: 10px;
    }
    .number-count {
        font-size: 28px;
    }
    .icon-numbring {
        width: 48px;
        height: 48px;
        line-height: 45px;
        margin-top: 10px;
    }
    .icon-numbring img {
        width: 21px;
    }
    .counter-value-port-review {
        min-width: 80px;
    }
    .numbering-box small {
        font-size: 24px;
    }
    .numbering-box small.portfolio-review-plus {
        right: 65px;
        top: 6px;
    }
    small.investment-query-pls {
        right: 54px;
    }
    .numbering-box small.exeperience-plus {
        right: -2px;
        top: 5px;
    }
    .counter-value-investment {
        min-width: 100px;
    }
    .counter-value-experience {
        min-width: 42px;
    }
    .numbering-box small.investment-query-pls {
        right: 49px;
    }
    .four-boxes {
        padding: 50px 15px 30px;
    }
    .recomanded-company-wraper {
        padding: 40px 15px;
    }
    .home-carosel.slick-initialized .slick-dots {
        bottom: -30px;
        margin-bottom: 0;
    }
    .numbering-wraper {
        padding: 40px 15px 40px;
    }
    .home-carosel.slick-initialized .slick-dots li button {
        background: #6f6f6f;
    }
    .counter-value-success-rate {
        min-width: 80px;
    }
    .counter-value-cagr {
        min-width: 45px;
    }
    .bottom-navigation ul li {
        display: inline-block;
        margin: 10px;
    }
    /*-------------navigation-------------*/
    .btn-register-custom {
        padding: .375rem 10px;
    }
    .top-social ul li {
        margin: 0 2px;
    }
    .right-signup-wraper {
        padding: 5px;
    }
    .logo-box:before {
        height: calc(100% + 5px);
        top: -5px;
    }
    /*---about-us---*/
    .team-memeber {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .team-memeber img {
        width: 90px;
    }
    .team-area {
        margin-top: 20px;
    }
    .about-text p {
        margin-bottom: 10px;
    }
    .about-main-text {
        padding: 40px 0;
    }
    .contact-us-bg .about-main-text {
        padding: 40px 0 100px;
    }
    .about-top-heading {
        height: 140px;
    }
    .inner-top-heading h3 {
        font-size: 42px;
        font-weight: 600;
    }
    .about-main-text .sample-report {
        margin-top: 21px;
    }
    .contact-form {
        margin-top: 30px;
    }
    .about-main-text .btn-link {
        font-size: 16px;
        font-weight: 500;
    }
    .testimoial-box img {
        width: 72px;
    }
    .news-media-wraper .card-body {
        padding: 20px;
    }
    footer.footer-wraper {
        padding-top: 10px;
    }
    .copy-right {
        margin-top: 4px;
    }
    .sample-report {
        margin-top: 78px;
    }
    .after-login .sebi-registration {
        text-align: center
    }
    .after-login .sebi-registration {
        margin: 2px 0;
    }
    .after-login.logo-box img {
        margin: 0;
    }
    .after-login .top-social {
        margin-bottom: 5px;
    }
}

@media(max-width:660px) {
    .number-count {
        font-size: 21px;
    }
    small.investment-query-pls {
        right: 73px;
    }
    .icon-numbring {
        margin-top: 2px;
        line-height: 42px;
    }
    .numbering-box small.investment-query-pls {
        right: 75px;
    }
    .counter-value-experience {
        min-width: 32px;
    }
    .numbering-box small.exeperience-plus {
        right: 12px;
        top: 0;
    }
    .numbering-box small.portfolio-review-plus {
        right: 84px;
        top: 0;
    }
    .icon-numbring {
        width: 36px;
        height: 36px;
        line-height: 30px;
    }
    .icon-numbring img {
        width: 18px;
    }
    .copy-right {
        margin-top: 15px;
    }
    footer.footer-wraper {
        padding-top: 20px;
    }
    .sample-report {
        margin-top: 78px;
    }
    .note-para {
        margin-top: 20px;
        width: 100%;
    }
}

@media(max-width:640px) {
    .top-social ul li a {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .top-social ul li a i {
        font-size: 14px;
    }
    .about-main-text .card-header button i {
        font-size: 11px;
    }
    .stock-recomm-price-table table th {
        font-size: 16px;
    }
}

@media (max-width:620px) {
    .btn-register-custom {
        padding: .375rem 6px;
    }
    .auto-100-col {
        width: 100%;
        margin-bottom: 20px;
    }
    .numbering-box small {
        position: relative;
    }
    .icon-numbring {
        width: 62px;
        height: 62px;
        line-height: 52px;
    }
    .numbering-box {
        display: inline-block;
    }
    .icon-numbring img {
        width: 32px;
    }
    .number-count {
        font-size: 36px;
    }
    .numbering-box small {
        font-size: 36px;
    }
    .numbering-box small.investment-query-pls {
        right: 29px;
    }
    .numbering-box small.portfolio-review-plus {
        right: 44px;
    }
    .numbering-box small.exeperience-plus {
        right: -2px;
    }
    .numbering-wraper {
        padding: 40px 15px 20px;
    }
}

@media (max-width:575px) {
    .top-logo-section {
        padding: 0 15px;
    }
    .logo-box:before {
        transform: skew(0deg, 0deg);
        width: calc(100% + 60px);
        left: -30px;
        height: 100%;
    }
    .logo-box a {
        display: block;
        text-align: center;
    }
    .quotetion-wraper img {
        height: 220px;
        object-fit: cover;
    }
    .quote-text h1 {
        font-size: 21px;
        text-shadow: 1px 1px 10px #000;
    }
    .sample-report img {
        padding: 2px;
    }
    .bottom-navigation ul li {
        display: inline-block;
        padding: 5px;
        margin: 0;
    }
    .bottom-navigation ul li a {
        font-size: 13px;
    }
    .about-top-heading {
        height: 120px;
    }
    .inner-top-heading h3 {
        font-size: 25px;
        font-weight: 600;
    }
    .login-modal .modal-body {
        padding: 30px;
        padding-bottom: 20px;
    }
    .login-modal .btn-login-register {
        margin-top: 0;
    }
    .border-user-forgot-pasword {
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .address-map iframe {
        position: relative;
        height: 280px;
    }
    .about-main-text .card-header button {
        font-size: 14px;
    }
    .testimoial-box {
        padding: 15px;
    }
    .testimoial-box img {
        width: 56px;
    }
    .team-memeber {
        padding: 0 15px 10px;
    }
    .team-memeber img {
        width: 72px;
    }
    .team-memeber .media-body {
        padding-left: 15px;
        padding-top: 0px;
    }
    .payment-option-col {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        padding: 5px;
        padding-bottom: 10px;
        color: #3d3d3d;
        display: block;
    }
    .stock-recomm-price-table table th {
        display: none;
    }
    .stock-recomm-price-table table,
    .stock-recomm-price-table table tbody,
    .stock-recomm-price-table table tr,
    .stock-recomm-price-table table td {
        padding: 0;
        display: block;
        width: 100%;
    }
    .stock-recomm-price-table table td {
        padding: 12px;
    }
    .stock-recomm-price-table .custom-control:nth-child(2) {
        margin-bottom: 8px;
    }
    .stock-recomm-price-table .custom-control {
        padding: 5px;
    }
    .stock-recomm-price-table .custom-control-label {
        font-size: 12px;
    }
    .stock-recomm-price-table table td p {
        line-height: 18px;
        margin-bottom: 2px;
        font-size: 14px;
    }
    .stock-recomm-price-table .btn-login-register {
        height: 32px;
        border-radius: 16px;
        max-width: 120px;
        font-size: 13px;
    }
    .subscription-heading-column h2,
    .subscription-column h3 {
        font-size: 16px;
    }
    .subscription-column ul li {
        padding-left: 25px;
    }
    .subscription-column ul li i {
        left: 0;
    }
    .stock-recomm-price-table table th {
        font-size: 16px;
    }
    .bank-detail-header {
        font-size: 14px;
    }
    .stock-recomm-price-table .custom-control-label span i {
        font-size: 11px;
        margin-left: 0;
        margin-right: -2px;
    }
    .stock-recomm-price-table .btn-login-register {
        height: 32px;
        border-radius: 16px;
        max-width: 100px;
        font-size: 13px;
    }
    .contact-info {
        margin-top: 0px;
    }
    .contact-info address {
        margin-bottom: 20px;
    }
    .contact-no {
        margin-bottom: 15px;
    }
    .address-map {
        margin-top: 20px;
        height: inherit;
    }
    .testimoial-box h5 {
        margin-bottom: 8px;
    }
}

@media (max-width:480px) {
    .stock-recomm-price-table .custom-control-label::before,
    .stock-recomm-price-table .custom-control-label::after {
        width: 12px;
        height: 12px;
    }
    .stock-recomm-price-table .custom-control-label {
        padding-left: 15px;
    }
}

@media (max-width:420px) {
    .top-social ul li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .btn-register-custom {
        height: 32px;
        font-size: 12px;
        padding: 0 10px;
    }
    .sebi-registration {
        font-size: 12px;
    }
}

.top-strip {
    text-align: center;
    background-color: rgb(205, 26, 32);
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 8px;
    z-index: 99;
    font-weight: 700
}

.section {
    padding: 80px 0;
}

.what-we-offer .inner-top-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #ca1523;
    font-size: 42px;
    margin: 0 0 15px 0;
    line-height: 42px;
}

.what-we-offer .media {
    border: none;
    box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
    padding: 35px 20px;
    overflow: hidden;
}

.what-we-offer .media .media-body {
    margin-left: 15px;
}

.what-we-offer .media .media-body h5 {
    color: #000
}

.what-we-offer .media .media-icon {
    width: 73px;
    height: 73px;
    border-radius: 80px;
    background-color: #ca1523;
    line-height: 70px;
    text-align: center;
}

.what-we-offer .media .card-img-top {
    width: 55%;
    z-index: 2;
}

.what-we-offer .card .card-body {
    padding: 0px
}

.inner-top-heading h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ca1523;
    margin-bottom: 0;
    line-height: 40px;
}
.our-history.container-fluid {
    padding: 0;
}
.our-history.container-fluid .row {
    margin: 0;
}
.our-history.container-fluid .row div[class*='col-'] {
    padding: 0;
}
.our-history {
    position: relative;
}
.our-history:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1
}
.our-history .card-body {
    max-width: 900px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
}
.our-history .card-body h5 {
    font-size: 42px;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 42px;
    font-weight: 700
}
.our-history .card-body p {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}
.client-testimonials .card-body {
    padding: 0px
}
.client-testimonials h5 {
    font-size: 42px;
    color: #ca1523;
    margin: 0 0 15px 0;
    line-height: 42px;
    font-weight: 700
}
.client-testimonials .carousel1 .owl-nav {
    text-align: center;
}
.client-testimonials .carousel1 .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    line-height: 42px;
    border: 2px solid #ca1523;
    color: #ca1523;
    border-radius: 50px;
    margin-right: 5px;
}
.client-testimonials .carousel1 .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    line-height: 42px;
    border: 2px solid #ca1523;
    color: #ca1523;
    border-radius: 50px;
    margin-left: 5px;
}
.client-testimonials .carousel1 .owl-nav .owl-prev:hover {
    opacity: 0.7
}
.client-testimonials .carousel1 .owl-nav .owl-next:hover {
    opacity: 0.7;
}
.client-testimonials .carousel1 .owl-dots {
    display: none
}
.client-testimonials .carousel1 p {
    text-align: center
}
.client-testimonials .carousel1 .card-body p:nth-child(3) {
    margin-bottom: 5px;
    font-weight: 600
}
.our-history .btn-light {
    padding: 8px 20px;
    border-radius: 30px;
    color: #fff;
    background-color: #ca1523;
    border-color: #ca1523;
}
.our-history .btn-light:hover,
.our-history .btn-light:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.faq-home.testimonial-wraper p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.faq-home.testimonial-wraper .about-main-text .card-header {
    padding: 15px 20px 0px 20px;
}
.faq-home.testimonial-wraper .about-main-text .card-header:after {
    display: none;
}
.faq-home.testimonial-wraper .about-main-text .card .card-body {
    padding: 0px 20px 20px 20px;
}
.faq-home.testimonial-wraper .about-main-text ul li {
    padding-left: 0px;
    margin-bottom: 0px;
}
.faq-home.testimonial-wraper .about-main-text ul li:first-child {
    margin-top: 5px;
}
.faq-home.testimonial-wraper .about-main-text .card {
    margin-bottom: 20px;
	min-height:150px
}
.faq-home+.bank-detail {
    margin-top: 0px
}

.faq-home .about-main-text {
    padding-bottom: 0px;
    min-height: auto
}
.ace-info.about-main-text .about-text {
    text-align: right;
    overflow: hidden;
}
.ace-info.about-main-text .about-text .about-text-inner-content {
    width: 50%;
    float: left;
	min-height:130px;
	padding:0 15px
}
.ace-info.about-main-text .about-text p {
    text-align: right;
}
.ace-info.about-main-text .about-text h4 {
    position: relative;
    color: #a5182e;
}
.ace-info.about-main-text .about-text h4:before {
    position: absolute;
    content: '';
    right: 0;
    width: 28px;
    height: 2px;
    background-color: #a5182e;
    bottom: 0;
}
.ace-info.about-main-text h2 {
    text-align: right;
    font-size: 32px;
    font-weight: 200;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ace-info.about-main-text h2 span {
    font-size: 32px;
    font-weight: 600;
    display: block;
}
.ace-intro {
    /* background-image: linear-gradient(to right top, #e65758, #ca4750, #ae3846, #922a3d, #771d32); */
    
    background-color: #f9f9f9;
    padding: 60px 0;
}
.ace-intro-content {
    /* background-color: #fff; */
    /* padding: 20px; */
    
    min-height: 135px;
    margin-bottom: 20px;
    /* border-bottom: 5px solid #fff; */
}
.ace-intro-content h5,
.ace-intro-content p {
    color: #fff
}
.ace-intro .para {
    color: #000
}
.ace-intro h2 {
    color: #c1b48e;
    font-weight: 700;
    font-size: 42px;
    margin: 0 0 15px 0;
    line-height: 42px;
}
.get-in-touch {
    background-color: #c1b48e;
    padding: 20px;
}
.get-in-touch h2 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    margin: 0 0 15px 0;
    line-height: 42px;
}
.get-in-touch p {
    color: #000;
    font-size: 20px;
}
.get-in-touch a {
    text-decoration: none;
    font-size: 20px;
    margin-right: 20px;
}
.get-in-touch .tel-link {
    font-size: 30px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    -webkit-animation: tada_animation 7s ease-in-out infinite;
    animation: tada_animation 7s ease-in-out infinite;
}
.get-in-touch .pdf-icon {
    font-size: 32px;
    top: 5px;
    position: relative;
    color: #ca1523;
}

.fab{ line-height: 3;}

@keyframes tada_animation {
    0% {
        transform: scale(1);
    }
    
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    
    100% {
        transform: scale(1) rotate(0);
    }
}
@-webkit-keyframes tada_animation {
    0% {
        transform: scale(1);
    }
    
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    
    100% {
        transform: scale(1) rotate(0);
    }
}
.recomanded-company-wraper .slick-dots {
    display: none!important;
}
.infographics-layout {
    display: flex;
    justify-content: right;
}
.philosphy-info.about-main-text {
    min-height: auto;
}

.header nav.navbar .dropdown-menu{
        display:none;
    }
    .nav-item.dropdown:hover .dropdown-menu{
        display:block;
    }
    .nav-item-1.dropdown1 .subdropdown{
        display:none;
    }
    .nav-item-1.dropdown1:hover .dropdown-menu1.subdropdown{
        display:block;
    }
    .nav-item-1.dropdown1 a:after{
        transform:rotate(270deg);
    }
    .dropdown-menu1.subdropdown {
   padding-left: 0.2rem!important;
    outline: none!important;
    border: none!important;
    position: absolute;
    top: 56px;
    left: 240px;
    background-color: #fff;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
.dropdown-menu1.subdropdown a.dropdown-item {
    font-size: 16px;
    padding: 0.5rem 1.5rem;
}
@media (max-width:767px){
    .dropdown-menu1.subdropdown{
        position:initial;
    }
    .nav-item-1.dropdown1:hover a:after{
        transform:none;
    }
}
.showimgcontainer {
    position: relative;
    width: 100%;
    max-width: 500px;
  }
  
  .showimg {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .imgcarosel {
    position: absolute; 
    bottom: 0; 
    background: rgb(202, 21, 35);
    background: rgba(202, 21, 35, 0.5); /* Black see-through */
    color: #f1f1f1; 
    /*width: 365px;*/
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 22px;
    text-align: center;
    display: none;
  }
  
  .showimgcontainer:hover .imgcarosel {
    opacity: 1;
  }
  .solid {border-style: #ca1523;}
  
.relative.second-panel {
    background: #ca1523 !important;
}
.uw-widget-custom-trigger {
    /* height: 60px !important;
    padding: 13px !important;
    max-width: 60px !important; */
	background-color: #ca1523 !important;
}
.uw-widget-custom-trigger img{
	width: 22px !important;
	height: 22px !important;
}
.uw-widget-custom-trigger .short-key{
	bottom: 2px !important;
	font-size: 10px !important;
	left: 18px !important;
}
.show > .btn-light.dropdown-toggle:focus{
    box-shadow:none !important;
}