.rs-header-one .rs-header-logo-wrapper
{
	background-color: transparent;
}
.rs-header-logo img
{
    max-width: inherit;
    width: 100%;
    height: 70px;
}
.rs-header-one .rs-header-logo-wrapper
{
	height: 90px;
	width: inherit;
}
.rs-header-one .rs-header-left
{
	padding-left: 30px;
}

/*
	===============================
*/

.rs-feature-one .rs-feature-item .rs-feature-icon i
{
	font-size: 50px;
	color: #033994;
}
.rs-feature-one .rs-feature-item:hover .rs-feature-icon i
{
	color: #fff;
}
.rs-feature-one .rs-feature-item {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}
.rs-feature-one .rs-feature-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


/*
	===============================
*/

.rs-about-area{
	margin-top: 30px;
}

.rs-services-area
{
	padding-bottom: 40px;
	padding-top: 60px;
}

.rs-work-step-area
{
	padding-top: 80px;
	padding-bottom: 50px;
}
/*
	===============================
*/

.rs-portfolio-slider-wrapper
{
	overflow: hidden;
	margin-bottom: 50px;
}

/*
	===============================
*/

.clients-section {
    background: #ffffff;
}

.clients-section .clients-heading {
    max-width: 720px;
    margin: 0 auto 55px;
}

.clients-section .clients-badge {
    display: inline-block;
    color: #033994;
    background: rgba(3, 57, 148, 0.08);
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 14px;
}

.clients-section .clients-heading h2 {
    color: #1b1b1b;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 14px;
}

.clients-section .clients-heading p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.clients-section .client-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 18px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    text-align: center;
    transition: .35s ease;
    position: relative;
    overflow: hidden;
}

.clients-section .client-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #033994;
    opacity: .18;
    transition: .35s ease;
}

.clients-section .client-card span {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    transition: .35s ease;
}

.clients-section .client-card:hover {
    transform: translateY(-6px);
    border-color: rgba(3, 57, 148, .18);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .08);
}

.clients-section .client-card:hover::before {
    opacity: 1;
}

.clients-section .client-card:hover span {
    color: #033994;
}

@media (max-width: 991.98px) {

    .clients-section .clients-heading {
        margin-bottom: 45px;
    }

    .clients-section .clients-heading h2 {
        font-size: 34px;
    }

    .clients-section .client-card {
        height: 130px;
    }

    .clients-section .client-card span {
        font-size: 16px;
    }

}

@media (max-width: 767.98px) {

    .clients-section .clients-heading h2 {
        font-size: 28px;
    }

    .clients-section .clients-heading p {
        font-size: 15px;
    }

    .clients-section .client-card {
        height: 120px;
        padding: 18px;
        border-radius: 14px;
    }

    .clients-section .client-card span {
        font-size: 15px;
        line-height: 1.45;
    }

}
/*
	===============================
*/

.clients-section {
    background: #fff;
    padding: 50px 0;
}

.clients-section .client-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 22px;
    padding: 25px 22px;
    text-align: center;
    height: 100%;
    transition: .35s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 45px rgba(0,0,0,.03);
}

