body,p,span,label{
    font-family: 'Roboto', sans-serif;
    color: #606060;

}
img{
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6,a{
    font-family: 'Rubik', sans-serif;

}
.graybg{
    background-color: #f9fafb;
}
/* begin custom style */
.main-header .container-fluid, .slider-section .container-fluid{
    max-width: 1480px;

}
body .btn-primary{
    background-color: #e73a3e !important;
    border-color:#e73a3e ;
    padding: 10px 40px;
    font-size: 13px;
    position: relative;
    z-index: 1;
}
body .btn-primary:hover{
    border-color: #111;
}
body .btn-primary::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #111;
    border-color: #111;
    z-index: -1;
    transition: .3s;
}

body .btn-primary:hover::after{
    width: 100%;

}

/* .....menu.... */
ul.our-primary-menu{}
ul.our-primary-menu li{
    position: relative;
}
ul.our-primary-menu li a{
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    color: #111;
    font-weight: 500;
}
ul.our-primary-menu li a:hover{}

/* ......dropdoun menu css..... */
ul.our-primary-menu li ul{ 
    position: absolute;
    width: 300px;
    left: 0;
    top: 140%;
    background:#fafafa;
    list-style: none;
    padding: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition:all 0.4s ease-in-out;
}
ul.our-primary-menu li ul li{
    flex-direction: column;
}
ul.our-primary-menu li:hover ul{
    opacity: 1;
    visibility: visible;
    top: 120%;
}
ul.our-primary-menu li ul li a{  
}

.header-info{}
.header-search{
    width: 60px;
    font-size: 22px;
    text-align:center;
    margin-right: 20px;
    border-right: 1px solid #ddd;
}
.header-call{
    width: 220px;
}
.header-call-icon{
    font-size: 33px;
    color: #e73a3e;
}
.header-call-info span{
    color: #606060 ;
}
.header-call-info a{
        text-decoration: none;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #111111;
        font-weight: bold;
}

