<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Services Style 1 */
.services-style-1 .sigma-service-date {
    background: #F17024;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: -30px;
}
.services-style-1 .sigma-service-content-cover {
    background: #fff;
    box-shadow: 1px 1px 25px 0px rgba(83, 95, 159, 0.15);
    padding: 0 25px 25px 25px;
    position: relative;
    top: -35px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-style-1 .sigma-service-service-wrapper:hover .sigma-service-content-cover {
    top: -45px;
}
.services-style-1 h3 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 25px;
    margin-bottom: 5px;
	min-height:70px;
}
.services-style-1 p {
    margin-bottom: 15px;
}
.sigma-service-content p{
	min-height:75px;
}
.services-style-1 .sigma-service-content a {
    color: #F17024;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Poppins;
    text-decoration: underline;
    font-weight: 800;
}
.services-style-1 .sigma-service-image-container {
    overflow: hidden;
    position: relative;
}
.services-style-1 .service-image {
    transform: scale(1.01);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-style-1 .sigma-service-service-wrapper:hover .service-image {
    transform: scale(1.2);
}
.services-btn a {
    background: #F17024;
    color: #ffffff !important;
    border: none;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-family: Poppins;
    box-shadow: 0 12px 20px rgb(144, 182, 197);
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.services-btn a:hover {
    background: #2a2b25;
    box-shadow: 0 12px 20px rgba(9, 22, 42, 0.1);
}
.services-btn a:before {
    position: absolute;
    left: -10px;
    top: 20px;
    width: 10px;
    height: 1px;
    content: "";
    background: #fff9f3;
}
.services-btn a:after {
    position: absolute;
    right: -10px;
    top: 20px;
    width: 10px;
    height: 1px;
    content: "";
    background: #fff9f3;
}
.services-btn {
    position: relative;
    text-align: center;
}
.services-btn:before {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    content: "";
    background: #eeeeee;
}
.services-btn span {
    display: inherit;
    font-family: Poppins;
    margin-top: 10px;
    font-weight: 900;
    color: #2a2b25;
}
.services-style-1 i {
    font-size: 34px;
}
/*! Services Style 2 */
.services-style-2 .sigma-service-service-wrapper {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 30px;
}
.services-style-2 .sigma-service-date i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 30px;
    font-size: 40px;
    color: #fff;
    background-color: #F17024;
}
.services-style-2 .service-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
}
.sigma-service-slide .sigma-service-date i.flaticon-motorway {
    padding-right: 13px;
}
.services-style-1 .sigma-service-image-container a:before,
.services-style-1 .sigma-service-content-cover:before {
    content: '';
    border: 1px solid #F17024;
    display: block;
    position: absolute;
    height: calc(100% - 15px);
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
    top: 0px;
    right: 15px;
    z-index: -1;
    border-top: none;
}
.services-style-1 .sigma-service-image-container&gt;a:before {
    z-index: 1;
    top: 15px;
    border-top: 1px solid #F17024;
    border-bottom: none;
}
</pre></body></html>