.clients-section .client-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #033994;
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.clients-section .client-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: rgba(3,57,148,.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.clients-section .client-icon img
{
    width:45px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(87%) saturate(2758%) hue-rotate(224deg) brightness(96%) contrast(106%);
    transition: 0.3s ease;
}
.clients-section .client-card:hover .client-icon img{
      filter: brightness(0) invert(1);
}

.clients-section .client-icon i {
    font-size: 34px;
    color: #033994;
}

.clients-section .client-card h5 {
    margin: 0 0 0px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
}

.clients-section .client-card span {
    font-size: 14px;
    color: #777;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: none;
}

.clients-section .client-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.clients-section .client-card:hover::before {
    transform: scaleX(1);
}

.clients-section .client-card:hover .client-icon {
    background: #033994;
}

.clients-section .client-card:hover .client-icon i {
    color: #fff;
}

.clients-section .client-card:hover h5 {
    color: #033994;
}

/*
	===============================
*/
.customGridsss
{
	margin-top: 40px;
}
.customGridsss .col-6 
{
	width: 100%;
}
.customGridsss
{
	display: grid;

	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

@media screen and (min-width: 993px)
{
    .customGridsss
    {
        grid-template-columns: repeat(5,1fr);   
    }
}

/*
	===============================
*/

@media screen and (min-width: 993px)
{
	.rs-contact-one .rs-contact-list-item:nth-child(1)
	{
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.rs-contact-one .rs-contact-list-item:nth-child(2)
	{
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}
}

/*
	===============================
*/

.moress
{
	margin-top: 30px;
	background-color: #033994;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 50px;
	border-radius: 25px;
    box-shadow: 0 18px 45px rgba(0,0,0,.03);
    transition: .35s ease;
}
.moress:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    color: #fff;
}

.copyrights5
{
	text-align: center;
	padding: 20px;
	color: #fff;
	background-color: #033994;
}

/*
	===============================
*/


/*
    ==========================================================
*/

.custom-header-section {
  background-color: #FF9000;
  background-color: #F7F7F7;
  color: #222;
  padding: 0.9rem 0;
}

.custom-header-section .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.custom-header-section .page-title {
  font-size: 2rem;
  margin: 0;
  color: #033994;
  font-weight: 700;
}

.custom-header-section .breadcrumb {
  margin: 0;
  align-items: center;
}

.custom-header-section .breadcrumb-item a {
  color: #111;
  text-decoration: none;
  font-size: 16px;
}

.custom-header-section .breadcrumb-item.active {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 576px) {
  .custom-header-section .header-content {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/*
	===============================
*/

body.innerPages .contacts .rs-section-title-wrapper .rs-section-title
{
    font-size: 30px;
}

body.innerPages .rs-section-title-wrapper .rs-section-title
{
    font-size: 37px;
    margin-bottom: 20px;
}
body.sub-gallery .rs-portfolio-six .rs-portfolio-content
{
    padding: 20px 20px;
    bottom: 0!important;
}
body.sub-gallery .rs-portfolio-six .rs-services-btn-wrapper
{
    border-top: 0px;
    margin-top: 0;
    padding-top: 0;
}

.rs-portfolio-six .rs-portfolio-content
{
  pointer-events: none;
}
/*
	===============================
*/
body.innerPages.whyus .rs-portfolio-area {
    background-color:#F7F7F7;
    background-color:#eee;
}

body.innerPages .rs-about-one .rs-about-thumb
{
    margin-top: 30px;
}
body.innerPages .rs-about-area
{
    margin-top: 50px;
    padding-bottom: 50px !important;
}

body.innerPages .rs-work-step-area
{
    padding-top: 70px !important;
}
body.innerPages .rs-work-step-one .rs-work-step-wrapper
{
    margin-top: 0;
}
body.innerPages .rs-work-step-one .rs-work-step-icon::before
{
    display: none;
}
body.innerPages .rs-feature-five .rs-feature-item,
body.innerPages .rs-feature-five .rs-feature-bg-thumb
{
    min-height: 280px !important;
}
body.innerPages .rs-work-step-one .rs-work-step-item
{
    height: 100%;
}
body.innerPages .rs-elements-feature-area
{
    margin-top: 50px;
}
body.innerPages .clients-section{
    background-color: #F7F7F7;
}

body.innerPages.whyus .rs-about-content .rs-about-description .descrip-1
{
    text-align: justify;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
body.innerPages.whyus .process-counts{
    grid-row-gap: 15px;
}
body.innerPages.whyus .process-counts .col-xl-3
{
    padding-left: 8px !important;
    padding-right: 8px !important;
}
body.innerPages.whyus .rs-portfolio-item{
    border: 10px solid #fff;
}
body.innerPages.whyus .rs-portfolio-six .rs-portfolio-content{
  display: none !important;
}
body.innerPages.whyus .rs-portfolio-six .rs-services-btn-wrapper
{
    /*border-top: 0px;*/
    /*padding-top: 0;*/
}
body.innerPages.whyus .rs-portfolio-six .rs-portfolio-title
{
    font-size: 22px;
}
/*
	===============================
*/

.process-flow-container {
        background-color: #f8f9fa;
        padding: 4rem 1rem;
        font-family: sans-serif;
    }

    .process-flow-container .flow-header {
        text-align: center;
        margin-bottom: 3rem;
    }

    .process-flow-container .flow-header h1 {
        color: #2c3e50;
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .process-flow-container .flow-header p {
        color: #7f8c8d;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .process-flow-container .flow-grid {
        max-width: 90%;
        margin: 0 auto;
        display: grid;
        flex-direction: column;
        gap: 2rem;

    }

    @media screen and (min-width: 993px)
    {
        .process-flow-container .flow-grid
        {
            grid-template-columns: repeat(3,1fr);
        }
    }

    .process-flow-container .process-step {
        background: #ffffff;
        border-left: 5px solid #0d6efd;
        padding: 2rem 2rem;
        border-radius: 8px;
        display: flex;
        align-items: center;
        gap: 1.5rem;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        transition: transform 0.2s;
    }

    .process-flow-container .process-step:hover {
        transform: translateX(5px);
    }

    .process-flow-container .step-number {
        background: #0d6efd;
        color: white;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-weight: bold;
        flex-shrink: 0;
    }

    .process-flow-container .step-content h3 {
        margin: 0;
        font-size: 2rem;
        color: #34495e;
    }

    .process-flow-container .step-content p {
        margin: 0.3rem 0 0 0;
        font-size: 1.5rem !important;
        color: #444;
        line-height: 1.4;
    }

    @media (max-width: 576px) {
        .process-flow-container .process-step {
            flex-direction: column;
            text-align: center;
            gap: 0.5rem;
        }
    }

    .mapchart
    {
        padding: 30px 0;
    }

body.prodcutsss .rs-about-content .rs-about-description p
{
    text-align: justify;
}
/*
	===============================
*/

body.rs-portfolio-area5 .rs-portfolio-item
{
    position: relative;
}
body.rs-portfolio-area5 .rs-portfolio-item
{
    
}

/*
	===============================
*/

.smallHeadings{
    font-size: 25px !important; margin-top: 20px;margin-bottom: 10px !important;color:#033994;
}
.rs-section-title-wrapper ul li
{
    margin-bottom: 10px;
}
.rs-section-title-wrapper ul li strong
{
    color: #333;
}

.rs-work-step-area .rs-work-step-title
{
    font-size: 20px;
}

/*
	===============================
*/

/*
	===============================
*/