/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    font-weight: 300;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

select.form-control {
    height: 47px !important;
}

.form-control {
    padding: 13px 15px;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 13px;
}

label {
    font-weight: normal;
    margin: 0 0 5px 0;
}

.Y-Center-outer {
    display: table;
    height: 100%;
}

.Y-Center-inner {
    display: table-cell;
    vertical-align: middle;
}

.Y-Center {
    position: absolute;
    top: 50%;

    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.XY-Center {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.space {padding: 80px 0;}

/* btn
================================================== */
.btn {
    border-radius: 20px;
    padding: 8px 40px;
    font-weight: 300;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn i {
    margin-right: 5px;
}

.btn-primary {
    background-color: #2F74B3;
    border-color: #2F74B3;
    font-size: 14px;
}

.btn-primary:hover {
    background-color: #1e5180;
    border-color: #1e5180;
}

.btn-outline-primary {
    color: #333;
    border: 1px solid #63FE3C;
    font-size: 14px;
}

.btn-outline-primary:hover {
    background-color: #fff;
    border: 1px solid #63FE3C;
    color: #333;
}

.btn-outline-primary:focus {
    box-shadow: 6px 6px 0 rgb(233, 255, 228);
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Roboto', sans-serif; font-weight: bold; color: #000;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 16px; line-height: 24px;}
h6 {font-size: 14px; line-height: 20px;}

strong {font-weight: 700;}

a {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}

p {
    color: #000;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}

.heading {
    color: #222;
    font-size: 38px;
    line-height: 44px;
    font-weight: 900;
    position: relative;
    margin-bottom: 15px;
}


/* header
================================================== */
header {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2;

    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}

header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
    height: 100%;
    background-color: #2F74B3;
}

header .top {
    padding: 8px 0;
    text-align: right;
    background-color: #000;
    position: relative;
    z-index: 6;
}

header .logo {
    display: inline-block;
    margin: 5px 0 0 0;
}

header .logo img {
    width: 247px;
}

header nav ul.main-menu {
    font-size: 0;
    text-align: right;
    position: relative;
    z-index: 5;
}

header nav ul.main-menu > li {
    display: inline-block;
}

header nav ul.main-menu > li.active a {
    color: #2F74B3;
}

header nav ul.main-menu > li > a {
    display: block;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    padding: 35px 11px;
}

header nav ul.main-menu > li.active a:before {
    content: "";
    width: 10px;
    height: 17px;
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -5px;
    border-top: 2px solid #2f74b2;
    border-right: 2px solid #2f74b2;
    transform: rotate(-60deg);
}

header nav ul.main-menu > li.active a:after {
    content: "";
    height: 6px;
    width: 3px;
    position: absolute;
    top: 16px;
    left: 50%;
    border: 1px solid #2f74b2;
    background-color: #fff;
}

header nav ul.main-menu > li > a:last-of-type i {
    font-size: 22px;
    position: absolute;
    top: 32px;
    left: 17px;
}

header nav ul.main-menu > li > a:hover {
    color: #2F74B3;
}

header nav ul.main-menu > li:last-of-type {
    margin: 0;
}

header nav ul.main-menu > li:last-of-type a {
    margin-left: 18px;
    padding: 35px 30px 35px 50px;
    background-color: #2F74B3;
    color: #fff;
    position: relative;
}

header .social {
    display: inline-block;
    margin-left: 30px;
    float: left;
    font-weight: normal;
}

header .social li {
    float: left;
    border-right: 1px solid #545454;
}

header .social li:first-of-type {
    color: #929a9b;
    font-size: 12px;
    padding: 0 13px;
}

header .social li a {
    color: #d0d0d0;
    font-size: 16px;
    display: block;
    padding: 0 9px;
    font-size: 12px;
}

header .social li a:hover {
    color: #fff;
}

header .phone {
    display: inline-block;
    color: #929a9b;
    float: left;
    font-size: 12px;
    font-weight: normal;
}

header .phone a {
    color: #d0d0d0;
    margin-left: 3px;
    border-bottom: 1px dotted #d0d0d0;
}

header .phone a:hover {
    color: #fff;
}

header .phone i {
    color: #d0d0d0;
    margin-left: 4px;
    margin-right: 3px;
}

header .language {
    display: inline-block;
    font-size: 12px;
    float: right;
    font-weight: normal;
}

header .language li img {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

header .language > li > a {
    color: #d0d0d0;
    border-bottom: 1px dotted #d0d0d0;
}

header .language > li > a:hover {
    color: #fff;
}

header .language .dropdown-item {
    font-size: 14px;
}

header .megamenu-toggle:hover .megamenu-list {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    top: 100px;
}

header .megamenu-list {
    position: absolute;
    top: 120px;
    left: -277px;
    width: 1140px;
    padding: 30px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;

    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

header .megamenu-list:before {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    top: -12px;
    left: 0;
    background-color: transparent;
}

header .megamenu .megamenu-list .megamenu-item .block-item {
    padding: 10px 15px;
    display: block;
    margin-bottom: 15px;
}

header .megamenu .megamenu-list .megamenu-item .block-item:hover {
    background-color: #f7f7f7;
}

header .megamenu .megamenu-list .megamenu-item p {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

header .megamenu .megamenu-list .megamenu-item h3 {
    line-height: 18px;
    font-size: 12px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

header .megamenu .megamenu-list .megamenu-item h4 {
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 5px;
    color: #2f74b2;
}

header .megamenu .megamenu-list .megamenu-item {
    text-align: left;
}

header .megamenu .megamenu-list .megamenu-item ul {
    text-align: left;
    padding-left: 5px;
    margin: 0 0 20px 0;
}

header .megamenu .megamenu-list .megamenu-item ul li {
    display: block;
    margin: 7px 0;
}

header .megamenu .megamenu-list .megamenu-item ul li a {
    padding: 0 0 0 13px;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    display: block;
}

header .megamenu .megamenu-list .megamenu-item ul li a:hover {
    color: #2f74b2;
}

header .megamenu .megamenu-list .megamenu-item ul li a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: -1px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #2f74b2;
}

/* slider
================================================== */
.slider {
    position: relative;
}

.slider .slide-text {
    position: relative;
    z-index: 5;
}

.slider .slide-text h3 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 900;
    color: #333;
    margin: 0 0 20px 0;
}

.slider .slide-text p {
    font-size: 16px;
    line-height: 24px;
}

.slider .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/slider-filter.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom center;
    background-size: cover;
    opacity: 0.95;
    z-index: 1;
}

.slider .carousel-inner .carousel-item {
    height: 530px;
    padding: 140px 0 0 0;
}

.slider .carousel-control-prev,
.slider .carousel-control-next {
    z-index: 2;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter:
        /* for demonstration purposes; originals not entirely black */
        contrast(1000%)
        /* black to white */
        invert(100%)
        /* white to off-white */
        sepia(100%)
        /* off-white to yellow */
        saturate(10000%)
        /* do whatever you want with yellow */
        hue-rotate(90deg);
}

.text-page aside {
    border-bottom: 10px solid #fff;
    border-left: 10px solid #2f74b2;
    border-top: 10px solid #fff;
    padding: 10px 30px;
    margin-right: 70px;
}

.text-page aside ul li {
    margin: 5px 0;
}

.text-page aside ul li.active a {
    color: #2f74b2;
    padding-left: 10px;
}

.text-page aside ul li a {
    color: #333;
    position: relative;
}

.text-page aside ul li.active a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -20px;
    background-color: #2f74b2;
    height: 3px;
    width: 20px;
}

.text-page aside .btn {
    margin: 25px auto 0;
    display: table;
}

.text-page aside .btn i {
    margin-right: 5px;
}

.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
    margin: 0 0 10px 0;
}

/* about
================================================== */
.about {
    background-color: #fff;
}

.about h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 20px 0;
}

.about .mission {
    background: url(../imgs/mission-bgr.jpg) top center no-repeat;
    background-size: cover;
    padding: 50px 50px;
    text-align: center;
    margin: 50px 0;
}

.about .mission h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #2f74b2;
    display: inline-block;
}

.about .mission p {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: lighter;
    font-style: italic;
}

.about.values {
    margin-bottom: 35px;
}

.about .about-img-01 {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.about .about-img-02 {
    max-height: 430px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.about.values h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0;
    display: inline-block;
}

.about.values ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 15px 0;
}

.about.values ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #2f74b2;
    position: absolute;
    top: 3px;
    left: 0;
    transform: rotate(45deg);
}

