
/** ====================

template: Cory
description: portfolio template
last change: 20/03/2017


[table of contents]

- header
- gallery
- works
- about
- blog
- contact
- footer
- misc

==================== **/



/** header
==================== **/
hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

ul {
    list-style-type: none;
}

.header {
    width: 100%;
    padding: 20px 0 20px 0;
    height: 85px;
    line-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.87);
    z-index: 100;
}

body {
    font-family: 'Montserrat', sans-serif;
}
/** main logo */
#main-content {
    min-height: 100vh;
    display: table;
    width: 100%;
}

.sps-100 {
    width: 100%;
    display: block;
    padding-top: 100px;
}

.sps-50 {
    width: 100%;
    display: block;
    padding-top: 50px;
}

.mobile-menu {
    display: none;
}

.main-logo {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 5px;
    position: relative;
    left: 0px;
}

    .main-logo > img {
    width: 12rem;
    position: relative;    
    }

/** menu */
.nomarginright
{
    margin-right:0!important;
}
.main-nav {
    list-style: none;
    margin-left: 3rem;
    margin-top: 0.4rem;
}

    .main-nav li {
        display: inline-block;
        position: relative;
        margin-right:40px;
    }
    .change_lan_list
    {
              margin-right: 0!important;
            position: fixed!important;
    right: 30px!important;
    top: 27px!important;
    }

        .main-nav li:last-child {
      
        }
       

        .main-nav li a {
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            position: relative;
            color: #908f8f;
            transition: all 300ms;
            font-weight: 600;
        }

.chng-lngu {
    font-size: 0.8rem !important;
    right: 0;
    top: -3px;
    padding: 10px;
  
}
.project h2
{
    font-size:24px;
}
.post.post-wide p ,.post.post-wide p span
{
    line-height: 1.3rem!important;
    color: #a4a7a9!important;
}
.main-nav li a.blog-link {
    color: #fff;
    transition: all 300ms;
}

    .main-nav li a.blog-link.active, .main-nav li a.blog-link:hover {
        color: #fff;
    }

    .main-nav li a.blog-link:before {
        content: "";
        width: 56px;
        height: 56px;
        background-color: #3498db;
        border-radius: 50%;
        display: block;
        position: absolute;
        z-index: -1;
        left: -9px;
        bottom: -19px;
        right: 0;
    }

.entry > a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.entry:hover > .pr-title {
    opacity: 1;
}

.pr-title {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.6rem 2rem;
    background: rgba(255, 255, 255);
    opacity: 0;
    transition: all 300ms;
}

.shear-pr-s {
    list-style-type: none;
}

    .shear-pr-s li:first-of-type {
        padding-left: 0;
    }

    .shear-pr-s li {
        display: inline-block;
        padding: 0 0.3em;
    }

.main-nav li a.active {
    color: #000;
}

.main-nav li a:hover {
    color: #000;
}

.main-nav li a.active::before,
.main-nav li .sub-menu {
    display: none;
    position: absolute;
    top: 45%;
    left: 0;
    text-align: left;
    transition: all 500ms;
    white-space: nowrap;
    height:80px;
    background-color:transparent;
}



    .main-nav li .sub-menu.visible {
        display: block;
    }
    .main-nav li .sub-menu li:first-of-type
    {
        padding-left:0!important;
    }
    .main-nav li .sub-menu li {
        display: inline-block;
        margin: 0;
        padding: 0 18px;
        line-height: normal;
        position: relative;
        top: 10px;
    }

        .main-nav li .sub-menu li a {
            font-size: 11px;
            color: #595959;
        }

            .main-nav li .sub-menu li a.active,
            .main-nav li .sub-menu li a:hover {
                color: rgb(0, 0, 0);
            }

            .main-nav li .sub-menu li a::before {
                display: none;
            }


/** main content
==================== **/

.main-content {
    padding-top: 85px;
    display: table;
    width: 100%;
}


/** gallery
==================== **/

.entry-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    object-position: center;
    object-fit: cover;
}

.entry .reveal {
    width: 100%;
    height: 100%;
}


/** works
==================== **/

.works .headline {
    margin-bottom: 100px;
}

