/* =================================================
**All Pgese Css Here
1. Store-page
2. Products-page
3. Contact-us
4. Contact
5. WiseMacCare
================================================= */
/* Breadcumbh */
.breadcumbh-section {
	padding: 25px 0;
	background-color: #f1f1f1;
}

.alpha-nav .breadcumbh {
	list-style: none;
}

.breadcumbh li {
	display: inline;
	font-weight: 500;
}

.breadcumbh li a {
	position: relative;
	padding-right: 12px;
	margin-right: 12px;
}

.breadcumbh li a:after {
	content: '/';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 0;
	font-weight: 900;
}

.breadcumbh li a {
	color: #73c82c;
}

/* Store Page */
.store-page-title {
	background: #242424 url(../images/page-title/store-title.jpg) no-repeat center;
	background-size: cover;
}

.store-page-title .title {
	color: #fff;
	font-weight: 700;
	font-size: 55px;
}

.store-page-title .sub-title {
	color: #f5f5f5;
	font-weight: 700;
	font-size: 24px;
}

.store-page-menu {
	background-color: #cecece;
}

.store-page-menu.sticky {
	position: fixed;
	width: 100%;
	top: 84px;
	z-index: 111;
}

#store-menu {
	list-style: none;
}

#store-menu li {
	display: inline-block;
}

#store-menu li a {
	display: block;
	padding: 8px 15px;
	transition: .5s ease;
}

#store-menu li:hover a {
	background-color: #73c82c;
	color: #fff;
}

#store-menu li.active a {
	background-color: #73c82c;
	color: #fff;
}

/* Products-page */
.products-nav {
	background-color: #464646;
}

.sticky_products_menus_Header {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	z-index: 1;
}

.newClass {
	border: none;
	margin-bottom: 100px;
	padding: 10px !important;
}

.newClass img {
	max-width: 60%;
}

@media(max-width: 1024px) {
	.sticky_products_menus_Header {
		top: 75px;
	}
}



.products h3 {
	color: #333;
}

.products p {
	color: #000;
	line-height: 28px;
	font-size: 16px;
}

.products-nav .nav-items {
	list-style: none;
	text-align: center;
}

.products-nav .nav-items li {
	display: inline-block;
}

.products-nav .nav-items li span {
	display: block;
}

.products-nav .nav-items li a {
	font-size: 14px;
	color: #fff;
}

.products-nav .nav-items li a:hover {
	color: #73c82c;
}

.products {
	padding: 50px;
	border-radius: 13px;
}

@media(max-width: 475px) {
	.products {
		padding: 20px;
	}
}

@media(max-width: 414px) {
	.newClass {
		padding: 10px 0 !important;
	}
}

.products img {
	display: block;
	margin-bottom: 30px;
}

.for_products_headinhs {
	font-size: 48px;
	font-weight: 700;
	color: #263873;
	margin-bottom: 70px;
}

.product-tag {
	font-size: 15px;
	color: #5d5d5d;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 700;
}

.products_download_mac_button_img {
	max-width: 250px;
	width: 250px;
	margin: 15px 10px 0 10px;
}

.products_download_ios_button_img {
	max-width: 250px;
	width: 200px;
	margin: 15px 10px 0 10px;
}

.align-heading {
	margin-left: -1px;
}

.products .fullwidth {
	width: 50%;
}

@media (max-width: 1200px) {
	.products .fullwidth {
		width: 100%;
	}
}

.products.wisemaccare,
.products.systemrepair {
	background-color: #fdeff5;
}

.products.antimalware {
	background-color: #eef7ed;
}

.products.photossweeper {
	background-color: #fffae6;
}

.products.filessweeper {
	background-color: #ebf0f9;
}

.products.fileshredder {
	background-color: #f1f3f4;
}

.products.exifstudio {
	background-color: #e8fdf1;
}

.products.photosresizer {
	background-color: #fce8ef;
}

.products.uninstallapps {
	background-color: #f0f2f5;
}

.products.systemcleaner {
	background-color: #fce6ff;
}

.products.myfavorites {
	background-color: #ede6ff;
}

.products.private {
	background-color: #f2f2f2;
}

.products.softwareupdater {
	background-color: #fdede7;
}

.scroll-stick {
	position: relative;
	display: block;
	top: -200px;
	visibility: hidden;
}

