/*about-us*/
.about-banner {
    background: #d9d9d9;
    position: relative;
}
.uni-banner-text-area {
    position: relative;
    left: 102px;
    
}
.uni-banner-text-area h1 {
    color: #4f4b4b;
    font-size: 45px;
    font-weight: 700;
}
.uni-banner-text-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.uni-banner-text-area ul li {
    display: inline-block;
    color: #4f4b4b;
    text-shadow: 0px 0px 50px black;
    margin-right: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fontFamily);
}
.uni-banner-img img {
    width: 100%;
}
.uni-banner-text-area ul li a {
   color: #4f4b4b;
    font-weight: bold;
}
.uni-banner-text-area ul li::after {
    content: '>';
    font-size: 14px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    color: #4f4b4b;
    position: absolute;
    right: -18px;
    top: 4px;
}
.uni-banner-text-area ul li:last-child {

	margin-right: 0px;

}

.uni-banner-text-area ul li:last-child::after {

	display: none;

}
img {
    object-fit: cover;
    max-width: 100%;
}
.uni-banner .shape .shape1 {
    position: absolute;
    right: 10%;
    top: 27%;
    z-index:9;
    -webkit-animation: spin 10s infinite linear forwards;
    animation: spin 10s infinite linear forwards;
}
.uni-banner .shape .shape2 {
    position: absolute;
    left: 5%;
    top: 40%;
    z-index: 0;
    -webkit-animation: spin 10s infinite linear forwards;
    animation: spin 10s infinite linear forwards;
}

@-webkit-keyframes spin {

	0% {

		transform: rotate(0deg);

	}

	100% {

		transform: rotate(360deg);

	}

}

@keyframes animate-loading {

	0% {

		transform: rotate(0deg);

	}

	100% {

		transform: rotate(360deg);

	}

}

.value-addition-section {
    background: #DCEAFF;
    padding: 100px 0px;
    margin: 0px;
}
.value-addition-section-left {
    padding-top: 50px;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}
.empower-content .empower-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.empower-content .empower-list ul li {
    display: block;
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    color: #0A0C10;
    font-weight: 500;
    margin-bottom: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transition-delay: 0s;
}
.empower-content .empower-list ul li i {
    line-height: 1;
    font-size: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    padding-left: 7px;
    padding-top: 5px;
    color: #fff;
}
.empower-content .empower-list ul li i::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    background-color: #52BB7E;
    border-radius: 50%;
}
.empower-content .section-title h2 {
    font-size: 45px;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    text-align: left;
    color: #002E75;
    line-height: 56px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}

