p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0;
	padding: 0;
}

.section-services {
	font-family: "Poppins", sans-serif;
	background-color: #f4f6f8;
	color: #202020;
	padding-top: 115px;
	padding-bottom: 120px;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #0abbe7;
	border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
	border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
	color: #282828;
}

.section-services .single-service {
	position: relative;
	margin-top: 30px;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	overflow: hidden;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
	position: absolute;
	top: 0;
	right: 0px;
	transform: translate(40%, -40%);
	width: 150px;
	height: 150px;
	background-color: #0abbe7;
	border: 6px solid #504f93;
	border-radius: 50%;
	opacity: 0.5;
	z-index: 10;
	transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
	width: 70px;
	height: 70px;
	background-color: #0abbe7;
	border-radius: 5px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #0abbe7;
}

.section-services .single-service .title {
	margin-bottom: 18px;
	font-weight: 700;
	font-size: 23px;
	transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
	margin-bottom: 20px;
	font-size: 14px;
	transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
	color: #202020;
	text-decoration: none;
	font-weight: 500;
	transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #0abbe7;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}

.contact-info-wrap .service-card .info-content .service-text a:hover {
	color: #0abbe7;
}

#zero-hero {
	background-color: #fff;
}

.zero-hero {
	padding: 10px 40px 30px;
	background: url(../images/timelines-estimates.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.zero-hero .head {
	text-align: center;
}

.zero-hero .head h2 {
	font-size: 32px;
	font-weight: 520;
}

.zero-hero .head p {
	font-size: 18px;
	margin-top: 10px;
}

.zero-hero .noc-service, .zero-hero .noc-24-7{
	padding: 20px 5%;
	background-color: #131313cf;
}

.zero-hero .noc-service h3, .zero-hero .noc-24-7 h3 {
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 400;
	color: white;
}

.zero-hero .noc-service .content, .zero-hero .noc-24-7 .content{
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(227, 227, 227);
}

.zero-hero .noc-service .img-cont, .zero-hero .noc-24-7 .img-{
	width: 28%;
	margin-bottom: 10px;
	margin-right: 3%;
}

.zero-hero .noc-service .para, .zero-hero .noc-24-7 .para {
	width: 50%;
	font-size: 18px;
	text-align: center;
}

.master-it {
	display: flex;
	max-width: 60%;
	margin: 30px 10%;
	padding: 20px;
}

.master-it .para,
.master-it .img-cont {
	width: 50%;
}

.master-it p {
	font-size: 16px;
	color: whitesmoke;
}

.master-it .img-cont img {
	margin-left: 10%;
	width: 60%;
}

.services-summary {
	font-size: 1.3rem;
	text-align: center;
}

.services-summary .btn-cta {
	width: 230px;
	padding-right: 40px;
	margin: 20px 40% 0px;
}

.services-summary .btn-cta::after {
	transform: translate(-25px, -7px);
}

.our-clients {
	margin-bottom: 30px;
}

.our-clients h2 {
	padding: 20px 0px;
	color: #000000;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 30px;
}

.our-clients .clients {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.our-clients .client img {
	width: 150px;
}

#tsfc,
#aegon {
	width: 200px;
}

.qa-approach {
	padding: 30px 10%;
	margin-top: 30px;
	background: url(../images/peak-load-shaving.png);
	background-position: center;
	background-size: cover;
}

.qa-approach h2 {
	font-weight: 600;
	margin-bottom: 20px;
	color: #0abbe7;
}

.qa-approach p {
	font-size: 1.15rem;
	margin-bottom: 30px;
	color: white;
}

.qa-list {
	list-style-type: none;
	padding-left: 0;
}

.qa-list li {
	font-size: 1.1rem;
	padding-top: 20px;
	position: relative;
	padding-left: 50px;
	color: #fff;
	border-bottom: 1px solid #2d5d7b;
}

.qa-approach li img{
	position: absolute;
	width: 3%;
}

.qa-list li strong {
	
}
.qa-list li:hover {
	background-color: #2c2c2c;
	transition: background-color 0.3s ease;
}
.qa-list li, .qa-approach p {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.qa-list li p{
	margin-left: 60px;
}


.testing-types {
	padding: 30px;
	padding-left: 50px;
	background-color: #e7e7e7;

}

.testing-types h2 {
	margin-bottom: 30px;
	font-weight: 550;
	text-align: center;
}

.testing-card-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.testing-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
	padding: 15px;
	margin-bottom: 15px;
	transition: box-shadow 0.3s ease;
	background-color: white;
}

.testing-card:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.testing-icon {
	font-size: 2rem;
	color: #0abbe7;
	margin-right: 15px;
}

.testing-info {
	flex: 1;
}

.testing-info h3 {
	margin-top: 0;
	color: #0abbe7;
	text-align: center;
}

.testing-info p {
	margin: 25px 0 0;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

#qa-automation {
	/* background-color: #f4f4f9; */
	padding: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	margin: 20px;
	margin-left: 50px;
}

#qa-automation h2 {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}

#qa-automation p {
	font-size: 1rem;
	color: #555;
	line-height: 1.6;
	margin: 0;
}

.qa-service-btn {
	width: 200px;
	padding-right: 50px;
	margin-left: auto;

}

.qa-service-btn::after {
	transform: translate(-40px, -8px);
}

.key-factors-section {
	margin-top: 20px;
	padding: 40px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: url(../images/managed-team-bg.jpg);
	background-position: center;
	background-size: cover;
}

.key-factors-section .section-title {
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 800;
	color: #ffffff;
}

.key-factors-section .slider {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	height: 200px;
}

.key-factors-section .slides {
	display: flex;
	transition: transform 1.5s ease-in-out;
}

.key-factors-section .slide {
	min-width: 100%;
	box-sizing: border-box;
	padding: 20px 40px;
	text-align: center;
	background-color: #262626;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	height: 200px !important;
}

.key-factors-section .slide h3 {
	margin-bottom: 15px;
	font-size: 1.5rem;
	color: white;
}

.key-factors-section .slide p {
	font-size: 1rem;
	color: #b9b9b9;
}

.key-factors-section .dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.key-factors-section .dot {
	height: 15px;
	width: 15px;
	margin: 0 5px;
	background-color: #bbb;
	border-radius: 40%;
	display: inline-block;
	cursor: pointer;
	transition: background-color 0.3s;
}

.key-factors-section .dot.active {
	background-color: #0abbe7;
	width: 20px;
}

.key-factors-section .countdown {
	margin-top: 10px;
	font-size: 1rem;
	color: #555;
}
#key-fact-master-it .key-factors-section{
	background: none;
}
#key-fact-master-it{
	flex-direction: column;
	background: url(../images/managed-team-bg.jpg);
}

