*{
margin:0;
padding:0;
box-sizing:border-box;
}
body{
font-family: 'Merriweather', sans-serif;
}
h1, h2, h3, h4, h5{
color: #c9666e;
}
.btn.btn-primary:focus{
background-color: #ff7583;
border:none;
box-shadow:none;
}

section {
    padding-top: 90px;
}
.navbar {
    position: sticky;
    z-index: 2;
    background: #ffffff;
    top: 0px;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}
.error {
    color: red;
    font-size: 0.9em;
}
.navbar-collapse {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-grow: inherit;
}

.navbar-brand img {
    width: 160px;
}

.navbar-light .navbar-nav .nav-item {
    padding: 5px 20px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0px 0px 2px 0px;
    transition: all .8s;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #dc3545;
    position: relative;
    transition: all .8s;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 70%;
    height: 2px;
    z-index: -2;
    background-color: #dc3545;
    border-radius: 10px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler {
    border-color: #dc3545 !important;      
}

img {
    width: 100%;
}



.title {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto Slab";
}
.title span{
    color:#c9666e;
    font-style:italic;
}
.crm_features {
    text-align: left;
    border: 4px solid #dc3545;
    padding: 25px;
    border-radius: 20px;
    transition: .4s all;
    height: 100%;
    background-image: linear-gradient(45deg, #ffffff91, #ffffff91), url(images/53.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.soft_sol_section .inner_text ul{
    padding-left:0;
    display:grid;
    grid-template-columns: 1fr 1fr;
}
.image_area img{
    width: 100%;
border: 3px solid #dc394a;
border-radius: 20px;
}

.soft_sol_section .inner_text ul li{
    display:inline-block;
    width:100%;
}

.soft_sol_section .inner_text ul li span{
    color:#dc3545;
    font-size:20px;
}

.crm_features i {
    color: #ffffff;
    background-color: #dc3545;
    font-size: 30px;
    height: 60px;
    text-align: left;
    width: 60px;
    line-height: 40px;
    padding: 10px;
    border-radius: 50%;
    margin-top: 10px;
    transition: .4s all;
    display: flex;
align-items: center;
justify-content: center;
}

.crm_features h3 {
    font-size: 28px;
    padding: 18px 0px;
    transition: .4s all;
    font-family: 'Roboto Slab';
    margin: 0;
}
.crm_features p {
    letter-spacing: 1px;
}
.crm_features:hover {
    background-image: linear-gradient(45deg, #dc354533, #dc354533), url(images/53.png);
}

.crm_features:hover i {
    color: #dc3545;
    background-color: #ffffff;
}

.crm_features:hover h3, .crm_features:hover p {
    color: #000; 
}

.features_outer h2 {
    font-size: 36px;
    color: #dc3545;
    padding-top: 10px;
    text-align: center;
}
.features_outer{
    background:linear-gradient(0deg, #d6dadd 50%, transparent), url(images/1.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    background-size:cover;
}

 .features {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    height: 100%;
    backdrop-filter: blur(44px);
    background: #ffffff87;
}
.inner_text p{
    text-align: left;
font-size: 18px;
line-height: 1.7;
font-weight: 200;
}

.features h2 {
    font-size: 40px;
color: #343232;
padding-top: 10px;
font-family: 'Roboto Slab';
}

 .features i {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px;
    color: #dc3545;
    border: 2px solid #dc3545;
    background-color: #ffffff;
    font-size: 30px;
    height: 60px;
    text-align: center;
    width: 60px;
    line-height: 35px;
    padding: 10px;
    border-radius: 50%;
    transition: .8s all;
}

.features:hover i {
    background-color: #fde1e4;
    box-shadow: rgb(241 106 106 / 75%) 0px 1px 8px;
}
.features.frs{
    background:transparent;
    padding:0 20px;
    backdrop-filter: none;
}
.features.frs i{
    box-shadow: none;;
    padding: 10px;
    border-radius: 7px;
}
.features.frs h4{
    color: #000;
    font-family: 'Roboto Slab';
    font-size: 28px;
    margin: 20px 0;
}
.get_started {
    background-image: linear-gradient(45deg, #ee7c7cd9, #ee7c7cd9), url(images/50.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}

.get_started h2,
.get_started p {
    color: #ffffff;
}
.get_started p{
    font-size: 20px;
    margin-bottom: 25px;
}
.get_started h2 {
    color: #ffffff;
    font-family: 'Roboto Slab';
    line-height: 1.4;
    font-size: 34px;
    margin-bottom:20px;
}
.form {
    background-color: #ffffff;
    padding: 30px;
    margin-left: 78px;
    border-radius: 20px;
}

.get_started textarea, .get_started input {
    height: auto;
    border: 2px solid #dc3545;
    background-color: #fde1e4;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px;
}


form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #dc3545;
    outline: 0;
    box-shadow: none;
}
.submit_btn {
    background-color: #dc3545;
    color: #ffffff;
    height: 45px;
    border: 1px solid #dc3545;
    padding: 0px 40px;
}

.submit_btn:hover {
    background-color: #dc3545;
    color: #ffffff;
    border: 1px solid #dc3545;
}

.contact {
    /*display: flex;*/
    /*align-items: center;*/
}

.contact_block {
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 10px 13px;
    margin-right: 10px;
    border-radius: 0px;
    margin-bottom: 0;
    border-top: 1px solid #fff;
}
.contact_block:nth-child(3){
    border-bottom: 1px solid #fff;
}
.contact_block a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.contact_block p {
    color: #fff;
    margin-bottom: 0px;
    padding-left: 10px;
    font-size: 20px;
}

.contact_block i {
        color: #dc3545;
    font-size: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dc3545;
}

.pricing_card {
    box-shadow: 0 0 30px 20px #eee;
    border-radius: 10px;
    padding: 30px;
    height:100%;
    border-top:3px solid #dc3545;
    border-bottom: 3px solid #dc3545;
}

.pricing_card.main_card {
    background-color: #dc3545;
    color: #ffffff;
}

.pricing_card.main_card h2 {
    color: #ffffff;
}

.pricing_card h2 {
    color: #dc3545;
    padding-bottom: 0px;
    font-family: 'Roboto Slab';
    font-size: 28px;
}
.pricing_card h3{
  background: #000;
  color:#fff;
    font-size: 40px;
    font-family: 'Roboto Slab';
    font-style: italic;
    font-weight: 400;
    margin: 16px 0;
    padding: 10px;   
}
.pricing_card.main_card h3{
    background: #fff;
  color:#dc3545;
}
.pricing_card ul li {
    padding: 5px 0px;
}

.pricing_card p { 
    margin-bottom: 10px;
    font-size: 22px;
}

.pricing_card .text {
        font-size: 14px;
    padding-bottom: 10px;
    border-top: 1px solid #dc3545;
    border-bottom: 1px solid #dc3545;
    padding-top: 10px;
}
.pricing_card.main_card .text{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
    .soft_sol_section .inner_text ul li{
        width:100%;
    }
    .projects { 
        height: 100%;
    }
    .title_text {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
   
    p {
        font-size: 14px;
    }
    .projects h2 {
        font-size: 18px;
    }
    .features h4 {
        font-size: 18px;
    }
     section {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .features {
        height: auto;
    }
    .projects {
        height: 90%;
        margin-bottom: 20px;
    }
    .form {
        margin-left: 0px;
        margin-top: 20px;
    }
    .pricing_card {
        margin-bottom: 20px;
    }
}

.main_crm_banner {
    background-image: url('images/The-Importance-of-Data-Integration-in-Customer-Relationship-Management-blog-v2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.soft_sol_section{
    background-image: linear-gradient(45deg, #ffffff91, #ffffff91), url(images/53.png);
    background-position: bottom 317px right;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_crm_banner p {
    color: #ffffff;
font-size: 18px;
margin: 19px 0 0;
line-height: 1.8;
}