﻿.page_header_section{
    padding: 70px 0px;
    position: relative;
    display: flex;
    align-items: center;
    flex-align: center;
    background-image: url(/Assets/Images/mefron_pattern.png);
    background-size: cover;
    background-position: center;
    min-height: 450px;
}
.page_header_section:before{
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--ma-type-primary);
    z-index: -1;
}
.page_header_section h1{
    color:var(--ma-grey20);
    font-size: var(--ma-greeting-title);
    margin-bottom:10px;
    font-weight:400;
}
.page_header_section p{
    color:white;
    position:relative;
}
.page_header_section p::before{
    content:"";
    position:absolute;
    border-bottom:2px solid var(--ma-type-secondprimary);
    width:5%;
    top:25px;
}
.page_header_section .Inquiry_btn{
    display: inline-block;
    background-color: var(--ma-grey30);
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--ma-type-primary);
    border: 1px solid var(--ma-grey30);
    margin-right: 10px;
    font-size: var(--ma-body-text);
}
.page_header_section .Inquiry_btn:hover, 
.page_header_section .Inquiry_btn:focus, 
.page_header_section .Inquiry_btn:active {
    background-color: var(--ma-grey30);
    color: var(--ma-type-primary);
    border: 1px solid var(--ma-grey30);
    text-decoration: none;
    outline: 0;
}

/*-------------------------------------------------------------------*/
.breadcrumb{
    background-color:transparent;
    margin:0;
    padding:0;
    margin-bottom:10px;
}
.breadcrumb li{
    margin-right:10px;
    font-size:var(--ma-body-text);
    color:var(--ma-grey10);
}
.breadcrumb li a,
.breadcrumb li a:active,
.breadcrumb li a:focus,
.breadcrumb li a:hover,
.breadcrumb li span,
.breadcrumb li strong{
    color:var(--ma-grey20)
}


/*-------------------------------------------------------------------*/
.box_building_section{
    padding:50px 0px;
}
.box_building_section h2{
    color: var(--ma-type-primary);
    font-size: var(--ma-page-title);
    margin-bottom: 10px;
}
.box_building_section p{
    font-size: var(--ma-body-text);
    color: var(--ma-gray-700);
    margin-bottom: 10px;
}
.box_building_section p a{
    color:var(--ma-type-secondprimary);
}
.box_building_section p a:active,
.box_building_section p a:focus,
.box_building_section p a:hover{
    color:var(--ma-type-secondprimary);
    text-decoration:underline;
    outline:0;
}
.box_building_section .get_touch_btn{
    background-color: var(--ma-type-secondprimary);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--ma-grey10);
    border: 1px solid var(--ma-type-secondprimary);
    margin-right: 10px;
    font-size: var(--ma-body-text);
}
.box_building_section .get_touch_btn:hover,
.box_building_section .get_touch_btn:focus,
.box_building_section .get_touch_btn:active {
    color: var(--ma-grey10);
    background-color: var(--ma-type-secondprimary);
    text-decoration:none;
    outline:none;
}


/*----------------------------------------------------------------------*/
.box_building_service_section{
    padding: 50px 0px 50px 0px;
    background-color:var(--ma-grey10);
}
.box_building_service_section h2{
    color: var(--ma-type-primary);
    font-size: var(--ma-page-title);
    margin-bottom: 5px;
}
.box_building_service_section h3 {
    font-size: var(--ma-header);
    color: var(--ma-gray-700);
    margin-bottom: 10px;
}
.box_building_service_section p {
    font-size: var(--ma-body-text);
    color: var(--ma-gray-700);
    margin-bottom: 0px;
}
.box_building_service_section p a{
    color:var(--ma-type-secondprimary);
}
.box_building_service_section p a:active,
.box_building_service_section p a:focus,
.box_building_service_section p a:hover{
    color:var(--ma-type-secondprimary);
    text-decoration:underline;
    outline:0;
}
.box_building_service_section p.list_point {
    font-size: var(--ma-body-text);
    color: var(--ma-gray-700);
    margin-bottom: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" fill="rgb(245, 134, 52)" xmlns="http://www.w3.org/2000/svg"><g><path d="M17.7,1.4c1.1,0.3,1.9,1.1,2.7,1.8c8.8,8.1,17.6,16.2,26.3,24.3c1.1,1,1.6,2.1,1.1,3.5c-0.2,0.5-0.6,1-1,1.4c-9.1,8.4-18.2,16.8-27.3,25.2c-1.5,1.4-3.5,1.4-5.1,0c-0.7-0.6-1.5-1.3-2.1-2c-1.1-1.2-1-2.9,0.1-4c0.2-0.2,0.4-0.4,0.5-0.5c7.4-6.8,14.8-13.7,22.2-20.5c0.2-0.2,0.4-0.3,0.7-0.7c-0.2-0.1-0.5-0.2-0.6-0.3c-7.5-6.9-15-13.8-22.5-20.7c-1.4-1.3-1.7-3.1-0.5-4.3c1.2-1.2,2.3-2.6,4.1-3.2H17.7L17.7,1.4z"/></g></svg>');
    background-position: left 4px top 4px;
    background-size: 10px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 20px;
}
.box_building_service_section img{
    filter: grayscale(50%);
    border-radius: 10px;
    max-height:400px;
}