.about.values .btn {
    margin: 40px auto 0;
    display: table;
}

.about .heading {
    margin-top: 22px;
}

.about .text-top {
    width: 395px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
}

.about .text-bottom {
    width: 435px;
    height: 265px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 15px;
}

/* question
================================================== */
.question {
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.question:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.7);
    z-index: 2;
}

.question .container {
    position: relative;
    z-index: 3;
}

.question h3 {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    display: block;
    padding: 0 150px;
    margin: 0 15px 20px 0;
}

.question p {
    color: #fff;
    padding: 0 150px;
}

.question a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

/* blog-recent
================================================== */
.blog-recent {
    background-color: #fff;
}

.blog-recent .heading {
    margin-bottom: 30px;
}

.blog-recent ul li figure {
    position: relative;
}

.blog-recent ul li figure figcaption h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.blog-recent ul li figure figcaption .date {
    float: left;
}

.blog-recent ul li figure figcaption a {
    float: right;
    display: block;
    color: #3785cc;
}

.blog-recent ul li figure figcaption a:hover {
    text-decoration: underline;
}

.blog-recent ul li figure figcaption a i {
    margin-left: 4px;
}

.blog-recent ul li figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 25px 25px 0 0;
    width: 80%;
}

/* blog-article
================================================== */
.blog-article .article-img figure {
    position: relative;
    margin-bottom: 20px;
}

