@font-face { 
	font-family: "Roboto-Thin"; 
	src: url(../assets/fonts/Roboto-Thin.ttf); 
	font-weight: normal; 
}

@font-face { 
	font-family: "Roboto-Light"; 
	src: url(../assets/fonts/Roboto-Light.ttf); 
	font-weight: normal; 
}
@font-face { 
	font-family: "Roboto-Medium"; 
	src: url(../assets/fonts/Roboto-Medium.ttf); 
	font-weight: normal; 
}

@font-face { 
	font-family: "Roboto-Bold"; 
	src: url(../assets/fonts/Roboto-Bold.ttf); 
	font-weight: normal; 
}


/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); */

html,
body {
	margin: 0;
	color: #0F2A47;
	background: #ffffff;
	font-size: 16px;
	font-family: 'Roboto-Medium';
    line-height: 30px;
    font-weight: 700;
}

/* blue color: #003855; */
/* orange color: #e87511; */
/* grey color: #4b4b4b */
/* blue light color: #5caacb */

a,
a:hover, 
a:focus{
    text-decoration: none;
}
p {
    word-wrap: break-word;
    overflow-wrap: break-word;    
    margin: 0 0 30px;    
    font-family: 'Roboto-Light';
    color: #555B71;
}
strong {
    color: #0F2A47;
    font-weight: bold;
    font-family: "Roboto-Medium";    
}

/* headings */
h1 {
    font-size: 60px;
    line-height: 80px;
}
h2 {
    font-size: 40px;
    color: #0F2A47;
}
h3, .h3 {
    font-size: 24px;
    color: #00509A;
}
h4 {
    font-size: 16px;
    font-family: 'Roboto-Bold';
    font-weight: 900;
}
h5 {
    font-size: 18px;
}

h1, .h1, 
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
h2, .h2 {
    text-align: left;
    margin: 0 0 30px 0;
    line-height: 45px; 
}
h3, .h3 {
    text-align: left;
    margin: 0 0 30px;
    line-height: 45px;    
}
h4, .h4 {
    text-align: left;
    line-height: 26px;
    color: #0F2A47;
}
h3 strong, .h3 strong {

}
h3.error {
    color:#00509A;
    text-align: center;
}
/* headings */


.main_wrapper {
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}
.header_wrapper {
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #ECF2F8;
}


.scroll-down {
    text-align: center;
    height: 10px;
}
.scroll-down-img {
    animation:MoveUpDown 2s linear infinite;
    position: relative;
}
@keyframes MoveUpDown{0%,100%{bottom:0}50%{bottom:30px}}

.background_first_page {
    background: url(../images/header_background.png) no-repeat center 0, url(../images/background_shape.png) no-repeat 1200px 1200px;
}

/* front page */
.front_page_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 175px 30px 0px;
}
.front_page_wrapper p{
    margin: 50px 0;
}
.front_page_service_container .wp-block-media-text__media img,
.front_page_service_container .wp-block-media-text__media video {
    height: initial;
    width: initial;
    vertical-align: middle;
    margin-left: 30px;
}    
.front_page_service_container .wp-block-media-text {
    direction: ltr;
    display: grid;
    grid-template-columns: 15% 1fr !important;
    grid-template-rows: auto;
    box-shadow: 0px 9px 12px #00509a0c;
    border-radius: 10px;
    margin: 10px 0;
    background: url(../images/arrow_right_icon.png) #ffffff no-repeat;
    background-position: 95% center;
}
.front_page_service_container .has-small-font-size {
    color: #0F2A47;
    font-size: 20px !important;
    font-family: "Roboto-Medium";
}
.front_page_wrapper .bottom_section_column {
    background-color: #3E93EC;
    color: #ffffff;
    padding: 25px 50px;
    box-shadow: 0px 9px 12px #00509A0D;
    border-radius: 10px;
    margin: 0;
}
.front_page_wrapper .bottom_section_column p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}
.front_page_wrapper .bottom_section_column .wp-block-buttons {
    float: right;
}
.front_page_wrapper .bottom_section_column .wp-block-button__link {
    color: #0F2A47 !important;
    background-color: #ffffff;
    box-shadow: 0px 6px 10px #00509a3f;
}
.front_page_wrapper .bottom_section_column .wp-block-button__link:hover {
    background-color: #00509A;
    color: #ffffff !important;
}
.front_page_wrapper .wp-block-separator {
    border: none;
    height: 120px;
}
/* front page */

