html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    color: #545454;
	    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #151515;
}

.pt-0 {
    padding-top: 0 !important;
}

.theme-gray {
    color: #000;
}

.light-gray {
    color: #029ab5;
}

.dark-bg {
    background-color: #273252;
    color: #fff;
}

.light-bg {
    background-color: #f4f5f9;
}

.white-bg {
    background-color: #fff !important;
}

.blue-bg {
    color: #000000 !important;
}

.yellow-bg {
    background-color: #000000 !important;
}

.white {
    color: #fff !important;
}

.blue {
    color: #000000 !important;
}

.yellow {
    color: #000000 !important;
}

p {
    color: #050e1c;
    font-size: 16px;
}

a {
    color: #0e62df;
    font-size: 16px;
}

.white-color {
    color: #fff !important;
}

.pb-btn-box {
    text-align: center;
    padding: 40px 0 20px 0;
}

.btn {
    color: #fff;
    border-radius: 60px;
    padding: 5px 25px;
    height: 45px;
    line-height: 30px;
    text-align: center;
}

.know-more {
    position: relative;
    padding-right: 40px;
}

.know-more:after {
    content: '\f11e';
    font-family: 'uicons-solid-straight';
    position: absolute;
    margin-left: 5px;
    font-size: 30px;
}

.btn-primary {
    background-color: #000;
    border: 2px solid #000;
    font-size: 16px;
}

.btn-primary:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}

.btn-secondary {
    background-color: #000;
    border: 2px solid #000;
    font-size: 16px;
}

.btn-secondary:hover {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}

.btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
    font-size: 16px;
}

.btn-white:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

.btn-white-line {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.main-title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 45px;
    position: relative;
    color: #000;
}

.main-title::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #000;
    width: 40px;
    bottom: -10px;
    left: 0;
}

.main-title-white {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
}

.main-title-white::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #fff;
    width: 40px;
    bottom: -10px;
    left: 0;
}

.main-section {
    padding: 80px 0;
}

.overlay-black {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 100px 0;
}

.overlay-blue {
    background-color: rgba(83, 95, 179, 0.9);
    padding: 100px 0;
}

.main-heading {
    position: relative;
}

.main-heading .title-box {
    background-color: #f1f7f9;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    letter-spacing: 1px;
}

.main-heading .main-title {
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: 700;
}

.navbar-nav .nav-item {
    padding: 0px 15px !important;
}

.navbar-nav .nav-item .nav-link {
    color: #000;
    padding: 12px 0px !important;
    font-weight: 600;
    position: relative;
}

.navbar-nav .nav-item .nav-link::after {
    content: "";
    background-color: #000;
    position: absolute;
    line-height: 0;
    bottom: -28px;
    width: 0;
    height: 4px;
    transition: all 0.3s ease-in-out;
    left: 0;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #000;
}

.navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.banner_section a.nav-link {
    color: #000 !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #535fb3 !important;
}

ul.navbar-nav .nav-item.active .nav-link {
    color: #000 !important;
}

.navbar-nav .nav-item:first-child a {
    padding-left: 0;
}

.dropdown-menu .navbar-nav .nav-item:first-child a {
    padding-left: 0;
}

.dropdown-menu {
    padding: 0;
}

.nav-item.dropdown .dropdown-menu {
    min-width: 220px;
    text-align: left;
    border-radius: 0;
    background-color: #000;
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    top: 0;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    top: 50px;
}

.nav-item.dropdown .dropdown-menu a {
    color: #fff;
    padding: 15px;
}

ul.navbar-nav .dropdown-menu .dropdown-divider {
    margin: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 15px;
}

ul.navbar-nav .dropdown-menu .dropdown-item.active,
ul.navbar-nav .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0e62df;
}

ul.navbar-nav .dropdown-menu .dropdown-item:hover,
ul.navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

.radio-group {
    text-align: center;
    margin: 30px 0 20px 0 !important;
}

.radio-group .radio-btn {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
}

.radio-group .radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-group .radio-btn .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #001522;
    border-radius: 50%;
}

.radio-group .radio-btn:hover input~.checkmark {
    border: 2px solid #0e62df;
}

.radio-group .radio-btn input:checked~.checkmark {
    background-color: #fff;
    border: 2px solid #0e62df;
}

.radio-group .radio-btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-group .radio-btn input:checked~.checkmark:after {
    display: block;
}

.radio-group .radio-btn .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0e62df;
}

.login-model .model-img img {
    width: 100%;
}

.login-model .modal-dialog {
    max-width: 900px;
    margin: 30px auto;
}

.login-model .modal-title {
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
}

.login-model .close span {
    color: #000;
}

.login-model a.forgot-password {
    display: block;
    text-align: right;
    margin: 15px 0 30px 0;
    color: #001522;
    text-decoration: none;
}

.login-model a.forgot-password:hover {
    color: #0e62df;
}

.login-model .modal-body {
    padding: 30px 20px;
}

.login-model .modal-header {
    padding: 25px 20px;
}

.login-model .modal-header button.close {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #0e62df;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    padding: 0 !important;
    color: #0e62df;
    opacity: 1;
    margin: 0 !important;
    outline: none;
}

.bottom-scroller.active .scroller {
    background-color: #000;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    text-decoration: none;
    z-index: 9999;
}

.bottom-scroller.active .scroller:hover {
    background-color: #121422;
}

i.fi-ss-paper-plane {
    margin-left: 3px;
    /* display: inline-block; */
    /* line-height: 30px; */
    vertical-align: middle;
    font-size: 14px;
}

.card {
    border-radius: 10px;
    padding: 40px 20px;
    -webkit-box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
}

.form-custom {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-right: 20px;
}

.form-custom .form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-custom .form-group input {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d9dae0;
    outline: none;
    height: 45px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
}

.form-custom .form-group input:focus {
    border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-custom .form-group select {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d9dae0;
    outline: none;
    height: 40px;
    padding: 5px 40px 5px 5px;
    border-radius: 5px;
}

.form-custom .form-group select:focus {
    border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-custom .form-group textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d9dae0;
    outline: none;
    height: 65px;
    padding: 5px 40px 5px 5px;
    border-radius: 5px;
}

.form-custom .form-group textarea:focus {
    border: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

::placeholder {
    color: #273252 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #273252 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #273252 !important;
}

.form-custom .form-group .search {
    position: absolute;
    top: 3px;
    right: 5px;
    background-color: transparent;
    border: none;
    color: #fff;
}

.form-custom .form-group .search i:before {
    font-size: 24px;
}

.form-custom .form-group .btn.btn-primary {
    margin: 40px auto 0 auto;
    display: block;
}

.form-custom .submit.login_btn {
    height: 50px;
    line-height: 28px;
    background-color: #000;
    color: #fff;
    width: 100%;
    border-color: #000;
    margin-top: 15px;
    border-radius: 5px;
}

.form-custom .btnRefresh {
    background-color: #93a0ff;
    height: 43px;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.form-custom #captcha {
    display: inline-block;
    width: calc(100% - 148px);
}

.form-custom #captcha_code {
    height: 40px !important;
    border-radius: 4px;
}

.form-custom .dropdown {
    position: relative;
}

.form-custom .dropdown:after {
    content: "\f117";
    font-family: flaticon;
    position: absolute;
    color: #656565;
    top: 10px;
    right: 10px;
    font-size: 14px;
}

.home-slider {
    background-image: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.home-slider::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home-slider .banner-img {
    margin-top: 100px;
    width: 100%;
}

.home-slider .banner-img img {
    width: 250px;
    position: absolute;
    top: 0;
}

.home-slider .banner-img #container {
    perspective: 120px;
}

.home-slider .banner-img #inner {
    position: relative;
    height: 620px;
}