.work-entry .desc {
    text-align: left;
    line-height: 1.4rem;
}

    .work-entry .desc .title {
        font-size: 20px;
    }
      .work-entry .desc .title a {
        font-weight:bold;
        text-transform:capitalize;
    }

.works.works-3-columns .work-entry .desc .title {
    font-size: 16px;
}

.work-entry .desc .cat {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    opacity: 0.7;
}

/** project */

.project .headline {
    margin-bottom: 10px;
    padding-top:120px;
}

.project-cat {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #999999;
   position: relative;       
}

/** related */

.related {
    margin-top: -80px;
    display: table;
    width: 100%;
}


/** about
==================== **/

.about-content {
    margin-top: 40px;
}
.about-content div
{
        font-size: 15px;
    line-height: 22px;
}
.post-content div
{
 font-size: 15px;
    line-height: 22px;
}

    .about-content p {
        text-align: left;
        line-height: 1.5rem;
    }

/** blog
==================== **/

.blog .blog-entry .desc {
    padding-top: 15px;
}

    .blog .blog-entry .desc .title {
        font-size: 16px;
        font-weight: 600;
    }

        .blog .blog-entry .desc .title a {
            border-bottom: 2px solid transparent;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

.blog .blog-entry:hover .desc .title a {
    border-bottom: 2px solid #3498db;
}

/** single post */

.single-post-header,
.single-post-media {
    margin-bottom: 100px;
}

    .single-post-header .title {
        font-weight: 700;
        line-height: 52px;
        margin-bottom: 15px;
    }

.single-post-content * {
    margin-bottom: 25px;
}

    .single-post-content *:last-child {
        margin-bottom: 0;
    }

.single-post-content .post-tags {
    list-style: none;
    margin-top: 100px;
    padding-left: 50px;
    position: relative;
}

    .single-post-content .post-tags::before {
        content: '';
        width: 25px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #ffffff;
    }

    .single-post-content .post-tags li {
        display: inline-block;
        margin: 0 15px 0 0;
    }

/** metas */

.metas span {
    display: inline-block;
    margin-right: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #999999;
    position: relative;
}

    .metas span:last-child {
        margin-right: 0;
    }


/** contact
==================== **/

.contact-form {
    width: 70%;
    display: table;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 30px;
}

    .contact-form > form {
        width: 60%;
        float: right;
    }

    .contact-form > ul.contact-info {
        width: 40%;
        float: left;
    }

    .contact-form .form-group {
        margin-bottom: 25px;
    }

        .contact-form .form-group:last-child {
            margin-bottom: 0;
        }


/** footer
==================== **/

.footer {
    background-color: #000;
    color: #ccc;
    padding: 1rem 6.2rem;
}

.copy {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 0.95rem;
    font-family: 'Montserrat', sans-serif;
}

.logo-footer {
    width: 50%;
    float: left;
}

    .logo-footer > img {
        width: 10rem;
        display: block;
    }

    .footer-info{
        text-align:left;
    }

    .footer-info .info-logo{
        height:30px;
    }
    .footer-info span
    {
        font-size: 12px;
    margin-left: 0.5rem;
    }

.copy a {
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .copy a:hover {
        border-bottom: 2px solid #3498db;
    }


/** misc
==================== **/

/** loader */

.loader-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

    .loader-mask.hide {
        opacity: 0;
        visibility: hidden;
    }

    .loader-mask .loader {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -15px 0 0 -15px;
        border-radius: 50%;
        background: #ffffff;
        -webkit-animation: scale 1s infinite;
        animation: scale 1s infinite;
    }

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}


/** back2top */

.back2top {
    width: 20px;
    height: 16px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .back2top.visible {
        bottom:7rem;
        opacity: 1;
        visibility: visible;
    }

    .back2top .arrow {
        width: 2px;
        height: 16px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -1px;
        background: #908f8f;
    }

    .back2top::before {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -4px;
          border-top: 2px solid #908f8f;
    border-left: 2px solid #908f8f;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/** share */

.share {
 

    z-index: 10;
    text-align: right;
    list-style: none;
    margin-top:0.4rem;
}

    .share li {
        display: inline-block;
        position: relative;
        margin-bottom: 10px;
    }

        .share li:last-child {
            margin-bottom: 0;
        }

        .share li a {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            color: #fff;
            padding:0 9px;
        }

            .share li a:hover {
                color: #3498db;
            }

/** reveal */

.reveal {
    opacity: 0;
    position: relative;
    top: 50px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

    .reveal.reveal-in {
        opacity: 1;
        top: 0;
    }
/*blog*/
.page-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.bg-light {
    background-color: #f3f4f4;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.col-lg-10 {
    width: 90%;
    margin: auto;
    display: block;
}

    .col-lg-10 .post.post-wide:nth-child(2n+1) {
        flex-direction: row-reverse;
    }

.post {
    margin-bottom: 1.5rem;
}

    .post.post-wide {
        display: -webkit-flex;
        display: flex;
    }

.animated {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

    .animated.visible {
        visibility: visible;
    }

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.post.post-wide .post-image {
    width: 60%;
    background-size: cover;
    background-position: center center;
}

.post-image a img {
    width: 100%;
    height: 20rem;
    object-position: center;
    object-fit: cover;
}

.bg-light .post.post-wide .post-content {
    background: #fff;
}

.post.post-wide .post-content {
    position: relative;
    width: 40%;
    background-color: #f3f4f4;
    padding: 2rem;
    height: 20rem;
}

.post ul.post-meta {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    display: block;
}

    .post ul.post-meta > li {
        display: inline-block;
        font-size: 12px;
        color: #a4a7a9;
        font-weight: 500;
    }

        .post ul.post-meta > li:not(:last-child) {
            margin-right: 8px;
        }

.post.post-wide .post-content h4 {
    margin-bottom: 10px;
    line-height: 2.1rem;
}

.post.post-wide .post-content p {
    line-height: 1.3rem;
    color: #a4a7a9;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.pagination > .page-item {
    display: inline-block;
    vertical-align: middle;
}

    .pagination > .page-item:first-child > .page-link, .pagination > .page-item:last-child > .page-link {
        padding: 0;
        width: 2rem;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        color: #383c40;
    }

    .pagination > .page-item:first-child > .page-link, .pagination > .page-item:last-child > .page-link {
        padding: 0;
        width: 2rem;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        color: #383c40;
    }

    .pagination > .page-item > .page-link {
        border: none;
        color: #383c40;
        font-weight: 600;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all 0.25s ease-out;
        display: block;
        padding: .25rem .75rem;
        background-color: transparent;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}

.post.single .post-content {
    background-color: #fff;
    padding: 5rem;
    z-index: 2;
    margin-top: -10vh;
}

.col-lg-9 {
    width: 70%;
    margin: auto;
    display: block;
}

.post.single .post-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    overflow: hidden;
}

p.lead {
    font-size: 1.2rem;
    font-weight: 400;
}

.text-primary {
    color: #3498db;
}

.comments > li .avatar > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 58px;
    height: 58px;
}

.comments > li .content {
    padding: 10px 0;
    margin-left: 78px;
}

.comments > li ul {
    padding-left: 58px;
    list-style: none;
}

.comments > li .avatar {
    width: 58px;
    height: 58px;
    float: left;
}

.comments > li .content > .details {
    font-size: 0.9rem;
    color: #a4a7a9;
}

.post.single .post-module {
    margin-top: 3rem;
}

    .post.single .post-module > h4 {
        margin-bottom: 2rem;
    }

.mr-3 {
    margin-right: 1rem !important;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #e0e0e0;
    font-weight: 300;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(40,43,46,0.06);
    -moz-box-shadow: inset 1px 1px 2px 0 rgba(40,43,46,0.06);
    box-shadow: inset 1px 1px 2px 0 rgba(40,43,46,0.06);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.col-md-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 50%;
}

.col-md-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 100%;
}

.form-group {
    margin-bottom: 0.5rem;
}

#menuToggle {
    float: right;
    display: block;
    position: relative;
    top: 10px;
    right: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }

    /*
 * Just a quick hamburger
 */
    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #cdcdcd;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }

        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }

    /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

        /*
 * But let's hide the middle one.
 */
        #menuToggle input:checked ~ span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }

        /*
 * Ohyeah and the last one should go the other direction
 */
        #menuToggle input:checked ~ span:nth-last-child(2) {
            transform: rotate(-45deg) translate(0, -1px);
        }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: fixed;
    bottom: 0;
    top: 0;
    width: 300px;
    margin: -80px -100px 0 -240px;
    padding:65px 35px;
    padding-top: 155px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(300%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

    #menu li {
        padding: 10px 0;
        font-size: 22px;
    }

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
}

