@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(4, 46, 125, 1);
}
a {
    color: rgba(4, 46, 125, 1);
    text-decoration: none;
}
a:hover {
    color: inherit;
}
h1, h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 70px;
    text-align: center;
    color: rgba(0, 50, 142, 1);
}
h1 {
    text-align: left;
    margin-bottom: 20px;
}
#page {
    position: relative;
    overflow: hidden;
    padding-top: 188px;
}
#page-wrapper {
    background: url(../images/orn-1.png) right 100px no-repeat;
}
#header-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}
#header {
    width: 100%;
    background: #fff;
    padding: 10px 0px;
}
#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.branding {
    max-width: 467px;
}
.navbar-brand {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.header-contact > div:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 5px;
    color: rgba(218, 27, 0, 1);
}
.header-contact a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: rgba(0, 50, 142, 1);
}
.social {
    display: flex;
}
.social a {
    display: block;
    margin-left: 15px;
}
.mob-phone a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.navbar {
    padding: 0px;
}
#menu-wrapper {
    width: 100%;
    background: rgba(0, 50, 142, 1);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
#menu-wrapper.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
}
#menu-wrapper.fixed .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media all and (min-width: 1200px) {
#menu-wrapper.fixed .mob-phone {
    display: flex !important;
    order: 2;
    margin-left: 60px;
}
#menu-wrapper.fixed .mob-phone a {
    white-space: pre;
}
#menu-wrapper.fixed .navbar {
    width: 100%;
}
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0px;
    color: #fff;
    transition: all 0.2s ease;
}
.navbar-expand-lg .navbar-nav .active .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    text-decoration: underline;
}
#slider-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slide-item .container {
	position: relative;
	z-index: 20;
}
.slide-item {
	width: 100%;
	height: 830px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.slide-item:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 50, 142, 0.4);
}
#video {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	object-fit: cover;
}
video {
    pointer-events: none;
}
.wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}
.news-carousel {
    margin: 0px -15px;
}
.news-item {
    padding: 0px 15px;
}
.news-pic img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.news-item a {
    display: block;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.news-meta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    background: rgba(0, 50, 142, 0.85);
    color: #fff;
    min-height: 210px;
}
.news-name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}
.news-date {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.news-date svg {
    margin-right: 10px;
}
.news-more {
    display: none;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}
.wpcf7 input[type="submit"],
.btn {
    background: rgba(218, 27, 0, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 22px;
    border: 0px;
    border-radius: 0px;
    min-width: 191px;
    text-align: center;
    transition: all 0.2s ease;
}
.wpcf7 input[type="submit"]:hover,
.btn:hover {
    color: #fff;
    background: rgba(0, 50, 142, 1);
}
.news-item a:hover .news-more {
    display: flex;
}
.news-item a:hover .news-text {
    display: none;
}
ul.slick-dots,
ul.slick-dots li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
ul.slick-dots li {
    margin: 0px 5px;
}
ul.slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(241, 246, 255, 1);
    overflow: hidden;
    text-indent: -1000px;
    border: 0px;
}
ul.slick-dots li.slick-active button {
    background: #042E7D;
}
.show-more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.show-more .btn {
    background: rgba(0, 50, 142, 1);
}
.show-more .btn:hover {
    background: rgba(218, 27, 0, 1);
    color: #fff;
}
#news {
    background: url(../images/orn-1.png) right 36px no-repeat, url(../images/orn-2.png) left 278px no-repeat;
}
#media {
    width: 100%;
    background: url(../images/bg-1.jpg) center center no-repeat;
    background-size: cover;
}
.media-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
}
.media-title svg {
    margin-right: 10px;
}
.slider-nav {
    margin: 10px 0px 0px 0px;
    padding-bottom: 45px;
}
.slider-for a,
.slider-nav_item a {
    display: block;
    padding: 5px;
    cursor: pointer;
}
.slick-arrow {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -35px;
    width: 25px;
    height: 25px;
    background: none;
    padding: 0px;
    border: 0px;
    cursor: pointer;
    z-index: 10;
}
.slick-arrow.slick-next {
    margin-right: -35px;
    left: auto;
    right: 50%;
}
#media img {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.video {
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-carousel {
    padding-bottom: 106px;
}
#about img {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
#docs {
    width: 100%;
    background: rgba(241, 246, 255, 0.9);
}
.docs-carousel {
    margin: 0px -10px;
}
.docs-carousel_item {
    padding: 0px 10px;
}
.docs-carousel a {
    display: block;
    padding: 5px;
}
.docs-item img,
.docs-carousel img {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.docs-carousel .slick-arrow {
    top: 50%;
    bottom: auto;
    left: -40px;
    margin: 0px;
    margin-top: -12px;
}
.docs-carousel .slick-arrow.slick-next {
    bottom: auto;
    left: auto;
    right: -40px;
}
.breadcrumbs {
    margin-bottom: 40px;
    color: rgba(36, 36, 36, 1);
}
.breadcrumbs a {
    color: rgba(4, 46, 125, 1);
}
#map iframe {
    width: 100%;
    height: 490px;
    border: 0px;
}
.contact-list {
    display: flex;
    justify-content: space-between;
}
.contact-item {
    margin-bottom: 55px;
}
.contact-item p {
    margin: 0px;
    font-weight: 500;
}
.contact-item p:first-child {
    font-weight: 700;
    margin-bottom: 20px;
}
.link-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link-list img {
    max-height: 115px;
    width: auto;
}
.link-item {
    padding: 0px 10px;
}