.home-slider .banner-img .img1 {
    z-index: 9;
}

.home-slider .banner-img .img2 {
    right: 100px;
    z-index: 0;
    width: 220px !important;
    top: 60px !important;
    /* transform: rotate3d(138, 550, 450, 15deg);*/
    transform: rotate3d(-62, -130, 2590, 11deg);
}

.home-slider .banner-img .logos {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    bottom: -150px;
}

.home-slider .banner-img .logos img {
    width: 80px !important;
    -webkit-animation: bubble 7s linear infinite;
    animation: bubble 7s linear infinite;
}

.home-slider .banner-img .logos img:nth-child(1) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    width: 70px !important;
}

.home-slider .banner-img .logos img:nth-child(2) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    width: 90px !important;
}

.home-slider .banner-img .logos img:nth-child(3) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    width: 80px !important;
}

.home-slider .banner-img .logos img:nth-child(4) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    width: 90px !important;
}

.home-slider .banner-img .logos img:nth-child(5) {
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
    width: 80px !important;
}

.home-slider .banner-img .logos img:nth-child(6) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    width: 65px !important;
}

.home-slider .banner-img .logos img:nth-child(7) {
    -webkit-animation-delay: 5.56s;
    animation-delay: 5.56s;
    width: 70px !important;
}

.home-slider .banner-img .logos img:nth-child(8) {
    -webkit-animation-delay: 6.9s;
    animation-delay: 6.9s;
    width: 55px !important;
}

.home-slider .banner-img .logos img:nth-child(9) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
    width: 85px !important;
}

.home-slider .banner-img .logos img:nth-child(10) {
    -webkit-animation-delay: 7.3s;
    animation-delay: 7.3s;
    width: 60px !important;
}

.home-slider .banner-img .logos img:nth-child(11) {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
    width: 70px !important;
    margin-right: 40px;
}

@-webkit-keyframes bubble {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    90% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(-650px);
        transform: translateY(-650px);
        opacity: 0;
    }
}

@keyframes bubble {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    90% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(-650px);
        transform: translateY(-650px);
        opacity: 0;
    }
}

.home-slider .banner-text {
    padding: 120px 0;
    text-align: center;
    position: relative;
    z-index: 99;
}

.home-slider .banner-text .banner-title1 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
}

.home-slider .banner-text .banner-title2 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 30px;
}

.home-slider .banner-text .btn.btn-secondary {
    margin-top: 30px;
}

.home-slider .btn-primary.app-btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 145px;
    padding: 0;
    height: auto;
    margin: 0 4px;
    transition: all 0.2s ease-in-out;
}

.home-slider .btn-primary.app-btn:hover {
    transform: scale(1.04);
    transition: all 0.2s ease-in-out;
}

.home-slider .btn-primary.app-btn img {
    width: 100%;
}

.main-header {
    width: 100%;
}

.fix-header {
    left: 0;
    position: relative;
    right: 0;
    top: -1px;
    width: 100%;
    z-index: 99;
    transition: all 0.1s ease-out;
    /*box-shadow: 0px 13px 15px rgba(0,0,0,0.03);
-webkit-box-shadow: 0px 13px 15px rgba(0,0,0,0.03);
-moz-box-shadow: 0px 13px 15px rgba(0,0,0,0.03);*/
    background-color: #fff;
    z-index: 9999;
}


/*.main-header.stickyhead{
animation-delay: 2.1s;
animation-name: fadeInDown;
}
.main-header.stickyhead .header-top {
position: fixed;
width: 100%;
background-color: #fff;
z-index: 9999;
}
.main-header.stickyhead .header-top {
padding: 10px 0 10px 0;
}
.main-header.stickyhead .logo {
padding-top: 0px;
}
.main-header.stickyhead .header-top .logo img {
width: 155px;
}
.main-header.stickyhead .navbar.navbar-expand-lg.navbar-light {
padding: 0px 0;
}
.main-header.stickyhead .header-top .header-top-right {
padding: 0px 0 0 0;
}
.main-header.stickyhead .header-bottom {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 9999;
padding: 10px 0;
box-shadow: 0 2px 15px 2px rgb(0 0 0 / 12%);
}
.main-header.stickyhead .header-bottom .navbar-nav {
justify-content: flex-end;
}

.main-header.stickyhead .header-bottom .navbar.navbar-expand-lg {
width: 80%;
margin-left: auto;
}
.main-header.stickyhead .header-bottom .navbar-nav .nav-item .nav-link {
padding: 12px 14px !important;
font-size: 15px;
    color: #000 !important;
}
.main-header.stickyhead .logo .sticky-logo {
display: block;
position: fixed;
z-index: 99999;
width: 115px;
top: 12px;
}
.main-header.stickyhead a.nav-link {
color: #000 !important;
}*/

.slider_inner .main-header {
    background-color: rgba(11, 156, 181, 0.7);
}

.main-header .header-top {
    padding: 10px 0;
}

.slider_inner .header-top .logo img {
      width: 200px;
    padding-top: 20px;
}

.header-top .logo {
    position: relative;
    z-index: 99999;
}

.header-top .logo img {
      width: 200px;
    padding-top: 20px;
}

.main-header .header-top .header-top-right {
    margin-left: auto;
    text-align: right;
    padding: 0 0 0;
}

.main-header .header-top .header-top-right .navbar {
    padding-top: 7px;
}

.main-header .header-top .header-top-right .login-btn {
    font-size: 14px;
    padding: 10px 15px;
    height: 45px;
    line-height: 22px;
    z-index: 99999;
    position: relative;
    vertical-align: middle;
}

.main-header .header-top .header-top-right .login-btn i {
    font-size: 20px;
    vertical-align: middle;
}

.main-header .header-top .header-top-right .form-custom {
    width: 300px;
}

.main-header .header-top .header-top-right .form-custom input {
    border-bottom: 1px solid #ddd;
    color: #fff;
}

.main-header .header-top .header-top-right .form-custom ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.main-header .header-top .header-top-right .form-custom :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.main-header .header-top .header-top-right .form-custom ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.main-header .header-top .header-top-right .form-custom ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.main-header .header-top .header-top-right .form-custom :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ddd;
}

.main-header .header-top .header-top-right .form-custom ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ddd;
}

.main-header .header-bottom {
    border-top: 1px solid #ead7ab;
}

.main-header .header-bottom .navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.owl-dot span {
    width: 25px !important;
    height: 4px !important;
    margin: 5px 3px !important;
}

.owl-dot.active span {
    background: #535fb3 !important;
    outline: none;
}

.owl-dot.active .owl-dot:hover span {
    background: #0e62df !important;
    outline: none;
}

.home-about .about-image {
    text-align: center;
}

.home-about .about-image img {
    width: 94%;
}

.home-SIP-graph .main-title {
    font-size: 28px;
}

.home-SIP-graph .main-title span.green {
    display: block;
}

.home-SIP-graph .SIP-image {
    overflow: hidden;
}

.owl-nav {
    position: absolute;
    top: -80px;
    right: 15px;
}

.owl-nav button {
    background-color: #000 !important;
    display: inline-block;
    width: 45px;
    height: 45px;
}

.owl-nav button span {
    color: #fff;
    font-size: 24px;
    line-height: 22px;
}

