body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    /* line-height: 1.5; */
    color: #333;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

a.button  {
    border-color: #0f4e97;
    background: #0f4e97;
    color: #ffffff;
    background-color: 235577;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
	padding: .175rem .55rem!important;
}

h1{ font-weight:600;}
h2 {
    font-size: 35px;
	font-weight:600;
    color: #1c1c1a;
}

/*careers*/
.jobForm-container {
  max-width: 500px;
  margin: auto;
  background: #fff;
  padding: 22px 20px 30px 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  background: #3563a9;
}
.jobForm-container h2{ font-size: 24px; color:#fff; font-weight: 600; margin: 0; padding: 0 0 16px 0;}

.jobForm-group {
  margin-bottom: 10px;
  position: relative;
 
}
.uploadFild{ position: relative;    background: #fff;}
.uploadResume{ 
  color:#fff; 
 /* position: absolute;
  background: #fff;
  left: 10px;
  top: 10px;
  z-index: 9;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0 5px;*/
}

.jobForm-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.jobForm-input, 
.jobForm-select, 
.jobForm-textarea {
  width: 100%;
  padding:6px 10px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
}
.jobForm-select input[type='file']{ background: #fff;}
.jobForm-textarea {
  resize: vertical;
}

.jobForm-submitBtn {
  border-color: #1d79ca;
  background: rgb(34, 150, 253);
  background: linear-gradient(340deg, rgba(34, 150, 253, 1) 0%, rgba(22, 140, 245, 1) 35%, rgba(0, 212, 255, 1) 100%);
}
@media screen and (max-width: 480px) {
.contact-bg h4{ font-size: 18px;}
.contact-bg li{ font-size: 14px;}
}

.jobForm-submitBtn:hover {
  background-color: #218838;
}
/*careers end*/

.pdbanner{ height:410px; background: #e9e9e9;}
.pdbanner .about-carousel{height: auto;}
.carousel-inner{height:100%;}
.pdbanner .carousel-item{height:100%;}
.pdbanner .carousel-item img{ max-width:100%; max-height:100%; object-fit: contain;}

.btn-primary {
    border-color: #1d79ca;
    background: rgb(34, 150, 253);
    background: linear-gradient(
        340deg,
        rgba(34, 150, 253, 1) 0%,
        rgba(22, 140, 245, 1) 35%,
        rgba(0, 212, 255, 1) 100%
    );
}

.service-card h3.service-title{
    font-size: 15px;
    /*padding-top: 11px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
	height: 62px;*/
	
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 9;
	
}

.menubg{
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 59%);
}

/*HEADER*/
.header-fixed {
    background-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    padding: 10px 10px;
    color: #ffffff;
    box-sizing: border-box;
    top: -100px;

    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}

.header-fixed .header-limiter {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 60px;
}

.header-fixed-placeholder {
    height: 80px;
    display: none;
}

.header-fixed .header-limiter h1 {
}

.header-fixed .header-limiter h1 span {
    color: #5383d3;
}

/* The navigation links */

.header-fixed .header-limiter a {
    color: #ffffff;
    text-decoration: none;
}

.header-fixed .header-limiter nav {
    font: 16px Arial, Helvetica, sans-serif;
    line-height: 40px;
    float: right;
}

.header-fixed .header-limiter nav a {
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
    color: #ffffff;
    opacity: 0.9;
}

.header-fixed .header-limiter nav a:hover {
    opacity: 1;
}

.header-fixed .header-limiter nav a.selected {
    color: #608bd2;
    pointer-events: none;
    opacity: 1;
}

/* Fixed version of the header */

body.fixed .header-fixed {
    padding: 10px 40px;
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

body.fixed .header-fixed-placeholder {
    display: block;
}

body.fixed .header-fixed .header-limiter h1 {
    font-size: 24px;
    line-height: 30px;
}

body.fixed .header-fixed .header-limiter nav {
    line-height: 28px;
    font-size: 13px;
}

.careersPage {
    max-width: 900px;
    margin: 0 auto;
}

.aboutUs {
    position: relative;
    background: #f9f9f9;
}
.aboutIcon {
    background: url(../images/icon-left.png) no-repeat;
    position: absolute;
    width: 226px;
    height: 234px;
}
.iconLeft {
    top: 0;
    left: 0;
}
.iconRight {
    bottom: 0;
    right: 0;
}

.abtImg {
    border-radius: 40px;
    overflow: hidden;
}
.abtImg img {
    width: 100%;
}

.contact-bg textarea.form-control {
    height: 70px;
}
.contact-bg .form-label {
    margin-bottom: 0.2rem;
}
.contact-bg iframe {
    border-radius: 20px;
    border: 1px solid #ccc !important;
}
/* Making the header responsive */

#burger-menu {
    cursor: pointer;
    height: 27px;
    width: 27px;
    margin: 0;
    overflow: visible;
    position: relative;
    z-index: 1;
}
#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
    background: #424242;
    display: block;
    height: 4px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
}
.header-fixed .close span,
.header-fixed .close span:before,
.header-fixed .close span:after {
    background: #fff !important;
}
#burger-menu span:before,
#burger-menu span:after {
    content: "";
}
#burger-menu span {
    right: 0px;
    top: 13px;
    width: 31px;
}
#burger-menu span:before {
    left: 0px;
    top: -10px;
    width: 31px;
}
#burger-menu span:after {
    left: 0px;
    top: 10px;
    width: 31px;
}

