/*
Theme Name: UADocs
Author: Dmitry Shulga
Version: 1.0
*/
@media (min-width: 768px) {
    #about .steps__wrapper ul+ul {
    	margin-left: 6%;
    }
}
a.blog-card {
	text-decoration: none;
}
button.button-link {
	background-color: transparent;
}
.article-block #thumb {
	width: 100%;
}
.pagination span.active {
	color: #01416c;
	display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    width: 44px;
}
p.status {
    text-align: center;
    margin-top: 10px;
}
#about-section p {
    margin: 0;
    margin-bottom: 10px;
}
#about-content {
    max-height: 190px;
    overflow: hidden;
}
#about-content.shown {
    max-height: initial;
}
#video-layer {
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0, 0.3);
}
.city-span {
    cursor: pointer;
}
.blog .front-banner,
.article .front-banner {
    overflow: initial;
}
.dropdown-menu {
    box-shadow: 2px 12px 16px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 12px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 12px 16px 0px rgba(0,0,0,0.75);
}
.modal-desc .modal-body ul {
    margin-bottom: 1rem;
}
.is-404 {
    text-align: center;
    padding: 250px 0;
}
.is-404 h1 {
    font-size: 40px;
}
.single-serv {
    /* height: 600px; */
    background-size: cover;
}
#layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.header__nav {
    margin-top: 20px;
    width: 100%
}

.header__nav li+li {
    margin-left: 12px
}

.header__nav ul {
    -ms-flex-pack: distribute;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    list-style: none;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px 5px
}

.header__nav.less {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 46px rgba(0, 0, 0, .13);
    box-shadow: 0 4px 46px rgba(0, 0, 0, .13);
    left: 0;
    margin: 0;
    padding: 23px 20px 9px;
    position: fixed;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100vw;
    z-index: 11
}

.header__nav.less .header__nav-item {
    color: #333
}

.header__nav .card-body {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px
}

.header__nav .card-body a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none
}

.header__nav .card-body a+a {
    margin-top: 20px
}

.header__nav .card-body a span {
    position: relative;
    display: block;
    width: 100%;
}

.header__nav .card-body a span:before {
    content: url(images/icons/arrow-menu-blue.svg);
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.header__nav-hover {
    cursor: pointer;
    position: relative
}

.header__nav-hover .header__nav-item {
    position: relative
}

.header__nav-hover .header__nav-item:after {
    background: url(images/icons/arrow-bottom-white.svg) no-repeat 50%/10px 6px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: -20px;
    top: 3px;
    width: 10px
}

.header__nav-hover:hover .header__nav-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 10
}

.header__nav-hover:hover .header__nav-item:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__nav-submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 50%;
    min-width: 260px;
    opacity: 0;
    padding: 8px 0;
    position: absolute;
    top: 108%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    z-index: -99
}

.header__nav-submenu a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 10px 20px;
    text-decoration: none;
    /*white-space: nowrap*/
}

.header__nav-submenu a:hover {
    background-color: #ffaf26
}

.header__nav-item {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding-bottom: 7px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header__nav-item:before {
    background-color: #ffaf26;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.header__nav-item:hover {
    color: #fff
}

.header__nav-item:hover:before {
    opacity: 1
}
@media only screen and (max-width: 767px) {
    /* .single-serv {
        height: 500px;
    } */
    .header__menu-inner .header__nav li:hover {
        background-color: #fff;
    }
    .header__nav-item:hover {
        color: #333;
    }
    .section-blog__wrapper .blog-card:last-child {
        display: block !important;
    }
    .section-blog__wrapper .blog-card:not(:last-child) {
        margin-bottom: 20px;
        display: block;
    }
}