.home-contact-section .card {
    padding: 20px;
    -webkit-box-shadow: 0 3px 24px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 24px 0px rgba(0, 0, 0, 0.15);
}

.footer-main {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 400px;
    padding: 20px 0 0 0;
    position: relative;
}

.footer-main::after {
    content: "";
    background-image: url(../images/map-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -50px;
    line-height: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}

.footer-main .footer-top {
    position: relative;
    z-index: 99;
}

.footer-main .footer-bottom {
    position: relative;
    z-index: 99;
}

.footer-main .foot-col .foot-title {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 25px 0;
    position: relative;
}

.footer-main .foot-col .foot-title::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 40px;
    height: 3px;
    left: 0;
    bottom: -6px;
    border-radius: 10px;
}

.footer-main .foot-col p {
    color: #000;
	    text-align: justify;
    font-size: 15px;
}

.foot-col.contact-info a {
    color: #fff !important;
}

.footer-main .foot-col a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    margin-right: 5px;
}

.footer-main .foot-nav {
    padding: 0;
    list-style-type: none;
}

.footer-main .foot-nav a {
    padding: 3px 5px;
    transition: all 0.3s ease-in-out;
}

.footer-main .foot-nav a:hover {
    color: #535fb3 !important;
    transform: translateX(10px);
    font-weight: 600;
}

.footer-main .foot-col a:hover {
    color: #fff;
}

.footer-main .foot-col a:hover i {
    background-color: #000;
    color: #fff;
    transition: all 0.3s ease-in-out;
    transform: translateY(-6px);
}

.footer-main .foot-col a i {
    background-color: #363a4f;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.footer-main .foot-col.contact-info a i:before {
    font-size: 20px !important;
}

.footer-main .foot-col a i:before {
    margin: 0;
    line-height: 35px;
    font-size: 18px;
}

.footer-main .foot-col .menu {
    list-style: none;
    padding: 0;
}

.footer-main .foot-col .menu a {
    margin-bottom: 10px;
    display: block;
}

.footer-main .foot-col .logo {
    margin-bottom: 20px;
}

.footer-top .logo img {
    width: 230px;
    /* filter: invert(1); */
}

.foot-col.app-info a img {
    width: 140px;
}

.footer-main .contact-info p {
    position: relative;
    padding-left: 28px;
}

.footer-main .contact-info p i {
    position: absolute;
    left: 0;
    top: -3px;
}

.footer-main .contact-info p a i {
    position: absolute;
    left: 0;
}

.footer-main .footer-bottom {
    border-top: none;
    margin-top: 40px;
    padding: 20px 0;
    background-color: #232c63;
}

.know_more {
    width: 110px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: #465584;
    border-radius: 30px;
    padding: 5px;
}

.know_more:hover {
    color: #fff;
    text-decoration: none;
}

.social {
    display: inline-block;
    width: 100%;
}

.footer-main .social a {
    color: #000;
}

.footer-main .footer-bottom p {
    color: #dde9ec;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-main .footer-bottom a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer-main .footer-bottom a:hover {
    color: #000;
}

.footer-main .footer-bottom a:hover {
    color: #fff;
}


/*# sourceMappingURL=style.css.map */

.home-service .owl-carousel .owl-item img {
    display: none;
}

.owl-carousel .owl-item i:before {
    color: #000;
    font-size: 65px;
}

#contact_body button {
    border: 0px;
    padding: 3px 18px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-weight: 700;
}

.footer-main .contact-info p i:before {
    margin-left: 0px;
    padding-right: 10px;
}

.header-section {
    padding: 10px 0px 25px;
}

.header-section h4 {
    margin-bottom: 0px;
    text-align: center;
    color: #000;
    font-size: 36px;
    font-weight: 700;
}

.divide-img {
    margin: 0px auto;
    display: block;
    padding: 7px;
    display: none;
}

#signinForm button {
    border: 0px;
    padding: 3px 18px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-weight: 700;
}

.login-model .modal-header button.close {
    border: 0px;
}

body {
    padding-right: 0px !important;
}

.contacts-section {
    /*background-image: url(../images/inner-bg.png);*/
    background-color: #e0c996;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    /*min-height: 600px;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*background-size: contain;*/
    /*background-position: top;*/
    background-position: 0px -64px;
    /*min-height: 245px;*/
    min-height: 306px;
    overflow: inherit;
}

.navbar-light .navbar-toggler-icon {
    background-image: conic-gradient !important;
}

.pro-img {
    width: 100%;
}

.divided {
    padding: 50px 0px;
}

.align-right p {
    text-align: right;
}

.align-right h4 {
    text-align: right;
}

.more-content a {
    border: 0px;
    padding: 9px 13px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-weight: 700;
}

.main-section #nav-tab ul {
    padding: 0px;
    width: 100%;
    background: #0e62df;
    border-radius: 18px;
}

.main-section #nav-tab ul li {
    list-style-type: none;
    border: 1px solid #fff;
    border-radius: 6px;
}

.main-section #nav-tab ul li a.active,
.main-section #nav-tab ul li a {
    padding: 13px 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.main-section #nav-tab ul li a.show {
    color: #fff;
    background: #0e62df;
    border-radius: 6px;
}

.nav-tabs .nav-link:hover {
    background: none;
    color: #fff !important;
}

#nav-tabContent .active.in {
    display: block;
    opacity: 1;
}

.main-section #nav-tab ul li.active a:hover.show {
    background: #fff !important;
    color: #000 !important;
}

.main-section #nav-tab ul li.active a.show {
    background: #fff;
    color: #000;
}

.footer-main .foot-col.contact-info p a i {
    background-color: transparent;
    font-size: 28px !important;
    line-height: 20px;
}

.footer-main .foot-col.contact-info p a:hover i {
    background-color: transparent;
    color: #fff !important;
}

.health-risk-calculator .card {
    background-color: #e2cea0;
    margin-bottom: 20px;
    padding: 25px;
}

.health-risk-calculator .card img {
    width: 80px;
    display: inline-block;
    margin-right: 20px;
}

.health-risk-calculator .card .card-text a {
    font-size: 30px;
    color: #000;
    text-decoration: none;
    margin-right: 10px;
}

.health-risk-calculator .card .card-text a:hover {
    color: #fff;
}

.health-risk-calculator .card .card-text i {
    font-size: 20px;
}

.blog-post-main {
    padding: 60px 0;
}

.blog-post-main .post-card {
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.blog-post-main .post-card .image {
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}

.blog-post-main .post-card .image img {
    height: 250px;
    transition: all 0.3s ease-in-out;
}

.blog-post-main .post-card:hover .image img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.blog-post-main .post-card .image {
    height: 100%;
}

.blog-post-main .post-card .info {
    padding: 25px 15px 15px;
}

.blog-post-main .post-card .info h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-height: 70px;
}

.blog-post-main .post-card .info .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-height: 30px;
}

.blog-post-main .post-card .post_btns {
    text-align: center;
}

.blog-post-main .post-card .btn-primary.post_link {
    display: inline-block;
    width: 150px;
    border-radius: 30px;
    padding: 8px;
    line-height: 22px;
    height: auto;
    margin: 0px 0 25px 10px;
}

.blog-post-main .post-card .btn-primary.post_pdf {
    display: inline-block;
    width: 150px;
    border-radius: 30px;
    padding: 8px;
    line-height: 22px;
    height: auto;
    margin: 0px 0 25px 10px;
}

