* {
	padding: 0;
	margin: 0;
}
:root {
  	--color-primary: #F3AA05; /*yellow*/
  	--color-secondary: #070614; /*black*/
  	--color-blue: #0067FF; /*blue*/
}
body {
  font-family: 'Space Grotesk', sans-serif;
}

a {
	text-decoration: none !important;
	transition: all ease-in-out 0.3s;
}
.a-btn {
	line-height: 100% !important;
}
.a-container {
	width: 1240px;
	margin: 0px auto !important;
}
.a-header {
	background-color: rgb(255, 255, 255, 0.92);
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 111;
}
nav {
	padding: 0px 15px;
}
.a-menu {
	justify-content: end !important;
}
.a-menu ul {
	gap: 24px !important;
}
.a-menu li a {
	font-family: Space Grotesk;
	font-size: 14px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1.52px;
	color: var(--color-secondary);
	padding: 0px;
	text-transform: uppercase;
}
.a-menu li a:hover {
	color: var(--color-primary);
}
.a-header-btn-wrapper {
	margin-left: 50px;
}
.a-header-btn {
	font-family: Space Grotesk;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.52px;
	color: #fff;
	background-color: var(--color-blue);
	padding: 14px 34px;
	border-radius: 8px;
	text-transform: uppercase;
}
.a-header-btn:hover {
	color: #fff;
	background-color: var(--color-primary);
}
/*hero section*/

.a-hero-section {
	background: url(../images/hero-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 300px; 
	padding-bottom: 265px;
	overflow: hidden !important;
}
.a-content-wrapper {
	z-index: 111;
}
/*.a-hero-section::before {
	content: "";
	position: absolute;
	background-color: rgba(0, 103, 255, 0.81);
	width: 1200px;
	height: 1050px;
	border-radius: 80px;
	transform: rotate(25deg);
	right: 350px;
	top: 85px;
}*/
.a-content {
	margin-bottom: 60px !important;
}
.a-tagline {
	font-family: Space Grotesk;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1.52px;
	text-transform: uppercase;
	padding-bottom: 16px;
}
.a-hero-section h1 {
	font-family: Space Grotesk;
	font-size: 64px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2em;
	text-transform: uppercase;
	padding-bottom: 24px;
}
.a-hero-section .a-para {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6em;
	color: #fff;
}
.a-hero-btn-wrapper {
	display: flex;
	justify-content: start;
	gap: 0px 30px;
}
.a-hero-btn-wrapper .a-contact-btn, .a-services-btn, .a-cta-btn {
	font-family: Space Grotesk;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.52px;
	color: #fff;
	background-color: var(--color-primary);
	padding: 23px 36px;
	border-radius: 8px;
	text-transform: uppercase;
}
.a-hero-btn-wrapper .a-contact-btn:hover, .a-services-btn:hover {
	background-color: #fff;
	color: var(--color-secondary);
}
.a-hero-btn-wrapper .a-service-btn, .a-quote-btn {
	font-family: Space Grotesk;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.52px;
	text-transform: uppercase;
	color: #fff;
}
/*Counter Section*/

.a-counter-wrapper {
	padding: 50px 00px !important;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	border-radius: 15px !important;
	box-shadow: 0px 10px 9.5px 0px rgba(7, 6, 20, 0.1);
	margin-top: -80px;
}
.a-counter {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0px 60px;
}
.a-counter .a-number {
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: var(--color-secondary);
	text-align: center;
	font-family: Space Grotesk;
	width: 100%;
}
.a-counter  .a-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--color-secondary);
	text-align: center;
	font-family: Roboto;
}
.a-border-number {
	border-right: 2px dashed var(--color-secondary);
}

/*Why choose us section*/

