*{
    /*font-family: 'Lora', serif;
    font-weight: 500;*/
    font-family: 'Open Sans', sans-serif;
}

:root {
    --themeColorWhite: #FFF;
    --themeColorA: #bea05f;
    --themeColorA_h: #926f22;
    --themeColorB: #04347f;
    --themeColorB_h: #1456bd;
}

p{
    font-size: 17px;
    color: #777;
}


.btn-pg{
    background-image: linear-gradient(to top, #2d237d 0%, #0e2a50 100%);
    color: var(--themeColorWhite);
}

.btn-pg:hover{
    background-image: linear-gradient(to top, #594cc7 0%, #0e2a50 100%);
    color: var(--themeColorWhite);
}

.mt-40{
    margin-top: 40px;
}

.menu-top {
    background-color: var(--themeColorA);
    font-size: 14px;
    font-weight: 500;
}

.menu-top p{
    color: var(--themeColorWhite) !important;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: var(--themeColorB) !important;
    font-size: 15px;
    font-weight: 500;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: var(--themeColorA_h) !important;
    text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--themeColorA_h) !important;
    text-decoration: underline;
}

.text-twitter {
    color: #1da1f2;
}

.text-facebook {
    color: #1da1f2;
}

.text-instagram {
    color: #d70058;
}

/*
SLIDE
*/

.j_slide {
    position: relative;
    text-align: center;
}

.j_slide_item {
    display: none;
}

.j_slide_item:first-child {
    display: block;
}

.j_slide_item img {
    width: 100%;
}

.j_slide_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.j_slide_nav span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    width: 20px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
}

.j_slide_nav span:hover,
.j_slide_nav span.active {
    background: var(--themeColorB_h);
}

/**
PAGES
 */
.pg_section_page_header > h1{
    color: #777;
    font-weight: 600;
}

.pg_section_page_header > p{
    font-size: 16px;
}


/**
SERVICES
 */
.pg_services{
    background-image: url("../images/bg-services.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pg_services_header>h1{
    color: var(--themeColorA);
}

.pag_services_article_div{
    background-color: var(--themeColorWhite);
    border-radius: 7px;
    box-shadow: 0px 0px 7px #ccc;
}

.pag_services_article_header>h1{
    font-size: 18px;
    color: var(--themeColorB);
}

.pag_services_article_header,
.pag_services_article_div .content{
    padding: 10px 15px;
}

.pag_services_article_div p{
    font-size: 14px !important;
}

/**
INFO
 */
.pg_section_info{
    background-color: #fdf5e4;
}

.pg_section_info_article figure img{
    width: 80px;
}

.pg_section_info_article_header h1{
    font-size: 20px;
    font-weight: 500;
}

.pg_section_info_article p{
    font-size: 16px;
}

/**
PARTNERS
 */
.pg_section_partners_header > h1{
    color: var(--themeColorA);
}

.pg_section_partners_article{
    padding: 8px;
}

.pg_section_partners_article_header > h1{
    color: var(--themeColorB);
    font-size: 24px;
}

.pg_section_partners_article img{
    box-shadow: 0px 0px 8px #777;
    border-radius: 7px;
}

.pg_section_partners_article p{
    font-size: 16px;
}

.pg_section_partners_article a:hover{
    text-decoration: none !important;
}

/**
PAGE SERVICE
 */
.pg_article_service_contact{
    background: #fbfbfb;
    border-top: 1px solid #EEE;
}

.pg_article_service_contact_header > h1{
    color: #777;
    font-weight: 500;
    line-height: 1.1;
}

/**
CONTACTS
 */
.pg_section_contacts_header > h1{
    font-size: 2em;
    font-weight: bold;
    color: #777;
}

/**
FOOTER
 */

.footer-block {
    background-color: var(--themeColorA);
    font-size: 14px;
    font-weight: 500;
}

.footer-block p {
    color: var(--themeColorWhite) !important;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: var(--themeColorB);
}

.footer_ul_amrc li a:hover {
    color: var(--themeColorB_h);
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 20px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.foote_bottom_copy{
    font-size: 13px;
    margin: 30px 0;
}

.pg_footer_social > a{
    font-size: 15px;
    color: #444;
}