.app-overlay {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #173556;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.app-overlay.is-visible {
    opacity: .95;
    visibility: visible;
}

.header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background: #fff;
    z-index: 1000;
    -webkit-transition: height .4s;
    transition: height .4s;
    opacity: 0.9;
}

.header-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-position: center center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .15;
}

.header-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(transparent));
    background: linear-gradient(rgba(255, 255, 255, 0.6), transparent);
}

.header-container {
    height: 165px;
}

@media (max-width: 991px) {
    .header-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
}

@media (max-width: 767px) {
    .header-container {
        height: 105px;
    }
}


.header-nav__item {
    padding-left: 4px;
    padding-right: 4px;
    float: left;
    margin-top: 25px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .header-nav__item {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.header-nav__item > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding-top: 10px;
    /*height: calc(165px / 2);*/
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    color: #777777;
    padding-top: 30px;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .header-nav__item > a {
        font-size: 14px;
    }
}

.header-nav__item > a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 35px;
    left: 0;
    height: 2px;
    background: #2b72c2;
    width: 0;
    margin: 0 auto;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.header-nav__item:hover > a {
    color: #2b72c2 !important;
}

.header-nav__item:hover > a:before {
    width: 100%;
}

.header-nav__item:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s;
    transition: .3s;
}

.header-nav__item:hover > .header-nav__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s .2s;
    transition: .3s .2s;
    margin-top:-115px;
}

.header.is-active .header-nav__item > a {
    color: #6f6f6f;
}


.header-nav__item:hover > .header-nav__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s .2s;
    transition: .3s .2s;
}

.header-nav__dropdown {
    background: transparent;
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.header-nav__dropdown .container, .header-nav__dropdown .container-fluid {
    padding-top: 0px;
    padding-bottom: 10px;
    min-height: calc(450px - 165px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav__dropdown-row {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 80px !important;
}

.header-nav__dropdown-row > div {
    padding-left: 15px;
    padding-right: 15px;
}

.header-nav__dropdown-heading {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-nav__dropdown-heading.small {
    height: 40px;
}

.header-nav__dropdown-heading.small .title {
    font-size: 18px;
    letter-spacing: inherit;
}

.header-nav__dropdown-heading .title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #2b72c2;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
}

.header-nav__dropdown .shortcut-cards {
    width: 100%;
}

.header-nav__dropdown .boxes {
    width: 100%;
}

.header-nav__mayor-photo {
    overflow: hidden;
    height: 270px;
    border-radius: 10px 10px 0 0;
}

.header-nav__mayor-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.header-nav__cards {
    width: 100%;
}

.header-nav__cards-content {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    /*padding: 20px 0 30px 30px;*/
    margin: 0px;
    padding: 0px;
}

.header-nav__cards-content.small ul {
    max-height: 170px;
    min-height: 170px;
    margin: 0px;
    padding: 0px;
}

.header-nav__cards-content ul {
    overflow-y: auto;
    max-height: 220px;
    min-height: 220px;
    scrollbar-color: rgba(43, 114, 194, 0.4) #fff;
    scrollbar-width: thin;
}

@media (max-width: 991px) {
    .header-nav__cards-content ul {
        background: #fff;
    }
}

.header-nav__cards-content ul::-webkit-scrollbar-track {
    background-color: #fff;
}

.header-nav__cards-content ul::-webkit-scrollbar {
    width: 6px;
}

.header-nav__cards-content ul::-webkit-scrollbar-thumb {
    background-color: rgba(43, 114, 194, 0.4);
}

.header-nav__cards-content ul li {
    padding-right: 30px;
}

.header-nav__cards-content ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #6f6f6f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-nav__cards-content ul li a:hover {
    color: #2b72c2;
}

.header-nav__cards-content .icon {
    margin-right: 12px;
    font-size: 14px;
    opacity: .4;
}


.header-nav__gallery {
    width: 100%;
}

.header-nav__gallery ul li a {
    display: block;
    position: relative;
}

.header-nav__gallery ul li a:hover .header-nav__gallery-cover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.header-nav__gallery-cover {
    overflow: hidden;
    height: 300px;
    border-radius: 10px 10px 0 0;
}

.header-nav__gallery-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);

}

.header-nav__gallery-body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#173556));
    background: linear-gradient(transparent, #173556);
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-nav__gallery-body:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2b72c2;
    height: 5px;
}

.header-nav__gallery-body .title {
    font-size: 24px;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.1;
    font-weight: 900;
}