.blog-post-main .post_all {
    text-align: center;
}

.blog-post-main .post-card .time {
    position: absolute;
    top: 235px;
    left: 10px;
}

.blog-post-main .post-card .time a {
    height: 30px;
    border-radius: 40px;
    line-height: 10px;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 10px;
}

.post_link {
    display: block;
    width: 100%;
}

.blog-post-detail .image {
    max-height: 400px;
    min-height: 400px;
    overflow: hidden;
}

.blog-post-detail .image image {
    height: 100%;
}

.post_pagination {
    text-align: center;
}

.post_pagination .pagination {
    display: block;
}

.post_pagination .pagination .page-item {
    display: inline-block;
}

.post_pagination .pagination .page-item a {
    background-color: #000;
    color: #fff;
}


/*.post_pagination .pagination .page-item:first-child a{
background-color: #000;
color: #fff;
}
.post_pagination .pagination .page-item:last-child a{
background-color: #000;
color: #fff;
}*/

.post_pagination .pagination .page-item.disabled {
    opacity: 0.5;
}

.blog-post-detail .item img {
    height: 500px;
}


/*.main-header.stickyhead .header-top {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
}*/

.header-top-right .navbar.navbar-expand-lg {
    box-shadow: none;
    display: inline-block;
    padding: 0;
}

.aboutus_section {
    padding: 0;
}

.aboutus_section .row {
    margin: 0;
}

.aboutus_section .row .col-md-6 {
    padding: 0;
}

.aboutus_section .about-img img {
    width: 100%;
    height: 700px;
}

.aboutus_section .about-text {
    padding: 30px 0 0 25px;
    width: 83%;
}

.advantages {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px 1px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    padding: 15px;
}

.advantages .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

.advantages .icon img {
    width: 70px;
    height: 70px;
}

.advantages .icon i {
    font-size: 48px;
    color: #000;
}

.advantages h4 {
    display: inline-block;
    width: calc(100% - 75px);
    padding-left: 15px;
}

.team_section {}

.team_section .member {
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}

.team_section .member:hover {
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
}

.team_section .member .images img {
    width: 100%;
}

.team_section .member .info {
    padding: 20px 10px;
}

.team_section .member .info h3 {
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
}

.team_section .member .info .desc {
    letter-spacing: 0;
}

.team_section .member .info a i {
    background-color: #000;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    transition: all 0.3s ease-in-out;
    line-height: 38px;
}

.team_section .member .info a i:before {
    margin: 0;
}

.team_section .member .info a i:hover {
    background-color: #465584;
    color: #fff;
    transition: all 0.3s ease-in-out;
    transform: translateY(-6px);
}

.contactus_section {
    padding-bottom: 0;
}

.contactus_section .row {
    margin: 0;
}

.contactus_section .row .col-md-6 {
    padding: 0;
}

.contactus_section .contact-info {
    width: 83%;
    margin-left: auto;
    padding: 0 25px 0 0;
}

