.page_header_section{}
.page_header_section hr{
	color: #000;
	opacity: 0.2;
	margin: 2.5rem 0 0 0;
}
.section-services{

}
@media (min-width: 1640px) {
	.section-services .container{
		max-width: 1617.06px;
	}
}
.section-services .section-services-title .description{
	margin: 0;
}
.section-services .section-services-cards{
	row-gap: 30px;
}
.section-services .section-services-cards .section-service-card{
	padding: 40px 32px 120px 50px;
	border: 1px solid #E6E6EB;
	border-top:12px solid #1961FE;
	border-radius: 40px;
	box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
	background-color: #fff;
	height: 100%;
	display: block;
	position: relative;
}
.section-services .section-services-cards .section-service-card.center{
	border-top:12px solid #000000;
}
.section-services .section-services-cards .section-service-card .section-service-image{
	min-height: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-items: center;
}
.section-services .section-services-cards .section-service-card .section-service-image img{
	display: block;
	height: auto;
    object-fit: contain;
    object-position: center center;
    max-height: 120px;
    max-width: 100%;
}
.section-services .section-services-cards .section-service-card .section-service-content{

}
.section-services .section-services-cards .section-service-card .section-service-content h5.section-service-title{
	margin: 0 0 27px 0;
}
.section-services .section-services-cards .section-service-card .section-service-content hr{
	border: 1px solid;
	border-image-slice: 1;
  	border-width: 1px;
	border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
	margin: 0 0 17px 0;
}
.section-services .section-services-cards .section-service-card a.bottom-button.btn.btn-primary{
	position: absolute;
	left: 50px;
	bottom: 33px;
}
.section-services .section-services-cards .section-service-card.center a.bottom-button.btn.btn-primary{
	background-color: var(--primary-color);
	border-color:var(--primary-color);
}
.section-services .section-services-cards .section-service-card.center a.bottom-button.btn.btn-primary:hover,
.section-services .section-services-cards .section-service-card.center a.bottom-button.btn.btn-primary:focus,
.section-services .section-services-cards .section-service-card.center a.bottom-button.btn.btn-primary:focus-visible,
.section-services .section-services-cards .section-service-card.center a.bottom-button.btn.btn-primary:active{
	background-color: var(--white);
    color: var(--primary-color);
    border-color:var(--primary-color);
}
.section-services .section-services-cards .section-service-card ul.section-service-pointers{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.section-services .section-services-cards .section-service-card ul.section-service-pointers li{
	padding: 0 0 0 32px;
	margin: 0 0 15px 0;
	display: block;
	position: relative;
}
.section-services .section-services-cards .section-service-card ul.section-service-pointers li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 18px;
	height: 12px;
	background-image: url(../images/blue_arrow.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}
.section-services .section-services-cards .section-service-card ul.section-service-pointers li:last-child{
	margin: 0;
}
/***/
.why-dwa-section{

}
.why-dwa-section .why-dwa-image{
	position: relative;
	text-align: right;
}
.why-dwa-section .why-dwa-image .right-side-image{
	display: inline-block;
	position: relative;
	font-size: 0;
	line-break: 0;
	margin: 0;
	padding: 0;
}
.why-dwa-section .why-dwa-image .right-side-image img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.why-dwa-section .why-dwa-info .section-title{}
.why-dwa-section .why-dwa-info .section-description{}
.why-dwa-section .why-dwa-info .why-dwa-pointer{
	padding-right: 20px;
}
.why-dwa-section .why-dwa-info .why-dwa-pointer .pointer-item{
	margin-left: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
	border-image-slice: 1;
  	border-bottom-width: 1px;
	border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
	display: block;
	position: relative;

}
.why-dwa-section .why-dwa-info .why-dwa-pointer > div.pointer-item:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.why-dwa-section .why-dwa-info .why-dwa-pointer .pointer-item:before{
	content: "";
	position: absolute;
	left: -30px;
	top: 9px;
	width: 18px;
	height: 12px;
	background-image: url(../images/blue_arrow.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}
/***/
.ongoing-support-section{

}
.ongoing-support-section .ongoing-support-image{
	position: relative;
	text-align: left;
}
.ongoing-support-section .ongoing-support-image .left-side-image{
	display: inline-block;
	position: relative;
	font-size: 0;
	line-break: 0;
	margin: 0;
	padding: 0;
}
.ongoing-support-section .ongoing-support-image .left-side-image img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.ongoing-support-section .ongoing-support-info{

}
.ongoing-support-section .ongoing-support-info h2.section-title.mb-5{
	margin-bottom: 2.5rem !important;
}
.ongoing-support-section .ongoing-support-info .section-description ul{
	list-style-type: none;
	margin: 0 0 1rem 0;
	padding: 0;
}
.ongoing-support-section .ongoing-support-info .section-description ul li{
	padding: 0 0 0 32px;
	margin: 0 0 15px 0;
	display: block;
	position: relative;
}
.ongoing-support-section .ongoing-support-info .section-description ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 18px;
	height: 12px;
	background-image: url(../images/blue_arrow.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}
.ongoing-support-section .ongoing-support-info .section-description ul li:last-child{
	margin: 0;
}
/****25-11-2026***/
.Section-single-service-header{

}
.Section-single-service-header .single-service-header-tag{
	display: block;
	width: 100%;
}
.Section-single-service-header.section_bluebg .single-service-header-tag{
	color: var(--lightblue);
    display: inline-flex;
    border: 1px solid #fffefe4d;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: var(--font-secondary);
    width: auto;
}
.Section-single-service-header.section_bluebg .single-service-header-title{
	color: var(--white);
}
.Section-single-service-header.section_bluebg .single-service-header-description{
	color: var(--white);
}
.Section-single-service-header .single-service-header-buttons{

}
.Section-single-service-header .single-service-header-buttons a.btn{
	margin: 0 35px 0 0;
}
.Section-single-service-header .single-service-header-buttons a.btn:last-child{
	margin: 0 0 0 0;
}

/***************
RESPONSIVE
***************/
@media (min-width: 992px) and (max-width: 1199px){
	.section-services .container {
        max-width:calc(100vw - 50px);

    }
    .section-services .section-services-cards .section-service-card{
    	padding: 20px 20px 100px 20px;
    }
    .section-services .section-services-cards .section-service-card a.bottom-button.btn.btn-primary{
    	left: 20px;
    	bottom: 20px;
    }
}
@media (max-width: 991px){
	.why-dwa-section .why-dwa-image{
		text-align: left;		
		order: 1;
	}
	.why-dwa-section .why-dwa-info{
		order: 2;
		margin-top: 30px;
	}
	.ongoing-support-section .ongoing-support-image{
		margin-bottom: 30px;
	}
	.section-services .section-services-cards .section-service-card{
    	padding: 20px 20px 100px 20px;
    	border-radius: 20px;
    }
    .section-services .section-services-cards .section-service-card a.bottom-button.btn.btn-primary{
    	left: 20px;
    	bottom: 20px;
    }

}
@media (max-width: 767px){
	
}