.co-main, .srepm {
	margin: 25px 0px 25px;
	margin-top: 50px;
	padding: 30px 0px 30px;
}
.co-main .co-header .co-h1-title {
	margin-top: 50px;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	padding: 10px 4rem;
}

.co-main .co-head-container {
	margin: 0px 30px 0px;
	padding: 20px 50px;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}

.co-second-main {
	padding: 0px 25px;
}

.co-second-header{
	padding-left: 5%;
	padding-right: 5%;
	font-family: sans-serif;
	font-size: 28px;
}

.co-second-container {
	display: flex;
	justify-content: space-between;
	margin: 20px 60px 30px;
	padding-left: 50px;
}
.co-second-container{
	padding-left: 0px;
}
.second-descr,
.second-img {
	width: 80%;
}

.second-descr {
	font-size: 18px;
	margin-right: 50px;
}

.second-img img, .third-img img {
	width: 450px;
	height: auto;
}
.co-third-main{
	padding: 30px 80px 10px;
	background: url(/assets/images/cloud-optimize-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.co-third-main .co-third-header{
	color: white;
	font-size: 42px;
	padding-right: 35%;
}

.co-third-container .intro, .co-fourth-container .intro{
	font-size: 24px;
	padding-top: 1rem;
	color: whitesmoke;
	padding-right: 40%;
}
.co-third-container .benifit{
	margin: 30px 45% 10px 0%;
	color: #e7e7e7;
}
.co-third-container .benifit h4, .co-fourth-container .practice h4{
	font-size: 1.7rem;
	color: #0abbe7;
}
.co-third-container .benifit p{
	font-size: 1.1rem;
}

.co-fourth-container .customer-pain{
	padding-left: 10%;
	font-size: 1.3rem;
	color: white;
	text-align: left;
}
.co-fourth-container .customer-pain li{
	margin-bottom: .5rem;
}
.co-fourth-container .customer-pain li::before{
	content: "➤";
	padding-right: 2%;
	color: #0abbe7;
}
.co-fourth-container .customer-pain li:nth-child(6)::before{
	padding-right: 1.5%;
}
.co-fourth-container .cost-optimize{
	color: white;
}
.co-fifth-main h2{
	color: #2d5d7b;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.co-fifth-main p{
	font-size: 1.1rem;
}
.co-fifth-main .btn-cta{
	width: 18%;
	margin-bottom: 2rem;
}
.co-fifth-main .btn-cta a:hover{
	color: white;
}
.co-sixth-main {
	padding: 40px 60px 20px;
	background: url(/assets/images/managed-team-bg.jpg);
	background-size: cover;
	background-position: center;
  }
  
  .co-sixth-header {
	font-size: 1.8rem;
	font-weight: bold;
	color: #0abbe7;
	margin-bottom: 15px;
  }
  
  .co-sixth-container {
	font-size: 1rem;
	line-height: 1.6;
	color: #efefef;
  }
  
  .co-sixth-container .intro {
	margin-bottom: 20px;
	font-size: 1.125rem;
  }
  
  .co-sixth-container .features {
	padding-left: 2rem;
	margin-bottom: 3rem;
  }
  .co-sixth-container .features li h4{
	margin-top: 2rem;
	color: #fff;
  }
  .co-sixth-container a{
	color: #0abbe7;
	transition: 0.3 ease-in;
	font-weight: bold;
  }
  .co-sixth-container a:hover{
	color: #0abbe7;
	text-decoration: underline;
  }
  .co-sixth-container .btn-cta a, .cost-optimize .btn-cta a{
	color: white;
  }
  .co-sixth-container .features a:hover, .cost-optimize .btn-cta a:hover {
	color: white;
	text-decoration: none;
  }
  .co-sixth-container p{
	margin-top: 1rem;
	font-size: 1.2rem;
  }
.co-sixth-container .btn-cta, .cost-optimize .btn-cta{
	margin-top: 1rem;
	width: 20%;
}

.third-descr{
    font-size: 1.15rem;
	margin-top: 30px;
}

.third-descr h3{
	text-align: center;
}
.third-img{
	margin: 2% 35% ;
}
.third-descr ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #0abbe7;
}

.third-descr ul li {
    margin-bottom: 10px;
    color: #333;
}

.third-descr ul li b {
	font-size: 1.4rem;
    color: #0abbe7;
}
.startup-choose .service-h-caption{
	margin-top: 2rem; 
	padding-bottom: 2rem;
	text-align: justify;
}

.startup-choose:nth-child(6){
	background: url(../images/peak-load-shaving.png);
}

.startup-img{
	width: 40%;
	margin: 0 30%;
}
.startup-img:nth-child(5){
	width: 50%;
	margin: 0 25%;
}
.startup-choose .service-sec2-card-h{
	margin-top: 4.5rem;
}
.startup-choose .service-sec2-card-txt{
	padding-right: 12%;
}
.startup-choose .sec3-second-area-txt{
	padding-right: 15%;
	font-size: 1.2rem;
	line-height: 2;
}
.startup-choose .btn-cta{
	width: 15rem;
	margin-left: 7.5%;
	margin-top: 2rem;
}
.co-fourth-main{
	padding: 10px 60px 40px;
	background-color: #383838;
}
.co-fourth-main .practice-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 2rem;
}
.co-fourth-main .practice{
	color: white;
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: 30%;
}
.co-fourth-main .practice h4{
	color: white;
	text-align: center;
	font-size: 1.5rem;
}
.co-fourth-main .practice img{
	width: 20%;
	margin: auto 40%;

}
.co-fourth-main .practice p{
	width: 100%;
	font-size: 1.2rem;
	margin-top: 5%;
	text-align: center;
}
.co-fourth-header {
    font-size: 42px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.co-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.co-card-container{
	justify-content: space-around;
	row-gap: 20px;
}

.co-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}
.co-card{
	width: 30%;
	color: #4c4d56;
}
.co-card-number {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #2d5d7b;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 24px;
	margin: 20px 42%;
  }
