/*
    Theme Name: Manpower
    Author: FT
    Version: 1.0.0
*/

@import url("./reset.css");

:root {
  --black: #050505;
  --red: #D72638;
}

@font-face {
  font-family: Manrope;
  src: url(./fonts/Manrope-Bold.ttf);
  font-weight:600;
}

@font-face {
  font-family: Manrope;
  src: url(./fonts/Manrope-Regular.ttf);
  font-weight:400;
}

@font-face {
  font-family: Manrope;
  src: url(./fonts/Manrope-SemiBold.ttf);
  font-weight:500;
}

@font-face{
  font-family: Marker;
  src: url(./fonts/PermanentMarker-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "NimbusSansL";
  src: url(./fonts/NimbusSanL-Bol.otf);
  font-weight:600;
}

@font-face {
  font-family: "NimbusSansL";
  src: url(./fonts/NimbusSanL-BolIta.otf);
  font-weight:600;
  font-style:italic;
}

@font-face {
  font-family: "NimbusSansL";
  src: url(./fonts/NimbusSanL-Reg.otf);
  font-weight:400;
}

@font-face {
  font-family: "NimbusSansL";
  src: url(./fonts/NimbusSanL-RegIta.otf);
  font-weight:400;
  font-style:italic;
}

@font-face {
  font-family: "BebasNue";
  src: url(./fonts/BebasNeue-Regular.ttf);
  font-weight:400;
}

.homeheader h1{
	font-family: "BebasNue" !important;
	font-weight:400 !important;
	font-size: 310px !important;
	line-height: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homeheader .headersmall{
	font-family: "NimbusSansL" !important;
	font-weight:400 !important;
  	font-style:italic !important;
	font-size:50px !important;
}

.grecaptcha-badge{
	display:none !important;
}


@media screen and (max-width:767px){
	.homeheader h1{
	font-size: 100px !important;
     line-height: 55%;
	}
	
	.homeheader .headersmall{
		font-size:35px !important;
	}
	
	body.page-id-2385 {
		height:100vh;
		overflow-y:hidden;
	}
	
	body.page-id-2807 {
		height:100vh;
		overflow-y:hidden;
	}
}

@media screen and (min-width:768px) and (max-width:1139px){
	.homeheader h1{
	font-size: 200px !important;
	}
	
	.homeheader .headersmall{
		font-size:40px !important;
	}
	
	body.page-id-2385 {
		height:100vh;
		overflow-y:hidden;
	}
	
	body.page-id-2807{
		height:100vh;
		overflow-y:hidden;
	}
}

@media screen and (min-width:1140px) and (max-width:1199px){
	.homeheader h1{
	font-size: 250px !important;
	}
	
}

html{
	scroll-behavior: smooth;
}

.swiper .swiper-notification{
	display:none !important;
}

.page-id-2385 footer{
	display:none !important;
}

.page-id-2807 footer{
	display:none !important;
}


body{
	margin:0px;
	padding:0px;
	background: #231F20;
	overflow-x:hidden;
}

body.page-id-3227{
	background: #FAFAFA;
}

body.page-id-6636{
	background: #FAFAFA;
}

body.page-id-6776{
	background: #FAFAFA;
}

body.page-id-6800{
	background: #FAFAFA;
}

body.page-id-6876{
	background: #FAFAFA;
}

body.page-id-6915{
	background: #FAFAFA;
}

p{
	margin: 0px;
}

.linebtn .elementor-button-icon{
display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    margin-left: 5px;
}

.linebtn .elementor-button-icon svg{
width: 25px;
}

.linebtn a:hover svg path{
	fill: var(--red);
}

.linebtn.linebtn-dark a:hover svg path{
	fill: var(--black);
}

.countrylink a:hover {
	color: var(--red) !important;
}


/* Header */
header{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:99;
	display:flex;
	align-items:center;
	justify-content:center;
	border-bottom:1px solid white;
	transition:0.4s all ease-in-out;
	box-sizing:border-box;
}

header.headerus{
	border-bottom:none;
}

header.headerus .header-container{
	display:none;
}

header.headerus .header-container.header-container-us{
	display:flex;
}

header.headerus.headerscroll .header-container.header-container-us{
	display:none;
}

header.headerus.headerscroll .header-container{
	display:flex;
}

header.headerscroll{
	background: var(--black);
}

.header-container{
	width:1200px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.header-container.header-container-us .header-container-us-left{
	width:700px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
}

.header-container.header-container-us .header-container-left, .header-container.header-container-us .header-container-right{
	justify-content:flex-start;
	width:auto;
}

.header-container.header-container-us .header-container-logo{
	margin-right:80px;
}

.header-container.header-container-us .header-container-left{
	margin-right:50px;
}

.header-container.header-container-us .header-container-left a:last-child, .header-container.header-container-us .header-container-right a:last-child{
	margin-left:50px;
}

.header-container.header-container-us a{
	color: #111111 !important;
}

.header-container.header-container-us a:hover{
	color: #D72638 !important;
}

.headerus.headerscroll .header-container.header-container-us a{
	color:white !important;
}

.header-container.header-container-us .header-container-left .header-container-left-parent{
	color: #111111 !important;
}

.headerus.headerscroll .header-container.header-container-us .header-container-left .header-container-left-parent{
	color: #111111 !important;
}

.header-container.header-container-us .header-container-left .header-container-left-parent a{
	color: white !important;
}

.headerus.headerscroll .header-container.header-container-us .header-container-left .header-container-left-parent a{
	color: white !important;
}


.header-container.header-container-us .header-container-left .header-container-left-parent a:hover{
	color: #D72638 !important;
}

.header-container.header-container-us .header-container-left .header-container-left-parent a:last-child{
	margin-left:0px !important;
}

.header-container .header-container-logo{
	width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-container .header-container-logo svg{
	width:46px;
	height:auto;
}

.header-container .header-container-left{
	width:45%;
	display:flex;
	align-items:center;
	justify-content:space-evenly;
}

.header-container .header-container-left a{
	padding-top:30px;
	padding-bottom:30px;
	color:white;
	font-size:14px;
	font-weight:600;
	font-family:Manrope;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
}

.header-container-left .header-container-left-parent{
	position:relative;
	padding-top:30px;
	padding-bottom:30px;
	color:white;
	font-size:14px;
	font-weight:600;
	font-family:Manrope;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}

.header-container-left .header-container-left-parent:hover .header-container-left-links{
	top:80px;
	opacity:1;
	z-index:100;
}

.headerus .header-container-left .header-container-left-parent:hover .header-container-left-links{
	top:60px;
}

.header-container-left .header-container-left-parent:after{
	position:absolute;
	bottom: -25px;
    left: 0px;
    width: 150px;
    height: 50px;
	content:"";
}

.headerus .header-container-left .header-container-left-parent:after{
	position:absolute;
	bottom: -15px;
    left: 0px;
    width: 150px;
    height: 40px;
	content:"";
}

.header-container.header-container-us .header-container-us-left .whitelogo{
		display:none;
}

.header-container.header-container-us .header-container-us-left .blacklogo{
		display:block;
}

.header-container-left .header-container-left-parent .header-container-left-links{
	position: absolute;
    top: -380px;
    left: 0px;
    background: var(--black);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	transition:0.4s opacity ease-in-out;
	opacity:0;
	z-index:-1;
	padding-top:14px;
	padding-bottom:14px;
}

.header-container-left .header-container-left-parent .header-container-left-links a{
	padding:10px 25px;
	text-wrap: nowrap;
}

.header-container .header-container-left a:hover{
	color: var(--red);
}

.header-container .header-container-right{
	width:45%;
	display:flex;
	align-items:center;
	justify-content:space-evenly;
}

.header-container .header-container-right a{
	padding-top:30px;
	padding-bottom:30px;
	color:white;
	font-size:14px;
	font-weight:600;
	font-family:Manrope;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
}

.header-container .header-container-right a:hover{
	color: var(--red);
}

.header-container-burger{
		display:none;
	}

.mainlogoslider{
		max-height:80px;
		overflow:hidden;
	}

.franchiseeslider{
		max-height:95px;
	overflow:hidden;
}

@media screen and (max-width:767px){
	.franchiseeslider{
		max-height:80px;
		overflow:hidden;
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
	
	.mainlogoslider{
		max-height:80px;
		overflow:hidden;
	}
}

@media screen and (max-width:1140px){
	.headerus{
		background: #111111;	
	}
	
	.headerus .header-container{
		display:flex !important;
	}
	
	.headerus .header-container.header-container-us {
		display:none !important;
	}
	
	.header-container{
		width:100%;
		padding:15px;
	}
	
	.header-container-left{
		display:none !important;
	}
	
	.header-container-right{
		display:none !important;
	}
	
	.header-container-burger{
		display:flex;
		width:46px;
	}
	
	.header-container-logo{
		width:46px !important;
	}
	
	.header-container.header-container-us .header-container-us-left{
		width: 100%;
    justify-content: space-between;
	}
	.header-container.header-container-us .header-container-us-left .blacklogo{
		display:none;
	}
	
	.header-container.header-container-us .header-container-us-left .whitelogo{
		display:block;
	}
}

.mobilemenu{
	display:flex !important;
	position:fixed;
	top:0;
	left:1300px;
	width:100%;
	height:100vh;
	background: black;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	z-index:100;
	transition:0.7s all ease-in-out;
	opacity:0;
}

.mobilemenu.activemenu{
	left:0px;
	opacity:1;
}

.mobilemenu-top{
	padding:15px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	margin-bottom:40px;
	width:100%;
	box-sizing: border-box;
}

.mobilemenu-top .mobiletop-logo{
	height:45px;
}

.mobilemenu-top .mobiletop-cross{
	height:45px;
}

.mobilemenu-links{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	width: 100%;
}

.mobilemenu-links a{
	padding: 20px 15px;
	border-bottom:1px solid white;
	font-size:16px;
	font-family:Manrope;
	font-weight:500;
	width:100%;
	text-decoration:none;
	color:white;
}

.mobilemenu-links-parent{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	width: 100%;
}

.mobilemenu-links-parent .mobilemenu-links-parent-top{
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:center;
	position:relative;
	padding: 20px 15px;
	border-bottom:1px solid white;
	border-top:1px solid white;
	box-sizing: border-box;
}

.mobilemenu-links-parent .mobilemenu-links-parent-top p{
	font-size:16px;
	font-family:Manrope;
	font-weight:500;
	width:100%;
	text-decoration:none;
	text-transform:uppercase;
	color:white;
}

.mobilemenu-links-parent .mobilemenu-links-parent-top img{
	position:absolute;
	right:15px;
	top:50%;
	transform:translatey(-50%);
	width:20px;
	transition:0.4s all ease-in-out;
}

.mobilemenu-links-parent-top.activetop img{
	transform: translatey(-50%) rotate(180deg);
}

.mobilemenu-links-parent .mobilemenu-links-parent-bot{
	display:flex;
	flex-direction: column;
	align-items:flex-start;
	background: #231F20;
	width:100%;
	height:0px;
	overflow:hidden;
	transition: 0.4s height ease-in-out;
}

.mobilemenu-links-parent-bot.activebot{
	height:auto;
}

.mobilemenu-links-parent .mobilemenu-links-parent-bot a{
	padding:20px 30px;
}


@media screen and (min-width:1140px){
	.mobilemenu{
		display:none !important;
	}
}

/* Footer  */
footer{
	background: #000000;
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	box-sizing:border-box;
}

footer .footer-topcontainer{
	width:1200px;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:space-between;
	padding-top:30px;
	padding-bottom:30px;
}

.footer-topcontainer .footer-topcontainer-left{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	padding-right:80px;
	border-right:1px solid #E4E4E4;
}

.footer-topcontainer-left .footer-topcontainer-left-logo{
	width:220px;
	height:auto;
	margin-bottom:15px;
}

.footer-topcontainer .footer-topcontainer-left p{
	font-family:Manrope;
	font-size:14px;
	font-weight:400;
	color: #E4E4E4;
	margin-bottom:25px;
	width:220px;
}

.footer-topcontainer-left .footer-topcontainer-left-socials{
	display:flex;
	flex-direction:row;
	align-items:center;
}

.footer-topcontainer-left-socials .footer-topcontainer-left-socials-single{
	width:36px;
	height:36px;
	border:1px solid #E4E4E4;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:15px;
}

.footer-topcontainer-left-socials .footer-topcontainer-left-socials-single:hover{
	background: var(--red);
}

.footer-topcontainer-left-socials .footer-topcontainer-left-socials-single img{
	width:20px;
}

.footer-topcontainer-right{
	padding-left:80px;
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:space-between;
}

.footer-topcontainer-right .footer-topcontainer-right-col{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.footer-topcontainer-right .footer-topcontainer-right-col h5{
	margin-top:0px;
	margin-bottom:20px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:500;
	font-family:Manrope;
	color:white;
}

.footer-topcontainer-right-col .footer-topcontainer-right-col-links{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.footer-topcontainer-right-col .footer-topcontainer-right-col-links a{
	font-size:14px;
	font-weight:400;
	color: #E4E4E4;
	font-family: Manrope;
	margin-bottom:15px;
	text-decoration:none;
}

.footer-topcontainer-right-col .footer-topcontainer-right-col-links a:hover{
	color: var(--red);
}

.footer-topcontainer-right-col .footer-topcontainer-right-col-contacts{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.footer-topcontainer-right-col .footer-topcontainer-right-col-contacts .footer-topcontainer-right-col-contacts-single{
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-bottom:15px;
	text-decoration:none;
}

.footer-topcontainer-right-col .footer-topcontainer-right-col-contacts .footer-topcontainer-right-col-contacts-single img{
	width:15px;
	margin-right:7px;
}

.footer-topcontainer-right-col .footer-topcontainer-right-col-contacts .footer-topcontainer-right-col-contacts-single p{
	font-size:14px;
	font-weight:400;
	color: #E4E4E4;
	font-family: Manrope;
}

.footer-copyright{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:15px;
	border-top:1px solid #E4E4E4;
}

.footer-copyright p{
	font-size:14px;
	font-weight:400;
	font-family:Manrope;
	color: #E4E4E4;
	text-align:center;
}

@media screen and (max-width:1140px){
	
	footer{
		padding-left:15px;
		padding-right:15px;
		overflow-x:hidden;
	}
	
	footer .footer-topcontainer{
		flex-direction:column;
		align-items:flex-start;
		width: 100%;
	}
	
	footer .footer-topcontainer-right{
		flex-direction:row;
		align-items:flex-start;
		padding-left:0px;
		margin-top:40px;
		flex-wrap: wrap;
	}
	
	.footer-topcontainer .footer-topcontainer-left{
		width:100%;
		border-right:none;
		border-bottom:1px solid #E4E4E4;
		padding-right:0px;
		padding-bottom: 40px;
	}
	
	.footer-topcontainer-right .footer-topcontainer-right-col{
		width:50%;
	}
	
	.footer-topcontainer-right .footer-topcontainer-right-col:last-child{
		width:100%;
		margin-top:30px;
	}
	
	.footer-topcontainer .footer-topcontainer-left p{
		width:220px;
	}
}

/* Services Block */

.servicessection-box .servicessection-box-popup{
	height: 100%;
    z-index: 20;
	opacity:0;
	transition:0.4s all ease-in-out;
}

.servicessection-box:hover .servicessection-box-popup{
	opacity: 1;
}

/* Contact Form */

.contactform form{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
}

.contactform form .wpcf7-form-control-wrap{
	width:100%;
	margin-bottom:17px;
}

.contactform form .wpcf7-form-control-wrap input{
	width:100%;
	-webkit-appearance: none;
	border-radius:0px;
	color: white;
	font-size:14px;
}

.contactform form .wpcf7-form-control-wrap select{
	width: 100%;
    color: #E4E4E4;
	font-size:16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/uploads/2024/09/select-arrow.png);
    background-position-y: center;
    background-position-x: 95%;
    background-repeat: no-repeat;
    background-size: 15px;
	border-radius:0px;
}

.contactform.contactformwhite form .wpcf7-form-control-wrap select{
	background-image: url(/wp-content/uploads/2025/06/select-arrow-b.png);
}

@media screen and (max-width:767px){
	.contactform form .wpcf7-form-control-wrap input{
		font-size:16px;
	}
	
	.contactform form .wpcf7-form-control-wrap select{
		font-size:16px;
	}
}

.contactform form .wpcf7-submit{
	width:100%;
	background: var(--red);
	color:white;
	font-family: Manrope;
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
	border:none;
	padding:16px 25px;
	margin-top:10px;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius:0px;
}

.contactform form .wpcf7-submit:hover{
	background:black;
	color: var(--red);
}

.contactform form .wpcf7-spinner{
	position:absolute;
	bottom:-35px;
	left:50%;
	transform:translatex(-50%);
	margin:0px;
	padding:0px;
}

.contactform form .wpcf7-response-output{
	position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translatex(-50%);
    margin: 0px;
    width: 100%;
    background: white;
    padding: 10px;
    font-family: 'Manrope';
    font-size: 14px;
	z-index:30;
}

.contactform form .wpcf7-not-valid-tip{
	display:none;
}

.contactform form .wpcf7-form-control-wrap input.wpcf7-not-valid{
	border-color:var(--red) !important;
}

.contactform form .wpcf7-form-control-wrap select.wpcf7-not-valid{
	border-color:var(--red) !important;
}




.locationstoggle .elementor-tab-title{
	border-bottom: 2px solid #D72638 !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.locationstoggle .elementor-toggle-icon, .locationstoggle .elementor-toggle-icon svg{
	width:22px !important;
	height:22px !important;
}

.locationstoggle .elementor-tab-content ul li{
	margin-bottom:5px;
}

.locationstoggle .elementor-tab-content ul li a{
	color:#ffffff;
	
}

.locationstoggle .elementor-tab-content ul li a:hover{
	color: #D72638;
}


.textblockimg ul{
	list-style-type: square;
	padding-left:20px;
}

.textblockimg ul li{
	margin-bottom:5px;
}

.textblockimg ul li:last-child{
	margin-bottom:0px;
}

/* 404 Page */

body.error404 footer{
		display:none;
}

body.error404{
	height:100vh;
	overflow:hidden;
}

.pageerrorcontent{
	background:url(/wp-content/uploads/2025/04/home-bg-flags-desktop.png);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
}

.pageerrorcontent .pageerrorcontainer{
	width:1200px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.pageerrorcontent .pageerrorcontainer h1{
	font-size:200px;
	font-family:"manrope";
	font-weight:600;
	margin-bottom:30px;
	color:white;
}

.pageerrorcontent .pageerrorcontainer p{
	font-size:20px;
	font-family:"manrope";
	font-weight:500;
	margin-bottom:60px;
	color:white;
	text-align:center;
	line-height: 26px;
}

.pageerrorcontent .pageerrorcontainer a{
	background:#D72638;
	padding: 18px 60px;
	font-family:"manrope";
	font-weight:600;
	font-size:18px;
	text-transform:uppercase;
	color:white;
	text-decoration:none;
}

@media screen and (max-width:767px){
	.pageerrorcontent .pageerrorcontainer h1{
	font-size:150px;
}
	
	.pageerrorcontent .pageerrorcontainer{
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	
	.pageerrorcontent .pageerrorcontainer p{
		font-size:18px;
		line-height: 24px;
	}
	
	.pageerrorcontent{
		background:url(/wp-content/uploads/2025/04/home-bg-flags-mobile2.png);
		background-position: center;
    	background-size: cover;
    	background-repeat: no-repeat;
	}
}


.locationsbox a{
	color:white !important;

}

.locationsbox a:hover{
	color: #D72638  !important;
}


.blogsection h4{    
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
}

.blogsection ul{
list-style-type: square;
    padding-left: 20px;
}

.blogsection ul li{
    margin-bottom: 7px;
}

.textblockimg ul li:last-child {
    margin-bottom: 0px; 
}

.blogsection a{
	color: #e4e4e4;
	text-decoration:underline !important;
}

.blogsection p strong {
	font-weight:600;
}

.togglestyle p{
	font-family:"Manrope";
	font-size:16px;
	line-height:140%;
}


.blogcontent .blogcontent-heading{
	background: url(/wp-content/uploads/2025/05/red-bg.svg);
	background-size:cover;
	padding:150px 15px 80px 15px;
	width:auto;
}

.blogcontent-heading h1{
	color: white;
    font-family: "Manrope";
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.blogposts-list{
	width:auto;
	padding-left:15px;
	padding-right:15px;
	display: grid;
	margin-top:60px;
	margin-bottom:120px;
	grid-gap: 1rem;
}

@media screen and (min-width:1200px){
.blogposts-list{
	width:1200px;
	display: grid;
  grid-template-columns: repeat(3, 1fr);
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	margin-bottom:120px;
}
	
	.blogcontent .blogcontent-heading{
			padding:150px 15px 100px 15px;
	}
	
	.blogcontent-heading h1{
		font-size:50px;
	}
}

.blogposts-list .blog-post{
	display:flex;
	flex-direction:column;
	align-items: flex-start;
}

.blogposts-list .blog-post .blog-post-thumb{
	width:100%;
}

.blogposts-list .blog-post .blog-post-thumb img{
	width:100%;
	height:auto;
}

.blogposts-list .blog-post .blog-post-title{
	color: white;
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    line-height: 140%;
    margin-top: 20px;
    margin-bottom: 10px;
}


.blogposts-list .blog-post p{
	color: #e4e4e4;
    font-family: 'Manrope';
    font-size: 16px;
	 line-height: 140%;
}


	
.phonelink a{
color: #111111 !important;
}


.phonelink a:hover{
color: #D72638 !important;
}


.serviceslinksimg .qodef-m-images{
	margin-bottom:10px;
}

.serviceslinksimg .qodef-m-items{
	padding-left:50px !important;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.serviceslinksimg .qodef-m-items a{
	padding-top:10px;
	padding-bottom:30px;
	width:100%;
	margin:0px !important;
}

.serviceslinksimg .qodef-m-items a:first-child{
	padding-top:0px;
}

.serviceslinksimg .qodef-m-items a:after{
	content: "";
	width:100%;
	height:1px;
	background-color: #111111;
	position: absolute;
    bottom: 10px;
    left: 0px;
}

.serviceslinksimg .qodef-m-items a.qodef--active:after{
	background-color: #D72638;
}


.serviceslinksimg .qodef-m-items a .qodef-e-title .qodef-e-inner-title:after{
	content: none !important;
}

@media screen and (max-width: 767px){
	.serviceslinksimg{
		display: flex;
    flex-direction: column-reverse;
		    width: 100%;
    overflow: hidden;
	}
	
	.serviceslinksimg .qodef-m-items{
		padding-left: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
    margin-top: 280px;
    width: 100%;
	}
	
	.serviceslinksimg .qodef-m-images{
		height:250px;
		        width: 450px;
	}
	
	.serviceslinksimg .qodef-m-images .qodef-e-image{
		height:250px;
		        width: 450px;
	}
	
	.rotatingsection{
		overflow:hidden !important;
	}
}



.igfeedblock{
	min-height: 760px !important;
}