/* Banner CSS Start */

video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.video-bg {
    position: relative;
}

.video-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99.2%;
    background: #000;
    opacity: 0.3;
}

.bnr-txt {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.bnr-txt h1 {
    color: #fff;
    font-family: "mysecondfont-Bold";
    font-size: 48px;
    line-height: 88px;
    margin-bottom: 30px;
}

.bnr-txt p {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
}

.bnr-txt h2 {
    font-family: "mysecondfont-SemiBold";
    color: #fff;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 60px;
}

/* scroll section */



/*.secintro-one{
    padding: 200px 0;
}
*/
.about-extra {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.about-extra-img img {
    width: 100%;
}

.about-extra .about-extra-img {
    flex: 0 0 25%;
    margin-right: 20px;
    text-align: center;
}
.about-extra .infras-intro-con {
    flex: 0 0 65%;
    text-align: center;
    padding-right: 0;
}
/* .infras-intro-con {
    position: absolute;
    width: 40%;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
} */

.heading {
    margin-bottom: 20px;
}

.secintro-one .scrooll-img {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.infras-intro-con .heading p {
    font-family: "mysecondfont-Regular";
    /* font-size: 23px;
    line-height: 45px; */
    color: #4d4d4d;
}

.infras-intro-con .heading p.colorblue {
    color: #1964b5;
}

ul.services-list {
    /*display: flex;*/
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* margin-top: 50px; */
}

ul.services-list li {
    flex: 0 0 24%;
    background: #1964b5;
    margin: 0 15px 15px 0;
    /* padding: 50px;
    height: 288px; */
    border-radius: 5px;
    color: #fff;
    border: 1px solid #1964b5;
}

ul.services-list li img {
    margin-bottom: 25px;
}
ul.services-list li .before-hover img {
    background: #fff;
    border-radius: 50%;
    padding: 14px;
    width: 100px;
    height: 100px;
}
ul.services-list li h4, ul.services-list li h3 {
    font-family: "mysecondfont-SemiBold";
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}

ul.services-list li p {
    font-family: var(--bodyFont);
    font-size: 18px;
    line-height: 24px;
    /*color: #FFF;*/
    margin-bottom: 0px;
    /* font-weight: 600; */
}

ul.services-list li .before-hover p {
    color: #fff;
    font-family: "mysecondfont-Medium";
    font-size: 18px;
    line-height: 24px;
}

.secvone-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11%;
}

/* .bg-clients{
    background: #F0F7FF;
} */

img.client-bg1 {
    position: absolute;
    top: 0;
    left: 0;
}

img.client-bg2 {
    position: absolute;
    width: 6.5%;
    left: 0;
    bottom: 0;
}

img.client-bg3 {
    position: absolute;
    width: 3%;
    right: 0;
    bottom: 0;
}
.infras-box {
    position: relative;
}

.infras-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000d1 26%, rgb(21 16 12 / 0%) 58%);
}

img.playhalf-vdo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.infras-box .infras-img-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    color: #fff;
    padding: 15px;
}

.infras-img-txt h3 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: "mysecondfont-SemiBold";
}

.infras-img-txt p {
    color: #cbcbcb;
    font-size: 18px;
    line-height: 22px;
    font-family: "mysecondfont-Regular";
}

/*  */

/*  */

.sevices-box ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sevices-box ul li {
    flex: 0 0 24.5%;
}

.product-card .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 73%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: 0.5s ease;
    background: #ffffff;
}
.product-card .item {
    position: relative;
    overflow: hidden;
}
.product-card .item:hover .overlay {
    bottom: auto;
    height: 100%;
    width: 100%;
}
.product-card .top-overlay {
    bottom: 100%;
    height: 0;
}
.product-card .item:hover .top-overlay {
    bottom: 0;
}
.product-card .bottom-overlay {
    top: 100%;
    padding: 15px;
}
.product-card .bottom-overlay h4 {
    color: #000;
}
.product-card .item:hover .bottom-overlay {
    top: 0;
    padding-top: 25px;
}
.product-card .item:hover .bottom-overlay img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 115px;
    opacity: 0.2;
}