.testimonials_section {
    background-image: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonials_section .test-box {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    min-height: 270px;
}

.testimonials_section .test-box .images {
    width: 100%;
    margin: 0 auto;
}

.testimonials_section .test-box .info_bar p {
    line-height: 20px;
    margin-bottom: 10px;
}

.testimonials_section .test-box .info_bar h4 {
    font-size: 20px !important;
    margin-bottom: 2px;
}

.testimonials_section .test-box .info_bar h5 {
    font-size: 17px;
    margin: 0;
}

.testimonials_section .main-title {
    color: #000;
}

.testimonials_section .main-title::after {
    border-bottom: 5px solid #000;
}

.whatappicon a i {
    background-color: #000000;
    color: #ffffff;
    width: 42px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9;
    font-size: 30px;
}

.counter_section {
    background-color: #171a2c;
    position: relative;
    padding-bottom: 150px;
    padding-top: 40px;
}

.counter_section::after {
    content: "";
    background-image: url(../images/finance-doodle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.08;
}

.counter_section .counter-box {
    text-align: center;
}

.counter_section .counter-box .numscroller {
    font-size: 48px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 30px;
}

.counter_section .counter-box .numscroller::after {
    position: absolute;
    content: "+";
    right: 0;
}

.counter_section .counter-box.box2 .numscroller {
    padding-left: 30px;
    padding-right: 80px;
}

.counter_section .counter-box.box2 .numscroller::before {
    position: absolute;
    content: "₹";
    left: 0;
}

.counter_section .counter-box.box2 .numscroller::after {
    position: absolute;
    content: "Mn+";
    right: -20px;
}

.counter_section .counter-box h4 {
    font-size: 20px;
    color: #000;
}

.product_section .service-box {
    background-color: #fff;
    padding: 50px 15px;
    text-align: center;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin: 20px;
    border-radius: 5px;
    min-height: 200px;
}

.product_section .service-box h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.team_model .modal-dialog {
    max-width: 650px;
    margin: 30px auto;
}

.team_model .modal-header {
    display: block;
}

.team_model .modal-header .close {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 30px;
}


/*.tools-card i {
font-size: 60px;
color: #151515;
}*/

.tools_section {
    background-color: #f9f9f9;
}

.tools-card {
    width: 100%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 30px 15px 35px 15px;
    z-index: 9;
    box-shadow: rgb(0 0 0 / 7%) 0px 12px 25px;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    animation-delay: 2.3s;
    animation-name: fadeInUp;
}

.tools-card:hover {
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
}

.tools-card a {
    text-decoration: none;
}

.tools-card h3 {
    display: inline-block;
    font-size: 22px;
    width: calc(100% - 110px);
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.tools-card .icon-box {
    background: rgb(24, 43, 73) none repeat scroll 0% 0%;
    height: 60px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    width: 85px;
    vertical-align: middle;
}

.tools-card .icon-box i {
    color: #FFF;
    font-size: 48px;
}

.tools-card .icon-box::before {
    content: "";
    position: absolute;
    border-width: 20px 42px;
    border-style: solid;
    border-color: transparent transparent rgb(24, 43, 73);
    border-bottom-color: rgb(24, 43, 73);
    top: -40px;
    left: 0px;
    z-index: 1;
}

.tools-card .icon-box::after {
    content: "";
    position: absolute;
    border-width: 20px 42px;
    border-style: solid;
    border-color: rgb(24, 43, 73) transparent transparent;
    border-top-color: rgb(24, 43, 73);
    bottom: -40px;
    left: 0px;
    z-index: 1;
}

.tools-card .icon-box.box1 {
    background: rgb(255, 111, 111) none repeat scroll 0% 0%;
}

.tools-card .icon-box.box1::before {
    border-color: rgb(255, 111, 111) none repeat scroll 0% 0%;
    border-bottom-color: rgb(255, 111, 111);
}

.tools-card .icon-box.box1::after {
    border-color: rgb(255, 111, 111) transparent transparent;
    border-top-color: rgb(255, 111, 111);
}

.tools-card .icon-box.box2 {
    background: rgb(132, 71, 156) none repeat scroll 0% 0%
}

.tools-card .icon-box.box2::before {
    border-color: rgb(132, 71, 156) none repeat scroll 0% 0%;
    border-bottom-color: rgb(132, 71, 156);
}

.tools-card .icon-box.box2::after {
    border-color: rgb(132, 71, 156)transparent transparent;
    border-top-color: rgb(132, 71, 156);
}

.tools-card .icon-box.box3 {
    background: rgb(44, 151, 234) none repeat scroll 0% 0%;
}

.tools-card .icon-box.box3::before {
    border-color: rgb(44, 151, 234) none repeat scroll 0% 0%;
    border-bottom-color: rgb(44, 151, 234);
}

.tools-card .icon-box.box3::after {
    border-color: rgb(44, 151, 234) transparent transparent;
    border-top-color: rgb(44, 151, 234);
}

.tools-card .icon-box.box4 {
    background: rgb(17, 182, 122) none repeat scroll 0% 0%;
}

.tools-card .icon-box.box4::before {
    border-color: rgb(17, 182, 122) none repeat scroll 0% 0%;
    border-bottom-color: rgb(17, 182, 122);
}

.tools-card .icon-box.box4::after {
    border-color: rgb(17, 182, 122) transparent transparent;
    border-top-color: rgb(17, 182, 122);
}

.tools-card .icon-box.box5 {
    background: rgb(255, 111, 111) none repeat scroll 0% 0%;
}

.tools-card .icon-box.box5::before {
    border-color: rgb(255, 111, 111) none repeat scroll 0% 0%;
    border-bottom-color: rgb(255, 111, 111);
}

.tools-card .icon-box.box5::after {
    border-color: rgb(255, 111, 111) transparent transparent;
    border-top-color: rgb(255, 111, 111);
}

.tools-card .icon-box.box6 {
    background: rgb(132, 71, 156) none repeat scroll 0% 0%;
}

.tools-card .icon-box.box6::before {
    border-color: rgb(132, 71, 156) none repeat scroll 0% 0%;
    border-bottom-color: rgb(132, 71, 156);
}

.tools-card .icon-box.box6::after {
    border-color: rgb(132, 71, 156) transparent transparent;
    border-top-color: rgb(132, 71, 156);
}

.banner_section {
    width: 100%;
    /*background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;*/background: linear-gradient(95deg, #535fb3 0%, rgb(148 155 206 / 9%) 95%);
}

.banner_section .banner-text {
    padding-top: 10px;
}

.banner_section .banner-text .banner-title {
    color: #fff;
    font-weight: 700;
}

.TabbedPanelsTabGroup {
    border: none !important;
}

.TabbedPanelsTab {
    background: #252525 !important;
}

.TabbedPanelsTab.TabbedPanelsTabSelected {
    background-color: #535fb3 !important;
}

.model_login_btn {
    background-color: #535fb3 !important;
    border-color: #535fb3 !important;
    width: 150px;
    height: 45px;
    text-transform: uppercase;
    display: block !important;
    margin: 0 auto !important;
}

.partner_section {
    background-color: #f4f5f9;
    padding: 70px 0;
}

.partner_section .item img {
    padding: 20px;
}

#TabbedPanels1 .TabbedPanelsContent {
    padding: 12px !important;
}


/*---- Slider ---*/

 

.hero-slider-01 {
    position: relative;
}

.single-slide.bg-img {
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 5;
    height: 500px;
}


/* .single-slide.bg-img:after{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: #fff;
} */

.slider-section {
    position: relative;
}

.slider-section::after {
    content: '';
    position: absolute;
    width: 700px;
    height: 600px;
    border-radius: 50%;
    background: #404c9814;
     top: -86%;
    right: -11%;
}

.slider-content {
    position: relative;
    z-index: 9;
    padding: 0 0;
}

.slider-content .sub-title {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: inherit;
    font-weight: 500;
    position: relative;
    margin-bottom: 22px;
}

.slider-content .sub-title:after {
    position: relative;
    right: -24px;
    top: -3px;
    width: 60px;
    height: 2px;
    background: #F0F4F9;
    content: '';
    display: inline-block;
}

.slider-content h2 {
    font-size: 52px;
    line-height: 52px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 600;
}

.slider-content p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    width: 60%;
	    margin-top: 40px;
    margin-bottom: 40px;

}

.slider-content .grap-btn {
    height: 60px;
    padding: 20px 27px;
}

.slider-content .to_bottom {
    margin-left: 14px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    color: #ffff;
}

.slider-content .to_bottom:hover {
    border-color: #000;
}

.slider-content .to_bottom::before {
    background: #000;
    border-radius: 0;
}

.slider-section .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 40px;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-section .owl-dots button {
    width: 20px;
    height: 10px;
    display: inline-block;
    border-radius: 50px 0;
    outline: none;
    position: relative;
    margin: 0 5px;
    background: #535fb340;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-section .owl-dots button.active,
.slider-section .owl-dots button:hover {
    background: #000;
}

.owl-carousel .owl-dots button span {
    display: none;
}

.slider-section .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    ;
    width: 1140px;
    text-align: right;
    position: absolute;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: none;
}

.slider-section .owl-carousel .owl-nav button {
    text-align: center;
    z-index: 5;
    font-size: 28px;
    line-height: 54px;
    width: 50px;
    height: 50px;
    margin: 10px 0 5px auto;
    background: #000;
    color: #fff;
    position: relative;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-section .owl-carousel .owl-nav button:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #0f1a2c;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-section .owl-carousel .owl-nav button:hover:after {
    width: 100%;
    height: 100%;
}

.slider-section .owl-item.active .slider-content .sub-title {
    animation-delay: 1.4s;
    animation-name: fadeInLeft;
}

.slider-section .owl-item.active .slider-content h2 {
    animation-delay: 1.7s;
    animation-name: fadeInLeft;
}

.slider-section .owl-item.active .slider-content p {
    animation-delay: 1.9s;
    animation-name: fadeInLeft;


}

.slider-section .owl-item.active .slider-content .btn-primary {
    animation-delay: 2.1s;
    animation-name: fadeInUp;
}

.slider-section .owl-item.active .slider-content .btn-white {
    animation-delay: 2.3s;
    animation-name: fadeInUp;
}


/*** Tabs ***/

#tabs {
    border: none;
}

#tabs .ui-tabs-nav {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
}

#tabs .ui-tabs-nav .ui-state-default {
    border: none;
    background: transparent;
    width: 50%;
    float: left;
    margin: 0;
}

#tabs .ui-tabs-nav .ui-state-default a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    font-size: 18px;
}

#tabs .ui-tabs-nav .ui-tabs-active {
    background-color: transparent !important;
}

#tabs .ui-tabs-nav .ui-tabs-active a {
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #000;
    margin-bottom: -1px;
}

#tabs .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 15px;
    background: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px !important;
}


/*** Tabs End ***/

.bgcolor {
    width: 80%;
    height: 100%;
    background: #000;
    border-radius: 25px 0 25px 0;
    position: absolute;
    left: -20px;
    top: 20px;
    z-index: 0;
}

.about-section .about_image {
    position: relative;
    width: 100%;
}

.about-section .about_image img {
    width: 90%;
    border-radius: 15px;
    position: relative;
    z-index: 9;
}

.title_box {
    margin-bottom: 20px;
}

.title_box .sub-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.title_box .sub-title span {
    background-color: #000;
    width: 45px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    border-radius: 5px;
}

.title_box .sec-title {
    font-weight: 700;
    font-size: 36px;
}

.mobileapp-section {}

