body,
html {
    margin: 0;
    padding: 0;
}

html {
    font-family: Helvetica, Arial, sans-serif;
    /*font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 16px;
    /*line-height: 1.5;*/
}

article {
    overflow: auto;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header_section {
    width: 1000px;
    height: 110px;
    margin: 0 auto;
    color: #011e3e;
}

.header {
    height: 110px;
    overflow: hidden;
}

.logo {
    display: inline-block;
    float: left;
    width: 280px;
    margin-top: 10px;
    margin-left: 20px;
}

.logo img {
    width: 280px;
}

.right_block {
    display: inline-block;
    float: right;
    line-height: 24px;
    margin: 26px 55px 0px 0px;
}

.right_block i {
    font-size: 16px;
}

.phone a {
    color: #011e3e;
    text-decoration: none;
}

.footer-fhone a {
    color: #fbc11b;
    text-decoration: none;
}

.hover {
    display: block;
}

#breadcrumb {
    width: 100%;
    font-size: 14px;
}

#breadcrumb li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebar-left {
    display: inline-block;
    text-align: justify;
    width: 327px;
    font-size: 16px;
    float: left;
    color: #011e3e;
    line-height: 24px;
    padding-right: 10px;
    font-family: Arial;
}

.sidebar-left ol {
    margin-top: 0px;
}

.wrapper_lic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  text-align: center;
}

.wrapper-content {
    width: 1000px;
    margin: 0 auto;
    display: table;
}

.front-page-content {
    display: inline-block;
    float: left;
    width: 770px;
    /*padding-top: 22px*/
}

.front-page-content-main {
    display: inline-block;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    width: 663px;
    margin-top: 5px;
}

.cav {
    padding: 10px 10px 0px 10px;
    display: inline-block;
    float: left;
    width: 22px;
    font-size: 20px;
}

.text4 {
    text-align: justify;
    font-size: 15px;
    font-style: italic;
    /*color: #011E3E*/
    padding-top: 10px;
    padding-right: 10px;
    line-height: 20px;
    color: rgb(133, 133, 133);
    float: left;
    display: block;
    width: 240px;
    padding-bottom: 20px;
}

form {
    margin: 0 24px;
}

input::-webkit-input-placeholder {
    font-family: Arial;
    color: #464646;
}

input:-moz-placeholder {
    font-family: Arial;
    color: #464646;
}

textArea::-webkit-input-placeholder {
    font-family: Arial;
    color: #464646;
}

textArea:-moz-placeholder {
    font-family: Arial;
    color: #464646;
}

.sidebar-right {
    display: inline-block;
    width: 157px;
    /*padding-top: 55px*/
    font-size: 16px;
    float: right;
    color: #011e3e;
    line-height: 22px;
}