.a-why-choose-section {
	padding: 120px 0px 120px 0px;
}
.a-border-wrapper {
	border-bottom: 2px dashed var(--color-secondary);
}
.a-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.a-col-50 {
	width: calc(50% - 20px);
}
.a-service-tagline {
	color: var(--color-primary);
	font-size: 14px;
}
.a-main-haeding {
	font-family: Space Grotesk;
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	text-transform: uppercase;
	color: var(--color-secondary);
}
.a-main-para {
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	color: #777;
	margin: 0px !important;
}
.a-content-box {
	background: url(../images/why-choose.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 45px;
	border-radius: 20px;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: end;
	gap: 30px;
}
.a-content-box .a-col-33 {
	width: calc(31%);
}
.a-box {
	border-radius: 10px;
	padding: 30px;
	background-color: rgba(0, 103, 255, 0.75) !important;
	min-height: 260px;
}
.a-content-box h3 {
	font-family: Space Grotesk;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}
.a-content-box p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6em;
	margin: 0px;
	color: #fff;
}
.a-why-chooose-btn {
	font-family: Space Grotesk;
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 1.52px;
	color: #fff;
	text-align: center;
}
.a-why-chooose-btn-wrapper {
	display: flex;
	justify-content: center;
	align-content: end;
}
.a-why-chooose-btn img {
	width: 27px;
}

/*contact support*/
.a-contact-support-section {
	padding: 100px 0px 0px 0px ;
}

.a-contact-support {
	display: flex;
	justify-content: space-between;
	padding: 0px 50px;
}
.a-card {
	background: url(../images/card-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 12px;
	padding: 40px;
	min-height: 270px;
}
.a-card div {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 25px;
}
.a-card div span {
	padding-right: 16px;
	border-right: 2px dashed #fff;
}
.a-card h4 {
	font-family: Space Grotesk;
	font-weight: 700;
	line-height: 35px;
	font-size: 25px;
	color: #fff;
	padding-left: 15px;
	text-transform: uppercase;
}
.a-card p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6em;
	margin: 0px;
	color: #fff;
}



/*Service Section*/

.a-service-section {
	padding: 120px 0px;
	overflow-x: hidden !important;
}
.a-service-content {
	align-items: center;
	margin-bottom: 50px;
}
.a-services-btn {
	padding: 23px 40px !important;
}
.a-services-btn:hover {
	background-color: var(--color-blue) !important;
	color: #fff !important;
}
.a-service-box-wrapper {
	gap: 0px;
}
.a-service-box {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 35px;
	min-height: 475px;
	display: flex;
	justify-content: start;
	align-items: end;
	width: 100% !important
}
.a-service-box-one {
	background: url(../images/service-bg-one.jpg);
}
.a-service-box-two {
	background: url(../images/service-bg-two.jpg);
}
.a-service-box-three {
	background: url(../images/service-bg-three.jpg);
}
.a-service-box-four {
	background: url(../images/service-bg-four.jpg);
}
.a-service-box h3 {
	font-family: Space Grotesk;
	font-weight: 700;
	line-height: 35px;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
}
.a-service-box p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0px;
	color: #fff;
	padding-bottom: 20px;
}
.a-policy-section {
	background: var(--color-blue);
}
.a-points-wrapper {
	padding: 45px 0px;
}
.a-points-wrapper .a-points h4 {
	font-family: Space Grotesk;
	font-weight: 700;
	line-height: 24px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0px !important;
	text-transform: uppercase;
}
.a-points {
	padding: 0px 22px;
  	border-right: 2px dashed #fff;
}
.a-points:nth-child(7) {
	border: none;
}

/*Coverage Section*/

.a-coverage-section {
	padding: 0px 0px 60px 0px;
}
.a-coverage-section .a-right-col {
	padding-left: 45px;
}
.a-icon-box-grid {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
	gap: 30px 0px;
	padding: 30px 0px 30px 30px;
	border-left: 5px solid var(--color-secondary);
}
.a-icon-box {
	width: calc(50% - 15px) !important;
}
.a-icon-wrapper {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 0px 15px;
}
.a-icon-box h4 {
	font-family: Space Grotesk;
	font-weight: 700;
	line-height: 24px;
	font-size: 18px;
	color: var(--color-secondary);
	margin: 0px !important;
	text-transform: uppercase;
}
.a-icon-box-content {
	margin-top: 16px;
}
.a-icon-box p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0px;
	color: #777;
}
.a-image-grid {
	margin-top: 50px !important;
}
.a-image-grid img {
	border-radius: 10px;
	width: 100%;
}