#burger-menu.close span {
    transform: rotate(-45deg);
    top: 13px;
    width: 27px;
}
#burger-menu.close span:before {
    top: 0px;
    transform: rotate(90deg);
    width: 27px;
}
#burger-menu.close span:after {
    top: 0px;
    left: 0;
    transform: rotate(90deg);
    opacity: 0;
    width: 0;
}

#menu {
    z-index: 2;
    min-width: 240px;
    min-height: 100%;
    position: fixed;
    top: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
    right: 0;
}

#menu.overlay {
    visibility: visible;
    opacity: 1;
    padding-top: 100px;
    background: #1482aee3;
}

#menu li {
    list-style: none;
}
#menu a {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
    text-decoration: none;
}
/*HEADER END*/

/*CAROUSEL COMMAN CSS*/
.homeSpace {
    padding: 40px 0;
}

.slider-comman .carousel-wrap {
    position: relative;
}
.slider-comman .owl-carousel {
    display: block; /* Ensure it's visible */
}
/* fix blank or flashing items on carousel */
.slider-comman .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.slider-comman .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}
.slider-comman .owl-nav button {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 6px;
}
.slider-comman .owl-nav button span {
    font-size: 45px;
    line-height: 41px;
    display: none;
}

.slider-comman .owl-nav .owl-prev {
    left: -13px;
    margin-left: 0 !important;
    background: url(../images/arrow-left.png) no-repeat #fff;
    background-size: 11px auto !important;
    background-position: center;
    box-shadow: -5px 4px 12px 0px #0000002e;
}

.slider-comman .owl-nav .owl-next {
    right: -13px;
    background: url(../images/arrow-right.png) no-repeat #fff;
    background-size: 11px auto !important;
    background-position: center;
    box-shadow: 7px -3px 12px 0px #0000002e;
}
.slider-comman .owl-dots {
    text-align: center;
}
.slider-comman .owl-dots button {
    border: 1px solid #1a5e9f;
    background: #fff;
    width: 30px;
    height: 5px;
    margin: 0 3px;
    border-radius: 100px;
}
.slider-comman .owl-dots button.active {
    transform: none;
    border: 1px solid #1a5e9f;
    background: #1a5e9f;
}

.owl-buttons {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.owl-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 46%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 46%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}
/*CAROUSEL COMMAN CSS END*/

