* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins-medium';

}

@font-face {
    font-family: 'Poppins-medium';
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url(../fonts/Poppins-Bold.ttf)
}

p {
    line-height: 20px;
}

a:hover {
    text-decoration: none;
}

.heading h2 {
    font-size: 28px;
    margin-bottom: 30px;
    font-family: 'Poppins-Bold';
    letter-spacing: -1px;
}

.banner_content h1 {
    font-size: 32px;
    font-family: 'Poppins-Bold';
    color: #ffffff;
}

.banner_content h1 span {
    color: #000000;
}

.banner_content {
    margin-right: 60px;
}

.margin_top {
    margin-top: 50px;
}

.padding_top_bottom {
    padding: 50px 0px;
}

.text_blue {
    color: #3766fa;
}

html {
    scroll-behavior: smooth;
}

li {
    list-style: none;
}

.sub_heading h3 {
    font-size: 30px;
    font-weight: bold;
}

/* header css start  */
header {
    padding: 15px 0px;
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 15px 20px -20px;
    z-index: 9;
    background-color: #fff;
}

header .number a {
    color: #000;
    transition: .5s;
}

header .number a:hover {
    color: #3866FA;
}

header .call_flex {
    display: flex;
    justify-content: end;
    align-items: center;
}

header .logo img {
    width: 180px;
}

header .get-started_btn {
    margin-right: 30px;
    display: block;
}

.whatspp_icon img {
    width: 30px;
    margin-right: 0px;
    display: none;
}

header .get-started_btn a {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 10px 10px;
    color: #000;
}

header .get-started_btn a:hover i {
    transform: rotate(360deg);
}

header .get-started_btn a img {
    width: 35px;
    margin-left: 8px;
}

header .get-started_btn a i {
    margin-left: 8px;
    margin-right: 8px;
    transform: rotate(321deg);
    transition: .5s;
}

header .icon_call i {
    margin-right: 18px;
    font-size: 20px;
}

header .icon_call {
    display: flex;
    align-items: center;
}

/* header css start  */

/* asset Management banner section css start  */

section.asset_managment {
    background: url(../img/banner_bg.webp);
    background-position: center;
    background-size: cover;

}

section.asset_managment .heading.banner_heading {
    margin-right: 80px;
}

section.asset_managment .heading.banner_heading h2 {
    text-shadow: 2px 8px 9px rgba(0, 0, 0, 0.53);
}

section.asset_managment .heading.banner_heading p {
    text-shadow: 2px 8px 9px rgba(0, 0, 0, 0.53);
}

section.asset_managment .banner_content ul li {
    display: flex;
    align-items: start;
    color: #ffffff;
    margin-bottom: 20px;
}

section.asset_managment .banner_content ul li img {
    width: 20px;
}

section.asset_managment .banner_content ul li .asset_check_points {
    width: 100%;
    margin-left: 10px;
}

.di_form {
    background-color: #ffffff;
    padding: 25px 20px;
    border: 3px solid #00b1ff;
    border-radius: 20px;
    margin-left: 40px;
}

.di_form .form_heading.sub_heading {
    text-align: center;
}

.di_form .form_heading.sub_heading h4 {
    color: #0191d0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
}


.di_form .form-group img {
    position: absolute;
    left: 11px;
    width: 17px;
    top: 10px;
}

.di_form .form-group {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    width: 90%;
    margin: 0px auto;
    margin-top: 10px;
}

.di_form .form-group .form-control {
    padding: 12px 35px 12px 12px;
    font-size: 14px;
    border: 1px solid #f0f0f0;
    border-radius: 0px 3px 3px 0px;
}

.di_form .form-group .img_bg {
    padding: 17.4px 20px;
    background-color: #f0f0f0;
}

.di_form .form-group .btn_form {
    text-align: center;
    background-color: #fcf315;
    padding: 10px 40px;
    margin-top: 10px;
    border-radius: 0px;
    border: none;
}

.di_form .form-group .form-control:focus {
    box-shadow: none;
}


/* asset Management banner section css end  */

/* Hundred of small section css start  */

section.hundered_small .hundread_head h4 {
    letter-spacing: -1px;
 
    line-height: 35px;
}
section.hundered_small .hundread_head h4 span{
    font-style: italic;
    font-family: 'Poppins-SemiBold';
}
/* Hundred of small section css end  */

/* trusted by Hundred section css start  */

section.trusted_brands {
    background-color: #f5f5f5;
    border-radius: 70px 70px 0px 0px;
}

section.trusted_brands .flex_trusted .trustet_img img {
    width: 100%;
}
section.trusted_brands .flex_trusted {
    display: flex;
    align-items: center;
}

/* trusted by Hundred section css end  */


/* benifits and contact us section css start  */

.bg_light {
    background-color: #f5f5f5;
}

.bg_yellow {
    background: #fcf315;
}

