p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.haeder-default.header-transparent {
    position: sticky;
    left: 0;
    right: 0;
    width: auto;
    z-index: 99;
    padding: 5px 0;
    top: 0px;
}
.service-bannertext h1 {
    color: #fff;
}
.presentation-graphic-support-dtp .service-bannertext h1, .presentation-graphic-support-dtp .service-bannertext p, .research-content-publishing-services .service-bannertext h1, .research-content-publishing-services .service-bannertext p, .corporate-strategy .service-bannertext h1, .corporate-strategy .service-bannertext p{
color:#000;
}
.service-bannertext p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}
.services-feature {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 8px 32px 0px rgba(3, 84, 214, 0.10);
    margin-bottom: 20px;
    padding: 20px;
}
.servicefeat-icon {
    width: 150px;
    min-width: 150px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicefeat-icon img {
    max-width: 100px;
}
.container-fluid.solution-content {
    background-color: #EEE;
    padding: 30px 0px;
    margin-bottom: 25px;
}
.row.solutions-row {
    display: flex;
    align-items: center;
}
ul.solutions_list {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
}
ul.solutions_list li {
    color: #000000;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    list-style: none;
    position: relative;
    padding-left: 35px;
}
ul.solutions_list li:last-child{
    margin-bottom: 0px;
}
ul.solutions_list li:before {
    content: url(../images/listing-arrow.png);
    top: 3px;
    position: absolute;
    left:-3px;
}
.servicesection-title {
    float: left;
    width: 100%;
    margin: 30px 0px 0px;
}
.servicesection-title h2 {
    color: #000248;
    text-align: left;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
}
.servicesection-title h2 span{
    color:#045CCE;
}
.container-fluid.servicebanner-section {
    margin-bottom: 40px;
    height: 410px;
    align-items: center;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.textblack h1{
    color:#000;
}
.textblack p{
    color:#000;
}
.services-feature.ulitems {
    display: inherit;
}
.services-feature.ulitems h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
.services-feature.ulitems li {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

#contact_us_country {
    border-radius: 8px;
    border: 1px solid #DB8A2A;
    background: #FFF;
    padding: 10px 15px;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    height: 49px;
    line-height: 28px;
    color: #000;
}

@media only screen and (min-width: 1025px) and (max-width:1199px) {
    .servicesection-title h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 992px) and (max-width:1024px) {
    ul.solutions_list li {
        margin-bottom: 15px;
    }
    .servicesection-title h2 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
ul.solutions_list li {
    font-size: 16px;
    margin-bottom: 10px;
}
.servicesection-title h2 {
    font-size: 32px;
    line-height: 42px;
}
}

@media only screen and (max-width:767px) {
.container-fluid.servicebanner-section {
    background-position: inherit;
}
.servicesection-title h2 {
    font-size: 30px;
    line-height: 40px;
}
ul.solutions_list {
    margin-bottom: 35px;
}
ul.solutions_list li {
    margin-bottom: 12px;
    font-size: 18px;
}
.services-feature {
    display: inherit;
    padding:15px;
}
.servicefeat-icon {
    margin: auto;
}
.services-feature p {
    font-size: 16px;
    line-height: 26px;
}
.services-feature.ulitems li {
    font-size: 16px;
    line-height: 26px;
}
.services-feature.ulitems h3 {
    font-size: 18px;
    line-height: 26px;
}
}

.active-dark-mode .container-fluid.solution-content {
    background-color: #242526 !important;
}
.active-dark-mode ul.solutions_list li {
    color: #fff !important;
}
.active-dark-mode .services-feature p {
    color: #fff !important;
}

.active-dark-mode .services-feature {
    background: #242526 !important;
}
.active-dark-mode .iti__selected-dial-code {
    color: #000 !important;
}