.right-block {
    display: inline-block;
    width: 230px;
    height: 230px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    float: right;
    background-size: 230px 230px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

footer {
    width: 100%;
    /* height: 165px*/
    color: #fbc11b;
}

.f-wrapper {
    background-color: #011e3e;
    width: 1000px;
    height: 130px;
    color: #fbc11b;
    margin: 0 auto;
}

.f-wrapper i {
    color: rgba(251, 193, 27, 0.8);
    font-size: 16px;
}

.footer-logo {
    display: inline-block;
    text-align: right;
    margin-top: 37px;
    line-height: 23px;
    float: left;
    padding-right: 30px;
    border-right-color: #fbc11b;
    border-right-style: solid;
    border-right-width: 1px;
    margin-left: 53px;
}

.footer-logo span {
    font-weight: bold;
}

.footer-menu {
    display: inline-block;
    padding-top: 5px;
    line-height: 23px;
    float: left;
}

.footer-menu ul {
    list-style-type: none;
}

.footer-menu a {
    color: #fbc11b;
    text-decoration: none;
}

.footer-right {
    margin-right: 6%;
    display: inline-block;
    float: right;
    text-align: left;
    padding-top: 30px;
    line-height: 24px;
}

article {
    /*    -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2;  */
    color: #011e3e;
}

.sidebar-right {
    display: inline-block;
    width: 217px;
    /* padding-top: 55px*/
    font-size: 16px;
    float: right;
    color: #011e3e;
    line-height: 22px;
    /*padding-right: 10px*/
    /*border: 1px black solid*/
}


/* FRONT PAGE*/

.nextNews {
    display: none;
}

.hidden {
    display: none !important;
}

.quote {
    border: 1px solid #011E3E;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.allNews {
    width: 100%;
    height: 64px;
    text-align: center;
    border-radius: 10px;
    margin: 10px auto 10px auto;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.allNews span {
    display: inline-block;
    color: rgb(1, 30, 62);
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#angle-down {
    position: relative;
    margin-top: 0;
}

.fa-angle-down {
    font-size: 30px;
    color: rgb(1, 30, 62);
    vertical-align: bottom;
}

.fa-angle-up {
    font-size: 30px;
    color: rgb(1, 30, 62);
    vertical-align: bottom;
}

.allNews:hover {
    color: #fbc11b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.allNews:hover span {
    color: #fbc11b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.allNews:hover .fa-angle-down {
    color: #fbc11b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.allNews:hover .fa-angle-up {
    color: #fbc11b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-right {
    display: inline-block;
    width: 217px;
    padding-top: 0px;
    font-size: 16px;
    float: right;
    color: #011e3e;
    line-height: 22px;
}


/* SINGLE */

.content-single {
    width: auto;
    float: left;
    margin-right: 10px;
}

.front-page-content-ps {
    display: inline-block;
    float: left;
    width: 90%;
    padding-left: 50px
}

.blue-filter {
    background-color: rgba(49, 44, 172, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
}

.row {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.span6 {
    display: inline-block;
    width: 40%;
    float: left;
    line-height: 25px;
}

.span6 li {
    list-style: none;
}

.span6 li a {
    text-decoration: none;
    color: #001d3d;
    margin: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.span6 li a:visited {
    color: #001d3d;
}

.span6 li a:hover {
    color: #001d3d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.span6:nth-child(odd) {
    margin-right: 10%;
}

.span6:nth-child(even) {
    margin-left: 10%;
}

.row h3 {
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(46, 46, 46, 0.4)), color-stop(1, #fff));
    background-image: -o-linear-gradient(top, rgba(46, 46, 46, 0.4) 0%, #fff 100%);
    background-image: -moz-linear-gradient(top, rgba(46, 46, 46, 0.4) 0%, #fff 100%);
    background-image: -webkit-linear-gradient(top, rgba(46, 46, 46, 0.4) 0%, #fff 100%);
    background-image: -ms-linear-gradient(top, rgba(46, 46, 46, 0.4) 0%, #fff 100%);
    background-image: linear-gradient(to top, rgba(46, 46, 46, 0.4) 0%, #fff 100%);
    font-family: Arial;
    border-radius: 3px;
    font-size: 16px;
    display: block;
    width: auto;
    color: #001d3d;
    padding: 10px;
    line-height: 15px;
}

.row h3:active {
    text-decoration: underline;
}

.entry {
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 230px;
    overflow: hidden;
    float: left;
}

.hover-caption {
    position: inherit;
    cursor: pointer;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fbc11b;
    font-style: normal;
}


/*********** END XZ ************/


/*********** JSSOR slider header images ************/


/* jssor slider bullet navigator skin 17 css */


/*
.jssorb17 div           (normal)
.jssorb17 div:hover     (normal mouseover)
.jssorb17 .av           (active)
.jssorb17 .av:hover     (active mouseover)
.jssorb17 .dn           (mousedown)
*/

.jssorb17 {
    position: absolute;
}

.jssorb17 div,
.jssorb17 div:hover,
.jssorb17 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('/img/b17.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb17 div {
    background-position: -7px -7px;
}

.jssorb17 div:hover,
.jssorb17 .av:hover {
    background-position: -37px -7px;
}

.jssorb17 .av {
    background-position: -67px -7px;
}


/*********** END JSSOR slider header images ************/


/*********** BANNER on other page ************/

.banner-about {
    width: 1000px;
    margin: 0px auto;
}

.banner-about > img {
    width: 100%;
}


/*********** END BANNER on other page ************/


#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: auto;
    margin-right: auto
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    /* width: 75%; */
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    /* color: #ccc; */
    color: white;
    padding: 10px 0;
    /* height: 150px; */
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    /* width: 55%; */
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}

@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
