.banner-two__content, .banner-three__content {
    padding: 230px 0;
}
.banner-bg p{
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
}

.divider {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 2px;
}
.divider-primary {
    background-color: #f18b54;
}

.about-layout1 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

.heading__title {
    font-size: 37px;
    margin-bottom: 20px;
    line-height: 50px;
}

.service-two__content h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.service-two__content p {
    font-size: 14px;
}
.service-two__content {
    position: relative;
    padding: 30px;}

.service-two__content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: contents;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

h2.heading__subtitle{
    font-size: 28px;
}
.service-two__content h5 {
    font-size: 18px;
}

.vts-sec{
    padding-bottom: 50px;
}
.vts-content h5{
    margin: 6px 0px;
    font-size: 18px;
}
.vts-content h5 a{
    color: rgb(23, 23, 228);
}


.service__icon img {
    width: 50px;
}

.service__item.service-card {
    height: 455px;
}

.hrms-content p{
    display: contents;
}

.pms-sec p {
    display: contents;
}

.pms-sec .service-two__content {
    padding: 25px;
}
.pms-para {
    font-size: 18px;
    font-weight: 600;
}
.process-item .process-item__icon {
    position: relative;
    color: #ffffff;
    font-size: 65px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}
.process-item .process-item__icon:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #47a145;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.process-item .process-item__icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(230, 233, 235, 0.1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.process-item .process-item__content {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
    padding-left: 65px;
    padding-bottom: 48px;
}
.process-item .process-item__content:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    width: 2px;
    opacity: .1;
    background-color: #e6e9eb;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.process-item .process-item__title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.process-item .process-item__desc {
    color: #8097a1;
    font-size: 14px;
    margin-bottom: 0;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgb(42 224 74) !important;
}
.accordion-span{
    color: black;
    margin-right: 46px;
    font-weight: 500;
}
.job__exp__sec {
    display: flex;
    justify-content: space-between;
}
.job__exp {
    animation: fadeInUp .5s;
}
.accordion-body.border-1 {
    border: 1px dotted black;
}

.accordion-body ul {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 16px;
    animation: fadeInUp 1s;
}
.accordion-body ul li {
    margin-bottom: 12px;
    list-style: disc;
}
.mr-2 {
    margin-right: 8px;
}
.accordion .accordion-item .accordion-body {
    padding: 20px 30px;
}
.form-height {
    height: 45px;
    border: none;
    border-bottom: 1px solid #0086b9;
    border-radius: 0;
    background-color: #f3f7fb;
}
.textarea-height {
    min-height: 105px;
    padding-top: 10px;
    border: none;
    border-bottom: 1px solid #0086b9;
    border-radius: 0;
    background-color: #f3f7fb;
}
.nice-select.form-control.form-height {
    padding-left: 2px;
}
.form-height:focus {
    box-shadow: none;
    border: 1px solid #1772ce;
}
.textarea-height:focus {
    box-shadow: none;
    border: 1px solid #1772ce;
}
.contact__form form input, .contact__form form textarea {
    padding: 10px 14px;
}
.bor {
    border: 1px solid #3c72fb;
}
.fa-linkedin-in.linkedin{
    color: #3c72fc;
    font-size: 22px;
}
.contact__form form textarea {
    height: 140px;
}

.contactus-card__head {
    display: flex;
    justify-content: space-between;
    padding: 14px;
    border-bottom: 1px solid #f1eded;
}
.location-content {
    padding: 8px 20px 20px;
}
.location-content h5 a {
    color: blue;
}
.contactus-card__head h4 img {
    width: 25px;
    margin-right: 10px;
}

.blog__item{
    background-color: #ffffff;
	height: 100%;
}