/* page */
.page_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 150px 30px;
    color: #555B71;
}
.page_wrapper p strong{
    font-family: 'Roboto-Medium';
    color: #0F2A47;
}
.page_wrapper h2:after,
.front_page_wrapper h2:after{
    content: "";
    display: block;
    width: 38px;
    padding-top: 13px;
    border-bottom: 3px solid #00509A;
}
.page_wrapper .wp-block-column ul li {
    list-style-image: url(../images/checkmark_icon.png);
    font-family: "Roboto-Light";
}
/* page */

/* services page */
.services_wrapper .wp-block-media-text {
    margin-bottom: 60px !important;
}
.services_wrapper .wp-block-gallery img{
    width: 72px !important;
    height: 72px!important;
    margin: 15px;
}
.services_wrapper .wp-block-image {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 9px 12px #00509A0C;
    border-radius: 8px;
    margin: 5px !important;
}
.services_wrapper .wp-block-gallery.has-nested-images figure.wp-block-image {
    display: block !important;
}
.services_wrapper .wp-block-gallery figure.wp-block-image figcaption {
    background: #FFFFFF;
    color: #0F2A47;
    font-size: 16px;
    font-family: "Roboto-Bold";
    max-height: 100%;
    overflow: auto;
    padding: 0 15px 8px;
    position: relative;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}
.services_wrapper td,
.services_wrapper th 
{
    padding: 5px;
}

/* services page */

/* contact page */
.contact_wrapper {
    margin: 0 auto;
    height: 100%;
    position: relative;
    background: url(../images/background_shape.png) no-repeat right 0px;
}
.contact_wrapper h3 {
    margin: 80px 0 20px;
    color: #0F2A47;
}
.contact_wrapper h4 {
    margin: 0 0 30px;
}
.contact_wrapper p {
    margin: 0;
}
p.contact_phone {
    background: url(../images/phone_icon.png) no-repeat 0 0; 
}
p.contact_email {
    background: url(../images/email_icon.png) no-repeat 0 0; 
}
p.contact_address {
    background: url(../images/address_icon.png) no-repeat 0 0; 
}
p.contact_phone,
p.contact_email,
p.contact_address
{
    padding-left: 25px;
    background-position: left;
    margin: 0 0 20px;
}

/* contact page */

/* collaborators page */
.collaborators_wrapper{
    margin: 0 auto;
    height: 100%;
    position: relative;
    background: url(../images/background_shape.png) no-repeat right 0px;
}
/* collaborators page */

/* privacy  page */
.privacy_wrapper h3 {
    color: #0F2A47;
}
.privacy_wrapper ul {
    margin-top: -10px;
    margin-bottom: 30px;
}
.privacy_wrapper ul li {
    list-style-image: url(../images/checkmark_icon.png);
    font-family: "Roboto-Light";
}
/* privacy page */

/* error page */
.error_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 120px 30px 30px;
    min-height: 670px;
}
.error_image {
    background: url(../images/404.png) no-repeat 0 0; 
    background-size: cover;
    width: 400px;
    height: 166px;
    margin: 0 auto;    
}
p.error {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 40px auto 35px;    
    text-align: center;
}
a.error_btn {
    background-color: #3E93EC;
    padding: 12px 30px;
    color: #ffffff;
    font-size: 1.125em;
    cursor: pointer;
    box-shadow: 0px 4px 8px #3E93EC26;
    border-radius: 5px;
}
/* error page */

.g-recaptcha{
    margin: 0;
    width: 100%;
    height: 78px;
    border-radius: 6px;
}


.wp-block-button__link {
    color: #fff !important;
    background-color: #3E93EC;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px #3E93EC26;
}
a.error_btn:hover,
.wp-block-button__link:hover
{
    background-color: #00509A;
    box-shadow: 0px 6px 10px #00509A3F;
}