/*----------------------------------------------------------------------*/
.box_build_we_do_section{
    padding:50px 0px;
}
.box_build_we_do_section h2{
    color: var(--ma-type-primary);
    font-size: var(--ma-page-title);
    margin-bottom: 0px;
}
.box_build_we_do_box {
    padding: 0px 0px 0px 70px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.box_build_we_do_box i {
    position:absolute;
    left:0px;
    top:0px;
    display: inline-block;
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.box_build_we_do_box h3 {
    font-size: var(--ma-header);
    color: var(--ma-gray-700);
    margin-bottom: 5px;
}
.box_build_we_do_box p {
    font-size: var(--ma-body-text);
    color: var(--ma-gray-700);
    margin-bottom: 0px;
}


/*--------------------------------------------------------------------------------------------*/

.our_capabilities_section{
   position: relative;
    padding: 50px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/Assets/Images/mefron_pattern.png);
    background-color: #2C2755;
}
.our_capabilities_section h2 {
    color: var(--ma-white);
    font-size: var(--ma-page-title);
    margin-bottom: 0px;
}
.our_capabilities_section p.list_point {
    font-size: var(--ma-body-text);
    color: var(--ma-grey10);
    margin-bottom: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" fill="rgb(245, 134, 52)" xmlns="http://www.w3.org/2000/svg"><g><path d="M17.7,1.4c1.1,0.3,1.9,1.1,2.7,1.8c8.8,8.1,17.6,16.2,26.3,24.3c1.1,1,1.6,2.1,1.1,3.5c-0.2,0.5-0.6,1-1,1.4c-9.1,8.4-18.2,16.8-27.3,25.2c-1.5,1.4-3.5,1.4-5.1,0c-0.7-0.6-1.5-1.3-2.1-2c-1.1-1.2-1-2.9,0.1-4c0.2-0.2,0.4-0.4,0.5-0.5c7.4-6.8,14.8-13.7,22.2-20.5c0.2-0.2,0.4-0.3,0.7-0.7c-0.2-0.1-0.5-0.2-0.6-0.3c-7.5-6.9-15-13.8-22.5-20.7c-1.4-1.3-1.7-3.1-0.5-4.3c1.2-1.2,2.3-2.6,4.1-3.2H17.7L17.7,1.4z"/></g></svg>');
    background-position: left 4px top 4px;
    background-size: 10px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 20px;
}









/*-------------------------industry_standards--------------------------*/
.page_inside_contect_us_section {
    background-color: var(--ma-type-primary);
    background-image: url(/Assets/Images/mefron_pattern.png);
    background-size: cover;
    background-position: center;
    padding:50px 0px;
    position: relative;
}
.page_inside_contect_us_section:before{
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--ma-type-primary);
    z-index: -1;
}
.page_inside_contect_us_section h2{
    color:var(--ma-grey10);
    font-size: var(--ma-page-title);
    margin-bottom: 10px;
}
.page_inside_contect_us_section p{
    font-size: var(--ma-body-text);
    color:var(--ma-grey10);
    margin-bottom: 0;
}