/*BANNER*/
.bannerHome {
    background: url(../images/banner-bg.jpg) no-repeat center center/cover;
    padding: 10px 0 14px 0;
    position: relative;
    /*min-height: 110vh;*/
    /* height: fit-content; */
}
.banner-content {
    /*position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;*/
}
.bannerItem {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    margin:10px 25px;
}
.bannerItem:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;


    background: linear-gradient(to bottom, transparent 0%, #0000000a 40%, #00000063 100%);
    );
}
.bannerItem img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bannerItemContent {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 22%;
    min-height: 122px;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding-top: 10px;
}
.bannerItemContent strong {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
	    margin-bottom: 5px;
}
.bannerItemContent span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.bannerText {
    text-align: left;
    background: rgb(0 0 0 / 84%);
    width: 100%;
    max-width: 61%;
    padding: 12px 25px 12px 35px;
    margin-bottom: 0;
}
.bannerHome .banner-content {
}
.bannerText strong {
    display: block;
    font-size: 26px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
}
.bannerText span {
    display: block;
    font-size: 18px;
    color: #ffffff;
}
.seeMoreBtn{
	padding: 5px 12px;
	font-size:12px;
    border-radius: 5px;
    background: #115fb9;
    color: #fff;
    text-decoration: none;
}
a.seeMoreBtn:hover{ color:#fff;}
/*BANNER END*/

/*HOME*/

.aboutUs .aboutImg {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-width: 428px;
}
.aboutUs .aboutImg img {
    width: 100%;
}
.aboutUs .aboutImg span {
    background: #0f4e97;
    width: 100%;
    font-size: 17px;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    display: block;
	text-transform: uppercase;
}
.aboutContentt h1 {
    font-size: 35px;
    font-weight: 400;
    color: #0c1f2a;
	margin-bottom: 20px;
}
.aboutContentt p {
    line-height: 30px;
    text-align: justify;
}

.ourServices {
    background: url("../images/service-bg.jpg") no-repeat center center/cover;
    position: relative;
}

/* .our-services {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
} */

/* .our-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
} */

/* .our-services .container {
  position: relative;
  z-index: 2;
} */

.service-card p {
    font-size: 14px;
    margin: 5px 0 0;
}

.service-card h4 {
    font-size: 18px;
    font-weight: bold;
}

/* Black transparent overlay */
/* .our-services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
} */

/* .our-services .container {
  position: relative;
  z-index: 3;
} */

.button, a.button  {
    border-color: #0f4e97;
    background: #0f4e97;
    color: #ffffff;
    background-color: 235577;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
	padding: .175rem .55rem!important;
}

.service-cardd {
    background: #272a29;
    border: 1px solid #3b4242;
    padding: 18px 7px 10px 7px;
    border-radius: 20px;
    text-align: center;
    color: white;
    min-height: 220px;
    transition: all 0.3s ease-in-out;
	max-width: 78%;
	margin: 0 auto;
	
	position: relative;
	overflow:hidden;
}
.service-card:hover .service-title{    opacity: 1;}

.service-cardd a {
    color: #fff;
    text-decoration: none;
}
.service-cardd:hover a {
    color: #000;
}
.service-cardd:hover {
    transform: scale(1.05);
}
.service-cardd .card-content p {
    font-size: 14px;
    margin-bottom: 5px;
}
.service-cardd .card-content h4 {
    font-size: 14px;
}

.service-icon {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    padding: 10px;
}

.service-icon img {
    width: 100%;
    width: 100%;
    max-width: 65px;
}

.service-cardd:hover {
    transform: translateY(-5px);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);

    .service-icon {
        background: rgba(0, 0, 0, 0.8);
    }
}

/* Project  */
.ourProjects {
    background: url("../images/project_background-img.jpg") no-repeat center
        center/cover;
    position: relative;
    z-index: 1;
}

