﻿.wow:first-child {visibility: hidden;}
textarea.no-resize {resize: none;}
.ui-autocomplete {display: block;padding-top: 20px;max-height:300px;overflow-y:auto;}
.ui-autocomplete li { display: block;}
.ui-autocomplete li a {display: block;}

.badge-notification {
    position: absolute;
    font-size: .6rem;
    margin-top: -.1rem;
    margin-right: -.5rem;
    padding: .2em .45em
}

.bt-content {
    display: block
}
.max-5 {
    max-width: 5px;
}
.max-10 {
    max-width: 10px;
}
.max-20 {
    max-width: 20px;
}
.max-50 {
    max-width: 50px;
}
.max-100 {
    max-width: 100px;
}
.max-120 {
    max-width: 120px;
}
.max-150 {
    max-width: 150px;
}
.max-200 {
    max-width: 200px;
}
.max-250 {
    max-width: 250px;
}

.max-500 {
    max-width: 500px;
}

.cs-50 {
    width: 50px;
    height: 50px;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-60 {
    width: 60px;
    height: 60px;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-70 {
    width: 70px;
    height: 70px;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-80 {
    width: 80px;
    height: 80px;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-90 {
    width: 90px;
    height: 90px;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-100 {
    width: 100px;
    height: 100px;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-120 {
    width: 120px;
    height: 120px;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bhover {
    transition: all 0.3s ease 0s;
}

.bgh-primary:hover {
    background-color: #007bff !important;
}
.bgh-secondary:hover {
    background-color: #6c757d !important;
}
.bgh-success:hover {
    background-color: #28a745 !important;
}
.bgh-danger:hover {
    background-color: #dc3545 !important;
}
.bgh-warning:hover {
    background-color: #ffc107 !important;
}
.bgh-info:hover {
    background-color: #17a2b8 !important;
}
.bgh-light:hover {
    background-color: #f8f9fa !important;
}
.bgh-dark:hover {
    background-color: #343a40 !important;
}
.bgh-white:hover {
    background-color: #ffffff !important;
}


.th-primary:hover {
    color: #007bff !important;
}

.th-secondary:hover {
    color: #6c757d !important;
}

.th-success:hover {
    color: #28a745 !important;
}

.th-danger:hover {
    color: #dc3545 !important;
}

.th-warning:hover {
    color: #ffc107 !important;
}

.th-info:hover {
    color: #17a2b8 !important;
}

.th-light:hover {
    color: #f8f9fa !important;
}

.th-dark:hover {
    color: #343a40 !important;
}

.th-white:hover {
    color: #ffffff !important;
}


@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}	

.cd-top {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .cd-top {
    padding:10px 15px 10px 15px !important;
  }
}

/*@media only screen and (min-width: 768px) {*/
.mega-dropdown {
        position: static !important;
    }

.mega-dropdown-menu {
        padding: 20px 0px;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

.mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 3px 5px;
            }

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
            text-decoration: none;
        }
/*}*/
.centerbox{text-align:center}

/*@media only screen and (max-width: 767px) {
    #navbar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 909;
        width: 280px;
        height: 100%;
        background-color: #ddd;
        overflow: auto;
    }

    .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);*/
        /* IE7 & 8 */
        /*position: fixed;
        right: 0;
        top: 0;
        z-index: 918;
    }
}*/

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed !important;
        top: 0px !important; /* Height of navbar */
        z-index: 300 !important;       
        left: 100% !important;
        width: 100% !important;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
       /* bottomx: 0;
        visibilityx: hidden;*/
        background-color: #343a40 !important;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

        .offcanvas-collapse.open {
            left: 0 !important;
            /*visibilityx: visible;
            transformx: translateXx(-100%);*/
        }

        .offcanvas-collapse.close {
            left: 100% !important;
           /* visibilityx: hidden;
            transformxx: translateXx(0);*/
        }
}


.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lgm {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xlm {
        width: 70px;
        height: 70px;
        padding: 19px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }


.rounded-4 {
    border-radius: .4rem !important;
}

.rounded-5 {
    border-radius: .5rem !important;
}

.rounded-6 {
    border-radius: .6rem !important;
}

.rounded-7 {
    border-radius: .7rem !important;
}

.rounded-8 {
    border-radius: .8rem !important;
}

.rounded-9 {
    border-radius: .9rem !important;
}



.cardcv {
    width: 130px;
    height: 195px;
    position: relative;
    display: inline-block;
}

.cardch .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.cardch:hover .img-top {
    display: inline;
}

    .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 8px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        color: #fff;
        font: 100 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        text-transform: uppercase;
        text-align: center
    }

.ribbon-top-right {
    top: -10px;
    right: -10px
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent
    }

    .ribbon-top-right::before {
        top: 0;
        left: 17px
    }

    .ribbon-top-right::after {
        bottom: 17px;
        right: 0
    }

    .ribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg)
    }

.tbreak {
    word-break: break-all;
}



.single-portfolio {
    position: relative;
    overflow: hidden;
}

    .single-portfolio .portfolio-image img {
        width: 100%;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }

    .single-portfolio .portfolio-overlay {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s;
        background-color: rgba(255,255,255,.8);
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
    }

        .single-portfolio .portfolio-overlay .portfolio-content {
            padding: 16px
        }

            /*.single-portfolio .portfolio-overlay .portfolio-content .portfolio-icon {
                                position: relative;
                                display: inline-block;
                                margin: 0 20px
                            }

                                .single-portfolio .portfolio-overlay .portfolio-content .portfolio-icon a {
                                    font-size: 40px;
                                    color: #0067f4;
                                    position: relative;
                                    z-index: 5;
                                    line-height: 50px;
                                    width: 50px
                                }

                                .single-portfolio .portfolio-overlay .portfolio-content .portfolio-icon .shape {
                                    position: absolute;
                                    top: 7px;
                                    left: 0
                                }*/

            .single-portfolio .portfolio-overlay .portfolio-content .portfolio-text {
                padding-top: 24px
            }

@media(max-width:767px) {
    .single-portfolio .portfolio-overlay .portfolio-content .portfolio-text {
        padding-top: 10px
    }

    .single-portfolio .portfolio-overlay {
        position: relative;
        opacity: 1;
        visibility: visible
    }
}

.single-portfolio .portfolio-overlay .portfolio-content .portfolio-text .portfolio-title a {
    color: #121212;
    font-size: 24px;
    line-height: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-portfolio .portfolio-overlay .portfolio-content .portfolio-text .portfolio-title a {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .single-portfolio .portfolio-overlay .portfolio-content .portfolio-text .portfolio-title a {
        font-size: 20px
    }
}

.single-portfolio .portfolio-overlay .portfolio-content .portfolio-text .text {
    color: #121212;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px
}

.single-portfolio:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible
}

.cardi:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible
}

.opback-color {
    background: rgba(255,255,255,.6);height:120px;overflow:hidden;
}

/* #Parallax
================================================== */


@media only screen and (min-width: 1930px) {
    .parallax {
        background-size: cover;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}

@media only screen and (max-width: 959px) {
    .parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}

.parallax {
    width: 100%;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    color: #000;
    z-index: 1;
    overflow: hidden;
}

.parallax-wrap {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}



    .parallax-wrap span {
        padding: 15px;
    }



/* #Portfolio
================================================== */

#portfolio {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}



.gallery-item {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0 9px 9px -7px rgba(0,0,0,.1);
    -moz-box-shadow: 0 9px 9px -7px rgba(0,0,0,.1);
    box-shadow: 0 9px 9px -7px rgba(0,0,0,.1);
}

    .gallery-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    .gallery-item a {
        display: block;
    }

        .gallery-item a .gallery-item-mask {
            position: relative;
            margin: 0 auto;
        }

            .gallery-item a .gallery-item-mask img {
                width: 100%;
                height: auto;
                -webkit-transition: all .35s ease-in-out;
                -moz-transition: all .35s ease-in-out;
                -ms-transition: all .35s ease-in-out;
                -o-transition: all .35s ease-in-out;
                transition: all .35s ease-in-out;
            }

        .gallery-item a:hover .gallery-item-mask img {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
        }



        .gallery-item a .gallery-item-mask .mask1 {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            background: rgba(0,0,0,.6) url('/tools/images/line-angle1.png') no-repeat center center;
            -webkit-transition: all 0.4s ease-in;
            -moz-transition: all 0.4s ease-in;
            -o-transition: all 0.4s ease-in;
            transition: all 0.4s ease-in;
        }

        .gallery-item a:hover .gallery-item-mask .mask1 {
            opacity: 1;
        }

        .gallery-item a .gallery-text-down {
            position: absolute;
            text-align: center;
            overflow: hidden;
            bottom: 20px;
            width: 110%;
            left: 110%;
            box-shadow: 1px 1px 1px rgba(0,0,0,0.1), -12px 0 10px -3px rgba(0,0,0,0.3), inset 0 0 5px rgba(0,0,0,0.04);
            background: url(/tools/images/classy_fabric.png) repeat;
            -webkit-transform: skewX(-20deg);
            -moz-transform: skewX(-20deg);
            transform: skewX(-20deg);
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            -ms-transition: all .35s ease-in-out;
            -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
        }

        .gallery-item a:hover .gallery-text-down {
            left: 10%;
        }

        .gallery-item a .gallery-text-down h6 {
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            color: #fff;
            text-align: left;
            font-weight: 100;
            text-transform: capitalize;
            font-family: 'OpenSans-Light-webfont';
        }






.portfolio-isotope {
    width: 100%;
}

/* #Animation
================================================== */

.cbp-so-scroller {
    overflow: hidden;
}

.cbp-so-section {
}

    /* Clear floats of children */
    .cbp-so-section:before,
    .cbp-so-section:after {
        content: " ";
        display: table;
    }

    .cbp-so-section:after {
        clear: both;
    }

/* Sides */
.cbp-so-side {
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
}

    /* Clear floats of children */
    .cbp-so-side:before,
    .cbp-so-side:after {
        content: " ";
        display: table;
    }

    .cbp-so-side:after {
        clear: both;
    }


/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
    opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
}

.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transform: translateX(200px);
}