.connecting_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.connecting_box i {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.connecting_box p {
  display: block;
  width:100%;
  text-align:center;
  font-size: var(--ma-body-text);
  color:var(--ma-grey10);
}
.connecting_box a.call_number {
  margin-bottom: 0;
  display: inline-block;
  text-align:center;
  color:var(--ma-grey10);
  font-size: var(--ma-page-title);
}
.connecting_box a.call_number:active,
.connecting_box a.call_number:focus,
.connecting_box a.call_number:hover {
  color:var(--ma-grey10);
  outline: 0;
  text-decoration: none;
}





/*----------------------------------------------------------------------*/

.mefron_design {
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" fill="rgb(245, 134, 52)" xmlns="http://www.w3.org/2000/svg"><g><path d="M58.8,58.2c-0.3,0.5-0.7,0.6-1.2,0.6c-9.4,0-18.8,0-28.1,0c-0.5,0-0.9,0-1.1-0.6c-0.2-0.5,0.1-0.8,0.4-1.1c1.4-1.4,2.8-2.8,4.1-4.1c0.1-0.1,0.2-0.3,0.5-0.5c-0.3,0-0.5,0-0.8,0c-8.3,0-16.5,0-24.8,0c-2.6,0-4.6-1.1-5.9-3.4c-0.5-0.9-0.7-1.9-0.8-2.9c0-11.9,0-23.8,0-35.6c0-3.6,2.8-6.6,6.3-6.7c0.9,0,1.2,0.2,1.2,1.1c0,2.4,0,4.9,0,7.3c0,0.2,0,0.4,0,0.7c0.3,0,0.5,0,0.7,0c8.3,0,16.6,0,24.9,0c0.4,0,0.7-0.1,1-0.4c3.4-3.4,6.8-6.8,10.2-10.2c1.4-1.4,2.8-1.4,4.2,0c0.7,0.7,1.4,1.4,2.1,2.1c1.4,1.4,1.4,2.8,0,4.2c-1.3,1.3-2.6,2.6-3.9,3.9c-0.1,0.1-0.2,0.3-0.5,0.5c0.3,0,0.5,0,0.7,0c1.8,0,3.5,0,5.3,0c1,0,1.3,0.2,1.3,1.3c0,5.3,0,10.6,0,15.9c0,0.2,0,0.4,0,0.8c0.4-0.4,0.6-0.6,0.9-0.9c0.5-0.5,0.9-0.9,1.4-1.4c0.7-0.7,1.1-0.7,1.7,0C58.8,38.6,58.8,48.4,58.8,58.2z M2.9,41.8c0.2-0.2,0.4-0.3,0.5-0.4c0.9-0.8,1.9-1.4,3.1-1.6C6.9,39.8,7,39.6,7,39.2c0-1.5,0-3,0-4.6c0-0.7,0.3-1.1,0.8-1.1c0.5,0,0.9,0.4,0.9,1c0,1.9,0,3.8,0,5.7c0,0.7-0.3,1-1,1.1c-0.6,0.1-1.3,0.2-1.9,0.5c-1.9,0.8-3.1,2.9-2.8,4.7c0.4,2.6,2.2,4.2,4.9,4.2c9,0,17.9,0,26.9,0c0.2,0,0.5-0.1,0.7-0.3c1-1,2-2,3.1-3c0.4-0.4,0.9-0.4,1.2-0.1c0.4,0.3,0.4,0.8,0,1.3c-0.1,0.1-0.2,0.2-0.4,0.4c-2.5,2.5-5.1,5.1-7.6,7.6c-0.1,0.1-0.3,0.3-0.4,0.5c8.7,0,17.2,0,25.8,0c0-1.3,0-2.6,0-4c-0.5,0-1,0-1.5,0c-0.6,0-1-0.6-0.7-1.1c0.2-0.3,0.6-0.5,0.9-0.5c0.4-0.1,0.9,0,1.4,0c0-0.9,0-1.7,0-2.5c-0.5,0-1,0-1.4,0c-0.6,0-0.9-0.4-0.9-0.9c0-0.5,0.3-0.8,0.9-0.8c0.5,0,0.9,0,1.4,0c0-0.9,0-1.7,0-2.5c0,0-0.1-0.1-0.1-0.1c-0.4,0-0.9,0-1.3,0c-0.6,0-1-0.3-1-0.8c0-0.5,0.4-0.8,1-0.8c0.5,0,0.9,0,1.4,0c0-0.9,0-1.7,0-2.5c-0.1,0-0.1,0-0.1,0c-0.4,0-0.8,0-1.2,0c-0.6,0-1-0.3-1-0.8c0-0.5,0.3-0.9,1-0.9c0.4,0,0.9,0,1.3,0c0-2.5,0-4.9,0-7.3c0,0-0.1-0.1-0.1-0.1c-0.1,0.2-0.2,0.3-0.3,0.4c-2.6,2.6-5.1,5.1-7.7,7.7c-2.2,2.2-4.4,4.4-6.6,6.6c-0.4,0.4-0.9,0.5-1.3,0.1c-0.4-0.4-0.3-0.9,0.1-1.3c0.1-0.1,0.2-0.2,0.3-0.3c3.8-3.8,7.5-7.5,11.3-11.3c0.3-0.3,0.4-0.6,0.4-1c0-5.6,0-11.2,0-16.8c0-0.2,0-0.4,0-0.7c-0.3,0-0.5,0-0.6,0c-2.1,0-4.1,0-6.2,0c-0.4,0-0.7,0.1-0.9,0.4c-5,5-10,9.9-14.9,14.9c-1.6,1.6-3.2,2.8-5.4,3.3c-0.7,0.2-1.3,0.4-1.9,0.7c0,0,0,0.1,0,0.1c0.2,0,0.4,0,0.6,0c5.2,0,10.4,0,15.6,0c0.7,0,1.1,0.3,1.1,0.9c0,0.5-0.4,0.8-1.1,0.8c-7.7,0-15.3,0-23,0c-0.7,0-1-0.3-1-0.9c0-0.5,0.4-0.8,1-0.8c0.7,0,1.4,0,2.1,0c0.4,0,0.5-0.1,0.7-0.5c0.8-2.4,1.7-4.8,2.5-7.2c0.1-0.3,0.2-0.6,0.4-0.8c1.2-1.2,2.5-2.5,3.7-3.7c0.1-0.1,0.3-0.3,0.4-0.3c0.3,0,0.7,0,0.9,0.2c0.2,0.2,0.2,0.6,0.2,0.9c0,0.2-0.2,0.4-0.4,0.5c-1,1-2,2-3,3c1.3,1.3,2.6,2.6,3.8,3.8c5.8-5.8,11.6-11.6,17.4-17.4c-1.2-1.3-2.5-2.5-3.8-3.9c-0.1,0.1-0.2,0.3-0.4,0.5c-3.6,3.6-7.2,7.2-10.9,10.9c-0.2,0.2-0.4,0.4-0.6,0.4c-0.3,0-0.7,0-0.9-0.2c-0.2-0.2-0.2-0.6-0.2-0.9c0-0.2,0.2-0.4,0.4-0.5c1.2-1.2,2.4-2.4,3.6-3.6c0.2-0.2,0.5-0.4,0.7-0.6c0,0-0.1-0.1-0.1-0.1c-8.1,0-16.2,0-24.4,0c0,0.3,0,0.5,0,0.7c0,5,0,10.1,0,15.1c0,0.3,0,0.5-0.1,0.8c-0.1,0.4-0.4,0.6-0.9,0.6c-0.4,0-0.7-0.3-0.7-0.7c0-0.2,0-0.5,0-0.7c0-8,0-16.1,0-24.1C7,6,7,5.8,7,5.5c-0.2,0-0.4,0.1-0.5,0.1c-2.2,0.6-3.6,2.6-3.6,5c0,10.2,0,20.4,0,30.6C2.9,41.4,2.9,41.6,2.9,41.8z M49.3,8.7c0.5-0.5,1-1,1.5-1.6c0.4-0.4,0.4-0.9,0-1.3c-0.9-0.9-1.7-1.8-2.6-2.6c-0.4-0.4-0.8-0.4-1.2,0c-0.6,0.5-1.1,1.1-1.7,1.6C46.7,6.1,48,7.4,49.3,8.7z M42.7,7.6c1.3,1.3,2.5,2.5,3.7,3.7c0.5-0.4,1-0.9,1.5-1.4c-1.3-1.3-2.5-2.5-3.8-3.8C43.7,6.7,43.2,7.2,42.7,7.6z M23.1,28.1c-1,2.1-1,2.2,0.5,3.6c0.1,0.1,0.1,0.1,0.2,0.2c0.1,0,0.2,0.1,0.3,0.1c0.7-0.2,1.5-0.5,2.1-0.8C25.1,30.1,24.1,29.1,23.1,28.1z"/><path d="M47.3,52.7c-1.5,0-2.9,0-4.4,0c-0.4,0-0.8-0.1-1-0.5c-0.2-0.4,0-0.8,0.3-1.1c3-3,5.9-5.9,8.9-8.9c0.3-0.3,0.6-0.5,1.1-0.4c0.5,0.2,0.6,0.6,0.6,1.1c0,2.9,0,5.7,0,8.6c0,0.9-0.3,1.2-1.2,1.2C50.1,52.7,48.7,52.7,47.3,52.7z M51,51c0-2.1,0-4.1,0-6.1c-2,2-4.1,4.1-6.1,6.1C46.9,51,48.9,51,51,51z"/></g></svg>');
}
.mefron_material_selection {
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" fill="rgb(245, 134, 52)" xmlns="http://www.w3.org/2000/svg"><g><path d="M53.2,58.9c-7.1,0-14.2,0-21.3,0c0-2.6,0-5.1,0-7.7c0.7,0,1.3,0,1.9,0c0-0.4,0-0.7-0.1-1.1c-0.1-0.8-0.1-0.8-1-0.8c-10.3,0-20.7,0-31,0c-0.2,0-0.5,0-0.7,0c0-16.1,0-32.2,0-48.3c19.3,0,38.6,0,57.9,0c0,16.1,0,32.2,0,48.3c-2.1,0-4.2,0-6.3,0c-1.4,0-1.5,0-1.5,1.5c0,0.1,0,0.2,0.1,0.4c0.6,0,1.2,0,1.9,0C53.2,53.9,53.2,56.4,53.2,58.9z M3,10.7C3,23,3,35.1,3,47.3c9.9,0,19.8,0,29.7,0c-0.3-0.7-0.7-1.3-0.9-2c-1.1-2.9-2.2-5.9-3.3-8.8c-0.5-1.4,0.1-2.9,1.4-3.6c1.3-0.7,2.9-0.3,3.7,1c0.3,0.5,0.6,1.1,0.9,1.6c0.4,0.6,0.7,1.2,1,1.8c0,0,0.1,0,0.1,0c0-0.2,0-0.4,0-0.6c0-4.1,0-8.2,0-12.3c0-1.5,0.8-2.6,2.1-3c1.9-0.5,3.6,0.8,3.6,2.8c0,2.4,0,4.7,0,7.1c0,0.2,0,0.4,0,0.7c2.4,0.2,4.7,0.4,6.9,0.6c2.6,0.2,4.6,2.1,4.6,4.6c0,3.4,0.4,6.8-0.3,10.1c1.4,0,2.8,0,4.2,0c0-12.2,0-24.4,0-36.6C39,10.7,21,10.7,3,10.7z M57,3c-18,0-36,0-54,0c0,1.9,0,3.8,0,5.7c18,0,36,0,54,0C57,6.8,57,4.9,57,3z M49.3,51.2c-0.3-1.8,0.6-3.2,1.5-4.6c0.3-0.4,0.4-1,0.4-1.5c0-2.5,0-5.1,0-7.6c0-1.7-1.2-2.8-2.9-3c-2.5-0.2-5-0.4-7.5-0.6c-1-0.1-1.2-0.4-1.2-1.4c0-2.7,0-5.4,0-8.1c0-0.7-0.4-1.1-1-1.1c-0.5,0-0.9,0.4-1,1.1c0,0.2,0,0.3,0,0.5c0,4.1,0,8.3,0,12.4c0,0.3,0,0.7-0.1,1c-0.2,0.8-0.8,1.3-1.6,1.4c-0.8,0.1-1.4-0.2-1.9-0.9c-0.7-1.2-1.4-2.3-2-3.5c-0.3-0.5-0.8-0.7-1.3-0.4c-0.5,0.2-0.6,0.8-0.4,1.3c0.3,0.9,0.6,1.8,1,2.6c1.2,3,2.1,6.1,3.6,9c0.4,0.7,0.5,1.5,0.7,2.3c0.1,0.5,0.1,1,0.2,1.5C40.3,51.2,44.7,51.2,49.3,51.2z M33.8,57c5.8,0,11.6,0,17.3,0c0-1.3,0-2.5,0-3.8c-5.8,0-11.6,0-17.3,0C33.8,54.5,33.8,55.7,33.8,57z"/><path d="M18.4,26.1c-3.9,0-7.7,0-11.6,0c0-3.8,0-7.7,0-11.5c3.8,0,7.6,0,11.5,0c0,0.4,0,0.8,0.1,1.3c0.5-0.4,0.9-0.7,1.3-1.1c0.4,0.5,0.8,0.9,1.2,1.4c-0.6,0.6-1.3,1.1-1.9,1.6c-0.5,0.4-0.7,0.8-0.7,1.5c0,2,0,4,0,6C18.4,25.7,18.4,25.9,18.4,26.1z M9.2,20.1c0.4-0.4,0.8-0.8,1.3-1.4c0.7,0.7,1.3,1.4,2,2.2c1.2-1,2.2-2,3.4-2.9c0.6-0.5,0.6-1,0.5-1.6c-2.6,0-5.1,0-7.6,0c0,2.6,0,5.1,0,7.6c2.6,0,5.1,0,7.6,0c0-1.3,0-2.6,0-3.9c-1.3,1.1-2.6,2.2-3.9,3.3C11.4,22.4,10.3,21.2,9.2,20.1z"/><path d="M6.8,41.5c0-3.8,0-7.6,0-11.5c3.8,0,7.7,0,11.5,0c0,0.4,0,0.8,0.1,1.4c0.5-0.4,0.9-0.7,1.3-1.1c0.4,0.5,0.8,0.9,1.3,1.5c-0.7,0.6-1.3,1.2-2,1.7c-0.4,0.3-0.6,0.7-0.6,1.2c0,2.1,0,4.1,0,6.2c0,0.2,0,0.4,0,0.7C14.5,41.5,10.7,41.5,6.8,41.5z M16.4,32c-2.6,0-5.1,0-7.6,0c0,2.6,0,5.1,0,7.6c2.6,0,5.1,0,7.7,0c0-1.3,0-2.6,0-3.9c-1.3,1.1-2.6,2.2-3.9,3.3c-1.2-1.2-2.3-2.4-3.3-3.5c0.4-0.4,0.8-0.8,1.4-1.3c0.7,0.7,1.3,1.5,2,2.2c1.1-1,2.2-1.9,3.3-2.8C16.4,33.2,16.6,32.7,16.4,32z"/><path d="M53.1,18.5c0,0.6,0,1.2,0,1.8c-7.7,0-15.4,0-23.1,0c0-0.6,0-1.2,0-1.8C37.7,18.5,45.4,18.5,53.1,18.5z"/><path d="M35.8,16.4c0-0.6,0-1.2,0-1.8c5.8,0,11.5,0,17.3,0c0,0.6,0,1.2,0,1.8C47.4,16.4,41.6,16.4,35.8,16.4z"/><path d="M53.1,23.3c0,0.6,0,1.2,0,1.9c-3.2,0-6.4,0-9.6,0c0-0.6,0-1.2,0-1.9C46.7,23.3,49.9,23.3,53.1,23.3z"/><path d="M43.5,29c0-0.6,0-1.2,0-1.9c3.2,0,6.4,0,9.6,0c0,0.6,0,1.2,0,1.9C49.9,29,46.7,29,43.5,29z"/><path d="M33.8,16.5c-1.3,0-2.5,0-3.8,0c0-0.6,0-1.2,0-1.9c1.3,0,2.5,0,3.8,0C33.8,15.2,33.8,15.8,33.8,16.5z"/><path d="M30,25.1c0-0.6,0-1.2,0-1.9c1.3,0,2.5,0,3.8,0c0,0.6,0,1.2,0,1.9C32.5,25.1,31.3,25.1,30,25.1z"/><path d="M33.8,27.1c0,0.6,0,1.2,0,1.9c-1.3,0-2.5,0-3.8,0c0-0.6,0-1.2,0-1.9C31.3,27.1,32.5,27.1,33.8,27.1z"/><path d="M4.9,6.8c0-0.6,0-1.2,0-1.8c0.6,0,1.2,0,1.9,0c0,0.6,0,1.2,0,1.8C6.2,6.8,5.6,6.8,4.9,6.8z"/><path d="M10.6,6.8c-0.6,0-1.2,0-1.8,0c0-0.6,0-1.2,0-1.9c0.6,0,1.2,0,1.8,0C10.6,5.5,10.6,6.1,10.6,6.8z"/><path d="M14.5,4.9c0,0.7,0,1.2,0,1.9c-0.6,0-1.2,0-1.9,0c0-0.6,0-1.2,0-1.9C13.3,4.9,13.9,4.9,14.5,4.9z"/></g></svg>');
}
.mefron_on_time_production {
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" fill="rgb(245, 134, 52)" xmlns="http://www.w3.org/2000/svg"><g><path d="M23,1.7c1.1,0.2,2.2,0.3,3.3,0.6c8.4,2,14.8,9.3,15.6,17.8c0.1,1.3,0,2.7,0,4.1c0,0.4,0.1,0.6,0.4,0.8c5.3,2.9,10.6,5.8,15.9,8.7c0.5,0.3,0.7,0.6,0.7,1.1c0,5,0,10.1,0,15.1c0,0.7-0.3,1-0.8,1.3c-5.4,2.9-10.8,5.7-16.2,8.6c-0.2,0-0.4,0-0.6,0c-0.1-0.1-0.3-0.2-0.4-0.3c-5.3-3.4-10.6-6.7-15.9-10.1c-0.4-0.3-0.6-0.6-0.6-1.1c0-1.7,0-3.4,0-5.1c0-0.2,0-0.4,0-0.6c-0.8,0.1-1.4,0.2-2.1,0.2c-6.4,0.2-11.8-2.1-16.1-6.9c-3-3.3-4.7-7.3-5.1-11.8C1.1,24,1,23.9,1,23.8c0-0.9,0-1.9,0-2.8c0.1-0.8,0.2-1.5,0.3-2.3C2.6,10.8,9.1,4,16.8,2.3C17.8,2,18.9,1.9,20,1.7C21,1.7,22,1.7,23,1.7z M24.5,40.9c0-0.2,0-0.4,0-0.6c0-1.8,0-3.6,0-5.5c0-0.8,0.3-1.2,1-1.5c4.8-2.5,9.5-5,14.3-7.6c0.2-0.1,0.4-0.3,0.4-0.5c0.3-2.2,0.3-4.3-0.1-6.5C37.5,6.7,24.8,0.2,13.6,5.2C4.1,9.5-0.1,21.4,4.7,30.7c3.1,6,8,9.4,14.7,10.3C21.1,41.2,22.7,41.1,24.5,40.9z M47.5,41.4c-0.2,0.1-0.4,0.2-0.5,0.3c-1.3,0.7-2.6,1.5-4,2.2c-0.4,0.2-0.5,0.4-0.5,0.8c0,4.1,0,8.1,0,12.2c0,0.2,0,0.4,0,0.6c0.2-0.1,0.3-0.1,0.4-0.2c4.6-2.4,9.2-4.9,13.8-7.3c0.3-0.2,0.4-0.4,0.4-0.7c0-4.2,0-8.4,0-12.6c0-0.2,0-0.3,0-0.5c-1.2,0.6-2.3,1.3-3.4,1.8c-0.3,0.2-0.5,0.4-0.4,0.7c0,1.4,0,2.8,0,4.1c0,0.6-0.2,1-0.8,1.3c-1.1,0.6-2.3,1.2-3.3,1.9c-1,0.7-1.7,0-1.7-1C47.5,43.8,47.5,42.7,47.5,41.4z M40.7,57.4c0-4.4,0-8.7,0-13.1c0-0.2-0.2-0.4-0.4-0.5c-4.5-2.6-9.1-5.2-13.7-7.7c-0.1-0.1-0.3-0.1-0.4-0.2c0,0.3,0,0.4,0,0.6c0,3.7,0,7.4,0,11.1c0,0.4,0.1,0.6,0.5,0.9c4.5,2.9,9,5.7,13.5,8.6C40.4,57.2,40.5,57.2,40.7,57.4z M27.2,34.3c0.1,0.1,0.2,0.1,0.2,0.2c4.6,2.6,9.3,5.3,14,7.9c0.2,0.1,0.5,0.1,0.7,0c0.9-0.5,1.9-1,2.8-1.5c0.6-0.3,1.1-0.6,1.7-0.9c-0.1-0.1-0.1-0.1-0.1-0.1c-4.8-2.6-9.5-5.2-14.3-7.8c-0.1-0.1-0.3-0.1-0.5,0C30.2,32.7,28.7,33.5,27.2,34.3z M37.8,28.7C37.9,28.7,37.9,28.7,37.8,28.7c4.8,2.7,9.6,5.3,14.3,7.9c0.1,0.1,0.3,0.1,0.5,0c1.2-0.6,2.4-1.3,3.6-2c-0.1-0.1-0.1-0.1-0.2-0.1c-4.7-2.6-9.4-5.1-14.1-7.7c-0.1-0.1-0.3-0.1-0.4-0.1C40.2,27.4,39,28,37.8,28.7z M49.4,43.8c0.6-0.4,1.2-0.8,1.7-1.1c0.3-0.2,0.4-0.4,0.4-0.7c0-1.2,0-2.3,0-3.5c0-0.3-0.1-0.5-0.4-0.7c-4.9-2.7-9.9-5.4-14.8-8.1c-0.1-0.1-0.3-0.2-0.4-0.1c-0.7,0.4-1.4,0.7-2.1,1.2c0.3,0.2,0.4,0.3,0.6,0.3c4.7,2.6,9.5,5.2,14.3,7.8c0.6,0.3,0.8,0.7,0.8,1.4C49.3,41.4,49.4,42.6,49.4,43.8z"/><path d="M53.4,1.7c0.5,0.3,0.6,0.7,0.6,1.2c0,7,0,14,0,20.9c0,0.2,0,0.4,0,0.7c0.2-0.2,0.3-0.3,0.4-0.4c1-1,2-2,3-3c0.5-0.5,1-0.5,1.3-0.1c0.4,0.4,0.4,0.9-0.1,1.4c-1.6,1.6-3.2,3.2-4.8,4.9c-0.5,0.5-0.9,0.5-1.5,0c-1.6-1.6-3.2-3.2-4.8-4.9c-0.5-0.5-0.5-1-0.1-1.3c0.4-0.4,0.9-0.4,1.4,0.1c1.1,1.1,2.2,2.2,3.4,3.4c0-7.1,0-14,0-21.1c-0.2,0-0.5,0-0.7,0c-4.5,0-9.1,0-13.6,0c-0.2,0-0.3,0-0.5,0c-0.5,0-0.9,0-1.1-0.5c-0.2-0.5,0-0.9,0.4-1.2C42.2,1.7,47.8,1.7,53.4,1.7z"/><path d="M19,25c-0.6-0.8-1.1-1.7-1-2.8c0-1.5,0.9-2.8,2.3-3.3c0.3-0.1,0.4-0.3,0.4-0.7c0-2.1,0-4.3,0-6.4c0-0.6,0.2-0.9,0.8-1c0.6-0.1,1,0.3,1,1c0,2.1,0,4.2,0,6.3c0,0.5,0.1,0.7,0.6,0.9c1.7,0.7,2.6,2.7,2.1,4.5c-0.5,1.8-2.3,2.8-4.1,2.5c-0.3-0.1-0.5,0-0.6,0.3c-0.9,1.6-1.9,3.2-2.8,4.8c-0.3,0.4-0.6,0.7-1.2,0.6c-0.6-0.2-0.8-0.8-0.4-1.4c0.9-1.6,1.9-3.2,2.8-4.8C18.8,25.3,18.9,25.1,19,25z M21.5,20.5c-1,0-1.8,0.9-1.8,1.9c0,1,0.9,1.9,1.9,1.8c1,0,1.9-0.9,1.9-1.9C23.4,21.3,22.5,20.5,21.5,20.5z"/><path d="M7.1,13.1c0.3,0.1,0.5,0.1,0.6,0.2c0.5,0.3,1.1,0.6,1.6,0.9c0.5,0.3,0.6,0.8,0.3,1.2c-0.3,0.4-0.7,0.6-1.2,0.3c-0.6-0.3-1.1-0.6-1.6-0.9c-0.4-0.2-0.5-0.7-0.3-1C6.6,13.5,6.9,13.3,7.1,13.1z"/><path d="M27.8,9.8c0.1-0.3,0.1-0.5,0.2-0.7c0.3-0.5,0.6-1.1,0.9-1.6c0.3-0.4,0.8-0.6,1.2-0.3c0.5,0.3,0.6,0.7,0.4,1.2c-0.3,0.6-0.6,1.1-0.9,1.6c-0.2,0.4-0.6,0.6-1,0.4C28.2,10.3,28,10,27.8,9.8z"/><path d="M14.1,34c0.7,0,1.2,0.6,1,1.1c-0.3,0.7-0.7,1.4-1.1,2c-0.3,0.4-0.7,0.4-1.1,0.1c-0.4-0.3-0.6-0.6-0.4-1.1c0.3-0.6,0.6-1.2,1-1.8C13.7,34.2,14,34.1,14.1,34z"/><path d="M7.4,31.8c-0.3-0.3-0.7-0.5-0.7-0.8c-0.1-0.3,0-0.8,0.3-0.9c0.6-0.4,1.2-0.8,1.9-1C9,28.9,9.5,29,9.7,29.3c0.2,0.2,0.2,0.8,0.1,1C9.1,30.8,8.2,31.2,7.4,31.8z"/><path d="M13.9,10.7c-0.1-0.1-0.5-0.3-0.6-0.5c-0.3-0.5-0.6-1-0.8-1.5c-0.3-0.5-0.1-1,0.3-1.2c0.5-0.3,0.9-0.1,1.2,0.4c0.3,0.5,0.6,1.1,0.9,1.6C15.1,10,14.7,10.7,13.9,10.7z"/><path d="M34,15.9c-0.3-0.3-0.6-0.5-0.8-0.7c-0.2-0.4,0-0.8,0.4-1c0.5-0.3,1.1-0.6,1.6-0.9c0.5-0.2,0.9-0.1,1.2,0.3c0.3,0.5,0.2,0.9-0.3,1.2C35.4,15.1,34.7,15.5,34,15.9z"/><path d="M36.9,23.2c-0.3,0-0.6,0-1,0c-0.5,0-0.7-0.3-0.8-0.8c0-0.5,0.3-0.9,0.7-0.9c0.7,0,1.4,0,2,0c0.5,0,0.7,0.4,0.7,0.9c0,0.5-0.2,0.8-0.7,0.8C37.6,23.2,37.3,23.2,36.9,23.2C36.9,23.2,36.9,23.2,36.9,23.2z"/><path d="M22.4,37.8c0,0.3,0,0.6,0,1c0,0.5-0.4,0.8-0.9,0.8c-0.5,0-0.8-0.3-0.9-0.8c0-0.6,0-1.3,0-1.9c0-0.5,0.3-0.8,0.8-0.8c0.5,0,0.9,0.3,0.9,0.8c0,0,0,0.1,0,0.1C22.4,37.2,22.4,37.5,22.4,37.8C22.4,37.8,22.4,37.8,22.4,37.8z"/><path d="M22.4,6.8c0,0.3,0,0.6,0,1c0,0.5-0.4,0.8-0.8,0.8c-0.5,0-0.8-0.3-0.9-0.8c0-0.7,0-1.3,0-2c0-0.5,0.4-0.7,0.8-0.7c0.5,0,0.8,0.2,0.9,0.7C22.4,6.1,22.4,6.5,22.4,6.8C22.4,6.8,22.4,6.8,22.4,6.8z"/><path d="M6.1,21.5c0.3,0,0.6,0,0.9,0c0.5,0,0.8,0.3,0.8,0.8c0,0.5-0.3,0.9-0.8,0.9c-0.7,0-1.3,0-2,0c-0.5,0-0.7-0.4-0.7-0.9c0-0.5,0.2-0.8,0.7-0.8C5.4,21.4,5.7,21.5,6.1,21.5C6.1,21.5,6.1,21.5,6.1,21.5z"/><path d="M39.1,50.9c0,0.9-0.7,1.3-1.3,0.9c-0.8-0.4-1.5-0.9-2.3-1.3c-2.4-1.4-4.7-2.7-7.1-4.1c-0.4-0.2-0.7-0.5-0.7-1c0.1-0.7,0.8-1,1.5-0.6c1.6,1,3.3,1.9,4.9,2.9c1.4,0.9,2.9,1.7,4.3,2.6C38.8,50.4,39,50.8,39.1,50.9z"/><path d="M28.8,41.1c0.1,0,0.3,0.1,0.4,0.1c3.2,1.8,6.4,3.7,9.5,5.5c0.4,0.2,0.6,0.7,0.4,1.1c-0.1,0.3-0.5,0.5-0.8,0.5c-0.2,0.1-0.5-0.1-0.7-0.2c-2.7-1.5-5.3-3-8-4.6c-0.5-0.3-0.9-0.5-1.4-0.8c-0.3-0.2-0.6-0.6-0.4-1c0.2-0.3,0.5-0.5,0.7-0.8C28.7,41,28.7,41,28.8,41.1z"/></g></svg>');
}
.mefron_quality_assurance {
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" fill="rgb(245, 134, 52)" xmlns="http://www.w3.org/2000/svg"><g><path d="M11,10.5c0-0.3,0-0.6,0-0.9c0-1.5,0.4-1.9,1.9-1.9c1,0,2,0,3.1,0c0-0.6,0-1.2,0-1.7c0.1-2.7,1.9-4.7,4.6-5.2c2.7-0.4,5.5,1.7,5.8,4.4c0.1,0.8,0.1,1.6,0.1,2.5c1.1,0,2.2,0,3.2,0c1.2,0,1.8,0.5,1.8,1.7c0,0.3,0,0.7,0,1.1c0.3,0,0.5,0,0.7,0c1.9,0,3.8,0,5.7,0c1.8,0,3,1.2,3,3c0,3.1,0,6.2,0,9.4c0,0.6-0.2,0.9-0.7,0.9c-0.6,0-0.7-0.4-0.7-0.9c0-3,0-6.1,0-9.1c0-1.4-0.6-1.9-1.9-1.9c-2,0-4,0-6.1,0c0,0.3,0,0.6,0,0.9c0,1.2-0.5,1.7-1.7,1.7c-5.7,0-11.5,0-17.2,0c-1.2,0-1.7-0.5-1.7-1.7c0-0.3,0-0.5,0-0.8c-0.1-0.1-0.1-0.1-0.1-0.1c-2.1,0-4.3,0-6.4,0c-0.9,0-1.4,0.6-1.5,1.5c0,0.2,0,0.4,0,0.5c0,14,0,28,0,42c0,0.3,0,0.6,0.1,0.8c0.1,0.6,0.6,1.1,1.2,1.2c0.2,0,0.4,0,0.6,0c10.9,0,21.9,0,32.8,0c1.4,0,1.9-0.5,1.9-2c0-0.4,0-0.9,0-1.3c0-0.5,0.1-0.9,0.7-0.9c0.5,0,0.7,0.4,0.7,0.9c0,0.6,0,1.1,0,1.7c0,1.6-1.2,2.8-2.8,2.9c-0.2,0-0.4,0-0.6,0c-10.9,0-21.7,0-32.6,0c-2.3,0-3.4-1.1-3.4-3.4c0-14.1,0-28.1,0-42.2c0-1.6,0.8-2.7,2.2-3.1c0.3-0.1,0.5-0.1,0.8-0.1c1.9,0,3.8,0,5.6,0C10.5,10.5,10.7,10.5,11,10.5z M12.3,13.1c6,0,11.9,0,17.8,0c0-1.4,0-2.7,0-4c-6,0-11.9,0-17.8,0C12.3,10.4,12.3,11.7,12.3,13.1z M17.3,7.7c2.7,0,5.2,0,7.8,0c0-0.6,0-1.2,0-1.8c-0.1-1.9-1.6-3.6-3.4-3.7c-2-0.2-3.8,1.1-4.2,3C17.3,6,17.4,6.8,17.3,7.7z"/><path d="M51,45.2c1.6,1.1,3.2,2.1,4.8,3.1c0.6,0.4,1.2,0.9,1.8,1.4c2.2,2.1,2.2,5.5,0.1,7.6c-2.1,2.1-5.6,2.1-7.6-0.2c-1.6-1.8-2.9-3.8-4.1-5.9c-0.1-0.2-0.3-0.5-0.4-0.7c-7.1,3.6-14.4,0.5-17.5-4.7c-3.3-5.4-2.4-12.3,2.3-16.7c4.5-4.2,11.5-4.6,16.6-1C52.2,32,54.1,39.1,51,45.2z M27.5,39c0,6.6,5.3,11.9,11.9,11.9c6.6,0,11.9-5.3,11.8-11.9c0-6.6-5.3-11.8-11.9-11.8C32.7,27.1,27.5,32.4,27.5,39z M46.8,50.1c0.3,0.5,0.6,1.2,1,1.8c1.1,1.5,2.1,3.1,3.3,4.5c1.4,1.7,4,1.7,5.6,0.1c1.6-1.5,1.6-4.1,0.1-5.6c-1.9-1.8-4.2-3.2-6.4-4.4C49.2,47.7,48.1,48.9,46.8,50.1z"/><path d="M15.3,46.7c2.3,0,4.6,0,6.9,0c1.3,0,1.8,0.5,1.8,1.8c0,1.4,0,2.9,0,4.3c0,1.2-0.6,1.8-1.7,1.8c-4.7,0-9.4,0-14,0c-1.2,0-1.7-0.6-1.7-1.8c0-1.5,0-2.9,0-4.4c0-1.2,0.6-1.8,1.8-1.8C10.6,46.7,12.9,46.7,15.3,46.7z M15.2,53.2c2.3,0,4.6,0,6.9,0c0.4,0,0.6-0.1,0.6-0.6c0-1.4,0-2.7,0-4.1c0-0.4-0.1-0.6-0.6-0.6c-4.6,0-9.2,0-13.8,0c-0.5,0-0.6,0.2-0.5,0.6c0,1.4,0,2.7,0,4.1c0,0.4,0.1,0.6,0.6,0.6C10.7,53.2,12.9,53.2,15.2,53.2z"/><path d="M14.7,22.1c0,0.7,0,1.5,0,2.2c0,1.1-0.8,1.8-1.9,1.9c-1.5,0-3,0-4.5,0c-1.1,0-1.8-0.7-1.9-1.8c0-1.6,0-3.1,0-4.7c0-1,0.8-1.7,1.8-1.8c1.5,0,3.1,0,4.6,0c1.1,0,1.8,0.8,1.8,1.9C14.7,20.6,14.7,21.3,14.7,22.1z M7.8,22c0,0.7,0,1.4,0,2.1c0,0.4,0.2,0.6,0.6,0.6c1.4,0,2.9,0,4.3,0c0.4,0,0.6-0.2,0.6-0.6c0-1.4,0-2.9,0-4.3c0-0.4-0.2-0.6-0.6-0.6c-1.4,0-2.8,0-4.2,0c-0.5,0-0.7,0.2-0.7,0.7C7.8,20.6,7.8,21.3,7.8,22z"/><path d="M10.7,29.1c0.7,0,1.4,0,2.1,0c1.2,0,2,0.7,2,1.9c0,1.5,0,2.9,0,4.4c0,1.2-0.8,1.9-2,1.9c-1.4,0-2.9,0-4.3,0c-1.1,0-1.9-0.7-1.9-1.8c-0.1-1.6-0.1-3.1,0-4.7c0-1,0.8-1.7,1.9-1.7C9.1,29,9.9,29.1,10.7,29.1z M7.8,33.2c0,0.7,0,1.4,0,2.1C7.8,35.7,8,36,8.5,36c1.4,0,2.8,0,4.2,0c0.5,0,0.7-0.2,0.7-0.7c0-1.4,0-2.7,0-4.1c0-0.5-0.2-0.7-0.7-0.7c-1.4,0-2.8,0-4.2,0c-0.5,0-0.7,0.2-0.7,0.7C7.8,31.8,7.8,32.5,7.8,33.2z"/><path d="M27.4,21c-2.6,0-5.1,0-7.7,0c-0.2,0-0.4,0.1-0.5,0c-0.2-0.2-0.5-0.4-0.5-0.7c0-0.2,0.3-0.5,0.5-0.6c0.1-0.1,0.3,0,0.5,0c5.1,0,10.1,0,15.2,0c0.8,0,1.1,0.2,1.1,0.7c0,0.5-0.3,0.7-1.1,0.7C32.4,21,29.9,21,27.4,21z"/><path d="M25,24.3c-1.8,0-3.6,0-5.3,0c-0.7,0-1-0.2-1-0.7c0-0.6,0.4-0.7,0.9-0.7c3.6,0,7.2,0,10.9,0c0.6,0,0.9,0.2,0.9,0.7c-0.1,0.6-0.4,0.7-0.9,0.7C28.6,24.3,26.8,24.3,25,24.3z"/><path d="M21.6,32.2c-0.7,0-1.4,0-2.1,0c-0.4,0-0.8-0.2-0.8-0.7c0-0.5,0.3-0.7,0.8-0.7c1.4,0,2.9,0,4.3,0c0.5,0,0.8,0.2,0.8,0.7c0,0.5-0.4,0.6-0.8,0.6C23,32.2,22.3,32.2,21.6,32.2z"/><path d="M20.9,35.5c-0.5,0-1,0-1.5,0c-0.4,0-0.7-0.2-0.7-0.7c0-0.5,0.3-0.7,0.7-0.7c1,0,2.1,0,3.1,0c0.4,0,0.7,0.2,0.7,0.7c0,0.4-0.3,0.6-0.7,0.6C22,35.5,21.5,35.5,20.9,35.5z"/><path d="M30.3,39c0-5,4-9,9-9c5,0,9,4,9,9c0,5-4,9-9,9C34.4,48,30.3,44,30.3,39z M39.3,31.3c-4.2,0-7.7,3.4-7.7,7.7c0,4.2,3.4,7.7,7.6,7.7c4.3,0,7.7-3.4,7.7-7.7C47,34.8,43.6,31.3,39.3,31.3z"/><path d="M10.3,21.7c0.3-0.3,0.6-0.5,0.9-0.8c0.3-0.3,0.7-0.3,1,0c0.3,0.3,0.2,0.7-0.1,1c-0.5,0.4-0.9,0.8-1.4,1.2c-0.4,0.3-0.7,0.3-1-0.1c-0.2-0.2-0.3-0.4-0.5-0.6c-0.3-0.3-0.3-0.7,0-1c0.3-0.3,0.6-0.3,0.9,0C10.1,21.6,10.2,21.6,10.3,21.7z"/><path d="M10.3,32.8c0.3-0.3,0.6-0.5,0.9-0.8c0.3-0.3,0.7-0.3,0.9,0c0.3,0.3,0.2,0.7-0.1,1c-0.5,0.4-0.9,0.8-1.4,1.2c-0.3,0.3-0.7,0.2-1-0.1c-0.2-0.2-0.4-0.4-0.5-0.6c-0.3-0.3-0.3-0.6,0-0.9c0.3-0.3,0.7-0.3,1,0C10.1,32.7,10.2,32.7,10.3,32.8z"/><path d="M38.2,38.5c1.2-1.1,2.3-2.2,3.5-3.3c1.2-1.1,3.1-0.6,3.4,0.9c0.2,0.7,0,1.4-0.6,1.9c-1.7,1.6-3.5,3.2-5.2,4.8c-0.9,0.8-2.1,0.7-2.9-0.2c-0.5-0.5-0.9-1-1.3-1.6c-0.8-0.9-0.7-2.1,0.1-2.9c0.8-0.8,2-0.7,2.9,0.1C38,38.4,38.1,38.4,38.2,38.5z M36.5,38.9c-0.3,0.2-0.5,0.3-0.6,0.5c-0.1,0.2-0.1,0.5,0,0.7c0.2,0.4,0.5,0.7,0.8,1c1.1,1.3,1.1,1.3,2.3,0.2c1.5-1.3,2.9-2.7,4.4-4c0.5-0.5,0.5-1.1-0.1-1.2c-0.3-0.1-0.7,0.1-0.9,0.3c-1.2,1.1-2.4,2.2-3.6,3.4c-0.8,0.7-1,0.7-1.6-0.1C37.1,39.3,36.8,39.1,36.5,38.9z"/></g></svg>');
}




/*-------------------------responsive--------------------------*/

@media only screen and (max-width: 1199px) {

    
}
@media screen and (max-width: 991px) {
    .page_header_section {
        min-height: 200px;    
    }

    
}
@media screen and (max-width: 768px) {
    
    .page_header_section {
        min-height: 200px;    
    }
    .box_building_section img {
        margin-top:20px;
    }
    .box_building_service_section img {
        margin-top:20px;
    }

    .connecting_box {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        padding: 0px 0px 0px 70px;
        margin: 20px 0px;
        position: relative;
    }   
    .connecting_box i {
        position: absolute;
        left: 0px;
    }
    .connecting_box p {
        text-align: left;    
    }
    .ems_requirements_section .get_quote_btn {
        float: none;
        margin-top: 20px;
    }
    
}
@media screen and (max-width: 576px) {
    
}