.blog-article .article-img figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    padding: 20px 20px 20px 0;
    background-color: #fff;
}

.blog-article .article-img .article-date {
    color: #9e9e9e;
    font-style: italic;
}

.blog-article .article-img .article-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #2F74B3;
}

.blog-article aside {
    padding-left: 40px;
}

.blog-article aside .widget h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.blog-article aside .widget ul li {
    margin: 0 0 20px 0;
    display: block;
}

.blog-article aside .widget ul li figure img {
    float: left;
    width: 65px;
    margin-right: 15px;
}

.blog-article aside .widget ul li figure figcaption a {
    color: #000;
    line-height: 1.5;
    display: block;
}

.blog-article aside .widget ul li figure figcaption a:hover {
    color: #2F74B3;
}

.blog-article aside .widget ul li figure figcaption .date {
    font-size: 12px;
    font-style: italic;
    margin: 5px 0 0 0;
    color: #a9a9a9;
}

/* blog-list
================================================== */
.blog-list {
    padding-bottom: 0;
}

.blog-list ul li {
    margin-bottom: 70px;
}

/* blog-list
================================================== */
.pagination {
    margin: 0 0 100px 0;
}

/* newsletter
================================================== */
.newsletter {
    background-color: #2f74b2;
    padding: 50px 0;
}

.newsletter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.newsletter input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.newsletter h3 {
    margin: 8px 0 0 0;
    color: #fff;
    font-weight: bold;
}

.newsletter p {
    margin: 0;
    color: #fff;
}

.newsletter form {
    position: relative;
}

.newsletter form input[type=text] {
    background-color: transparent;
    height: 50px;
    padding: 0 174px 0 0;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    border: 0;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: 300;
}

.newsletter form button {
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
}

.newsletter form button:hover {
    color: #2f74b2;
    background-color: #fff;
}

.newsletter form button i {
    margin-right: 5px;
}

/* breadcrumb */
.page-intro {
    padding: 20px 0;
    background-image: url('../imgs/page-header-min.jpg');
    background-size: 100%;
    background-position: top center;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

.page-intro:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.page-intro .container {
    position: relative;
    z-index: 1;
}

.page-intro h1 {
    color: #fff;
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
    margin: 50px 0 10px 0;
}

.page-intro p {
    width: 80%;
    margin: 0 0 30px 0;
    color: #c3c3c3;
}

.page-intro .breadcrumb {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.page-intro .breadcrumb .breadcrumb-item,
.page-intro .breadcrumb .breadcrumb-item a {
    color: #c3c3c3;
}

.page-intro .breadcrumb .breadcrumb-item a:hover {
    color: #2F74B3;
}

.page-intro .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.page-intro .breadcrumb-item+.breadcrumb-item::before {
    color: #ababab;
}

/* contacts */
.contact-info {
    font-size: 14px;
    color: #fff;
    text-align: right;
}

.contact-info h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 7px 0;
}

.contact-info ul li {
    margin: 2px 0;
}

.contact-info ul li i {
    margin-right: 5px;
}

.contacts label[for=terms] {
    font-weight: 300;
}

.contacts label[for=terms] a {
    font-weight: normal;
}


/* blog-article
================================================== */
.property-list .property-filter {
    background-color: #404040;
    padding: 20px;
}

.property-list .property-filter .form-control {
    border: 0;
}

.property-list ul {
    margin-top: 20px;
}

.property-list ul li {
    margin-bottom: 50px;
}

.property-list ul li a {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0 2px;
    display: inline-block;
    color: #2F74B3;
    position: relative;
    overflow: hidden;
}

.property-list ul li a:hover {
    text-decoration: underline;
}

.property-list ul li a img {    
    transition: transform .6s ease;
}

.property-list ul li a:hover img {
    transform: scale(1.2);
}

.property .owl-theme .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 100px;
    line-height: 1;
    color: #fff;
}