.technologies-we-practice {
    padding: 100px 0px 60px;
}
.technologies-we-practice h2 {
    font-size: 45px;
    text-align: center;
    color: #06368b;
    padding: 0px 0px 50px 0px;
    margin-top: 0px;
    font-weight: 700;
}
.technologies-we-practice-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 35px #0000000d;
    border: 1px solid #E5EAF4;
    border-radius: 10px;
    min-height: 360px;
    margin-bottom: 25px;
    padding: 20px 30px;
    position: relative;
}
.technologies-we-practice-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.technologies-we-practice-box ul {
    display: block;
    padding: 0px;
    margin: 30px 0px 0px;
}
.technologies-we-practice-box h3 {
    font-size: 25px;
    text-align: left;
    color: #06368b;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
}
.technologies-we-practice-box ul li {
    list-style-type: none;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-size: 20px;
    text-align: left;
    color: #909090;
}
.technologies-we-practice-box ul li span {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    float: left;
}
.technologies-we-practice-box ul li span img {
width: 30px;
    height: 30px;
    object-fit: contain;
}
.technologies-we-practice-box.bg-color1:hover::before {
    width: 30%;
    height: 70%;
    border-left: 2px solid #FE893E;
    border-top: 2px solid #FE893E;
}
.technologies-we-practice-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.technologies-we-practice-box.bg-color1:hover::after {
    width: 50%;
    height: 50%;
    border-right: 2px solid #FE893E;
    border-bottom: 2px solid #FE893E;
    border-bottom-right-radius: 20px;
}
.technologies-we-practice-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 0%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.innovative-section {
    background: #DCEAFF;
    padding: 100px 0px;
    margin: 0px;
}
.innovative-section-shape {
    position: relative;
}
.innovative-section h2 {
    font-size: 45px;
    padding: 0px;
    margin: 20px auto;
    text-align: center;
    color: #002E75;
    line-height: 56px;
    font-weight: 700;
}
.innovative-section p {
    font-size: 16px;
    padding: 0px 80px;
    color: #909090;
    font-weight: 600;
    text-align: center;
    margin: 0px;
    line-height: 28px;
}
.innovative-section-left {
    padding: 40px 0px 0px;
    margin: 0px;
}
.innovative-section-left-box {
    background: #FFF;
    padding: 20px 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 35px #0000000d;
    border: 1px solid #E5EAF4;
    margin-bottom: 10px;
    border-radius: 4px;
}
.innovative-section-left-box p {
    text-align: left;
    color: #464154;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    line-height: 28px;
}
.innovative-section-left-box p span i {
    line-height: 0;
    background: #52BB7E;
    padding: 15px 8px;
    margin: 0px 10px 0px 0px;
    font-size: 17px;
    border-radius: 3px;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    font-weight: normal;
    color: #fff;
}
.innovative-section-left-box p span:hover i {
    background: #4154f1;
    color: #fff;
    border-radius: 50%;
}
.innovative-section-right {
    padding: 40px 0px 0px;
    margin: 0px;
}
.innovative-section-right-box {
    background: #FFF;
    padding: 20px 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 35px #0000000d;
    border: 1px solid #E5EAF4;
    margin-bottom: 10px;
    border-radius: 4px;
}
.innovative-section-right-box p {
    text-align: left;
    color: #464154;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}
.innovative-section-right-box p span i {
    line-height: 0;
    background: #52BB7E;
    padding: 15px 8px;
    margin: 0px 10px 0px 0px;
    font-size: 17px;
    border-radius: 3px;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    font-weight: normal;
    color: #fff;
}
.innovative-section-right-box p span:hover i {
    background: #4154f1;
    color: #fff;
    border-radius: 50%;
}
.innovative-section-shape img {
    position: absolute;
    top: -70px;
    left: 0;
    -webkit-animation: move-to 5s infinite linear;
    animation: move-to 5s infinite linear;
}
@-webkit-keyframes move-to {

	0% {

		-webkit-transform: translate(0, 0);

		transform: translate(0, 0);

	}

	50% {

		-webkit-transform: translate(-50px, 0);

		transform: translate(-50px, 0);

	}

	100% {

		-webkit-transform: translate(0, 0);

		transform: translate(0, 0);

	}

}

@keyframes move-to {

	0% {

		-webkit-transform: translate(0, 0);

		transform: translate(0, 0);

	}

	50% {

		-webkit-transform: translate(50px, 0);

		transform: translate(50px, 0);

	}

	100% {

		-webkit-transform: translate(0, 0);

		transform: translate(0, 0);

	}

}
.erp-benefits-mid img {
    width: 100%;
    height: auto;
    -moz-animation: spin 200s linear infinite;
    animation: spin 200s linear infinite;
}

/*blog-css*/

.blog-card {
    border-radius: 20px;
    margin-bottom: 60px;
    position: relative;
}
.blog-card a img {
    border-radius: 20px;
    width: 100%;
}
.blog-card .tag {
    position: absolute;
    top: 20px;
    left: 20px;
    width: auto;
    height: 35px;
    line-height: 35px;
    background-color: #1954DF;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 15px;
}
.blog-card .tag i {
    position: relative;
    top: 3px;
    margin-right: 3px;
    font-size: 17px;
}
.blog-card .content {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 6%);
    box-shadow: 0 0 15px rgb(0 0 0 / 46%);
    position: relative;
    margin-top: -172px;
    width: 95%;
    margin-left: 21px;
    border-radius: 20px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.blog-card .content h3 {
    margin-bottom: 10px;
    color: #002E75;
    text-align: left;
    font-size: 19px;
}
.blog-card .content h3 a {
    color: #002E75;
}
.blog-card .content p {
    margin-top: 10px;
    color: #363232;
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
}
.blog-card .content {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 6%);
    box-shadow: 0 0 15px rgb(0 0 0 / 46%);
    position: relative;
    margin-top: -172px;
    width: 95%;
    margin-left: 21px;
    border-radius: 20px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.blog-card .content a {
    color: #e03a3c;
    text-decoration: none;
}
.blog {
    padding: 200px 0px 100px;
}
.blog .entry-single {
    margin-bottom: 30px;
}
.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}
.blog .entry .entry-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.entry-meta time {
    background: #5c3dc6;
    color: #fff;
    padding: 6px 19px;
    border-radius: 28px;
    font-family: sans-serif;
    letter-spacing: 2px;
}
.blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0px 0;
}
.blog .entry .entry-title a {
    color: #111111;
    transition: 0.3s;
}
.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #777777;
}
.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}
.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}
.blog .entry .entry-content p {
    line-height: 24px;
}
.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}
.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #111111;
    position: relative;
}
.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}
.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}
.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}
.post-item {
    margin-bottom: 10px;
}
.blog .sidebar .recent-posts h4 a:hover {
    color: #e03a3c;
}

.blog .sidebar .recent-posts h4 a {
    color: #111111;
    transition: 0.3s;
}

/*contact-pages*/

