body,p,span{
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6,a{
    font-family: 'Rubik', sans-serif;
}
.d_btn{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    background-color: #e73c3e !important;
    border-color: #e73c3e;
    padding: 10px 40px;
    position: relative;
    z-index: 1;
}
.d_bg{
    background-color: #f9fafb;
}
img{
    max-width: 100%;
}
.d_btn:hover{
    border-color: #111111;
}
.d_btn::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #111111;
    border-color: #111111;
    z-index: -1;
    transition: .6s;
}
.d_btn:hover::after{
    width: 100%;
}


/* Header Part  */
.s_header .container-fluid, .hero .container-fluid{
    max-width: 1480px;
}
.m_link{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #111111 !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
}
.m_link:hover{
    color: #e73a3e !important;
}
.h_search{
    width: 60px;
    font-size: 22px;
    text-align: center;
    margin-right: 20px;
    border-right: 1px solid #ddd;
}
.h_cta{
    width: 220px;
}
.h_cta_call {
    font-size: 33px;
    color: #e73a3e;
    margin-right: 15px;
}
.h_cta_text span{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #606060;
}
.h_cta_text a{
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    color: #111111;
    text-decoration: none;
}

/* Hero Part  */
.hero{
    background: url(./img/main-banner2.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}
.hero_item h6{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #e73c3e;
}
.hero_item h2{
    font-size: 60px;
    line-height: 82px;
    font-weight: 500;
    color: #111111;
}
.hero_item p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #606060;
}
.hero_section{
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.hero_social{
    position: absolute;
    bottom: 0;
    left: 0;
}
.hero_social ul{ 
    list-style: none;
    padding-left: 0;
}
.hero_social ul li span{
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    position: relative;
    margin-right: 50px;
}
.hero_social ul li span::after{
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background-color: #111111;
    top: 10px;
    left: 75px;
}
.hero_social ul li a{
    font-size: 22px;
    line-height: 24px;
    color: #111111;
    margin: 0px 15px;
    transition: .7s;
}
.hero_social ul li a:hover{
    color: #e73a3e;
}

/* Client Logo  */
.clients{
    border-bottom: 1px solid #ddd;
}
.client_logo ul{
    list-style: none;
    padding: 0;
}


/* About Part  */
.about_img{
    position: relative;
}
.inner_img {
    position: absolute;
    background-image: url(./img/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 20%;
}
.experience_img h2{
    color: #e73c3e;
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
}
.experience_img p{
    color: #111111;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}


.section_title h6{
    color: #e73c3e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.section_title h2{
    color: #111111;
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
}
.section_title p{
    color: #606060;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
}
.section_title span{
    color: #606060;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
}
.section_title ul{
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.section_title ul li{
    color: #606060;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 5px 0;
}
.section_title ul li::before{
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #e63b3d;
    display: inline-block;
    margin-right: 10px;
}

/* Why Choose Us part */
.w_c_u_img{
    position: relative;
}
.play_btn {
    height: 90px;
    width: 90px;
    display: inline-block;
    background-color: #ffffff;
    font-size: 60px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    color: #e63b3d;
    position: absolute;
    right: 37%;
    bottom: 11%;
    transition: .7s;
}
.play_btn:hover{
    background-color: #e63b3d;
    color: #ffffff;
}
.play_btn::before{
    content: "";
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e63b3d;
    border-radius: 50%;
    animation: p_btn 1s ease-out infinite;
}
@keyframes p_btn{
    0%, 30%{
        transform: scale(1);
        opacity: 0;
    }
    50%{
        transform: scale(1.5);
        opacity: .7;
    }
    100%{
        transform: scale(2);
        opacity: 0;
    }
}

.w_c_u_text{
    position: relative;
    transition: .6s;
    overflow: hidden;
}
.w_c_u_text:hover{
    transform: translateY(-15px);
}
.w_c_u_text::before{
    content: "";
    position: absolute;
    height: 70%;
    width: 90%;
    background-color: #fdebeb;
    border-radius: 50%;
    top: -40%;
    left: 0;
    right: 0;
    margin: auto;
}
.w_c_u_text:hover .w_c_u_icon i{
    background-color: #e63b3d;
    color: #ffffff;
}
.w_c_u_icon{
    z-index: 1;
}
.w_c_u_icon i{
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: rgb(255, 255, 255);
    color: #e63b3d;
    font-size: 32px;
    border-radius: 50%;
    transition: .6s;
}
.w_c_u_text h3{
    font-size: 25px;
    line-height: 30px;
    color: #111111;
    font-weight: 500;
}
.w_c_u_text p{
    font-size: 16px;
    line-height: 29px;
    color: #606060;
    font-weight: 400;
}


/* Pricing Part  */
.pricing_list h2{
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
}
.pricing_list_item ul{
    position: relative;
    list-style: none;
    padding-left: 60px;
}
.pricing_list_item ul::before{
    content: "";
    position: absolute;
    width: 1px;
    background-color: #e63b3d;
    height: 80%;
    top: 0%;
    left: 5%;
}
.pricing_list_item ul li {
    margin-bottom: 25px;
    padding-left: 30px;
    position: relative;
}
.pricing_list_item ul li::before {
    content: attr(price-counter);
    position: absolute;
    left: -8.5%;
    top: 0%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #f9fafb;
    border: 1px solid #e63b3d;
    color: #000000;
}
.pricing_list_item ul li strong{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #212529;
}
.pricing_list_item ul li p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #606060;
    margin-top: 25px;
}


.pricing_form{
    background-color: #fdebeb;
}
.pricing_form .section_title h6{
    color: #606060;
}

.pricing_form_item .form-group label{
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* Call To Action part  */
.cta_top_text{
    border-right: 1px solid  #ffffff;
}
.cta_top_text h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    color: #ffffff;
}
.cta_top_icon{
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    line-height: 60px;
    text-align: center;
    color: #e63b3d;
    border-radius: 50%;
    font-size: 35px;
    margin-right: 30px;
}
.cta_top_number a{
    font-size: 43px;
    line-height: 65px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}
.cta_bottom_text h4{
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #212529;
}
.cta_bottom_item_icon{
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    line-height: 60px;
    text-align: center;
    color: #e63b3d;
    border-radius: 50%;
    font-size: 35px;
    margin-right: 30px;
}
.cta_bottom_item_text h6{
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    color: #212529;
}
.cta_bottom_item_text p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #606060;
}

/* Knowledge Part  */
.knowledge{
    background-color: #f9fafb;
}
.know_tab{
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.know_tab li a.active span i{
    color: #e63b3d;
}
.know_tab li a.active{
    position: relative;
}
.know_tab li a.active::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #e63b3d;
    bottom: -16%;
    left: 0%;
    right: 0%;
}
.know_icon span i{
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #fff;
    color: #666666;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    font-size: 30px;
    margin-bottom: 10px;
}
.know_tab li a strong{
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.loan_text h3{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #111111;
}
.loan_text p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #606060;
}
.loan_text ul{
    padding-left: 0;
    list-style: none;
}
.loan_text ul li{
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    font-weight: 400;
    position: relative;
    margin: 10px 35px;
}
.loan_text ul li::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #e63b3d;
    border-radius: 50%;
    margin-right: 10px;
    top: 25%;
    left: -5%;
}

/* Testimonial Part  */
.testinonial_text p{
    font-size: 23px;
    line-height: 35px;
    color: #212529;
    font-weight: 400;
}
.client_name h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #e63b3d;
}
.client_name span{
    font-size: 23px;
    line-height: 35px;
    color: #212529;
    font-weight: 400;
}