.btn {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 1rem;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all 0.25s ease-out;
    outline: none;
    background: transparent;
    border-width: 2px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    font-family: 'Montserrat', sans-serif;
    backface-visibility: hidden;
    cursor: pointer;
}

.btn-primary {
    border-color: #3498db;
    background-color: #3498db;
    color: #fff;
}

.btn:hover {
    background-color: #328cc8;
}

.bg-singleblog img {
    height: 28rem;
    width: 100%;
    object-fit: cover;
}

.Related-content {
    padding:3rem 0;
       margin-top: 0.1rem;
}

    .Related-content > div > h5 {
        margin-bottom: 10px;
    }

.carousel-about {
    background: #EEE;
}

.carousel-about-cell {
    width: 100%;
    height: 400px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: carousel-cell;
}

.carousel-Clients {
    background: #fff;
    margin-bottom: 1rem;
    padding: 0 20%;
}

    .carousel-Clients .flickity-prev-next-button.previous {
        left: 20%;
    }

    .carousel-Clients .flickity-prev-next-button.next {
        right: 20%;
    }

.carousel-Clients-cell {
    width: 21%;
    height: 200px;
    padding: 10px;
    margin-right: 10px;
    background: #fff;
    border-radius: 5px;
    object-fit: contain;
    object-position: center;
    counter-increment: carousel-cell;
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.flickity-button:hover {
    background: unset;
}

.flickity-button {
    background: unset;
}

    .flickity-button:focus {
        box-shadow: none;
    }

.title-about {
    margin: 3rem 0;
    text-align: center;
}

.team-content {  
    padding: 1rem 1.5rem;
    text-align: center;
    position: relative;
    border-radius: 5px;
    margin-bottom: 4rem;
    min-height:300px;
}

    .team-content img {
        width: 160px;
        height: 160px;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
    }

    .team-content h5 {
        margin: 10px 0 0 0;
        font-size:1.2rem;
    }

    .team-content span {
        margin-bottom: 15px;
        display: block;
        font-size: 0.7rem;
    }

.pr-color {
    color: #3498db !important;
}

.flickity-button-icon {
    fill: #908f8f;
}

.carousel-about button.flickity-button {
    transition: all 300ms;
    opacity: 0;
}

.carousel-about:hover button.flickity-button {
    opacity: 1;
}
.video_container
{
    width: 60%;
    background-size: cover;
    background-position: center center;
}
.video_container .video-js
{
     width: 100%;
    height: 20rem;
}
.video_box
{
    height:100%;
    width:100%;
    object-fit:fill
}

.blog-more{
    position: absolute;
    bottom: 20px;
}

.blog-more a:hover{
    color:#3498db;
}

.tag-blog{
     margin-bottom:25px;
}

.tag-blog a{
    color:#ffffff;    
    background-color: #3498db;
    border-radius:20px;
    max-width: 85px;
    text-align: left; 
    padding:6px 15px;
    font-size:14px;
    font-weight:bold;
    margin:0 0.2rem;
      transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
   
}
.tag-blog a:hover
{
    color:#ccc!important;
}
.tag-blog span{
    color:#ffffff;
    padding-right:10px;
}

.tag-blog a:hover{
    color:#000;
}
video::-webkit-media-controls {
  display: none!important;
}
video::-webkit-media-controls-play-button {display:block!important}

video::-webkit-media-controls-volume-slider {display:none!important}

video::-webkit-media-controls-mute-button {display:none}

video::-webkit-media-controls-timeline {display:none}

video::-webkit-media-controls-current-time-display {display:none}


.box-message2
{
    padding:10px;
    margin:2rem 0;
    text-align:left;
}
.box-message2.error
{
    background:#ff006e;
}
.box-message2.success
{
    background:#00ff90;
}
.box-message2 p
{
    color:#fff;
}
.item_tag
{
    display:flex;
    margin-top: -0.3rem;
    margin-bottom: 1rem;
}
.item_tag a
{

    margin:0 0.2rem;
    border-radius:20px;
    font-size:13px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    color:#3498db;
    font-weight:bold;

}
.item_tag a:hover
{
    color:#3498db;
}
.blog_menu
{
    margin-right: 0!important;
    position: fixed!important;
    right: 115px!important;
    top: 22px!important;
}
.banner-portfolio
{
        padding-top: 85px;
}
.banner-portfolio img
{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.portfolio_des
{
    text-align:justify;
    font-size:15px;
}
.portfolio_des p
{
   
    font-size:15px!important;
}
.works.works-masonry
{
    min-height:600px;
}


@media (min-width:1919px)
{
    .main-logo
    {
   
    left: -255px;
    }
    .main-nav
    {
        margin-left: -12rem;
    }
} 
.hidden-md ,.hidden-hd, .hidden-sm{
    display:none;
}
.portfolio_des
{
    font-size: 14px!important;
    line-height: 22px!important;
    text-align:left!important;
}
.portfolio_des span ,.portfolio_des div
{
    font-size: 14px!important;
    line-height: 22px!important;
    text-align:left!important;
}
.portfolio_des div
{
    text-align:justify!important;
}
.project-cat.single-cat
{
    color:#3498db;
}
.project-cat.single-cat:hover
{
    font-weight:bold;
}
.Related-content .thumb img
{
    width:100%;
    height:249px;
    object-fit:cover;
}
.blog_menu.search-blog{

    right: 110px!important;
    z-index: 9;
    top: 21px!important;
}
form.search 
{
    position:relative;
}
.blog_menu
{
    z-index:99;
}
form.search input[type=text]
{

        height:35px;
    width: 250px;
    background-color: transparent;
    border: 2px solid #f1f1f1;
    border-radius: 30px;
    padding-left:35px;
    position: relative;
    z-index: 9;
}
form.search input[type=submit]
{
   background-image: url(../../images/search.png);
    position: absolute;
    left: 7px;
    top: 8px;
    background-size: cover;
    width: 25px;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 25px;


}
.contact-info h3
{
    text-transform:capitalize;
}
.img-contact img
{
    width: 68%;
    margin-top: 2rem;
}

.realted-item
{
    width:24%;
    padding:1rem;
    display:inline-block
}


@media (min-width:1900)
{
    .footer
    {
            padding: 1rem 2.2rem;
    }
    .blog_menu
    {
        right: 56px!important;
    }
}
@media (max-width:767px)
{
    .footer
    {
        padding: 1rem 1.2rem;
    }
    .work-entry .desc
    {
        line-height: 1rem;
    }
    .work-entry .desc .title
    {
 font-size: 11px;
    }
    .realted-item
{
    width:48%;
}
    .img-contact
    {
        display:none;
    }
    .Related-content .thumb img
    {
        height:auto;
    }
    .portfolio_des p
    {
          margin-bottom:0.5rem;
     }
    .hidden-md ,.hidden-hd, .hidden-sm{
    display:block;
}
    .pr-title
    {
        padding: 0.6rem 1rem;
    }
     .res-menu
     {
         position:absolute!important;
         right:35px;
     }
    .res-menu.blog-nav
    {
        bottom:40px;
    }
      .res-menu.blog-nav a
      {
          color:#fff;
      }
       .res-menu.blog-nav a:before
       {
content: "";
    width: 70px;
    height: 70px;
    background-color: #3498db;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: -1;
    left: -9px;
    bottom: -23px;
    right: 0;
       }
    .res-menu.lang-nav
    {
        bottom: 105px;
    right: 45px;
    }
    .main-logo
    {
        left: 0px;
    }
    .footer .column.footer-info:first-of-type
    {
         margin-top: 0.5rem;
          margin-bottom: 0;
       text-align:center;
    }
    .share
    {
        text-align:center;
    }
    .back2top.visible
    {
            bottom: 10rem;
    }
    .portfolio_des img
    {
        width:100%!important;
        height:auto!important;
        object-fit:contain!important;
    }


    form.search 
{
    position:relative;
}
.blog_menu
{
    z-index:99;
}
form.search input[type=text]
{

    width: 100%;
    border: 2px solid #ccc;
    border-radius: 15px;
    margin-bottom: 2rem;
}
form.search input[type=submit]
{

    top: 5px;
 


}
}