.mobileapp-section .app-box {
    /* background: #e9ebf6; */
    border-radius: 50px;
    overflow: hidden;
    padding: 40px;
    background:linear-gradient(90deg, #aacffb 0%, #5988f2 100%);
}

.mobileapp-section .overlay-blue {
    padding: 80px 0 0 0;
}

.mobileapp-section .app-box h1 {
    font-size: 52px;
    font-weight: 700;
}

.mobileapp-section .app-box .app-text {
    padding: 20px 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.mobileapp-section .app-box p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.mobileapp-section .app-box .btns {
    margin: 30px 0 50px 0;
}

.app-text .btns img {
    width: 160px;
}

.mobileapp-section .app-img {
    text-align: center;
    position: relative;
    margin-bottom: -200px;
}

.mobileapp-section .app-img img {
    width: 300px;
}

.mobileapp-section .app-box .btns a {
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
}

.mobileapp-section .app-box .btns a img {
    transition: all 0.3s ease-in-out;
}

.mobileapp-section .app-box .btns a:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.service-section {
    background-color: #171a2c;
    position: relative;
}

.service-section::after {
    content: "";
    background-image: url(../images/finance-doodle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.08;
}

.service-section .service_main {
    position: relative;
    z-index: 99;
}

.service-section .service_main .service-box {
    background-color: #272c46;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
    min-height: 375px;
}

.service-section.service-page-main {
    background-color: #fff;
}

.service-section .service_main .service-box::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 0;
    bottom: 0;
    line-height: 0;
    transition: all 0.3s ease-in-out;
    left: 0;
    border-radius: 10px;
}

.service-section .service_main .service-box:hover::after {
    height: 100%;
}

.service-section .service_main .service-box .icon {
    position: relative;
    z-index: 99;
}

.service-section .service_main .service-box .icon i {
    font-size: 78px;
    color: #575757;
    transition: all 0.3s ease-in-out;
}

.service-section .service_main .service-box:hover .icon i {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.service-section .service_main .service-text {
    position: relative;
    z-index: 99;
}

.service-section .service_main .service-text h4 {
    color: #fff;
    margin: 20px 0 15px 0;
    font-size: 26px;
    font-weight: 600;
}

.service-section .service_main .service-text p {
    color: #fff;
}

.service-section .service_main .service-text a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.service-section .service_main .service-text a:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}

.mftype-section {
    position: relative;
}

.mftype-section::after {
    content: "";
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
}

.mftype-section .mftype_main {
    position: relative;
    z-index: 99;
}

.mftype-section .mftype_main .item {
    margin: 10px;
}

.mftype-section .mftype_main .mftype-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    /*min-height: 320px;*/
    min-height: 280px;
}

.mftype-section .mftype_main .mftype-box:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

.mftype-section .mftype_main .mftype-text {
    position: relative;
    z-index: 99;
}

.mftype-section .mftype_main .mftype-text h4 {
    margin: 20px 0 15px 0;
    font-size: 26px;
    font-weight: 600;
}

.mftype-section .mftype_main .mftype-text a {
    text-decoration: none;
}

.mftype-section .mftype_main .owl-item i:before {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

.mftype-section .mftype_main .mftype-text a:hover i:before {
    color: #000;
}

.tools-section {
    position: relative;
    padding-top: 20px;
}

.tools-section .tools_main {
    position: relative;
    z-index: 99;
}

.tools-section .tools_main .tool-box {
    background-color: #e9ebf6;
    padding: 60px 20px 20px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin: 80px 15px 10px 15px;
}

.tools-section .tools_main .tool-box .icon {
    position: absolute;
    background-color: #232c63;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    top: -60px;
    left: 30%;
    border: 4px solid #fff;
    text-align: center;
    padding: 18px;
}

.tools-section .tools_main .tool-box .icon i {
    font-size: 62px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.tools-section .tools_main .tool-box:hover .icon {
    animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    background: #000;
}

.tools-section .tools_main .tool-box .text-box {
    position: relative;
    text-align: center;
}

.tools-section .tools_main .tool-box .text-box h4 {
    margin: 20px 0 15px 0;
    font-size: 26px;
    font-weight: 600;
}

.tools-section .tools_main .tool-box .text-box .btn-primary {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px;
    line-height: 48px;
}

.tools-section .tools_main .tool-box .text-box .btn-primary i {
    font-size: 26px;
}


/*@keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-ms-transform:     translateY(0);
transform:         translateY(0)
}
40% {
-webkit-transform: translateY(-25px);
-ms-transform:     translateY(-25px);
transform:         translateY(-25px)
}
60% {
-webkit-transform: translateY(-12px);
-ms-transform:     translateY(-12px);
transform:         translateY(-12px)
}
}*/

.contact-section .office-address {
    margin-bottom: 20px;
}

.contact-section .office-address h3 {
    font-size: 24px;
    font-weight: 600;
}

.contact-section .office-address .card {
    padding: 0;
    overflow: hidden;
}

.contact-section .contact-info .info-bar {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.contact-section .contact-info .info-bar a {
    text-decoration: none;
}

.contact-section .contact-info .info-bar a:hover {}

.contact-section .contact-info .info-bar:last-child {
    border-bottom: none;
    padding: 10px 0 0 0;
}

.contact-section .contact-info .icon {
    display: inline-block;
    width: 50px;
    vertical-align: middle;
}

.contact-section .contact-info .icon i {
    font-size: 32px;
    color: #000;
}

.contact-section .contact-info .info-bar a:hover .icon i {
    color: #000;
}

.contact-section .contact-info h4 {
    display: inline-block;
    width: calc(100% - 60px);
    font-size: 18px;
}

.contact-section .contact-info .info-bar a:hover h4 {
    color: #000;
}

.mv-section {
    position: relative;
    padding-bottom: 80px;
}

.mv-section .mision_vision_box {
    position: relative;
    z-index: 99;
}

.mv-section .mv_main .mision_vision_box {
    background-color: #000;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    min-height: 170px;
}

.mv-section .mv_main .mision_vision_box .text {
    position: relative;
    z-index: 999;
}


/*.mv-section .mv_main .mision_vision_box::after {
content: "";
position: absolute;
background-color: #000;
width: 100%;
height: 0;
bottom: 0;
line-height: 0;
transition: all 0.3s ease-in-out;
left: 0;
border-radius: 10px;
}*/

.mv-section .mv_main .mision_vision_box:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

.mv-section .mv_main .mision_vision_box h3 {
    color: #fff;
}

.mv-section .mv_main .mision_vision_box p {
    color: #fff;
}

.tools-section.about_page-tool {
    padding-bottom: 20px;
    padding-top: 70px;
}

.contact-section.contact_page .contact-info {
    padding-top: 40px;
}

.card {
    border-radius: 10px;
    padding: 4px;
    overflow: hidden;
}

.contact-section.contact_page .info-bar {
    border: 1px solid #ddd !important;
    border-radius: 5px;
    padding: 50px 20px 20px !important;
    margin-bottom: 50px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.contact-section.contact_page .info-bar:hover {
    border: 1px solid #535fb3 !important;
    transition: all 0.3s ease-in-out;
}

.contact-section.contact_page .info-bar .icon {
    position: absolute;
    background-color: #000;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 100%;
    top: -34px;
    left: 30px;
    padding: 18px;
}

.contact-section.contact_page .info-bar .icon i {
    color: #fff;
}

.contact-section.contact_page .info-bar h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.contact-section.contact_page .info-bar a {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.contact-section.contact_page .info-bar a:hover {
    color: #000;
}

.contact-section.contact_page .info-bar:hover .icon {
    animation-name: bounceIn;
}

.contact-form-main {
    background-color: #f4f5f9;
    margin-top: 30px;
    padding: 70px 0;
}

.contact-form-main .form-custom #captcha {
    display: inline-block;
    width: calc(100% - 138px);
}

.contact-form-main .submit.login_btn {
    width: 200px;
}

.portfolio-login {
    background-color: #f4f5f9;
}

.portfolio-login .radio-box label {
    display: inline-block;
    margin: 15px;
}

#exampleModal .modal-dialog {
    margin: 150px auto;
}

.service-details-pn-list ul li {
    margin-bottom: 2px;
    transition: .5s;
    list-style: none;
}

.service-details-pn-list .active a {
    background-color: #000;
    color: #fff;
}

.service-details-pn-list ul li a {
    position: relative;
    display: block;
    padding: 14px 15px 14px 18px;
    background-color: #F3F6F9;
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
    color: #232323;
}

.service-details-pn-list ul li a:hover {
    background: #535fb3 !important;
    color: #fff !important;
    text-decoration: none;
}

.service-details-pn-list ul li a i {
    float: right;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    margin-top: 5px;
}

.service-details-big-button a {
    color: #ffffff;
    background: #000;
    font-weight: 500;
    text-transform: capitalize;
    border: 0px solid #ffffff;
    border-radius: 5px;
    padding: 14px 35px 14px 35px;
    display: block;
}

.service-details-big-button a:hover {
    background: #00247e;
}

.details-big-content {
    text-align: center !important;
}

.service-details-big-button a span i {
    margin-left: 20px;
}

.service-details-pn-about {
    position: relative;
    z-index: 1;
    background-position: bottom;
    background-size: cover;
}

.service-details-pn-about::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(83, 95, 179, .85);
    z-index: -1;
}

.service-details-pn-about-content {
    text-align: center;
    padding: 20px 15px !important;
}

.service-details-pn-list ul {
    padding: 0;
}

.service-main-details-content-title h3 {
    font-weight: 800;
}

.service-details-pn-about-content-title h4 {
    color: #fff;
    font-weight: 700;
}

.service-details-pn-about-content-text p {
    color: #fff;
}

.service-details-pn-about-content-button a {
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}


/*-- Main Service Details --*/

.service-main-details-inner-thumb img {
    width: 100%;
}

.service-details-video-thumb img {
    width: 100%;
}

.service-details-video .single-video {
    position: relative;
}

.service-details-video .video-icon {
    position: absolute;
    left: 0;
    bottom: 265px;
    right: 0;
}

.service-details-research-button a {
    color: #ffffff;
    background: #000;
    font-weight: 500;
    text-transform: capitalize;
    border: 0px solid #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 14px 35px 14px 35px;
    margin-top: 15px;
    transition: .5s;
}

.service-details-research-button a:hover {
    background: #00247e;
}

.service-details-research-title h4 {
    font-weight: 800;
}

.content_points .point.light-bg {
    padding: 15px;
    margin: 20px 0;
}

.content_points .point h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 25px 0 10px 0;
}

.content_points .point h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 25px 0 10px 0;
}

.proccess-section {
    background-color: #171a2c;
    position: relative;
}

.proccess-section::after {
    content: "";
    background-image: url(../images/finance-doodle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.08;
}

.proccess-section .single_it_work {
    background-color: #272c46;
    text-align: center;
    position: relative;
    z-index: 99;
    padding: 40px 15px 20px 15px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    min-height: 260px;
}

.proccess-section .single_it_work::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 0;
    bottom: 0;
    line-height: 0;
    transition: all 0.3s ease-in-out;
    left: 0;
    border-radius: 10px;
}

.proccess-section .single_it_work:hover::after {
    height: 100%;
}

.proccess-section .single_it_work_content {
    position: relative;
    z-index: 99999;
}

.single_work_content_title {
    padding: 30px 0 10px;
}

.proccess-section .single_it_work h4 {
    color: #fff;
}

.proccess-section .single_it_work p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}