.boxes ul:not(.boxes-row) {
    margin-left: -7px;
    margin-right: -7px;
}

.boxes ul:not(.boxes-row) li:not(.boxes-card) {
    margin-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px;
}

.boxes ul:not(.boxes-row) li:not(.boxes-card) a {

    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07); /*padding: 0 30px;*/
    padding: 0px 25px 0px 15px;
    border-radius: 0 7px 7px 0;
    color: #6f6f6f;
    font-size: 14px;
    /*font-weight: 700;*/
    letter-spacing: .2px;
    text-transform: uppercase;
    line-height: 1.3;
    -webkit-transition: .3s;
    transition: .3s;
    font-family:'Montserrat', sans-serif;
}

.boxes ul:not(.boxes-row) li:not(.boxes-card) a:before {
    content: "";
    height: 100%;
    width: 4px;
    top: 0;
    position: absolute;
    left: 0;
    background: #2b72c2;
}

.boxes ul:not(.boxes-row) li:not(.boxes-card) a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(121, 172, 43, 0.07);
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
    font-family:'Montserrat', sans-serif;
}

.boxes ul:not(.boxes-row) li:not(.boxes-card) a:not(.all):hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    color: #2b72c2;
}

.boxes ul:not(.boxes-row) li:not(.boxes-card) a:not(.all):hover:after {
    width: 100%;
}

.boxes ul:not(.boxes-row) li:not(.boxes-card) a.all {
    background: #2b72c2;
    color: #fff;
}

.boxes ul:not(.boxes-row) > ol, ul {
    list-style: none;
}

.header-nav__gallery {
    width: 100%;
}

.header-nav__gallery ul li a {
    display: block;
    position: relative;
}

.header-nav__gallery ul li a:hover .header-nav__gallery-cover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.header-nav__gallery-cover {
    overflow: hidden;
    height: 300px;
    border-radius: 10px 10px 0 0;
}

.header-nav__gallery-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /*-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);*/
}

.header-nav__gallery-body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#173556));
    background: linear-gradient(transparent, #173556);
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-nav__gallery-body:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2b72c2;
    height: 5px;
}

.header-nav__gallery-body .title {
    font-size: 24px;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.1;
    font-weight: 900;
}

.header-nav__gallery > .row > li {
    margin: 5px 0px;
}

.header-carousel .owl-nav {
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 420px;
    background: #2b72c2;
    -webkit-box-shadow: 0 0 50px rgba(43, 114, 194, 0.3);
    box-shadow: 0 0 50px rgba(43, 114, 194, 0.3);
    border-radius: 25px;
}

.header-carousel .owl-theme2 .owl-nav [class*='owl-'] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    height: 60px;
    width: 75px;
    -webkit-transition: .2s;
    transition: .2s;
}

.header-carousel .owl-theme2 .owl-nav [class*='owl-']:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.header-carousel .owl-theme2 .owl-nav [class*='owl-'] .icon {
    font-size: 18px;
    color: #fff;
}

.owl-nav__style-2.services-carousel .owl-theme2 .owl-nav .owl-prev {
    left: -85px;
}

.owl-nav__style-2.services-carousel .owl-theme2 .owl-nav .owl-next {
    right: -85px;
}

.owl-carousel2 {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
    position: relative; /* z-index: 1; */
}

.owl-carousel2 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; /* fix firefox animation glitch */
}

.owl-carousel2 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel2 .owl-stage-outer {
    position: relative;
    overflow: hidden; /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel2 .owl-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-carousel2 .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; /*&.current { opacity: .5; }*/
}

.owl-carousel2 .owl-item img {
    display: block;
    position: inherit;
}

.owl-carousel2 .owl-nav.disabled, .owl-carousel2 .owl-dots.disabled {
    display: none;
}

.owl-carousel2 .owl-nav .owl-prev, .owl-carousel2 .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel2 .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel2.owl-loaded {
    display: block;
}

.owl-carousel2.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel2.owl-hidden {
    opacity: 0;
}

.owl-carousel2.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel2.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel2.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel2.owl-rtl {
    direction: rtl;
}