.co-card:hover {
    transform: translateY(-10px);
}

.co-card-title {
    font-size: 1.5rem;
    color: #0abbe7;
    font-weight: bold;
    margin-bottom: 15px;
}
.co-card-title{
	color: #4c4d56;
}
.co-post-card{	
	padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
    font-weight: bold;
}
.co-post-card h4{
	font-size: 1.5rem;
    margin-bottom: 1rem;
	color: #0abbe7;
}
.co-post-card p{
	font-size: 1.2rem;
}
.final-quote{
	padding: 2rem 4rem 0rem;
	font-size: 1.5rem;
	font-style: italic;
}

.co-card-content {
    font-size: 1.1rem;
    color: #e1e1e1;
    line-height: 1.6;
}
.co-card-content{
	color: #4c4d56;
}

.srepm-container{
	display: flex;
	margin-top: 2rem;
}
.srepm-container .img{
	width: 60%;
}
.srepm-container .para{
	width: 120%;
	font-size: 1rem;
}
.srepm .btn-cta{
	width: 200px;
	margin: 0 40%;
} 
.srepm .btn-cta::after{
	transform: translate(-140%, -40%);
}
.devsecops {
    padding: 20px 50px;
    background-color: #fff;
}

.devsecops .section-title {
    text-align: center;
    margin-bottom: 40px;
}
.devsecops .section-title .title{
	padding-top: 1rem !important;
}

.devsecops .section-title h2 {
    font-weight: bold;
    color: #2d5d7b;
    margin-bottom: 10px;
}

.devsecops .section-title p {
    font-size: 18px;
    color: #555;
}

.deliverables, .devops-process, .approach {
    margin-bottom: 60px;
}

.deliverables h3, .devops-process h3, .approach h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.deliverables .card-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.deliverables .card {
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 30%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.deliverables .card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.deliverables .card h4 {
    font-size: 22px;
    color: #2d5d7b;
    margin-bottom: 10px;
}

.deliverables .card p {
    font-size: 16px;
    color: #666;
}
.devops-process h3{
	text-align: left;
}
.devops-process ul, .approach ol {
    padding-left: 20px;
    font-size: 18px;
}

.devops-process li, .approach li {
    margin-bottom: 15px;
    color: #555;
    position: relative;
}

.devops-process li::before, .approach li::before {
    content: '✔';
    color: #0abbe7;
    position: absolute;
    left: -30px;
    top: 2px;
}
.devsecops-approach {
    padding: 50px;
    color: #333;
}

.approach-header {
    text-align: center;
    margin-bottom: 40px;
}

.approach-header h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.approach-header p {
    font-size: 18px;
    color: #555;
}

.approach-items {
    display: grid;
	grid-template-columns: repeat(2,auto);
    gap: 30px;
    margin-top: 30px;
}

.approach-item {
    background-color: #ffffff;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.approach-item .icon-container {
    background-color: #0abbe7;
    border-radius: 50%;
    display: inline-block;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
}

.approach-item h3 {
    font-size: 22px;
    color: #2d5d7b;
    margin-bottom: 10px;
}

.approach-item p {
    font-size: 16px;
    color: #666;
}




@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 80%;
        margin-bottom: 20px;
    }
}