/*.single_it_work_content_list::before {
position: absolute;
right: -75px;
top: 26px;
height: 1px;
width: 130px;
content: "";
background: #ddd;
}*/


/*.single_it_work_content_list span {
background: #000;
border-radius: 50%;
color: #fff;
font-weight: 600;
position: relative;
height: 45px;
width: 45px;
line-height: 45px;
display: inline-block;
transition: .3s;
transition: all 0.3s ease-in-out;
}
.single_it_work_content_list span:before {
position: absolute;
left: -20px;
top: -20px;
height: 85px;
width: 85px;
content: "";
background: #000;
z-index: 9;
border-radius: 50%;
right: 0;
margin: auto;
opacity: 0.2;
transition: .3s;
transition: all 0.3s ease-in-out;
}
.single_it_work_content_list span:after {
position: absolute;
left: -10px;
top: -10px;
height: 65px;
width: 65px;
content: "";
background: #000;
z-index: 9;
border-radius: 50%;
right: 0;
margin: auto;
opacity: 0.4;
transition: .3s;
transition: all 0.3s ease-in-out;
}*/

.single_it_work_content_list span {
    background: #fff;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    position: relative;
    height: 60px;
    width: 150px;
    line-height: 45px;
    display: inline-block;
    transition: .3s;
    transition: all 0.3s ease-in-out;
}

.single_it_work_content_list span img {
    border-radius: 50px;
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color: #fff;
}

.single_it_work_content_list span:before {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 80px;
    width: 170px;
    content: "";
    background: #000;
    z-index: 9;
    border-radius: 80px;
    right: 0;
    margin: auto;
    opacity: 0.2;
    transition: .3s;
    transition: all 0.3s ease-in-out;
}

.single_it_work_content_list span::after {
    position: absolute;
    left: -5px;
    top: -5px;
    height: 70px;
    width: 160px;
    content: "";
    background: #000;
    z-index: 9;
    border-radius: 60px;
    right: 0;
    margin: auto;
    opacity: 0.4;
    transition: .3s;
    transition: all 0.3s ease-in-out;
}

.proccess-section .single_it_work:hover .single_it_work_content_list span {
    background: #fff;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.proccess-section .single_it_work:hover .single_it_work_content_list span:before {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.proccess-section .single_it_work:hover .single_it_work_content_list span:after {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.partner-support-section .mftype_main {
    white-space: nowrap;
    overflow: hidden;
}

.main-section.partner-support-section .item {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin: 8px;
}

.partner-support-section .icon i:before {
    color: #000;
    font-size: 52px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

.partner-support-section a i:before {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

.partner-support-section .item {
    margin: 10px;
}

.partner-support-section .support-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    min-height: 155px;
}

.partner-support-section .support-box:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

.partner-support-section .support-box h4 {
    margin: 20px 0 10px 0;
    font-size: 24px;
    font-weight: 600;
}


/*.become-partner-section{
background-color: #000;
}*/

.become-partner-section h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.become-partner-section h5 {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
    min-height: 86px;
    color: #000;
}

.document-benefit-section h3 {
    font-weight: 600;
    color: #000;
}

.card_box {
    background-color: #fff;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 10px;
}

.card_box li {
    font-size: 20px;
    color: #000;
    line-height: 35px;
}

.theme_box {
    background-color: #000;
    padding: 20px;
    border-radius: 10px;
}

.benefit ol {
    list-style-type: none;
    padding-left: 10px;
}

.theme_box .benefit h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.theme_box .benefit li {
    color: #fff;
    font-size: 20px;
    margin: 10px 0;
    line-height: 25px;
}

.bar_info {
    border-bottom: 1px solid #ddd;
    padding: 8px 5px;
}

.bar_info:last-child {
    border-bottom: none;
}

.bar_info h4 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}