.owl-carousel2.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel2 {
    display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel2 .animated {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.owl-carousel2 .owl-animated-in {
    z-index: 0;
}

.owl-carousel2 .owl-animated-out {
    z-index: 1;
}

.owl-carousel2 .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-carousel2 .scaleOut {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
}

.owl-carousel2 .scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.navbar > ul > li {
    padding: 0px;
    margin: 0px;
}

.services-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 250px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px rgba(43, 114, 194, 0.3);
    box-shadow: 0 0 50px rgba(43, 114, 194, 0.3);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    border-radius: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 100;
}

.contact-address.style-2 .contact-address__info {
    background: #f7f7f7;
}

.contact-address.style-2 .contact-address__info .text {
    font-size: 14px;
    margin-top: 5px;
}

.contact-address.large .contact-address__info {
    height: 270px;
}

.contact-address.large .contact-address__info .icon {
    margin-bottom: 35px;
    width: 75px;
    height: 75px;
}

.contact-address.large .contact-address__info .text {
    margin-top: 5px;
}

.contact-address.small .contact-address__info .title {
    font-size: 16px;
    line-height: 1.3;
}

.contact-address.large .contact-address__info {
    height: 270px;
}

.contact-address.large .contact-address__info .icon {
    margin-bottom: 35px;
    width: 75px;
    height: 75px;
}

.contact-address.large .contact-address__info .text {
    margin-top: 5px;
}

.contact-address .icon {
    background: #2b72c2;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-address__info {
    background: rgba(255, 255, 255, 0.7);
    height: 220px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.contact-address__info .title {
    width: 100%;
    text-transform: uppercase;
    color: #2b72c2;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-address__info .text {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.contact-address__cards .item {
    margin-bottom: 20px;
}

.contact-address__cards .item:last-child {
    margin-bottom: 0;
}

.contact-address__wrapper {
    background: #f7f7f7;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 380px;
}

.contact-address__wrapper > .icon {
    width: 65px;
    height: 65px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    color: #2b72c2;
}

.contact-address__summary .title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.contact-address__summary .address {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-address__summary .address, .contact-address__summary .text {
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.4;
}

.contact-address__summary .text {
    font-weight: 500;
}

.contact-us__col {
    height: 181px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: #4d6379;
    overflow: hidden;
}

.contact-us__col:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image: url("../../content/WebSource/image/slide/1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .8;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.contact-us__col.no-cover:before {
    display: none;
}

.contact-us__social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 36px;
    width: 65px;
    height: 65px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-address ul li {
    position: relative;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .contact-address ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-address ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .contact-address ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .contact-address ul li {
        margin-bottom: 40px;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .contact-address ul li:last-child {
        margin-bottom: 0;
    }
}

.contact-address__info > span > i {
    margin-top: 25px;
}

.header-nav__mayor-photo {
    overflow: hidden;
    height: 270px;
    border-radius: 10px 10px 0 0;
}

.header-nav__mayor-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-nav__mayor-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-left: 10px;
}

.header-nav__mayor-description .title, .header-nav__mayor-description .text {
    font-family: 'Montserrat', sans-serif;
}

.header-nav__mayor-description .title {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #333;
    line-height: 1;
}

.header-nav__mayor-description .text {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2.5px;
    color: #999;
}

.header-nav__mayor-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-nav__mayor-list ul li:last-child {
    border-bottom: 0 none;
}

.header-nav__mayor-list ul li.style-1 a {
    font-weight: 600;
}

.header-nav__mayor-list ul li.style-1 span {
    font-weight: 300;
}

.header-nav__mayor-list ul li a {
    display: block;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 15px;
    position: relative;
    margin: 0px;
}

.header-nav__mayor-list ul li a:before {
    content: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: currentColor;
    opacity: .3;
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.header-nav__mayor-list ul li a:hover {
    color: #2b72c2;
}

.header-nav__mayor-message {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 50px rgba(23, 53, 86, 0.2);
    box-shadow: 0 0 50px rgba(23, 53, 86, 0.2);
    height: 100%;
    padding: 20px 25px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.header-nav__mayor-message .text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
}

.header-nav__mayor-message .name {
    position: absolute;
    right: 20px;
    bottom: 2px;
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.header-nav__mayor-social {
    background: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 0 30px rgba(23, 53, 86, 0.15);
    box-shadow: 0 0 30px rgba(23, 53, 86, 0.15);
    overflow: hidden;
}

.header-nav__mayor-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: rgba(51, 51, 51, 0.3);
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0px 20px;
}

.header-nav__mayor-social a:hover {
    background: #2b72c2;
    color: #fff;
}

.header-nav__mayor-list {
    margin-top: 20px;
    padding-right: 100px;
}

