﻿@media (min-width: 1025px) {
    .kt-aside--fixed .kt-wrapper {
        padding-left: 0px !important;
    }
}

/*.kt-portlet {
    height: 100%;
}*/

.kt-notes .kt-notes__items .kt-notes__item {
    border-left: none;
}

.post {
    position: relative;
    overflow: hidden;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #ffffff;
}

.btn i {
    padding-right: 0px !important;
    vertical-align: unset !important;
}

.bg-grad {
    background: -moz-linear-gradient(150deg, #00569d 0%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #00569d 0%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #00569d 0%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #00569d 0%, #2ab9a5 100%);
    background: linear-gradient(150deg, #00569d 0%, #2ab9a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 225.61px;
}

.post .post-info a {
    color: #8f9397;
    font-size: 0.875rem;
}

.portfolio-card:hover .portfolio-card-body .portfolio-card-footer .full-screen {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.post .post-author, .post .post-time {
    display: inline-block;
}

.post .post-tag {
    padding: 1px 10px;
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    top: 28px;
    right: 20px;
}

    .post .post-tag a {
        color: #ffffff;
        font-size: 0.8125rem;
    }

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.bg-overlay-dark-2:before {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: -1;
}

.all-text-white *, .text-all-white * {
    color: #ffffff;
}

.rotate-270 {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.items-padding {
    margin: 10px;
}

.items-3 .portfolio-card {
    width: 33.3333%;
    float: left;
}

.items-padding .portfolio-card {
    padding: 10px;
}

.portfolio-card {
    overflow: hidden;
    position: relative;
}

    .portfolio-card .portfolio-card-body {
        overflow: hidden;
    }

    .portfolio-card .portfolio-card-header {
        overflow: hidden;
        position: relative;
        border-radius: 3px;
    }

        .portfolio-card .portfolio-card-header:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            visibility: hidden;
            background: #343a40;
            z-index: 1;
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

    .portfolio-card:hover .portfolio-card-header img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
    }

    .portfolio-card .portfolio-card-header img {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

img {
    max-width: 100%;
    height: auto;
}

.portfolio-card .portfolio-card-body .portfolio-card-footer .full-screen {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffffff;
    color: #343a40;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 44px;
    text-align: center;
}

a:not(a.tool ) {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-card .portfolio-card-body .portfolio-card-footer .info-title {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #343a40;
    display: block;
}

.items-2 .info-title, .items-3 .info-title {
    font-size: 1.3125rem;
}

.portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a {
    color: #343a40;
}

.height-800 {
    height: 800px;
}

.zoom-on-hover {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.btn-round {
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.btn-white {
    background: #ffffff;
    color: #343a40 !important;
}

.btn-round i {
    margin: 0;
    padding-left: 3px;
}

.btn-white i {
    color: #343a40 !important;
}

*:focus {
    outline: none !important;
}

.custom-select {
    -webkit-appearance: none;
}

/*Highlight Color*/
::selection {
    color: #ffffff;
    background: #4cbd89;
}

::-moz-selection {
    color: #ffffff;
    background: #4cbd89;
}

.bg-primary::selection, .bg-grad::selection {
    color: #4cbd89;
    background: #ffffff;
}

.bg-primary, .bg-grad::-moz-selection {
    color: #4cbd89;
    background: #ffffff;
}

.post .post-info a {
    color: #8f9397;
    font-size: 0.875rem;
}

.post .post-author, .post .post-time {
    display: inline-block;
}

.post .post-tag {
    padding: 1px 10px;
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    top: 28px;
    right: 20px;
}

    .post .post-tag a {
        color: #ffffff;
        font-size: 0.8125rem;
    }

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.post .post-title {
    font-size: 18px !important;
    line-height: 26px;
    display: block;
    margin: 15px 0;
    color: #343a40;
}

.slick-slide .post img {
    display: block;
}

.carousel-control.right {
    right: 0;
    left: auto;
}

.carousel-control .la-angle-left, .carousel-control .la-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 50px;
    height: 50px;
    margin-top: -10px;
    font-size: 30px;
    background-color: white;
    border-radius: 50%;
    padding-top: 10px;
    opacity: 0.8;
}

.carousel-control {
    position: absolute;
    top: 29%;
    bottom: 0;
    left: 0;
    width: 15%;
    color: black;
    text-align: center;
}

.ddl {
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: none !important;
    background-position: 88px;
    background-repeat: no-repeat;
    top: 33px !important;
    left: 0px;
}

.ddl2 {
    /*border-right: #336791 1px solid !important;
    border-top: #336791 1px solid !important;
    border-left: #336791 1px solid !important;
    border-bottom: #336791 1px solid !important;
    border-radius: 5px !important;*/
    padding: 6px !important;
    height: 36px !important;
    font-size: 16px !important;
}

div.dd_chk_select div#caption {
    height: 22px !important;
}

.ddl #buttons input {
    text-align: center;
    width: 75px !important;
    font-size: 12px;
    /*background-color: aliceblue !important;*/
    background-repeat: no-repeat;
    background-position: center;
    border: medium none;
    background-image: none !important;
    padding: 10px 10px !important;
}

    .ddl #buttons input:hover {
        /*background-color: azure !important;*/
        background-image: none !important;
    }