.cbp-so-init .cbp-so-side-left1 {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
}

.cbp-so-init .cbp-so-side-right1 {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transform: translateX(200px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right,
.cbp-so-section.cbp-so-animate .cbp-so-side-left1,
.cbp-so-section.cbp-so-animate .cbp-so-side-right1 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}


.cbp-so-section.cbp-so-animate .cbp-so-side-right1 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cbp-so-section.cbp-so-animate .cbp-so-side-left1 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.wrapperb {
    display: block;
    text-align: center;
    /*    transform: translate(-50%, -50%);*/
}

    .wrapperb a {
        background: #2fd3b0;
        display: inline-block;
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        text-decoration: none;
        color: #fff;
        border: 2px solid #2abd9e;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        transition: all .35s;
    }

        .wrapperb a span {
            position: relative;
            z-index: 2;
        }

        .wrapperb a:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: #000000;
            transition: all .35s;
        }

        .wrapperb a:hover {
            color: #fff;
        }

            .wrapperb a:hover:after {
                width: 100%;
            }

/*-----------------------------------*\
  $ANIMATIONS
\*-----------------------------------*/
@-webkit-keyframes hue {
    from {
            -webkit-filter: hue-rotate(0deg);
        }

        to {
            -webkit-filter: hue-rotate(-360deg);
        }
    }


    /*-----------------------------------*\
 animation fade
\*-----------------------------------*/

    @keyframes fade {
        from {
            opacity: 1.0;
        }

        50% {
            opacity: 0.4;
        }

        to {
            opacity: 1.0;
        }
    }

    @-webkit-keyframes fade {
        from {
            opacity: 1.0;
        }

        50% {
            opacity: 0.4;
        }

        to {
            opacity: 1.0;
        }
    }


    .fadelink {
        animation: fade 3000ms infinite;
        -webkit-animation: fade 3000ms infinite;
    }