/* Team Part  */
.member_profile{
    position: relative;
    transition: .7s;
}

/* Animation of team part  */

.member_profile:hover .member_social ul li {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.member_profile:hover .member_social ul li:nth-child(1){
    transition-delay: .2s;
}
.member_profile:hover .member_social ul li:nth-child(2){
    transition-delay: .3s;
}
.member_profile:hover .member_social ul li:nth-child(3){
    transition-delay: .4s;
}
.member_profile:hover .member_social ul li:nth-child(4){
    transition-delay: .5s;
}
/* End of Animation Part  */

.team_brief h3{
    font-size: 20px;
    font-weight: 500;
    color: #e73c3e;
    margin-bottom: 5px;
}
.team_brief p{
    font-size: 16px;
    font-weight: 400;
    color: #606060;
}
.member_social {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.member_social ul{
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.member_social ul li{
    display: inline-block;
    transition: .5s ease-in-out;
    transform: translateY(45px);
    opacity: 0;
    visibility: hidden;
}
.member_social ul li a{
    color: #606060;
    background-color: #fff;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    transition: .7s;
    margin: 0px 5px;
}
.member_social ul li a:hover{
    color: #fff;
    background-color: #e63b3d;
}




/* Blog part  */

.blog_item{
    transition: .9s;
}
.blog_img{
    cursor: pointer;
}
.blog_item:hover .blog_link{
    color: #e63b3d;
    letter-spacing: 5px;
}
.blog_text p{
    font-size: 18px;
    color: #e63b3d;
    font-weight: 400;
}
.blog_text h3 a{
    font-size: 25px;
    color: #111111;
    font-weight: 500;
    text-decoration: none;
    transition: .9s;
}
.blog_text h3 a:hover{
    color: #e63b3d;
}
.blog_link{
    font-size: 18px;
    color: #111111;
    font-weight: 400;
    text-decoration: none;
    transition: .9s;
}



/* Footer part  */
footer{
    background-color: #111111;
}
.footer_head{
    border-bottom: 1px solid #444444;
}
.footer_left p{
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
}
.footer_social ul{
    list-style: none;
    padding-left: 0;
    display: flex;
}
.footer_social ul li span{
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    margin-right: 10px;
}
.footer_social ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 10px;
    transition: .7s;
}
.footer_social ul li a:hover{
    color: #e63b3d;
}
.footer_middle h3{
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #444444;
}
.footer_middle ul{
    list-style: none;
    padding-left: 0px;
}
.footer_middle ul li a{
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    transition: .7s;
}
.footer_middle ul li a:hover{
    color: #e63b3d;
    letter-spacing: 4px;
}
.footer_right span i {
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
}
.footer_right a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    transition: .7s;
}
.footer_right p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    transition: .7s;
    cursor: pointer;
}
.footer_right p:hover{
    color: #e63b3d;
}
.footer_right a:hover{
    color: #e63b3d;
    letter-spacing: 4px;
}
.footer_bottom p{
    font-size: 16px;
    color: #606060;
    font-weight: 400;
}
.footer_bottom p a{
    font-weight: 500;
    color: white;
    text-decoration: none;
    transition: .7s;
}
.footer_bottom p a:hover{
    color: #e63b3d;
}


/* Default page css  */
.default_breadcrumb{
    padding: 200px 0px;
    background-image: url(./img/bg.jpg);
    background-position: top center;
    position: relative;
    z-index: 1;
}
.default_breadcrumb::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: -1;
}

.my_breadcrumb_list{
    background-color: #00000000;
}
.h_page a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #e73c3e !important;
}
.h_page_active a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #606060 !important;
}
