.main-logo {
    margin: 5px 0px;
}
.footer .social-icons {
    /*margin-top: 20px;*/
     margin-left: 0;
    /* text-align: center; */
}
@media only screen and (min-width: 768px) {
    .text-spacing-2 {
        word-spacing: 13px;
    }
    .single-service-item {
        min-height: 350px;
    }
}
.bg-image-holder, .bg-image {
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
.about .sec-title p{
    margin-bottom: 10px;
    text-indent: 30px;
    text-align: justify;
}
.s-list li {
    margin-left: 30px;
    text-indent: -13px;
}
.our-team .team-content {
    background: rgba(38, 205, 255, 0.74);
}
.our-team .single-team:hover .team-content {
    background: rgba(38, 205, 255, 0.74);
}
.how-box-one {
    min-height: 450px;
}
/** ------------------ begin gallery -----------------------*/
div.gallery {
    /*margin-top: 30px;*/
}

div.gallery ul {
    list-style-type: none;
    /*margin-left: 35px;*/
}

/* animation */
div.gallery ul li, div.gallery li img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

div.gallery ul li {
    position: relative;
    float: left;
    width: 85px;
    height: 85px;
    margin: 0 10px 10px 0;
    padding: 0 10px 10px 0;
    z-index: 0;
}

/* Make sure z-index is higher on hover */
/* Ensure that hover image overlapped the others */
div.gallery ul li:hover {
    z-index: 5;
}

/* Image is position nicely under li */
div.gallery ul li img {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #dddddd;
    padding: 0;
    width: 85px;
    height: 85px;
    background: #f0f0f0;
}

div.gallery ul li img:hover {
    width: 100px;
    height: 100px;
    margin-top: -5px;
    margin-left: -5px;
    top: 3%;
    left: 3%;
}

p.attribution {
    font-family: 'Consolas';
    color: #000;
    clear: both;
    text-align: center;
    line-height: 25px;
    padding-top: 30px;
}

p.attribution a {
    color: #4c8d7c;
}

/* Responsive hack */
@media only screen and (min-width: 499px) and (max-width: 1212px) {
    .wrapper {
        width: 500px;
    }
}

@media only screen and (max-width: 498px) {
    .wrapper {
        width: 300px;
    }

    div.gallery ul {
        list-style-type: none;
        margin: 0;
    }
}
/** ----------------- end gallery -------------------------*/

.w {
    width:86vmin;
    height:70vmin;
}

.ts {
    width:100%; height:100%;
    position:relative;
    --barH:20%;/*active zone height = 100% - barH*/
}

.t {
    --w:20%;
    display:block; width:var(--w); height:var(--barH);
    position:absolute; bottom:0; left:var(--l);
    transform-origin:top left;
}

.t img {
    dislay:block; width:100%; height:100%;
    object-fit:cover;
    transform:scale(0.8);
}

.w [type="radio"] {
    display:none;
}

:checked + label.t {
    left:0; bottom:var(--barH);
    height:calc(100% - var(--barH));
}

:checked + label.t img {
    object-fit:contain;
}

/*
optional
*/

.ts {/*thumbnails bar*/
    /*perspective:100px;*/
    /*perspective-origin:center center;*/
    /*transform-style:preserve-3d;*/
    /*pointer-events:none;*/
}

.ts:after {/*the plate*/
    content:"";
    display:block; width:100%; height:15px;
    position:absolute; bottom:0;
    background:linear-gradient(transparent 20%, rgba(0,0,0,0.1));
    transform:rotateX(90deg)scaleX(1.2);
    transform-origin:bottom center;
}

:not(:checked) + .t {/*inactive labels*/
    transform:translate3d(0, 0, -5px);
    pointer-events:auto;
    max-width: 150px;
}

:not(:checked) + .t:hover {
    transform:translate3d(0, -7px, -5px);
    box-shadow:0 30px 30px -25px rgba(0,0,0,0.3);
    cursor:pointer;
}

:not(:checked) + .t img {
    transform:scale(0.9);/*create gaps*/
    max-width: 150px;
}

:checked + .t {/*active label*/
    box-shadow:0 0 0 transparent;
    animation:anim 2s 1;
} @keyframes anim {
      from { transform:rotateY(6deg)rotateX(3deg) }
  }

/*
transitions
*/
.t {/*active->inactive & hover->rest*/
    transition:transform 0.5s, bottom 0.6s, left 0.6s, width 0.3s, box-shadow 1s;
}
.t:hover, :checked + .t {
    transition:transform 0.5s, bottom 0.6s, left 0.6s, width 0.3s, box-shadow 0s;
}

.feature-style-three .item-list .item .inner-box {
    min-height: 145px;
}
/*--------------------------------------------------------------------------------------*/
.news .news-post-m .news-post-text {
    padding: 20px;
}
.news .news-post-m .news-post-text h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 500;
}
.news .news-post-m .news-post-text h3 a {
    color: #222;
}
.news .news-post-m .news-post-text h3 a:hover {
    color: #26cdff;
}
.news .news-post-m .news-post-text h3 a:hover, .news .news-post-m .news-post-text h3 a:active, .news .news-post-m .news-post-text h3 a:focus {
    text-decoration: none;
}
.news .news-post-m .news-post-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #a6a6a6;
}
.news .news-post-m .news-post-text p:last-child {
    margin-bottom: 0 !important;
}
.news .news-post-m .news-post-meta {
    border-top: 1px solid #f0f0f0;
    padding: 10px 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
}
.news .news-post-m .news-post-meta a {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #b3b3b3;
}
.news .news-post-m .news-post-meta a i {
    display: inline-block;
    margin-right: 5px;
    color: #26cdff
}
.news .news-post-m .news-post-meta a:hover, .news .news-post-m .news-post-meta a:active, .news .news-post-m .news-post-meta a:focus {
    text-decoration: none;
}
.news .news-post-m .news-post-meta a:hover {
    color: #26cdff;
}
.contact_us .sec-title p {
    margin-bottom: 10px;
}
.default-form-area {
    margin-top: 60px;
}
/***************************************************************/
/************* Gallery *****************************************/
.trans
{
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.top
{
    display: flex;
    /*width: 80vw;*/
    /*height: 80vh;*/
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vh;
}
.top ul
{
    list-style: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
}
.top ul li
{
    position: relative;
    float: left;
    width: 25%;
    height: 25%;
    overflow: hidden;
}

.top ul li::before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: '';
    color: white;
    opacity: 0.4;
    text-align: center;
    box-sizing: border-box;
    pointer-events: none;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.top ul li:hover::before
{
    opacity: 0;
    background-color: rgba(0,0,0,0.90);
}
.top ul li img
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.lightbox
{
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
}
.lightbox img
{
    max-width: 90%;
    max-height: 80%;
    position: relative;
    top: -100%;
    /* Transition */
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.lightbox:target
{
    outline: none;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
}
.lightbox:target img
{
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}/***************************************************/