/*Call to Action*/

.a-cta-container {
	padding: 60px 70px;
	background: var(--color-blue);
	border-radius: 20px;
}
.a-cta-container h2 {
	font-family: Space Grotesk;
	font-weight: 700;
	line-height: 56px;
	font-size: 48px;
	color: #fff;
	margin-bottom: 20px !important;
	text-transform: uppercase;
}
.a-cta-container p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6em;
	margin: 0px;
	color: #fff;
} 
.a-cta-btn {
	background: var(--color-primary);
	padding: 23px 33px;
	z-index: 11;
}
.a-cta-btn:hover {
	background: var(--color-secondary);
}
.a-quote-btn {
	z-index: 11;
}
.a-quote-btn:hover {
	color: var(--color-secondary);
}
span.a-icon {
	margin-left: 10px;
}

.a-cta-btn-row {
	display: flex;
	justify-content: end;
	gap: 0px 30px;
	align-items: center;
}
.a-cta-btn-wrapper {
	position: relative;
}
.a-cta-img {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

/*Contact Section*/

.a-contact-section {
	padding: 120px 0px;
}
.a-contact-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.a-contact-wrapper h4 , .a-contact-wrapper h2 , .a-contact-wrapper p {
	text-align: center;
	width: 100%;
}
.a-contact-wrapper p {
	width: 60%;
}
.a-contact-details-wrapper, .a-contact-links-wrapper {
	padding-top: 50px !important;
}
.a-contact-details {
	border-radius: 10px;
	background: url(../images/contact-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px;
	min-height: 567px;
}
.a-contact-details h3 {
	font-family: Space Grotesk;
	font-weight: 600;
	font-size: 28px;
	color: #fff;
	margin-bottom: 12px !important;
}
.a-contact-details p.a-contact-desc {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	color: #C9C9C9;
	margin: 0px !important;
	line-height: 1.6em;
}
.a-contact-links-wrapper {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 35px 0px;
}
.a-contact-link {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 0px 12px;
}
.a-contact-link p {
	font-family: Space Grotesk;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	margin: 0px !important;
	line-height: 24px;
}
.a-contact-link p span {
	font-weight: 400;
	font-size: 18px;
}
.a-contact-link p a {
	color: #fff;
}
.a-contact-link p a:hover {
	color: var(--color-blue);
}
.a-contact-form-wrapper {
	padding: 50px;
	position: relative;
}
.a-contact-form {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
	gap: 45px 0px;
}
.a-contact-form .a-col-50 {
	width: calc(50% - 20px); !important;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.a-contact-form .a-col-100 {
	width: 100%;
}
.a-contact-form label, .a-contact-form input, .a-contact-form textarea, .a-contact-form select {
	width: 100%;
}
.a-contact-form label {
	font-family: poppins;
	font-weight: 500;
	font-size: 12px;
	color: var(--color-secondary);
	line-height: 20px;
}
.a-contact-form input, .a-contact-form textarea, .a-contact-form select, .a-contact-form select option {
	border: none;
	border-bottom: 1px solid #8D8D8D !important;
	color: #777777;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	font-family: poppins;
	padding: 8px 0px;
	background: transparent !important;
	outline: none;
}
.a-contact-form input:focus, .a-contact-form textarea:focus, .a-contact-form select:focus {
	border-bottom: 1px solid var(--color-secondary); !important;
}
.a-contact-form button {
	padding: 23px 60px;
	border-radius: 8px;
	background: var(--color-primary);
	color: #fff;
	font-family: Space Grotesk;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1.52px;
	text-transform: uppercase;
	border: none;
	transition: all ease-in-out 0.3s;
}
.a-contact-form button:hover {
	background: var(--color-blue);
}
.a-contact-form-wrapper img {
	position: absolute;
	bottom: -37px;
	right: 58px;
}
footer {
	background: var(--color-secondary);
	padding-top: 50px;
}
.a-footer-border {
	border-bottom: 1px solid rgb(255, 255, 255, 0.35);
}
.a-footer-details {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
	padding: 50px 0px 65px 80px;
}
.a-footer-details .a-col-25 {
	width: calc(25% - 60px);
}
.a-footer-details .a-col-40 {
	width: calc(40% - 60px);
}
.a-footer-details .a-col-35 {
	width: calc(35% - 60px);
}
.a-footer-details h4 {
	font-family: Space Grotesk;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 0px;
	margin: 0px;
}
.a-footer-details ul li {
	padding-top: 16px !important;
}
.a-footer-details ul li a {
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
}
.a-footer-details ul li a:hover {
	color: var(--color-primary);
}
.a-IT-location {
	padding-top: 24px;
}
.a-IT-location h5, .a-IT-location span {
	font-family: Space Grotesk;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
}
.a-IT-location span {
	font-size: 16px;
	font-weight: 300;
	font-family: Roboto;
}
.a-IT-contact {
	padding-top: 20px;
}
.a-IT-contact .a-IT-location {
	padding: 0px !important;
} 
.a-IT-contact {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 0px 15px;
}
.a-copyright-wrapper {
	padding: 20px 0px;
}
.a-copyright-para p {
	font-family: Space Grotesk;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
}
.a-social-icon {
	display: flex;
	justify-content: end;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px 16px;
}
.a-social-icon a:hover {
	color: ;
}
.a-IT-padding {
	padding: 0px 15px;
}
.a-border-div {
	border: 2px dashed var(--color-secondary);
}

/*Responsive for 1200px */

@media only screen and (max-width: 1240px) {
	.a-container {
		width: 1025px;
	}
	.a-hero-section {
		padding-top: 260px;
		padding-bottom: 220px;
	} 
	.a-menu ul {
  	gap: 16px !important;
	}
	.a-header-btn-wrapper {
		margin-left: 24px;
	}
	.a-header-btn {
		font-size: 16px;
		padding: 14px 30px;
	}
	.a-hero-section h1 {
		font-size: 56px;
		padding-bottom: 16px;
	}
	.a-hero-btn-wrapper .a-contact-btn, .a-services-btn, .a-cta-btn {
		padding: 20px 32px;
	}
	.a-counter-wrapper {
		padding: 40px 0px !important;
	}
	.a-counter {
		padding: 0px 40px;
	}
	.a-counter .a-number {
		margin: 0px !important;
		font-size: 42px;
	}
	.a-why-choose-section {
		padding: 100px 0px;
	}
	.a-main-haeding {
		font-size: 38px;
		line-height: 46px;
		margin: 0px;
	}
	.a-main-para {
		font-size: 17px;
	}
	.a-content-box {
		padding: 30px;
		gap: 30px;
	}
	.a-content-box h3 {
		font-size: 17px;
	}
	.a-content-box p {
		font-size: 16px;
		line-height: 1.5em;
	}
	.a-why-chooose-btn {
		font-size: 22px;
	}
	.a-contact-support {
		padding: 0px !important;
	}
	.a-card {
		padding: 30px;
		min-height: 220px;
	}
	.a-card h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.a-card p {
		font-size: 16px;
		line-height: 1.5em;
	}
	.a-card div {
		margin-bottom: 20px;
	}
	.a-service-section {
		padding: 100px 0px;
	}
	.a-services-btn {
		padding: 20px 32px !important;
	}
	.a-service-box h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.a-service-box p {
		font-size: 15px;
		line-height: 1.5em;
	}
	.a-points {
		padding: 0px 14px;
	}
	.a-points-wrapper .a-points h4 {
		font-size: 15px;
		line-height: 22px;
	}
	.a-icon-box-grid {
		padding: 25px 0px 25px 25px;
	}
	.a-icon-box h4 {
		font-size: 16px;
		line-height: 22px;
	} 
	.a-icon-box p {
		font-size: 15px;
		line-height: 1.4em;
	}
	.a-cta-container {
		padding: 50px 60px;
	}
	.a-cta-container h2 {
		font-size: 42px;
		line-height: 52px;
	}
	.a-cta-container p {
		font-size: 17px;
		line-height: 1.4em;
	}
	.a-contact-section {
		padding: 100px 0px;
	}
	.a-contact-details {
		padding: 35px;
		min-height: 545px;
	}
	.a-contact-details h3 {
		font-size: 26px;
	}
	.a-contact-details p.a-contact-desc {
		font-size: 16px;
		line-height: 1.5em;
	}
	.a-contact-link p {
		font-size: 18px;
	}
	.a-contact-link img {
		width: 32px;
	}
	.a-contact-form-wrapper {
		padding: 40px;
	}
	.a-contact-form {
		gap: 40px 0px;
	}
	.a-contact-form .a-col-50 {
		width: calc(50% - 15px);
	}
	.a-contact-form button {
		padding: 22px 50px;
	}
	.a-contact-form-wrapper img {
		bottom: -50px;
		right: 35px;
	}
	footer {
		padding-top: 50px;
	}
	.a-footer-logo img {
		width: 180px;
	}
	.a-footer-details {
		padding: 40px 0px 50px 0px;
	}
	.a-footer-details h4 {
		font-size: 22px;
		line-height: 30px;
		padding: 10px 0px;
	}
	.a-footer-details ul li {
		padding-top: 12px !important;
	}
	.a-footer-details ul li a {
		font-size: 16px;
		line-height: 1.4em;
	}
	.a-IT-location {
		padding-top: 20px;
	}
	.a-IT-location span {
		font-size: 15px;
	}
	.a-footer-details .a-col-25 {
		width: calc(25% - 40px);
	}
	.a-footer-details .a-col-40 {
	  width: calc(40% - 40px);
	}
	.a-footer-details .a-col-35 {
  	width: calc(35% - 40px);
	}
	.a-IT-contact img {
		width: 35px;
	}
	.a-IT-location h5 {
		font-size: 17px;
	}
	.a-copyright-para p {
		font-size: 16px;
	}
	.a-social-icon img {
		width: 22px;
	}
}

/*Responsive for 1024px screen*/

@media only screen and (max-width: 1024px) {
	.a-container {
    width: 960px;
  }
  .a-header-btn-wrapper {
  	margin-left: 18px;
  }
  .a-header-btn {
  	font-size: 15px;
  	padding: 14px 24px;
  }
  .a-menu ul {
  	gap: 12px !important;
  }
  .a-menu li a {
  	font-size: 13px;
  }
  .a-hero-section {
  	padding-top: 220px;
  	padding-bottom: 200px;
  }
  .a-tagline {
  	font-size: 16px;
  	padding-bottom: 12px;
  	margin: 0px;
  }
  .a-hero-section h1 {
  	font-size: 48px;
  	margin: 0px;
  }
  .a-hero-section .a-para {
  	font-size: 16px;
  	line-height: 1.5em;
  }
  .a-hero-btn-wrapper .a-contact-btn, .a-services-btn, .a-cta-btn {
  	font-size: 16px;
  	padding: 18px 30px;
  }
  .a-hero-btn-wrapper .a-service-btn, .a-quote-btn {
  	font-size: 16px;
  }
  .a-counter-wrapper {
  	padding: 35px 0px !important;
  }
  .a-counter {
  	padding: 0px 30px;
  }
  .a-counter .a-title {
  	font-size: 15px;
  	line-height: 24px;
  }
  .a-counter .a-number {
  	font-size: 38px;
  }
  .a-why-choose-section {
  	padding: 80px 0px;
  }
  .a-main-haeding {
  	font-size: 34px;
  	line-height: 42px;
  }
  .a-main-para {
  	font-size: 16px;
  	line-height: 1.5em;
  }
  .a-content-box {
  	margin-top: 40px;
  }
  .a-content-box h3 {
  	font-size: 16px;
  }
  .a-why-chooose-btn {
  	font-size: 18px;
  }
  .a-why-chooose-btn img {
  	width: 22px;
  }
  .a-content-box p {
  	font-size: 14px;
  }
  .a-box {
  	padding: 25px;
  }
  .a-service-section {
  	padding: 80px 0px;
  }
  .a-card {
  	padding: 25px;
  	min-height: 200px;
  }
  .a-card h4 {
  	font-size: 20px;
  	line-height: 28px;
  }
  .a-card p {
  	font-size: 15px;
  }
  .a-service-box {
  	padding: 30px;
  }
  .a-service-box h3 {
  	font-size: 20px;
  	line-height: 28px;
  }
  .a-go-btn img {
  	width: 30px;
  }
  .a-points-wrapper {
  	padding: 40px 0px;
  }
  .a-points-wrapper .a-points h4 {
  	font-size: 14px;
  	line-height: 20px;
  }
  .a-icon-wrapper {
  	gap: 0px 12px;
  }
  .a-icon-box h4 {
  	font-size: 15px;
  	line-height: 20px;
  }
  .a-icon-box-content {
  	margin-top: 12px;
  }
  .a-icon-box p {
  	font-size: 14px;
  }
  .a-cta-container {
  	padding: 40px 50px;
  }
  .a-cta-container h2 {
  	font-size: 38px;
  	line-height: 48px;
  }
  .a-cta-container p {
  	font-size: 16px;
  }
  .a-contact-section {
  	padding: 80px 0px;
  }
  .a-contact-details-wrapper, .a-contact-links-wrapper {
  	padding-top: 40px;
  }
  .a-contact-form-wrapper {
  	padding: 30px;
  }
  .a-contact-form-wrapper img {
  	right: 30px;
  	width: 230px;
  }
  .a-contact-link p {
  	font-size: 16px;
  }
  .a-contact-link img {
  	width: 30px;
  }
  .a-contact-details {
  	padding: 30px;
  	min-height: 525px;
  }
  .a-contact-details h3 {
  	font-size: 24px;
  }
  .a-copyright-para p {
  	font-size: 15px;
  }
  .a-social-icon img {
  	gap: 0px 12xp;
  }
  .a-social-icon img {
  	width: 20px;
  }
  .a-contact-support-section {
		padding: 80px 0px 0px 0px ;
	}
}

/*Responsive for 960px screen*/

@media only screen and (max-width: 960px) {
	.a-container {
    width: 880px;
  }
  .a-hero-section h1 {
  	font-size: 44px;
  }
  .a-tagline {
  	font-size: 14px;
  }
  .a-content-box {
  	justify-content: space-between;
  	gap: 25px;
  	padding: 25px;
  }
  .a-points-wrapper {
  	padding: 35px 0px;
  }
  .a-points-wrapper .a-points h4 {
  	font-size: 12px;
  	line-height: 18px;
  	font-weight: 600;
  }
  .a-icon-box h4 {
  	font-size: 14px;
  	line-height: 18px;
  }
  .a-cta-container h2 {
  	font-size: 34px;
  	line-height: 44px;
  }
  .a-hero-btn-wrapper .a-contact-btn, .a-services-btn, .a-cta-btn {
  	font-size: 14px;
  	padding: 18px 24px;
  }
  .a-hero-btn-wrapper .a-service-btn, .a-quote-btn {
  	font-size: 14px;
  }
  .a-contact-form button {
  	font-size: 16px;
  	padding: 20px 40px;
  }
  .a-contact-form-wrapper img {
  	width: 200px;
  	bottom: -35px;
  }
  .a-contact-link p span {
  	font-size: 16px;
  }
  .a-contact-details {
  	min-height: 520px;
  }
  footer {
  	padding-top: 40px;
  }
  .a-footer-details {
  	padding: 40px 0px;
  }
  .a-footer-logo img {
  	width: 170px;
  }
  .a-footer-details ul li {
  	padding-top: 10px;
  }
  .a-footer-details ul li a {
  	font-size: 15px;
  }
  .a-IT-location {
  	padding-top: 16px;
  }
  .a-IT-location h5 {
  	font-size: 16px;
  }
  .a-IT-location span {
  	font-size: 14px;
  }
  .a-copyright-wrapper {
  	padding: 15px 0px;
  }
  .a-copyright-para p {
  	font-size: 13px;
  }
  .a-social-icon img {
  	width: 18px;
  }
  .a-IT-contact img {
  	width: 32px;
  }
}