/* .......slider/ banner css...... */
.slider-section{
    background:url(img/main-banner2.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}
.slider-content-wrap{

    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
}
.slider-content h6{
    color: #e73a3e;
}
.slider-content h1{
    font-size: 60px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.slider-content p{
    font-weight: 400;
    color: #606060;
    font-size: 20px;
}

.header-social{
    position: absolute;
    bottom: 0;
    left: 0;
}
.header-social ul{
    list-style: none;
    padding-left: 0;
}
.header-social ul li{}
.header-social ul li span{
    font-size: 18px;
    display: inline-block;
    margin-right: 50px;
    position: relative;
}
.header-social ul li span::after{
    content: "";
    height: 1px;
    background: #111;
    width: 35px;
    position: absolute;
    right: -56px;
    top: 51%;
}
.header-social ul li a{
    text-decoration: none;
    display: inline-block;
    padding:0 14px;
    color: #111;
    font-size: 19px;


}
/* .....begin part 2... */
.logo-section{
    border-bottom: 1px solid #ddd;
}
.client-logo{}
.client-logo ul{
    list-style: none;
    padding-left: 0;
}
.about-image{
    position: relative;
    margin: 30px 0;
}
.about-img-text{
    position: absolute;
    right: 100px;
    bottom: 0;
    background:url(img/shape.png);
    height: 200px;
    width: 200px;
    background-size: contain;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.about-text{
    margin: 30px 0;
}
.about-text h6{
    color: #e63b3d;
    font-weight: 400;
}
.about-text h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}
.about-text p{
    color: #606060;
    font-size: 18px;
}
.about-text strong{
    color: #606060;
    font-size: 20px;
    font-weight: 400;
}
.about-text ul{
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.about-text ul li{
    padding: 5px 0;
    color: #606060;
    font-size: 20px;
}
.about-text ul li::before{
    content: "\f00c";
    font-family: 'Font Awesome 5 free';
    font-weight: 600;
    color: #e63b3d;
    display: inline-block;
    margin-right: 10px;

}

/* ......class part 3.... */
/* ......why chose us.... */
.features-item{
    background:#fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.features-item:hover{
    transform: translatey(-12px);
}
.features-item::before{
    content: "";
    position: absolute;
    top: -135px;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 70%;
    background: #fdebeb;
    border-radius: 50%;

}
.features-item .ft-icon{
    position: relative;
    z-index: 1;
}
.features-item .ft-icon i{
    color: #e73c3e;
    font-size: 32px;
    background:#fff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius:50%;
    transition: 0.5s;
}
.features-item:hover .ft-icon i{
    color: #fff;
    background: #e73c3e;
}
.mtop4{
    margin-top: -30px;
}
.finix-text{
    position: relative;
}
.finix-text .play-animation-btn:hover{
    color:#ddd;
    background: #e73c3e
    
}
.play-animation-btn{
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    font-size: 60px;
    text-align: center;
    line-height: 90px;
    color: #e73a3e;
    border-radius: 50%;
    position: absolute;
    right: 41%;
    bottom: 51px;
}
.play-animation-btn::before{
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e73a3e;
    border-radius: 50%;
    animation: playbtn 1.6s ease-out infinite;

}
@keyframes playbtn{
    0%,30%{
        transform: scale(0);
        opacity: 1;
    }
    50%{
        transform: scale(1.5);
        opacity: .7;
    }
    100%{
        transform: scale(2);
        opacity: 0;
    }
}


/* ......apply now section.... */
/* ........part 4....... */

.apply-now-left-test{
    margin-top: 60px;
}
.funding{
    display: block;
    margin-bottom: 30px;
}
.funding h6{
    color: #e73a3e;
}
.funding p{
    display: block;
    width: 50%;
    margin: auto;
}
.step-timeline ul{
    list-style: none;
    position: relative;
    padding-left: 66px;
}
.step-timeline ul::before{
    content: "";
    position: absolute;
    left: 19px;
    top: 10px;
    width: 1px;
    background:#e73a3e;
    height: calc(100% - 100px);
}

.step-timeline ul li{
    margin-bottom: 25px;
    position: relative;
}
.step-timeline ul li::before{
    content: attr(data-counter);
    position: absolute;
    left: -65px;
    top: 0;
    height: 40px;
    width: 40px;
    background: #f9fafb;
    border: 1px solid #e73a3e;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;

}
.step-timeline ul li strong{
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.calculate-rate{
    background-color: #fbebeb;
    padding: 50px;
}
.calculate-rate .finix-text h6{
    color: #606060;
}
.calculate-form .form-group{
    margin-bottom: 20px;
}
.calculate-form .form-group input{
    border: none;
    border-radius: 0;
    padding: 14px 15px;

}
.calculate-form .form-group select{
    border: none;
    border-radius: 0;
    height: 53px;
}
.calculate-form .form-group label{
    display: block;
    margin-bottom: 10px;
}

.call-to-actionbg{
    background-color: #e73a3e;
    padding: 60px;
    color: #fff;
    padding-bottom: 40px;
    border-radius: 6px;
}
.call-to-actionbg h2{
    font-size: 37px;
    font-weight: 400;
    border-right: 1px solid #ddd;
}

.call-to-action-phone{
    margin-top: 18px;
}
.call-to-action-phone a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 44px;


}
.call-to-action-phone span{
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #e73a3e;
    font-size: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-right: 30px;

}

/* ...our company values...... */

.values-item{
    margin-bottom: 10px;
}
.values-item .values-icon{
    font-size: 30px;
    color: #e73a3e;
    margin-right: 30px;
}
.our-company-img{
    text-align: right;
    margin-top: 35px;
}

/* ........Servicess css..... */
.services-tab-item{
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px !important;
}
.services-tab-item li{
    flex: 1 1 auto;
}
.services-tab-item li a.active span i{
    color: #e73a3e;
}
.services-tab-item li a.active{
    position: relative;
}
.services-tab-item li a.active::after{
    content: "";
    top: 90px;
    left: 20px;
    position: absolute;
    color: #e73a3e;
    width: 180px;
    border-bottom: 1px solid #e73a3e;
}
.services-tab-item li a strong{
    color: #222;
    font-weight: 600;
    font-size: 20px;
}
.services-tab-item li a span strong i{
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 30px;
    color: #6666;
}

.servicess-tab-content-text ul{
    list-style: none;
    padding-left: 0;
}
.servicess-tab-content-text ul li{
    color:#606060;
}
.servicess-tab-content-text ul li::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background:#e73a3e;
    border-radius: 50%;
    margin-right: 12px;
}

/* .......Client section... */
.client-content p{
    font-size: 20px;
}
.client-details h5{
    color: #e73a3e;
    margin-bottom: 0;
}

/* .........Team Member Section.... */

.team-member{}
.member-img img{
    width: 100%;
    height: auto;
}
.member-img{
    position: relative;
}

.member-social-profile{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    
}
.member-social-profile ul{
    text-align: center;
    padding-left: 0;
    margin-bottom: 25px;
}
.member-social-profile ul li{
    display: inline-block;

    transition: .5s ease-in-out;
    transform: translateY(45px);
    opacity: 0;
    visibility: hidden;
}
.member-img:hover .member-social-profile ul li{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.member-img .member-social-profile ul li:nth-child(1){
    transition-delay: .2s;
}
.member-img .member-social-profile ul li:nth-child(2){
    transition-delay: .3s;
}
.member-img .member-social-profile ul li:nth-child(3){
    transition-delay: .4s;
}
.member-img .member-social-profile ul li:nth-child(4){
    transition-delay: .5s;
}
.member-social-profile ul li a{
    display: block;
    font-size: 20px;
    height: 40px;
    width: 40px;
    background:#fff;
    border-radius: 50%;
    line-height: 40px;
    color: #444;
    transition: .4s;
}
.member-social-profile ul li a:hover{
    color: #fff;
    background:#e73a3e;
}
.member-content{
    margin-top: 28px;
}
.member-content h4{
    color: #e73a3e;
    margin-bottom: 5px;
    font-size: 20px;
}

/* ........Blog section.... */

.blog-img img{
    max-width: 100%;
}
.blog-content{
    padding: 20px 0;
}
.blog-content p{
    color: #e73a3e;
}
.blog-content h3{
    margin-bottom: 10px;
}
.blog-content h3 a{
    text-decoration: none;
    color: #111;
    font-size: 25px;
    transition: .5s;
}
.blog-content a{
    text-decoration: none;
    color: #111;
    font-size: 18px;
    transition: .5s;
}
.blog-item:hover .blog-content a{
    letter-spacing: 1px;
    color: #e73a3e;
}
.blog-item:hover .blog-content h3 a{
    letter-spacing: 0;
    color:#e73c3e;
}

/* ......Footer.... */
.bg{
    background-color:#111111;
    color: #fff;
}
.footer-top{
    border-bottom: 1px solid #4444;
    margin: 10px 0;
}
.footer a{
    color: #fff;
    
}
.footer-widget h3{
    font-size: 22px;
    border-bottom: 1px solid  #333535;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-widget ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.footer-widget ul li{
    margin: 10px 0;
}
.footer-widget ul li a{
    text-decoration: none;
    transition: .4s;
}
.footer-widget ul li a:hover{
    letter-spacing: 1px;
    color: #e73a3e;
}
.widget-social ul{
    display: flex;
}
..widget-social ul li{
    padding: 10px 0;
    margin: 0 !important;
}
.widget-social ul li a{
    font-size: 20px;
    padding: 10px 10px;
}
.widget-social ul li span{
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
.footer-contact-items{
    margin-bottom: 20px;
}
.footer-contact-items a{
    text-decoration: none;
    display: block;
}
.footer-contact-items a:hover{
    color: #e73c3e;
}
.footer-contact-items span{
    display: inline-block;
    margin-right: 14px;
    color: #fff;
    font-size: 20px;
}
.footer-copy-right p{
    margin-bottom: 0;

}
.footer-copy-right p a{
    text-decoration: none;
    transition: .4s;
}
.footer-copy-right p a:hover{
    color: #e73c3e;
}