@import url('https://fonts.googleapis.com/css?family=Pridi:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Arvo|Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:700');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:700&display=swap');


body {
    font-family: 'Pridi', sans-serif;
    font-weight: 500;
    font-family: 'Merriweather', serif;
    overflow-x: hidden;
    

}

.nb-footer{
    background: #272727;
    margin-top: 60px;
    padding-bottom: 30px;
}
.nb-footer .footer-single{
    margin-top: 30px;
}
.nb-footer .footer-title{
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.nb-footer .footer-single a{
    text-decoration: none;
}
img.img-responsive {
    height: 50px;
    width: auto;

}

.nb-footer .footer-single h2{
    color: #eee;
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
    border-bottom: 2px solid rgba(17, 123, 117, 0.69);
    padding-bottom: 5px;
    margin-bottom: -2px;
}
.nb-footer .footer-single li{
    border-top: solid 1px #353535;
}
.nb-footer .footer-single li:first-child{
    border-top: none;
}
.nb-footer .footer-single li a{
    color: #979797;
    font-size: 12px;
    padding: 6px 0px;
    display: block;
    transition:all 0.4s ease-in-out;
}
.nb-footer .footer-single li a:hover{
    color: #117B75;
}
.nb-footer .footer-single li a:hover i{
    color: #117B75;
}
.nb-footer .dummy-logo {
    margin-top: 11px;
    padding-bottom: 9px;
}
.nb-footer .dummy-logo .icon {
    width: 250px;
    margin-right: 10px;
    border-radius: 20px;
    margin-top: 24px;
}


.nb-footer .brand {
    background: #117B75;
}
.nb-footer .dummy-logo i {
    font-size: 50px;
    color: #fff;
    padding: 5px;
}
.nb-footer .dummy-logo p {
    color: #999;
    font-size: 12px;
}
.nb-footer .dummy-logo h2 {
    font-size: 24px !important;
    border-bottom: none;
    color: #696969;
    padding: 5px 0;
}
.nb-footer .btn-footer{

    border: 1px solid #117B75;
    margin-top: 10px;
    color: #999;
}
.nb-footer .btn-footer:hover{
    background: #117B75;
    color: #fff;
    transition:all 0.4s ease-in-out;

}
.nb-footer .useful-links li a{
    text-transform: uppercase;
}
.nb-footer .footer-project a{
    font-size: 13px;
}
.nb-footer .footer-project img{
    margin-bottom: 20px;
    border: 1px solid #666;
    border-radius: 6px;
    padding: 1px;
    opacity: 0.7;
    transition:all 0.4s ease-in-out;
}
.nb-footer .footer-project img:hover{
    opacity: 1.0;
    cursor: pointer;
}
.nb-footer .footer-project .footer-title{
    margin-top: 0;
}
.nb-footer .footer-single p, .footer-single address{
    color: #979797;
    font-size: 14px;
    margin-top: 5px;
    line-height: 22px;
}
.nb-copyright{
    background: #171717;
    padding-bottom: 10px;
}
.nb-copyright .copyrt{
    margin-top: 22px;
    font-size: 14px;
}
.nb-copyright .copyrt a{
    color: #117B75;
}
.nb-copyright .footer-social{
    margin-top: 10px;
}
.nb-copyright .footer-social i{
    padding: 5px 10px;
    color: #999;
    border: 1px solid #333;
    margin-top: 10px;
    font-size: 20px;
    border-radius: 5px;
    transition:all 0.4s ease-in-out;
}
.nb-copyright .footer-social i:hover{
    background: #117B75;
    color: #fff;
}
.nb-copyright .footer-social .fa-facebook{
    padding: 5px 14px;
}







.bg-grey {
    background: #292929;
}
.logo-footer {
    margin-bottom: 40px;
}
footer {
    color: grey;
}
footer p, a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
footer h6 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    position: relative;
}
footer h6:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}
.btn-footer {
    color: grey;

    text-decoration: none;
    border: 1px solid;
    border-radius: 43px;
    font-size: 13px;
    padding: 7px 30px;
    line-height: 47px;
}
.btn-footer:hover {

    text-decoration: none;

}
.form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;

}
::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}
.form-footer input[type="button"] {
    border: none;
    background:#232323;
    margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}