.contact-row {
    text-align: center;
 
    margin: 0px;
}
.contact-row h2 {
    font-size: 35px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-align: center;
    color: #002E75;
    line-height: 56px;
    font-weight: 700;
}

.contact-row p {
    margin-bottom: 5px;
    padding: 0px;
    line-height: 5px;
    font-size: 22px;
    color: #909090;
    text-align: left;
}
.contact-box {
    box-shadow: 0px 0px 14px 5px #fe9a394d;
    /* border: 1px solid #EBEBEB; */
    border-radius: 8px;
    margin: 0px 0px 20px 0px;
    padding: 20px 20px;
    text-align: left;
    min-height: auto;
    min-height: 390px;
    background: rgb(255 255 255);
}
.contact-box-map-tag1 {
    position: absolute;
    top: 34px;
    left: 0px;
    width: 183px;
    height: 40px;
    background: #52BB7E 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 0px;
    padding: 10px 15px;
}

.contact-box-map-tag2 {
  position: absolute;
  top: 34px;
  left: 0px;
  width: 183px;
  height: 40px;
  background: #FF9381 0% 0% no-repeat padding-box;
  border-radius: 0px 10px 10px 0px;
  padding: 10px 15px;
}
.contact-box-map .contact-box-map-tag1 h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.contact-box-map .contact-box-map-tag2 h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.contact-box h3 {
    color: #3b2b65;
    font-size: 20px;
    padding: 5px 0px;
    margin: 0px;
    font-weight: 600;
}
.contact-box p {
    color: #464154;
    font-size: 14px;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
}
.contact-box h5 {
    color: #FBAA18;
    font-weight: 600;
    font-size: 16px;
}
.contact-box h5 a {
    color: #464154;
    font-weight: 600;
    font-size: 14px;
}
.mobile img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.contact-row .form-control {
       display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #212529;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #19df0b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px;
    min-height: 61px;
}

.outer .card .content{
  display: flex;
  align-items: center;
}

.about-tag-row {
    padding: 30px 60px;
    margin: 0px;
    background: #FF9381;
    margin: 0px 0px 50px 0px;
    border-radius: 8px;
}
.about-tag-row h3 {
    font-size: 30px;
    color: #fff;
    padding: 0px 150px 0px 0px;
    margin: 0px;
    font-weight: 700;
}
.call-btn2 {
    display: inline-block;
    margin-left: 0;
    padding: 16px 38px;
    position: relative;
    cursor: pointer;
    background-color: #002E75;
    border-radius: 8px;
    margin-top: 24px;
}
.call-btn2 a {
    color: #fff;
}
.erp-system-slider {
    padding: 100px 0px;
    margin: 0px;
 
}
.erp-system-slider h2 {
    font-size: 45px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-align: center;
    color: #002E75;
    line-height: 56px;
    font-weight: 700;

}
.erp-system-slider p {
    text-align: center;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-size: 16px;
    text-align: justify;
}
.crm-app-inner-pages {
    margin: 50px 0px 0px;
}
.crm-app-inner-pages .top-card {
     background: #DCEAFF;
    min-height: 320px;
    height: auto;
    padding: 20px 20px 30px;
    border-radius: 0px 35px 35px 10px;
}

.top-card.bg-color1 img {
    width: 125px;
    height: 125px;
    margin: 0px auto;
    text-align: center;
    display: block;
}
.crm-app-inner-pages .top-card h3 {
    text-align: center;
    font-size: 22px;
    margin: 0px;
    padding: 20px 0px 10px;
}
.top-card h3 {
    color: #002E75;
    font-weight: 600;
    font-size: 18px;

}
.erp-system-slider p {
    text-align: center;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-size: 16px;
    text-align: justify;
}

.serv-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background: #fe9a39;
    color: #fff;
    border-color: #fe9a39;
}

.serv-tabs .nav-link { font-size: 18px;
 color: #000;
    border: 1px solid #e9ecef;
    padding: 30px 36px;
    font-weight: 500; }
.nav-tabs .nav-link:hover {     background: #fe9a39;
    color: #fff;
    border-color: #fe9a39; }
.serv-content h3 { font-size: 35px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: #002E75;
    line-height: 42px;
    font-weight: 700;}
.serv-content p {   
    padding: 0px;
    line-height: 34px;
    font-size: 18px;
    color: #909090;
 }
.abt-area h2 {
    font-size: 35px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-align: left;
    color: #002E75;
    line-height: 56px;
    font-weight: 700;
}
.abt-area p {
    margin-bottom: 30px;
    padding: 0px;
    line-height: 29px;
    font-size: 16px;
    color: #909090;
    text-align: justify;
}
.success-text {
  margin-bottom: 30px;
padding: 0px;
line-height: 29px;
font-size: 12px;
color: #ea0e0e;
text-align: justify;
}