.client-result{
	padding: 4rem;
}
.client-result h3{
	font-size: 2rem;
}
.client-result ul{
	font-size: 1.2rem;
}
.client-result ul li{
	margin-top: 2rem;
}
.client-result ul li::before{
	content: '➤';
	margin-right: .3rem;
}
.optimize-sre{
	padding: 40px 20px;
	background-color: #efefef;
  }
  .optimize-sre .service-header-title{
	padding-top: 150px;
  }
  .container {
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .sre-title {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
	color: #2d5d7b;
	margin-bottom: 20px;
  }
  
  .sre-intro {
	text-align: center;
	font-size: 1rem;
	color: #555;
	margin-bottom: 40px;
  }
  .sre-intro a{
	font-weight: 600;
	transition: .3s linear;
	color: #0abbe7;
}
  .sre-intro a:hover{
	text-decoration: underline;
  }
  .sre-content {
	display: flex;
	gap: 15px;
	margin: 0 auto;
  }
  
  .sre-item {
	background-color: #ffffff;
	border: 1px solid #e2e6ea;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .sre-item-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: #2d5d7b;
	margin-bottom: 10px;
  }
  
  .sre-item-content {
	font-size: 1rem;
	color: #666;
	line-height: 1.6;
  }
  .iac-section {
	background-color: #f4f9fd;
	padding: 60px 20px;
  }
  
  .iac-header {
	text-align: center;
	margin-bottom: 30px;
  }
  
  .iac-main-title {
	font-size: 2.5rem;
	color: #2d5d7b;
  }
  
  .iac-description {
	font-size: 1.2rem;
	color: #6c757d;
	max-width: 800px;
	margin: 0 auto;
  }
  
  .iac-tabs {
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .tab-list {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
  }
  
  .tab-button {
	background-color: #ffffff;
	padding: 10px 30px;
	margin: 0 10px;
	border: 2px solid #0abbe7;
	cursor: pointer;
	font-weight: bold;
	color: #2d5d7b;
	transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .tab-button:hover {
	background-color: #0abbe7;
	color: white;
  }
  
  .tab-button.active {
	background-color: #0abbe7;
	color: white;
  }
  
  .iac-tab-content {
	display: none;
	padding: 0 15%;
	align-self: flex-start;
  }
  
  .iac-tab-content.active {
	display: block;
  }
  
  .iac-tab-content h3 {
	font-size: 2rem;
	color: #2d5d7b;
	padding-bottom: 1rem;
  }
  
  .iac-tab-content p, .iac-tab-content ul {
	font-size: 1.125rem;
	color: #6c757d;
  }
  
  .iac-tab-content ul {
	list-style-type: disc;
	padding-left: 20px;
	line-height: 2;
  }
  #content-tab-1 h3:nth-child(3){
	margin-top: 1rem;
}


.bo-service-sec3-li {
	margin-bottom: 1rem;
	border-left: 3px solid rgb(0, 0, 0);
	padding-left: 1rem;
	font-size: 16px;
	color: #212529;
}

.clicked {
	color: #0abbe7;
}

.section .container .row .col-lg-10 {
	width: 75%;
}

.bo-service-sec3-li:hover {
	cursor: pointer;
	color: #0abbe7;
}

.bo-service-sec3-bg {
	background-color: #ffffff;
}

.bo-service-sec3 {
	background-color: #ffffff;
	text-align: center;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	padding: 2.5rem 0 2.5rem 0;
	color: #ececec;
}

.bo-service-sec3-card {
	position: relative;
	width: 80%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.171);
	background-color: #383838;
	background-image: url("/assets/images/service-sec2-card.png");
	background-size: cover;
	padding-bottom: 25px !important;
}
.bo-service-sec3-card{
	height: 400px;
}

.bo-service-sec3-card-h {
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
	line-height: 27px;
	text-align: left;
	margin-bottom: 1.5rem;
	line-height: 1;
}

.bo-service-sec3-card-txt {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
}

.bo-service-sec3-card-txt ul {
	list-style: none;
	padding-left: 20px;
}

.bo-service-sec3-card-txt ul li {
	position: relative;
	margin-left: 20px;
}

.bo-service-sec3-card-txt ul li::before {
	content: "•";
	color: #0abbe7;
	position: absolute;
	left: -20px;
}
.bo-service-sec3-card-txt .custom-list {
	list-style: none;
	padding-left: 20px;
}

.bo-service-sec3-card-txt .custom-list li {
	position: relative;
	margin-left: 20px;
}

.bo-service-sec3-card-txt .custom-list li::before {
	content: "■";
	color: white;
	position: absolute;
	left: -20px;
}


.eyt-body {
	background-color: rgb(244, 244, 244);
	padding-bottom: 50px;
}

.eyt-main {
	margin-top: 7%;
	padding: 20px 55px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: white;
}

.eyt-container .software-outsource {
	background: url(../images/managed-team-bg.jpg);
	padding-top: 20px;
}

.eyt-container .software-outsource .head {
	margin: 20px;
	padding: 10px 30px;
	text-align: center;
}

.eyt-container .software-outsource .head h3 {
	font-size: 32px;
	color: white;
}

.eyt-container .software-outsource .content .img-cont,
.eyt-container .software-outsource .content .para {
	width: 50%;
}

.eyt-container .software-outsource .content {
	padding: 2% 5%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.eyt-container .software-outsource .content p {
	font-size: 18px;
	color: white;
}

.qa-outsource {
	margin: 20px 0px;
	padding: 30px;
	background-color: white;
}

.qa-outsource .head {
	text-align: center;
}

.qa-outsource .head p {
	font-size: 18px;
	padding: 0px 5%;
}

.qa-outsource .qa-services {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: space-evenly;
	row-gap: 20px;
}

.qa-outsource .qa-services .content {
	display: flex;
	align-items: center;
}

.qa-outsource .qa-services .icon {
	display: block;
	width: 70px;
	margin-right: 3%;
}

.qa-outsource .qa-services .service {
	width: 100%;
	font-size: 20px;
}

.qa-testing-section {
	width: 90%;
	margin: 30px auto 0px;
	padding: 20px;
	border-radius: 8px;
}

.qa-testing-title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}

.qa-testing-intro {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.qa-cards-container {
	margin-top: 30px;
	display: flex;
	justify-content: space-evenly;
}

.qa-card {
	background-color: #fff;
	border-radius: 8px;
	width: 30%;
	margin-bottom: 20px;
	padding: 15px;
}


.qa-card h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.qa-card p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}


.ro-main {
	margin: 30px 25px 20px;
	padding: 0px 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ro-main .ro-title h1,
.eyt-main .eyt-title h1,
.wec-body #overview h1,
.wwhd-main h1 {
	font-size: 42px;
	color: #0abbe7;
	font-weight: bolder;
	margin-bottom: 15px;
	text-align: center;
}

.ro-main .ro-para,
.eyt-main .eyt-para {
	font-size: 20px;
	text-align: center;
}

.tab-container {
	width: 94%;
	margin: 50px auto;
	background: #fff;
}

.tab-pages {
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);

}

.tab-container h2 {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
}

.tab-container #img-node,
#img-py,
#img-react,
#img-net {
	display: flex;
	justify-content: center;
}