.ourProjects::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Adjust opacity as needed */
    z-index: -1;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.project-card {
    height: 212px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.project-grid h3 {
    font-size: 18px;
}
.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.merge-horizontal {
    grid-column: span 2;
}

.merge-vertical {
    grid-row: span 2;
}
.project-card a{ text-decoration:none;}
.project-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.project-card:hover .overlay {
    opacity: 1;
    background-color: rgb(13, 49, 193, 0.8);
}

.project-card:hover img {
    transform: scale(1.1);
}
.project-detail-info{ 
background: #414448;
	margin-top:25px;
    padding: 20px 10px;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.project-detail-info h1{
font-size:16px;
	font-weight:bold;
	color:#fff;
}
.overlay i {
    font-size: 1.2rem;
    margin-top: 10px;
}
/* end projetc  */

/* our client */

.client-box {
    height: 98px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: white;
    transition: transform 0.3s ease-in-out;
}

.client-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.client-box:hover {
    transform: scale(1.05);
}
#clientCarousel {
    background-color: #dbdbdb;
    padding: 40px 0;
}
.carousel {
    background-color: #dbdbdb;
    padding: 0 0;
}

.carousel-control-prev,
.carousel-control-next {
    filter: invert(1);
}

.innerBanner {
}

/* our client end */

/* footer */
.footer {
    background: #000;
    color: rgb(0, 0, 0);
}

.upper-footer {
    border-bottom: 1px solid #d5d3d3;
}

.upper-footer h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.upper-footer .container .row ul {
    margin-bottom: 0;
}
.upper-footer .container .row li {
    margin-bottom: 4px;
}

.upper-footer p,
.upper-footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons a {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 10px;
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.social-icons a i {
    line-height: 40px;
	color:#fff;
}

.social-icons a:hover {
    transform: scale(1.2);
}

.lower-footer {
    padding: 0 4rem;
    background: #ffffff;
    color: #000000;
}

.lower-footer p {
    margin: 0;
}

.lower-footer a {
    color: rgb(0, 68, 255);
    text-decoration: none;
    margin: 0 5px;
}

/* .lower-footer a:hover {
    color: #f8d210;
} */
/* end foooter */

/*HOME END*/

/* About page  */
.ml-4 {
    margin-left: 20px;
}
.teamCover {
    background: #fff;
    padding: 50px 0 30px 0;
    margin-top: 40px;
}
.service-post {
    border-radius: 40px;
    background: #fff;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 12;
    margin-bottom: 30px;
}
.service-content {
    position: relative;
    display: flex;
    gap: 22px;
    border-radius: 40px;
}
.services-img {
    width: 280px;
    overflow: hidden;
    padding: 0 0 0 0;
}
.services-img img {
    width: 100%;
    border: 2px solid #ced4d9;
}
.service-text {
    flex: 1;
    text-align: left;
    background: #f5f6f7;
    padding: 20px 24px;
}
.service-content h3 {
    margin-bottom: 3px;
}
.service-content h5 {
    font-size: 20px;
    color: #5992d5;
    margin-bottom: 20px;
    border-bottom: 2px solid #e1d6d6;
    padding-bottom: 8px;
}
h4 i{color: #5992d5;}
.content-103 .service-post:hover .service-title {
    color: #fff;
}
.container.justify-content-center .col-md-12 h1{font-size: 28px;}
.content-103 .service-description {
    -moz-transition: color, 250ms;
    -o-transition: color, 250ms;
    -webkit-transition: color, 250ms;
    transition: color, 250ms;
}
.content-103 .service-post:hover .service-description {
    color: #fff;
}

.content-103 .service-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 0px;
    background: #eb7a5c;
    -moz-transition: width, 250ms;
    -o-transition: width, 250ms;
    -webkit-transition: width, 250ms;
    transition: width, 250ms;
}
/*hover-background-color effect*/
.content-103 .service-post:hover .service-hover {
    height: 100%;
}

.pdbanner {
    margin-bottom: 20px;
}
.backBtn {
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #dbdbdb;
    color: #262626;
    padding: 8px 11px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
}
.about-carousel {
    height: 70vh;
    /* min-height: 300px; */
    background: no-repeat center center scroll;
    background-size: cover;
    padding: unset;
}

.about-carousel img {
    height: 100%;
    width: 10%;
    background-position: center;
    background-size: cover;
}

.parallax {
    background: url("../images/team-bg.jpg") no-repeat center center fixed;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
}

/* PROJECT LISTING */
.projects-listing {
}
.projects-listing .nav-tabs{    gap: 10px !important;}
.projects-listing .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #dbdbdb;
    color: #262626;
}
.projects-listing .nav-tabs .nav-link.active {
    color: #fff;
    border-color: #1d79ca;
    background: rgb(34, 150, 253);
    background: linear-gradient(
        340deg,
        rgba(34, 150, 253, 1) 0%,
        rgba(22, 140, 245, 1) 35%,
        rgba(0, 212, 255, 1) 100%
    );
}

.nav-tabs .nav-link {
    color: #333;
    font-weight: bold;
}
.nav-tabs .nav-link.active {
    background: #007bff;
    color: white;
}
.card {
    transition: transform 0.3s ease-in-out;
}
.card:hover {
    transform: scale(1.05);
}

/* .container {
  padding: 0 4rem;
} */

.nav-tabs .nav-link {
    background: #4e9ce6;
    color: white;
    padding: 1rem 1.5rem;
    margin: 1rem 0;
    border-radius: 0.5rem;
}

.nav-tabs .nav-link.active {
    background: #000000;
    color: white;
}

.service-card-link {
    text-decoration: none;
    color: inherit;
}

.service-card {
    background-color: white;
    color: black;
    text-align: center;
    /* padding: 1rem 0;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; */
}

.service-card:hover {
    /*transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
}

.service-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0;
}

.service-card {
    background: linear-gradient(117deg, #ffffff 0%, #e3e3e359 100%);
    border-radius: 0;
    padding: 0;
    text-align: center;
	    position: relative;
    /*transition: transform 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}
.service-card:hover {
    transform: translateY(0);
}

.service-title {
    /*padding-top: 1rem;*/
}

/* END PROJECT */
@media screen and (max-width: 600px) {
    .header-fixed {
        padding: 20px 15px;
        height: 77px;
    }
    .about-text.mb-5 {
        margin-bottom: 20px !important;
    }

    .header-fixed .header-limiter h1 {
        float: none;
        margin: -8px 0 10px;
        text-align: center;
        font-size: 24px;
        line-height: 1;
    }

    .header-fixed .header-limiter nav {
        line-height: 1;
        float: none;
    }

    .header-fixed .header-limiter nav a {
        font-size: 13px;
    }

    body.fixed .header-fixed {
        display: none;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }
    /* .bannerHome {
    height: 80vh !important;
  } */
    .bannerText strong {
        font-size: 22px;
    }
    .bannerText span {
        font-size: 16px !important;
    }

    .aboutContentt {
        margin-top: 20px;
    }

    .padding {
        padding: 0 5rem;
    }
}

@media screen and (max-width: 1340px) {
    /* .bannerText{max-width: 54%;} */
}

@media screen and (max-width: 1400px) {
	.service-cardd{max-width: 85%;}
    /* .bannerText{max-width: 55%;} */
}
@media screen and (max-width: 1266px) {
    .bannerText strong {
        font-size: 29px;
    }
    .bannerText span {
        font-size: 17px;
    }
}
@media screen and (max-width: 1199px) {
    h2 {
        font-size: 24px;
    }
    .bannerText strong {
        font-size: 24px;
    }
    .service-cardd {
        word-wrap: break-word;
    }
    .service-cardd {
        min-height: 281px;
    }

    .projects-listing ul {
        padding-bottom: 21px;
    }
    .projects-listing .nav-tabs .nav-link {
        margin: 0;
    }
}
@media screen and (max-width: 991px) {
    .projects-listing ul {
        padding-bottom: 21px;
        gap: 1rem !important;
    }
    .aboutUs .col-md-4 {
        width: 100% !important;
    }
    .aboutUs .col-md-7 {
        width: 100% !important;
        padding-top: 40px;
    }

    .ourServices .col-md-4 {
        width: 49.333333%;
    }
    .ourServices .row.g-4.mt-4 {
        margin-top: 0 !important;
    }

    .upper-footer.py-4 {
        padding-bottom: 0 !important;
    }
    .upper-footer .footer-logo {
        margin: 0 auto;
        text-align: center;
    }
    .upper-footer .col-lg-4 {
        width: 100%;
    }
    .upper-footer .container .row ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex: 1;
        width: 100%;
    }
    .upper-footer .container .row ul li {
        padding: 5px 10px;
    }
    .lower-footer .container.text-center.d-flex {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .aboutIcon {
        width: 180px;
        height: 187px;
        background-size: 100%;
    }
    .aboutIcon img {
        width: 100%;
    }
    .aboutUs .aboutImg {
        margin: 0 auto;
    }
    .contact-bg form {
        margin-bottom: 30px;
    }
    .about-carousel {
        height: 50vh;
    }

    .header-fixed {
        padding: 11px 10px;
    }
    .logo img {
        height: 54px;
    }
    .bannerText {
        max-width: 100%;
        text-align: center;
    }
    .banner-content .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    #clientCarousel {
        padding: 40px 10px !important;
    }
    #menu a {
        font-size: 19px;
    }

    .row-rev-mob {
        flex-direction: column-reverse;
    }
    .service-content {
        flex-wrap: wrap;
    }
    .services-img {
        width: 100%;
    }
    .service-text {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
	.aboutUs .aboutImg{ margin:0 auto 20px auto;}
	.aboutContentt h1 {font-size: 30px;}
}
@media screen and (max-width: 500px) {
	.bannerItemContent{
	    height: 34%;
	}
    .about-carousel {
        height: 46vh;
    }

    .bannerItemContent {
        min-height: 92px;
    }
    .bannerItemContent span {
        font-size: 17px;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .bannerItemContent strong {
        font-size: 14px;
    }

    .bannerText strong {
        font-size: 24px;
        line-height: 31px;
    }
    .bannerText span {
        font-size: 15px;
    }

    .aboutContentt h1 {
        font-size: 28px;
    }

    .aboutUs .aboutImg span {
        font-size: 18px;
		
    }

    .service-icon {
        width: 92px;
        height: 92px;
    }
    .service-icon img {
        max-width: 44px;
    }
    .service-cardd .card-content p {
        font-size: 10.5px;
    }
    .service-cardd .card-content h4 {
        font-size: 11.5px;
    }

    .service-cardd {
        min-height: 154px;
        padding: 19px 5px 18px 5px;
    }

    .upper-footer .container .row ul {
        justify-content: center;
    }
    .upper-footer .container .row ul li {
        padding: 5px 5px;
    }

    .project-grid h3 {
        font-size: 17px;
    }
    .overlay i {
        font-size: 1.2rem;
        margin-top: 2px;
    }

    .carousel-item.padding {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 480px) {
    #menu {
        min-width: 62%;
    }
    h1 {
        font-size: 23px;
    }
    h1.my-5 {
        margin-bottom: 1rem !important;
    }
    p {
        font-size: 14px;
    }

    /* sandeep */
    .merge-horizontal {
        grid-column: span 2;
    }

    .project-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .merge-horizontal {
        grid-column: unset;
    }

    .last-card {
        display: none;
    }

    /* sandeep */

    .service-icon {
        margin: 0 auto 13px;
    }

    .about-carousel {
        height: 260px;
    }
    .innerBanner img {
        height: 94px;
    }

    .projects-listing ul {
        gap: 0.7rem !important;
    }
    .projects-listing .container.py-5 {
        padding-top: 20px !important;
    }
    .projects-listing .nav-tabs .nav-link {
        font-size: 16px;
        padding: 8px 15px;
    }

    .project-card {
        height: 108px;
    }
}

@media screen and (max-width: 395px) {
    .service-cardd {
        min-height: 154px;
        padding: 19px 3px 18px 3px;
    }
    .ourServices .col-lg-3:nth-of-type(1) {
        padding-right: 6px;
    }
    .ourServices .col-lg-3:nth-of-type(2) {
        padding-left: 6px;
    }
    .ourServices .col-lg-3:nth-of-type(3) {
        padding-right: 6px;
    }
    .ourServices .col-lg-3:nth-of-type(4) {
        padding-left: 6px;
    }
    .ourServices .col-lg-3:nth-of-type(5) {
        padding-right: 6px;
    }
    .ourServices .col-lg-3:nth-of-type(6) {
        padding-left: 6px;
    }
}
@media screen and (max-width: 480px) {
	.service-content{
	    flex-direction: column;
        display: flex;
	}
.aboutUs .aboutImg{max-width: 272px;}
	.aboutUs .aboutImg span {
        font-size: 15px;
    }
	.banner-content .bannerText strong {font-size: 19px !important;}
	.banner-content .bannerText span {font-size: 13px !important; width: 83%;
        margin: 0 auto;}	
}
@media screen and (max-width: 414px) {
	.pdbanner { height: 228px;}
	.projects-listing .nav-tabs .nav-link{ font-size: 13px; padding: 8px 10px;}	
	
.bannerItemContent{
	    height: 37%;
	}
}
@media screen and (max-width: 375px) {
	.bannerItemContent{
	    height: 38%;
	}
    .about-carousel {
        height: 220px;
    }
    .service-cardd {
        min-height: 200px;
    }
    .service-icon {
        margin: 0 auto 14px;
    }
}

@media screen and (max-width: 360px) {
	    .bannerItemContent {
        min-height: 121px;
    }
	.service-cardd{    max-width: 96%;}
}