/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.cl-effect-1 a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

/* Effect 18: cross */
.cl-effect-18 {
    position: relative;
    z-index: 1;
}

    .cl-effect-18 a {
        padding: 0 5px;
        color: #b4770d;
        font-weight: 700;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

        .cl-effect-18 a::before,
        .cl-effect-18 a::after {
            position: absolute;
            width: 100%;
            left: 0;
            top: 50%;
            height: 2px;
            margin-top: -1px;
            background: #b4770d;
            content: '';
            z-index: -1;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            -moz-transition: -moz-transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            pointer-events: none;
        }

        .cl-effect-18 a::before {
            -webkit-transform: translateY(-20px);
            -moz-transform: translateY(-20px);
            transform: translateY(-20px);
        }

        .cl-effect-18 a::after {
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            transform: translateY(20px);
        }

        .cl-effect-18 a:hover,
        .cl-effect-18 a:focus {
            color: #fff;
        }

            .cl-effect-18 a:hover::before,
            .cl-effect-18 a:hover::after,
            .cl-effect-18 a:focus::before,
            .cl-effect-18 a:focus::after {
                opacity: 0.7;
            }

            .cl-effect-18 a:hover::before,
            .cl-effect-18 a:focus::before {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .cl-effect-18 a:hover::after,
            .cl-effect-18 a:focus::after {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

#mySidenavleft a {
    position: fixed;
    left: -150px;
    transition: 0.3s;
    padding: 15px;
    padding-right: 8px;
    width: 180px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    border-radius: 0 5px 5px 0;
    z-index: 1500;
}

    #mySidenavleft a:hover {
        left: 0;
    }



