.feature-section {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding: 40px;
    box-shadow: 0px 0px 0px 0.5px #E4E5E9, 0px 0px 0px 1px rgba(228, 229, 233, 0.60), 0px 0px 0px 3.5px #F9F9FB, 0px 0px 0px 4px #F3F4F7;
}

.blue-bg {
    background-color: #005fc6;
    background-image: url("../images/header-bg.png");
}

.banner-heading {
    font-size: 45px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
	color: #E4E4E4;
}
.banner-heading strong{
	color: #FFFFFF;
}

.tags-list a {
    background-color: #fff;
    border-radius: 50px;
    color: #00356e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 8px;
    padding: 4px 25px;
    text-decoration: none;
    margin-bottom: 10px;
}

.framework_design {
    border: 1px solid #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.1;
    margin-left: -2px;
    margin-right: -2px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.framework_design span {
    background-color: #005fc6;
    border: 1px solid #fff;
    display: block;
    height: 7px;
    position: absolute;
    width: 7px;
}

.framework_design span:first-of-type {
    left: 0;
    top: 0;
    -webkit-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
}

.framework_design span:nth-of-type(2) {
    right: 0;
    top: 0;
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
}

.framework_design span:nth-of-type(3) {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px);
}

.framework_design span:nth-of-type(4) {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
}

.banner-form {
    display: block;
    padding: 20px 50px 5px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 9px;
    background: var(--Primary-colors-Light, #f6faff);
    box-shadow: 11px -2px 23.2px 0 rgba(0, 0, 0, 0.25);
    max-width: 420px;
    margin-left: auto;;
}

.banner-form form {
    display: block;
    width: 100%;
}

.form-control {
    width: 100%;
    display: flex;
    padding: 13px 15px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--Neutral-colors-Grey-200, #e8e9e9);
    background: #fff;
	font-size: 16px;
}
.form-control::placeholder {
	color: #555E6D
}
.email-demo-form {
    max-width: 376px;
    margin: 50px auto;
}

.rounded-pill-container {
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.email-input {
    border: none;
    outline: 0;
    flex-grow: 1;
    border-radius: 50px;
    padding-left: 20px;
    background-color: transparent;
    color: #6c757d;
}

.service-desc {
    color: #707070;
    font-size: 14px;
    font-weight: 300;
    line-height: 21.2px;
    letter-spacing: -0.07px;
}

.service-title h4 {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 5px;
}

.email-demo-form .btn {
    width: 200px;
}

.swiper .swiper-button-prev {
    left: 0;
}

.swiper .swiper-button-next {
    right: 0;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    background: #181c32;
    width: 40px;
    height: 40px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
    background: var(--themeht-secondary2-color);
}

.swiper .swiper-button-prev:after {
    content: "\F12F";
    font-family: bootstrap-icons !important;
}

.swiper .swiper-button-next:after {
    content: "\F138";
    font-family: bootstrap-icons !important;
}
.btn-login{
    padding: 3px 30px !important;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    color: var(--themeht-white-color);
    font-size: 20px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.swiper .swiper-button-next:hover:after,
.swiper .swiper-button-prev:hover:after,
.swiper-nav-bottom-white .swiper-button-next:after,
.swiper-nav-bottom-white .swiper-button-prev:after,
.swiper-nav-white .swiper-button-next:after,
.swiper-nav-white .swiper-button-prev:after {
    color: var(--themeht-white-color);
}

.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-white .swiper-button-next,
.swiper-nav-white .swiper-button-prev {
    border: 1px solid var(--themeht-border-light-color);
    background: var(--themeht-bg-dark-color);
}

.swiper-nav-bottom-white .swiper-button-next:hover,
.swiper-nav-bottom-white .swiper-button-prev:hover,
.swiper-nav-white .swiper-button-next:hover,
.swiper-nav-white .swiper-button-prev:hover {
    background: var(--themeht-white-color);
    border-color: var(--themeht-white-color);
}

.swiper-nav-bottom-white .swiper-button-next:hover:after,
.swiper-nav-bottom-white .swiper-button-prev:hover:after,
.swiper-nav-white .swiper-button-next:hover:after,
.swiper-nav-white .swiper-button-prev:hover:after {
    color: var(--themeht-text-color);
}

.swiper-nav-bottom .swiper-button-next,
.swiper-nav-bottom .swiper-button-prev,
.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev {
    top: inherit;
    bottom: 0;
}

.swiper-nav-bottom .swiper-button-prev,
.swiper-nav-bottom-white .swiper-button-prev {
    left: 0 !important;
}

.swiper-nav-bottom .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-next {
    right: 0 !important;
}

.swiper-nav-bottom,
.swiper-nav-bottom-white {
    position: absolute;
    top: 50%;
    width: 100%;
}

@media (max-width: 767px) {

    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
        line-height: 50px !important;
    }

    .swiper .swiper-button-next:after,
    .swiper .swiper-button-prev:after {
        font-size: 20px;
    }
}

.service-swiper .swiper-nav-bottom {
    position: relative;
    height: 60px;
    margin-bottom: 10px;
    float: right;
    width: 90px;
}

.service-swiper .swiper-button-next,
.service-swiper .swiper-button-prev {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
   
    background: #FFF;
}

.service-swiper .swiper-button-next::after,
.service-swiper .swiper-button-prev::after {
    color: #000;
}
.mt-50{
    margin-top: 80px;
}

.why-unitrpro{
	background: #f5f6f7;
	padding:0px 0px 50px 0px;	
}
.why-unitrpro .btn{
	padding:10px 20px;
	background:#005FC6;
	font-size:12px;
}
.why-unitrpro .btn i{
	margin-left: 10px;
    background: #FFFFFF;
    color: #005FC6;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 13px;
    font-weight: 600;
}
.why-unitrpro h2{
	margin-bottom:5px;
}
.why-unitrpro .theme-title{
	margin-left:40px;
	margin-bottom:50px;
}
.why-unitrpro .theme-title p{
	color: #31373D;
    font-weight: 500;
	font-size: 18px;	
}

.service-desc p{
	font-size:14px;
	font-weight:300;
}

.domain h4{
	font-size: 40px;
    font-weight: 700;
    color: #005FC6;
	line-height:44px;
	margin-bottom:8px;
}
.domain p{
	font-size: 18px;
    font-weight: 500;
    color: #31373D;
	line-height:27.8px;
}

.erp-modules{
	background-color:#EFF9F9;
	padding: 20px 0 70px 0px;
}