/* Global Defaults
=====================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
b, strong, th { font-weight: bold; }
em, i { font-style: italic; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


a, a:active, a:visited { color: #982745;  }
a:hover { color: #7D122F; }

/* Global Elements
=====================================================================*/

body {
	font:15px 'Montserrat', sans-serif;
	background:#fff;
    color:#000;
	min-height: 100%;
	position: static;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
.skiplink{
	display:none;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
    height:auto;
    font-style:italic;
    background-repeat: no-repeat;
    background-size:cover;
    vertical-align: middle;
}

/* Start CSS Coding
=====================================================================*/
#title-homepage,
.subtitle-homepage,
.projects-content h4,
#full-image-homepage .wrapper div p,
.footer-contact h5 {
    font-family: "Khand", sans-serif;
    font-weight: 400;
    font-style: normal;
}


#slideshow-partner .owl-nav button.owl-next,
#slideshow-partner .owl-nav button.owl-prev {
    font-family: 'Font Awesome 7 Free' !important;
}


.open-menu, .close-menu, .close-menu-big {
    display: none;
    cursor: pointer;
}
#menu-toggle {
    display: none;
}
.menu-button-container {
    display: none;
    cursor: pointer;
}
.mobile {
    display: none;
    position: relative;
}
#main-header {
    height:150px;
    width:100%;
    margin: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#logo {
    width:235px;
    height:95px;
    background: url(images/logo-white.png) no-repeat;
    background-size:235px 95px;
    text-indent:-9999px;
    display: block;
    margin:30px 0 0 50px;
    float:left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#main-header.small {
    height:90px;
    background: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
#main-header.small #logo {
    width:400px;
    height:70px;
    background: url(images/logo-small.png) no-repeat;
    background-size:400px 70px;
    margin-top:10px;
}
#main-header.small #nav-main li a {
    color:#2d3e78;
}
#main-header.small #nav-main li:hover a {
    color:#fff;
}
#main-header.small #nav-main li a {
    font-size: 15px;
    padding:0 14px;
}

.wrapper {
    max-width:1200px;
    margin:0 auto;
    position: relative;
    padding:0 30px;
}
#nav {
    float:left;
}
#main-header.small #nav-main {
    margin-top:25px;
}
#nav-main {
    list-style: none;
    padding:0;
    height:40px;
    float:left;
    margin:50px 0 0 60px;
}
#nav-main li {
    float:left;
    height:40px;
    position: relative;
    margin:0 1px;
}
#nav-main li a {
    display: block;
    height:40px;
    line-height: 40px;
    font-size:16px;
    text-decoration: none;
    padding:0 17px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
#nav-main li.current-menu-item a,
#nav-main li.current-menu-parent a {
    background: #00aeef;
    font-weight: 500;
    color:#2c3d77;
    border-radius:5px;
}
#nav-main li:hover a {
    background: #547eb0;
    border-radius:5px;
    color:#fff;
}

/* Start CSS POPUP Menu
=====================================================================*/
#nav ul ul {
    position:absolute;
    z-index:2000;
    display:none;
    width:250px;
    margin: 0;
    top: 55px;
    left:0;
    background:none;
    float: none;
    text-align: left;
    background: #693f82;
    padding: 10px 0;
    border-radius:0 0 5px 5px;
}
#nav ul li ul li {
    display: block;
    float: none;
    width:250px;
    height:auto;
    padding: 0;
    position:relative;
    margin: 0;
    box-shadow: none;
}
#nav ul li ul li:last-child {
    border:none;
}
#nav ul li ul li:after {
    display: none;
}
#nav ul ul ul {
    position:absolute;
    z-index:1300;
    display:none;
    width:240px;
    margin: 0;
    top: 0;
    left:240px;
}
#nav ul li ul li.current-menu-item:before,
#nav ul li ul li.current-menu-parent:before {
    display: none;
}
#nav ul li ul li ul li {
    display: inline;
    float: left;
    padding: 0;
    margin: 0 0 1px 0;
    height:auto;
}
#nav #nav-main li ul li a, #nav #nav-main li ul li a:link, #nav #nav-main li ul li a:visited {
    width:210px;
    height:auto;
    line-height: 1.4;
    float:none;
    display: block;
    text-transform:none;
    border:none;
    padding:10px 20px;
    letter-spacing: 0;
    margin:0;
    font-size:16px;
    color:#ddd;
    font-weight: normal;
}
#nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover {
    color:#fff;
    background: none;
}
#nav #nav-main li:hover ul li:hover {
    box-shadow: none;
    background: none;
}
nav#nav li:hover ul ul,
nav#nav li li:hover ul ul
{display:none;}