.tab-container #img-node {
	margin: -60px 0px -40px;
}

.tab-container #img-py,
#img-net {
	margin-bottom: 15px;
}


.tabs {
	display: flex;
	border-bottom: 1px solid #ddd;
	flex-wrap: wrap;
}

.tab-link {
	font-size: 20px;
	flex: 1;
	padding: 15px;
	cursor: pointer;
	background: #f9f9f9;
	border: none;
	outline: none;
	transition: background 0.3s;
	text-align: center;
}

.tab-link:hover,
.tab-link.active {
	background: #e9e9e9;
}

.tab-content {
	padding: 20px;
}

.tab-content .tab-pane {
	font-size: 16px;
	padding-left: 25px;
	padding-right: 40px;
}

.tab-content .tab-pane p {
	text-align: left;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

.tab-content .tab-pane li strong {
	margin-right: 5px;
}

.wec-body {
	margin: 30px 0px 20px;
}

.wec-body #overview {
	margin-bottom: 60px;
	padding: 20px 100px 20px;
}

.wec-body #overview p {
	font-size: 20px;
	text-align: center;
}

.wec-body .container {
	padding: 25px 15% 25px;
	max-width: 100%;
	background-color: rgb(247, 247, 247);
}

.wec-body .container .service-dev-sec-card {
	max-width: 1140px;
	background-color: #fff;
}

.wec-body .container .service-dev-sec-card .ic-div {
	margin-right: 20px;
}

.service-dev-sec-card .info-content ul {
	list-style: disc;
}

.service-dev-sec-card .info-content ul li {
	margin-left: 15px;
	font-size: 15px;
}

.wec-body .cms {
	padding: 30px;
	align-items: center;
	margin-bottom: 35px;
}

.cms .head {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 5%;
	text-align: center;
}

.cms .head h2 {
	font-size: 32px;
}

.cms .head p {
	margin-top: 15px;
	font-size: 18px;
}

.cms #skill-title {
	font-size: 18px;
}

.cms .list-content {
	padding-left: 6%;
}

.cms .list-content ul {
	list-style: disc;
}

.cms .list-content li {
	font-size: 16px;
	margin-left: 1.5%;
	line-height: 2;
}

.game-dev {
	margin: 50px 0px 20px;
}

.game-dev .head {
	margin: 20px;
	padding: 20px 30px;
	text-align: center;
}

.game-dev .head h1 {
	font-size: 48px;
	color: #0abbe7;
}

.game-dev .head p {
	font-size: 22px;
}

.game-dev .mobile-optimize {
	margin: 30px 0px 0px;
	padding: 40px 5% 20px;
	background-color: #f4f4f4;
}

.game-dev .mobile-optimize h2,
.development-insights h2 {
	font-size: 36px;
	text-align: center;
}

.game-dev .mobile-optimize .content {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mobile-optimize .img,
.mobile-optimize .para {
	width: 40%;
}

.mobile-optimize img {
	width: 65%;
}

.mobile-optimize p {
	font-size: 18px;
}

.development-insights {
	background-color: #282828;
	padding: 50px 30px 30px;
}

.development-insights h2 {
	color: white;
}

.development-insights .card-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
}

.development-insights .card {
	background-color: #353535;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 10px;
	padding: 20px;
	width: 300px;
	text-align: center;
	transition: transform 0.3s;
}

.development-insights .card:hover {
	transform: scale(1.05);
}

.development-insights .card h3 {
	margin-top: 0;
	color: #ececec;
}

.development-insights .card p {
	color: #cbcbcb;
	font-size: 16px;
}

.innovation-section {
	padding: 20px;
	margin: 20px 0;
}

.innovation-section .head {
	text-align: center;
	margin-bottom: 20px;
}

.innovation-section .head h2 {
	margin-bottom: 30px;
}

.innovation-section .sub-section {
	display: flex;
	justify-content: space-around;
}

.innovation-section .sub-content {
	width: 45%;
}

.innovation-section h3 {
	color: #333;
	margin-bottom: 10px;
	text-align: center;
}

.innovation-section .details {
	background-color: #aaeaff2d;
	border: 3px solid #0abbe7;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
}

.innovation-section p {
	margin-bottom: 15px;
	color: #666;
	font-size: 17px;
}

.innovation-section ul {
	list-style-type: '➤';
	padding: 20px;
}

.innovation-section ul li {
	font-size: 16px;
	background-size: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #666;
}