.product-card .bottom-overlay h3.title {
    font-size: 24px;
    text-transform: capitalize;
    font-family: var(--headingFont);
    color: #fff;
}
.product-card .bottom-overlay p.description {
    /* font-size: 15px;
    line-height: 29px; */
    margin: 0px 0;
    min-height: 245px;
}
.product-card .item:hover .fade-overlay {
    opacity: 1;
}
.title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}
.product-card .item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 50px 0;
}
.product-card .text {
    color: #fff;
    font-size: var(--paraFontsize);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.product-card .btn-read-more .inner-btn span {
    padding: 0;
}
.before-hover {
    padding: 85px 20px;
    height: 100%;
}
.servSlider .swiper-slide {
    height: auto;
}
.product-card .item,
.product-card,
.services-list li,
.services-list {
    height: 100%;
}
.before-hover img {
    width: 100%;
}
/* .before-hover h3 {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    color: #fff;
    left: 0;
    font-size: 19px;
    text-transform: capitalize;
    font-family: var(--headingFont);
    width: 100%;
    text-align: center;
} */

.product-card .item:hover .before-hover::before {
    display: none;
}
.product-card .item:hover .before-hover.no-hover::before {
    display: block;
}
.product-card .btn-read-more.btn-white a {
    border: 1px solid var(--themeColor);
    color: #fff;
    background: #fff0;
    cursor: pointer;
}
.product-card .btn-read-more.btn-white a:hover {
    background: var(--themeColor);
    border: 1px solid var(--themeColor);
    color: #fff !important;
}
/* .product-card .item:hover .before-hover.no-hover h3 {
    display: block;
}
.product-card .item:hover .before-hover h3 {
    display: none;
} */
.product-card .btn-read-more span {
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--themeColor);
    text-transform: uppercase;
    color: var(--themeColor);
    font-size: 16px;
    font-weight: 600;
    background: #fff0;
    position: relative;
}
.product-card .btn-read-more span img {
    margin-right: 10px;
    position: absolute;
    right: -22px;
    bottom: -10px;
    background: #000;
    font-size: 9px;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    width: auto;
}
.product-card .btn-read-more span i {
    margin-right: 10px;
}

/*  */

img.client-img {
    width: 100%;
}

/* .clientSlider, */
.servSlider, .clientSlider,
.hmblogSlider{
    padding-bottom: 100px;
}

.clientSlider .swiper-button-next,
.clientSlider .swiper-button-prev,
.servSlider .swiper-button-next,
.servSlider .swiper-button-prev,
.hmblogSlider .swiper-button-next,
.hmblogSlider .swiper-button-prev{
    top: auto;
    bottom: 0px;
}

.clientSlider .swiper-button-next,
.clientSlider .swiper-button-prev,
.hmblogSlider .swiper-button-next,
.hmblogSlider .swiper-button-prev{
    top: auto;
    bottom: 0px;
}

.clientSlider .swiper-button-prev,
.servSlider .swiper-button-prev,
.hmblogSlider .swiper-button-prev{
    left: 46%;
    color: #4272a8;
    font-size: 24px;
}

.clientSlider .swiper-button-next,
.servSlider .swiper-button-next,
.hmblogSlider .swiper-button-next
{
    right: 46%;
    color: #f05052;
    font-size: 24px;
}

.contact-sec textarea {
    height: 110px;
}

.sec-submit .btn-read-more a {
    color: #ffffff;
}
.sec-submit .btn-read-more a:hover {
    background: #fff;
    color: var(--themeColor);
}

.contact-sec input::placeholder {
    color: #707070;
    font-size: 16px;
}

.contact-sec textarea::placeholder {
    color: #707070;
    font-size: 16px;
}

.client-logo img {
    width: 100%;
}

.scroll-Slider {
    height: 100vh;
}

section.panel {
    position: relative;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
}