.footer_wrapper {
    margin: 0 auto;
    position: relative;
    background: url(../images/footer_background.png) no-repeat 0 0; 
    background-size: cover;
    height: 300px;
    padding-top: 70px;
    font-family: "Roboto-Light";
    font-size: 14px;
}
.footer_wrapper p {
    margin: 0 0 10px;
    color: #555B71;
}
.footer_wrapper p.company_name {
    font-size: 16px;
}
.footer_wrapper p.company_name {
    font-family: "Roboto-Medium";
}
.footer_social_media {
    margin-bottom: 60px;
}
.footer_menu {
    padding-bottom: 40px;
}
.footer_menu .nav > li > a, 
.footer_menu .nav > li > a {
    text-decoration: underline;
    color: #0F2A47;
    font-family: "Roboto-Medium";
    padding: 10px 12px;
}
.privacy_policy a {
    text-decoration: underline;
    color: #0F2A47;
    font-family: "Roboto-Medium";
}
.footer_menu .nav > li > a:hover, 
.footer_menu .nav > li > a:focus {
    background-color: transparent;
}
span.copyright {
    color: #555B71;
}
span.privacy_policy a{
    color: #0F2A47;
}
span.vertical_separator {
    display: inline;
    border-left: 1px solid #555B71;
    margin: 0 10px;
    height: 20px;    
}
.copyright_container_small {
    display: none;
}

.last_row {
    margin-bottom: 15px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}

.header_images {
    margin-top: 15px;
}


/* social media */
.social_media_links {
    margin-top: 70px;
}
.social_media {
    float: right;
}
.facebook_icon {
    background: url(../images/social_media/facebook_icon.png) no-repeat 0 0; 
}
.facebook_icon:hover {
    background: url(../images/social_media/facebook_icon_hover.png) no-repeat 0 0; 
}
.linkedin_icon {
    background: url(../images/social_media/linkedIn_icon.png) no-repeat 0 0; 
}
.linkedin_icon:hover {
    background: url(../images/social_media/linkedIn_icon_hover.png) no-repeat 0 0; 
}
.instagram_icon {
    background: url(../images/social_media/instagram_icon.png) no-repeat 0 0; 
}
.instagram_icon:hover {
    background: url(../images/social_media/Instagram_icon_hover.png) no-repeat 0 0; 
}
.facebook_icon,
.linkedin_icon,
.instagram_icon {
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}
/* social media */


/* menu and navigation */
.menu {
    margin-top: 25px;
}
nav.top-menu {
	margin: 30px 0px 0 0;
    padding: 0px;
    border: none;
    min-height: 10px;
    float: right;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    width: fit-content;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #0f2a47;
    padding: 10px 20px 0px;
}
.navbar-default .navbar-nav > li > a:after {
    content: "";
    display: block;
    width: 22px;
    padding-top: 13px;
    border-bottom: none;
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: #ffffff;
    color: #3E93EC;
}
.navbar-default .navbar-nav > li > a.active {
    color: #00509A;
}
.navbar-default .navbar-nav > li > a.active:after {
    content: "";
    display: block;
    width: 22px;
    padding-top: 10px;
    border-bottom: 3px solid #00509A;
}
.navbar-header {
    display: none;
}
.modal {
    position: absolute !important;
}
li.menu-social-media-links {
    height: 26px;
    margin: 20px 0px;
}
.modal-nav-content {
    border-bottom: 1px solid #ECF2F8;
}
/* menu and navigation */


.wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 60px;
}

figure.wp-block-media-text__media {
    padding: 0 60px 0 0;
}

.has-media-on-the-right figure.wp-block-media-text__media {
    padding: 0 0 0 60px;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 60px 0 0;
}


.navbar-toggle {
    margin-left: 15px;
}

.modal-nav-content {
    width: 100%;
    height: auto;
    color: #ffffff;
}

.modal-nav-body {
     margin-top: 100px; 
}

.modal-nav-body ul {
    list-style-type: none;
    color: #ffffff;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
}

.modal-nav-body ul li {
    text-align: center;
    font-size: 130%;
    padding: 8px;
    text-transform: uppercase;
}

.modal-dialog {
    width: 100%;
    background: #ffffff;
    margin: 100px 0 0 0;
}
.modal-nav-body {
    margin-top: 0px;
}
.modal-nav-body ul li {
    text-align: right;
    font-size: 16px;
    padding: 5px 16px;
    text-transform: none;
}
.modal-nav-body ul li.category_menu {
    margin-left: 15px;
}
.modal-nav-body ul li.category_menu_title {
    color: #e87511;
    margin-left: 15px;
}    
#nav-modal-language {
    padding-right: 0 !important;
}
#nav-modal-language .modal-dialog {
    float: right;
    width: 60%;
}
#nav-modal-language .modal-dialog a {
    color: #000000;
}
.modal-nav-body a {
    color: #0F2A47;
}
.modal-nav-body a:hover {
    color: #00509A;
}
p.menu_text {
    font-size: 12px;
    margin: 0;
}

