html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}


body{font:400 18px/24px 'Poppins', sans-serif;color:#000000;background:#fff;}
img{display:block;max-width:100%;height:auto;}
a,.btn{text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
a:hover,a:focus,a:focus:active,*:focus,.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus{outline:none;}
a:focus, a:hover{text-decoration:none;}
small {
    font-size: 0.85em;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #2b2971;    
}
::selection {
    color: #fff; 
    background: #2b2971;
}

#header {
    padding: 5px 0;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%);
    background: #fff;
}
.header-strip {
    height: 14px;
    background: transparent linear-gradient(78deg, var(--unnamed-color-0d2876) 0%, #C0081D 96%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(78deg, #0D2876 0%, #C0081D 96%) 0% 0% no-repeat padding-box;
}
.menu {

}
.menu ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.menu ul li {
    padding: 0 25px;
}
.menu ul li a {
    display: block;
    color: #424242;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}   
.menu ul li a:hover,.menu ul li a.active {
    color: #2b2971;
}
.heading-two {
    margin-top: 15px;
    text-align: center;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #2b2971;
}
/* hero-banner */
.hero-slider {
    background: url(../images/main-banner.jpg) no-repeat center;
    background-size: cover;
}
.about-slider {
    background-image: url(../images/about-banner.jpg);
}
.banner-content {
    padding: 140px 0 0;
}
.about-slider .banner-content {
    padding: 100px 0 0;
}
.about-slider .home-slide {
    min-height: 363px;
}
.h-slide-item {
    position: relative;
}
.home-slide {
    position: relative;
    min-height: 515px;
    color: #fff;
    text-align: center;
}
.home-slide-main {
    padding: 125px 0;
}
.home-slide h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 15px;
}
.home-slide h2 {
    font-weight: 700;
    font-size: 43px;
    line-height: 53px;
    color: #FFBB00;
    text-transform: uppercase;
}
.home-slide p {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 0.8px;
    font-weight: 300;
}
.home-slide p span {
    display: inline-block;
    color: #FFBB00;
    font-style: italic;
    border-bottom: 1px solid;
    margin-left: 3px;
}
.sub-slide {
    padding: 58px 0;
    text-align: left;
}
.sub-slide h2 {
    font-size: 34px;
    line-height: 44px;
}
.home-slide figure img {
    margin: 0 auto;
}
.banner-title {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-top: 25px;
    word-spacing: 5px;
}
.sub-slide h3 {
    font-size: 21px;
}
.sub-slide .signup-form {
    max-width: 100%;
}
.btn-hero {
    margin-top: 30px;
    padding: 15px 30px;
    width: 290px;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
}
.btn-hero:hover {
    color: #fff;
    background: rgba(255,255,255,0.15);
}

.hero-slider .swiper-pagination-bullet {
    height: 8px;
    width: 48px;
    border: 1px solid #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 8px;
    background: none;
}
.hero-slider .swiper-pagination-bullet:hover {
    background: rgba(255,255,255,0.5);
}
.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-bottom: 20px;
}

.slide-strip {
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-30%);
    padding: 14px 15px;
    max-width: 430px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 4%);
    text-shadow: 0 1px 4px rgb(41 67 80 / 20%);
    background: rgba(255,255,255,0.10);
    /* background: rgba(0,0,0,0.2); */
    /* -webkit-backdrop-filter:  blur(20px); */
    /* backdrop-filter: blur(20px); */
}
.swiper-slide-active .slide-strip {
    transition-delay: 0.2s;
    transform: translateY(0);
    opacity: 1;
}
.slide-strip h4 {
    text-transform: uppercase;
    color: #FFBB00;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 7px;
}
/* .sub-slide2 .slide-strip h4 {
    color: #2b2971;
} */
.slide-strip h5 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
    opacity: 0.9;
}
.slide-strip h5 span {
    font-weight: 600;
}