.btn-link.btn-learnlink {
	padding: 0;
}

.products-btn-div {
	margin-left: -10px;
}

/* Contact Us */
.contact-connect-items {
	padding: 0 30px 70px 30px;
	border: 1px solid #ddd;
	height: 100%;
	position: relative;
}

.contact-connect-items .connect-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #ddd;
	padding: 8px;
}
.contact-connect-items .connect-btn:hover{
	color:#0070ff; 
}
.contact-connect-items .icons {
	width: 120px;
	height: 120px;
	margin: -60px auto 25px auto;
	background-color: #fff;
	border-radius: 50%;
	padding: 30px;
	box-shadow: 0 2px 7px 0 rgba(189, 189, 189, 0.5);
}

.contact-info {
	padding: 30px 90px;
}

.contact-address {
	position: relative;
	background: transparent url(../images/contact/address-bg.png) no-repeat center;
	background-size: 450px 300px;
	min-height: 326px;
	padding-top: 90px;
	padding-left: 15%;
	padding-right: 15px;
	margin-bottom: 50px;

}

.contact-address .city-name {
	position: absolute;
	left: 15px;
	bottom: -25px;
	font-size: 90px;
	line-height: 95px;
	font-weight: 800;
	background: linear-gradient(to bottom, #f3f3f3 0%, #344e5c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact-address .city-name.top {
	top: -30px;
	bottom: auto;
}

.contact-address ul {
	list-style: none;
}

.contact-address ul li {
	margin-bottom: 10px;
}

.contact-address ul li i {
	margin-right: 12px;
	color: #41a28d;
	font-size: 19px;
}

.contact-form {
	padding: 25px 30px;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.contact-info-border {
	border-right: 1px solid #ddd;
}

@media(max-width:767px) {
	.contact-info-border {
		border-right: 0;
		border-bottom: 1px solid #ddd;
	}
}

/* Products-page */
.products-desc {
	padding: 20px 15px;
	border-radius: 4px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
	height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	position: relative;
}

.products-desc .price .main-price {
	font-size: 36px;
	font-weight: 600;
	margin-right: 10px;
}

.products-desc .price .drop-price {
	font-size: 24px;
	font-weight: 600;
	text-decoration: line-through;
	color: #777;
}

.windows-products.products-desc .price {
	margin: 15px 0;
}

@media(max-width: 991px) {
	.mac-products.products-desc .products-detail {
		margin-bottom: 25px;
	}

	.mac-products.products-desc .products-detail .price {
		margin-top: 15px;
	}
}

/* About Us */
.about-sec-right {
	background-color: #383838;
	padding: 90px;
	height: 100%;
	color: #fff;
}

.about-sec-right h2 {
	font-size: 55px;
	font-weight: 700;
}

/* technology-features */
.technology-features {
	background-color: #f2f7ff;
	padding: 50px 30px 30px 30px;
	height: 100%;
	position: relative;
	transition: 1s;
}

.technology-features:hover {
	box-shadow: 0px 2px 15px 1px rgba(51, 51, 51, 0.19);
}

.technology-features .icon {
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	left: 30px;
	top: -35px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.18);
}

.technology-features .icon img {
	width: 45px;
}

/* Support */
.support-sec {
	background-color: #263873;
}

.support-item {
	text-align: center;
	color: #fff;
}

.support-item img {
	width: 90px;
	margin-bottom: 25px;
}

/* SiteMap */
.sitemap ul {
	list-style: none;
	margin-bottom: 25px;
}

.sitemap ul.inline li {
	float: left;
	width: 25%;
}

.sitemap ul li a:hover {
	color: blue;
	text-decoration: underline;
}

/* dll, file-extention, drivers pages coman css */
.clear-header-space {
	/* padding: 85px 0 0 0; */
}

.page-bg {
	/* background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.25); */
}

#glossary {}

.pagebody-bg {
	/* background-color: #dfdfdf; */
}

.encyclopedia .subheader {
	border-bottom: none;
}

/* Breadcrumb */
.breadcrumb-area {
	background-color: #263873;
}

.page-breadcrumb {
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.page-breadcrumb .breadcrumb {
	margin: 0;
	background-color: transparent;
}

.page-breadcrumb .breadcrumb-item {
	font-size: 14px;
}

.page-breadcrumb .breadcrumb li a {
	color: #fff;
}

.page-breadcrumb .breadcrumb li a:hover {
	color: #73c82c;
}

.page-breadcrumb .breadcrumb-item.active,
.page-breadcrumb .breadcrumb-item.active a {
	color: #73c82c;
}

.breadcrumb {
	padding-left: 0;
}

/* Search */
.searchbox {
	display: inline;
	margin: 7px 0 0 auto;
}

.search-icon {
	display: none;
}

.searchbox .searchform {
	display: flex;
	transition: .5s ease;
}

.searchbox .searchform input[type="search"] {
	border: 1px solid #ddd;
	height: 38px;
	padding: 0 15px;
	width: 100%;
}

.searchbox .searchform input[type="submit"] {
	background-color: #73c82c;
	color: #fff;
	border: none;
	padding: 0 18px;
}

@media(max-width: 991px) {
	.search-icon {
		position: absolute;
		display: inline-block;
		right: 15px;
		top: 50%;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		transform: translateY(-50%);
		cursor: pointer;
		background-color: #407acc;
		color: #fff;
		border-radius: 50%;
	}

	.searchbox {
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #dfdfdf;
		width: 100%;
		padding: 8px 15px;
		opacity: 0;
		visibility: hidden;
		-webkit-box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.28);
		box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.28);
		margin: 0;
	}

	.searchbox.show {
		opacity: 1;
		visibility: visible;
		z-index: 333;
	}
}