/* #section-1 {
    background: #f2f2f2;
}
#section-2 {
    background: #fff;
}
#section-3 {
    background: #f2f2f2;
}
#section-4 {
    background: #fff;
} */

.bg-no {
    position: relative;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
    /* background: #fff; */
}

.banner-sec .btn-main {
    padding: 10px 30px;
    /* color: #fff; */
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #fff;
    font-family: "mysecondfont-SemiBold";
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.marginclass {
    text-align: center;
    margin-top: 50px;
}

.scroll-margin-top {
    scroll-margin-top: 200px
}


.mx-cont .main-count {
    font-family: 'mysecondfont-SemiBold';
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.mx-cont .count-text {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.matrics-sec .row .col-6:not(:last-child) {
    border-right: 1px solid #ffffff42;
}

.mx-cont {
    text-align: center;
}

/*************** Blog CSS ***************/

.blog-box .blog-img {
    overflow: hidden;
    border-radius: 5px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.blog-box:hover .blog-img img {
    transform: scale(1.05);
}

.blog-content {
    padding: 20px;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-content h3 {
    font-family: 'mysecondfont-SemiBold';
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    color: #061F3A
}

.blog-content p {
    font-family: 'mysecondfont-Regular';
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.side-blog .blog-a {
    display: block;
}

.blog-box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0px 0px 15px 10px #00000029; */
    border: 1px solid #0000001c;
}

.blog-calender {
    font-size: 14px;
    color: #6f6e6e;
    font-family: 'mysecondfont-SemiBold';
    margin-bottom: 10px;
}

.blog-btn {
    color: #0a396c;
    padding-top: 15px;
    text-decoration: underline;
}


.infras-txt-box .infra-txt-head {
    display: grid;
    grid-template-columns: auto auto;
    align-items: start;
    justify-content: start;
    margin-bottom: 15px;
}

.infras-txt-box .infra-txt-head img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.infras-txt-box .infra-txt-head h3 {
    color: #000;
}

.infras-txt-box .infra-txt-head p {
    color: #4D4D4D;
    margin-bottom: 12px;
}

.infras-txt-box .infra-txt-head p:last-child {
    color: #0a396c;
    font-family: "mysecondfont-Medium";
}

.infra-txt-con {
    position: relative;
    overflow-y: scroll;
    height: 180px;
}

.infra-txt-con::-webkit-scrollbar {
    width: 10px;
    border-radius: 50px;
}

/* Track */
.infra-txt-con::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
}

/* Handle */
.infra-txt-con::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

/* Handle on hover */
.infra-txt-con::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.testi-quote-icon {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -15px;
    width: 40px;
    height: auto;
    z-index: 0;
    opacity: 0.1;
}

.infras-txt-box {
    padding: 25px;
    border: 1px solid #efefef;
    background: #fff;
    height: 100%;
}

.clientSlider .swiper-slide {
    height: auto;
}

.infras-box, .infras-box .infras-img, .infras-box a {
    height: 100%;
}

.infras-box .client-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}




ol.process-chart {
	color: #000;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	gap: 20px;
}

ol.process-chart>li,
ol.process-chart>li>div {
	position: relative;
}

ol.process-chart>li {
	background-color: transparent;
	width: 30%;
	color: #fff;
}

/* ol.process-chart>li>div {
	padding: 0;
} */

/*** PRIMARY ***/
/* ol.process-chart>li:nth-child(odd) {
	background-color: #1964b5;
}

ol.process-chart>li:nth-child(even):after {
	border-left-color: #069EAB;
} */

.steps {
	display: inline-block;
	padding: 0px;
	vertical-align: middle;
	opacity: 0;
	margin-bottom: 0;
}




/* .process-box {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	gap: 15px;
} */

.process-box p {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
	position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
	padding: 10px;
	z-index: 2;
}

.process-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50%;
    background: linear-gradient(0deg, #000000cc, transparent);
	z-index: 1;
}

/*** MEDIA QUERIES ***/
/* @media only screen and (max-width: 40em) {

	ol.process-chart {
		margin: 1em 0 0 0;
		padding: 1em 0 0 0;
	}

	ol.process-chart>li {
		background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 25%);
		background-color: #000B72;
		flex-basis: inherit;
		margin: -1em 0 1em 0;
		min-width: inherit;
		padding: 1em 1em 0 1em;
	}

	ol.process-chart>li:before {
		left: 2em;
		top: 2em;
	}

	ol.process-chart>li:after {
		border-bottom: 0 solid transparent;
		border-left: 1em solid transparent !important;
		border-right: 1em solid transparent;
		border-top: 1em solid #fff;
		bottom: -1em;
		height: 0;
		left: 0;
		right: inherit;
		top: inherit;
		width: 100%;
	}

	ol.process-chart>li>div {
		padding: 1em 1em 0 1em;
	}

	ol.process-chart>li:nth-child(odd):after {
		border-top-color: #005260;
	}

	ol.process-chart>li:nth-child(even):after {
		border-top-color: #000B72;
	}

} */



.scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

.scroll-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(90deg, #f2f2f2, transparent);
    z-index: 5;
}

.scroll-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(-90deg, #f2f2f2, transparent);
    z-index: 5;
}

.scroll-container p {
    font-size: 30px;
    font-family: 'mysecondfont-SemiBold';
    margin-bottom: 0;
    color: #14569D;
}

.scroll-container .scrolling-left {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 20s linear infinite;
}

.scroll-container .scrolling-right {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-right 20s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}
        


/* Responsive CSS Start */

@media (max-width: 1600px) {


    /* .infras-intro-con .heading p {
        font-size: 19px;
        line-height: 36px;
    } */
    .innerpara-text p {
        font-size: 18px;
        line-height: 34px;
    }
    /* .product-card .bottom-overlay p.description {
        font-size: 12px;
        line-height: 24px;
    } */
    .address-sec {
        width: 90%;
    }
    ul.services-list li {
        flex: 0 0 23%;
    }

    .mx-cont .main-count {
        font-size: 65px;
        line-height: 65px;
    }

    .blog-content h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .infra-txt-con {
        height: 150px;
    }
    
}

@media (max-width: 1399px) {

    ul.services-list li {
        flex: 0 0 23%;
    }

    ul.services-list li P {
        font-size: 14px;
    }
    ul.services-list li h4, ul.services-list li h3 {
        font-size: 20px;
        line-height: 30px;
    }
    ul.services-list li .before-hover p {
        font-size: 15px;
        line-height: 24px;
    }

    .infras-intro-con {
        width: 50%;
    }

    .secintro-one .scrooll-img {
        left: 18%;
        width: 15%;
    }

    /* .infras-intro-con .heading p {
        font-size: 18px;
        line-height: 34px;
    } */

    .address-sec {
        width: 90%;
    }
    /* .innerpara-text h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 22px;
    } */

    /* ul.services-list {
        margin-top: 30px;
    } */
    .bnr-txt h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .mx-cont .main-count {
        font-size: 60px;
        line-height: 60px;
    }

    .mx-cont .count-text {
        font-size: 25px;
        line-height: 35px;
    }

    .blog-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .blog-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .blog-calender {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .infras-txt-box .infra-txt-head img {
        width: 80px;
        height: 80px;
    }

    .infra-txt-con {
        height: 110px;
    }

}

@media (max-width: 1024px) {
    .bnr-txt h1 {
    font-size: 35px;
    }
    .bnr-txt h2 {
        font-size: 27px;
        line-height: 42px;
    }

    .secintro-one .scrooll-img {
        left: 13%;
        width: 18%;
    }
    /* .infras-intro-con .heading p {
        font-size: 16px;
        line-height: 30px;
    } */

    .clientSlider .swiper-button-prev,
    .servSlider .swiper-button-prev,
    .hmblogSlider .swiper-button-prev{
        left: 45%;
        font-size: 20px;
        top: auto;
        bottom: 10px;
    }

    .clientSlider .swiper-button-next,
    .servSlider .swiper-button-next,
    .hmblogSlider .swiper-button-next{
        right: 45%;
        font-size: 20px;
        top: auto;
        bottom: 10px;
    }
    /* img.client-bg1 {
        width: 200px;
    } */
    /* img.client-bg2 {
        width: 100px;
    } */
    /* img.client-bg3 {
        width: 50px;
    } */
    .innerpara-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .clientSlider,
    .servSlider{
        padding-bottom: 100px;
        margin-top: 20px;
    }
    .infras-box .infras-img-txt {
        width: 100%;
        padding: 10px;
    }

    .infras-img-txt h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .infras-img-txt p {
        margin-bottom: 0px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {

    .mx-cont .count-text {
        font-size: 20px;
        line-height: 30px;
    }

    .before-hover {
        padding: 50px 20px 10px;
    }

    .ser-btn .btn-main {
        color: #ffffff;
        border: 1px solid #ffffff;
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .ser-btn {
        display: block;
    }

    .serv-tab p.description {
        min-height: 320px;
    }

    .clientSlider .swiper-button-prev, .servSlider .swiper-button-prev, .hmblogSlider .swiper-button-prev {
        left: 43%;
    }

    .clientSlider .swiper-button-next, .servSlider .swiper-button-next, .hmblogSlider .swiper-button-next {
        right: 43%;
    }

    section.get-connect-sec {
        background: #0a396c;
        padding: 70px 0;
    }

    .infras-txt-box .infra-txt-head img {
        width: 60px;
        height: 60px;
        margin-right: 4px;
    }
	
	ol.process-chart>li {
		width: 47%;
	}

}

@media (max-width: 767px) {
    
    .bnr-txt h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .bnr-txt h2 {
        font-size: 20px;
        line-height: 32px;
    }
    .bg-no {
    height: 100%;
    padding-bottom: 50px;
}
    .about-extra .about-extra-img {
        flex: 0 0 70%;
        margin-right: 0;
        text-align: center;
    }
    .about-extra-img img {
        width: auto;
        padding-top: 40px;
    }

    /* .infras-intro-con .heading p {
        font-size: 15px;
        line-height: 25px;
    } */

    .about-extra .infras-intro-con {
        flex: 0 0 100%;
        text-align: center;
        padding-right: 0;
        margin-top: 26px;
    }
    ul.services-list li {
        flex: 0 0 100%;
        margin-right: 0;
    }
    .before-hover {
        padding: 29px 20px 0;
        /* height: 570px; */
    }
    ul.services-list li .before-hover p.description {
        color: #fff;
        font-family: var(--bodyFont);
        font-size: 18px;
        line-height: 24px;
        font-size: 14px;
        margin-top: 30px;
        min-height: auto;
        margin-bottom: 30px;
    }
    .secvone-bg {
        display: contents;
    }
    img.client-bg1 {
        width: 149px;
    }
    /* .innerpara-text h2,
    .heading h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 18px;
    } */
    .clientSlider .swiper-button-prev,
    .servSlider .swiper-button-prev,
    .hmblogSlider .swiper-button-prev{
        left: 35%;
        font-size: 20px;
    }
    
    .clientSlider .swiper-button-next,
    .servSlider .swiper-button-next,
    .hmblogSlider .swiper-button-next{
        right: 35%;
        font-size: 20px;
    }
    .ser-btn .btn-main {
        color: #ffffff;
        border: 1px solid #ffffff;
    }

    .mx-cont .main-count {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 5px;
    }

    .mx-cont .count-text {
        font-size: 17px;
        line-height: 27px;
    }

    .matrics-sec .row .col-6:nth-child(even) {
        border-right: none;
    }

    .blog-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .blog-calender {
        font-size: 13px;
    }

    .infra-txt-con {
        height: 160px;
    }
	
    ol.process-chart>li {
        width: 100%;
    }
    
}

@media (max-width: 575px) {

    .infra-txt-con {
        height: 100px;
    }

}