section.benifits_contact .benefits_flex {
    display: flex;
    align-items: start;
    
}

section.benifits_contact .benifits_icon img {
    width: 170px;
}

section.benifits_contact .benefits_text {
    width: 100%;
    margin-left: 45px;
}

section.benifits_contact .benefits_text ul li {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

section.benifits_contact .benefits_text ul li img {
    width: 20px;
}

section.benifits_contact .benefits_text_pera {
    margin-left: 15px;
}


/* benifits and contact us section css end  */


/* key attribute section css start  */

section.key_attribute .key_wrp {
    text-align: center;
    border-bottom: 10px solid #00b1ff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 240px;
    margin-top: 80px;
}

section.key_attribute .key_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

section.key_attribute .key_icon img {
    width: 150px;
    position: absolute;
    margin: 0px auto;
    top: -100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    padding: 10px;
}

section.key_attribute .key_text {
    margin-top: 70px;
}

/* key attribute section css end  */

/* why choose asset Management section css start  */


section.why_choose {
    background-color: #f5f5f5;
    border-radius: 70px 70px 0px 0px;
}

/* section.why_choose .choose_flex {
    display: flex;
    align-items: stretch;
} */

section.why_choose .choose_left_content {
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;

    height: 290px;
    margin-bottom: 15px;
}
section.why_choose .col-lg-3 {
    padding: 0px 8px;
}
section.why_choose .choose_left_content .choose_text {
    margin-top: 50px;
}
section.why_choose .choose_right_content {
    width: 40%;
}

section.why_choose .choose_right_content img {
    width: 100%;
}

section.why_choose .choose_icon img {
    width: 70px;
}

section.why_choose .choose_text h4 {
    letter-spacing: -1px;
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
}

section.why_choose .choose_text p {
    font-size: 15px;
    margin-bottom: 0px;
}


section.why_choose  .owl-nav {
    display: none !important;
}

section.why_choose .owl-carousel button.owl-dot {
    background: #ffffff;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    width: 45px;
    height: 6px;
    margin: 0px 5px;
    outline: none;
    display: block !important;
}

section.why_choose .owl-carousel button.owl-dot.active {
    background: #001c5c;
    border: #001c5c;
    outline: none;
}

section.why_choose  .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 40px;
}


/* why choose asset Management section css end  */

/* unlock_potienal section css start  */

section.unlock_potienal {
    padding: 30px 0px;
    background-color: #001c5c;
    color: #ffffff;
}

.text_yellow {
    color: #fcf315;
}

section.unlock_potienal .heading h2 {
    margin-bottom: 0px;
}

section.unlock_potienal .help_text h6 {
    font-size: 22px;
    margin-bottom: 0px;
    letter-spacing: -1px;
}

section.unlock_potienal .help_text {
    text-align: center;
}

section.unlock_potienal .expert_btn {
    text-align: end;
}
section.unlock_potienal .expert_btn a {
   
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    letter-spacing: -1px;
    border: 1px solid #ffffff;
}
section.unlock_potienal .expert_btn img{
    width: 24px;
    margin-left: 8px;
}
/* section.unlock_potienal .expert_btn a i {
    margin-left: 10px;
    transform: rotate(326deg);
    transition: .5s;
} */


/* unlock_potienal section css end  */

/* footer css start  */

footer {
    background: url(../img/footer_bg.webp);
    background-position: bottom;
    background-size: cover;
}

footer .di_form {
    margin-left: 0px;
    margin-right: 50px;
}

.footer_right_content ul li {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.footer_right_content ul li img {
    width: 20px;
}

.footer_right_content ul li .footer_points {
    margin-left: 15px;
}

footer .pick_phone p {
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 30px;
}

footer .mobile_details ul li {
    margin-bottom: 0;
}

footer .mobile_details ul li a {
    color: #000000;
}

.footer_copy_right{
   
    background-color: #00b1ff;
    padding: 20px 0px;
}
.footer_copy_right .footer_pera p{
    color: #000000;
    margin-bottom: 0px;
}
.privacy_btn{
    text-align: end;
}
.privacy_btn a {
    border: 1px solid #000000;
    color: #000000;
    padding: 7px 25px;
}
/* footer css end  */

.privacy_wrp {
    margin-bottom: 40px;
}
.privacy_wrp .heading h2{
    margin-bottom: 15px;
}


/* thanku page css start  */

section.thanku .container {
    background: #ffffff;
    height: 80vh;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.thanku .heading h2 span {
    color: #3866FA;
    /* font-size: 60px; */
}

.visit_btn {
    margin-top: 30px;
}

.visit_btn a {
    background: #FDC82B;
    padding: 8px 30px;
    color: #000;
}

.visit_btn a i {
    transform: rotate(322deg);
    margin-left: 5px;
    transition: .5s;
}

.visit_btn a:hover i {
    transform: rotate(360deg);
}