#footer-blocks {
    width: 100%;
    background: url(../images/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 55px;
}
#footer-blocks h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
#footer-blocks .container > p {
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.form-item {
    margin-bottom: 20px;
}
.footer-left .form-action {
    display: flex;
}
.footer-left .wpcf7 {
    margin: 0px !important;
    max-width: unset;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    border-radius: 0px;
    border: 2px solid #fff;
    background: none;
    padding: 0px 20px;
    background: none;
    height: 60px;
    color: #fff;
    font-size: 16px;
}
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    outline: none;
    box-shadow: unset;
}
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 textarea::placeholder {
    color: #fff;
    opacity: 1;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7 textarea {
    padding: 20px;
    height: 150px;
    resize: none;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
    display: none !important;
}
.wpcf7 input[type="submit"] {
    width: auto;
    height: 60px;
}
.form-wrapper_2 {
    margin: 0 auto;
}
.footer-logo {
    margin: 0px 90px 0px 75px;
    display: flex;
    justify-content: center;
    width: 265px;
    min-width: 265px;
}
.footer-right {
    display: flex;
    align-items: center;
}
.footer-menu ul,
.footer-menu ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.footer-menu ul li {
    margin-bottom: 20px;
}
.footer-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.footer-menu ul li a:hover,
.footer-menu ul li.active a {
    text-decoration: underline;
}
#footer {
    width: 100%;
    background: rgba(0, 50, 142, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 8px 0px;
    margin-top: 60px;
}
.copy p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
}
.copy p a {
    color: #fff;
    text-decoration: none;
}
.copy p a:hover {
    text-decoration: underline;
}
.footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.nhp-item {
    padding: 30px 0px;
}
.nhp-item:first-child {
    padding-top: 0px;
}
.nhp-item:nth-child(2n) {
    background: url(../images/bg-1.jpg) center center no-repeat;
    background-size: cover;
}
.nhp-item h2 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 18px;
}
.nhp-item img {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.nhp-gallery {
    padding-top: 30px;
}
.doc-list {
    margin-bottom: 60px;
    background: rgba(246, 246, 246, 1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.tab-pane {
    padding: 30px 20px;
    font-weight: 500;
}
.tab-pane p:last-child {
    margin-bottom: 0px;
}
.tab-pane p a strong {
    font-weight: 500;
    color: rgba(218, 27, 0, 1);
}
.nav-pills .nav-link {
    width: 100%;
    border-radius: 0px;
    background: rgba(233, 233, 233, 1);
    margin-bottom: 5px;
    text-align: center;
    font-weight: 500;
    color: rgba(4, 46, 125, 1);
    padding: 19px 10px;
    border: 0px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: rgba(246, 246, 246, 1);
    color: rgba(4, 46, 125, 1);
}