.property .owl-carousel .owl-item img {
    cursor: grab;
}

.property .owl-theme .owl-nav button {
    outline: none;
}

.property .owl-theme .owl-nav button:hover {
    background: transparent;
}

.property figure {
    position: relative;
    margin: 0 0 30px 0;
}

.property figure figcaption {
    padding: 20px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    width: 60%;
    margin-left: -30%;
    display: table;
    z-index: 6;
}

.property figure figcaption h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 10px;
    display: inline-block;
    color: #2F74B3;
}

.property .address,
.property-list ul li address {
    margin: 0 0 10px 0;
}   

.property .address i,
.property-list ul li address i {
    margin-right: 4px;
}    

.property .price,
.property-list ul li .price {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.property .price-size,
.property-list ul li .price-size {
    text-align: right;
    line-height: 27px;
}

.property .property-meta,
.property-list ul .property-meta {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.property .property-meta .property-meta-item,
.property-list ul .property-meta .property-meta-item {
    display: inline-block;
}

.property .property-meta .property-meta-item img,
.property-list ul .property-meta .property-meta-item img {
    position: relative;
    top: -1px;
}

.property .property-meta .property-meta-item.item-right,
.property-list ul .property-meta .property-meta-item.item-right {
    margin-left: 12px;
}

.property .property-meta .property-meta-item.item-right img,
.property-list ul .property-meta .property-meta-item.item-right img {
    margin-right: 3px;
}


/* services
================================================== */
.services .service-item {
    margin-bottom: 50px;
}

.services .service-item:last-of-type {
    margin-bottom: 0;
}

.services .service-desc h3 {
    margin: 0 0 20px 0;
    position: relative;
}

.services .service-desc.right h3:before {
    left: -70px;
}

.services .service-desc.left h3:before {
    right: -70px;
}

.services .service-desc.left {
    text-align: right;
}

.services .service-desc h3:before {
    content: "";
    width: 140px;
    height: 3px;
    background-color: #2F74B3;
    position: absolute;
    bottom: -10px;
}

/* footer */
footer {
    padding: 50px 0 30px;
    border-top: 1px solid #ececec;
}

footer .footer-nav {
    font-size: 0;
    text-align: center;
    margin: 0 0 20px 0;
}

footer .footer-nav li {
    display: inline-block;
    margin: 22px 14px;
}

footer .footer-nav li.active a {
    color: #2f74b2;
}

footer .footer-nav li a {
    display: block;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    padding: 2px 0;
}

footer .footer-nav li.active a:before {
    content: "";
    width: 10px;
    height: 17px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-top: 2px solid #2f74b2;
    border-right: 2px solid #2f74b2;
    transform: rotate(-60deg);
}

footer .footer-nav li.active a:after {
    content: "";
    height: 6px;
    width: 3px;
    position: absolute;
    top: -11px;
    left: 50%;
    border: 1px solid #2f74b2;
    background-color: transparent;
}

footer .footer-nav li a:hover {
    color: #2f74b2;
}

footer .footer-nav li a i {
    margin-right: 7px;
    color: #2f74b2;
}

footer .footer-contacts {
    text-align: center;
    margin: 0 0 14px 0;
}

footer .footer-contacts a {
    border-bottom: 1px dotted #2f74b2;
    color: #2f74b2;
}

footer .footer-contacts i {
    margin-left: 7px;
    color: #2f74b2;
}

footer .footer-contacts span {
    display: inline-block;
    font-size: 14px;
    margin-top: 3px;
    color: #333;
}

footer .footer-social {
    font-size: 0;
    text-align: center;
    display: table;
    width: 100%;
    font-size: 0;
}

footer .footer-social li {
    display: inline-block;
    border-right: 1px solid #545454;
    font-size: 14px;
}

footer .footer-social li:first-of-type {
    color: #333;
    font-size: 14px;
    padding: 0 13px;
}

footer .footer-social li a {
    color: #333;
    font-size: 16px;
    display: block;
    padding: 0 13px;
}

footer .footer-social li a:hover {
    color: #2f74b2;
}


/* dropdown
================================================== */
.dropdown-menu {
    margin-top: 5px;
    border-radius: 2px;
}

/* scrollTop
================================================== */
.scroll-top {
    font-size: 20px;
    line-height: 35px;
    display: block;
    position: fixed;
    text-align: center;
    right: 25px;
    bottom: 15px;
    color: #06a84e;
    cursor: pointer;
    z-index: 10000;
    height: 40px;
    width: 40px;
    border: 1px solid #06a84e;
    opacity: 0;
    bottom: -32px;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}