/* contact form */
#contact_form,
#message_send,
#job_application_form,
#job_application_send
{
    padding: 40px;
    margin: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 9px 99px #00509A0C;
    border-radius: 8px;
    color: #555B71;
    font-family: "Roboto-Light"; 
    font-size: 12px;    
}

#contact_form h3,
#message_send h3,
#job_application_form h3,
#job_application_send h3
{
    font-family: "Roboto-Medium"; 
    font-size: 30px;
    color: #00509A;
    margin: 0;
}
#contact_form h4,
#job_application_form h4 {
    font-family: "Roboto-Light"; 
    font-size: 14px;
    color: #0F2A47;
}
#message_send h4,
#job_application_send h4
{
    font-family: "Roboto-Bold"; 
    font-size: 16px;
    color: #0F2A47;
}
#contact_form .col-xs-2,
#job_application_form .col-xs-2
{
    width: 4%;
}
#contact_form .col-xs-5,
#job_application_form .col-xs-5 
{
    width: 48%;
}
#contact_form .col-xs-2, 
#contact_form .col-xs-5,
#contact_form .col-xs-12,
#job_application_form .col-xs-2, 
#job_application_form .col-xs-5,
#job_application_form .col-xs-12
{
   padding: 0;
}
#contact_form .row,
#job_application_form .row,
#message_send .row,
#job_application_send .row{
    margin-bottom: 20px;
}
#contact_form .form-check-input,
#job_application_form .form-check-input
{
    margin: 5px 10px 0 0;
    width: 20px;
    height: 20px;
    float: left;    
}

#contact_form .form-check-label,
#job_application_form .form-check-label
{
    width: 90%;
    display: inline-flex;
    float: left;
}
#contact_form .contact_send,
#job_application_form .application_send
{
    padding: 12px 30px;
    float: right;
    border-radius: 6px;
    font-family: "Roboto-Light"; 
    font-size: 16px;
    color: #ffffff;
    background-color: #3972AD;
}