nav#nav li:hover ul,
nav#nav li li:hover ul
{display:block;}
nav#nav li:focus-within ul,
nav#nav li li:focus-within ul
{display:block;}
/* End CSS Drop Down Menu */


#homepage-intro {
    background: url(images/bg-homepage.jpg) no-repeat 50% 0;
    background-size: cover;
    background-attachment: fixed;
}
#homepage-intro-color {
    padding:230px 0;
    background-color:rgba(44,61,119,0.4);
    background-image: linear-gradient(
    to bottom,
    rgba(44, 61, 119, 0.9) 0px,
    rgba(0, 0, 0, 0) 170px
  );
}
#title-homepage {
    font-size:64px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 500;
    width:60%;
    line-height: 1.3;
    position: relative;
    padding:0 0 40px 0;
    margin:50px 0 40px 0;
}
#title-homepage strong {
    background: #2c3d77;
    font-weight:700;
    padding:0 15px;
}
#title-homepage::before {
    width:200px;
    height:4px;
    display: block;
    z-index: 1;
    position: absolute;
    content:"";
    bottom:0;
    left:0;
    background: #d8ebf9;
}
#subtitle-homepage {
    font-size:30px;
    color:#d8ebf9;
    font-weight: 500;
    width:55%;
}
#full-animate {
    background: linear-gradient(-45deg, #547EB0, #2C3D77, #000000, #00AEEF);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding:80px 0;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
#group-service {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1.3rem;
    width:93%;
    margin:-140px auto 0 auto;
}
.row-service {
    display: flex;
    flex-flow: column nowrap;

}
.row-service a {
    display: block;
    padding:15px;
    background: #fff;
    box-shadow:0 0 20px rgba(0,0,0,0.3);
    border-radius:10px;
    position: relative;
    text-decoration: none;
    color:#333;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.row-service a:hover {
    background: #547eb0;
    color:#fff;
}
.row-service a img {
    width:50px;
    margin:0 0 10px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.row-service a:hover img {
    transform: scale(1.2);
    margin-left:7px;
}
.row-service a span {
    display: block;
    font-size:13px;
    width:82%;
}
.row-service a i {
    position: absolute;
    z-index: 1;
    right:15px;
    bottom:15px;
    width:35px;
    height:35px;
    background: #f58220;
    border-radius:5px;
    color:#fff;
    font-size:20px;
    line-height: 35px;
}
.row-service a:hover i {
    background:#fff;
    color:#2c3d77;
}
#full-logo {
    padding: 100px 0;
    background: url(images/background-logo.png) no-repeat right -300px top 80px;
    background-size:683px 683px;
}
.subtitle-homepage {
    font-size:52px;
    font-weight: bold;
    color:#2c3d77;
    margin:0 0 40px 0;
    line-height: 1.1;
}
.subtitle-homepage.center {
    text-align: center;
}
#content-why {
    width:55%;
    float:left;
}
#content-why .subtitle-homepage {
    margin-top:60px;
}
#content-why p {
    font-size:18px;
    color:#111;
    line-height: 1.4;
    margin:0 0 20px 0;
}
#figure-why{
    width:40%;
    float:right;
}
#figure-why img {
    box-shadow:
    -80px -80px 0 -70px #2c3d77,
    80px 80px 0 -70px #2c3d77;
}
#content-why ul {
    list-style: none;
    margin:0;
    float:left;
    width:45%;
    font-size: 18px;
    color: #111;
    line-height: 1.4;
}
#content-why ul li {
    margin:0 0 5px 0;
}
#content-why ul li i {
    color:#00aeef;
    font-size:20px;
    margin:0 5px 0 0;
}
#slideshow-partner  {
    margin:0 0 100px 0;
}
#slideshow-partner .owl-dots {
    display: none;
}
#slideshow-partner .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    left: -70px;
    top: 50%;
    margin-top:-25px;
    position: absolute;
    z-index: 100;
    background: #f58220 url(images/arrow-left.png) no-repeat 16px 14px;
    background-size: 12px 22px;
    text-indent:-9999px;
}
#slideshow-partner .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    right: -70px;
    top: 50%;
    margin-top:-25px;
    position: absolute;
    z-index: 100;
    font-size: 24px;
    background: #f58220 url(images/arrow-right.png) no-repeat 20px 14px;
    background-size: 12px 22px;
    text-indent:-9999px;
}
#slideshow-partner .owl-nav button.owl-prev:hover,
#slideshow-partner .owl-nav button.owl-next:hover {
    background-color: #00aeef;
}
.full-color {
    padding: 100px 0;
    background: #547eb0;
}
.full-color .subtitle-homepage {
    color:#fff;
}
.news-title-container {
    width:20%;
    float:left;
}
#news-group {
    width:75%;
    float:right;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    margin:0 0 80px 0;
}
#slideshow-projects {
    width:75%;
    float:right;
}
.projects-container {
    background: #fff;
}
.projects-container figure {
    width:35%;
    float:left;
    position: relative;
    margin:3%;
}
#slideshow-projects figure img {
    box-shadow: -80px -80px 0 -70px #2c3d77, 80px 80px 0 -70px #2c3d77;
}
.row-news {
    display: flex;
    flex-flow: column nowrap;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    overflow:hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.row-news a {
    display: block;
    text-align: center;
    text-decoration: none;
}
.row-news a:hover h3 {
    color:#547eb0;
}
.row-news a figure {
    margin:0 0 20px 0;
}
.row-news a figure img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.row-news a .date {
    font-size:14px;
    font-weight: 300;
    color:#777;
    display: block;
    margin:0 0 10px 0;
}
.row-news a h3 {
    font-size:19px;
    font-weight: 500;
    margin:0 15px 20px 15px;
    color:#2c3d77;
}
.news-title-container a {
    text-decoration: none;
    font-size:18px;
    color:#fff;
    text-decoration: none;
}
.news-title-container a i {
    font-size:14px;
    width:22px;
    height:22px;
    background: #fff;
    color:#2c3d77;
    border-radius:3px;
    line-height: 22px;
    margin-left:5px;
}
.news-title-container a:hover i {
    background: #2c3d77;
    color:#fff;
}
.news-title-container .subtitle-homepage {
    margin:70px 0 30px 0;
}
.row-news a:hover img {
    transform: scale(1.1);
}
.projects-content {
    width:53%;
    float:right;
    padding:30px 4% 30px 0;
}
#slideshow-projects a {
    display: block;
}
.projects-content h3 {
    font-size:26px;
    font-weight: bold;
    margin:0 0 10px 0;
}
#slideshow-projects figure span {
    height:20px;
    position: absolute;
    z-index: 1;
    top:20px;
    height:25px;
    left:20px;
    background: #f58220;
    font-size:13px;
    color:#fff;
    line-height: 25px;
    padding:0 10px;
}
#slideshow-projects a h3 {
    color:#111;
}
.projects-content h4 {
    font-size:18px;
    font-weight: 400;
    color:#547eb0;
    margin:0 0 30px 0;
}
.projects-content p {
    font-size:18px;
    color:#333;
    line-height: 1.4;
}
#slideshow-projects .owl-theme .owl-dots {
    position: absolute;
    width:100%;
    bottom:-40px;
}
#slideshow-projects .owl-theme .owl-dots .owl-dot span {
    width:13px;
    height: 13px;
}
#slideshow-projects .owl-theme .owl-dots .owl-dot span {
    background: #2c3d77;
}
#slideshow-projects .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}
#slideshow-projects .owl-nav {
    display: none;
}
#full-image-homepage {
    width:100%;
    background: url(images/img-03.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#full-image-homepage-color {
    background-color: rgba(44,61,119,0.4);
    padding:100px 0;
}
#full-image-homepage .wrapper div {
    float:left;
    width:65%;
}
#full-image-homepage .wrapper div p {
    font-size:24px;
    color:#fff;
    position: relative;
    padding:0 0 20px 0;
    margin:0 0 30px 0;
}
#full-image-homepage .wrapper div p::before {
    content:"";
    width:60px;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left:0;
    bottom:0;
}
#full-image-homepage .wrapper div h2 {
    font-size:26px;
    color:#fff;
    font-weight: bold;
    text-shadow:0 1px 2px rgba(0,0,0,0.4);
    line-height: 1.3;
}
#button-volunteer, #button-volunteer:link, #button-volunteer:visited {
    float:right;
    display: inline-block;
    padding:0 30px;
    height:60px;
    line-height: 60px;
    background: #f58220;
    color:#fff;
    font-size:20px;
    font-weight: bold;
    text-decoration: none;
    margin:70px 0 0 0;
}
#button-volunteer:hover {
    background: #547eb0;
    color:#fff;
}
#language {
    float:right;
    position: relative;
    z-index: 1;
    margin:0 50px 0 0;
}
#main-header.small #language ul {
    padding-top:30px;
}
#language ul {
    list-style: none;
    padding:55px 0 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#language ul li {
    width:36px;
    height:29px;
    float:left;
    margin:0 0 0 6px;
    border-radius:3px;
}
#language ul li.wpml-ls-current-language {
    background-color: #00aeef !important;
}
#language ul li a {
    width:36px;
    height:29px;
    display: block;
    text-indent: -9999px;
    padding:0;
}
#language ul li.wpml-ls-item-id {
    background: url(images/flag-id.png) no-repeat 5px 5px;
    background-size:25px 19px;
}
#language ul li.wpml-ls-item-en {
    background: url(images/flag-us.png) no-repeat 5px 5px;
    background-size:25px 19px;
}


