/* import theme css */
@import url(theme.css);



/* Project css */

.container-fluid{
    max-width: 1600px;
}

header{
    padding: 10px 0;
}
header .logo img{
    height: 70px;
    width: auto;
}
header nav li{
    margin-left: 30px;
}
header nav li a{
    color: var(--color2);
}
header nav li a:hover{
    color: var(--color1);
}
.banner{
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 1000px;
    background-image: url(../img/banner.png);
    background-size: cover;
    background-position: bottom;
}
.banner img{
    width: 90%;
}
.banner h1{
    font-family: var(--primary-font);
    font-size: 75px;
    font-weight:900 ;
    color: #fff;
}
.banner p{
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 20px;
}
.banner .bnr-content{
    padding-bottom: 150px;
}
.we-provide{
    padding: 80px 0;
}
.we-provide .wedo-card{
    background-color: #FCFCFF;
    padding: 50px 30px;    
    text-align: center;
    margin-top: 30px;
    border-radius: 20px;
}
.we-provide .wedo-card .icon{
    width: 100px;
    height: 100px;
    text-align: center;
    line-height:100px;
    background-color: var(--color2);
    border-radius: 50px;
    margin: auto;
    margin-bottom: 20px;
}
.we-provide .wedo-card h6{
    font-size: 22px;
}
.we-provide .wedo-card:hover{
    background: #FFFFFF;
    box-shadow: 0px 5px 60px #eee;
}
.we-provide .wedo-card:hover .icon{
    background-color: var(--color1);
}
.whatwedo{
    padding: 80px 0;
    background-color: #F8F8FD;
}
.whatwedo img{
    max-height: 420px;
}
.app-download{
    padding: 80px 0 20px 0;
}
.app-download-img img{
    width: 100%;
}
.testimonials{
    padding: 80px 0 0 0;
}
.testimonials-slider{
    padding: 20px 0 80px 0;
    position: relative;
    overflow: hidden;
}
.testimonials-slider .testi-slider .slick-slide{
    padding: 0 20px;
}
.testimonials-slider .slide-item{
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 4px 60px #eee;
    margin: 50px 0;
}
.testimonials-slider .slick-list{
    overflow: inherit;
}
.testimonials-slider .slide-item .user{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.testimonials-slider .slide-item .user h6{
    font-size: 20px;
    color: #636466;
    margin-bottom: 5px;
}
.testimonials-slider .slide-item .user img{
    width: 60px;
    margin-right: 10px;
}
.testimonials-slider .slide-item .rating{
    display: flex;
}
.testimonials-slider .slide-item .user .fa-star{
    color: #F2CC65;
    font-size: 13px;
}
.testimonials-slider .slick-prev{
    width: 80px;
    height: 80px;
    text-indent: -99999999px;
    background-image: url(../img/left-arrow.png);
    background-size: cover;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 9999;
    background-color: transparent;
}
.testimonials-slider .slick-next{
    width: 80px;
    height: 80px;
    text-indent: -99999999px;
    background-image: url(../img/right-arrow.png);
    background-size: cover;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 9999;
    background-color: transparent;
}
.testimonials-slider::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, white 0%, transparent 30%, transparent 70%, white 100%);
    z-index: 1;
    top: 0;
    left: 0;
}

footer{
    background-color: var(--color2);
    padding: 100px 0;
}
footer .logo img{
    height: 50px;
    width: auto ;
    margin-bottom: 20px;
}
footer .apps a img{
    height: 40px;
}
footer h4{
    color: #fff;
    font-size: 18px;
}
footer h4::after{
    content: '';
    width: 15px;
    height: 3px;
    background-color: var(--color1);
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}
footer .f-menu a{
    color: var(--color3);
}
footer .f-menu a:hover{
    color: var(--color1);
}
footer form{
    border: 1px solid #2E2E51;
    border-radius: 50px;
    display: flex;
}
footer form input{
    height: 60px;
}
footer form .mail{
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 0 20px;
    outline: none;
    color: #fff;
}
footer .f-btn{
    background-color: var(--color1);
    padding: 0 30px;
    border: none;
    border-radius: 0 50px 50px 0;
    color: #fff;
    font-weight: 500;
}
.copy{
    background-color: #0E0E21;
    padding: 20px 0;
    border-top:1px solid #222243;
}
.copy p{
    color: #535360;
    margin: 0;
}
.copy .lilac svg{
    height: 30px;
    margin-left: 15px;
}
.copy .lilac path{
    fill: #fff;
}

.contact-modal{
    z-index: 99999999;
}
.contact-modal .modal-dialog{
    margin-top: 30px;
}
.contact-modal .modal-content{
    padding: 40px;
    text-align: center;
}
.contact-modal .modal-content h5{
    margin-bottom: 20px;
}
.contact-modal .modal-content input,
.contact-modal .modal-content textarea{
    width: 100%;
    background-color: #FBFBFF;
    border: 1px solid #D9DBE9;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 15px;
    max-height: 130px;
    outline: none;
}
.contact-modal .modal-content input:focus,
.contact-modal .modal-content textarea:focus{
    border: 1px solid #D9DBE9 !important;
    box-shadow: none;
    outline: none;
}
.contact-modal .modal-content .primary-btn{
    width: 100%;
    border-radius: 50px;
    background-color: var(--color1);
    border: none;
    padding: 0;
}
.contact-modal .modal-content .btn-close{
    border: 4px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: var(--color1);
    text-align: center;
    position: absolute;
    top: -20px;
    right: 40px;
    color: #fff;
    background-image: none !important;
    opacity: 1;
}


/* mobile menu */
.open-menu, .close-menu{
    display: none;
}


/* privacy */

.title-banner{
    background-image: url(../img/title-bnr.png);
    background-size: cover;
    min-height: 250px;
    display: flex;
    align-items: center;
}
.title-banner h3{
    color: #fff;
}
.privacy-section{
    padding: 80px 0;
}
.privacy-section ul{
    padding-left: 20px;
}
.privacy-section li{
    list-style: auto;
    padding:3px 10px;
    color: var(--color3);
}