
section[data-module="az-pillar"] {
    
    text-align: center;

}

section[data-module="az-pillar"] h2 {

    color: #fff;
} 

section[data-module="az-pillar"] .img-roof {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    position: relative;
	margin: auto;
	width: 100%;
	height: 420px;
}


section[data-module="az-pillar"] .content {
	background-size: contain;
    position: absolute;
    color: #fff;
    top: 45%;
    width: 40%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}


section[data-module="az-pillar"] ul.list-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	padding: 10px 110px 0px 110px;
}


section[data-module="az-pillar"] ul.list-services li {
	width: calc(25% - 20px);
	margin: 10px;
	text-align: center;
	background-color: #efefef;
	list-style: none;
	padding: 40px 20px;
	border-radius: 10px;
    position: relative;
    transition: 0.3s;
}

section[data-module="az-pillar"] .icon {
	width: 70px;
	height: 70px;
	margin: auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	color: #fff;
	font-size: 30px;
}

section[data-module="az-pillar"] ul.list-services li::before {
	content: "";
	background-color: black;
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	top: -25px;
	border-radius: 50px;
}

section[data-module="az-pillar"] ul.list-services li::after {
	content: "";
	background-color: black;
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: -25px;
	border-radius: 50px;
}


section[data-module="az-pillar"] ul.list-services li .description {
	margin-bottom: 10px;
}


section[data-module="az-pillar"] ul.list-services li a {
	color: #000;
}

section[data-module="az-pillar"] ul.list-services li:nth-child(1) .icon, section[data-module="az-pillar"] ul.list-services li:nth-child(1)::before, section[data-module="az-pillar"] ul.list-services li:nth-child(1)::after  {
    background-color: #3ac7e8;
}

section[data-module="az-pillar"] ul.list-services li:nth-child(2) .icon, section[data-module="az-pillar"] ul.list-services li:nth-child(2)::before, section[data-module="az-pillar"] ul.list-services li:nth-child(2)::after  {
    background-color: #1ca4d3;
}

section[data-module="az-pillar"] ul.list-services li:nth-child(3) .icon, section[data-module="az-pillar"] ul.list-services li:nth-child(3)::before, section[data-module="az-pillar"] ul.list-services li:nth-child(3)::after  {
    background-color: #0089c9;
}

section[data-module="az-pillar"] ul.list-services li:nth-child(4) .icon, section[data-module="az-pillar"] ul.list-services li:nth-child(4)::before, section[data-module="az-pillar"] ul.list-services li:nth-child(4)::after  {
    background-color: #0067a9;
}

/*Hover Effects*/

section[data-module="az-pillar"] ul.list-services li:hover .icon, section[data-module="az-pillar"] ul.list-services li:hover::before, section[data-module="az-pillar"] ul.list-services li:hover::after  {
    background-color: #005584;
    transition: 0.3s;
}

section[data-module="az-pillar"] ul.list-services li:hover{
    background-color: #2eb5dd;
    transition: 0.3s;
}

section[data-module="az-pillar"] ul.list-services li:hover h3, section[data-module="az-pillar"] ul.list-services li:hover .description, section[data-module="az-pillar"] ul.list-services li:hover a{
    color: #fff;
    transition: 0.3s;
}


section[data-module="az-pillar"] .icon svg {
    width: 38px;
    height: 38px;
    transition: transform 0.3s ease;
    fill: #fff;
}

section[data-module="az-pillar"] ul.list-services li:hover svg {
    transform: scale(1.2);
	fill: #fff;
}



@media only screen and (max-width: 1440px) and (min-width: 1200px) {

    section[data-module="az-pillar"] .img-roof {
	height: 300px;
    }

    section[data-module="az-pillar"] .content {
	top: 42%;
	width: 50%;
	font-size: 13px;
}

    section[data-module="az-pillar"] ul.list-services {
	padding: 10px 30px 0px 30px;
    }

    section[data-module="az-pillar"] .icon {
	width: 60px;
	height: 60px;
	font-size: 25px;
    }

}

@media (min-width: 768px) and (max-width: 980px) {

    section[data-module="az-pillar"] .img-roof {
	background-size: 160%;
	height: 360px;
    }

    section[data-module="az-pillar"] .content {
	top: 42%;
	width: 70%;
    }

    section[data-module="az-pillar"] ul.list-services {
	padding: 0px 10px;
    }

    section[data-module="az-pillar"] .icon {
	width: 50px;
	height: 50px;
    font-size: 20px;
    }

    section[data-module="az-pillar"] ul.list-services li {
	padding: 20px;
    }

   

}
@media (max-width: 480px) {

 
    section[data-module="az-pillar"] .content {
	top: 40%;
	width: 90%;
    }

    section[data-module="az-pillar"] .img-roof {
	background-size: 340%;
	width: 100%;
	height: 370px;
	background-position: bottom;
}

    section[data-module="az-pillar"] .content {
	top: 40%;
	width: 90%;
}

    section[data-module="az-pillar"] ul.list-services {
	padding: 0px;
    }


    section[data-module="az-pillar"] ul.list-services li {
	width: calc(50% - 20px);
	margin: 30px 10px;
	padding: 20px 10px;
    }

    section[data-module="az-pillar"] .icon {
	width: 50px;
	height: 50px;
	font-size: 20px;
    }
 
}