.ui-ux-design {
	padding: 40px 20px 20px;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ui-ux-design .head {
	text-align: center;
}

.ui-ux-design .head h3 {
	font-size: 32px;
	color: #333;
}

.ui-ux-design .head p {
	font-size: 18px;
	color: #666;
	margin: 0 auto;
	line-height: 1.6;
}

.ui-ux-design-section {
	padding: 10px;
	background-color: #ffffff;
	border-radius: 10px;
}

.ui-ux-design-title {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

.ui-ux-design-intro {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin-bottom: 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.ui-ux-cards-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ui-ux-card {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	width: 300px;
	margin: 20px;
	padding: 20px;
	transition: transform 0.3s, box-shadow 0.3s;
}

.ui-ux-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.ui-ux-card h4 {
	font-size: 1.5em;
	color: #2d5d7b;
	margin-bottom: 10px;
}

.ui-ux-card p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.bo-body {
	margin-top: 8%;
	padding: 20px 30px;
	text-align: center;
}

.bo-body .bo-title h1 {
	font-size: 48px;
	color: #0abbe7;
}

.bo-body .bo-title p {
	font-size: 20px;
}

.bo-body .services .development {
	margin: 10px 30px 30px;
	padding: 20px;
}

.bo-body .services .development h2 {
	font-size: 32px;
	font-weight: 600;
}

.bo-body .services .development .intro {
	font-size: 18px;
}

.bo-body .services .development .process {
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0px;
}

.bo-body .process-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.bo-body .process-step {
	flex: 1;
	min-width: 250px;
	background-color: #ffffff;
	border: 1px solid #dee2e6;
	padding: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.bo-body .process-step h3 {
	margin-bottom: 10px;
	font-size: 22px;
}

.bo-body .process-step p {
	color: #495057;
}

.bo-body .process-step img {
	width: 50px;
	margin-bottom: 10px;
}

.bo-body .infra {
	margin: 20px;
	padding: 10px;
}

.bo-body .infra .header h2 {
	font-size: 36px;
	font-weight: bold;
}

.bo-body .infra .header p {
	font-size: 18px;
}

.infrastructure-content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.infrastructure-item {
	background-color: #f9f9f9;
	padding: 20px;
	flex: 1;
	min-width: 250px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	gap: 15px;
}

.infrastructure-item .icon {
	flex-shrink: 0;
}

.infrastructure-item .text h3 {
	font-size: 1.5rem;
	color: #333;
	margin: 0 0 10px 0;
}

.infrastructure-item .text p {
	font-size: 1rem;
	color: #666;
}

.monitor {
	padding: 20px;
	margin-bottom: 20px;
}

.monitor h2 {
	padding-top: 30px;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.monitor .content {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
}

.monitor .img {
	width: 20%;
}

.monitor .para {
	width: 60%;
	text-align: left;
}

.monitor p {
	font-size: 18px;
	line-height: 1.6;
}

.monitor a, .startup-choose a {
	color: #0abbe7;
	text-decoration: none;
	font-weight: bold;
}

.monitor a:hover, .startup-choose a:hover {
	text-decoration: underline;
}

.mt-pe .header {
	margin: 30px 20px 20px;
	padding: 20px;
	text-align: center;
}

.mt-pe .header h1 {
	font-size: 48px;
}

.mt-pe .header p {
	margin-top: 20px;
	font-size: 22px;
}

.mt-pe .product-development {
	padding: 3% 5%;
}

.mt-pe .product-development h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 550;
}

.mt-pe .product-development .tab-pane h2 {
	color: #0abbe7;
}

.mt-pe .product-development .tab-pane h2 i {
	font-size: 50px;
	margin-top: 10px;
}

.mt-pe .product-development .tab-pane p {
	font-size: 18px;
	text-align: center;
}

.mt-pe .product-development .tab-pane span {
	font-size: 20px;
	font-weight: 400;
}

.mt-pe .product-development .tab-pane ul {
	margin-top: 10px;
}

.mt-pe .product-development .tab-pane li::before {
	content: "➤";
	font-weight: bolder;
	margin-right: 10px;
}

.mt-pe .shared-resource {
	background-color: rgb(240, 240, 240);
	margin: 40px 5%;
	padding: 40px;
}

.mt-pe .shared-resource p {
	font-size: 16px;
	margin-bottom: 10px;
}

.mt-pe .shared-resource .resource-details h3 {
	font-size: 18px;
}

.mt-pe .shared-resource .resource-details ul {
	list-style: disc;
	font-size: 15px;
	line-height: 2;
}


@media screen and (min-width: 1300px) {

	.monitor .img {
		width: 35%;
	}
	
}

@media screen and (min-width: 1400px) {


	.eyt-container .software-outsource .head {
		margin: 20px 20px 0px;
	}

	.eyt-container .software-outsource .content {
		padding: 0 5%;
	}

	.eyt-container .software-outsource .content .img-cont {
		width: 30%;
	}

	.master-it .img-cont img {
		width: 40%;
	}

	.monitor .img {
		width: 20%;
	}

}

@media screen and (min-width: 1600px) {

	.eyt-container .software-outsource .content .img-cont {
		width: 20%;
	}

	.zero-hero .noc-service .para {
		width: 60%;
		transform: translateX(-30%);
	}
	.zero-hero .noc-24-7 .para{
		width: 100%;
		transform: translateX(-30%);
	}
	.img-cont img {
		width: 20%;
	}
	.zero-hero .noc-service .img-cont{
		width: 60%;
		transform: translateX(30%);
	}
	.zero-hero .noc-service .img-cont img{
		width: 40%;
	}
	.zero-hero .noc-24-7 .img-cont img{
		width: 60%;
	}

	.monitor .img {
		width: 15%;
	}

	.mobile-optimize img {
		width: 40%;
	}
}
@media screen and (max-width: 1280px) {
	.zero-hero .noc-24-7 .para{
		width: 100%;
	}
	.zero-hero .noc-24-7 .img-cont img{
		width: 80%;
	}
}

@media screen and (max-width: 1199px) {
	.ro-main {
		margin-top: 50px;
	}

	.eyt-main {
		margin-top: 100px;
	}

	.game-dev {
		margin-top: 10%;
	}

	.contact-info-section .content {
		max-width: 1100px;
	}

	.bo-body {
		margin-top: 10%;
	}
	

}

@media screen and (max-width:1100px) {
	.mobile-optimize .content {
		width: 100%;
	}
}

@media screen and (max-width:991px) {
	.wec-body .service-dev-sec-card .ic-div {
		width: 40%;
	}

	.ro-main {
		margin-top: 0px;
	}

	.eyt-main {
		margin-top: 50px;
	}

	.eyt-container .software-outsource .content p {
		font-size: 16px;
	}



	.master-it {
		max-width: 80%;
	}

	.master-it .img-cont {
		width: 60%;
	}

	.master-it p {
		font-size: 14px;
	}

	.key-factors-section .slider {
		height: 250px;
	}

	.key-factors-section .slide {
		height: 250px !important;
	}

	.mobile-optimize .content {
		flex-direction: column-reverse;
		justify-content: center;
	}

	.mobile-optimize .img,
	.mobile-optimize .para {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.mobile-optimize img {
		width: 50%;
	}

	.monitor .content {
		margin-left: -10%;
	}

	.monitor .para {
		width: 50%;
	}

	.service-sec-ul {
		display: grid;
		grid-template-columns: repeat(3, auto);
		gap: 30px;
		margin-left: 35%;
	}

	.bo-body .bo-service-sec3 .col-lg-10 {
		width: 100% !important;
	}

	.services-summary .btn-cta {
		margin: 20px 30%;
	}

}

@media screen and (max-width:860px) and (min-width:853px) {
	.innovation-section .sub-section .sub-content:nth-child(2) h3 {
		margin-bottom: 45px;
	}
}

@media screen and (max-width:791px) {
	.wec-body #overview {
		padding: 20px 50px;
	}

	.wec-body #overview h1 {
		font-size: 36px;
	}

	.wec-body #overview p {
		font-size: 18px;
	}

	.wec-body .container {
		padding: 25px 5%;
	}

	.second-descr {
		width: 100%;
	}

	.eyt-container .software-outsource .content p {
		font-size: 14px;
	}

	.zero-hero {
		padding: 30px 20px;
	}

	.zero-hero .noc-service {
		margin: 10px;
		padding: 10px 2%;
	}

	.zero-hero .noc-service .img-cont {
		width: 50%;
	}

	.zero-hero .noc-24-7 .content .img-cont {
		width: 90%;
	}

	.zero-hero .noc-24-7 .para {
		padding: 10px 7%;
	}

	.master-it {
		margin: 30px 7%;
	}

	.contact-info-section .content .col-sm-6 {
		width: 100%;
	}

	.our-models .contact-info-wrap .col-sm-6 {
		width: 100%;
	}

	.mt-pe .product-development {
		padding: 3%;
	}

	.mt-pe .product-development .tab-link {
		font-size: 20px;
	}

	.mt-pe .product-development .tab-pane h2 {
		font-size: 24px;
	}

	.mt-pe .product-development .tab-pane h2 i {
		font-size: 30px;
	}

	.mt-pe .product-development .tab-pane p {
		font-size: 14px;
	}

	.mt-pe .product-development .tab-pane span {
		font-size: 16px;
	}

	.mt-pe .product-development .tab-pane ul {
		font-size: 14px;
	}

	.monitor .content {
		flex-direction: column;
		margin-left: 0px;
		align-items: center;
	}

	.monitor .content .img {
		width: 60%;
	}

	.monitor .content .para {
		width: 90%;
	}
	.third-img{
		width: 50%;
		margin: 2% 25%;
	}

}

@media only screen and (max-width:767px) {
	.key-factors-section .slider {
		height: 350px;
	}

	.key-factors-section .slide {
		height: 350px !important;
	}
	.qa-approach .qa-list li img{
		width: 5%;
	}
	.co-second-header{
		padding-left: 2%;
		padding-right: 2%;
	}
	.co-second-container{
		margin: 20px 0px;
	}
	.co-card{
		width: 40%;
	}
	.co-fourth-container .practice .content{
		flex-direction: column;
		align-items: center;
	}
	.co-fourth-container .practice .content img{
		width: 70%;
	}
	.co-fourth-container .practice .content p{
		padding: 5px;
		width: 100%;
	}
	.srepm-container{
		display: flex;
		margin-top: 2rem;
		flex-direction: column;
	}
	.srepm-container .img{
		width: 80%;
		margin: 20px 10%;
	}
	.srepm-container .para{
		width: 90%;
		font-size: 1rem;
	}
	.sre-content {
		flex-direction: column;
	}
	.client-result {
		padding: 1rem;
	}
	.devsecops{
		padding: 20px;
	}
	.devsecops-approach {
		padding: 20px;
	}
	.deliverables .card {
		width: 85%;
	}
	.approach-items {
		grid-template-columns: 1fr;
	}
	
}

@media screen and (max-width: 612px) {
	.wec-body .container {
		padding: 25px 2%;
	}

	.wec-body .cms {
		padding: 15px;
	}

	.ro-main .ro-title h1 {
		font-size: 36px;
	}

	.ro-main .ro-para {
		font-size: 18px;
	}

	.tab-container {
		width: 98%;
	}

	.tabs .tab-link {
		padding: 5px;
		font-size: 16px;
	}

	.tab-container h2 {
		font-size: 28px;
	}

	.tab-content .tab-pane {
		padding: 0px 20px;
	}

	.eyt-container .software-outsource .head h3 {
		font-size: 28px;
	}

	.eyt-container .software-outsource .content {
		flex-direction: column-reverse;
	}

	.eyt-container .software-outsource .content .para p {
		font-size: 16px;
	}

	.eyt-container .software-outsource .content .img-cont,
	.eyt-container .software-outsource .content .para {
		width: 90%;
	}

	.qa-outsource .head h3 {
		font-size: 28px;
	}

	.qa-outsource .qa-services {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		padding-left: 50px;
	}

	.qa-cards-container {
		display: flex;
		flex-wrap: wrap;
	}

	.qa-cards-container .qa-card {
		width: auto;
	}

	.qa-testing-section {
		width: 100%;
	}

	.zero-hero .noc-service .content, .zero-hero .noc-24-7 .content{
		flex-direction: column;
		justify-content: center;
	}
	.zero-hero .noc-24-7 .content .img-cont img{
		width: 100% ;
	}

	.zero-hero .noc-service .content .para {
		width: 90%;
	}

	.master-it {
		flex-direction: column-reverse;
	}

	.master-it .img-cont {
		display: flex;
		justify-content: flex-end;
	}

	.master-it .para {
		width: 100%;
	}

	.innovation-section .sub-section {
		flex-direction: column;
	}

	.innovation-section .sub-section .sub-content {
		width: 100%;
	}

	.innovation-section .sub-content:nth-child(2) {
		margin-top: 30px;
	}

	.bo-service-sec3-card {
		width: 100%;
		padding: 20px !important;
	}

	.service-sec-ul {
		margin-left: -6%;
	}

	.bo-service-sec3 .col-lg-10 {
		width: 100% !important;
	}
}

@media only screen and (max-width:575px) {
	.zero-hero {
		width: 100%;
	}

	.key-factors-section .slider {
		height: 390px;
	}

	.key-factors-section .slide {
		height: 390px !important;
	}

	.service-row {
		width: 100%;
	}

	.our-clients .clients {
		display: grid;
		grid-template-columns: repeat(1, auto);
		gap: 30px;
		justify-items: center;
	}

	#qa-automation {
		margin-left: 30px;
	}
	.startup-choose .service-sec2{
		padding-left: 10%;
	}
	.startup-img{
		width: 80%;
		margin: 0 10%;
	}
	.startup-img:nth-child(5){
		width: 80%;
		margin: 0;
		margin-left: -10%;
	}
}

@media screen and (max-width: 480px) {
	.wec-body {
		margin-top: 0px;
	}

	.wec-body #overview {
		padding: 20px;
	}

	.wec-body #overview h1 {
		font-size: 28px;
	}

	.wec-body #overview p {
		font-size: 16px;
	}

	.wec-body .container .service-dev-sec-card .info-content h5 {
		margin-top: 5px;
	}

	.wec-body .container .service-dev-sec-card .info-content .service-text {
		margin-top: 30px;
		margin-left: -17%;
	}

	.wec-body .container .service-dev-sec-card .ic-div {
		width: 90%;
	}

	.wec-body .container .service-dev-sec-card ul {
		margin-left: -15%;
	}

	.tab-container .tab-content {
		padding: 10px;
	}

	.tabs .tab-link {
		font-size: 14px;
	}

	.eyt-main {
		padding: 20px;
	}

	.eyt-main .eyt-title h1 {
		font-size: 36px;
	}

	.eyt-main .eyt-para {
		font-size: 18px;
	}

	.eyt-container .software-outsource .content .para p {
		font-size: 14px;
	}

	.qa-outsource {
		padding: 20px;
	}

	.qa-outsource .head h3 {
		font-size: 24px;
	}

	.qa-outsource .head p {
		font-size: 16px;
		padding: 0px 2%;
	}

	.qa-outsource .qa-services .content .icon {
		width: 50px;
	}

	.qa-outsource .qa-services .content .service {
		font-size: 16px;
	}

	.qa-testing-section .qa-cards-container {
		flex-direction: column;
		align-items: center;
	}

	.qa-testing-section .qa-cards-container .qa-card {
		width: 90%;
	}

	.qa-cards-container {
		display: grid;
		grid-template-columns: repeat(1, auto);
	}

	.zero-hero .head p {
		font-size: 16px;
	}

	.zero-hero .noc-service .content .para {
		font-size: 14px;
	}

	.zero-hero .noc-24-7 .content .img-cont {
		width: 95%;
	}

	.zero-hero .noc-24-7 .para {
		padding: 10px 2%;
		font-size: 14px;
	}

	.master-it {
		margin: 10px 2%;
	}

	.key-factors-section .section-title {
		font-size: 28px;
	}

	.key-factors-section .slide {
		height: 350px !important;
		padding: 10px;
	}

	.key-factors-section .slider {
		height: 350px;
	}

	.key-factors-section .slide h3 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.key-factors-section .slide p {
		font-size: 14px;
		padding: 10px;
	}
	.tab-list{
		display: grid;
		grid-template-columns: repeat(2, auto);
		gap: 20px;
	}
	.iac-tab-content{
		padding: 0 20px;
	}


	.contact-info-section .tatva-app-dev-experience {
		padding: 30px 0px;
	}

	.contact-info-section .tatva-app-dev-experience .tatva-experience-wrapper h4 {
		font-size: 36px;
	}

	.service-sec-ul {
		grid-template-columns: repeat(2, auto);
		gap: 10px;
		font-size: 14px;
	}

	.game-dev .mobile-optimize {
		padding: 40px 10px 20px;
	}

	.game-dev .mobile-optimize .content {
		width: 100%;
	}

	.game-dev .mobile-optimize .para p {
		font-size: 14px;
	}

	.services-summary .btn-cta {
		margin: 20px 20%;
	}
	
	.qa-approach .qa-list li img{
		width: 11%;
		top: 25%;
	}
	.bo-service-sec3-card{
		height: fit-content;
	}
	.third-img{
		width: 80%;
		margin: 2% 15%;
	}
	.co-h1-title{
		padding: 20px;
	}
	.co-third-main, .co-fourth-main{
		padding: 20px;
	}
	.co-third-main .co-third-header{
		padding-right: 10px;
	}
	.co-third-container .intro, .co-fourth-container .intro{
		padding-right: 5%;
	}
	.co-third-container .benifit{
		margin: 10px;
	}
	.co-card{
		width: 80%;
	}
	.final-quote{
		font-size: 1.5rem;
		padding: 20px;
	}
	.srepm .btn-cta {
		margin: 10% 10%;
	}
	
	
}