/*!
Theme Name: Postremo IT
Version: 2025
Author: Renowned 
*/
.fw-600{
	font-variation-settings: "wght" 600;
}
.text-center{
    text-align:center;
}
.text-end{
	text-align:right;
}
.text-start{
	text-align:left;
}
.fm-sgv{
	font-family: space-grotesk-variable, sans-serif;
}
.font-sg{
	 font-family: "Space Grotesk", serif;
}
.font-inter{
	 font-family: "Inter", serif;
}
.ppc-page img{
    width:auto;
    max-width:100%;
}
.ppc-page-header{
    display:block;
    padding:1rem 0; 
}
.btn-ppc{
	display:inline-flex;
	align-items:center;
	border-radius: 12px;
    padding: .5rem 1rem .5rem 1.2rem;
    height: 48px;
	font-size:17px;
    vertical-align: middle;
    line-height: normal;
	font-family: "Inter", serif;
	font-variation-settings: "wght" 700;
}
.button-secondary{
	background:#00E9D1;
	color:#fff;
}
.button-primary{
	background:#FDA504;
	color:#fff;
}
.button-dark{
	background-color:#042936;
	color:#fff;
}
.text-primary{
	color:#00E9D1;
}
.ppc-hero{
	padding:100px 0 2rem;
	color:#fff;
	position:relative;
	z-index:2;
	height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;	
	overflow:hidden;
}
.ppc-hero:after{
	content: "";
    position: absolute;
    left: 0;
    top: -42%;
    width: 600px;
    height: 600px;
    background-image: url(assets/img/hero-form-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.ppc-hero:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00ead1+0,00ead1+0&0.5+0,0+100 */
	background: linear-gradient(to bottom,  rgba(0,234,209,0.3) 0%,rgba(0,234,209,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index:-1;
}
.ppc-hero-title{
	font-size:49px;
	font-family: "Space Grotesk", serif;
	line-height:1.2;
	font-variation-settings: "wght" 600;
}
.text-xl{
	font-size:90px;
	font-family: "Space Grotesk", serif;
	font-variation-settings: "wght" 400;
	line-height: 1;
}
.ppc-hero-bullets{
	list-style:none;
	padding:0;
	margin:0;
}
.ppc-hero-bullets li{
	position:relative;
	margin:.5rem 0;
	padding-left:36px;
	background-image:url(assets/img/check.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position: 0px -2px;
	font-size:22px;
	font-variation-settings: "wght" 700;
	font-family: "Inter", serif;
}
.ppc-request-callback-form{
	max-width:500px;
	margin:auto;
	position:relative;
	z-index:1;
}
.ppc-request-callback-form:after{
	content: "";
    top: 16%;
    left: 90%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 1080px;
    height: 910px;
    background-image: url(assets/img/hero-form-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	z-index:-1;
}

body .gform_wrapper .gfield .iti__dropdown-content {
    background-color: #025d53 !important;
}
.ppc-request-callback-form input,
.ppc-request-callback-form textarea{
	background:rgba(28,213,199,.05);
    padding: 1rem !important;
    border-radius: 12px;
    color: #fff;
    width: 100%;
    font-size: 16px;
	border:1px solid #00E9D1;
}
.ppc-request-callback-form input.iti__tel-input{
	padding-left:48px !important; 
}
.gform_footer{
	justify-content:center !important;
}
.ppc-request-callback-form textarea{
	height:98px;
}
.ppc-request-callback-form button:hover{
	background:#12beb1;
}
.ppc-request-callback-form input::placeholder,
.ppc-request-callback-form textarea::placeholder{
	 color: #fff;
	font-size:14px;
	font-weight:500;
}
.ppc-request-callback-form textarea{
	border-radius:20px;
}
.ppc-request-callback-form h2,
.ppc-section-title{
	font-family: "Space Grotesk", serif;
	font-variation-settings: "wght" 600;
}
.ppc-request-callback-form h2{
	font-size:42px;
}
.ppc-section-title{
	font-size:44px;	
}
.partnership-logos{
	gap:26px;
}
.trusted-industry-logos,
.position-relative{
	position:relative;
	z-index:2
}
.trusted-industry-logos:after,
.our-statistics:after{
	content: "";
    position: absolute;
    top: 68%;
    width: 100%;
    height: 110px;
    background: rgba(0, 234, 209, .2);
    left: 0;
    transform: translatey(-50%);
    z-index: -1;
    filter: blur(90px);
}
.our-statistics:after{
	top:16%;
}
.trusted-industry-logos img{
	margin:auto;
}
.services-group{
	max-width:956px;
	margin:auto;
	margin-bottom:120px;
}
.service-item{
	position:absolute;
	width:208px;
	top:20px;
}
.service-item .icon{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:36px;
	width:120px;
	height:120px;
	background-image:url(assets/img/Circle-For-Animated-Icons.svg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
}
.service-item .icon .animated-icon{
	width:70px;
	height:70px;
}
.service-item:nth-of-type(1){
	left:16px;
}
.service-item:nth-of-type(1) .service-title{
	left: -44px;
}
.service-item:nth-of-type(2){
	left:284px;
}
.service-item:nth-of-type(2) .service-title{
	left: -38px;
}
.service-item:nth-of-type(3){
	left:552px;
}
.service-item:nth-of-type(3) .service-title{
	left: -40px;
}
.service-item:nth-of-type(4){
	left:820px;
}
.service-item:nth-of-type(4) .service-title{
	left: -30px;
}
.service-title{
	position:relative;
	font-size:19px;
	font-weight:700;
	font-family: "Inter", serif;
	line-height:29.47px;
	margin:auto;
}

.trustpilots{
	position:relative;
}
.trustpilots:after{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 250px;
    background-image: url(assets/img/trustpilot-bg-image.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
}
.trustpilot-slider .slide-item p{
	font-size:15px;
	font-family: "Inter", serif;
	font-weight:300;	
}
.trustpilot-slider .slide-item strong{
	font-family: "Inter", serif;
	font-size:20px;
	font-variation-settings: "wght" 700;
}
.trustpilot-slider .slick-dots li button:before {   
    width: 12px;
    height: 12px;
    border-radius: 12px;
}
.trustpilot-slider .slick-dots li.slick-active button:before {
  	background: #00EAD1;
    width: 24px;
    height: 12px;
    border-radius: 10px;
    border: 0;
    margin: auto;
}
.b-challenge-item{
	max-width:340px;
	margin:auto;
	background:rgba(28,213,199,.05);
	border-radius:24px;
	overflow:hidden;
}
.b-challenge-item .top-content{
	height:84px;
}
.b-challenge-item .title{
	font-family: "Inter", serif;
	font-size:24px;
	font-variation-settings: "wght" 600;
	margin:0;
}
.b-challenge-item p{
	font-size:15px;
}
.b-challenge-footer{
	background:rgba(28,213,199,.3);	
	height:172px;
}
.statistics-item{
	text-align:center;
	background:rgba(28,213,199,.05);
	border:2px solid rgba(28,213,199,1);
	padding:1rem;
	border-radius:20px;
	max-width:264px;
	margin:auto;
}
.statistics-item .counter{
	font-size: 52px;
	font-family: "Space Grotesk", serif;
	font-variation-settings: "wght" 700;
    margin: 1.2rem 0 1rem;
    color: rgba(28, 213, 199, 1);
    letter-spacing: normal;
}
.statistics-item p{
	font-size:18px;
	font-variation-settings: "wght" 600;
}
.story-title{
	font-family: "Space Grotesk", serif;
	font-variation-settings: "wght" 700;
	font-size:29px;
	line-height: 38px;
}
.stories-slider .slide-item p,
.stories-slider .slide-item p small{
	font-size:15px;
}
.stories-slider .slick-next,
.stories-slider .slick-prev{
    position: absolute;
    right: -70px;
    width: 38px;
    height: 38px;
    background-size:16px;
}
.stories-slider .slick-prev.slick-disabled,
.stories-slider .slick-next.slick-disabled{
	opacity:1;
	visibility:visible;
}
.stories-slider .slick-prev{
	right:auto;
	left: -70px;
}
.ppc-sec-subtitle{
	font-size:23px;
	font-variation-settings: "wght" 700;
}
.IT-box-title{
	font-size:40px;
	font-family: "Space Grotesk", serif;
	font-variation-settings: "wght" 700;
}
.IT-m-box{
	padding:0 1.5rem;
	background-image:url(assets/img/IT-m-bg.png);
	height:594px;
	background-repeat:no-repeat;
	background-position:center;
}
.IT-m-box .inner-box{
	max-width:650px;
	margin:auto;
}
.IT-m-item{
	display:flex;
	align-items:center;
	padding: 14px 0;
	position:relative;
}
.IT-m-item h4{
	font-size:29px;
	font-family: "Space Grotesk", serif;
	font-variation-settings: "wght" 700;
}
.IT-m-item:nth-of-type(odd){
	left: 96px;
    top: 2px;
}
.IT-m-item:nth-of-type(even){
	justify-content: end;
    right: 126px;
    top: 2px;
}
.apple-device-m{
	padding:60px;
	border-radius:30px;
	background:rgba(28,213,199,.05);
}
.macbook-device-title{
	font-size:29px;
	font-variation-settings: "wght" 700;
}
.apple-device-m p{
	font-size:15px;
}
.small{
	font-size:84%;
}
.IT-support-item{
	padding:2.5rem; 
	border-radius:1.5rem;
	background:rgba(28,213,199,.05);
	max-width:320px;
	height:100%;
	margin:auto;
}
.IT-support-item h4{
	font-variation-settings: "wght" 600;
}
.IT-support-item p{
	font-size:15px;
}

/* FAQ COLLAPSE/EXPAND STYLES */
.faqs-area:after,
.our-statistics:before{
	content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 300px;
    height: 200px;
	background-image:url(assets/img/faq-bg-dog.png);
	background-repeat:no-repeat;
	background-size:contain;
	z-index:-1;
}
.faq-item{
	background: rgba(28, 213, 199, .05);
    border-radius: 24px;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
}
.faqanswer {
	display: none;
	width: 100%;
	padding: 1rem 0;
}
.togglefaq{
	font-size:18px;
	margin:0;
	position:relative;
	padding-right:30px;
	cursor:pointer;
	font-family: "inter-variable", sans-serif;
	letter-spacing: .5px;
}
.togglefaq:after{
	content:"+";
	display:block;
	position:absolute;
	font-family:inherit;
	font-size:30px;
	right:-8px;
	top:-3px;
	width: 20px;
    height: 20px;
	transition:all .3s ease;
}
.togglefaq.active:after{
	transform:rotate(45deg);
}
.faqanswer p{
	font-size:14px;
}

.ppc-socials{
	max-width:512px;
	margin:auto;
	display:flex;
	justify-content:space-between;
}
.IT-support-services-mobile{
	display:none;
}
/* PPC APPLE DEVICE EXPERT PAGE*/
.ppc-hero-bullets.apple-device li{
	    background-size: 30px;
		background-position: 0px -2px;
		font-size: 17px;
}
.trusted-industry-logos{
	position:relative;
}

.trusted-industry-logos.apple-device:before,
.our-statistics.apple-device:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 250px;
    background-image: url(assets/img/trustpilot-bg-image.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
}
.trusted-industry-logos.apple-device:before{
	top:-40px;
}
.apple-device-deployment:after{
	content: "";
    position: absolute;
    left: 0;
    top: 60px;
    width: 300px;
    height: 200px;
    background-image: url(assets/img/faq-bg-dog.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.ppc-apple-devices{
	position:relative;
	z-index:1;
}
.ppc-apple-devices:after{
	content:"";
	position:absolute;
	right: -50px;
    top: -80px;
	width:500px;
	height:500px;
	display:block;
	border-radius:100%;
	background:rgba(0,234,209,.05);
	z-index:-1
}
.bg-primary-light{
	background:rgba(0,234,209,.05);
	border:1px solid transparent;
	border-radius:50rem;
	padding-left:1.5rem !important;
}

.bg-primary-light:hover{
	border-color:rgba(0,234,209,1);
}
.bg-primary-light .icon{
	flex: 0 0 auto;
    width: 50px;
	text-align:center
}
.bg-primary-light .icon img{
	margin:auto;
}
.why-here-item{
	position:absolute;
	max-width:350px;
}
.why-here-item:nth-of-type(1){
	left: 0;
    top: 40px;
    text-align: right;
}
.why-here-item:nth-of-type(2){
	right: 0;
    top: 40px;
    text-align: left;
}
.why-here-item:nth-of-type(3){
	left: 0;
    top: 238px;
    text-align: right;
}
.why-here-item:nth-of-type(4){
	right: 0;
    top: 290px;
    text-align: left;
}
.why-here-item:nth-of-type(5){
	left: 0;
    top: 500px;
    text-align: right;
}
.why-here-item:nth-of-type(6){
	right: 0;
    top: 500px;
    text-align: left;
}

@media(max-width:1399px){
	.why-here-item:nth-of-type(odd){
		left: -40px;
	}
	.why-here-item:nth-of-type(even){
		right: -40px;
	}
	
}
.bg-primary{
	background:#00ead1;
}
.rounded-lg{
	border-radius:1rem;
}
.text-dark{
	color:#000;
}
.example-of-apple-device{
	position: relative;
    padding: 0 1.8rem 2rem;
}
.example-of-apple-device:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:70%;
	border-radius:1.5rem;
	background:rgba(0,234,209,.05);
}
.example-apple-device-item,
.why-choose-item{
	padding:1.5rem;
	background:rgba(0,234,209,.05);
	border:1px solid transparent;
	border-radius:1.5rem;
	height:100%;
}
.example-apple-device-item:hover,
.why-choose-item:hover{
	border-color:rgba(0,234,209,1);
}
.services-group.apple-device .service-item{
	width:280px;
}
.services-group.apple-device .service-item:nth-of-type(1) .service-title {
    left: -80px;
}
.services-group.apple-device .service-item:nth-of-type(2) .service-title {
    left: -80px;
}
.services-group.apple-device .service-item:nth-of-type(3) .service-title {
    left: -70px;
}
.services-group.apple-device .service-item:nth-of-type(4) .service-title {
    left: -64px;
}
.our-statistics.apple-device:before {
   top: 450px;
   left: auto;
}
.b-challenge-footer.apple {
	height: 196px;
}
.services-group.apple-device .service-item .icon .animated-icon {
    width: 60px;
    height: 60px;
}
/* END PPC APPLE DEVICE EXPERT PAGE*/
.Feel-With-Postremo{
	max-width:1069px;
	margin:auto;
}
.Feel-With-Postremo .text-item {
    position: absolute;
    top: 120px;
    max-width: 500px;
    padding: 1rem 34px;
}
.Feel-With-Postremo .text-item ul{
	list-style:none;
	padding:0;
	margin:auto;
}
.Feel-With-Postremo .text-item ul li {
	font-variation-settings: "wght" 600;
    font-size: 19px;
    line-height: 1.5;
    margin: 1rem 0;
}
.Feel-With-Postremo .text-item:nth-of-type(2) ul li{
	padding-left: 36px;
    background-image: url(assets/img/check.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0px -2px;
}
.Feel-With-Postremo .text-item:nth-of-type(1){
	left:0;
	text-align:left;
	padding-left: 26px;
}
.Feel-With-Postremo .text-item:nth-of-type(2){
	right: 0;
    text-align: left;
    color: #00ead1;
    padding-right: 26px;
    padding-left: 70px;
}
.tech-make-easy li{
	border-radius: 50rem;
    background: rgba(0, 234, 209, .05);
    margin: 25px 0;
   	position: relative;
    font-size: 19px;
   font-variation-settings: "wght" 600;
	padding: 16px;
    padding-left: 34px;
}
.tech-make-easy li:after{
	content:"";
	position:absolute;
	left: 16px;
    top: 26px;
	width:8px;
	height:8px;
	background:#fff;
	border-radius:100px;
}
.device-management-services{
	position:relative;
	max-width:1290px;
	margin:auto;
}
.dms-text{
	position:absolute;
	color:#fff;
	font-weight:600;
	font-size:16px;
	line-height:1.5;
}
.dms-text:nth-of-type(odd){
	text-align:left;
	left:0;
}
.dms-text:nth-of-type(even){
	text-align:right;
	right:0;
}
.dms-text:nth-of-type(1){
	top: 26px;
    max-width: 330px;
}
.dms-text:nth-of-type(2){
	top: 26px;
    max-width: 330px;
}
.dms-text:nth-of-type(3),
.dms-text:nth-of-type(4),
.dms-text:nth-of-type(5),
.dms-text:nth-of-type(6){
    max-width: 210px;
}
.dms-text:nth-of-type(3),
.dms-text:nth-of-type(4){
	top:180px;
}
.dms-text:nth-of-type(5),
.dms-text:nth-of-type(6){
    top:372px;
}
.dms-text:nth-of-type(7),
.dms-text:nth-of-type(8){
	width: 316px;
    bottom: 40px;
}
.apple-enviroment{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	position:relative;
}
.apple-enviroment .ae-item:nth-of-type(1):before,
.apple-enviroment .ae-item:nth-of-type(5):before{
	content:"";
	position:absolute;
	bottom:0;
	width:428px;
	height:1px;
	background:#fff;
}
.apple-enviroment .ae-item:nth-of-type(1):before{
	left:-428px;
}
.apple-enviroment .ae-item:nth-of-type(5):before{
	right:-428px;
}
.apple-enviroment .ae-item{
	flex: 0 0 auto;
    width: 220px;
    text-align: center;
    padding: 1rem;
	height:330px;
	display:flex;
	align-items:center;
	position:relative;
}
.apple-enviroment .ae-item:after{
	content:"";
	position:absolute;
	width:30px;
	height:30px;
	background:#34ebd1;
	border-radius:100%;
	left:50%;
	transform:translatex(-50%);
}
.apple-enviroment .ae-item:nth-of-type(odd):after{
	top:-15px;
}
.apple-enviroment .ae-item:nth-of-type(even):after{
	bottom:-15px;
}
.apple-enviroment .ae-item:nth-of-type(odd){
	border:1px solid #fff;
	border-bottom-color:transparent;
	border-right-width:.5px;
}

.apple-enviroment .ae-item:nth-of-type(even){
	border:1px solid #fff;
	border-top-color:transparent;
	border-left-width:.5px;
}

.apple-enviroment .ae-item .icon{
	width:90px;
	height:90px;
	display:flex;
	margin:auto;
	justify-content:center;
	align-items:center;
	background:#1e6363;
	border:4px solid #34ebd1;
	border-radius:100%;
	margin-top:1.5rem;
	margin-bottom:1.5rem;
}
.apple-enviroment .ae-item .icon img{
	width:40px;
	height:40px;
}
.apple-enviroment .ae-item .text{
	color:#fff;
	font-variation-settings: "wght" 600;
	line-height:1.5;
}
.circled-icon-title{
	max-width:250px;
	margin:auto;
}
.circled-icon{
	display:flex;
	margin:auto;
	width:150px;
	height:150px;
	border-radius:100%;
	margin-bottom:1.5rem;
	justify-content:center;
	align-items:center;
	background: rgba(0, 234, 209, .2);
    border: 19px solid rgba(0, 234, 209, .10);
}
.circled-icon img{
	width:60px;
	height:60px;
}
.dms-text .dms-icon{
	display:none;
}
@media(max-width:1440px){
	.apple-device-deployment:after {
		left: -150px;
	}
}
@media(max-width:1300px){
	.ppc-hero-bullets li{
		font-size:18px;
	}
	
}
@media(max-height:700px){
	.ppc-hero{
		height:auto;
	}	
}
@media(max-width:899px){
	.tech-make-easy li:after{
		top:22px;
	}
	.circled-icon-title {
		max-width: fit-content;
		margin-bottom: 1rem !important;
	}
	.ppc-hero-title.jamf{
		max-width:330px;
	}
	.ppc-hero-title.jamf span{
		display:inline-block;
	}
	.dms-text {
		display:flex;
		position: relative;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		bottom:auto !important;
		margin:2rem 0;
		width:100% !important;
		max-width: max-content !important;
	}
	.dms-text .dms-icon{
		display:block;
		flex:0 0 auto;
		width:100px;
	}
	.Feel-With-Postremo .text-item ul li {
		font-size: 16px;
		line-height: 1.5;
	}
	.Feel-With-Postremo .text-item{
		padding:1rem;
	}
	.Feel-With-Postremo .text-item:nth-of-type(2) {
		left: 0;
		bottom: 20px;
		top: auto;
		text-align: left;
		color: #00ead1;
		padding-left:1rem;
	}
	.tech-make-easy li {
		border-radius: 1rem;
	}
	.apple-enviroment .ae-item{
		border:1px solid #fff !important;
	}
	.apple-enviroment .ae-item:after{
		bottom:auto !important;
		top:-15px !important;
	}
	.apple-enviroment:after, .apple-enviroment:before{
		display:none;
	}
	.apple-enviroment .ae-item:nth-of-type(even) div{
		display:flex;
		flex-wrap:wrap;
	}
	.apple-enviroment .ae-item:nth-of-type(even) div .text{
		order:2;
	}
	.apple-enviroment .ae-item .icon{
		margin-top:0;
	}
	.ppc-page-header .logo{
		width:300px;
	}
	.text-sm-start{
		text-align:left !important
	}
	.text-sm-center{
		text-align:center !important;
	}
	.container{
		max-width:350px;
	}
	.ppc-hero {
        height: auto;
        padding: 140px 0 1rem;
    }
	.ppc-hero:after {    
		left: -54px;
		top: -160px;
		width: 400px;
		height: 400px;
	}
	.ppc-header-phone span{
		display:none;
	}
	.ppc-hero-title {
		text-align: center;
		max-width: 248px;
		margin: auto;
		line-height: 1.1;
		font-size: 40px;
	}
	.ppc-hero-title span{
		display:block;
	}
	.ppc-hero-bullets li {
		font-size:20px;
		margin: .5rem 0;
	}
	.text-xl {
		font-size: 70px;
	}
	.partnership-logos{
		flex-wrap:wrap;
		gap:28px;
	}
	.partnership-logos div{
		flex:auto;
		width:40%;
		text-align:center;
	}
	.partnership-logos div img{
		margin:auto;
		height:46px;
	}
	.ppc-request-callback-form:after{
		width: 947px;
        height: 1000px;
        left: 168%;
        top: 29%;
	}
	.ppc-request-callback-form h2, .ppc-section-title {
		font-size: 33px;
	}
	.trusted-industry-logos img{
		margin:0;
		margin-right:auto;
	}
	.b-challenge-item .top-content,
	.b-challenge-footer{
		height: auto;
	}
	.services-icons-bg{
		display:none;
	}
	
	.IT-support-services-mobile{
		display:block;
	}
	.IT-support-services-mobile{
		position:absolute;
		top:0;
		left:0;
	}
	.services-group .service-item{
		position:relative;
		left:0 !important;
		top:0!important;
		display:flex;
		align-items: center;
        width: 100%;
        text-align: left;
		padding: 59px 0;
        padding-left: 4px;
	}
	.services-group .service-item .service-title {
		position: relative;
		font-size: 17px;
		margin: 0;
		max-width: 100% !important;
		left: 0 !important;
		top: 0 !important;
		text-align: left !important;
		display: block;
		align-self: center;
		font-family: "Inter", serif;
		font-variation-settings: "wght" 600;
		width:200px;
	}
	.fw-bold{
		font-family: "Inter", serif;
		font-variation-settings: "wght" 600;
	}
	.b-challenge-item .title{
	 	font-variation-settings: "wght" 500;
	}
	.IT-support-item h4{
		font-variation-settings: "wght" 600;
	}
	.togglefaq{
		line-height:1.3;	
	}
	.services-group .service-item .icon {
		margin-bottom: 0;
		width: 90px;
		height:90px;
		margin-right: 34px;
	}
	.services-group .service-item .icon .animated-icon{
		width:60px;
		height:60px;
	}
	.services-group {
		margin-bottom: 0;
	}
	.services-group:nth-of-type(1) .service-item:nth-of-type(1){
	 	padding-top: 14px;
	}
	.services-group:nth-of-type(2) .service-item:nth-of-type(4){
		padding-bottom: 0;
    	padding-top: 62px;
	}
	.trustpilots:after,
	.our-statistics:before{
		display:none;
	}
	.trustpilot-slider .slick-next,
	.trustpilot-slider .slick-prev,
	.stories-slider .slick-next,
	.stories-slider .slick-prev{
		top: auto;
        bottom: -20px;
        width: 34px;
        height: 34px;
        background-size: 14px;
		opacity: 1;
        visibility: visible;
	}
	.trustpilot-slider .slick-next,
	.stories-slider .slick-next{
		right:34%;
	}
	.apple-enviroment .ae-item:nth-of-type(1):before, 
	.apple-enviroment .ae-item:nth-of-type(5):before{
		display:none;	
	}
	.trustpilot-slider .slick-prev,
	.stories-slider .slick-prev{
		left:34%;
	}
	
	.IT-m-box {
		padding: 0 1.5rem;
		height: 474px;
		background-size: 1200px;
	}
	.IT-m-item {
		padding: 15px 0;
	}
	.IT-m-item .icon img{
		width:80px;
	}
	.IT-m-item h4 {
		font-size: 18px;
        max-width: 220px;
	}
	.IT-m-item:nth-of-type(1){
		padding-top: 28px;
	}
	.IT-m-item:nth-of-type(odd) {
		left: 19px;
		top: 2px;
	}
	.IT-m-item:nth-of-type(even) {
		right: 42px;
		top: 2px;
	}
	.IT-m-item:nth-of-type(4){
		padding-top: 18px;
		padding-bottom:0;
	}
	.apple-device-m{
		padding: 30px 20px;
		position:relative;
	}
	.apple-device-m .macbook-image{
		max-width: 400px;
		position: relative;
		left: -48px;
	}
	.faqs-area:after{
		display:none;	
	}
	.IT-support-item p {
   	 	font-size: 16px;
	}
	.footer-logo{
		position:relative;
		padding-bottom:1.5rem;
	}
	.ppc-socials{
		position: relative;
        padding: 1.5rem;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
	}
	.ppc-socials div{
		flex: auto 0;
        width: 26%;
	}
	.footer-logo:after,
	.ppc-socials:after,
	.ppc-socials:before{
		content:"";
		position:absolute;
		bottom:0;
		width:100%;
		height:1px;
		left:0;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,00ead1+50,000000+100&0+0,1+50,0+100 */
		background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,234,209,1) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.ppc-socials:after{
		top:0;
		bottom:auto;
	}
	/* PPC APPLE DEVICE EXPERT PAGE*/
	.trusted-industry-logos.apple-device:before,
	.apple-device-deployment:after{
    	display:none;
	}
	.ppc-apple-devices:after {
    	top: -32px;
    	width: 200px;
		height: 200px;
	}
	.bg-primary-light {
		border-radius: 1rem;
		flex-wrap:wrap;
	}
	.example-of-apple-device:after{
		height:108%;
	}
	.services-group.apple-device .service-item{
		padding-left: 10px;
	}
	.services-group.apple-device .service-item .service-title br{
		display:none;
	}
	.heres-why-image-mobile{
		position:absolute;
		top:0;
		left:0;
	}
	.why-here-item {
        position: relative;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        text-align: left !important;
        height: 148px;
		padding-left: 140px;
    }
	.why-here-item h4{
		font-size: 16px;
    	margin-bottom: 6px;
		line-height:1.2;
	}
	.why-here-item p{
		font-size:13px;
		line-height:1.3;
		margin-bottom:0;
	}
	.heres-why-image{
		display:none;
	}
	.ppc-hero-title.apple-device{
		max-width:260px;
	}
	.ppc-hero-title.apple-device span{
		display:inline-block;
	}
	/* END PPC APPLE DEVICE EXPERT PAGE*/
}