/* Typography
=====================================================================*/
.static-page img {
    margin:5px 0 20px 0;
    height:auto;
    width:100%;
    max-width:100%;
}
.static-page img.imgframe {
    max-width:97.5%;
    border:5px solid #f3f6f8;
}
img.alignleft, .static-page img.alignleft {
    margin-right:35px;
    float:left;
}
img.alignright, .static-page img.alignright {
    margin-left:35px;
    float:right;
}
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
    line-height: 1.3;
    color:#111;
}
.static-page h1 {
    font-size: 36px;
    margin: 30px 0;
}
.static-page h2 {
    font-size: 30px;
    margin: 25px 0;
}
.static-page h3 {
    font-size: 26px;
    margin: 22px 0;
}
.static-page h4 {
    font-size: 22px;
    margin: 25px 0;
}
.static-page h5 {
    font-size: 20px;
    margin: 30px 0;
}
.static-page h6 {
    font-size: 18px;
    margin: 36px 0;
}
.static-page p {
    margin: 0 0 24px;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}
.static-page hr {
    border: 0;
    text-align: center;
    margin:40px 0;
}
.static-page hr:before {
    content: "\2022   \2022   \2022   \2022";
    font-size: 44px;
    color: #7D122F;
}
.align-center {
    text-align: center;
}
.static-page ul, .static-page ol {
    margin: 0 0 24px 30px;
    line-height: 1.5;
    font-size: 18px;
    color:#333;
}
.static-page ul {
    list-style-position: outside;
}
.static-page ul li {
    position: relative;
    padding-left: 0;
    text-indent: 0;    

}
.static-page blockquote {
    margin: 0 0 24px;
    line-height: 1.5;
    font-size: 20px;
    color:#111;
    font-weight: 300;
    padding:0 0 0 40px;
    position: relative;
    overflow:hidden;
}
.static-page blockquote:before {
    content:'\201C';
    font-size:90px;
    color:#fb94ae;
    line-height: 1.2;
    position: absolute;
    height:50px;
    left:0;
    top:-15px;
}
.static-page blockquote p {
    font-size:20px;
    line-height: 1.5;
    font-weight: 300;
}
.static-page blockquote cite {
    text-align: right;
    font-size: 16px;
    display: block;
}
pre {
    font-size: 16px;
    padding: 0 0 0 10px;
    margin: 0;
    background: #e7e7e7;
    border-left: 1px solid #b8b8b8;
    overflow: auto;
    overflow-y: hidden;
    line-height:1.6em;
    margin-top:1.6em;
    margin-bottom:1.6em;
    color:#686868;
    font-family: 'Courier New', 'Courier', serif;
}
pre code {
    margin: 0 0 0 20px; 
    padding: 18px 0;
    display: block;
}
.wp-block-embed-youtube .wp-block-embed__wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.wp-block-embed-youtube .wp-block-embed__wrapper  iframe, .wp-block-embed-youtube .wp-block-embed__wrapper  object, .wp-block-embed-youtube .wp-block-embed__wrapper  embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.wp-block-embed {
    margin: 0 0 40px 0;
}
.wp-block-image {
    margin: 0 0 40px 0;
    clear:both;
}
.wp-block-image img {
    margin-bottom:8px;
}
.wp-block-image figcaption {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: 300;
}
.wp-block-image .alignleft {
    width:40%;
    margin-right:60px;
}
.wp-block-image .alignright {
    width:40%;
    margin-left:60px;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    margin:0;
}
.static-page .wp-block-columns img {
    width:100%;
    max-width:100%;
    margin-left:0;
}
.static-page table {
    margin:0 0 40px 0;
    border-collapse: collapse;
    width: 100%;
}
.static-page table td, .static-page table th {
    border: 1px solid #ddd;
    padding: 15px;
    font-size:18px;
}
.static-page table tr:nth-child(even){
    background-color: #f2f2f2;
}
.static-page table tr:hover {
    background-color: #ddd;
}
.static-page table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #7D122F;
    color: #fff;
}
.wp-block-table thead {
    border-bottom:1px solid #ddd !important;
}
.wp-block-file *+.wp-block-file__button {
    display: inline-block;
    padding:5px 10px;
}
.wp-block-file *+.wp-block-file__button:hover {
    color:#fff;
}
.static-page figcaption {
    font-size:16px;
    position: relative;
    color:#999;
    margin:20px 0 20px 0;
    padding:15px 0 0 0;
    font-weight: 300;
}
/*.static-page figcaption:before {
    content:"";
    height:1px;
    background: #d0d0d0;
    width:60px;
    position:absolute;
    top:0;
    left:0;
}*/
.box-line {
    padding-left:20px;
    border-left:3px solid #9a0006;
    margin:0 0 40px 0;
}
.box-line.color {
    background: #f1f3de;
    padding:20px;
}