.social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}
footer ul li {
    list-style: none;
    display: block;
}
footer ul  {
    padding-left: 0;
}
footer ul  li a{
    text-decoration: none;
    color: grey;
    text-decoration:none;
}
a:hover {
    text-decoration: none;
    color: #f5f5f5 !important;

}
.logo-part {
    border-right: 1px solid grey;
    height: 100%;
}


.wc-row {
    padding-top: 200px;
    text-align: center;
}

.wc-slogons h1 {
  font-family: 'Abril Fatface', cursive;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
}



.wc-slogons h2 {
    font-family: 'Abril Fatface', cursive;
    font-size: 50px;
    font-weight: 700;
    color: #f5f5f5;
    letter-spacing: 2px;
}



.my-nav {

    background:#292929;
    margin-bottom: -40px;

}



.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 0 !important;
    -ms-flex-align: center;
    align-items: center;


}


a.my-navlik {
    color: #fff !important;
    margin-left: 15px;
    font-size: 20px;
    font-family: 'Arvo', serif;
    font-style: unset;
}

.wc-ilet{
    height: 80px;
    margin: 0px;
    padding: 0px;
    margin-top: -80px;

}

.wc-uz{
    min-height: 800px;

    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -60px;
    margin-top:  -30px;
}

.uzm-cont {
    margin-top: 10%;
}
.uzm-con {
    margin-top: 10%;

}

.page-cont{
    margin-top: 40px;
    text-align: center;
    margin-bottom: 60px;

}
.ilt-rw{    margin-top: 40px;}

.hak-cont{
    margin-top: 70px;
    text-align: center;

}
.mis-cont{

    margin-top: 80px;
    text-align: center;
   }

.fot-cont{
    text-align: center;
    margin-top: 0px;
    text-decoration-color: lightgrey;
}
.alt-row{
    margin-top: 50px;
    margin-bottom: 50px;
    height: 300px;
    background-size: auto;
}
.ya-cont{

    border: 70px;
    margin: 20px;

}

.blog-img-wrap {
    margin-top: 20px;
    height: 220px;
    border-radius: 5px;
    width: 100%;
}

.blg-img {
    min-width: 100%;
    margin-bottom: 25px;
}

.t40 {margin-top: 40px}


.wc-üst{
    height: 50px;
    margin-top: auto;
}
.wc-alt{
    height: 200px;
    background-color: #e2e3e5;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 15px;
}

.ilt-cont{
    margin-top: 0px;
    margin-bottom: 0px;
    height: 52px;
    background-color: #e2e3e5;

}