#contact_form .message_error,
#job_application_form .message_error
{
    padding: 5px 10px; 
    background-color: #ff5a5a;
    color: #ffffff;
    border-radius: 6px;
}
#contact_form .error-border,
#job_application_form .error-border 
{
    display: inline-block;
    border-radius: 6px;
}
#message_send p,
#job_application_send p
{
    font-family: "Roboto-Light"; 
    font-size: 16px;
}
[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
  float: left;
}
.label_button {
    color: #ffffff;
    background-color: #3972AD;
    border-radius: 3px 0 0 3px;
    padding: 12px 10px 10px 15px;
    font-size: 16px;
    font-family: "Roboto-Medium";
    font-weight: 100;
    float: left;
    margin-bottom: 0;
}
span.after_label {
    color: #79809B;
    padding: 12px 10px 10px 15px;
    font-size: 12px;
    font-family: "Roboto-Light";
    font-weight: 100;
    float: left;
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;    
}
.dash-border {
    background: linear-gradient(to right, #d9e5f0 33%, #fff 0%) top/12px 2px repeat-x, /* top */
    linear-gradient(#d9e5f0 33%, #fff 0%) right/2px 12px repeat-y, /* right */
    linear-gradient(to right, #d9e5f0 33%, #fff 0%) bottom/12px 2px repeat-x /* bottom */
    /*linear-gradient(#d9e5f0 33%, #fff 0%) left/1px 10px repeat-y*/
}

/* contact form */


/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #0F2A47;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.navbar-toggler.first-button {
    background-color: transparent;
    border: none;
}


/*========== Responsive ==========*/

/*==========  Non-Mobile First Method  ==========*/

    @media only screen and (max-width : 1280px) {
        .navbar-default .navbar-nav > li > a {
            color: #0f2a47;
            padding: 10px 10px 0px;
        }
        .facebook_icon,
        .linkedin_icon,
        .instagram_icon {
            width: 16px;
            height: 16px;
            float: left;
            margin-left: 20px;
            cursor: pointer;
        }        
    }
    
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 999px) {
        .social_media_links {
            display: none;
        }
        
    }
    
    @media only screen and (max-width : 767px) {
        .wrapper {
            max-width: 767px;
            margin: 0 auto;
            position: relative;
            padding: 0
        }
        .header_wrapper {
            min-height: 111px;
        }
        .navbar-header {
            display: block;
        }

        .header_wrapper .header_logo {
            margin-left: 15px;
        }
        .header .social_media_links {
            display: none;
        }
        .menu {
            margin-top: 15px;
        }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
            grid-column: 1;
            grid-row: 2;
        }
        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
            grid-column: 1;
            grid-row: 1;
        }
        .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
            padding: 0;
        }
        .has-media-on-the-right figure.wp-block-media-text__media {
            padding: 60px 20px 0;
        }
        .wp-block-media-text .wp-block-media-text__content {
            padding: 0;
        }
        figure.wp-block-media-text__media {
            padding: 60px 20px 0;
        }
                
        .wp-block-media-text.has-media-on-the-right {
            grid-template-columns: 1fr 0% !important;
        }
        .wp-block-media-text {
            direction: ltr;
            display: grid;
            grid-template-columns: 100% 1fr;
            grid-template-rows: auto;
        }
        .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
            flex-basis: 100%!important;
        }
        .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
            flex-basis: 100%!important;
            flex-grow: 0;
        }
        .wp-block-column {
            flex-grow: 1;
            min-width: 0;
            word-break: break-word;
            overflow-wrap: break-word;
        }
        
        .wp-block-column figure.wp-block-media-text__media {
            padding: 0px 20px 0;
        }
        .wp-block-column .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
            grid-column: 1;
            grid-row: 1;
        }
        .front_page_service_container .wp-block-media-text__media img, 
        .front_page_service_container .wp-block-media-text__media video {
            margin-left: 10px;
        }        
        .wp-block-column .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
            grid-column: 2;
            grid-row: 1;
            margin-left: 20px;
        }
            
        
        /* front page */
        .front_page_wrapper .wp-block-separator {
            border: none;
            height: 60px;
        }        
        .front_page_wrapper {
            max-width: 767px;
            margin: 0 auto;
            position: relative;
            padding: 65px 25px 20px;
        }
        /* front page */
        
        .page_wrapper {
            max-width: 767px;
            margin: 0 auto;
            position: relative;
            padding: 60px 30px;
        }
        
        /* contact page */   
        .contact_wrapper {
            background: url(../images/background_shape.png) no-repeat right 600px;
        }        
        .contact_wrapper .page_wrapper {
            max-width: 767px;
            margin: 0 auto;
            position: relative;
            padding: 60px 30px;
            color: #555B71;
        }
        .contact_wrapper .wp-block-columns {
            display: block;
        }
        .contact_phone,
        .contact_email,
        .contact_address {
            display: none;
        }
        .contact_wrapper h3 {
            display: none;
        }
        #contact_form h3 {
            display: block;
        }        
        .contact_wrapper .wp-block-image img {
            width: 100%;
            height: auto;
        }
        .contact_wrapper figure.wp-block-image {
            padding: 30px 15px;
        }        
        /* contact page */
        
        /* about us page */
        .aboutus_wrapper .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
            grid-column: 1;
            grid-row: 1;
        }
        .aboutus_wrapper .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
            grid-column: 1;
            grid-row: 2;
        }
        .aboutus_wrapper figure.wp-block-media-text__media {
            padding: 30px 15px;
        }
        /* about us page */
        
        /* products page */
        .products_wrapper .wp-block-image img {
            width: 100%;
            height: auto;
        }
        .products_wrapper figure.wp-block-image {
            padding: 30px 15px;
        }
        /* products page */
        
        /* collaborators page */
        .collaborators_wrapper .wp-block-image img {
            width: 100%;
            height: auto;
        }
        .collaborators_wrapper figure.wp-block-image {
            padding: 30px 15px;
        }        
        /* collaborators page */
        
        /* footer */
        .footer_wrapper .row {
            padding-right: 15px;
            padding-left: 15px;
        }
        .footer_wrapper {
            height: auto; 
        }
        .footer_menu .nav > li > a, .footer_menu .nav > li > a {
            padding: 5px 12px;
        }
        .footer_wrapper p {
            margin: 0;
        }
        .copyright_container {
            display: none;
        }
        .copyright_container_small {
            display: block;
            text-align: right;
            padding: 0 10px;
        }
        /* footer */
        
    }
    
    @media only screen and (max-width: 375px){

    }