/* alpha-nav */
.alpha-nav {
	background: whitesmoke;
	padding: 10px 20px;
}

.alpha-nav ul {
	list-style: none;
}

.alpha-nav ul li {
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 5px;
	font-size: 18px;
	margin: 5px 2px;
	border-radius: 2px;
	background-color: #263873;
	/* border-right: 1px solid #a9c2e5; */
}

.alpha-nav ul li a {
	color: #fff;
}

.alpha-nav ul li:last-child {
	border-right: none;
}

.card.sidebar-card {
	background-color: #eee;
}

.alpha-nav ul li:last-child {
	border-right: none;
}

/* Download Button */
.button-download {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 70px;
	text-indent: 20px;
	line-height: 70px;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	border-radius: 3px;
	background: rgb(53, 147, 23);
	background: linear-gradient(90deg, rgba(53, 147, 23, 1) 0%, rgba(45, 139, 38, 1) 65%, rgba(24, 161, 21, 1) 100%);
}

.button-download .bottom-icons {
	display: block;
	width: 22px;
	height: 24px;
	margin-top: 16px;
	margin-left: 28px;
	background: url(../images/bottom.png);
	animation: icons 2s infinite;
	-moz-animation: icons 2s infinite;
	-webkit-animation: icons 2s infinite;
	-o-animation: icons 2s infinite;
}

.button-download:hover {
	color: #fff;
}

.button-download .box {
	display: inline-block;
	margin-top: 2px;
	width: 76px;
	height: 52px;
	overflow: hidden;
}

.windows-support {
	padding: 15px;
}

.windows-support p {
	font-size: 12px;
	margin-top: 10px;
	line-height: 20px;
}

@keyframes icons {
	0% {
		margin-top: -15px;
		opacity: 1;
	}

	50% {
		margin-top: 16px;
		opacity: 1;
	}

	80% {
		margin-top: 16px;
		opacity: 1;
	}

	100% {
		margin-top: 47px;
		opacity: 0;
	}
}

.button-download .bottom-box {
	display: block;
	position: absolute;
	width: 44px;
	height: 24px;
	top: 33px;
	left: 17px;
	background: url(../images/bottom-box.png);
	animation: box 2s infinite;
	-moz-animation: box 2s infinite;
	-webkit-animation: box 2s infinite;
	-o-animation: box 2s infinite;
}