.yz-wrap {
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.yz-bsl {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background: #0000007a;
    color: #fff;
    text-align: center;
    padding-top: 50%;
}


img {
    height: 100%;
    width: auto;
}
.u-mb30 {
    margin-bottom: 30px;
}
.u-mb30 h4 {
   font-family: 'Abril Fatface', cursive;
}
.line>h4 {
    text-align: center;
    border-bottom: 5px solid #ebebeb;
    position: relative;
}

.yazi-col {
    margin-bottom: 10px;
    padding: 5px;
}
.yazi-row {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.cont-40 {
    margin-bottom: 60px;
    margin-top: 60px;

}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.mv-h3{
text-align: center;
    color: #0b0c0f;
}
.mv-iconbox {
    height: 150px;
    text-align: center;
}
.u-mt50{
    color: #010101;
}

.gal-cont{
    width: 375px;
    height: auto;
}

.mv-kat-ikon {
    width: 96px;
    height: auto;
}

.btn-cont {
    text-align: center;
}

img.ter-png {

    width: 300px;
    height: auto;
    float: right;
}

.home-des {
    margin-top: 10%;
    font-size: 12px;
    text-align: center;
    }

.blg-img {
    min-width: 100%;
    height: auto;

}

li.list-group-item a {
    color: #333;
}

.yor_cont {
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
}

.yanit-wrap {
    width: 100%;
    float: left;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.yf-warp {
    width: 100%;
    padding: 5px;
}

input.form-control-yan {
    border: 1px solid #847d7d;
    margin-right: 15px;
    border-radius: 20px;
    padding: 5px;
}
.yn-input1 {
    width: 25%;
}
.yn-input2 {
    width: 65%;
}
.ynwrap {
    background: #f5f5f5;

    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.yanits {
    float: left;
    position: relative;
    margin-left: 15%;
    width: 85%;

}
.ya-btn {border-radius: 15px}
.yaz-cont {margin-top: 30px;}
.sy-cont{margin-top: 10%;}


.wc-sy {
    min-height: 1000px;
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -60px;
    margin-top:  -30px;


}
.yaz-dw{
    margin-top: 60px;
    margin-bottom: 60px;
}

.blog-wrap {
    overflow: hidden;
}
.blog-wrap h4{
    color: rgba(0, 0, 0, 0.96);
    font-size: 12px;
}
.blog-wrap h6{
    color: rgba(0, 0, 0, 0.96);
    font-size: 12px;
}
.blog-img-wrap img {
    min-width: 100%;
}

footer.footer1.fot-cont a {
    color: #fff !important;
}

img.h-logo {
    height: 30px;
    width: auto;
    margin-top: -20px;
}
img.ft-item {


    width: auto;
    border-radius: 10px;
}
.list-group-item{
   /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
}

.yz-wrap img {
    min-width: 100%;
}

.bag-body {

    background: #fff;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: -1px -1px 20px 0px #00000024;
}

.glr-wrapper {
    height: 250px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 13px 4px #00000030;
}
img.glr-image {
    height: 100%;
    width: auto;
}




@media (min-width: 1000px) {
    .wc-full {
        height: 500px;
        margin: 0px;
        padding: 0px;
        margin-top: -90px;
    }

    .line>h4>span {
        
        margin: 0 auto;
        background: white;
        top: -8px;
        position: absolute;
        width: 400px;
        left: calc(45% - 122.5px);
        font-weight: bold;
        font-size: 20px;
    }

}
@media (max-width: 999px) {

    .line>h4>span {
        
        margin: 0 auto;
        background: white;
        top: -8px;
        position: absolute;
        width: auto;
        left: calc(45% - 122.5px);
        font-weight: bold;
        font-size: 20px;
    }
    .wc-full {
        height: auto;
        margin: 0px;
        padding: 0px;
        margin-top: -70px;
    }

    .my-nav {
        background: #262423 !important;
    }
   
}

.ana-ort{
    height: 400px;
    margin-top: 40px;
    background-size: cover;
    background-attachment: fixed;
}

.home-de{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.46);
    margin-top: 110px;
    padding: 30px;
    text-align: center;
}
.home-de pre {
    color: #fff;
    font-size: larger;
    font-family: sans-serif;
    display: block;
    /* font-size: 87.5%; */
    /* color: #212529; */
}


.yaz-but {
    float: right;
    border: none;
}

.card-textt{
    text-align: center;
    margin-top: 15%;
    font-size: 14px;
    color:#fff4ec;
    font-family: -webkit-body;
}

.card-textt p:hover, .bag-body a{
    text-decoration: none;
}
.bag-body {
    overflow: hidden;border-radius: 5px;
}
.img-ref {
    height: 300px;
    width: auto;
    min-width: 100%;
}
span.owlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(39, 39, 39, 0.53);}

.sld-img {
    height: auto;
    width: 100%;
}

.text-hak{
    font-size:22px;
    word-wrap: break-word;
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bag-body {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}


.text-hak {
    word-wrap: break-word;
    white-space: normal;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-des {
    margin-top: 10%;
    font-size: 15px;
    text-align: center;
    height: 190px;
    overflow: hidden;

}
.but-ran {
    background-color: slategrey;
    border: none;
    margin-top: 40px;
}
.but-dan {
    background-color: slategrey;
    border: none;
    margin-top: 40px;
}
.ya-bu{
    float: right;
    border: none;
}
.yaz-b{
    float: right;
    border: none;
    margin-top: -45px;
}


@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.img-uz{
    width: 100%;
    height: 200px;
}



.card-te{
    text-align: center;
    margin-top: 20%;
    font-size: 14px;
}

.card-te p:hover, .bag-dav a{
    text-decoration: none;color: #FFFFFF;
}
.bag-dav {

    border-radius: 40%;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
}

span.owl {
    border-radius: 40%;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(39, 39, 39, 0.69);
}
.img-da{
    border-radius: 40%;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;


}
.ana-ortt{
    height: 200px;
    margin-top: 40px;
    background-size: cover;
    background-attachment: fixed;
}

.uz-yaz {
    border-radius: 10px;
    background-color: whitesmoke;

}
.vek-bil{margin-top: 60px;
}

@media (max-width: 1000px) {
    .uz-yaz {
        /* font-size: 10px; */
        overflow: hidden;
        word-wrap: break-word;
        padding: 15px;
        position: relative;
    }
}

.yaz-but{
    margin-top: 20px;
}


.btn-cont {
    text-align: center;
}

.btn-cont a {
    color: #000000;
    text-decoration: none;
    background-color: rgba(17, 123, 117, 0.39);
}
.but-ill {
    background-color: rgba(17, 123, 117, 0.39);
    border-radius: 15px;
}



img.img-resss {

    filter: #808080; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
}

img.img-resss:hover {
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */

}

.video_gör{
    height: auto;
    width: 100%;
}

.vid-wc{
    margin-top: 40px;
    margin-right: 40px;
    overflow: hidden;
}


@media (min-width: 1000px) {
    .mobil-menu{
        display: none;
    }
}

@media (max-width: 1000px) {

    .navbar-toggler{
        height: 15px;
        color: #ffffff;
    }

    .navbar-toggler-icon{

        display: none;
    }
    .navbar-brand img {
        height: 50px;

    }
    .navbar-cole {
        display: none;
    }

    .my-naw {
        background-color: #fff !important;
        z-index: 999;
        box-shadow: 0 0 1px 1px rgba(20,23,28,0.1), 0 3px 1px 0 rgba(20,23,28,0.1);
    }

    .top-call {
        background: #fff;
        border: 1px solid #eee;
        border-radius: .25rem;
        border-radius: .25rem !important;
    }

    .mol-tel { display: block;

        width: 100%;
        text-align: center}

    .mobil-menu {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: 999;
        background: #3e6e6c;
        bottom: 0;
        display: none;
    }

    span.mm-close {
        position: absolute;
        right: 15px;
        top: 10px;
        color: #fff;
        font-size: 26px; }
    .mm-wrap {
        text-align: center;
        padding: 25px;
        margin-top: 40px;
        color: #fff;
    }

    .mm-head {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #204a6b;
    }

    .mm-links a {
        color: #6091b9;
        width: 100%;
    }

    .mm-awrap {
        color: #84FFFF;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .btn-mas {
        color: #84FFFF;
        display: none;}
}



.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #F4F5FA;
    border: 1px solid #626E82;
    border-radius: .25rem;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

.h-foto{
    
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;

}


.small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 180px;
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-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: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-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;
}

.demo-gallery > ul > li a .demo-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;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-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%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-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;
}

.demo-gallery .justified-gallery > a .demo-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;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}