/* Footer
=====================================================================*/
#main-footer {
    background: #2c3d77;
    padding:50px 0;
}
#footer-left {
    width:32%;
    float:left;
    margin:0 4% 30px 0;
}
#footer-left img {
    width:70%;
    margin:0 0 30px 0;
}
#footer-bottom h6 {
    font-size:16px;
    color:#666;
    text-align: center;
}
#footer-left p {
    font-size:15px;
    color:#fff;
    font-weight: 300;
    line-height: 1.4;
}
.footer-contact {
    width:28%;
    margin:0 0 0 4%;
    float:left;
}
.footer-contact h5 {
    font-size:24px;
    color:#fff;
    text-transform: uppercase;
    margin:0 0 20px 0;
}
.footer-contact ul {
    list-style: none;
    margin:0;
    font-size:15px;
    color:#fff;
    line-height: 1.4;
}
.footer-contact ul li {
    position: relative;
    padding:0 0 0 27px;
    margin:0 0 5px 0;
    font-weight: 300;
}
.footer-contact ul li i {
    position: absolute;
    z-index: 1;
    left:0;
    top:3px;
    font-size:16px;
}
.footer-contact ul li a {
    color:#fff;
    text-decoration: none;
}
.footer-contact ul li a:hover {
    text-decoration: underline;
}
#main-footer h6 {
    clear:both;
    text-align: center;
    color:#fff;
    font-size:14px;
    padding:30px 0 0 0;
    border-top:1px solid #547eb0;
    margin:30px 0 0 0;
}