@keyframes box {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	70% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.button-download:after {
	content: '';
	position: absolute;
	background-color: #155810;
	width: 1px;
	height: 70px;
	left: 78px;
	top: 0;
}

/* Services-page */
.services-top-bg {
	background: url(../images/services/services.png) #eee no-repeat right center;
	background-size: 50%;
}

.service-top-section .headings {
	padding: 120px 0;

}

.service-top-section .headings h2 {
	font-size: 55px;
	font-weight: 700;
}

.services {
	height: 100%;
	padding: 30px;
	text-align: center;
	border-radius: 9px;
	border-bottom: 3px solid #263873;
}

.services .icon {
	width: 70px;
	transform: scale(1);
	margin-bottom: 15px;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.services h5 {
	margin-bottom: 15px;
}

.services:hover .icon {
	transform: scale(1.3);
}

.servicec-why-choose {
	position: relative;
	height: 100%;
	border: 1px solid #dedede;
	padding: 30px 15px 30px 120px;
	transition-duration: .5s;
}

.servicec-why-choose:hover {
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.servicec-why-choose .icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
}

.servicec-why-choose:hover .icon {
	transform: translateY(-60%);
}

.facts-bg {
	background: url(../images/services/facts-bg.png) #808080 no-repeat center;
	color: #fff;
}

.ourfacts {
	list-style: none;
}

.ourfacts li {
	padding: 30px;
	float: left;
	width: 50%;
}

.ourfacts li:nth-child(1) {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.ourfacts li:nth-child(2) {
	border-bottom: 2px solid #fff;
}

.ourfacts li:nth-child(3) {
	border-right: 2px solid #fff;
}

.ourfacts li .count {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.ourfacts li .count .icons {
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: #fff;
	position: relative;
	overflow: hidden;
}

.ourfacts li .count .icons:after {
	content: '';
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	border-right: 2px solid #fff;
	transition-duration: .5s;
}

.ourfacts li:hover .count .icons:after {
	top: 0;
}

.ourfacts li .count .icons:before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #fff;
	transition-duration: .5s;
}

.ourfacts li:hover .count .icons:before {
	left: 0;
}

.ourfacts li .count .number {
	font-size: 36px;
	font-weight: 600;
	vertical-align: middle;
}

.ourfacts li p {
	font-size: 24px;
}

/* qa-testing */
.qa-testing-sec-top {
	background: url(../images/services/services.png) no-repeat center right;
	background-size: 50%;
	/* padding-top: 250px; */
}

.services-process {
	height: 100%;
	background-color: #eeeff4;
	padding: 30px 30px;
	border-radius: 9px;
	box-shadow: 12px 12px 20px 0px rgba(38, 56, 115, 0.18);
}

/* Software Development */
.software-sec-top {
	background: url(../images/services/services.png) no-repeat center right;
	background-size: 50%;
}

.software-devtop-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 700px;
	background-color: #dfefff;
	z-index: 1;
}

.software-dev-title {
	position: relative;
	z-index: 2;
}

.softwares {
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #d5d5d5;
}

.softwares:last-child {
	border: none;
}

.softwares .softwares-box {
	display: inline-block;
}

.softwares .softwares-box.left {
	width: 20%;
	padding: 30px 15px;
	background-color: #f3f3f3;
	text-align: center;
}

.softwares .softwares-box.right {
	width: 80%;
	padding: 30px;
}

.softwares .softwares-box.right p {
	font-size: 18px;
	line-height: 1.8;
}

.why_choose p {
	font-size: 18px;
	line-height: 1.8;
}

@media(max-width: 767px) {
	.softwares {
		display: inherit;
	}

	.softwares .softwares-box.left,
	.softwares .softwares-box.right {
		width: 100%;
	}
}

/* UX/UI Design */
.uxui-top-sec {
	background: url(../images/android-apps-development.png) no-repeat bottom right;
	background-size: 50%;
}

/* Android App */
.android-sec-top {
	background: url(../images/android-apps//android-apps-development.png) no-repeat center right;
	background-size: 50%;
}

.android-app-cat-left-margin {
	margin-left: 50px;
}

.android-app-cat {
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
	height: 100%;
}

.android-quote {
	background: url(../images/android-apps/android-shap.png) no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 70px 50px;
}

.android-quote p {
	color: #fff;
	font-size: 18px;
}

.android-dev-process .icon {
	height: 110px;
	width: 110px;
	background-color: #263873;
	text-align: center;
	line-height: 110px;
	border-radius: 50%;
}

.android-dev-process .heading {
	background-color: #263873;
	padding: 15px;
	margin-bottom: 15px;
}

.android-dev-process .heading.top,
.android-dev-process .heading.bottom {
	position: relative;
}

.android-dev-process .heading.top {
	margin-top: 50px;
}

.android-dev-process .heading.bottom {
	margin-top: 56px;
	margin-bottom: 50px;
}

.android-dev-process .heading.top:before {
	content: '';
	position: absolute;
	border-bottom: 30px solid #263873;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	top: -30px;
	left: 25px;
}

.android-dev-process .heading.bottom:before {
	content: '';
	position: absolute;
	border-top: 30px solid #263873;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	bottom: -30px;
	left: 25px;
}

.android-dev-process .heading h5 {
	color: #fff;
	font-size: 18px;
	margin: 0;
}

.android-dev-process ul {
	list-style: none;
}

.android-dev-process ul li {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

/* home-service */
.home-service {
	background-color: #242424;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	box-shadow: 0 5px 0px 0px #484848, 0 10px 11px 1px #0000007d;
}

.home-service .service {
	border-right: 1px dashed #fff;
}

.home-service .service:last-child {
	border-right: none;
}

.home-service .service a {
	display: block;
	color: #fff;
	padding: 30px 0;
}

.home-service .service .icons {
	width: 90px;
	height: 90px;
	line-height: 80px;
	text-align: center;
	margin: auto;
	border: 3px solid #fff;
	border-radius: 50%;
	transition: .5s;
}

.home-service .service:hover .icons {
	border-color: #73c82c;
}

.home-service .service h5 {
	margin-top: 25px;
}

@media(max-width: 767px) {
	.home-service .service {
		border-right: none;
		border-bottom: 1px dashed #fff;
	}

	.home-service .service:last-child {
		border-right: none;
		border-bottom: none;
		;
	}
}

.list-style-check {
	list-style: none;
}

.list-style-check li {
	position: relative;
}

.list-style-check li:before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	color: #263873;
	margin-right: 13px;
}

/* ----404 page------- */
.error_page_section {
	padding: 230px 0;
}

.error_page_bg_img {
	background: url(../images/404-error-image.png) no-repeat center left;
	background-size: 50%;
}

.nothing {
	color: #1136af;
}

.error_headings {
	padding: 0px 0 50px 0;
}

.error_headings h2 {
	font-weight: 500;
	color: #333;
}

.error_headings h2:first-child {
	font-size: 62px;
}

.error_headings h2:nth-child(2) {
	font-size: 62px;
	font-weight: 700;
}

.error_page_home_button {
	background-color: #2ba45f;
	padding: 12px 24px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 9px;
	border: 1px transparent;
	-webkit-box-shadow: 0 0 24px 3px rgb(0 0 0 / 20%);
	box-shadow: 0 0 25px 1px rgb(0 0 0 / 20%);
	transition: 0.5s;
}

.error_page_contact_button {
	margin-left: 20px;
	background-color: #807387;
	padding: 12px 24px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 9px;
	border: 1px transparent;
	-webkit-box-shadow: 0 0 24px 3px rgb(0 0 0 / 20%);
	box-shadow: 0 0 25px 1px rgb(0 0 0 / 20%);
	transition: 0.5s;
}

.error_page_home_button:hover {
	background-color: #268850;
	color: #fff;
}

.error_page_contact_button:hover {
	background-color: #635a68;
	color: #fff;
}

.error_heading_underline {
	display: inline-block;
	width: 70px;
	height: 7px;
	background-color: #444;
	border-radius: 10px;
	position: relative;
	margin: 15px 0;

}

.error_heading_underline:before {
	right: -12px;
}

.error_heading_underline:before,
.error_heading_underline:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #666;
	border-radius: 10px;
	top: 0;
}

.error_heading_underline:after {
	right: -26px;
}

.error_heading_underline:before,
.error_heading_underline:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #555;
	border-radius: 10px;
	top: 0;
}


@media screen and (max-width: 1024px) {
	.error_headings h2:nth-child(2) {
		font-size: 50px;
	}
}

@media screen and (max-width: 768px) {
	.error_page_section {
		padding: 100px 0;
	}

	.error_page_bg_img {
		background-position: top;
	}

	.error_headings {
		padding-top: 250px;
	}
}

@media screen and (max-width: 425px) {
	.error_page_bg_img {
		background-size: 65%;
	}

	.error_headings {
		padding-top: 150px;
	}

	.error_headings h2:first-child,
	.error_headings h2:nth-child(2) {
		font-size: 36px;
	}
}












/* -------Services page--------- */


/* service banner */
.service_top_Banner {
	background-color: #000;
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.abc {
	position: absolute;
	right: 200px;
}

.service_top_Banner_content {
	padding-right: 150px;
}

.service_top_Banner h2 {
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 70px;
}

.service_top_Banner h2 span {
	color: #42b847;
}

.service_top_Banner p {
	color: #bdb7b7;
	font-size: 20px;
	line-height: 32px;
}


.service_second_section {

	background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/services/software-development-team.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 85% 100%;
	padding-left: 50px;
	background-position-x: -665px;
	background-color: #0a0a0a;
}

/* .service_second_section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 60px;
	background-color: rgb(161, 23, 23) !important;
	opacity: .4;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
} */

.our_services_small_heading {
	color: rgb(128, 128, 128);
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;

}

.second_sec_content_div h2 {
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	line-height: 80px;
}

.second_sec_content_div h2 span {
	color: #42b847;
}





.services_second_sec_services {
	margin-left: 330px;
	margin-top: 50px;
}

.services_second_sec_services .services_box {
	margin-bottom: 50px;
}

.green-dot-25 {
	border: solid 1px #42b847;
	position: relative;
	display: inline-block;
	border-radius: 100%;
	padding: 4px;
	box-shadow: 0 10px 25px rgb(66 184 71 / 60%);
}

.green-dot-25:after {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #42b847;
	border-radius: 100%;
	display: block;
}

.services_second_sec_services h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.services_second_sec_services p {
	color: #bdb7b7;
	font-size: 17px;
	font-weight: 500;
}



/* -----service_parallax_section---- */

.service_parallax_section {
	padding-top: 100px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('../images/services/coding-parallex.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.service_parallax_section_headings h2 {
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	line-height: 70px;
	margin-bottom: 30px;
}

.service_parallax_section_headings h2 .green_text {
	color: #42b847;
}

.service_parallax_section_headings h2 .light_text {
	color: #ffffff;
}

.service_parallax_section_headings p {
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
}


.service_parallax_row {
	margin-top: 100px;
}

.service_parallax_boxes {
	background-color: #1d1d1d;
	border-radius: 8px;
	padding: 30px 20px;
	text-align: center;
	transition-duration: .2s;
	max-width: 380px;
	margin: 0 auto 40px auto;
}

.service_parallax_boxes:hover {
	background: #0c0c0c;
}

.service_parallax_boxes h4 {
	font-size: 24px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
}

.service_parallax_boxes:hover h4 {
	color: #42b847;
}

.service_parallax_boxes p {
	font-size: 17px;
	color: #bdb7b7;
	/* line-height: 1.8; */
}




/* <!-- Our software development cycle Section --> */
.development_cycle_section {
	background-color: #0a0a0a;
	padding: 100px 0;
}

.development_cycle_section h2 {
	font-size: 52px;
	font-weight: 600;
	line-height: 70px;
	color: #fff;
	margin-bottom: 30px;
}

.development_cycle_section h2 .green_text {
	color: #42b847;
}

.development_cycle_section p {
	color: #bdb7b7;
	font-size: 20px;
	line-height: 32px;
}

.development_cycle_boxes_row {
	margin-top: 100px;
}


.development_cycle_boxes .large_number_heading h1 {
	font-size: 150px;
	line-height: 160px;
	margin-bottom: -16px;
	font-weight: 600;
	position: relative;
	color: rgba(255, 255, 255, .1);
}

.development_cycle_boxes h4 {
	font-size: 24px;
	margin-top: 20px;
	color: #fff;
}

.green-dot {
	border: solid 1px #42b847;
	position: relative;
	display: inline-block;
	border-radius: 100%;
	padding: 4px;

}

.green-dot:after {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #42b847;
	border-radius: 100%;
	display: block;
}

.development_cycle_boxes ul {
	margin-top: 20px;
	padding-left: 0px;
	list-style: none;
}

.development_cycle_boxes ul li {
	position: relative;
	margin: 8px 0px;
	padding: 0 0 0 20px;
	color: #bdb7b7;
	font-size: 17px;
}

.development_cycle_boxes ul li:before {
	color: #42b847 !important;
	content: "\f111";
	font-family: 'FontAwesome' !important;
	position: absolute;
	left: 0;
	top: 0;
	color: #0070ff;
	font-size: 9px !important;
}






/* get_started_section */
.get_started_section {}

.get_started_box {
	padding: 120px 50px;
	border-radius: 9px;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/services/get-started.jpg');
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}

@media(max-width: 991px) {
	.get_started_box {
		padding: 50px;
		background-size: 100% 359px;
	}
}

@media(max-width: 768px) {
	.get_started_box {
		background-size: auto;
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	}
}

.get_started_box h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.get_started_box p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 28px;
	margin-bottom: 50px;
}

.get_started_btn {
	display: inline;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 1.8;
	background: #263873;
	padding: 12px 24px;
	border-radius: 9px;
}

.get_started_btn:hover {
	background: #3f518d;
	color: #fff;
}

.why_choose_heading {
	font-size: 40px;
	font-weight: 700;
}



/* responsive service page */
@media(max-width: 1024px) {
	.service_second_section {
		background-position-x: -670px;
		background-size: 100% 100%;
		padding-left: 166px;
	}

	.services_second_sec_services {
		margin-left: 70px;
	}

	.our_services_heading {
		margin-left: -200px;
	}

	.service_parallax_boxes {
		max-width: 285px;
	}
}

@media(max-width: 991px) {
	.service_parallax_boxes {
		max-width: 325px;
	}

	.software-sec-top {
		background-image: none;
	}

	.service_top_Banner_content {
		padding-right: 15px;
	}

	.service_top_Banner {
		height: auto;
		padding: 150px 0;
	}

	.service_second_section {
		background-image: none;
		padding-left: 15px;
	}

	.our_services_heading {
		margin-left: 0;
	}

	.services_second_sec_services {
		margin-left: 0;
	}

	.development_cycle_boxes {
		margin-bottom: 50px;
	}
}

@media(max-width: 500px) {

	.service_top_Banner h2,
	.second_sec_content_div h2,
	.service_parallax_section_headings h2,
	.development_cycle_section h2,
	.get_started_box h2 {
		font-size: 36px;
		line-height: 50px;
	}

	.development_cycle_boxes .large_number_heading h1 {
		font-size: 80px;
	}

	.service_parallax_boxes {
		max-width: 380px;
	}
}

/* Android App Development , QA page and Best Antimalware*/
.hr {
	margin: 50px 0;
	border: 1px solid rgb(165 172 197);
}

.qa_section ul li {
	font-size: 16px;
	margin-top: 10px;
}

.qa_para_17 {
	font-size: 17px;
	line-height: 1.8;
}

.qa_boxes_para-16 {
	font-size: 16px;
	line-height: 1.8;
}

@media(max-width: 767px) {

	.qa-testing-sec-top,
	.android-sec-top {
		background-image: none;
	}
}

@media(max-width: 500px) {
	.service-top-section .headings h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 32px;
	}

	.service-top-section .headings {
		padding: 50px 0;
	}
}

/* bottom background image section buttons */


.download_sec_uninstall_eula_btn a {
	color: #fff;
}

.download_sec_uninstall_eula_btn a:hover {
	color: rgb(115 200 44);
}




/* EULA and uninstall Instructions page  */

.terms_conditions {
	/* margin: 100px 0 50px 0; */
}

.terms_conditions h1 {
	font-size: 30px;
	color: #333;
	/* letter-spacing: 1.15px; */
	font-weight: 700;
	/* text-transform: capitalize; */
}

.uninstall_heading {
	font-size: 30px;
	color: #403e38;
	letter-spacing: 1.15px;
	font-weight: 700;
	/* text-transform: capitalize; */
	margin-bottom: 50px;
}

.terms_conditions p {
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 30px;
	color: #000;
	font-size: 16px;
}

address {
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 30px;
	color: #000;
	font-size: 16px;
}

.warning {
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 30px;
	color: #636363;
	font-size: 16px;
}

.privacy_policy_list li {
	list-style: circle;
	margin-left: 15px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #636363;
	font-size: 16px;
}

.section-scroll-link {
	position: relative;
	display: block;
	top: -120px;
	visibility: hidden;
}

.features_btn_bottom_para {
	font-size: 15px;
	color: #827d8d;
}



