








.page_header_section {
    background-image: url(/assets/images/header-breadcrumb.jpg);
    padding: 50px 0px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page_header_section:before,
.page_header_section:before,
.page_header_section:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: var(--ma-type-primary);
    opacity: 0.8;
}

.page_header_section h1 {
    font-size:var(--ma-greeting-title);
    color:white;
}

/*-------------------------------------------------------------------*/

.breadcrumb {
    background-color:transparent;
    margin:0px;
    padding: 0px;
}

.breadcrumb li {
    margin-right:10px;
    font-size:var(--ma-body-text);
    color:white;
}

.breadcrumb li a {
    color:white;
}

.breadcrumb li span {
    color:white;
}

.breadcrumb li strong {
    color:white;
}

/*----------------------------------------------------------------------*/

.blog_section {
    background-color:white;
    padding:50px 0px 50px 0px;
}

.post-header {
    display:block;
    margin-bottom:20px;
}

.post-header h2 {
    color: var(--ma-type-primary);
    font-size: var(--ma-page-title);
    margin-bottom: 10px;
}

.post-header p {
    color: var(--ma-type-secondary);
    font-size: var(--ma-body-text);
    width: 100%;
}

.post-content p {
    color: var(--ma-type-secondary);
    font-size: var(--ma-body-text);
    width: 100%;
}

.post-content h1 {
    color: var(--ma-type-primary);
    font-size: var(--ma-page-title);
    margin-bottom: 10px;
}

.post-content h4 {
    color: var(--ma-type-secondary);
    font-size: var(--ma-header);
    margin-bottom: 10px;
}

.post-content p.list_point {
    color: var(--ma-type-secondary);
    font-size: var(--ma-body-text);
    width: 100%;
    margin-bottom: 10px;
    position:relative;
    padding-left:20px;
}
.post-content p.list_point span {
    position: absolute;
    left: 0px;
    top: 5px;
    height: 10px;
    width: 10px;
    background-color: var(--ma-type-primary);
    border-radius: 100%;
}

.post-content a {
    color: var(--ma-type-primary);
    text-decoration:underline;
}

.post-content a:hover,
.post-content a:focus,
.post-content a:active {
    color: var(--ma-type-primary);
    text-decoration:underline;
}


/*----------------------------------------------------------------------*/

.right_links {
    background-color: #eeeeee;
    padding: 20px;
}

.right_links h2 {
    color: var(--ma-type-primary);
    font-size: var(--ma-page-title);
    margin-bottom: 10px;
}

.right_links a {
    display: block;
    color: var(--ma-type-secondary);
    font-size: var(--ma-body-text);
    width: 100%;
    margin-bottom: 5px;
}

.right_links a:hover,
.right_links a:focus,
.right_links a:active {
    color: var(--ma-type-secondary);
    text-decoration:underline;
}


/*----------------------------------------------------------------------*/


.any_project_section {
    background-image: url(/assets/images/contect-us.jpg);
    padding: 50px 0px;
    position: relative;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.any_project_section:before,
.any_project_section:before,
.any_project_section:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: var(--ma-type-primary);
    opacity: 0.8;
}


.any_project_section h2 {
    color: white;
    font-size: var(--ma-page-title);
    margin-bottom: 10px;
    position:relative;
    z-index:100;
}


.any_project_section a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid white;
    color: white;
    background: transparent;
    border-radius: 5px;
    font-size: var(--ma-body-text);
}

.any_project_section a:hover,
.any_project_section a:focus,
.any_project_section a:active {
    background-color: white;
    color:var(--ma-type-primary);
    text-decoration:none;
}