/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1300px) {
    .wrapper {
        min-width:0;
        width:auto;
        padding:0 20px;
        height:auto;
    }
    #intro-homepage h1 {
        font-size:68px;
        top:220px;
    }
}
/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1200px) {
    .menu-button-container {
        display: block;
    }
    #menu-toggle:checked ~ #nav {
        display: block;
    }
    #menu-toggle:checked ~ .menu-button-container .menu-button {
        top:20px;
    }
    #menu-toggle ~ #nav {
        display: none;
    }
    #nav {
        position: fixed;
        left:0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        -webkit-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        z-index:2000;
        margin:0;
        padding:0;
        display: none;
    }
    #nav-container {
        width:80%;
        height: 100%;
        box-shadow:3px 0 5px rgba(0,0,0,0.5);
        background: #fff;
        overflow: scroll;
        left:0;
        top: 0;
        z-index:2100;
        position: absolute;
    }
    .close-menu-big {
        text-indent: -9999px;
        display: block;
        height: 100%;
    }
    #nav,
    #main-header.small #nav {
        border: none;
        margin-top:0;
    }
    #nav-main,
    #main-header.small #nav-main {
      float: none;
      text-align: left;
      border: none;
      padding: 0;
      height: auto;
      margin-top:80px;
    }
    #nav-main li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        border:none;
        background: none;
        box-shadow: none;
        font-size:14px;
        padding:0 20px;
        text-shadow:none;
    }
    #nav-main li:after {
        display: none;
    }
    #nav-main li.current-menu-item:before,
    #nav-main li.current-menu-parent:before {
        display: none;
    }
    #nav-main li a, #nav-main li:hover a, #nav-main li a:hover,
    #main-header.small #nav-main li a, #main-header.small #nav-main li:hover a, #main-header.small #nav-main li:hover a {
        height:auto;
        float:none;
        text-align: left;
        display: block;
        color:#2b2b2b;
        text-decoration: none;
        background: none;
        box-shadow: none;
        border: none;
        font-weight: bold;
        line-height:18px;
        padding:10px 10px;
        font-size:18px;
        -webkit-transition: none; 
        -moz-transition: none;
        transition: none; 
    }
    #nav-main li a:hover {
        background: none;
        padding:10px 10px;
    }
    #nav-main li:hover {
        background: none;
        box-shadow: none;
    }
    #nav-main li.current-menu-item a,
    #main-header.small #nav-main li.current-menu-item a,
    #nav-main li.current-menu-parent a,
    #main-header.small #nav-main li.current-menu-parent a {
        background: #7D122F;
        border-radius: 5px;
        color:#fff;
        border:none;
        box-shadow:none;
        text-shadow:none;
        height:auto;
        padding:10px 10px;
        font-weight: normal;
    }
    #nav ul ul, #nav ul ul ul {
        position:relative;
        z-index:2000;
        display:block;
        width:auto;
        margin: 0 0 10px 0;
        top: auto;
        left:auto;
        background:none;
        padding:0;
        float: none;
        text-align: left;
        box-shadow: none;
        border:none;
    }
    #nav ul ul:before {
        display: none;
    }
    #nav ul li ul li, #nav ul li ul li ul li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        width:auto;
        border:none;
    }
    #nav ul li ul li.menu-item-has-children ul {
        margin-left:15px;
    }
    #nav #nav-main li ul li a, #nav #nav-main li ul li a:link, #nav #nav-main li ul li a:visited,
    #main-header.small #nav #nav-main li ul li a, #main-header.small #nav #nav-main li ul li a:link, #main-header.small #nav #nav-main li ul li a:visited {
          width:auto;
          height:auto;
          text-transform: uppercase;
          border:none;
          background: none;
          margin:0;
          box-shadow:none;
          text-shadow:none;
          border:none;
          margin-left:10px;
          color:#000;
        padding:10px 10px;
        font-size:18px;
        font-weight: normal;
    }
    #nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover, #nav-main li.current-menu-item ul li a:hover, #nav-main li.current-menu-parent ul li a:hover,
    #main-header.small #nav #nav-main li:hover ul li a:hover, #main-header.small #nav #nav-main li ul li a:hover, #main-header.small #nav-main li.current-menu-item ul li a:hover, #main-header.small #nav-main li.current-menu-parent ul li a:hover {
      background: none;
      text-decoration: none;
      padding:10px 10px;
      color:#1c8185;
    }
    #nav-main li:hover, #nav-main li.current-menu-item, #nav-main li:hover, #nav-main li.current-menu-parent, #nav .menu ul li:hover, #nav .menu ul li.current-menu-item, #nav .menu ul li.current-menu-parent {
        background:none;
        box-shadow: none;
    }
    nav#nav li:hover ul ul,
    nav#nav li li:hover ul ul
        {display:block;}

    nav#nav li:hover ul,
    nav#nav li li:hover ul
        {display:block;}
    #nav:target {
        width: 100%;
    }
    .menu-button {
        text-decoration: none;
        display: block;
        width:50px;
        height: 50px;
        padding:0;
        position: absolute;
        z-index:2100;
        left:20px;
        top:20px;
        text-align: center;
        color:#7D122F;
        font-size:28px;
        background: #fff;
        border:none;
        line-height: 55px;
    }
    #main-header.small .open-menu, #main-header.small .open-menu:link, #main-header.small .open-menu:visited {
        background: none;
        top:10px;
    }
    #main-header {
        backdrop-filter: none;
    }
    #logo,
    #main-header.small #logo {
        margin-left:75px;
    }
    #main-header.small {
        display: none;
    }
}
/* CSS for iPad Landscape
=====================================================================*/
@media screen and (max-width: 1024px) {
    img,
    img[class*="align"],
    img[class*="wp-image-"] {
        max-width: 100% !important;
        height: auto !important;
    }
    .entry-content img,
    .comment-content img,
    .widget img {
        max-width: 100%; /* Fluid images for posts, comments, and widgets */
    }
    img.size-full {
        max-width: 100%;
        width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
    }
    #intro-homepage h1 {
        font-size:54px;
        top:200px;
    }
    #full-intro h2 {
        font-size:36px;
    }
    .title-homepage {
        font-size:36px;
    }
    .step-box {
        padding:30px 30px 30px 100px;
    }
    .step-box span {
        width:80px;
        height:80px;
        line-height: 80px;
        font-size:32px;
    }
    #group-blog-homepage-bottom {
        grid-gap: 2rem;
    }
    #logo-footer h4 {
        font-size:22px;
        margin:20px 0 0 0;
    }
    #gradient-header {
        width:250px;
        height: 283px;
        background-size: 250px 283px;
    }
    #login-area {
        padding:40px;
    }
    #login-container {
        background-attachment: scroll;
    }
    #main-title {
        font-size:36px;
        line-height: 1.2;
        padding-bottom:15px;
        margin-bottom:30px;
    }
    .box-color h2 {
        font-size:24px;
    }
    #logo-rpa {
        position: relative;
        top:auto;
        right: auto;
        margin:0 0 30px 0;
    }
}

