/**   Scroll bar */


body::-webkit-scrollbar {
    width: 3px;
}
body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    outline: none;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    outline: none;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgb(0 0 0 / 20%);
}

/**
 Services 
*/

.contentDiv .OverBgBlue {
    background: rgba(0,43,75,.9);
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 79px;
    line-height: 0;
    font-size: inherit;
    -webkit-transition: min-height 1s,-webkit-transform 1s;
    transition: min-height 1s,transform 1s;
    padding: 17px 30px 18px;
    padding: 1.2166666667rem 1.5rem 1.5rem;
    overflow: hidden;
}
.contentDiv:hover .OverBgBlue {
    min-height: 100%;
}

.contentDiv:hover .OverBgBlue div.content {
    opacity: 1;
    margin-bottom: 0;
}

 .contentDiv .OverBgBlue h2 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.contentDiv .OverBgBlue div.content {
    opacity: 0;
    margin-bottom: -206px;
    -webkit-transition: margin-bottom 1s,-webkit-transform 1s;
    transition: margin-bottom 1s,transform 1s;
}

.contentDiv .OverBgBlue div.content p {
    color: #fff;
    font-size: 0.8rem;
    line-height: 18px;
    margin: 15px 0 16px;
    margin: 1.25rem 0 1.3333333333rem;
    -webkit-transition: margin 1s,-webkit-transform 1s;
    transition: margin 1s,transform 1s;
}

.contentDiv .OverBgBlue .anchorLink {
    margin-top: 15px;
    margin-top: 1.25rem;
}
.anchorLink {
    padding: 0 72px 0 35px;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    background-color: #0370c0;
    display: inline-block;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    position: relative;
    margin-top: 1.25rem;
}
.anchorLink cite {
    background: #fff url(../../images/icons.png) no-repeat -63px -106px;
    width: 37px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
}
.contentDiv {
    overflow: hidden;
    position: relative;
}

/* Single photo Gallery LightBox */
/* photo album */
.overlay-div{
height:100%;
width: 100%;
position:absolute;
background-color: #00000087;
opacity:.7;
}

a .album-card {
    transition: all 1s;
}

a .album-card:hover {
    transform: scale(1.2);
}
.album-photo-gallery > ul > li {
        margin-bottom: 15px;
    }
.album-photo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.album-photo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.album-photo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.album-photo-gallery > ul > li a:hover .album-photo-gallery-poster > img {
    opacity: 1;
}
.album-photo-gallery > ul > li a .album-photo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.album-photo-gallery > ul > li a .album-photo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.album-photo-gallery > ul > li a:hover .album-photo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.album-photo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.album-photo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.album-photo-gallery .justified-gallery > a:hover .album-photo-gallery-poster > img {
    opacity: 1;
}
.album-photo-gallery .justified-gallery > a .album-photo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.album-photo-gallery .justified-gallery > a .album-photo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.album-photo-gallery .justified-gallery > a:hover .album-photo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.album-photo-gallery .video .album-photo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.album-photo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}


.navbar-link, .navbar-dropdown a.navbar-item {
    background-color: transparent;
    color: #23486d;
    text-transform: none;
    font-weight: 500;
    padding: 0.125rem 1rem !important;
    white-space: nowrap;
    font-size: 12px;
}
    

.navbar-dropdown {
    padding-bottom: 0rem;
    padding-top: 0rem;
}
