
.navbar-brand img{
	width: 140px;
}

.copyright-area{
	padding: 15px 0px !important;
}

.copyright-left{
	font-size: 15px;
    font-weight: 500;
    color: #fff;
}


.footer-area {
    background: linear-gradient(90deg, rgb(103 1 207) 0%, rgb(65 114 245) 35%, rgb(79 244 252) 100%);
}

.testimonial-area{
	background: #f3f3f3;
}

.work-area .single-work::after{
	display: none;
}

.single-work p {
    font-size: 15px;
    line-height: 25px;
}

.welcome-thumb{
	width: 100% !important;
    padding: 0 !important;
}

/* new css */
.welcome-intro h1 {
    font-size: 42px;
    margin-bottom: 28px;
    margin-top: -76px;
	line-height: 57px;
}
.icon-text p {
	text-align: left;
}
.icon-text h4 {
    text-align: left;
    font-size: 19px;
    padding-top: 18px;
    color: #fff;
}
.icon-text h3.mb-2 {
    text-align: left;
}
.featured-icon.mb-3 {
    text-align: left;
}
.copyright-area a {
    color: #fff;
    font-size: 14px;
}
.contact-us h2 {
    text-align: center;
    
}
.contact-div {
    text-align: center;
}
section.contact-us {
    margin: 38px 0px;
}
.contact-div i {
    font-size: 28px;
    color: rgb(65 114 245);
    padding-bottom: 19px;
}
section#features {
    background: linear-gradient(90deg, rgb(103 1 207) 0%, rgb(65 114 245) 35%, rgb(79 244 252) 100%);
}
#features h2 {
    color: #fff;
}
#features p {
    color: #fff;
}
#features h3 {
    color: #fff;
}
#howItWorks h2.text-white {
    color: #000 !important;
}
#howItWorks p{
    color: #000 !important;
}
#howItWorks h3{
    color: #000 !important;
}
.privacy-div{
    padding-top: 100px;
}
.security_features {
    padding: 50px 0px 50px;
    background: #4eeafc14;
}
ul.securityFeatures_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
}
ul.securityFeatures_list li img{
    
}
.send_money img.card-img-top {
    height: 275px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    /* border-radius: 20px; */
}
.send_money .card {
    border: none !important;
    box-shadow: 0px 0px 2px #dbdbdb96;
    /* border-radius: 10px; */
    /* background: transparent; */
    height: 465px;
}
.send_money  p.card-text {
    font-size: 15px;
}
@media screen and (min-width: 300px) and (max-width: 767px){
   .welcome-intro h1 {
    font-size: 23px;
    line-height: 32px;
    margin-top: 0;
} 
.section-heading h2 {
    font-size: 23px;
}
.featured-icon h3 {
    font-size: 18px;
}
.icon-text h4 {
    font-size: 17px;
    padding-top: 5px;
}
.icon-text p {
    text-align: left;
    font-size: 14px;
    padding: 12px 0px;
}
.icon-text h3.mb-2 {
    font-size: 18px;
}
section#features {
    padding-bottom: 10px;
    margin-top: 20px;
}
section.section.faq-area.ptb_100 {
    padding-bottom: 0px;
}
.contact-div {
    padding-bottom: 20px;
}
.copyright-area.d-flex.py-4 {
    display: block !important;
}
.copyright-left {
    font-size: 13px;
    text-align: center;
}
.button-group.store-buttons.d-flex.justify-content-center {
    display: block !important;
}
.store-buttons img {
    margin-bottom: 15px;
}
.download-text h2.text-white {
    font-size: 27px;
}
.bg-shape {
    -webkit-transform: translate(35%, -19%) rotate(-35deg);
    transform: translate(38%, -33%) rotate(-35deg);
}
.copyright-area  ul {
    display: block !important;
    padding-top: 14px;
    text-align: center;
}
.contact-div h5 {
    font-size: 15px;
}
.contact-div a {
    font-size: 14px;
}
ul.securityFeatures_list { flex-wrap: wrap; justify-content: center; }
ul.securityFeatures_list li img { width: 230px; display: block; margin: auto; text-align: center; }
.security_features .section-heading h2 {font-size: 21px; }
.home-demo {margin-top: 25px;}
.send_money .card { margin-bottom: 25px; }
.owl-carousel .owl-item img {
    width: 240px !important;
    text-align: center;
    margin: auto;
}
.wow {
        visibility: visible !important;
        animation-name: none !important;
    }
} 
@media screen and (min-width: 768px) and (max-width: 991px){
    .welcome-intro h1 {
    font-size: 34px;
    margin-bottom: 28px;
     margin-top: 0px; 
    line-height: 53px;
}
.contact-div {
    margin-bottom: 16px;
}
}