/* CSS for iPad Portrait
=====================================================================*/
@media screen and (max-width: 800px) {
    #main-header {
        height:60px;
        position: absolute;
    }
    .separator {
        height: 60px;
    }
    #logo {
        width:152px;
        height:40px;
        background-size:152px 40px;
        margin-top:10px;
    }
    #header-right {
        margin:0;
    }
    #button-join {
        height:35px;
        line-height: 35px;
        right:20px;
        top:10px;
        font-size:16px;
    }
    #form-registration .input, #form-contact .input, #form-login .input {
        height:40px;
        padding:0 2%;
        width:96%;
    }
    .menu-button {
        top:5px;
    }
    #menu-toggle:checked ~ .menu-button-container .menu-button {
        top:5px;
    }
    #nav-dashboard {
        text-align: center;
    }
    #nav-dashboard li {
        margin:0 2px 6px 2px;
        font-size:16px;
    }
    #nav-dashboard li a {
        padding:8px 14px;
    }
    .status-ktm {
        position: relative;
        top:auto;
        right:auto;
        display: block;
        margin-bottom:20px;
    }
}

/* CSS for Smartphone, ex: iPhone, Android, Blackberry
=====================================================================*/
@media screen and (max-width: 650px) {
    #main-header .wrapper {
        padding:0 20px;
    }
    .open-menu, .open-menu:link, .open-menu:visited {
        left:5px;
        top:25px;
    }
    #logo {
        margin-left:65px;
    }
    #button-join {
        top:11px;
        right:20px;
        border-radius:5px;
        height: 35px;
        line-height: 35px;
        font-size:15px;
    }
    #button-join {
        border:1px solid #fff;
    }
    #login-area {
        padding:30px;
    }
    #main-title {
        font-size:28px;
    }
    #intro-homepage h1 {
        font-size:28px;
        top:auto;
        left:auto;
        position: relativer;
        color:#9a0006;
        margin:40px 0 20px 0;
        text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
    #full-intro h2 {
        text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
    #full-intro {
        padding-top:160px;
    }
    #full-intro {
        background-size: 150px 340px, 135px 300px;
    }
    #step-content {
        width:100%;
    }
    .title-homepage {
        font-size:28px;
        line-height: 1.3;
    }
    .step-box {
        background: rgba(255,255,255,.75);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
    }
    .step-box span {
        width:50px;
        height:50px;
        line-height: 50px;
        font-size:24px;
    }
    .step-box {
        padding:20px 20px 20px 70px;
    }
    .step-box h3 {
        font-size:22px;
        padding-left:40px;
    }
    .step-box h3 i {
        font-size:26px;
    }
    .text-slideshow p {
        font-size:16px;
        margin:0 0 15px 0;
    }
    .text-slideshow h3 {
        font-size:14px;
    }
    .row-blog-homepage-bottom div {
        padding:20px;
    }
    #main-footer-left {
        border-radius:30px;
    }
    #nav-social {
        margin:0;
    }
    #login-info {
        width:100%;
        float:none;
        margin:0 0 20px 0;
    }
    #form-login {
        width:100%;
        float:none;
    }
    #list-help li {
        float:none;
        margin:0 0 15px 0;
    }
    #list-help li a {
        font-size:18px;
        padding:20px 30px;
        display: block;
    }
    .menu-button {
        left:0;
    }
    #member-header {
        float:none;
        position: absolute;
        z-index: 1;
        border:none;
        right:100px;
        top:12px;
        font-size:14px;
        margin:0;
        padding:0;
    }
    #link-login {
        font-size:14px;
    }
    #button-more {
        height:50px;
        line-height: 50px;
        width:100%;
        text-align: center;
        font-size:20px;
        padding:0;
    }
    #form-registration .select.address + .select2-container {
        width:96% !important;
        margin:0 0 10px 0;
}
    #form-registration .select.small + .select2-container {
        width:20% !important;
        margin:0 0 10px 0;
    }
    #form-registration label.label-upload {
        width:80%;
    }
    #form-registration .button.save,
    #form-registration .button {
        width:100%;
        display:block;
        margin:0 0 10px 0;
    }
    .radio-group.additional {
        width:80%;
    }
    #license-number {
        position: relative;
        top:auto;
        right:auto;
        text-align: left;
        font-size:18px;
        padding-top:20px;
    }
    .row-license h3 {
        font-size:20px;
    }
    .field-group-table {
        position: relative;
        padding-left:40px;
    }
    .field-group-table input {
        float:none;
        position: absolute;
        z-index: 1;
        left:0;
        top:0;
    }
    #form-login label.label-upload {
        width:100%;
        padding:0;
    }
    #footer-bottom h6 {
        font-size:14px;
    }
    .button-more, .button-more:link, .button-more:visited {
        display: block;
        text-align: center;
        font-size:16px;
    }
    .static-page table td, .static-page table th {
        font-size:14px;
        padding:10px;
    }
    .on-process, .on-reject, .on-approved {
        font-size:13px;
    }
    .box-process .number {
        width:40px;
        height:40px;
        line-height: 40px;
        font-size:22px;
    }
    .box-process {
        padding:30px 20px;
    }
    #form-registration #togglePassword2, #form-registration #togglePassword1 {
        right:10px;
        top:40px;
        position: absolute;
    }
    .container-timeline {
        margin-left:20px;
        padding:0 0 20px 20px;
    }
    .box-color {
        padding:20px;
    }
    .box-color h2 {
        font-size:22px;
    }
    #list-certificate li {
        display: block;
        margin:0 0 10px 0;
    }
    #list-certificate li a {
        width:90%;
    }
    .title-timeline::before {
        left:-30px;
    }
}