.bar_info p {
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 10px;
}

.bar_info p::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    left: 0;
    top: 8px;
}

.about-content .sec-desc {
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 24px;
}

.mivi-box .card_box {
    padding: 15px 15px 2px 15px;
    margin-bottom: 10px;
}

.mivi-box .card_box h3 {
    color: #535fb3 !important;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-weight: 700;
    font-size: 26px;
    margin-top: 10px;
}

.mivi-box .card_box i {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #000;
    vertical-align: middle;
}

.document_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 50%));
}

.document_box .single_box {
    position: relative;
    z-index: 999;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 30px 15px 30px;
    margin: 10px;
    transition: all 0.3s ease-in-out;
}

.document_box .single_box::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 0;
    bottom: 0;
    line-height: 0;
    transition: all 0.3s ease-in-out;
    left: 0;
    border-radius: 10px;
    z-index: 9;
}

.document_box .single_box:hover::after {
    height: 100%;
}


/*.document_box .single_box:hover {
transform: translateY(-10px);
transition: all 0.3s ease-in-out;
}*/

.document_box .single_box_content {
    position: relative;
    z-index: 99999;
}

.document_box .single_box_list span {
    background: #000;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    position: relative;
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    transition: .3s;
    transition: all 0.3s ease-in-out;
    z-index: 99999;
    text-align: center;
    margin-left: 15px;
}

.document_box .single_box_list span:before {
    position: absolute;
    left: -8px;
    top: -8px;
    height: 60px;
    width: 60px;
    content: "";
    background: #000;
    z-index: 9;
    border-radius: 80px;
    right: 0;
    margin: auto;
    opacity: 0.2;
    transition: .3s;
    transition: all 0.3s ease-in-out;
}

.document_box .single_box_list span::after {
    position: absolute;
    left: -15px;
    top: -15px;
    height: 75px;
    width: 75px;
    content: "";
    background: #000;
    z-index: 9;
    border-radius: 60px;
    right: 0;
    margin: auto;
    opacity: 0.4;
    transition: .3s;
    transition: all 0.3s ease-in-out;
}

.document_box .single_box:hover .single_box_list span {
    background: #fff;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.document_box .single_box:hover .single_box_list span::after {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.document_box .single_box:hover .single_box_list span::before {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.document_box .single_box_title {
    padding: 30px 0 5px;
    text-align: left;
}

.document_box .single_box_title h4 {
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.document_box .single_box:hover .single_box_title h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.single_box_content_text p {
    line-height: 16px;
    margin: 0 0 10px 0;
    text-align: left;
    padding-left: 18px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.single_box_content_text p i {
    position: absolute;
    left: 0;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.document_box .single_box:hover .single_box_content_text p {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.document_box .single_box:hover .single_box_content_text p i {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.partner_section marquee .item {
    display: inline-block;
    width: 200px;
    overflow: hidden;
}

.partner_section marquee .item img {
    width: 100%;
    padding: 10px;
}

#solutions {
    padding: 20px 0;
}

.ticker-section {
    padding: 20px 0 0px 0;
}

.news_tabs .ui-tabs-nav .ui-state-default {
    width: 33% !important;
}

.banner_section .btn-primary {
    margin-top: 155px;
}

.contact-section .contact-image {
    position: relative;
	    height: 100%;
}

.contact-section .contact-image img {
    width: 100%;
    position: relative;
    z-index: 9;
    border-radius: 15px;
}

.fact_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.fact_row .fact_btn {
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.TabbedPanelsTabGroup .TabbedPanelsTab {
    width: 16.5% !important;
}

.contact-form-main.buy_mf_form {
    margin: 0;
}

.contact-form-main.buy_mf_form .app_links {
    text-align: center;
    padding-top: 30px;
}

.contact-form-main.buy_mf_form .app_links .btns {
    padding: 15px 0;
}

.contact-form-main.buy_mf_form .app_links .btns img {
    width: 150px;
    margin: 5px 10px;
    transition: all 0.3s ease-in-out;
}

.contact-form-main.buy_mf_form .app_links .btns a {
    transition: all 0.3s ease-in-out;
}

.contact-form-main.buy_mf_form .app_links .btns a:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.fund_box th {
    font-size: 14px !important;
}

.fund_box th {
    font-size: 14px !important;
}

.equity table tr td {
    font-size: 14px !important;
}

#live_watch {
    top: 150px;
    position: fixed;
    z-index: 99999;
    margin-left: -280px;
}

#live_watch .frame {
    width: 280px;
    height: 110px;
    padding: 5px 10px;
    border: 0px;
    background: white;
    float: left;
    margin-top: 0px;
}

#open_pop {
    background: #000;
    color: white;
    width: 1px;
    word-wrap: break-word;
    padding: 15px 30px 15px 15px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: -45px;
    border-radius: 0 15px 15px 0;
    text-decoration: none;
}

#open_pop:hover {
    background: #3e4a98;
}

.wa-floating-icon {
    -webkit-animation: floating-btn-anim 1s linear infinite alternate;
    animation: floating-btn-anim 1s linear infinite alternate;
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    bottom: 130px;
    right: 0;
}

.social_media_links i {
    color: #ffffff;
    font-size: 35px;
    background-color: #28ac18;
    height: 46px;
    width: 50px;
    text-align: center;
    padding: 5px 0 0;
    border-radius: 50%;
}

.footer-contact .contact-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.footer-contact .contact-item i {
    color: #000;
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-contact .contact-item span {
    color: #000;
    margin-left: 5px;
}

.main-header .header-top .header-top-right .login-btn {
    font-size: 14px;
    padding: 10px 15px;
    height: 45px;
    line-height: 22px;
    z-index: 99999;
    position: relative;
    vertical-align: middle;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    top: -7px;
    display: flex;
    width: fit-content;
    margin-left: auto;
}

.home-iframe {
    position: relative;
    padding-top: 47.63%;
    height: 100%;
    iframe {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
    }
}

a.banner-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
}
.banner-btn span, .banner-btn i {
    background: #ffbe00;
    padding: 10px 15px;
    border-radius: 0px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.banner-btn i:before {
    font-size: 28px !important;
    line-height: 0;
    width: 16px;
    display: flex
;
    height: 26px;
    align-items: center;
    justify-content: center;
}
	.footer-bottom  .rv-text{
	text-align: right;
	}
@media only screen and (max-width:1140px){
	.home-iframe{
	padding-top: 54.63%;
	}
}
@media only screen and (max-width:960px){
	.home-iframe{
	padding-top:59.63%;
	}
	.footer-bottom .rv-text,
	.footer-bottom  p{
	text-align: center;
	}
}
@media only screen and (max-width:720px){
	.home-iframe{
	padding-top:88.63%;
	}
	.slider-content h2{
	    font-size: 40px;
    line-height: 40px;
	}
	.slider-content p{
	    margin-top: 20px;
	}
	.mobileapp-section .app-box{
	padding: 15px;
	}
	.mobileapp-section .app-box h1{
	 font-size: 40px;
    line-height: 40px;
	}
	.mobileapp-section .app-img img{
	    width: 100%;
	}
	.mobileapp-section .app-box .app-text{
	padding: 15px;
	}
	.mobileapp-section .app-box .btns{
	    margin: 30px 0 0;
	}
	.mobileapp-section .app-box .btns a{
	margin: 0 0 10px;
		    display: block;
	}
}

@media only screen and (max-width:575px){
	.slider-section .owl-dots{
	bottom: 10px;
	}

}