.swiper-clients:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    bottom: 0;
    pointer-events: none;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8015581232492998) 38%, rgba(255,255,255,1) 62%);
    z-index: 1;
}
.swiper-clients img {
    cursor: grab;
}
.swiper-clients img:active {
    cursor: grabbing;
}
.modal-content {
    box-shadow: 0px 0px 10px #00000091;
    border-radius: 10px;
}
.modal-dialog {
    max-width: 636px;
}
.modal-header {
    padding: 22px 35px 20px;
}
.modal-title {
    font-size: 29px;
    line-height: 34px;
    color: #0D2876;
    text-transform: uppercase;
    font-weight: 500;
}
.modal-body {
    padding: 0;
}
.invest-form {
    padding: 20px 35px;
    background: #F1F1F1;
}
.in-form-label {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
    color: #43454A;
    line-height: 24px;
}
.invest-form .form-control,.invest-form .form-select {
    border-radius: 8px !important;
    border: 1px solid #C5C5C5;
    padding: 0 18px;
    height: 60px;
    font-size: 16px;
}
.invest-form .form-control::placeholder,.invest-form .form-control::-webkit-input-placeholder {
    color: #AFAFAF;
}
.form-select {

}
.gj-picker-bootstrap {
    font-size: 14px;
}
.swiper-wrapper {
    align-items: center;
}
.gallery-modal .modal-content {
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
}
.gallery-modal .swiper {
    margin: 20px;
}
.gallery-modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    border-radius: 100%;
    background-size: 14px;
    background-color: #cbcbcb;
    z-index: 99;
}

.invest-submit {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
    height: 65px;
    box-shadow: none !important;
    width: 276px;
    margin: 20px auto;
    background: #C0081D;
}
.invest-submit:hover {
    color: #fff;
    background: #d50a21;
}
.input-group-append {
    display: none;
}

/* About */
.about-content {
    margin-top: -5px;
    padding: 0 15px;
}
.about-content p {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 26px;
}
.about-content p strong {
    font-weight: 600;
}
.about-image img {
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
    border-radius: 8px;
}

.partners-section img {
    margin: 0 auto;
}
.partners-section {
    margin: 15px 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
.products-section {

}
.products-section figure {
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    color: #2b2971;
    transition: all 0.2s ease;
    border: 5px solid #e9f8ff;
    border-bottom: 0;
    background: #fff;
}
.products-section figure:hover {
    color: #fff;
    border-color: #3f99cc;
}
.products-section figure img {
    border-radius: 4px;
    max-height: 180px;
    margin: 0 auto;
}
.products-section figure figcaption {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    text-align: center;
    background-color: #e9f8ff;
}
.products-section figure:hover figcaption {
    background-color: #3f99cc;
}

/* contact-section */
.contact-section {
    color: #fff;
    padding: 70px 0 70px;
    background-color: #2b2970;
}
.contact-section .heading-two {
    margin-bottom: 50px;
    color: #fff;
}
.contact-section .heading-two span {
    display: inline-block;
    position: relative;
}
.contact-section .heading-two span:before,.contact-section .heading-two span:after {
    content: '';
    position: absolute;
    right: 100%;
    width: 96px;
    height: 8px;
    top: 50%;
    margin: -3px 18px 0 0;
    background: url(../images/heading-design.png) no-repeat center;
}
.contact-section .heading-two span:after {
    left: 100%;
    right: auto;
    margin: -3px 0 0 18px;
    transform: scaleX(-1);
}
.contact-item {
    margin-bottom: 27px;
    align-items: center;
}
.contact-icon {
    min-width: 15px;
}
.contact-value {
    padding-left: 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
.contact-value a {
    color: #fff;
}
.contact-value a:hover {
    text-decoration: underline;
}
.contact-form {
    margin-top: 10px;
}
.contact-form .form-control {
    height: 43px;
    border-radius: 0;
    padding: 5px 15px;
    border: 2px solid rgba(255,255,255,0.35);
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    box-shadow: none;
    background: none;
}
.contact-form textarea.form-control {
    height: 110px;
    padding-top: 15px;
}
.contact-form .form-control::placeholder {
    opacity: 1;
    color: #fff;
}
.contact-form .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}
.contact-form .form-control:focus,.contact-form .form-control:hover {
    border-color: #fff;
}
.contact-form .btn-submit {
    height: 60px;
    width: 100%;
    color: #2b2971;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    box-shadow: none;
    background: #fff;
}
.contact-form .btn-submit:hover {
    background: #e4ebff;
}
.contact-form .btn-submit:active {
    background: #adb8d9;
}
.contact-tagline {
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 50px;
    max-width: 450px;
}

/* contact-section */
.address-section {
    padding: 40px 0 250px;
    background: url(../images/contact-bg.jpg) no-repeat center bottom;
}
.address-section h4 {
    font-weight: 700;
    color: #777777;
    font-size: 22px;
    line-height: 30px;
    margin: 40px 0 10px;
}
.address-section p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin: 0 0 37px;
}
.address-section p a {
    color: #000;
    transform: none;
}
.address-section p a:hover {
    text-decoration: underline;
    color: #2b2971;
}

/* numbers-section */
.numbers-section {
    padding: 20px 0;
    margin-bottom: 5px;
    background: #f4f4f4;
}
.numbers-section h4 {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #777777;
}
.counter-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 20px;
    color: #2b2971;
}
.counter-block .counter {
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    padding-right: 5px;
}
.counter-block .count-name {
    font-size: 24px;
    font-weight: 300;
}

/* footer */
.footer {
    padding: 9px 0;
    color: #fff;
    background: #191844;
}
.foot-social img {
    max-width: 35px;
    border-radius: 6px;
}
.foot-social a {
    margin-left: 10px;
}
.foot-social:hover a {
    opacity: 0.6;
}
.foot-social:hover a:hover {
    opacity: 1;
}
.copy-text {
    font-size: 12px;
    color: rgb(148, 148, 148);
    font-weight: 300;
}
.tab-btn-mobile {
    display: none;
}

/* testimonials */
.testimonials-section {
    padding: 60px 0;
    background: url(../images/testimonials-bg.jpg) no-repeat center;
    background-size: cover;
}
.testimonials-section .testi-swiper {
    padding-bottom: 30px;
}
.testi-block {
    padding: 60px;
    max-width: 960px;
    margin: 40px auto 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 25px #00000029;
    background: url(../images/quote-icon.jpg) no-repeat right 25px bottom 20px #fff;
}
.test-message {
    font-size: 18px;
    line-height: 30px;
    color: #292929;
    font-style: italic;
    font-weight: 300;
    padding: 0 5% 40px;
}
.test-message strong {
    font-weight: 500;
}
.testi-details {
    padding-left: 50px;
}
.testi-details h5 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #192E6B;
}
.testi-details span {
    font-size: 14px;
    color: #353638;
}
.testi-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid transparent;
    background: #CDCDCD;
}
.testi-swiper .swiper-pagination-bullet-active {
    border-color: #A3A3A3;
    background: #fff;
}
.swiper-clients .swiper-pagination {
    bottom: -5px !important;
}
.signup-form {
    margin: 30px auto 0;
    max-width: 600px;
}
.signup-form h4 {
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
    margin-bottom: 25px;
}
.signup-form .email-filed .form-control {
    height: 60px;
    width: 350px;
    border-radius: 8px;
    padding: 18px;
    font-size: 18px;
    border: 0;
}
.signup-form .btn-signup {
    height: 60px;
    width: 148px;
    border-radius: 8px;
    color: #1A1A1A;
    margin-left: 15px;
    font-weight: 700;
    font-size: 20px;
    background: #FFBB00;
}
.signup-form .btn-signup:hover {
    background: #ffc219;
}
.error{
    font-size: 12px;
    color: red;
}
#get_in_touch{
    color: green;
    font-size: 15px;
}
/* Responsive */
@media (max-width:1199px){
    .menu ul li {
        padding: 0 24px;
    }
    .hero-banner {
        padding: 48px 0 60px;
    }
    .hero-banner h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 18px;
    }
    .hero-banner p {
        font-size: 18px;
        line-height: 32px;
        max-width: 750px;
    }
    .hero-banner h3 {
        font-size: 26px;
        line-height: 25px;
        margin: 45px 0 30px;
    }
    .btn-invest {
        font-size: 28px;
        line-height: 33px;
        height: 76px;
        width: 400px;
    }
    .heading-two {
        font-size: 40px;
    }
}
@media (max-width:991px){
    .menu ul li {
        padding: 0 10px;
    }
    .menu ul li a {
        font-size: 16px;
    }   
    .menu ul li a.nav-btn {
        padding: 6px 18px;
    }
    #header {
        padding: 10px 0;
    }
    .logo img {
        max-width: 180px;
    }
    .header-strip {
        height: 10px;
    }
    .menu ul li {
        padding: 0 9px;
    }
    .menu ul li a {
        font-size: 15px;
    }
    .heading-two {
        font-size: 38px;
    }
  
    .heading-two:after {
        margin: 1px auto 5px;
    }
    .heading-two {
        font-size: 34px;
    }
  
}

@media (max-width:767px){
    .logo img {
        max-width: 140px;
    }
    .btn-menu {

    }
    .btn-menu img {
        max-width: 25px;
    }
    .menu {
        display: none;
        margin-top: 10px;
    }
    .menu.menu-open {
        display: block !important;
    }
    .menu ul {
        display: block;
    }
    .menu ul li {
        padding: 0;
    }
    .menu ul li a {
        font-size: 16px;
        padding: 10px 0;
    }
    .menu ul li a.nav-btn {
        display: inline-block;
        margin-left: 15px;
        padding: 6px 40px;
    }
    .menu ul li a:hover, .menu ul li a.active {
        border: 0;
    }
    .banner-content {
        padding: 0;
    }
    .home-slide {
        min-height: 350px;
    }
}
@media (max-width:575px){
 
}