/*              GoTham - Contents
===============================================

 1.  Genaral Styles
 2.  Images Style
 3.  Video
 4.  Padding & Margin
 5.  Typography
 6.  Background
 7.  Border
 8.  Separator / Line
 9.  Parallax
 10. Heading Title
 11. Button
 12. Navbar
 13. Modal Form / Login / Register / Search
 14. Owl Carousel / Bootstrap Carousel
 15. Countdown
 16. Counter
 17. Box Service
 18. Progress Bar
 19. Testimonials / Clients
 20. Team
 21. Pricing Table
 22. Blog
 23. Pomo Box
 24. Portfolio
 25. Form Email
 26. Pagination
 27. Scroll to Top
 28. Accordion
 29. Tabs
 30. Box Info
 31. Social Network
 32. Loading
 33. Flexslider
 34. Footer


/*==========================================
			  Genaral Styles
==========================================*/
img {
    max-width: 100%;
}

#top, #bottom, #left, #right {
    background: #fff;
    position: fixed;
    z-index: 9999;
}

#left, #right {
    top: 0;
    bottom: 0;
    width: 30px;
}

#left {
    left: 0;
}

#right {
    right: 0;
}

#top, #bottom {
    left: 0;
    right: 0;
    height: 30px;
}

#top {
    top: 0;
}

#bottom {
    bottom: 0;
}

html {
    margin: 30px;
    height: 100%;
}

body {
    height: 100%;
    /* parallax */
    font-family: 'Raleway', sans-serif;
    color: #181818;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0px;
    font-size: 16px;
    overflow-x: hidden;
}

.font-i {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

p {
    font-size: 13px;
}

ol, ul {
    list-style: none;
}

a {
    color: rgba(237, 125, 49, 1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
}

.inline-block {
    display: inline-block;
}

.v-align {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.h-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    table-layout: fixed;
}

.v-center {
    vertical-align: middle;
    display: table-cell;
}

.h-table {
    display: table;
    width: 100%;
    height: 300px;
    /* Set Value Height */
    background-color: rgba(9, 30, 53, 0.42);
    /* Set Overlay Background */
    color: #fff;
}

.v-table {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.wrap-center-120, .wrap-center-370, .wrap-center-400, .wrap-center-500, .wrap-center-600, .wrap-center-700 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.wrap-center-120 {
    height: 50px;
}

.wrap-center-370 {
    height: 370px;
}

.wrap-center-400 {
    height: 400px;
}

.wrap-center-500 {
    height: 500px;
}

.wrap-center-600 {
    height: 600px;
}

.wrap-center-700 {
    height: 700px;
}

.height-150 {
    height: 150px;
}

.height-250 {
    height: 250px;
}

.height-300 {
    height: 300px;
}

.height-350 {
    height: 350px;
}

.height-400 {
    height: 400px;
}

.height-450 {
    height: 450px;
}

.height-500 {
    height: 500px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

/*==========================================
	          Images Style
==========================================*/
.wrap-slide-full-img {
    padding-right: 0;
    height: 100%;
    position: relative;
    width: 100%;
}

.wrap-figure {
    position: relative;
    width: 100%;
    min-height: 500px;
}

.wrap-figure-des {
    background-color: rgba(24, 24, 24, 0.90);
    min-height: 460px;
    padding: 40px;
    text-align: right;
}

.figure-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.figurecaption {
    position: absolute;
    bottom: 14%;
    right: 14%;
    z-index: 3;
}

.img-slide-1, .img-slide-2, .img-slide-3, .img-slide-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slideShow 24s linear infinite 0s;
    -o-animation: slideShow 24s linear infinite 0s;
    -moz-animation: slideShow 24s linear infinite 0s;
    -webkit-animation: slideShow 24s linear infinite 0s;
    -ms-animation: slideShow 24s linear infinite 0s;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.img-slide-1 {
    opacity: 1;
}

.img-slide-2 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
}

.img-slide-3 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
}

.img-slide-4 {
    animation-delay: 18s;
    -o-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -webkit-animation-delay: 18s;
    -ms-animation-delay: 18s;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1) rotate(0.1deg);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: scale(1.1) rotate(0.1deg);
    }

    100% {
        opacity: 0;
        transform: scale(1) rotate(0.1deg);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -o-transform: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

.img-opacity-3 {
    opacity: 0.3;
}

.top-img-100 {
    position: relative;
    margin-top: -100px
}

.top-img-250 {
    position: relative;
    margin-top: -250px
}

.thumbnail {
    display: block;
    padding: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: transparent;
    opacity: 0.90;
}

/*==========================================
			       Video
==========================================*/
.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

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

iframe {
    border: none;
}

.video-bg-small {
    text-align: center;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.video-bg-full {
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.video-bg-full .video-content-tit, .video-bg-small .video-content-tit, .video-bg-full .video-content-tit-borded, .video-bg-small .video-content-tit-borded {
    width: 830px;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: -30px;
    /* only boxed version */
}

.video-content-tit-borded h2 {
    border: 5px solid #fff;
    font-family: 'Raleway', sans-serif;
    padding: 40px;
    margin: 5px;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    opacity: 0.7;
}

.video-content-tit h2 {
    font-size: 70px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 20px;
}

.video-content-tit h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.video-content-tit p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 22px;
}

.btn-bg {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    padding-top: 12px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 12px;
    cursor: pointer;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transition: .4s background ease;
    -moz-transition: .4s background ease;
    -o-transition: .4s background ease;
    transition: .4s background ease;
}

.btn-bg:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.20)
}

.btn-play {
    display: inline-block;
    font-size: 20px;
    margin: 0 2px;
    border: 2px solid #E6E6E6;
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #B9B9B9;
    border-radius: 2px;
}

.btn-play:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.20)
}

.video-overlay-dark {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0
}

.video-overlay-blue {
    width: 100%;
    height: 100%;
    background-color: #4D5C71;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0
}

.pattern {
    background-image: url(../img/icon/pattern-01.png);
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mobile-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*==========================================
			  Padding & Margin
==========================================*/
.no-margin {
    margin: 0 !important;
}

.margin-auto {
    margin: 0 auto;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-t--20 {
    margin-top: -20px;
}

.margin-t-0 {
    margin-top: 0px !important;
}

.margin-t-5 {
    margin-top: 5px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-15 {
    margin-top: 15px;
}

.margin-t-25 {
    margin-top: 25px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-40 {
    margin-top: 40px;
}

.margin-t-50 {
    margin-top: 50px;
}

.margin-t-70 {
    margin-top: 70px;
}

.margin-t-75 {
    margin-top: 75px;
}

.margin-t-85 {
    margin-top: 85px;
}

.margin-t-100 {
    margin-top: 100px;
}

.margin-t-120 {
    margin-top: 120px;
}

.margin-t-125 {
    margin-top: 125px;
}

.margin-t-150 {
    margin-top: 150px;
}

.margin-t-200 {
    margin-top: 200px;
}

.margin-b-0 {
    margin-bottom: 0px !important;
}

.margin-b-5 {
    margin-bottom: 5px;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.margin-b-25 {
    margin-bottom: 25px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-40 {
    margin-bottom: 40px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.margin-b-70 {
    margin-bottom: 70px;
}

.margin-b-100 {
    margin-bottom: 100px;
}

.margin-b-150 {
    margin-bottom: 150px;
}

.margin-l-0 {
    margin-left: 0px;
}

.margin-l-5 {
    margin-left: 5px;
}

.margin-l-10 {
    margin-left: 10px;
}

.margin-l-15 {
    margin-left: 15px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-l-60 {
    margin-left: 60px;
}

.margin-l-70 {
    margin-left: 70px;
}

.margin-l-100 {
    margin-left: 100px;
}

.margin-r-0 {
    margin-right: 0;
}

.margin-r-5 {
    margin-right: 5px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-r-15 {
    margin-right: 15px;
}

.margin-r-50 {
    margin-right: 50px;
}

.margin-r-60 {
    margin-right: 60px;
}

.margin-r-70 {
    margin-right: 70px;
}

.margin-r-100 {
    margin-right: 100px;
}

.no-pad {
    padding: 0 !important;
}

.pad-1 {
    padding: 1px;
}

.pad-t-5 {
    padding-top: 5px;
}

.pad-t-10 {
    padding-top: 10px;
}

.pad-t-20 {
    padding-top: 20px;
}

.pad-t-25 {
    padding-top: 25px;
}

.pad-t-30 {
    padding-top: 30px;
}

.pad-t-40 {
    padding-top: 40px;
}

.pad-t-50 {
    padding-top: 50px;
}

.pad-t-60 {
    padding-top: 60px;
}

.pad-t-70 {
    padding-top: 70px;
}

.pad-t-100 {
    padding-top: 100px;
}

.pad-t-120 {
    padding-top: 120px;
}

.pad-t-150 {
    padding-top: 150px;
}

.pad-t-200 {
    padding-top: 200px;
}

.pad-t-250 {
    padding-top: 250px;
}

.pad-t-300 {
    padding-top: 300px;
}

.pad-t-350 {
    padding-top: 350px;
}

.pad-t-400 {
    padding-top: 400px;
}

.pad-b-5 {
    padding-bottom: 5px;
}

.pad-b-10 {
    padding-bottom: 10px;
}

.pad-b-20 {
    padding-bottom: 20px;
}

.pad-b-25 {
    padding-bottom: 25px;
}

.pad-b-30 {
    padding-bottom: 30px;
}

.pad-b-40 {
    padding-bottom: 40px;
}

.pad-b-50 {
    padding-bottom: 50px;
}

.pad-b-60 {
    padding-bottom: 60px;
}

.pad-b-65 {
    padding-bottom: 65px;
}

.pad-b-70 {
    padding-bottom: 70px;
}

.pad-b-100 {
    padding-bottom: 100px;
}

.pad-b-120 {
    padding-bottom: 120px;
}

.pad-b-150 {
    padding-bottom: 150px;
}

.pad-b-200 {
    padding-bottom: 200px;
}

.pad-b-250 {
    padding-bottom: 250px;
}

.pad-b-300 {
    padding-bottom: 300px;
}

.pad-l-0 {
    padding-left: 0;
}

.pad-l-10 {
    padding-left: 10px;
}

.pad-l-25 {
    padding-left: 25px;
}

.pad-l-30 {
    padding-left: 30px;
}

.pad-l-40 {
    padding-left: 40px;
}

.pad-l-50 {
    padding-left: 50px;
}

.pad-l-60 {
    padding-left: 60px;
}

.pad-l-70 {
    padding-left: 70px;
}

.pad-l-100 {
    padding-left: 100px;
}

.pad-l-120 {
    padding-left: 120px;
}

.pad-l-150 {
    padding-left: 150px;
}

.pad-l-200 {
    padding-left: 200px;
}

.pad-r-10 {
    padding-right: 10px;
}

.pad-r-25 {
    padding-right: 25px;
}

.pad-r-30 {
    padding-right: 30px;
}

.pad-r-40 {
    padding-right: 40px;
}

.pad-r-50 {
    padding-right: 50px;
}

.pad-r-60 {
    padding-right: 60px;
}

.pad-r-70 {
    padding-right: 70px;
}

.pad-r-100 {
    padding-right: 100px;
}

.pad-r-120 {
    padding-right: 120px;
}

.pad-r-150 {
    padding-right: 150px;
}

.pad-r-200 {
    padding-right: 200px;
}

.pad-30 {
    padding: 30px;
}

.pad-40 {
    padding: 40px;
}

.pad-100 {
    padding: 100px;
}

/*==========================================
			   Typography
==========================================*/
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: rgba(237, 125, 49, 1);
}

p span {
    color: #BF9865;
}

.txt-10 {
    font-size: 10px;
}

.txt-11 {
    font-size: 11px;
}

.txt-12 {
    font-size: 12px;
}

.txt-13 {
    font-size: 13px;
}

.txt-14 {
    font-size: 14px;
}

.txt-15 {
    font-size: 15px;
}

.txt-16 {
    font-size: 16px;
}

.txt-18 {
    font-size: 18px;
}

.txt-20 {
    font-size: 20px;
}

.txt-24 {
    font-size: 24px;
}

.txt-25 {
    font-size: 25px;
}

.txt-30 {
    font-size: 30px;
}

.txt-35 {
    font-size: 35px;
}

.txt-40 {
    font-size: 40px;
}

.txt-50 {
    font-size: 50px;
}

.txt-70 {
    font-size: 70px;
}

.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.spacing-1 {
    letter-spacing: 1px;
    margin-left: -1px;
}

.spacing-2 {
    letter-spacing: 2px;
    margin-left: -2px;
}

.spacing-3 {
    letter-spacing: 3px;
    margin-left: -3px;
}

.spacing-4 {
    letter-spacing: 4px;
    margin-left: -4px;
}

.txt-dark {
    color: #181818 !important;
}

.txt-blue {
    color: #5B6474 !important;
}


.txt-yellow {
    color: #EFD459 !important;
}

.txt-orange {
    color: rgba(237, 125, 49, 1) !important;
}

.txt-gray {
    color: #A8A8A8 !important;
}

.txt-light {
    color: #fff !important;
}

.txt-brown {
    color: #968B82 !important;
}

.txt-green-light {
    color: #5DBB92 !important;
}

.txt-red {
    color: #EC5353 !important;
}

.txt-square {
    color: #181818;
    font-size: 9px;
    line-height: 9px;
    padding: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    border: 5px solid #f1f1f1;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.txt-border-dark, .txt-border-light, .txt-border-gray, .txt-border-yellow, .txt-border-brown, .txt-border-orange {
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
    margin: 5px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
}

.txt-border-dark {
    border: 3px solid #262626;
    color: #262626;
}

.txt-border-light {
    border: 3px solid #fff;
    color: #fff;
}

.txt-border-brown {
    border: 3px solid #968B82;
    color: #968B82;
}

.txt-border-gray {
    border: 3px solid #A8A8A8;
    color: #A8A8A8;
}

.txt-border-yellow {
    border: 3px solid #EFD459;
    color: #EFD459;
}

.txt-border-orange {
    border: 3px solid #BF9865;
    color: #BF9865;
}

.txt-bg {
    display: table;
    margin: 0px auto 0px auto;
    padding: 10px 25px;
    font-size: 20px;
    background-color: #BF9865;
    color: #000;
}

/* Text Hover Effect */
.txt-h {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.txt-h:hover {
    color: #000;
}

.txt-h:before, .txt-h:after {
    width: 0;
    content: "";
    bottom: -5px;
    background: #000;
    height: 1px;
    position: absolute;
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}

.txt-h:before {
    right: 50%;
}

.txt-h:after {
    left: 50%;
}

.txt-h:hover:before, .txt-h:hover:after {
    width: 50%;
}

.line-l-gray:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -3px;
    height: 2px;
    width: 0%;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}

.line-r-dark:before, .line-r-gray:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -3px;
    height: 2px;
    width: 0%;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}

.line-r-gray:hover:before, .line-r-dark:hover:before, .line-l-gray:hover:before {
    width: 100%;
}

.line-r-dark:before {
    background-color: #000;
}

.line-r-gray:before, .line-l-gray:before {
    background-color: #D4D4D4;
}

/*==========================================
			  Background
==========================================*/
.bg-0 {
    background-color: #fff;
}

.bg-1 {
    background-color: #FBFBFB;
}

.bg-2 {
    background-color: #EDEDED;
}

.bg-3 {
    background-color: #F8F8F8;
}

.bg-4 {
    background-color: #F0F0F2;
}

.bg-5 {
    background-color: #f6f6f6;
}

.bg-6 {
    background-color: #181818;
}

.bg-7 {
    background-color: #f3f3f3;
}

.bg-8 {
    background-color: #18242B;
}

.bg-9 {
    background-color: #A1A587;
}

.bg-10 {
    background-color: #F6F8F8;
}

.bg-11 {
    background-color: #6FCACA;
}

.bg-black {
    background-color: #040404;
}

.bg-red {
    background-color: #EB5456;
}

.bg-green {
    background-color: #5DBB92;
}

.bg-yellow {
    background-color: #F3DA52;
}

.bg-gray {
    background-color: #1A1A1A;
}

.bg-blue {
    background-color: #242B36;
}

.bg-orange {
    background-color: #BF9865;
}

.overlay-dark:before, .overlay-light:before, .overlay-gray:before, .overlay-orange:before, .overlay-blue:before, .overlay-red:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

.overlay-dark:before {
    background-color: #000;
    opacity: 0.8;
}

.overlay-light:before {
    background-color: #fff;
    opacity: 0.5;
}

.overlay-gray:before {
    background-color: #C9C9C9;
    opacity: 0.5;
}

.overlay-orange:before {
    background-color: #E0BB81;
    opacity: 0.5;
}

.overlay-blue:before {
    background-color: #4D5C71;
    opacity: 0.5;
}

.overlay-red:before {
    background-color: #EA4A4C;
    opacity: 0.5;
}

/*==========================================
			     Border
==========================================*/
.border {
    border-left: 1px solid #BF9865;
    border-right: 1px solid #fff;
}

.border-img {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 1px dashed #968B82;
}

.border-light {
    border: 1px dashed #968B82;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.border-light:hover {
    -moz-box-shadow: 0 0 18px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 18px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 18px 7px rgba(0, 0, 0, 0.3);
}

.border-large {
    position: absolute;
    width: calc(100% - 150px);
    height: calc(100% - 150px);
    top: 75px;
    left: 75px;
    border: 15px solid #968B82;
    background-color: #fff;
    -moz-box-shadow: 0 0 18px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 18px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 18px 7px rgba(0, 0, 0, 0.3);
}

.border-v > [class*='col-']:before, .border-v-gray > [class*='col-']:before {
    width: 1px;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.border-v > [class*='col-']:first-child:before, .border-v-gray > [class*='col-']:first-child:before {
    display: none;
}

.border-v > [class*='col-']:before {
    background-color: #8B8B8B;
}

.border-v-gray > [class*='col-']:before {
    background-color: #E6E6E6;
}

/*==========================================
			  Separator / Line
==========================================*/
.line-orange-c {
    width: 50px;
    height: 2px;
    background-color: #BF9865;
    margin: 20px auto;
}

.line-orange-l {
    width: 50px;
    height: 2px;
    background-color: rgba(237, 125, 49, 1);
    margin: 20px auto 20px 0;
}

.line-dark-l {
    width: 50px;
    height: 2px;
    background-color: #181818;
    margin: 20px auto 20px 0;
}

.line-dark-c {
    width: 50px;
    height: 2px;
    background-color: #181818;
    margin: 20px auto 20px auto;
}

.line-dark-r {
    width: 50px;
    height: 2px;
    background-color: #181818;
    margin: 20px 0 20px auto;
}

.line-light-l {
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin: 20px auto 20px 0;
}

.line-gray-c {
    width: 50px;
    height: 5px;
    background-color: #8C8C8C;
    margin: 20px auto 20px auto;
}

.line-gray-l {
    width: 50px;
    height: 5px;
    background-color: #8C8C8C;
    margin: 20px auto 20px 0;
}

.line-red-l {
    width: 50px;
    height: 2px;
    background-color: #EB5456;
    margin: 20px auto 20px 0;
}

.line-red-c {
    width: 50px;
    height: 2px;
    background-color: #EB5456;
    margin: 20px auto 20px auto;
}

.line-red-r {
    width: 50px;
    height: 2px;
    background-color: #EB5456;
    margin: 20px 0 20px auto;
}

.line-txt {
    background-color: #CDCDCD;
    height: 1px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sep-orange-1 {
    width: 40px;
    height: 1px;
    position: relative;
    display: block;
    left: -7px;
    background: #BF9865;
    margin: 20px auto;
}

.sep-orange-1:before {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    right: -14px;
    background: #BF9865;
    margin: 5px 0;
}

.sep-orange-2 {
    width: 55px;
    height: 1px;
    position: relative;
    display: block;
    left: -10px;
    background: rgba(237, 125, 49, 1);
    margin: 20px auto 0;
}

.sep-orange-2:before {
    content: '';
    width: 55px;
    height: 1px;
    position: absolute;
    right: -20px;
    background: rgba(237, 125, 49, 1);
    margin: 5px 0;
}

.sep-dark-1 {
    width: 55px;
    height: 1px;
    position: relative;
    display: block;
    left: -10px;
    background: #181818;
    margin: 20px auto;
}

.sep-dark-1:before {
    content: '';
    width: 55px;
    height: 1px;
    position: absolute;
    right: -20px;
    background: #181818;
    margin: 5px 0;
}

.sep-dark-2 {
    width: 40px;
    height: 1px;
    position: relative;
    display: block;
    left: -7px;
    background: #181818;
    margin: 20px auto;
}

.sep-dark-2:before {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    right: -14px;
    background: #181818;
    margin: 5px 0;
}

.sep-h-orange {
    width: 12px;
    height: 3px;
    background-color: #E5B63C;
    position: relative;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}

.sep-h-orange:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #E5B63C;
    position: absolute;
    margin-top: 1px;
}

.sep-h-orange-dark {
    width: 12px;
    height: 3px;
    background-color: #181818;
    position: relative;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}

.sep-h-orange-dark:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #181818;
    position: absolute;
    margin-top: 1px;
}

.sep-v {
    width: 12px;
    height: 3px;
    background-color: #E5B63C;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sep-v:before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #E5B63C;
    position: absolute;
    margin-top: 1px;
}

/*==========================================
			    Parallax
==========================================*/
.parallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.cover-bg {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.parallax-bg {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax-bg-full {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover !important;
    height: 100%;
    width: 100%;
}

.parallax-full {
    height: 100vh;
}

.parallax-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.parallax-content {
    max-width: 450px;
    margin: -150px auto 0 auto;
    display: table-cell;
    vertical-align: middle;
    color: #ebebeb;
    padding-top: 0;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0;
    text-align: center;
}

.parallax-content h2 {
    color: #ffffff;
    font-size: 70px;
    margin: 0;
    font-weight: 100;
}

.parallax-content h4 {
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 0 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.parallax-txt-slide {
    color: #181818;
    font-size: 20px;
    margin: 0 0 0 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.parallax-txt-bg {
    background: rgba(0, 0, 0, 0.30);
    padding: 60px;
}

.parallax-content p {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    color: #EBEBEB;
}

.parallax-box {
    position: relative;
    color: #fff;
    line-height: 1;
    top: 0;
    transition: all 0.2s ease-out;
    padding: 70px 40px;
}

.parallax-box.box-1 {
    background-color: #FBFBFB;
}

.parallax-box.box-2 {
    background-color: #EDEDED;
}

.parallax-box.box-3 {
    background-color: #F8F8F8;
}

.parallax-box-des {
    vertical-align: middle;
    display: table-cell;
}

.parallax-box-des h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.parallax-box-des p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
}

.parallax-box-icon {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.parallax-box:hover {
    top: -10px;
}

.parallax-box-icon img {
    margin-left: 50px;
    margin-top: -20px;
}

.nav-parallax {
    position: fixed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 50px;
    top: 50%;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-dots-parallax ul {
    padding: 0;
}

.nav-dots-parallax ul li {
    list-style-type: none;
    margin: 10px 0;
}

.nav-dots-parallax ul li a {
    text-indent: -9999px;
    display: block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #eee;
}

.nav-dots-parallax ul li a.active {
    background: none;
    border: 1px solid #fff;
}

/*==========================================
			  Heading Title
==========================================*/
.heading-wrap {
    text-align: center;
}

.heading-des {
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-right: -5px;
    font-size: 8px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.heading-title, .heading-title-2, .heading-title-3 {
    text-transform: capitalize;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 0;
}

.heading-title, .heading-title-2 {
    font-size: 50px;
    letter-spacing: 1px;
}

.heading-title-3 {
    font-size: 40px;
}

.heading-title span {
    color: #E7E7E7;
    text-transform: capitalize;
    margin-left: -14px;
}

.heading-title-2 span {
    color: #C9C9C9;
    text-transform: capitalize;
}

.heading-title-3 span {
    color: #44506D;
    text-transform: capitalize;
    font-weight: 700;
}

.heading-intro {
    font-weight: 300;
    line-height: 40px;
}

.heading-slide-dark, .heading-slide-light, .heading-slide-orange {
    font-weight: 300;
}

.heading-slide-dark span {
    color: #181818;
}

.heading-slide-light span {
    color: #fff;
}

.heading-slide-orange span {
    color: #BF9865;
}

.heading-side-l, .heading-side-r {
    width: 700px;
    height: 125px;
    position: absolute;
    top: 700px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-top: 50px;
    z-index: 100;
}

.heading-side-l .v-center, .heading-side-r .v-center {
    display: inline-block;
}

.heading-side-l h2, .heading-side-r h2 {
    float: left;
    color: #FFFFFF;
    font-size: 30px;
    margin: -4px;
}

.heading-side-l span, .heading-side-r span {
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-size: 60px;
    font-weight: 700;
    color: #2f2f2f;
    margin-left: 10px;
    margin-top: -32px;
}

.heading-side-l .line-orange-l, .heading-side-r .line-orange-l {
    width: 30px;
    height: 1px;
    background-color: #2f2f2f;
    float: left;
    margin-top: 18px;
    margin-right: 10px;
}

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
    float: left;
    font-size: 10px;
    letter-spacing: 1px;
    color: #A9A9A9;
}

/*==========================================
			     Button
==========================================*/
.btn:focus, .btn:active:focus, .btn.active:focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    color: inherit;
}

.btn {
    display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.42857143;
}

.btn-rounded {
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.btn-icon {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}

.btn-icon span {
    opacity: 0;
    right: -20px;
    font-size: 14px;
    margin: auto;
    position: absolute;
    font-weight: 300;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.btn-icon:hover span {
    opacity: 1;
    right: 12px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.btn-icon:hover {
    color: #ffffff;
    background: #ff7f00;
}

.btn-icon-2 {
    font-weight: 400;
    position: relative;
    -webkit-transition: all cubic-bezier(.455, .03, .515, .955) 0.5s;
    transition: all cubic-bezier(.455, .03, .515, .955) 0.5s;
}

.btn-icon-2:after {
    top: 0;
    left: auto;
    right: 8%;
    padding-top: 15px;
    margin: auto;
    content: "\f178";
    font-style: normal;
    position: absolute;
    font-weight: normal;
    font-family: FontAwesome;
    -webkit-transition: right cubic-bezier(.455, .03, .515, .955) 0.5s;
    transition: right cubic-bezier(.455, .03, .515, .955) 0.5s;
}

.btn-icon-2:hover:after {
    right: 15%;
}

.btn-l {
    padding: 15px 70px;
    font-size: 11px;
}

.btn-m {
    padding: 15px 50px;
    font-size: 11px;
}

.btn-s {
    padding: 10px 20px;
    font-size: 11px;
}

.btn-xs {
    padding: 5px 10px;
    font-size: 10px;
}

.btn-dark, .btn-dark:focus {
    background: #181818;
    color: #fff;
    border: 1px solid #181818;
}

.btn-dark:hover {
    background-color: #565656;
    color: #fff;
    border: 1px solid #565656;
}

.btn-light, .btn-light:focus {
    background: #fff;
    color: #181818;
    border: 1px solid #181818;
}

.btn-light:hover {
    background: #181818;
    color: #fff;
}

.btn-gray, .btn-gray:focus {
    background-color: #3E3E3E;
    color: #fff;
    border: 1px solid #3E3E3E;
}

.btn-gray:hover {
    background-color: #646464;
    color: #fff;
    border: 1px solid #646464;
}

.btn-gray-2, .btn-gray-2:focus {
    background-color: #323232;
    color: #fff;
    border: 1px solid #323232;
}

.btn-gray-2:hover {
    background-color: #424242;
    color: #fff;
    border: 1px solid #424242;
}

.btn-green, .btn-green:focus {
    background-color: #5DBB92;
    color: #fff;
    border: 1px solid #5DBB92;
}

.btn-green:hover {
    background-color: #93D1B6;
    color: #fff;
    border: 1px solid #93D1B6;
}

.btn-orange, .btn-orange:focus {
    background-color: #BF9865;
    color: #fff;
    border: 1px solid #BF9865;
}

.btn-orange:hover {
    background-color: #B4874C;
    color: #181818;
    border: 1px solid #B4874C;
}

.btn-red, .btn-red:focus {
    background-color: transparent;
    color: #EA4A4C;
    border: 2px solid #EA4A4C;
}

.btn-red:hover {
    background: #EA4A4C;
    color: #fff;
    border: 2px solid #EA4A4C;
}

.btn-transparent-dark, .btn-transparent-dark:focus {
    background: transparent;
    color: #181818;
    border: 1px solid #181818;
}

.btn-transparent-dark:hover {
    background: #181818;
    color: #fff;
}

.btn-transparent-light, .btn-transparent-light:focus {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-transparent-light:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.btn-blue, .btn-blue:focus {
    background-color: #4E5663;
    color: #fff;
    border: 1px solid #4E5663;
}

.btn-blue:hover {
    background-color: #677184;
    color: #fff;
    border: 1px solid #677184;
}

.btn-yellow, .btn-yellow:focus {
    background-color: #F4DC43;
    color: #000;
    border: 1px solid #F4DC43;
}

.btn-yellow:hover {
    background-color: #E8CA0D;
    color: #181818;
}

.btn-bottom-green, .btn-bottom-green:focus {
    color: #ffffff;
    background: #00b863;
    border-style: none none solid;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}

.btn-bottom-green:hover {
    color: #ffffff;
    background-color: #222222;
}

/*==========================================
			     Navbar
==========================================*/
#header-megamenu {
    -webkit-text-size-adjust: 100% !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    -ms-font-size-adjust: inherit !important;
    font-size-adjust: inherit !important;
}

.nav-container {
    min-height: 80px;
}

.nav-mini-carousel {
    margin-top: -80px;
}

.nav-tabs-carousel {
    margin-top: 80px;
}

.nav-page-dark-carousel {
    margin-top: -120px;
}

.nav-page-transparent-carousel {
    margin-top: -140px;
}

.nav-container-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    margin-top: 30px;
}

.nav-transparent, .nav-tabs, .nav-logo, .nav-page-dark, .nav-page-transparent, .nav-bottom, .nav-mini, .nav-top {
    z-index: 101;
    margin: 0;
    border: none;
    -webkit-border-radius: 0%;
    border-radius: 0%;
}

/* Background Navbar */
.nav-transparent {
    background: transparent;
}

.nav-top {
    background: #222222;
}

.nav-tabs {
    background: #ffffff;
}

.nav-page-transparent {
    background: transparent;
    margin-top: 20px;
}

.nav-page-dark {
    background: rgba(0, 0, 0, 0.3);
}

.nav-mini {
    top: 25px;
    background: transparent;
}

.nav-logo {
    font-family: 'Open Sans', sans-serif;
    background: rgba(39, 42, 46, 0.85);
}

.nav-bottom {
    background: #eee;
}

.nav-transparent.affix, .nav-tabs.affix, .nav-logo.affix, .nav-page-dark.affix, .nav-page-transparent.affix, .nav-bottom.affix, .nav-mini.affix, .nav-top.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 30px;
    /* Boxed Layout */
    z-index: 1030;
    width: 100%;
}

.nav-transparent.affix, .nav-tabs.affix, .nav-page-dark.affix {
    -webkit-transition: background ease-in-out 0.5s, border ease-in-out 0.5s, top ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
    transition: background ease-in-out 0.5s, border ease-in-out 0.5s, top ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
}

.nav-logo.affix, .nav-page-transparent.affix, .nav-mini.affix, .nav-top.affix {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-bottom.affix {
    left: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu-dark.shrink.nav-transparent.affix {
    background: rgba(40, 40, 40, 0.95);
    -webkit-box-shadow: 0px 0px 10px #282828;
    box-shadow: 0px 0px 10px #282828;
}

.menu-light.shrink.nav-transparent.affix {
    background: rgba(251, 251, 251, 0.95);
    -webkit-box-shadow: 0px 1px 0px #eee;
    box-shadow: 0px 1px 0px #eee;
}

.nav-top.affix {
    background: #000;
    -webkit-box-shadow: 0px 0px 5px #4A4A4A;
    box-shadow: 0px 0px 5px #4A4A4A;
}

.nav-page-dark.affix {
    background: rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 10px #272727;
    box-shadow: 0px 0px 10px #272727;
}

.nav-tabs.affix {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px #dddddd;
    box-shadow: 0px 0px 10px #dddddd;
}

.nav-logo.affix {
    background-color: rgba(40, 42, 46, 0.95);
    -webkit-box-shadow: 0px 0px 10px #484848;
    box-shadow: 0px 0px 10px #484848;
}

.nav-page-dark.affix {
    background: rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 10px #272727;
    box-shadow: 0px 0px 10px #272727;
}

.nav-page-transparent.affix {
    background: #000;
    -webkit-box-shadow: 0px 0px 10px #272727;
    box-shadow: 0px 0px 10px #272727;
}

.nav-mini.affix {
    background: #fafafa;
    -webkit-box-shadow: 0px 0px 10px #E4E4E4;
    box-shadow: 0px 0px 10px #E4E4E4;
}

.nav-bottom.affix {
    background: #EBEBEB;
    -webkit-box-shadow: 0px 0px 10px #AAAAAA;
    box-shadow: 0px 0px 10px #AAAAAA;
}

.nav-transparent.affix div .nav-transparent-nav > li > a, .nav-transparent.affix div .nav-transparent-nav .divider {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav-tabs.affix div .nav-tabs-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-logo.affix div .nav-logo-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-bottom.affix div .nav-bottom-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-page-dark.affix div .nav-page-dark-nav > li > a {
    line-height: 20px;
}

.nav-page-transparent.affix div .nav-page-transparent-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-top.affix div .nav-top-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav-transparent-nav > li > a:before, .nav-tabs-nav > li > a:before, .nav-logo-nav > li > a:before, .nav-top-nav > li > a:before {
    top: 0;
    left: 0;
    height: 4px;
    content: "";
    z-index: -1;
    right: 100%;
    position: absolute;
    -webkit-transition: right ease-in-out 0.3s;
    transition: right ease-in-out 0.3s;
}

.nav-page-dark-nav > li:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    height: 2px;
    position: absolute;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.nav-mini-nav > li > a:before {
    top: 0;
    left: 0;
    height: 2px;
    content: "";
    z-index: -1;
    right: 100%;
    position: absolute;
    -webkit-transition: right ease-in-out 0.3s;
    transition: right ease-in-out 0.3s;
}

.nav-transparent-nav > li > a:before {
    background: rgba(237, 125, 49, 1);
}

.nav-tabs-nav > li > a:before {
    background: #73221a;
}

.nav-logo-nav > li > a:before {
    background: #6F7782;
}

.nav-page-dark-nav > li:before {
    background: #fff;
}

.nav-mini-nav > li > a:before {
    background: #525252;
}

.nav-top-nav > li > a:before {
    background-color: #6E6E6E;
}

.nav-transparent-nav > li > a:hover:before, .nav-transparent-nav > li > a:focus:before, .nav-transparent-nav > li > a:active:before, .nav-tabs-nav > li > a:hover:before, .nav-tabs-nav > li > a:focus:before, .nav-tabs-nav > li > a:active:before, .nav-logo-nav > li > a:hover:before, .nav-logo-nav > li > a:focus:before, .nav-logo-nav > li > a:active:before, .nav-mini-nav > li > a:hover:before, .nav-mini-nav > li > a:focus:before, .nav-mini-nav > li > a:active:before, .nav-top-nav > li > a:hover:before, .nav-top-nav > li > a:focus:before, .nav-top-nav > li > a:active:before {
    right: 0;
}

.nav-page-dark-nav > li:hover:before, .nav-page-dark-nav > li:focus:before, .nav-page-dark-nav > li:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Logo Navbar */
.nav-transparent .navbar-brand img {
    max-width: 250px;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 3px;
}

.nav-transparent.shrink .navbar-brand img {
    max-width: 150px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 0px;
}

#nav-top-header-logo {
    width: 90px;
    margin-top: 10px;
}

.nav-top.affix div div a #nav-top-header-logo {
    margin-top: 5px;
}

#nav-tabs-header-logo {
    width: 90px;
    margin-top: 15px;
    -webkit-transition: margin-top ease-in-out 0.3s;
    transition: margin-top ease-in-out 0.3s;
}

.nav-tabs.affix div div a #nav-tabs-header-logo {
    margin-top: 8px;
}

#nav-page-transparent-header-logo {
    width: 90px;
    margin-top: 0px;
    -webkit-transition: margin-top ease-in-out 0.3s;
    transition: margin-top ease-in-out 0.3s;
}

.nav-page-transparent.affix div div a #nav-page-transparent-header-logo {
    margin-top: 0px;
}

#nav-page-dark-header-logo {
    width: 90px;
    margin-top: 22px;
    -webkit-transition: margin-top ease-in-out 0.3s;
    transition: margin-top ease-in-out 0.3s;
}

.nav-page-dark.affix div div a #nav-page-dark-header-logo {
    margin-top: -5px;
}

#nav-mini-header-logo {
    width: 90px;
    margin-top: -5px;
    -webkit-transition: margin-top ease-in-out 0.3s;
    transition: margin-top ease-in-out 0.3s;
}

.nav-mini.affix div div a #nav-mini-header-logo {
    margin-top: -5px;
}

#nav-logo-header-logo {
    width: 120px;
    margin-top: 5px;
    -webkit-transition: margin-top ease-in-out 0.3s;
    transition: margin-top ease-in-out 0.3s;
}

.nav-logo.affix div div a #nav-logo-header-logo {
    margin-top: 10px;
}

.nav-logo-header-logo-right {
    float: right;
}

.nav-logo-header-logo-center {
    float: none;
    margin: auto;
}

/* Custom Navbar Transparent */
.nav-transparent-nav > li > a, .nav-transparent-nav > li > a:visited, .nav-transparent-nav .divider {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-transparent-nav > li > a, .nav-transparent-nav > li > a:visited, .nav-transparent-nav > li > a:hover, .nav-transparent-nav > li > a:active, .nav-transparent-nav > li > a:focus {
    background: transparent !important;
}

.nav-transparent-nav > li > a:hover, .nav-transparent-nav > li > a:active, .nav-transparent-nav > li > a:focus {
    color: rgba(237, 125, 49, 1) !important;
    border: none;
    outline: none;
}

.menu-light .nav-transparent-nav > li > a, .menu-light .nav-transparent-nav > li > a:visited {
    color: #000;
}

.menu-dark .nav-transparent-nav > li > a, .menu-dark .nav-transparent-nav > li > a:visited {
    color: #ffffff;
}

.menu-light.nav-transparent .divider {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding-right: 15px;
    padding-left: 15px;
}

.menu-dark.nav-transparent .divider {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom Navbar Top */
.nav-top-nav > li > a, .nav-top-nav > li > a:visited {
    font-family: 'Open Sans', sans-serif;
    color: #fff !important;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-top-nav > li > a, .nav-top-nav > li > a:hover, .nav-top-nav > li > a:active, .nav-top-nav > li > a:focus, .nav-top-nav > li > a:visited {
    background: transparent !important;
}

.nav-top-nav > li > a:hover, .nav-top-nav > li > a:active, .nav-top-nav > li > a:focus {
    color: #6C6C6C !important;
    border: none;
    outline: none;
}

.nav-top-container-fluid {
    padding: 5px 0px;
    background: #f1f1f1;
    color: #000;
}

.nav-top-line-height {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-size: 11px;
}

.nav-top-line-height .sep {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 11px;
}

.nav-top-line-height i {
    margin-right: 5px;
}

#nav-top-login-btn, #nav-top-register-btn, #nav-top-search-btn, #nav-top-email a {
    color: #000;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

#nav-top-login-btn:hover, #nav-top-login-btn:active, #nav-top-login-btn:focus, #nav-top-register-btn:hover, #nav-top-register-btn:active, #nav-top-register-btn:focus, #nav-top-search-btn:hover, #nav-top-search-btn:active, #nav-top-search-btn:focus, #nav-top-email a:hover, #nav-top-email a:active, #nav-top-email a:focus, #nav-top-email a:active {
    color: #859eb4;
    border: none;
    outline: none;
}

#nav-top-social-icons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav-top-social-icons ul li {
    float: left;
    margin-right: 2px;
}

#nav-top-social-icons ul li a {
    font-size: 12px;
    color: #B5B5B5;
    background: #333;
    width: 30px;
    padding: 6px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

#nav-top-social-icons ul li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background: #E7E7E7;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
}

#nav-top-social-icons ul li a:hover:before, #nav-top-social-icons ul li a:focus:before, #nav-top-social-icons ul li a:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

#nav-top-social-icons ul li a:hover, #nav-top-social-icons ul li a:active, #nav-top-social-icons ul li a:focus {
    color: #ffffff;
}

/* Custom Navbar Tabs */
.nav-tabs-nav > li > a, .nav-tabs-nav > li > a:visited {
    font-size: 10px;
    letter-spacing: 1px;
    color: #000000 !important;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    padding: 20px 15px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-tabs-nav .active a, .nav-tabs-nav .active a:visited, .nav-tabs-nav .active a:hover, .nav-tabs-nav .active a:active, .nav-tabs-nav .active a:focus {
    color: #ffffff;
    background: #bf392b !important;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.nav-tabs-nav > li > a:hover, .nav-tabs-nav > li > a:active, .nav-tabs-nav > li > a:focus {
    color: #ffffff !important;
    background: #bf392b !important;
    border-right: 1px solid #e5e5e5 !important;
    border: none;
    outline: none;
}

.nav-tabs-text {
    color: #c1c1c1;
    font-size: 10px;
    font-weight: 400;
    margin: 5px 0px 0px 0px;
    text-transform: capitalize;
}

/* Custom Navbar Onepage Transparent */
.nav-page-transparent-nav > li > a, .nav-page-transparent-nav > li > a:visited {
    padding-top: 5px;
    line-height: 40px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
}

.nav-page-transparent-nav > li > a:hover, .nav-page-transparent-nav > li > a:active, .nav-page-transparent-nav > li > a:focus {
    border: none;
    outline: none;
}

.nav-page-transparent-container-fluid {
    z-index: 2;
    position: relative;
    padding: 5px 0px;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.nav-page-transparent-line-height {
    font-size: 11px;
    line-height: 30px;
}

.nav-page-transparent-line-height i {
    font-size: 11px;
    margin-right: 5px;
}

#nav-page-transparent-phone i, #nav-page-transparent-email i {
    padding: 5px 10px;
    border-right: 1px dashed rgba(255, 255, 255, 0.3);
}

#nav-page-transparent-login-btn, #nav-page-transparent-register-btn, #nav-page-transparent-search-btn {
    padding: 5px 10px;
}

#nav-page-transparent-login-btn:hover, #nav-page-transparent-login-btn:focus, #nav-page-transparent-login-btn:active, #nav-page-transparent-register-btn:hover, #nav-page-transparent-register-btn:focus, #nav-page-transparent-register-btn:active, #nav-page-transparent-search-btn:hover, #nav-page-transparent-search-btn:focus, #nav-page-transparent-search-btn:active, #nav-page-transparent-email a:hover, #nav-page-transparent-email a:focus, #nav-page-transparent-email a:active {
    outline: none;
}

#nav-page-transparent-social-icons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav-page-transparent-social-icons ul li {
    float: left;
    margin-right: 1px;
}

#nav-page-transparent-social-icons ul li a {
    font-size: 12px;
    width: 30px;
    padding: 6px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

#nav-page-transparent-social-icons ul li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
}

#nav-page-transparent-social-icons ul li a:hover:before, #nav-page-transparent-social-icons ul li a:focus:before, #nav-page-transparent-social-icons ul li a:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.nav-page-transparent-container-fluid, #nav-page-transparent-login-btn, #nav-page-transparent-register-btn, #nav-page-transparent-search-btn, #nav-page-transparent-email a {
    color: #ffffff;
}

#nav-page-transparent-social-icons ul li a:hover, #nav-page-transparent-social-icons ul li a:active, #nav-page-transparent-social-icons ul li a:focus {
    color: #E7B100 !important;
}

#nav-page-transparent-social-icons ul li a:before {
    background: transparent;
}

#nav-page-transparent-login-btn:hover, #nav-page-transparent-login-btn:active, #nav-page-transparent-login-btn:focus, #nav-page-transparent-register-btn:hover, #nav-page-transparent-register-btn:active, #nav-page-transparent-register-btn:focus, #nav-page-transparent-search-btn:hover, #nav-page-transparent-search-btn:active, #nav-page-transparent-search-btn:focus, #nav-page-transparent-email a:hover, #nav-page-transparent-email a:active, #nav-page-transparent-email a:focus {
    color: #E7B100;
}

#nav-page-transparent-social-icons ul li a {
    color: #ffffff;
}

#nav-page-transparent-social-icons ul li a {
    background: transparent;
}

.nav-page-transparent-nav > li > a, .nav-page-transparent-nav > li > a:visited {
    color: #ffffff !important;
}

.nav-page-transparent-nav > li > a:hover, .nav-page-transparent-nav > li > a:active, .nav-page-transparent-nav > li > a:focus {
    color: #E7B100 !important;
}

.nav-page-transparent-nav > li > a:hover, .nav-page-transparent-nav > li > a:active, .nav-page-transparent-nav > li > a:focus, .nav-page-transparent-nav > li > a, .nav-page-transparent-nav > li > a:visited {
    background: transparent !important;
}

.nav-page-transparent-nav > .active > a, .nav-page-transparent-nav > .active > a:visited {
    color: #E7B100 !important;
}

#nav-page-transparent-login-btn, #nav-page-transparent-register-btn, #nav-page-transparent-search-btn, .nav-page-transparent-nav > li {
    border-right: 1px dashed rgba(255, 255, 255, 0.3);
}

/* Custom Navbar Onepage Dark */
.nav-page-dark-nav > li {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-page-dark-nav > li > a, .nav-page-dark-nav > li > a:visited {
    color: #ffffff !important;
    line-height: 70px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    background: transparent !important;
}

.nav-page-dark-nav > .active > a, .nav-page-dark-nav > .active > a:visited {
    color: #2098d1;
}

.nav-page-dark-nav > li > a:hover, .nav-page-dark-nav > li > a:active, .nav-page-dark-nav > li > a:focus {
    color: #ccc;
    background: transparent;
    outline: none;
}

.nav-page-dark-container-fluid {
    background: #121212 !important;
    z-index: 2;
    background-color: transparent;
    position: relative;
    padding: 5px 0px;
    font-family: 'Open Sans', sans-serif;
}

.nav-page-dark-line-height {
    line-height: 30px;
    font-size: 11px;
}

.nav-page-dark-line-height i {
    font-size: 11px;
    margin-right: 5px;
}

#nav-page-dark-phone i, #nav-page-dark-email i {
    padding: 5px;
}

#nav-page-dark-login-btn, #nav-page-dark-register-btn, #nav-page-dark-search-btn {
    margin-right: 5px;
    padding: 5px;
}

#nav-page-dark-social-icons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav-page-dark-social-icons ul li {
    float: left;
    margin-right: 1px;
}

#nav-page-dark-social-icons ul li a {
    font-size: 12px;
    color: #ffffff;
    background: transparent;
    width: 30px;
    padding: 6px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

#nav-page-dark-social-icons ul li a:hover, #nav-page-dark-social-icons ul li a:active, #nav-page-dark-social-icons ul li a:focus {
    color: #A2A2A2;
}

#nav-page-dark-social-icons ul li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background: transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
}

#nav-page-dark-social-icons ul li a:hover:before, #nav-page-dark-social-icons ul li a:focus:before, #nav-page-dark-social-icons ul li a:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.nav-page-dark-container-fluid, #nav-page-dark-login-btn, #nav-page-dark-register-btn, #nav-page-dark-search-btn, #nav-page-dark-email a {
    color: #ffffff;
}

#nav-page-dark-login-btn:hover, #nav-page-dark-login-btn:active, #nav-page-dark-login-btn:focus, #nav-page-dark-register-btn:hover, #nav-page-dark-register-btn:active, #nav-page-dark-register-btn:focus, #nav-page-dark-search-btn:hover, #nav-page-dark-search-btn:active, #nav-page-dark-search-btn:focus, #nav-page-dark-email a:hover, #nav-page-dark-email a:active, #nav-page-dark-email a:focus {
    color: #A2A2A2;
}

/* Custom Navbar Mini */
.nav-mini-responsive {
    background: #fafafa;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.nav-mini-nav > li > a, .nav-mini-nav > li > a:visited {
    color: #000000 !important;
    font-size: 11px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 600;
}

.nav-mini-nav > li > a, .nav-mini-nav > li > a:visited, .nav-mini-nav > li > a:hover, .nav-mini-nav > li > a:active {
    background: transparent !important;
}

.nav-mini-nav > li > a:hover, .nav-mini-nav > li > a:active, .nav-mini-nav > li > a:focus {
    color: #525252 !important;
    border: none;
    outline: none;
}

/* Custom Navbar Logo */
.nav-logo-nav > li > a, .nav-logo-nav > li > a:visited {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #ffffff !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-logo-nav > li > a, .nav-logo-nav > li > a:visited, .nav-logo-nav > li > a:hover, .nav-logo-nav > li > a:active, .nav-logo-nav > li > a:focus {
    background: transparent !important;
}

.nav-logo-nav > li > a:hover, .nav-logo-nav > li > a:active, .nav-logo-nav > li > a:focus {
    color: #6F7782 !important;
    border: none;
    outline: none;
}

.nav-logo-top-bar-container-fluid {
    padding: 5px 0px;
    background-color: rgba(31, 33, 36, 0.95);
}

.nav-logo-header-line-height {
    line-height: 30px;
    font-size: 11px;
}

.nav-logo-header-line-height .sep {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 11px;
}

.nav-logo-header-line-height i {
    margin-right: 5px;
}

#nav-logo-top-bar-login-btn, #nav-logo-top-bar-register-btn, #nav-logo-top-bar-search-btn {
    margin-right: 5px;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

#nav-logo-top-bar-social-icons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav-logo-top-bar-social-icons ul li {
    float: left;
    margin-right: 1px;
}

#nav-logo-top-bar-social-icons ul li a {
    font-size: 12px;
    color: #5C5C5C;
    background: #333;
    width: 30px;
    padding: 6px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

#nav-logo-top-bar-social-icons ul li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background: #282828;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
}

#nav-logo-top-bar-social-icons ul li a:hover:before, #nav-logo-top-bar-social-icons ul li a:focus:before, #nav-logo-top-bar-social-icons ul li a:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

#nav-logo-top-bar-social-icons ul li a:hover, #nav-logo-top-bar-social-icons ul li a:active, #nav-logo-top-bar-social-icons ul li a:focus {
    color: #E7E7E7;
}

.nav-logo-container-fluid {
    color: #000000;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 30px 0px;
}

.nav-logo-phone h5, .nav-logo-schedule h5, .nav-logo-mail h5 {
    color: #6F7782;
    margin: 5px;
    font-size: 11px;
    text-transform: uppercase;
}

.nav-logo-phone h6, .nav-logo-schedule h6, .nav-logo-mail h6 {
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.nav-logo-mail h6 a, .nav-logo-mail h6 a:visited {
    color: #000000;
}

.nav-logo-mail h6 a:hover, .nav-logo-mail h6 a:active, .nav-logo-mail h6 a:focus {
    color: #6F7782;
}

.nav-logo-icons i {
    color: #ccc;
    background: #fff;
    width: 45px;
    height: 45px;
    padding: 0px;
    font-size: 20px;
    cursor: pointer;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background ease-in-out 0.3s, color ease-in-out 0.3s;
    transition: background ease-in-out 0.3s, color ease-in-out 0.3s;
}

.nav-logo-icons i:hover {
    color: #ffffff;
    background: #6F7782;
}

.nav-logo-top-bar-container-fluid, #nav-logo-top-bar-login-btn, #nav-logo-top-bar-register-btn, #nav-logo-top-bar-search-btn {
    color: #ffffff;
}

/* Custom Navbar Bottom */
.nav-bottom-nav > li {
    width: 130px;
    text-align: center;
    border-right: 1px solid #D9D9D9;
}

.nav-bottom-nav > li > a, .nav-bottom-nav > li > a:visited {
    color: #3A3A3A !important;
    font-size: 10px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    background: transparent !important;
    font-weight: 600;
}

.nav-bottom-nav > li > a:hover, .nav-bottom-nav > li > a:active, .nav-bottom-nav > li > a:focus {
    color: #BF9865 !important;
    border: none;
    outline: none;
    background: transparent;
}

.nav-bottom-nav > .active {
    border-left: 1px solid #D9D9D9;
}

.nav-bottom-image-fluid {
    padding: 0;
    overflow: hidden;
    max-height: 582px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(../../img/agency-18.jpg);
}

.nav-bottom-image-container {
    overflow: hidden;
    text-align: center;
    padding: 18% 0% 18% 0%;
}

/* TOGGLE BUTTON */
.nav-toggle-dark.nav-toggle .top-icon-bar, .nav-toggle-dark.nav-toggle .bottom-icon-bar {
    background: #222 !important;
}

.nav-toggle-orange.nav-toggle .top-icon-bar, .nav-toggle-orange.nav-toggle .bottom-icon-bar {
    background: rgba(237, 125, 49, 1) !important;
}

.nav-toggle-red.nav-toggle .top-icon-bar, .nav-toggle-red.nav-toggle .bottom-icon-bar {
    background: #bf392b !important;
}

.nav-toggle-white.nav-toggle .top-icon-bar, .nav-toggle-white.nav-toggle .bottom-icon-bar {
    background: #fff !important;
}

.nav-toggle-blue.nav-toggle .top-icon-bar, .nav-toggle-blue.nav-toggle .bottom-icon-bar {
    background: #2098d1 !important;
}

.nav-toggle-gray.nav-toggle .top-icon-bar, .nav-toggle-gray.nav-toggle .bottom-icon-bar {
    background: #AFAFAF;
}

.nav-toggle-dark.nav-toggle.collapsed .top-icon-bar, .nav-toggle-dark.nav-toggle.collapsed .middle-icon-bar, .nav-toggle-dark.nav-toggle.collapsed .bottom-icon-bar {
    background: #222 !important;
}

.nav-toggle-orange.nav-toggle.collapsed .top-icon-bar, .nav-toggle-orange.nav-toggle.collapsed .middle-icon-bar, .nav-toggle-orange.nav-toggle.collapsed .bottom-icon-bar {
    background: rgba(237, 125, 49, 1) !important;
}

.nav-toggle-red.nav-toggle.collapsed .top-icon-bar, .nav-toggle-red.nav-toggle.collapsed .middle-icon-bar, .nav-toggle-red.nav-toggle.collapsed .bottom-icon-bar {
    background: #bf392b !important;
}

.nav-toggle-white.nav-toggle.collapsed .top-icon-bar, .nav-toggle-white.nav-toggle.collapsed .middle-icon-bar, .nav-toggle-white.nav-toggle.collapsed .bottom-icon-bar {
    background: #fff !important;
}

.nav-toggle-blue.nav-toggle.collapsed .top-icon-bar, .nav-toggle-blue.nav-toggle.collapsed .middle-icon-bar, .nav-toggle-blue.nav-toggle.collapsed .bottom-icon-bar {
    background: #2098d1 !important;
}

.nav-toggle-gray.nav-toggle.collapsed .top-icon-bar, .nav-toggle-gray.nav-toggle.collapsed .middle-icon-bar, .nav-toggle-gray.nav-toggle.collapsed .bottom-icon-bar {
    background: #AFAFAF !important;
}

.nav-toggle, .nav-toggle:hover, .nav-toggle:active, .nav-toggle:focus {
    background: transparent !important;
}

.nav-toggle {
    border: none;
}

.nav-toggle .icon-bar {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.nav-toggle .top-icon-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.nav-toggle .middle-icon-bar {
    opacity: 0;
}

.nav-toggle .bottom-icon-bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.nav-toggle.collapsed .top-icon-bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.nav-toggle.collapsed .middle-icon-bar {
    opacity: 1;
}

.nav-toggle.collapsed .bottom-icon-bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* DROPDOWN */
.nav-transparent-dropdown-menu, .nav-tabs-dropdown-menu, .nav-logo-dropdown-menu, .nav-bottom-dropdown-menu, .nav-mini-dropdown-menu, .nav-top-dropdown-menu {
    border: none;
    padding: 0px;
    -webkit-border-radius: 0%;
    border-radius: 0%;
}

/* MULTI LEVEL DROPDOWN General Setting */
.nav-transparent-dropdown-right, .nav-top-dropdown-right {
    right: auto;
}

.nav-transparent-dropdown-left, .nav-top-dropdown-left {
    left: auto;
    right: 100%;
}

.nav-transparent-dropdown-menu-right, .nav-tabs-dropdown-menu-right, .nav-logo-dropdown-menu-right, .nav-mini-dropdown-menu-right, .nav-top-dropdown-menu-right {
    top: -1px;
    left: 100%;
    position: absolute;
}

.nav-transparent-dropdown-menu-left, .nav-tabs-dropdown-menu-left, .nav-logo-dropdown-menu-left, .nav-mini-dropdown-menu-left, .nav-top-dropdown-menu-left {
    top: -1px;
    left: -92%;
    position: absolute;
}

.nav-transparent-dropdown-right span, .nav-transparent-dropdown-left span, .nav-tabs-dropdown-right span, .nav-tabs-dropdown-left span, .nav-logo-dropdown-right span, .nav-logo-dropdown-left span, .nav-mini-dropdown-right span, .nav-mini-dropdown-left span, .nav-top-dropdown-right span, .nav-top-dropdown-left span {
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    position: absolute;
    font-weight: 300;
}

.nav-transparent-dropdown-right i, .nav-transparent-dropdown-left i, .nav-tabs-dropdown-right i, .nav-tabs-dropdown-left i, .nav-logo-dropdown-right i, .nav-logo-dropdown-left i, .nav-mini-dropdown-right i, .nav-mini-dropdown-left i, .nav-top-dropdown-right i, .nav-top-dropdown-left i {
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    position: absolute;
    font-weight: 300;
}

.nav-logo-icon-down, .nav-page-transparent-icon-down, .nav-bottom-icon-down, .nav-mini-icon-down, .nav-top-icon-down {
    margin-left: 7px;
}

.nav-transparent-icon-down, .nav-mini-icon-down {
    display: none;
}

.nav-transparent-dropdown-menu {
    border-top: 2px solid rgba(237, 125, 49, 1) !important;
}

/* Custom Dropdown Navbar Transparent */
.nav-transparent-dropdown-menu li a, .nav-transparent-dropdown-menu li a:visited {
    position: relative;
    padding: 15px 40px 15px 15px;
    margin: 5px;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

.menu-light .nav-transparent-dropdown-menu {
    background: #fff;
    box-shadow: 0px 1px 2px #eee;
}

.menu-light .nav-transparent-dropdown-menu li a, .menu-light .nav-transparent-dropdown-menu li a:visited {
    color: #282828 !important;
}

.menu-light .nav-transparent-dropdown-menu li a:hover, .menu-light .nav-transparent-dropdown-menu li a:active, .menu-light .nav-transparent-dropdown-menu li a:focus {
    color: #BF9865 !important;
    background: #f3f3f3 !important;
}

.menu-dark .nav-transparent-dropdown-menu {
    background: #282828;
    box-shadow: 0px 1px 2px #282828;
}

.menu-dark .nav-transparent-dropdown-menu li a, .menu-dark .nav-transparent-dropdown-menu li a:visited {
    color: #959595 !important;
}

.menu-dark .nav-transparent-dropdown-menu li a:hover, .menu-dark .nav-transparent-dropdown-menu li a:active, .menu-dark .nav-transparent-dropdown-menu li a:focus {
    color: #ffffff !important;
    background: rgba(237, 125, 49, 1) !important;
}

.nav-transparent-dropdown-right i, .nav-transparent-dropdown-left i {
    font-size: 10px;
}

.nav-transparent-dropdown-right span, .nav-transparent-dropdown-left span {
    font-size: 22px;
}

/* Custom Dropdown Navbar Top */
.nav-top-dropdown-menu {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #444 !important;
}

.nav-top-dropdown-menu li a, .nav-top-dropdown-menu li a:visited {
    position: relative;
    padding: 15px 40px 15px 15px;
    color: #000000 !important;
    text-transform: uppercase;
    margin: 5px;
    font-size: 10px;
    font-weight: 600;
    -webkit-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

.nav-top-dropdown-menu li a:hover, .nav-top-dropdown-menu li a:active, .nav-top-dropdown-menu li a:focus {
    color: #000 !important;
    background: #EBEBEB !important;
}

.nav-top-dropdown-menu-mega, .nav-top-dropdown-menu-features {
    background: #ffffff;
}

.nav-top-dropdown-right i, .nav-top-dropdown-left i {
    font-size: 10px;
}

.nav-top-dropdown-right span, .nav-top-dropdown-left span {
    font-size: 22px;
}

/* Custom Dropdown Navbar Tabs */
.nav-tabs-dropdown-menu {
    background: #ffffff;
    border-top: 2px solid #bf392b !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.nav-tabs-dropdown-menu li a, .nav-tabs-dropdown-menu li a:visited {
    position: relative;
    padding: 15px 40px 15px 15px;
    color: #000000 !important;
    text-transform: uppercase;
    margin: 5px;
    font-size: 10px;
    font-weight: 600;
    -webkit-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

.nav-tabs-dropdown-menu li a:hover, .nav-tabs-dropdown-menu li a:active, .nav-tabs-dropdown-menu li a:focus {
    color: #ffffff !important;
    background: #bf392b !important;
}

.nav-tabs-dropdown-right i, .nav-tabs-dropdown-left i {
    font-size: 10px;
}

.nav-tabs-dropdown-right span, .nav-tabs-dropdown-left span {
    font-size: 15px;
}

/* Custom Dropdown Navbar Mini */
.nav-mini-dropdown-menu {
    background: #272727;
    -webkit-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0px 0px 5px #333333;
}

.nav-mini-dropdown-menu li a, .nav-mini-dropdown-menu li a:visited {
    padding: 15px;
    color: #848484 !important;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

.nav-mini-dropdown-menu li a:hover, .nav-mini-dropdown-menu li a:active, .nav-mini-dropdown-menu li a:focus {
    color: #ffffff !important;
    background: #353535 !important;
}

.nav-mini-dropdown-right i, .nav-mini-dropdown-left i {
    font-size: 10px;
}

.nav-mini-dropdown-right span, .nav-mini-dropdown-left span {
    font-size: 22px;
}

/* Custom Dropdown Navbar Logo */
.nav-logo-dropdown-menu {
    background: rgba(31, 33, 36, 1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #6F7782 !important;
}

.nav-logo-dropdown-menu li a, .nav-logo-dropdown-menu li a:visited {
    position: relative;
    padding: 15px 40px 15px 15px;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    -webkit-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

.nav-logo-dropdown-menu li a:hover, .nav-logo-dropdown-menu li a:active, .nav-logo-dropdown-menu li a:focus {
    color: #F1F1F1 !important;
    background: #2C3237 !important;
}

.nav-logo-dropdown-right i, .nav-logo-dropdown-left i {
    font-size: 10px;
}

.nav-logo-dropdown-right span, .nav-logo-dropdown-left span {
    font-size: 22px;
}

/* Custom Dropdown Navbar Bottom */
.nav-bottom-dropdown-menu {
    background: #fff !important;
    border-top: 2px solid #BF9865 !important;
    -webkit-box-shadow: 0px 0px 5px #E6E6E6;
    box-shadow: 0px 0px 5px #E6E6E6;
}

.nav-bottom-dropdown-menu li a, .nav-bottom-dropdown-menu li a:visited {
    font-size: 10px;
    color: #000;
    padding: 15px;
    -webkit-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-bottom-dropdown-menu li a:hover, .nav-bottom-dropdown-menu li a:active, .nav-bottom-dropdown-menu li a:focus {
    color: #000;
    background: #f3f3f3;
}

/* SHORT CODE DROPDOWN */
.nav-transparent-dropdown-menu-home {
    left: -400px;
    width: 1000px;
}

.nav-top-dropdown-menu-home {
    left: -350px;
    width: 1000px;
}

.nav-tabs-dropdown-menu-home {
    left: -350px;
    width: 1000px;
}

.nav-logo-dropdown-menu-home {
    left: 0px;
    width: 1000px;
}

.nav-mini-dropdown-menu-home {
    left: -448px;
    width: 1000px;
}

/* Navbar Transparent SHORT CODE DROPDOWN */
.menu-light .nav-transparent-elements-list > ul > li > h4 {
    color: #282828;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 10px 5px;
    letter-spacing: 1px;
}

.menu-light .nav-transparent-elements-list > ul > li > h4 i {
    margin-right: 7px;
}

.menu-light .nav-transparent-dropdown-menu-mega > li > ul > li > h4 {
    color: #282828;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.menu-light .nav-transparent-dropdown-menu-mega > li > ul > li > h5, .menu-light .nav-transparent-dropdown-menu-mega > li > ul > li > div > div > h5 > a, .menu-light .nav-transparent-dropdown-menu-mega > li > ul > li > div > div > h5 > a:visited {
    color: #282828;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.menu-light .nav-transparent-dropdown-menu-features-col > h5 > a, .menu-light .nav-transparent-dropdown-menu-features-col > h5 > a:visited {
    color: #282828;
    text-transform: capitalize;
    font-size: 10px;
    font-weight: 600;
}

.menu-light .nav-transparent-dropdown-menu-mega > li > ul > li > div > div > h5 > a:hover, .menu-light .nav-transparent-dropdown-menu-mega > li > ul > li > div > div > h5 > a:active, .menu-light .nav-transparent-dropdown-menu-mega > li > ul > li > div > div > h5 > a:focus, .menu-light .nav-transparent-dropdown-menu-features-col > h5 > a:hover, .menu-light .nav-transparent-dropdown-menu-features-col > h5 > a:active, .menu-light .nav-transparent-dropdown-menu-features-col > h5 > a:focus {
    color: #BF9865;
    background: transparent !important;
}

.menu-dark .nav-transparent-elements-list > ul > li > h4 {
    color: #E6E6E6;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 10px 5px;
    letter-spacing: 1px;
}

.menu-dark .nav-transparent-elements-list > ul > li > h4 i {
    margin-right: 7px;
}

.menu-dark .nav-transparent-dropdown-menu-mega > li > ul > li > h4 {
    color: #E6E6E6;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.menu-dark .nav-transparent-dropdown-menu-mega > li > ul > li > h5, .menu-dark .nav-transparent-dropdown-menu-mega > li > ul > li > div > div > h5 > a, .menu-dark .nav-transparent-dropdown-menu-mega > li > ul > li > div > div > h5 > a:visited {
    color: #959595;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
}

.menu-dark .nav-transparent-dropdown-menu-features-col > h5 > a, .menu-dark .nav-transparent-dropdown-menu-features-col > h5 > a:visited {
    color: #959595;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.menu-dark .nav-transparent-dropdown-menu-mega > li > ul > li > div > div > h5 > a:hover, .menu-dark .nav-transparent-dropdown-menu-mega > li > ul > li > div > div > h5 > a:active, .menu-dark .nav-transparent-dropdown-menu-mega > li > ul > li > div > div > h5 > a:focus, .menu-dark .nav-transparent-dropdown-menu-features-col > h5 > a:hover, .menu-dark .nav-transparent-dropdown-menu-features-col > h5 > a:active, .menu-dark .nav-transparent-dropdown-menu-features-col > h5 > a:focus {
    color: #BF9865 !important;
    background: transparent !important;
}

.nav-transparent-home-list ul li a, .nav-transparent-home-list ul li a:visited, .nav-transparent-elements-list ul li a, .nav-transparent-elements-list ul li a:visited {
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}

.nav-transparent-dropdown-menu-mega > li > ul > li > a, .nav-transparent-dropdown-menu-mega > li > ul > li > a:visited {
    color: #959595;
    font-size: 12px;
}

.nav-transparent-dropdown-menu-mega > li > ul > li > p, .nav-transparent-dropdown-menu-mega > li > ul > li > div > div > p {
    color: #959595;
    font-size: 11px;
}

.nav-transparent-dropdown-menu-features-col > p {
    color: #959595;
    font-size: 12px;
}

.menu-light .nav-transparent-home-list ul li a:hover, .menu-light .nav-transparent-home-list ul li a:active, .menu-light .nav-transparent-home-list ul li a:focus, .menu-light .nav-transparent-elements-list ul li a:hover, .menu-light .nav-transparent-elements-list ul li a:active, .menu-light .nav-transparent-elements-list ul li a:focus {
    color: #BF9865 !important;
    background: #f3f3f3 !important;
    padding-left: 30px;
}

.menu-light .nav-transparent-elements-list-border {
    border-right: 1px solid #F0F0F0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.menu-light .nav-transparent-dropdown-menu-mega > li > ul > li > a:hover, .menu-light .nav-transparent-dropdown-menu-mega > li > ul > li > a:active, .menu-light .nav-transparent-dropdown-menu-mega > li > ul > li > a:focus {
    color: #BF9865 !important;
    background: transparent !important;
}

.menu-light .nav-transparent-dropdown-menu-mega > li > ul > li:first-child {
    border-bottom: 1px solid #F0F0F0;
}

.menu-dark .nav-transparent-home-list ul li a:hover, .menu-dark .nav-transparent-home-list ul li a:active, .menu-dark .nav-transparent-home-list ul li a:focus, .menu-dark .nav-transparent-elements-list ul li a:hover, .menu-dark .nav-transparent-elements-list ul li a:active, .menu-dark .nav-transparent-elements-list ul li a:focus {
    color: #BF9865 !important;
    background: #333333 !important;
    padding-left: 30px;
}

.menu-dark .nav-transparent-elements-list-border {
    border-right: 1px solid #323232;
    margin-top: 5px;
    margin-bottom: 5px;
}

.menu-dark .nav-transparent-dropdown-menu-mega > li > ul > li > a:hover, .menu-dark .nav-transparent-dropdown-menu-mega > li > ul > li > a:active, .menu-dark .nav-transparent-dropdown-menu-mega > li > ul > li > a:focus {
    color: #BF9865 !important;
    background: transparent !important;
}

.menu-dark .nav-transparent-dropdown-menu-mega > li > ul > li:first-child {
    border-bottom: 1px solid #323232;
}

/* Navbar Top SHORT CODE DROPDOWN */
.nav-top-elements-list > ul > li > h4 {
    color: #959595;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.nav-top-elements-list > ul > li > h4 i {
    margin-right: 7px;
}

.nav-top-dropdown-menu-mega > li > ul > li > h4 {
    color: #959595;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.nav-top-dropdown-menu-mega > li > ul > li > h5, .nav-top-dropdown-menu-mega > li > ul > li > div > div > h5 > a, .nav-top-dropdown-menu-mega > li > ul > li > div > div > h5 > a:visited {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.nav-top-dropdown-menu-features-col > h5 > a, .nav-top-dropdown-menu-features-col > h5 > a:visited {
    color: #959595;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-top-dropdown-menu-mega > li > ul > li > div > div > h5 > a:hover, .nav-top-dropdown-menu-mega > li > ul > li > div > div > h5 > a:active, .nav-top-dropdown-menu-mega > li > ul > li > div > div > h5 > a:focus, .nav-top-dropdown-menu-features-col > h5 > a:hover, .nav-top-dropdown-menu-features-col > h5 > a:active, .nav-top-dropdown-menu-features-col > h5 > a:focus {
    color: #6C6C6C !important;
    background: transparent !important;
}

.nav-top-home-list ul li a, .nav-top-home-list ul li a:visited, .nav-top-elements-list ul li a, .nav-top-elements-list ul li a:visited {
    color: #959595;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-top-dropdown-menu-mega > li > ul > li > a, .nav-top-dropdown-menu-mega > li > ul > li > a:visited {
    color: #959595;
    font-size: 11px;
    text-transform: uppercase;
}

.nav-top-dropdown-menu-mega > li > ul > li > p, .nav-top-dropdown-menu-mega > li > ul > li > div > div > p {
    color: #959595;
    font-size: 11px;
}

.nav-top-dropdown-menu-features-col > p {
    color: #959595;
    font-size: 12px;
}

.nav-top-home-list ul li a:hover, .nav-top-home-list ul li a:active, .nav-top-home-list ul li a:focus, .nav-top-elements-list ul li a:hover, .nav-top-elements-list ul li a:active, .nav-top-elements-list ul li a:focus {
    color: #000 !important;
    background: #EBEBEB !important;
    padding-left: 30px;
}

.nav-top-dropdown-menu-mega > li > ul > li > a:hover, .nav-top-dropdown-menu-mega > li > ul > li > a:active, .nav-top-dropdown-menu-mega > li > ul > li > a:focus {
    color: #6C6C6C !important;
    background: transparent !important;
}

.nav-top-home-list-border {
    border-right: 1px solid #e5e5e5;
}

.nav-top-elements-list-border {
    border-right: 1px solid #e5e5e5;
}

.nav-top-dropdown-menu-mega > li > ul > li:first-child {
    border-bottom: 1px solid #e5e5e5;
}

/* Navbar Tabs SHORT CODE DROPDOWN */
.nav-tabs-dropdown-menu-mega, .nav-tabs-dropdown-menu-features {
    background: #ffffff;
}

.nav-tabs-elements-list > ul > li > h4 {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.nav-tabs-elements-list > ul > li > h4 i {
    margin-right: 7px;
}

.nav-tabs-dropdown-menu-mega > li > ul > li > h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.nav-tabs-dropdown-menu-mega > li > ul > li > h5, .nav-tabs-dropdown-menu-mega > li > ul > li > div > div > h5 > a, .nav-tabs-dropdown-menu-mega > li > ul > li > div > div > h5 > a:visited {
    color: #000000;
    text-transform: capitalize;
    font-size: 12px;
}

.nav-tabs-dropdown-menu-features-col > h5 > a, .nav-tabs-dropdown-menu-features-col > h5 > a:visited {
    color: #000000;
    text-transform: uppercase;
}

.nav-tabs-dropdown-menu-mega > li > ul > li > div > div > h5 > a:hover, .nav-tabs-dropdown-menu-mega > li > ul > li > div > div > h5 > a:active, .nav-tabs-dropdown-menu-mega > li > ul > li > div > div > h5 > a:focus, .nav-tabs-dropdown-menu-features-col > h5 > a:hover, .nav-tabs-dropdown-menu-features-col > h5 > a:active, .nav-tabs-dropdown-menu-features-col > h5 > a:focus {
    color: #bf392b !important;
    background: transparent !important;
}

.nav-tabs-home-list ul li a, .nav-tabs-home-list ul li a:visited, .nav-tabs-elements-list ul li a, .nav-tabs-elements-list ul li a:visited {
    color: #000000;
}

.nav-tabs-dropdown-menu-mega > li > ul > li > a, .nav-tabs-dropdown-menu-mega > li > ul > li > a:visited {
    color: #000000;
    font-size: 12px;
}

.nav-tabs-dropdown-menu-mega > li > ul > li > p, .nav-tabs-dropdown-menu-mega > li > ul > li > div > div > p {
    color: #000000;
    font-size: 11px;
}

.nav-tabs-dropdown-menu-features-col > p {
    color: #000000;
}

.nav-tabs-home-list ul li a:hover, .nav-tabs-home-list ul li a:active, .nav-tabs-home-list ul li a:focus, .nav-tabs-elements-list ul li a:hover, .nav-tabs-elements-list ul li a:active, .nav-tabs-elements-list ul li a:focus {
    color: #bf392b !important;
    background: transparent !important;
}

.nav-tabs-dropdown-menu-mega > li > ul > li > a:hover, .nav-tabs-dropdown-menu-mega > li > ul > li > a:active, .nav-tabs-dropdown-menu-mega > li > ul > li > a:focus {
    color: #bf392b !important;
    background: transparent !important;
}

.nav-tabs-home-list-border, .nav-tabs-elements-list-border {
    border-right: 1px solid #e5e5e5;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-tabs-dropdown-menu-mega > li > ul > li:first-child {
    border-bottom: 1px solid #e5e5e5;
}

/* Navbar Mini SHORT CODE DROPDOWN */
.nav-mini-dropdown-menu-mega, .nav-mini-dropdown-menu-features {
    background-color: #272727;
}

.nav-mini-elements-list > ul > li > h4 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
}

.nav-mini-elements-list > ul > li > h4 i {
    margin-right: 7px;
}

.nav-mini-dropdown-menu-mega > li > ul > li > h4 {
    color: #848484;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.nav-mini-dropdown-menu-mega > li > ul > li > h5, .nav-mini-dropdown-menu-mega > li > ul > li > div > div > h5 > a, .nav-mini-dropdown-menu-mega > li > ul > li > div > div > h5 > a:visited {
    color: #989898;
    text-transform: capitalize;
    font-size: 12px;
}

.nav-mini-dropdown-menu-features-col > h5 > a, .nav-mini-dropdown-menu-features-col > h5 > a:visited {
    text-transform: uppercase;
    font-size: 14px;
}

.nav-mini-dropdown-menu-mega > li > ul > li > div > div > h5 > a:hover, .nav-mini-dropdown-menu-mega > li > ul > li > div > div > h5 > a:active, .nav-mini-dropdown-menu-mega > li > ul > li > div > div > h5 > a:focus, .nav-mini-dropdown-menu-features-col > h5 > a:hover, .nav-mini-dropdown-menu-features-col > h5 > a:active, .nav-mini-dropdown-menu-features-col > h5 > a:focus {
    color: #ffffff !important;
    background: transparent !important;
}

.nav-mini-home-list ul li a, .nav-mini-home-list ul li a:visited, .nav-mini-elements-list ul li a, .nav-mini-elements-list ul li a:visited {
    color: #848484;
    text-transform: uppercase;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}

.nav-mini-dropdown-menu-mega > li > ul > li > p, .nav-mini-dropdown-menu-mega > li > ul > li > div > div > p {
    color: #848484;
    font-size: 11px;
}

.nav-mini-dropdown-menu-features-col > p {
    color: #848484;
    font-size: 12px;
}

.nav-mini-home-list ul li a:hover, .nav-mini-home-list ul li a:active, .nav-mini-home-list ul li a:focus, .nav-mini-elements-list ul li a:hover, .nav-mini-elements-list ul li a:active, .nav-mini-elements-list ul li a:focus {
    color: #ffffff !important;
    background: #353535 !important;
    padding-left: 30px;
}

.nav-mini-dropdown-menu-mega > li > ul > li > a, .nav-mini-dropdown-menu-mega > li > ul > li > a:visited {
    font-size: 12px;
}

.nav-mini-dropdown-menu-mega > li > ul > li > a:hover, .nav-mini-dropdown-menu-mega > li > ul > li > a:active, .nav-mini-dropdown-menu-mega > li > ul > li > a:focus {
    color: #ffffff !important;
    background: transparent !important;
}

/* Navbar Logo SHORT CODE DROPDOWN */
.nav-logo-elements-list > ul > li > h4 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
}

.nav-logo-elements-list > ul > li > h4 i {
    margin-right: 7px;
}

.nav-logo-dropdown-menu-mega > li > ul > li > h4 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
}

.nav-logo-dropdown-menu-mega > li > ul > li > h5, .nav-logo-dropdown-menu-mega > li > ul > li > div > div > h5 > a, .nav-logo-dropdown-menu-mega > li > ul > li > div > div > h5 > a:visited {
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
}

.nav-logo-dropdown-menu-features-col > h5 > a, .nav-logo-dropdown-menu-features-col > h5 > a:visited {
    color: #ffffff;
    font-size: 10px;
}

.nav-logo-dropdown-menu-mega > li > ul > li > div > div > h5 > a:hover, .nav-logo-dropdown-menu-mega > li > ul > li > div > div > h5 > a:active, .nav-logo-dropdown-menu-mega > li > ul > li > div > div > h5 > a:focus, .nav-logo-dropdown-menu-features-col > h5 > a:hover, .nav-logo-dropdown-menu-features-col > h5 > a:active, .nav-logo-dropdown-menu-features-col > h5 > a:focus {
    color: #6F7782 !important;
    background: transparent !important;
}

.nav-logo-home-list ul li a, .nav-logo-home-list ul li a:visited, .nav-logo-elements-list ul li a, .nav-logo-elements-list ul li a:visited {
    text-transform: uppercase;
}

.nav-logo-home-list ul li a:hover, .nav-logo-home-list ul li a:active, .nav-logo-home-list ul li a:focus, .nav-logo-elements-list ul li a:hover, .nav-logo-elements-list ul li a:active, .nav-logo-elements-list ul li a:focus {
    color: #f1f1f1 !important;
}

.nav-logo-dropdown-menu-mega > li > ul > li > a, .nav-logo-dropdown-menu-mega > li > ul > li > a:visited {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: normal;
}

.nav-logo-dropdown-menu-mega > li > ul > li > a:hover, .nav-logo-dropdown-menu-mega > li > ul > li > a:active, .nav-logo-dropdown-menu-mega > li > ul > li > a:focus {
    color: #6F7782 !important;
    background: transparent !important;
}

.nav-logo-dropdown-menu-mega > li > ul > li > p, .nav-logo-dropdown-menu-mega > li > ul > li > div > div > p {
    color: #55595D;
    font-size: 12px;
}

.nav-logo-dropdown-menu-features-col > p {
    color: #ffffff;
    font-size: 12px;
}

.nav-logo-home-list-border {
    border-right: 1px solid #2E3135;
    margin-top: 15px;
    margin-bottom: 15px;
}

.nav-logo-elements-list-border {
    border-right: 1px solid #2E3135;
    margin-top: 15px;
    margin-bottom: 15px;
}

.nav-logo-dropdown-menu-mega > li > ul > li:first-child {
    border-bottom: 1px solid #2E3135;
    margin-top: 15px;
    margin-bottom: 15px;
}

.nav-transparent-home-list, .nav-tabs-home-list, .nav-logo-home-list, .nav-mini-home-list, .nav-top-home-list {
    padding: 0px;
}

.nav-transparent-home-list ul, .nav-tabs-home-list ul, .nav-logo-home-list ul, .nav-mini-home-list ul, .nav-top-home-list ul {
    padding: 0px;
    list-style-type: none;
    margin: 25px 0px;
}

.nav-transparent-home-list ul li a, .nav-transparent-home-list ul li a:visited, .nav-tabs-home-list ul li a, .nav-tabs-home-list ul li a:visited, .nav-logo-home-list ul li a, .nav-logo-home-list ul li a:visited, .nav-mini-home-list ul li a, .nav-mini-home-list ul li a:visited, .nav-top-home-list ul li a, .nav-top-home-list ul li a:visited {
    display: block;
    padding: 8px 0px 8px 20px;
}

.nav-transparent-home-list ul li a i, .nav-tabs-home-list ul li a i, .nav-logo-home-list ul li a i, .nav-mini-home-list ul li a i, .nav-top-home-list ul li a i {
    margin-right: 10px;
}

/* ELEMENTS DROPDOWN */
.nav-transparent-dropdown-menu-elements {
    left: -630px;
    width: 1000px;
}

.nav-transparent-dropdown-menu-elements-2 {
    left: -600px;
    width: 1000px;
}

.nav-top-dropdown-menu-elements {
    left: -630px;
    width: 1000px;
}

.nav-top-dropdown-menu-elements-2 {
    left: -570px;
    width: 1000px;
}

.nav-tabs-dropdown-menu-elements {
    left: -500px;
    width: 1000px;
}

.nav-tabs-dropdown-menu-elements-2 {
    left: -600px;
    width: 1000px;
}

.nav-logo-dropdown-menu-elements {
    left: -350px;
    width: 1000px;
}

.nav-logo-dropdown-menu-elements-2 {
    left: -230px;
    width: 1000px;
}

.nav-mini-dropdown-menu-elements {
    left: -690px;
    width: 1000px;
}

.nav-mini-dropdown-menu-elements-2 {
    left: -590px;
    width: 1000px;
}

.nav-transparent-elements-list, .nav-tabs-elements-list, .nav-logo-elements-list, .nav-mini-elements-list, .nav-top-elements-list {
    padding: 0px;
}

.nav-transparent-elements-list ul, .nav-tabs-elements-list ul, .nav-logo-elements-list ul, .nav-mini-elements-list ul, .nav-top-elements-list ul {
    padding: 0px;
    list-style-type: none;
    margin: 25px 0px;
}

.nav-transparent-elements-list ul li a, .nav-transparent-elements-list ul li a:visited, .nav-tabs-elements-list ul li a, .nav-tabs-elements-list ul li a:visited, .nav-logo-elements-list ul li a, .nav-logo-elements-list ul li a:visited, .nav-mini-elements-list ul li a, .nav-mini-elements-list ul li a:visited, .nav-top-elements-list ul li a, .nav-top-elements-list ul li a:visited {
    display: block;
    padding: 5px 0px 5px 25px;
}

.nav-transparent-elements-list ul li a i, .nav-logo-elements-list ul li a i, .nav-mini-elements-list ul li a i, .nav-tabs-elements-list ul li a i, .nav-top-elements-list ul li a i {
    margin-right: 10px;
}

.nav-transparent-elements-list-heading, .nav-tabs-elements-list-heading, .nav-logo-elements-list-heading, .nav-mini-elements-list-heading, .nav-top-elements-list-heading {
    padding: 0 0 0 25px;
}

/* MEGA DROPDOWN*/
.nav-transparent-dropdown-menu-mega {
    left: -890px;
    width: 1170px;
    padding: 5px;
}

.nav-top-dropdown-menu-mega {
    left: -855px;
    width: 1170px;
    padding: 5px;
}

.nav-tabs-dropdown-menu-mega {
    left: -835px;
    width: 1170px;
    padding: 5px;
}

.nav-logo-dropdown-menu-mega {
    left: -510px;
    width: 1170px;
    padding: 5px;
}

.nav-mini-dropdown-menu-mega {
    left: -910px;
    width: 1170px;
    padding: 5px;
}

.nav-transparent-mega-list, .nav-tabs-mega-list, .nav-logo-mega-list, .nav-mini-mega-list, .nav-top-mega-list {
    margin: 0px;
}

.nav-transparent-mega-list ul, .nav-tabs-mega-list ul, .nav-logo-mega-list ul, .nav-mini-mega-list ul, .nav-top-mega-list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.nav-transparent-mega-list ul li, .nav-tabs-mega-list ul li, .nav-logo-mega-list ul li, .nav-top-mega-list ul li {
    margin: 25px 0px;
}

.nav-transparent-mega-list-heading, .nav-tabs-mega-list-heading, .nav-logo-mega-list-heading, .nav-top-mega-list-heading {
    font-weight: normal;
    text-transform: uppercase;
}

.nav-transparent-mega-list ul li a, .nav-transparent-mega-list ul li a:visited, .nav-tabs-mega-list ul li a, .nav-tabs-mega-list ul li a:visited, .nav-logo-mega-list ul li a, .nav-logo-mega-list ul li a:visited, .nav-mini-mega-list ul li a, .nav-mini-mega-list ul li a:visited, .nav-top-mega-list ul li a, .nav-top-mega-list ul li a:visited {
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}

.nav-transparent-mega-list ul li a i, .nav-tabs-mega-list ul li a i, .nav-logo-mega-list ul li a i, .nav-mini-mega-list ul li a i, .nav-top-mega-list ul li a i {
    margin-right: 10px;
}

.nav-transparent-mega-image, .nav-tabs-mega-image, .nav-logo-mega-image, .nav-mini-mega-image, .nav-top-mega-image {
    margin: 0px;
}

.nav-transparent-mega-image ul, .nav-tabs-mega-image ul, .nav-logo-mega-image ul, .nav-mini-mega-image ul, .nav-top-mega-image ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.nav-transparent-mega-image ul li, .nav-tabs-mega-image ul li, .nav-logo-mega-image ul li, .nav-mini-mega-list ul li, .nav-mini-mega-image ul li, .nav-top-mega-image ul li {
    margin: 25px 0px;
}

.nav-transparent-mega-image-heading, .nav-tabs-mega-image-heading, .nav-logo-mega-image-heading, .nav-mini-mega-list-heading, .nav-mini-mega-image-heading, .nav-top-mega-image-heading {
    font-weight: normal;
    text-transform: uppercase;
}

.nav-transparent-mega-image img, .nav-tabs-mega-image img, .nav-logo-mega-image img, .nav-mini-mega-image img, .nav-top-mega-image img {
    width: 100%;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.nav-transparent-mega-image ul li h5, .nav-tabs-mega-image ul li h5, .nav-logo-mega-image ul li h5, .nav-mini-mega-image ul li h5, .nav-top-mega-image ul li h5 {
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.nav-transparent-mega-posts, .nav-tabs-mega-posts, .nav-logo-mega-posts, .nav-mini-mega-posts, .nav-top-mega-posts {
    margin: 0px;
}

.nav-transparent-mega-posts ul, .nav-tabs-mega-posts ul, .nav-logo-mega-posts ul, .nav-mini-mega-posts ul, .nav-top-mega-posts ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.nav-transparent-mega-posts-heading, .nav-tabs-mega-posts-heading, .nav-logo-mega-posts-heading, .nav-mini-mega-posts-heading, .nav-top-mega-posts-heading {
    font-weight: normal;
    text-transform: uppercase;
    margin: 25px 0px;
}

.nav-transparent-mega-posts-col-img, .nav-tabs-mega-posts-col-img, .nav-logo-mega-posts-col-img, .nav-mini-mega-posts-col-img, .nav-top-mega-posts-col-img {
    margin: 0%;
    padding: 0%;
}

.nav-transparent-mega-posts-col-img img, .nav-tabs-mega-posts-col-img img, .nav-logo-mega-posts-col-img img, .nav-mini-mega-posts-col-img img, .nav-top-mega-posts-col-img img {
    width: 100%;
    opacity: 0.7;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}

.nav-transparent-mega-posts-row, .nav-tabs-mega-posts-row, .nav-logo-mega-posts-row, .nav-mini-mega-posts-row, .nav-top-mega-posts-row {
    margin: 10px 0px 0px 0px;
}

.nav-transparent-mega-posts-col-text h5, .nav-tabs-mega-posts-col-text h5, .nav-logo-mega-posts-col-text h5, .nav-mini-mega-posts-col-text h5, .nav-top-mega-posts-col-text h5 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.nav-transparent-mega-posts-col-text h5 a, .nav-transparent-mega-posts-col-text h5 a:visited, .nav-tabs-mega-posts-col-text h5 a, .nav-tabs-mega-posts-col-text h5 a:visited, .nav-logo-mega-posts-col-text h5 a, .nav-logo-mega-posts-col-text h5 a:visited, .nav-mini-mega-posts-col-text h5 a, .nav-mini-mega-posts-col-text h5 a:visited, .nav-top-mega-posts-col-text h5 a, .nav-top-mega-posts-col-text h5 a:visited {
    margin: 0px;
    padding: 0px;
}

.nav-transparent-mega-posts-row:hover .nav-transparent-mega-posts-col-img img, .nav-tabs-mega-posts-row:hover .nav-tabs-mega-posts-col-img img, .nav-logo-mega-posts-row:hover .nav-logo-mega-posts-col-img img, .nav-top-mega-posts-row:hover .nav-top-mega-posts-col-img img {
    opacity: 1;
}

.nav-mini-mega-posts-row:hover .nav-mini-mega-posts-col-img img {
    opacity: 0.7;
}

/* FEATURES DROPDOWN */
.nav-transparent-dropdown-menu-features {
    left: -960px;
    width: 1170px;
    padding: 15px 25px;
}

.nav-top-dropdown-menu-features {
    left: -935px;
    width: 1170px;
    padding: 15px 25px;
}

.nav-tabs-dropdown-menu-features {
    left: -920px;
    width: 1170px;
    padding: 15px 25px;
}

.nav-logo-dropdown-menu-features {
    left: -590px;
    width: 1170px;
    padding: 15px 25px;
}

.nav-mini-dropdown-menu-features {
    left: -975px;
    width: 1170px;
    padding: 15px 25px;
}

.nav-transparent-dropdown-menu-features-row, .nav-tabs-dropdown-menu-features-row, .nav-logo-dropdown-menu-features-row {
    margin-top: 10px;
    margin-left: 0px;
}

.nav-mini-dropdown-menu-features-row, .nav-top-dropdown-menu-features-row {
    margin-top: 10px;
}

.nav-transparent-dropdown-menu-features-col img, .nav-tabs-dropdown-menu-features-col img, .nav-logo-dropdown-menu-features-col img, .nav-top-dropdown-menu-features-col img {
    width: 100%;
    opacity: 0.7;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}

.nav-mini-dropdown-menu-features-col img {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}

.nav-transparent-dropdown-menu-features-col h5, .nav-tabs-dropdown-menu-features-col h5, .nav-logo-dropdown-menu-features-col h5, .nav-top-dropdown-menu-features-col h5 {
    padding: 0px;
    margin: 10px 0px 5px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-mini-dropdown-menu-features-col h5 {
    padding: 0px;
    margin: 20px 0px 5px 0px;
    text-transform: uppercase;
}

.nav-transparent-dropdown-menu-features-col h5 a, .nav-transparent-dropdown-menu-features-col h5 a:visited, .nav-tabs-dropdown-menu-features-col h5 a, .nav-tabs-dropdown-menu-features-col h5 a:visited, .nav-logo-dropdown-menu-features-col h5 a, .nav-logo-dropdown-menu-features-col h5 a:visited, .nav-mini-dropdown-menu-features-col h5 a, .nav-mini-dropdown-menu-features-col h5 a:visited, .nav-top-dropdown-menu-features-col h5 a, .nav-top-dropdown-menu-features-col h5 a:visited {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.nav-transparent-dropdown-menu-features-col p, .nav-tabs-dropdown-menu-features-col p, .nav-logo-dropdown-menu-features-col p, .nav-mini-dropdown-menu-features-col p, .nav-top-dropdown-menu-features-col p {
    text-align: justify;
}

.nav-transparent-dropdown-menu-features-col:hover img, .nav-tabs-dropdown-menu-features-col:hover img, .nav-logo-dropdown-menu-features-col:hover img, .nav-top-dropdown-menu-features-col:hover img {
    opacity: 1;
}

.nav-mini-dropdown-menu-features-col:hover img {
    opacity: 0.7;
}

.nav-transparent-dropdown-menu-share i, .nav-tabs-dropdown-menu-share i, .nav-logo-dropdown-menu-share i, .nav-mini-dropdown-menu-share i, .nav-bottom-dropdown-menu-share i {
    margin-right: 5px;
}

.tooltip {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
}

/*  MODAL */
.modal-default-dialog, .modal-line-dialog, .modal-full-line-dialog, .modal-square-dialog, .modal-full-dialog {
    top: 20px;
}

.modal-default-content, .modal-line-content, .modal-full-line-content, .modal-square-content, .modal-full-content {
    left: 12%;
    width: 75%;
    border: none;
    overflow: hidden;
    box-shadow: none;
    position: relative;
}

.modal-default-content {
    background-color: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.modal-line-content {
    background: transparent;
    border: none;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.modal-full-line-content {
    background: transparent;
}

.modal-square-content {
    background: #1B1B1B;
}

.modal-full-content {
    background: transparent;
}

.modal-default-header, .modal-line-header, .modal-full-line-header, .modal-square-header, .modal-full-header {
    border: none;
    text-align: left;
    padding: 20px 10px;
    background: transparent;
}

/* Close Modal */
.modal-default-header > button, .modal-line-header > button, .modal-full-line-header > button, .modal-square-header > button, .modal-full-header > button {
    opacity: 1;
    z-index: 1;
    left: 10px;
    border: none;
    bottom: 17px;
    outline: none;
    font-size: 75px;
    text-shadow: none;
    position: relative;
    font-weight: 100;
    padding: 0 9px;
    -webkit-transition: color 0.5s ease-in-out 0s;
    transition: color 0.5s ease-in-out 0s;
}

.modal-default-header > button, .modal-default-body-form button {
    color: #CFCFCF;
}

.modal-line-header > button {
    color: #8E8E8E;
}

.modal-full-line-header > button {
    color: #ffffff;
}

.modal-square-header > button {
    color: #7e7e7e;
}

.modal-full-header > button {
    color: #545454;
}

.modal-default-header > button:hover, .modal-default-header > button:active, .modal-default-header > button:focus {
    color: #BF9865;
}

.modal-line-header > button:hover, .modal-line-header > button:active, .modal-line-header > button:focus {
    color: #fff;
}

.modal-full-line-header > button:hover, .modal-full-line-header > button:active, .modal-full-line-header > button:focus {
    color: #929292;
}

.modal-square-header > button:hover, .modal-square-header > button:active, .modal-square-header > button:focus {
    color: #A0A0A0;
}

.modal-full-header > button:hover, .modal-full-header > button:active, .modal-full-header > button:focus {
    color: #000;
}

.modal-default-header > button:hover, .modal-default-header > button:active, .modal-default-header > button:focus, .modal-line-header > button:hover, .modal-line-header > button:active, .modal-line-header > button:focus, .modal-full-line-header > button:hover, .modal-full-line-header > button:active, .modal-full-line-header > button:focus, .modal-square-header > button:hover, .modal-square-header > button:active, .modal-square-header > button:focus, .modal-full-header > button:hover, .modal-full-header > button:active, .modal-full-header > button:focus {
    opacity: 1;
    border: none;
    box-shadow: none;
    outline: none !important;
}

/* Modal BG */
.modal-light.modal-default-fade {
    background: rgba(255, 255, 255, 0.9);
}

.modal-dark.modal-default-fade {
    background-color: rgba(0, 0, 0, 0.90);
}

.modal-line-fade {
    background: #242424;
}

.modal-full-line-fade {
    background: rgba(0, 0, 0, 0.9);
}

.modal-square-fade {
    background: rgba(0, 0, 0, 0.2);
}

.modal-full-fade {
    background: rgba(255, 255, 255, 0.9);
}

/* BODY OF MODAL */
.modal-default-body {
    font-size: 12px;
    margin: 0px;
    padding: 25px;
}

.modal-light .modal-default-body {
    background: #fff;
}

.modal-dark .modal-default-body {
    background: #181818;
}

.modal-line-body {
    color: #7c7c7c;
    background: transparent;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

.modal-full-line-body {
    color: #ffffff;
    background: transparent;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

.modal-square-body, .modal-full-body {
    margin: 0px;
}

#modal-default-user-image h3, #modal-line-user-image h3, #modal-full-line-user-image h3, #modal-square-user-image h3, #modal-full-user-image h3 {
    font-weight: 300;
    font-size: 20px;
}

#modal-default-user-image, #modal-line-user-image, #modal-full-line-user-image, #modal-square-user-image, #modal-full-user-image {
    text-align: center;
}

#modal-default-user-image img, #modal-full-user-image img, #modal-full-line-user-image img {
    background: transparent;
    width: 90px;
}

.modal-default-header img, .modal-line-header img, .modal-full-line-header img, .modal-full-header img {
    width: 100px;
    margin-top: 15px;
}

.modal-default-body-form > div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-line-body-form > div, .modal-full-line-body-form > div, .modal-square-body-form > div, .modal-full-body-form > div {
    margin-top: 10px;
    margin-bottom: 25px;
}

.modal-default-body-form div input, .modal-line-body-form div input, .modal-full-line-body-form div input, .modal-square-body-form div input, .modal-full-body-form div input {
    box-shadow: none;
    padding: 0px 0px 0px 20px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: background 0.5s ease-in-out 0s, border 0.5s ease-in-out 0s;
    transition: background 0.5s ease-in-out 0s, border 0.5s ease-in-out 0s;
}

.modal-default-body-form div input {
    height: 50px;
}

.modal-line-body-form div input {
    height: 42px;
}

.modal-full-line-body-form div input {
    height: 42px;
}

.modal-square-body-form div input {
    height: 42px;
    border: none;
}

.modal-full-body-form div input {
    height: 42px;
    border: none;
}

.modal-default-body-form div textarea, .modal-line-body-form div textarea, .modal-full-line-body-form div textarea, .modal-square-body-form div textarea, .modal-full-body-form div textarea {
    box-shadow: none;
    height: initial !important;
    padding: 20px 0px 20px 20px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: background 0.5s ease-in-out 0s, border 0.5s ease-in-out 0s;
    transition: background 0.5s ease-in-out 0s, border 0.5s ease-in-out 0s;
}

.modal-square-body-form div textarea, .modal-full-body-form div textarea {
    border: none;
}

.modal-light .modal-default-body-form div input, .modal-light .modal-default-body-form div textarea {
    font-size: 12px;
    background: #fff;
    color: #282828;
    border: 1px solid #dddddd;
}

.modal-dark .modal-default-body-form div input, .modal-dark .modal-default-body-form div textarea {
    font-size: 12px;
    background: #181818;
    color: #fff;
    border: 1px solid #282828;
}

.modal-line-body-form div input, .modal-line-body-form div textarea {
    font-size: 12px;
    color: #7c7c7c;
    background: transparent;
    border: 1px dashed rgba(137, 137, 137, 0.50);
}

.modal-full-line-body-form div input, .modal-full-line-body-form div textarea {
    font-size: 12px;
    border: none;
    color: #ffffff;
    background: transparent;
    border-bottom: 1px dashed rgba(153, 153, 153, 0.50);
}

.modal-square-body, .modal-square-body-form div input, .modal-square-body-form div textarea {
    background: transparent;
}

.modal-square-body-form div input, .modal-square-body-form div textarea {
    color: #7e7e7e;
    font-size: 12px;
    border-bottom: 1px solid #484848;
}

.modal-full-body, .modal-full-body-form div input, .modal-full-body-form div textarea {
    background: transparent;
}

.modal-full-body-form div input, .modal-full-body-form div textarea {
    color: #2C2C2C;
    font-size: 12px;
    border-bottom: 1px solid #BBBEC0;
}

.modal-full-body-form input::-webkit-input-placeholder, .modal-full-body-form textarea::-webkit-input-placeholder {
    color: rgba(131, 137, 140, 1);
}

.modal-full-body-form input::-moz-placeholder, .modal-full-body-form textarea::-moz-placeholder {
    color: rgba(131, 137, 140, 1);
}

.modal-full-body-form input:-ms-input-placeholder, .modal-full-body-form textarea:-ms-input-placeholder {
    color: rgba(131, 137, 140, 1);
}

.modal-default-body-form div input:focus, .modal-default-body-form div textarea:focus, .modal-line-body-form div input:focus, .modal-line-body-form div textarea:focus, .modal-full-line-body-form div input:focus, .modal-full-line-body-form div textarea:focus, .modal-square-body-form div input:focus, .modal-square-body-form div textarea:focus, .modal-full-body-form div input:focus, .modal-full-body-form div textarea:focus {
    outline: none;
    box-shadow: none;
}

.modal-light .modal-default-body-form div input:focus, .modal-light .modal-default-body-form div textarea:focus {
    border: 1px solid #282828;
}

.modal-dark .modal-default-body-form div input:focus, .modal-dark .modal-default-body-form div textarea:focus {
    border: 1px solid #8E8E8E;
}

.modal-line-body-form div input:focus, .modal-line-body-form div textarea:focus {
    border: 1px dashed rgba(255, 255, 255, 0.85);
}

.modal-full-line-body-form div input:focus, .modal-full-line-body-form div textarea:focus {
    border-bottom: 1px dashed rgba(241, 241, 241, 0.50);
}

.modal-square-body-form div input:focus, .modal-square-body-form div textarea:focus {
    border-bottom: 1px solid #969696;
}

.modal-full-body-form div input:focus, .modal-full-body-form div textarea:focus {
    border-bottom: 1px solid #000;
}

.modal-default-checkbox input, .modal-line-checkbox input, .modal-full-line-checkbox input, .modal-square-checkbox input, .modal-full-checkbox input {
    height: initial !important;
    margin-top: 1px;
}

.modal-dark .modal-default-checkbox {
    font-size: 11px;
    color: #7e7e7e;
}

.modal-dark .modal-default-checkbox a {
    color: #BF9865;
}

.modal-light .modal-default-checkbox {
    font-size: 11px;
}

.modal-line-checkbox {
    font-size: 11px;
    color: #7e7e7e;
}

.modal-line-checkbox a {
    color: #BF9865;
}

.modal-full-line-checkbox {
    font-size: 11px;
    color: #7e7e7e;
}

.modal-full-line-checkbox a {
    color: #BF9865;
}

.modal-full-line-checkbox {
    font-size: 11px;
    color: #7e7e7e;
}

.modal-full-line-checkbox {
    font-size: 11px;
    color: #7e7e7e;
}

.modal-square-checkbox {
    font-size: 11px;
    color: #7e7e7e;
}

.modal-square-checkbox a {
    color: #BF9865;
}

.modal-full-checkbox {
    font-size: 11px;
    color: #7e7e7e;
}

.modal-default-body-form button, .modal-full-body-form button, .modal-square-body-form button {
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.modal-line-body-form button, .modal-full-line-body-form button {
    display: block;
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    padding: 10px 35px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.modal-line-body-form button {
    margin-top: 20px;
    font-weight: 600;
}

.modal-full-line-body-form button {
    margin-top: 40px;
    box-shadow: none;
    font-weight: normal;
}

.modal-line-body-form button, .modal-line-body-form button:visited {
    color: #7c7c7c;
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
}

.modal-full-line-body-form button, .modal-full-line-body-form button:visited {
    color: #ffffff;
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
}

.modal-line-body-form button:hover, .modal-line-body-form button:focus, .modal-line-body-form button:active, .modal-full-line-body-form button:hover, .modal-full-line-body-form button:focus, .modal-full-line-body-form button:active {
    box-shadow: none;
    outline: none !important;
}

.modal-line-body-form button:hover, .modal-line-body-form button:active, .modal-line-body-form button:focus {
    color: #ffffff !important;
    background: transparent !important;
    border: 1px dashed rgba(32, 152, 209, 1);
}

.modal-full-line-body-form button:hover, .modal-full-line-body-form button:active, .modal-full-line-body-form button:focus {
    color: #ffffff !important;
    background: transparent !important;
    border: 1px dashed rgba(255, 195, 0, 1);
}

.modal-default-body-form button span, .modal-line-body-form button span, .modal-full-line-body-form button span, .modal-square-body-form button span, .modal-full-body-form button span {
    margin-right: 5px;
}

/* FOOTER OF MODAL */
.modal-default-footer, .modal-line-footer, .modal-full-line-footer, .modal-square-footer, .modal-full-footer {
    border: none;
    text-align: left;
    padding: 3px 0px 10px 20px;
    font-size: 11px;
}

.modal-default-footer {
    margin-top: 10px;
}

.modal-default-footer a {
    color: #7c7c7c;
}

.modal-line-footer a {
    color: #7c7c7c;
}

.modal-full-line-footer a {
    color: #000000;
}

.modal-square-footer a {
    color: #7e7e7e;
}

.modal-full-footer a {
    color: #797F82;
}

#modal-default-contact-us-modal-social-icons ul, #modal-line-contact-us-modal-social-icons ul, #modal-full-line-contact-us-modal-social-icons ul, #modal-square-contact-us-modal-social-icons ul, #modal-full-contact-us-modal-social-icons ul {
    padding: 0;
    list-style-type: none;
    margin: 10px 10px 10px 0px;
}

#modal-default-contact-us-modal-social-icons ul li, #modal-full-contact-us-modal-social-icons ul li {
    float: left;
    margin-right: 5px;
}

#modal-line-contact-us-modal-social-icons ul li, #modal-full-line-contact-us-modal-social-icons ul li, #modal-square-contact-us-modal-social-icons ul li {
    float: left;
    margin-right: 1px;
}

#modal-default-contact-us-modal-social-icons ul li a, #modal-full-line-contact-us-modal-social-icons ul li a, #modal-square-contact-us-modal-social-icons ul li a, #modal-full-contact-us-modal-social-icons ul li a, #modal-line-contact-us-modal-social-icons ul li a {
    width: 30px;
    padding: 5px;
    display: block;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

#modal-default-contact-us-modal-social-icons ul li a {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#modal-full-contact-us-modal-social-icons ul li a {
    color: #AEAEAE;
    background: #D5D5D5;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modal-light #modal-default-contact-us-modal-social-icons ul li a {
    background: transparent;
    color: #fff;
}

.modal-dark #modal-default-contact-us-modal-social-icons ul li a {
    background: transparent;
    color: #585858;
}

#modal-square-contact-us-modal-social-icons ul li a {
    background: transparent;
}

#modal-full-contact-us-modal-social-icons ul li a:before, #modal-default-contact-us-modal-social-icons ul li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
}

.modal-light #modal-default-contact-us-modal-social-icons ul li a:before {
    background: #CFCFCF;
}

.modal-dark #modal-default-contact-us-modal-social-icons ul li a:before {
    background: #282828;
}

#modal-full-contact-us-modal-social-icons ul li a:before {
    background: #ECECEC;
}

#modal-line-contact-us-modal-social-icons ul li a, #modal-line-contact-us-modal-social-icons ul li a:hover, #modal-line-contact-us-modal-social-icons ul li a:active, #modal-line-contact-us-modal-social-icons ul li a:focus, #modal-full-line-contact-us-modal-social-icons ul li a, #modal-full-line-contact-us-modal-social-icons ul li a:hover, #modal-full-line-contact-us-modal-social-icons ul li a:active, #modal-full-line-contact-us-modal-social-icons ul li a:focus {
    color: #ffffff;
}

#modal-line-contact-us-modal-social-icons ul li a, #modal-line-contact-us-modal-social-icons ul li a:visited, #modal-full-line-contact-us-modal-social-icons ul li a, #modal-full-line-contact-us-modal-social-icons ul li a:visited {
    background: transparent;
}

#modal-line-contact-us-modal-social-icons ul li a:hover, #modal-line-contact-us-modal-social-icons ul li a:active, #modal-line-contact-us-modal-social-icons ul li a:focus {
    color: #a2a2a2;
}

#modal-full-line-contact-us-modal-social-icons ul li a:hover, #modal-full-line-contact-us-modal-social-icons ul li a:active, #modal-full-line-contact-us-modal-social-icons ul li a:focus {
    color: #929292;
}

.modal-light #modal-default-contact-us-modal-social-icons ul li a:hover, .modal-light #modal-default-contact-us-modal-social-icons ul li a:active, .modal-light #modal-default-contact-us-modal-social-icons ul li a:focus {
    color: #282828;
}

.modal-dark #modal-default-contact-us-modal-social-icons ul li a:hover, .modal-dark #modal-default-contact-us-modal-social-icons ul li a:active, .modal-dark #modal-default-contact-us-modal-social-icons ul li a:focus {
    color: #BF9865;
}

#modal-full-contact-us-modal-social-icons ul li a:hover, #modal-full-contact-us-modal-social-icons ul li a:active, #modal-full-contact-us-modal-social-icons ul li a:focus {
    color: #000;
}

#modal-default-contact-us-modal-social-icons ul li a:hover:before, #modal-default-contact-us-modal-social-icons ul li a:focus:before, #modal-default-contact-us-modal-social-icons ul li a:active:before, #modal-full-contact-us-modal-social-icons ul li a:hover:before, #modal-full-contact-us-modal-social-icons ul li a:focus:before, #modal-full-contact-us-modal-social-icons ul li a:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* SEARCH BAR */
.modal-default-body-search, .modal-line-body-search, .modal-full-line-body-search, .modal-square-body-search, .modal-full-body-search {
    padding: 0px;
}

.modal-default-search-bar > div, .modal-line-search-bar > div, .modal-full-line-search-bar > div, .modal-square-search-bar > div, .modal-full-search-bar > div {
    width: 85%;
    float: left;
    margin: 0px;
    padding-top: 15px;
}

.modal-default-search-bar > div > input {
    height: 37px;
    font-size: 12px;
    box-shadow: none;
    font-weight: 400;
    border: none !important;
}

.modal-line-search-bar > div > input {
    font-size: 12px;
    font-weight: bold;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px dashed rgba(137, 137, 137, 0.50);
}

.modal-full-line-search-bar > div > input, .modal-square-search-bar > div > input, .modal-full-search-bar > div > input {
    font-size: 12px;
    box-shadow: none;
    font-weight: 600;
}

.modal-default-search-bar > div > input:focus, .modal-line-search-bar > div > input:focus, .modal-full-line-search-bar > div > input:focus, .modal-square-search-bar > div > input, .modal-square-search-bar > div > input:focus, .modal-full-search-bar > div > input:focus {
    border: none;
    box-shadow: none;
}

.modal-line-search-bar > div > input:focus {
    border-bottom: 1px dashed rgba(137, 137, 137, 0.90);
}

.modal-full-line-search-bar > div > input:focus {
    border-bottom: 1px dashed transparent;
}

.modal-full-search-bar > div > input:focus {
    border-bottom: 1px solid #000;
}

.modal-default-search-bar > button {
    width: 15%;
    margin: 0px;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0%;
    border-radius: 0%;
}

.modal-line-search-bar > button, .modal-full-line-search-bar > button, .modal-square-search-bar > button, .modal-full-search-bar > button {
    width: 15%;
    margin: 0px;
    padding: 25px;
    text-align: center;
    border: none !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.modal-square-search-bar > button, .modal-square-search-bar > button:visited, .modal-square-search-bar > button:hover, .modal-square-search-bar > button:active, .modal-square-search-bar > button:focus, .modal-full-search-bar > button, .modal-full-search-bar > button:visited, .modal-full-search-bar > button:hover, .modal-full-search-bar > button:active, .modal-full-search-bar > button:focus {
    background: transparent !important;
}

.modal-default-search-bar > button > span, .modal-square-search-bar > button > span, .modal-full-search-bar > button > span {
    vertical-align: middle;
}

.modal-line-search-bar > button > span, .modal-full-line-search-bar > button > span {
    vertical-align: middle;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

.modal-square-search-bar > button > span, .modal-square-search-bar > button > span:visited, .modal-square-search-bar > button > span:hover, .modal-square-search-bar > button > span:active, .modal-square-search-bar > button > span:focus {
    color: #7e7e7e;
}

.modal-full-search-bar > button > span, .modal-full-search-bar > button > span:visited, .modal-full-search-bar > button > span:hover, .modal-full-search-bar > button > span:active, .modal-full-search-bar > button > span:focus {
    color: #282828;
}

.modal-line-search-bar > button > span:hover, .modal-line-search-bar > button > span:active, .modal-line-search-bar > button > span:focus {
    color: #fff;
}

.modal-full-line-search-bar > button > span:hover, .modal-full-line-search-bar > button > span:active, .modal-full-line-search-bar > button > span:focus {
    color: #929292;
}

.modal-square-search-bar > button > span:hover, .modal-square-search-bar > button > span:active, .modal-square-search-bar > button > span:focus {
    color: #B6B6B6;
}

/*==========================================
			  Owl Carousel
==========================================*/
.owl-full-screen {
    height: 100vh;
    width: 100%;
}

.owl-half-screen {
    height: 70vh;
    width: 100%;
}

.owl-wrap {
    height: 100%;
    width: 100%;
    background-color: #181818;
}

.owl-wrap .owl-stage-outer, .owl-wrap .owl-stage, .owl-wrap .owl-item, .owl-wrap .owl-cover {
    height: 100%;
}

.owl-cover {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.owl-content {
    width: 100%;
    height: 100%;
    display: table;
    color: #ffffff;
}

.owl-content-des, .owl-content-des-l, .owl-content-des-r, .owl-content-des-b-l {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    padding-bottom: 0;
    z-index: 1;
}

.owl-content-des {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}

.owl-content-des-l {
    text-align: left;
    padding-right: 20px;
    padding-left: 90px;
}

.owl-content-des-r {
    text-align: right;
    padding-right: 90px;
    padding-left: 20px;
}

.owl-content-des-b-l {
    text-align: left;
    padding-right: 20px;
    padding-left: 90px;
    vertical-align: bottom;
    padding-bottom: 120px;
}

.slide-home .item.active, .slide-home-2 .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

.slide-home .active .animated-item-1, .slide-home-2 .active .animated-item-1, .animated-txt-1 {
    -webkit-animation: fadeInDown 300ms linear 300ms both;
    -moz-animation: fadeInDown 300ms linear 300ms both;
    -o-animation: fadeInDown 300ms linear 300ms both;
    -ms-animation: fadeInDown 300ms linear 300ms both;
    animation: fadeInDown 300ms linear 300ms both;
    -webkit-animation-duration: 600ms;
    -moz-animation-duration: 600ms;
    -ms-animation-duration: 600ms;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
}

.slide-home .active .animated-item-2, .slide-home-2 .active .animated-item-2, .animated-txt-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
    -webkit-animation-duration: 600ms;
    -moz-animation-duration: 600ms;
    -ms-animation-duration: 600ms;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
}

.slide-home .active .animated-item-3, .slide-home-2 .active .animated-item-3, .animated-txt-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
    -webkit-animation-duration: 600ms;
    -moz-animation-duration: 600ms;
    -ms-animation-duration: 600ms;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
}

.slide-home.owl-theme .owl-dots .owl-dot span, .slide-home-2.owl-theme .owl-dots .owl-dot span, .box-slide-1.owl-theme .owl-dots .owl-dot span, .box-slide-2.owl-theme .owl-dots .owl-dot span, .creative.owl-theme .owl-nav [class*='owl-'], .portfolio-single.owl-theme .owl-nav [class*='owl-'], .testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot span, .testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot span, .blog-slide.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.slide-home.owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 90px;
}

.slide-home-2.owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 40px;
}

.slide-home.owl-theme .owl-dots .owl-dot span, .slide-home-2.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 5px 7px;
    background-color: #D9D9D9;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.slide-home.owl-theme .owl-dots .owl-dot.active span, .slide-home.owl-theme .owl-dots .owl-dot:hover span, .slide-home-2.owl-theme .owl-dots .owl-dot.active span, .slide-home-2.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #5C5C5C;
}

.box-slide-1.owl-theme .owl-dots {
    text-align: right;
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 50px;
    right: 40px;
}

.box-slide-1.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
}

.box-slide-1.owl-theme .owl-dots .owl-dot.active span, .box-slide-1.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.box-slide-2.owl-theme .owl-dots {
    text-align: right;
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 10px;
    right: 10px;
}

.box-slide-2.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 3px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.box-slide-2.owl-theme .owl-dots .owl-dot.active span, .box-slide-2.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.creative.owl-theme .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.portfolio-single.owl-theme .owl-nav {
    text-align: center;
    margin-top: 60px;
    position: absolute;
    top: -72px;
    right: 0;
}

.creative.owl-theme .owl-nav [class*='owl-'], .portfolio-single.owl-theme .owl-nav [class*='owl-'] {
    margin: 3px;
    padding: 4px 5px;
    background: transparent;
    opacity: 0.2;
}

.creative.owl-theme .owl-nav [class*='owl-']:hover, .portfolio-single.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
    opacity: 1;
}

.testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot span {
    background-color: #B6B6B6;
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
}

.testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot.active span, .testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #E1E1E1;
    border: 1px solid #B4B4B4;
}

.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot span {
    background-color: #C8C8C8;
    width: 8px;
    height: 8px;
}

.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot.active span, .testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #EBEBEB;
}

.blog-slide .owl-prev, .blog-slide .owl-next {
    position: absolute;
    top: calc(50% - 25px);
}

.blog-slide .owl-prev {
    left: 20px;
}

.blog-slide .owl-next {
    right: 20px;
}

.blog-slide.owl-theme .owl-nav [class*='owl-'] {
    padding: 8px;
    background: transparent;
    opacity: 0.6;
    border: 1px solid #000;
    border-radius: 1px;
}

.blog-slide.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    opacity: 1;
}

.blog-slide.owl-theme .owl-nav .disabled {
    opacity: 1;
}

/*==========================================
			  Bootstrap Carousel Slider
==========================================*/
/*------------------------------------------------------*/
/* SLIDING TIMING FUNCTIONS
/*------------------------------------------------------*/
/*---------- ps_ease ----------*/
.ps_ease .carousel-inner > .item {
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_ease .carousel-inner > .item {
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }
}

/*---------- ps_easeInOut ----------*/
.ps_easeInOut .carousel-inner > .item {
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeInOut .carousel-inner > .item {
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }
}

/*---------- ps_speedy ----------*/
.ps_speedy .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0, 1, 0, 1);
    -ms-transition-timing-function: cubic-bezier(0, 1, 0, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0, 1);
    transition-timing-function: cubic-bezier(0, 1, 0, 1);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_speedy .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
        -moz-transition-timing-function: cubic-bezier(0, 1, 0, 1);
        -ms-transition-timing-function: cubic-bezier(0, 1, 0, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0, 1);
        transition-timing-function: cubic-bezier(0, 1, 0, 1);
    }
}

/*---------- ps_slowSpeedy ----------*/
.ps_slowSpeedy .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
    -ms-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
    -o-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
    transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_slowSpeedy .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
        -moz-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
        -ms-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
        -o-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
        transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
    }
}

/*---------- ps_easeOutInCubic ----------*/
.ps_easeOutInCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    -moz-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    -ms-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    -o-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeOutInCubic .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
        -moz-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
        -ms-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
        -o-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
        transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    }
}

/*---------- ps_swing ----------*/
.ps_swing .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    -moz-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    -ms-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    -o-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    transition-timing-function: cubic-bezier(.02, .01, .47, 1);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_swing .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
        -moz-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
        -ms-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
        -o-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
        transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    }
}

/*---------- ps_easeOutCubic ----------*/
.ps_easeOutCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -ms-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeOutCubic .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -ms-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
}

/*---------- ps_easeInOutCubic ----------*/
.ps_easeInOutCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeInOutCubic .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
        -ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
        -o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
        transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    }
}

/*---------- ps_easeOutCirc ----------*/
.ps_easeOutCirc .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -moz-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -ms-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -o-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeOutCirc .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
        -moz-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
        -ms-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
        -o-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
        transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    }
}

/*---------- ps_easeOutExpo ----------*/
.ps_easeOutExpo .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -ms-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeOutExpo .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        -moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        -ms-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    }
}

/*---------- ps_easeInQuad ----------*/
.ps_easeInQuad .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    -moz-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    -ms-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    -o-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeInQuad .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
        -moz-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
        -ms-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
        -o-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
        transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    }
}

/*---------- ps_easeOutQuad ----------*/
.ps_easeOutQuad .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -moz-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -ms-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeOutQuad .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
        -moz-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
        -ms-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
        -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
        transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    }
}

/*---------- ps_easeInOutQuad ----------*/
.ps_easeInOutQuad .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    -moz-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    -ms-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    -o-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeInOutQuad .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
        -moz-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
        -ms-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
        -o-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
        transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    }
}

/*---------- ps_easeOutQuart ----------*/
.ps_easeOutQuart .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -moz-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -ms-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -o-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeOutQuart .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
        -moz-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
        -ms-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
        -o-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
        transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    }
}

/*---------- ps_easeInOutQuart ----------*/
.ps_easeInOutQuart .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -moz-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -ms-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeInOutQuart .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
        -moz-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
        -ms-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
        -o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
        transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    }
}

/*---------- ps_easeOutQuint ----------*/
.ps_easeOutQuint .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    -ms-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    -o-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeOutQuint .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
        -moz-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
        -ms-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
        -o-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
        transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    }
}

/*---------- ps_easeInSine ----------*/
.ps_easeInSine .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    -moz-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    -ms-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    -o-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeInSine .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
        -moz-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
        -ms-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
        -o-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
        transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    }
}

/*---------- ps_easeOutSine ----------*/
.ps_easeOutSine .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    -moz-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    -ms-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    -o-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeOutSine .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
        -moz-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
        -ms-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
        -o-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
        transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    }
}

/*---------- ps_easeInOutSine ----------*/
.ps_easeInOutSine .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    -moz-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    -ms-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    -o-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_easeInOutSine .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
        -moz-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
        -ms-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
        -o-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
        transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    }
}

/*------------------------------------------------------*/
/* KEN BURNS ANIMATION EFFECTS
/*------------------------------------------------------*/
/*---------- kbrns_zoomIn ----------*/
.kbrns_zoomIn > .carousel-inner > .item > img, .kbrns_zoomIn > .carousel-inner > .item > a > img {
    -webkit-animation: kbrns_zoomIn 25s linear 0s infinite alternate;
    -moz-animation: kbrns_zoomIn 25s linear 0s infinite alternate;
    -o-animation: kbrns_zoomIn 25s linear 0s infinite alternate;
    -ms-animation: kbrns_zoomIn 25s linear 0s infinite alternate;
    animation: kbrns_zoomIn 25s linear 0s infinite alternate;
}

/*---------- ANIMATION ----------*/
@-webkit-keyframes kbrns_zoomIn {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.4);
    }
}

@-moz-keyframes kbrns_zoomIn {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.4);
    }
}

@-ms-keyframes kbrns_zoomIn {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(1.4);
    }
}

@-o-keyframes kbrns_zoomIn {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(1.4);
    }
}

@keyframes kbrns_zoomIn {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.4);
    }
}

/*---------- kbrns_zoomInOut ----------*/
.kbrns_zoomInOut > .carousel-inner > .item > img, .kbrns_zoomInOut > .carousel-inner > .item > a > img {
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    -moz-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    -o-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    -ms-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
}

/*---------- ANIMATION ----------*/
@-webkit-keyframes kbrns_zoomInOut {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes kbrns_zoomInOut {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.2);
    }
}

@-ms-keyframes kbrns_zoomInOut {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(1.2);
    }
}

@-o-keyframes kbrns_zoomInOut {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(1.2);
    }
}

@keyframes kbrns_zoomInOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/*---------- kbrns_ltr ----------*/
.kbrns_ltr > .carousel-inner > .item {
    height: 658px;
    background-repeat: repeat-x;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-animation: kbrns_ltr 2000s cubic-bezier(.39, .575, .565, 1) infinite;
    -moz-animation: kbrns_ltr 2000s cubic-bezier(.39, .575, .565, 1) infinite;
    -o-animation: kbrns_ltr 2000s cubic-bezier(.39, .575, .565, 1) infinite;
    -ms-animation: kbrns_ltr 2000s cubic-bezier(.39, .575, .565, 1) infinite;
    animation: kbrns_ltr 2000s cubic-bezier(.39, .575, .565, 1) infinite;
}

/*---------- Responsive ----------*/
/*---------- MEDIA 380px ----------*/
@media only screen and (max-width: 380px) {
    .kbrns_ltr > .carousel-inner > .item {
        max-height: 200px;
    }
}

/*---------- MEDIA 381px - 550px ----------*/
@media (min-width: 381px) and (max-width: 550px) {
    .kbrns_ltr > .carousel-inner > .item {
        max-height: 235px;
    }
}

/*---------- MEDIA 551px - 767px ----------*/
@media (min-width: 551px) and (max-width: 767px) {
    .kbrns_ltr > .carousel-inner > .item {
        max-height: 350px;
    }
}

/*---------- MEDIA 768px - 900px ----------*/
@media (min-width: 768px) and (max-width: 900px) {
    .kbrns_ltr > .carousel-inner > .item {
        max-height: 495px;
    }
}

/*---------- MEDIA 901px - 1100px ----------*/
@media (min-width: 901px) and (max-width: 1100px) {
    .kbrns_ltr > .carousel-inner > .item {
        max-height: 550px;
    }
}

/*---------- ANIMATION ----------*/
@-webkit-keyframes kbrns_ltr {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 20000px 0;
    }
}

@-moz-keyframes kbrns_ltr {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 20000px 0;
    }
}

@-ms-keyframes kbrns_ltr {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 20000px 0;
    }
}

@-o-keyframes kbrns_ltr {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 20000px 0;
    }
}

@keyframes kbrns_ltr {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 20000px 0;
    }
}

/*---------- kbrns_rtl ----------*/
.kbrns_rtl > .carousel-inner > .item {
    height: 658px;
    background-repeat: repeat-x;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-animation: kbrns_rtl 2000s cubic-bezier(.39, .575, .565, 1) infinite;
    -moz-animation: kbrns_rtl 2000s cubic-bezier(.39, .575, .565, 1) infinite;
    -o-animation: kbrns_rtl 2000s cubic-bezier(.39, .575, .565, 1) infinite;
    -ms-animation: kbrns_rtl 2000s cubic-bezier(.39, .575, .565, 1) infinite;
    animation: kbrns_rtl 2000s cubic-bezier(.39, .575, .565, 1) infinite;
}

/*---------- MEDIA 380px ----------*/
@media only screen and (max-width: 380px) {
    .kbrns_rtl > .carousel-inner > .item {
        max-height: 200px;
    }
}

/*---------- MEDIA 381px - 550px ----------*/
@media (min-width: 381px) and (max-width: 550px) {
    .kbrns_rtl > .carousel-inner > .item {
        max-height: 235px;
    }
}

/*---------- MEDIA 551px - 767px ----------*/
@media (min-width: 551px) and (max-width: 767px) {
    .kbrns_rtl > .carousel-inner > .item {
        max-height: 350px;
    }
}

/*---------- MEDIA 768px - 900px ----------*/
@media (min-width: 768px) and (max-width: 900px) {
    .kbrns_rtl > .carousel-inner > .item {
        max-height: 495px;
    }
}

/*---------- MEDIA 901px - 1100px ----------*/
@media (min-width: 901px) and (max-width: 1100px) {
    .kbrns_rtl > .carousel-inner > .item {
        max-height: 550px;
    }
}

/*---------- ANIMATION ----------*/
@-webkit-keyframes kbrns_rtl {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -20000px 0;
    }
}

@-moz-keyframes kbrns_rtl {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -20000px 0;
    }
}

@-ms-keyframes kbrns_rtl {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -20000px 0;
    }
}

@-o-keyframes kbrns_rtl {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -20000px 0;
    }
}

@keyframes kbrns_rtl {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -20000px 0;
    }
}

/*---------- kbrns_zoomOutIn ----------*/
.kbrns_zoomOutIn > .carousel-inner > .item > img, .kbrns_zoomOutIn > .carousel-inner > .item > a > img {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
    -webkit-animation: kbrns_zoomOutIn 25s linear 0s infinite alternate;
    -moz-animation: kbrns_zoomOutIn 25s linear 0s infinite alternate;
    -o-animation: kbrns_zoomOutIn 25s linear 0s infinite alternate;
    -ms-animation: kbrns_zoomOutIn 25s linear 0s infinite alternate;
    animation: kbrns_zoomOutIn 25s linear 0s infinite alternate;
}

/*---------- ANIMATION ----------*/
@-webkit-keyframes kbrns_zoomOutIn {
    0% {
        -webkit-transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes kbrns_zoomOutIn {
    0% {
        -moz-transform: scale(1.3);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes kbrns_zoomOutIn {
    0% {
        -ms-transform: scale(1.3);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@-o-keyframes kbrns_zoomOutIn {
    0% {
        -o-transform: scale(1.3);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes kbrns_zoomOutIn {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

/*---------- VERTICLE EFFECT ----------*/
.ps_slide_y > .carousel-inner {
    height: 100%;
}

.ps_slide_y > .carousel-inner > .item {
    -webkit-transition-property: top;
    transition-property: top;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .ps_slide_y > .carousel-inner > .item {
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
    }

    .ps_slide_y > .carousel-inner > .item.next, .ps_slide_y > .carousel-inner > .item.active.right {
        top: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .ps_slide_y > .carousel-inner > .item.prev, .ps_slide_y > .carousel-inner > .item.active.left {
        top: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    .ps_slide_y > .carousel-inner > .item.next.left, .ps_slide_y > .carousel-inner > .item.prev.right, .ps_slide_y > .carousel-inner > .item.active {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.ps_slide_y > .carousel-inner > .active {
    top: 0;
}

.ps_slide_y > .carousel-inner > .next, .ps_slide_y > .carousel-inner > .prev {
    top: 0;
    width: auto;
    height: 100%;
}

.ps_slide_y > .carousel-inner > .next {
    left: 0;
    top: 100%;
}

.ps_slide_y > .carousel-inner > .prev {
    left: 0;
    top: -100%
}

.ps_slide_y > .carousel-inner > .next.left, .ps_slide_y > .carousel-inner > .prev.right {
    top: 0;
}

.ps_slide_y > .carousel-inner > .active.left {
    left: 0;
    top: -100%;
}

.ps_slide_y > .carousel-inner > .active.right {
    left: 0;
    top: 100%;
}

/*------------------------------------------------------*/
/* FULL SCREEN BOOTSTRAP CAROUSEL
/*------------------------------------------------------*/
.ps_full_s {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*==========================================
			  Countdown
==========================================*/
ul.countdown {
    margin: 0;
    padding: 0;
    display: block;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

ul.countdown li {
    display: inline-block;
}

ul.countdown li span {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul.countdown li.seperator {
    font-size: 20px;
    vertical-align: top;
    color: #BCBCBC;
}

ul.countdown li p {
    color: #CCCCCC;
    font-size: 11px;
}

/*==========================================
			   Counter
==========================================*/
/* Counter 1 */
.counter-1-bord {
    border-right: 1px solid #EFEFEF;
}

.counter-1-wrap {
    text-align: center;
    padding: 50px 0px;
}

.counter-1-wrap .counter-number {
    font-family: 'Open Sans', sans-serif;
    color: #181818;
    font-size: 35px;
    font-weight: 300;
    margin-top: 10px;
    letter-spacing: 1px;
}

.counter-1-wrap .counter-text {
    color: #2E2E2E;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    text-indent: 2px;
}

.counter-1-wrap .counter-sub-text {
    color: #959595;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
    font-style: italic;
    letter-spacing: 2px;
    text-indent: 2px;
}

/* Counter 3 */
.counter-3-bord {
    border-right: 1px solid #E1E1E1;
}

.counter-3-wrap {
    text-align: center;
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 25px;
    color: #FFFFFF;
}

.counter-3-wrap .counter-number {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 300;
    margin-top: 10px;
    letter-spacing: 1px;
}

.counter-3-wrap .counter-text {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
    text-indent: 2px;
}

.counter-3-wrap .counter-sub-text {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
    font-style: italic;
    letter-spacing: 2px;
    text-indent: 2px;
}

.counter-3-wrap i {
    font-size: 20px;
}

/*==========================================
			    Box Service
==========================================*/
/* Services 1 */
.service-1-up, .service-1-down, .service-1-left, .service-1-right {
    width: 100%;
    height: 14em;
    text-align: center;
    position: relative;
}

.service-1-up, .service-1-up *, .service-1-down, .service-1-down *, .service-1-left, .service-1-left *, .service-1-right, .service-1-right * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service-1-up ul, .service-1-down ul, .service-1-left ul, .service-1-right ul {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3D(0, 0, -7em);
    transform: translate3D(0, 0, -7em);
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.service-1-up ul li, .service-1-down ul li, .service-1-left ul li, .service-1-right ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    height: 100%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.service-1-up .title, .service-1-down .title, .service-1-left .title, .service-1-right .title {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.service-1-up .title-after, .service-1-down .title-after, .service-1-left .title-after, .service-1-right .title-after {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.service-1-up .des, .service-1-down .des, .service-1-left .des, .service-1-right .des {
    font-size: 13px;
    padding: 0 30px;
    margin: 0;
    line-height: 18px;
}

.service-1-up .number, .service-1-down .number, .service-1-left .number, .service-1-right .number {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    top: -10px;
    font-size: 120px;
    left: 10px;
    color: rgba(202, 202, 202, 0.30);
    font-weight: 100;
    z-index: -1;
}

.service-1-up ul li:nth-of-type(odd), .service-1-down ul li:nth-of-type(odd), .service-1-left ul li:nth-of-type(odd), .service-1-right ul li:nth-of-type(odd) {
    background-color: #eee;
    color: #181818;
}

.service-1-up ul li:nth-of-type(even), .service-1-down ul li:nth-of-type(even), .service-1-left ul li:nth-of-type(even), .service-1-right ul li:nth-of-type(even) {
    background-color: #fff;
    color: #181818;
}

/* Effect 1: Show Up on hover */
.service-1-up ul li:nth-of-type(1) {
    -webkit-transform: rotateX(0deg) translate3D(0, 0, 7em);
    transform: rotateX(0deg) translate3D(0, 0, 7em);
}

.service-1-up ul li:nth-of-type(2) {
    -webkit-transform: rotateX(-90deg) translate3D(0, 0, 7em);
    transform: rotateX(-90deg) translate3D(0, 0, 7em);
}

.effect-up:hover li:nth-of-type(1) {
    -webkit-transform: rotateX(90deg) translate3D(0, 0, 7em);
    transform: rotateX(90deg) translate3D(0, 0, 7em);
}

.effect-up:hover li:nth-of-type(2) {
    -webkit-transform: rotateX(0deg) translate3D(0, 0, 7em);
    transform: rotateX(0) translate3D(0, 0, 7em);
}

/* Effect 2: Show Down on hover */
.service-1-down ul li:nth-of-type(1) {
    -webkit-transform: rotateX(0deg) translate3D(0, 0, 7em);
    transform: rotateX(0deg) translate3D(0, 0, 7em);
}

.service-1-down ul li:nth-of-type(2) {
    -webkit-transform: rotateX(90deg) translate3D(0, 0, 7em);
    transform: rotateX(90deg) translate3D(0, 0, 7em);
}

.effect-down:hover li:nth-of-type(1) {
    -webkit-transform: rotateX(-90deg) translate3D(0, 0, 7em);
    transform: rotateX(-90deg) translate3D(0, 0, 7em);
}

.effect-down:hover li:nth-of-type(2) {
    -webkit-transform: rotateX(0deg) translate3D(0, 0, 7em);
    transform: rotateX(0deg) translate3D(0, 0, 7em);
}

/* Next Upgrade - Effect 3: Show Left on hover */
.service-1-left ul li:nth-of-type(1) {
    -webkit-transform: rotateY(0deg) translate3D(0, 0, 7em);
    transform: rotateY(0deg) translate3D(0, 0, 7em);
}

.service-1-left ul li:nth-of-type(2) {
    -webkit-transform: rotateY(-90deg) translate3D(0, 0, 7em);
    transform: rotateY(-90deg) translate3D(0, 0, 7em);
}

.effect-left:hover li:nth-of-type(1) {
    -webkit-transform: rotateY(90deg) translate3D(0, 0, 7em);
    transform: rotateY(90deg) translate3D(0, 0, 7em);
}

.effect-left:hover li:nth-of-type(2) {
    -webkit-transform: rotateY(0deg) translate3D(0, 0, 7em);
    transform: rotateY(0deg) translate3D(0, 0, 7em);
}

/* Next Upgrade - Effect 4: Show Right on hover */
.service-1-right ul li:nth-of-type(1) {
    -webkit-transform: rotateY(0deg) translate3D(0, 0, 7em);
    transform: rotateY(0deg) translate3D(0, 0, 7em);
}

.service-1-right ul li:nth-of-type(2) {
    -webkit-transform: rotateY(90deg) translate3D(0, 0, 7em);
    transform: rotateY(90deg) translate3D(0, 0, 7em);
}

.effect-right:hover li:nth-of-type(1) {
    -webkit-transform: rotateY(-90deg) translate3D(0, 0, 7em);
    transform: rotateY(-90deg) translate3D(0, 0, 7em);
}

.effect-right:hover li:nth-of-type(2) {
    -webkit-transform: rotateY(0deg) translate3D(0, 0, 7em);
    transform: rotateY(0deg) translate3D(0, 0, 7em);
}

/* Services 5 */
.service-5 .icon-box > .icons {
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #9A9A9A;
    position: relative;
    z-index: 99;
    font-size: 20px;
    background-color: #F3F3F3;
}

.service-5 .icon-box > .icons:after {
    content: "";
    background-color: #181818;
    top: 0px;
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    z-index: -10;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.service-5 .icon-box-animaiton:hover .icon-box > .icons:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.service-5 .icon-box-animaiton:hover .icon-box > .icons:before {
    color: #F0B05D;
}

.service-5 .icon-box-animaiton h3 {
    font-size: 15px;
    font-weight: 600;
}

.service-5 .more {
    text-transform: uppercase;
    font-size: 11px;
}

.service-5 .icon-box-animaiton:hover .more {
    color: #181818;
}

/* Services 6 */
.service-6 .icon {
    font-size: 30px;
    color: #F8F8F8;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    width: 80px;
    border-radius: 3px;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    background-color: #F3F3F3;
}

.service-6 .service-wrap .col-md-4:hover .icon {
    background-color: #333;
}

.service-6 .service-wrap .col-sm-4 {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 60px;
    padding-bottom: 50px;
}

.service-6 .service-wrap .col-md-4:nth-child(4), .service-6 .service-wrap .col-md-4:nth-child(5), .service-6 .service-wrap .col-md-4:nth-child(6) {
    border-bottom: 0;
    padding-top: 60px;
}

.service-6 .service-wrap .col-md-4:nth-child(3), .service-6 .service-wrap .col-md-4:nth-child(6) {
    border-right: 0;
}

.service-6 .service-info {
    padding: 30px 30px 0 30px;
}

.service-6 .service-info h3 {
    font-weight: 600;
    font-size: 16px;
}

/* Services 7 */
.service-7 {
    overflow: hidden;
}

.service-7 .box-u, .service-7 .box-r {
    background-color: #f3f3f3;
    position: relative;
    text-align: center;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}

.service-7 .box-u i, .service-7 .box-r i {
    color: #181818;
    font-size: 20px;
}

.service-7 .service-title {
    font-size: 11px;
    color: #181818;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.service-7 .service-sub-title {
    font-size: 10px;
    color: #a8a8a8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-7 .box-inside-u, .service-7 .box-hover-u, .service-7 .box-inside-r, .service-7 .box-hover-r {
    width: 100%;
    position: relative;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.service-7 .box-hover-u {
    height: 100%;
    position: absolute;
    top: 0;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-transform: translate3d(0, 250px, 0);
    -moz-transform: translate3d(0, 250px, 0);
    transform: translate3d(0, 250px, 0);
}

.service-7 .box-u:hover .box-inside-u {
    -webkit-transform: translate3d(0, -250px, 0);
    -moz-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 0);
}

.service-7 .box-u:hover .box-hover-u {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.service-7 .box-hover-r {
    height: 100%;
    position: absolute;
    top: 0;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.service-7 .box-r:hover .box-inside-r {
    -webkit-transform: translate3d(500px, 0, 0);
    -moz-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
}

.service-7 .box-r:hover .box-hover-r {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.service-7 .box-u .number-1 {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    top: -40px;
    font-size: 220px;
    left: 30px;
    color: rgba(202, 202, 202, 0.30);
    font-weight: 600;
    z-index: -1;
}

.service-7 .box-u .number-2 {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    font-size: 220px;
    left: 30px;
    color: rgba(202, 202, 202, 0.30);
    font-weight: 600;
    z-index: -1;
    bottom: 100px;
}

.service-7 .box-r .number-3 {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    font-size: 220px;
    left: 30px;
    color: rgba(202, 202, 202, 0.30);
    font-weight: 600;
    z-index: -1;
    top: -50px;
}

.service-7 span {
    font-size: 11px;
    color: #A8A8A8;
    letter-spacing: 1px;
}

/*==========================================
			   Progress Bar
==========================================*/
/* Progress Bar 1 */
.skill-1 {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    color: #181818;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

.skill-1 .skillbar {
    width: 100%;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 40px;
    position: relative;
    background-color: #F0F0F0;
    padding: 2px;
}

.skill-1 .skillbar .count-bar {
    width: 0px;
    height: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #000;
}

.skill-1 .skill-title {
    position: absolute;
    font-size: 12px;
    padding-left: 5px;
    line-height: 25px;
    top: -25px;
    left: 0;
    text-transform: uppercase;
}

.skill-1 .count {
    position: absolute;
    top: -20px;
    right: 0;
    color: #464646;
    font-size: 9px;
}

/* Progress Bar 2 */
.skill-2 {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    color: #fff;
}

.skill-2 .skillbar {
    width: 100%;
    height: 30px;
    position: relative;
    margin-bottom: 30px;
    background-color: #F4F4F4;
    box-sizing: border-box;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.skill-2 .count-bar {
    width: 0px;
    position: relative;
    height: 30px;
    background-color: #383838;
}

.skill-2 .skill-title {
    font-size: 11px;
    font-weight: 600;
    padding-left: 12px;
    line-height: 28px;
    text-transform: uppercase;
}

.skill-2 .count {
    position: absolute;
    top: 0;
    right: -45px;
    line-height: 30px;
    font-size: 11px;
    font-weight: 600;
    color: #181818;
}

.skill-2 .skillbar:before {
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #EDECEC;
}

.skill-2 .count-bar:before {
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #BF9865;
}

/* Progress Bar 3 */
.skill-3 {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    color: #000;
}

.skill-3 .skillbar {
    width: 100%;
    height: 40px;
    background-color: #eee;
    position: relative;
    margin-bottom: 30px;
}

.skill-3 .count-bar {
    position: absolute;
    background-color: #181818;
    height: 16px;
    left: 0;
    bottom: 0;
}

.skill-3 .skill-title {
    font-size: 11px;
    padding-left: 12px;
    line-height: 26px;
    text-transform: uppercase;
}

.skill-3 .content .count {
    width: 100%;
    height: 100%;
    position: relative;
}

.skill-3 .count {
    position: absolute;
    right: 0;
    top: -12px;
    font-size: 11px;
    font-weight: 600;
    line-height: 40px;
    padding-right: 10px;
    color: #fff;
}

/* Progress Bar Circle */
.progressbar {
    display: inline-block;
    margin: 25px;
}

.circle {
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle canvas {
    vertical-align: middle;
}

.circle div {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle p {
    display: block;
    color: #D0D0D0;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

/*==========================================
		 Testimonials / Clients
==========================================*/
/* Testimonials 1 */
.testimonial-1 .icon {
    display: inline-block;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}

.testimonial-1 .icon img {
    height: auto;
    width: 100%;
}

.testimonial-1 h3 {
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-right: -7px;
}

.testimonial-1 .comments {
    font-size: 13px;
}

.testimonial-1 .sub-title {
    color: #A6A6A6;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 35px;
}

.testimonial-1 .app {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 25px;
    margin-right: -3px;
}

/* Testimonials 2 */
.testimonial-2 i {
    margin-bottom: 40px;
    color: #DDDDDD;
}

.testimonial-2 h3 {
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-right: -7px;
    font-weight: 600;
    font-size: 16px;
}

.testimonial-2 .comments {
    line-height: 25px;
}

.testimonial-2 .sub-title {
    color: #A6A6A6;
    text-transform: uppercase;
}

.testimonial-2 .app {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    margin-right: -2px;
}

/* Testimonials Quotes */
.quote {
    position: relative;
    padding: 10px;
}

.quote p {
    color: #a8a8a8;
    font-style: italic;
    line-height: 2.0;
    font-size: 15px;
}

.quote:first-child:before {
    content: '\201C';
    color: #B3B3B3;
    font-size: 150px;
    font-weight: 100;
    opacity: .3;
    position: absolute;
    top: -25px;
    left: 10px;
    z-index: -1;
    font-family: Cambria, "Hoefler Text", serif;
    width: 100%;
}

.quote .author {
    text-align: right;
    color: #a8a8a8;
}

.quote h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.quote h4 {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: italic;
    margin-top: -4px;
}

.quote h4:before {
    content: '';
    background-color: #CDCDCD;
    height: 1px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* clients 1 */
.clients-1 img {
    opacity: 0.60;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.clients-1 img:hover {
    opacity: 1;
}

.clients-1 i {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    color: #181818;
    border: 1px solid #DCDCDC;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.clients-1 i:hover {
    color: #a8a8a8;
    background-color: #181818;
}

.clients-1 .sponsor {
    font-family: 'Open Sans', sans-serif;
    color: #a8a8a8;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
}

/* clients 2 */
.clients-2 {
    padding: 0;
    overflow: hidden;
}

.clients-2 li {
    float: left;
    position: relative;
    padding: 20px;
}

.clients-2.grid-20 li {
    width: 20%;
}

.clients-2.grid-33 li {
    width: 33.33333333%;
}

.clients-2 li a img {
    width: 100%;
    opacity: 0.6;
}

.clients-2 li a, .clients-2 li img {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clients-2 li {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.clients-2 li:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #D5D5D5;
}

.clients-2 li:before, .clients-2 li:after {
    content: '';
    position: absolute;
}

.clients-2 li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dotted #ccc;
}

.clients-2 li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dotted #ccc;
}

/*==========================================
			       Team
==========================================*/
/* Team 1 */
.team-1 {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.team-1-overlay {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.team-1:hover .team-1-overlay, .team-1:hover .team-1-overlay .team-1-des, .team-1:hover .team-1-overlay .team-1-social {
    opacity: 1;
}

.team-1:hover .team-1-overlay .team-1-social {
    bottom: 70px;
}

.team-1:hover .team-1-overlay .team-1-des {
    top: 180px;
}

.team-1-overlay .team-1-des {
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 0 30px;
    position: absolute;
    top: 0;
}

.team-1-overlay .team-1-social {
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(46%);
    -ms-transform: translateY(46%);
    transform: translateY(46%);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all .7s ease-in-out;
    position: absolute;
    bottom: 0;
}

.team-1, .team-1-photo {
    position: relative;
    border: 1px solid transparent;
}

.team-1-photo img {
    width: 100%;
    height: auto;
}

.team-1-des h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #BF9865;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}

.team-1-des p {
    font-size: 13px;
    font-weight: 300;
}

.team-1-box {
    width: 65%;
    background-color: rgba(249, 249, 249, 0.80);
    padding: 10px 20px;
    text-align: right;
    z-index: 1;
    border-bottom: 3px solid #E1E1E1;
    position: absolute;
    right: 33px;
    bottom: -55px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-1-box:hover {
    background-color: rgba(236, 236, 236, 0.80);
}

.team-1-box h5 {
    letter-spacing: 1px;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
}

.team-1-box p {
    color: #000;
    font-size: 10px;
    margin-bottom: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.team-1-social a {
    font-size: 14px;
    color: #7F7F7F;
    text-align: center;
    padding: 0 8px;
}

.team-1-social a:hover {
    color: #000;
}

/* Team 2 */
.team-2 {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.team-2-overlay {
    margin: 0;
    border: 1px solid rgba(163, 163, 163, 0.50);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.team-2:hover .team-2-overlay, .team-2:hover .team-2-overlay .team-2-des, .team-2:hover .team-2-overlay .team-2-des-side, .team-2:hover .team-2-overlay .team-2-social, .team-2:hover .team-2-overlay .team-2-social-side {
    opacity: 1;
}

.team-2:hover .team-2-overlay .team-2-social {
    bottom: 70px;
}

.team-2:hover .team-2-overlay .team-2-social-side {
    bottom: 40px;
}

.team-2:hover .team-2-overlay .team-2-des {
    top: 130px;
}

.team-2:hover .team-2-overlay .team-2-des-side {
    top: 100px;
}

.team-2-overlay .team-2-des, .team-2-overlay .team-2-des-side {
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 0 30px;
    position: absolute;
    top: 0;
}

.team-2-overlay .team-2-social, .team-2-overlay .team-2-social-side {
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(46%);
    -ms-transform: translateY(46%);
    transform: translateY(46%);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all .7s ease-in-out;
    position: absolute;
    bottom: 0;
}

.team-2, .team-2-photo {
    position: relative;
    border: 1px solid transparent;
}

.team-2-photo img {
    width: 100%;
    height: auto;
}

.team-2-des h4, .team-2-des-side h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #BF9865;
    text-transform: uppercase;
    font-size: 14px;
}

.team-2-des p {
    font-size: 13px;
    font-weight: 300;
}

.team-2-box {
    width: 65%;
    padding: 10px 20px;
    text-align: right;
    z-index: 1;
    border-bottom: 3px solid #E1E1E1;
    position: absolute;
    right: 33px;
    bottom: -55px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-2-box h5 {
    letter-spacing: 1px;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
}

.team-2-box p {
    color: #000;
    font-size: 10px;
    margin-bottom: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.team-2-social, .team-2-social-side {
    text-align: center;
    font-size: 15px;
}

.team-2-social ul, .team-2-social-side ul {
    margin: 0;
    padding: 0;
}

.team-2-social ul li, .team-2-social-side ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.team-2-social ul li a, .team-2-social-side ul li a {
    display: block;
    font-size: 15px;
    margin: 0 5px;
    border: 1px solid #B9B9B9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #B9B9B9;
}

.team-2-social ul li a:hover, .team-2-social-side ul li a:hover {
    color: #181818;
    border: 1px solid #524F4F;
    background-color: #EFEFEF;
}

/*==========================================
			  Pricing Table
==========================================*/
/* Pricing Table 1 */
.pricing-1-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 50px;
    text-align: center;
}

.pricing-1-box.premium {
    background: #181818;
    border: 1px solid #393939;
    box-shadow: 0 23px 44px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.pricing-1-box h3 {
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: 300;
}

.pricing-1-box.premium h3 {
    color: #fff;
}

.pricing-1-box .cost {
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #EDEDED;
    padding: 5px 0 25px 0;
    margin-bottom: 40px;
}

.pricing-1-box.premium .cost {
    border-bottom: 1px solid #575757;
    padding: 5px 0 25px 0;
    color: #fff;
    margin-bottom: 45px;
}

.pricing-1-box .price {
    font-size: 50px;
    color: #BF9865;
}

.pricing-1-box .price span {
    font-size: 18px;
}

.pricing-1-box h5 {
    text-transform: uppercase;
}

.pricing-1-box.premium h5 {
    color: #fff;
}

.pricing-1-box ul {
    margin-bottom: 45px;
    padding: 0;
}

.pricing-1-box ul li {
    color: #000;
    margin-bottom: 18px;
}

.pricing-1-box.premium ul li {
    color: #ededed;
}

.pricing-1-box .btn-margin {
    position: absolute;
    bottom: -4%;
    left: 20%;
    right: 20%;
}

/* Pricing Table 2 */
.pricing-2-box {
    width: 100%;
}

.pricing-2-box .plan-1 {
    background-color: #F5F5F5;
}

.pricing-2-box .plan-2 {
    background-color: #FBFBFB;
}

.pricing-2-box .plan-3 {
    background-color: #F1F1F1;
}

.pricing-2-box .plan-content {
    border-radius: 1px;
    padding: 40px 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pricing-2-box .plan-content .plan-title {
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.pricing-2-box .plan-content .price {
    background: none repeat scroll 0 0 rgba(213, 213, 213, 0.20);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.pricing-2-box .plan-content .cost-content {
    font-family: 'Open Sans', sans-serif;
    padding-top: 25px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.pricing-2-box .plan-content .currency {
    left: -5px;
    position: relative;
    top: -8px;
}

.pricing-2-box .plan-content .cost {
    font-size: 40px;
    font-weight: 100;
    margin: 0;
}

.pricing-2-box .plan-content .month {
    font-size: 11px;
    line-height: 14px;
    margin: -3px 0 0;
    text-transform: uppercase;
    color: #B0B0B0;
}

.pricing-2-box .plan-content .plan-features {
    margin: 20px 0 30px;
    padding: 0px;
}

.pricing-2-box li {
    line-height: 30px;
    color: #676767;
}

.pricing-2-box .plan-content:hover {
    -webkit-box-shadow: 12px 12px 0 rgba(153, 153, 153, 0.20);
    box-shadow: 12px 12px 0 rgba(153, 153, 153, 0.20);
}

/*==========================================
			    Blog
==========================================*/
.blog-header-tit {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-header-sub-tit {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-list h3 {
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}

.blog-list p {
    font-size: 13px;
    color: #a8a8a8;
    line-height: 1.8;
    word-spacing: 1px;
}

.blog-list .single-post {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

/* Side Title */
.blog-list .heading-side-l, .blog-list .heading-side-r {
    width: 300px;
    height: 90px;
    position: absolute;
    top: 300px;
    background-color: transparent;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-top: 50px;
    z-index: 100;
}

.blog-list .heading-side-l {
    left: 0;
}

.blog-list .heading-side-r {
    right: -225px;
}

.blog-list .heading-side-l .v-center, .blog-list .heading-side-r .v-center {
    display: inline-block;
}

.blog-list .heading-side-l h2, .blog-list .heading-side-r h2 {
    float: left;
    font-weight: 300;
    color: #DFDFDF;
    font-size: 20px;
    margin-top: -10px;
    text-transform: capitalize;
}

.blog-list .heading-side-l span, .blog-list .heading-side-r span {
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-size: 40px;
    font-weight: 700;
    color: #c1c1c1;
    margin-left: 10px;
    margin-top: -28px;
}

.blog-list .heading-side-l .line-orange-l, .blog-list .heading-side-r .line-orange-l {
    width: 20px;
    height: 1px;
    background-color: #dddddd;
    float: left;
    margin-top: 12px;
    margin-right: 8px;
}

.blog-list .info {
    color: #8D8D8D;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}

.blog-list a {
    color: #181818;
}

.blog-list a:hover {
    color: #8A8A8A;
}

.blog .box-img {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.90);
    padding: 10px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #000;
    text-align: center;
}

.blog .box-img a {
    color: #fff;
}

.blog .sub-title {
    font-size: 10px;
    color: #8D8D8D;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
}

.blog h3 {
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

.blog h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #181818;
    letter-spacing: 1px;
}

.blog p {
    margin-top: 15px;
    font-size: 13px;
    color: #989898;
    line-height: 1.8;
    word-spacing: 1px;
}

.blog h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog a {
    color: #181818;
}

.blog a:hover {
    color: #8A8A8A;
}

.blog .list {
    margin-bottom: 80px;
}

.blog .btn-dark, .blog .btn-dark:focus, .blog-list .btn-dark, .blog-list .btn-dark:focus {
    background: #181818;
    color: #fff;
    border: 1px solid #181818;
}

.blog .btn-dark:hover, .blog-list .btn-dark:hover {
    background-color: #565656;
    color: #fff;
    border: 1px solid #565656;
}

.blog .btn-transparent-dark, .blog .btn-transparent-dark:focus {
    background: transparent;
    color: #181818;
    border: 1px solid #181818;
}

.blog .btn-transparent-dark:hover {
    background: #181818;
    color: #fff;
}

.blog-btn {
    display: block;
    margin-top: 30px;
    font-size: 11px;
    color: #181818;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

.blog-btn.icon i {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-btn.icon:hover i {
    padding-left: 10px;
    opacity: 1;
}

.blog-date {
    color: #8D8D8D;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 5px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    line-height: 20px;
    padding-top: 25px;
}

.blog-date .sep {
    margin-left: 10px;
    margin-right: 10px;
}

.blog-share {
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 5px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
}

.blog-share .sep {
    margin-left: 10px;
    margin-right: 10px;
}

.blog-img {
    overflow: hidden;
    position: relative;
}

.blog-img img {
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
}

.blog-img:hover img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0.6;
}

.blog-list-img {
    overflow: hidden;
}

.blog-list-img:hover img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    opacity: 0.6
}

.blog .quote {
    position: relative;
    padding: 30px;
}

.blog .quote blockquote {
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    border-left: 5px solid #eee;
}

.blog .quote blockquote p {
    color: #7E7E7E;
    font-style: italic;
}

.blog .quote blockquote p:first-child:before {
    content: '\201C';
    color: #B3B3B3;
    font-size: 150px;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -35px;
    left: 10px;
    z-index: -1;
    font-family: Cambria, "Hoefler Text", serif;
    width: 100%;
}

.blog .quote .author {
    text-align: right;
    color: #8D8D8D;
    font-style: italic;
    font-size: 12px;
}

.blog .quote .author span {
    color: #181818;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
}

.blog .quote .author span:before {
    content: '';
    background-color: #CDCDCD;
    height: 1px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.share {
    text-align: center;
}

.share .item {
    width: 120px;
    height: 80px;
    display: inline-block;
    margin: 0 5px;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
}

.share .item:before {
    background-color: #fff;
    display: block;
    font-size: 2.2em;
    line-height: 70px;
    color: #181818;
    -webkit-transition: font-size 0.2s ease-in-out, line-height 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, line-height 0.2s ease-in-out;
    border: 1px solid #181818;
}

.share .item:hover:before {
    font-size: 120%;
    line-height: 50px;
    color: #a8a8a8;
    border: 1px solid #a8a8a8;
}

.share span {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}

.blog-comment h5, .blog-comment h5 a {
    font-size: 13px;
    color: #181818;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 4px;
}

.blog-comment.media .pull-left {
    margin-right: 25px;
}

.blog-comment .replied {
    padding-left: 40px;
}

.blog-comment .date {
    font-size: 11px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.blog-comment .btn-reply {
    float: right;
    margin-top: -18px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

.blog-comment.media img {
    width: 75px;
    height: auto;
}

.blog-author {
    margin-top: 50px;
    margin-bottom: 45px;
}

.blog-author h4 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #181818;
    letter-spacing: 1px;
}

.blog-author h5 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
}

.blog-author-img {
    width: 190px;
    height: 160px;
    margin-right: 20px;
    float: left;
    background-image: url(../img/team-square-03.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-author-wrap {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.blog-author-social {
    position: absolute;
    top: 0;
    right: 0;
}

.blog-author-social-icon {
    width: 35px;
    height: 35px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #DEDEDE !important;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    padding-right: 10px;
}

.blog-author-social-icon:hover {
    color: #181818 !important;
}

.widget {
    margin-bottom: 60px;
}

.widget ul {
    padding: 0;
    margin-top: 30px;
}

.widget ul li a {
    color: #181818;
    display: block;
}

.widget ul li a:hover {
    color: #8A8A8A;
}

.widget h2 {
    font-size: 12px;
    color: #181818;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

.widget .blog-search {
    position: relative;
}

.widget .btn-search {
    font-size: 13px;
    color: #181818;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -22px;
    background: transparent;
    border: none;
    z-index: 10;
}

.widget .blog-search input {
    height: 45px;
    border-radius: 1px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .35s, -webkit-box-shadow ease-in-out .35s;
    -o-transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
    transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
}

.widget .blog-search input:focus {
    border-color: #181818;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget .category li {
    border-bottom: 1px solid #F4F4F4;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
}

.widget .recent-post li {
    padding: 10px 0;
}

.widget .recent-post li img {
    width: 80px;
    height: auto;
    margin-right: 20px;
    float: left;
}

.widget .recent-post-heading {
    font-size: 12px;
    top: 0;
    line-height: 16px;
    position: relative;
    overflow: hidden;
}

.widget .recent-post-heading span {
    font-size: 12px;
    font-weight: 600;
}

.widget .post-date {
    color: #C1C1C1;
    font-size: 12px;
    margin-top: 5px;
}

.widget .archive li {
    border-bottom: 1px solid #F4F4F4;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    font-size: 12px;
}

.widget .badge {
    min-width: 40px;
    padding: 7px;
    line-height: 1;
    color: #000;
    background-color: transparent;
    border-radius: 1px;
    border: 1px solid #555;
    font-family: 'Open Sans', sans-serif;
    margin-top: -6px;
}

.widget .comments li {
    border-bottom: 1px solid #f4f4f4;
    padding-top: 6px;
    padding-bottom: 10px;
}

.widget .comments i {
    color: #C1C1C1;
    margin-right: 5px;
}

.widget .comment-user p {
    color: #C1C1C1;
    font-size: 12px;
    margin-top: -4px;
}

.widget .tags li {
    display: inline-block;
    margin-top: 3px;
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: 3px;
    font-size: 11px;
    text-transform: capitalize;
}

.widget .tags li a {
    color: #181818;
    background-color: transparent;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #555555;
    letter-spacing: 1px;
    font-size: 12px;
}

.widget .tags li a:hover {
    background-color: #181818;
    color: #fff;
    border: 1px solid #181818;
}

/*==========================================
			Pomo Box
==========================================*/
/* Promo Box 1 */
.call-box-1 {
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

.call-box-1 h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.call-box-1 h3 span {
    color: #BF9865;
    font-weight: 700;
}

.call-box-1 p {
    margin-bottom: 40px;
}

/* Promo Box 2 */
.call-box-2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    letter-spacing: 1px;
}

.call-box-2 h3 {
    font-weight: 400;
    margin-top: 0;
}

.call-box-2 h4 {
    text-align: center;
    font-size: 15px;
    color: #181818;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 50px;
}

.call-box-2 p {
    margin-bottom: 0;
}

.call-box-2 i {
    margin-right: 5px;
}

.call-box-2-info {
    background-color: #F5F5F5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.call-box-2-info:hover {
    background-color: #e7e7e7;
}

/* Promo Box 3 */
.call-box-3 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 70px 0;
    text-transform: uppercase;
}

.call-box-3 h3 {
    margin-top: 0;
}

.call-box-3 h3 span {
    font-weight: 700;
}

.call-box-3 p {
    margin-bottom: 0;
}

/*=========================================
	           Portfolio
==========================================*/
.row.work-col-g > [class*="col-"] {
    padding: 7px;
}

.row.work-col-g-m > [class*="col-"] {
    padding: 10px;
}

.row.work-col-w > [class*="col-"] {
    padding: 0;
}

.portfolio-tit {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.portfolio-sub-tit {
    color: #A8A8A8;
}

.filter-container {
    padding: 20px;
}

.filter-container-pages {
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
}

.portfolio-container {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.filter-container .filter > li {
    padding: 0;
    margin: 0;
}

ul.filter > li > a {
    color: #181818;
    font-size: 10px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 600;
}

ul.filter > li > a:hover, ul.filter > li > a:focus, ul.filter > li > active a {
    color: #BF9865;
}

ul.filter > li > span {
    color: #ddd;
    font-size: 14px;
    margin-left: 8px;
}

/* Effect 1 Portfolio */
.work-1-item {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: url(../img/icon/icon-cross-black.png), auto;
}

.work-1-item img {
    display: block;
}

.work-1-top-left, .work-1-bottom-right {
    position: absolute;
    height: 2px;
    width: 80px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 2px;
}

.work-1-top-left:after, .work-1-bottom-right:after {
    content: '';
    display: block;
    height: 80px;
    width: 2px;
    position: absolute;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.work-1-top-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}

.work-1-top-left:after {
    top: 0;
    left: 0;
    -webkit-transform: translate(80px, -80px);
    -moz-transform: translate(80px, -80px);
    -o-transform: translate(80px, -80px);
    -ms-transform: translate(80px, -80px);
    transform: translate(80px, -80px);
}

.work-1-bottom-right {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
}

.work-1-bottom-right:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(-80px, 80px);
    -moz-transform: translate(-80px, 80px);
    -o-transform: translate(-80px, 80px);
    -ms-transform: translate(-80px, 80px);
    transform: translate(-80px, 80px);
}

.work-1-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.90);
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.work-1-overlay:hover {
    opacity: 1;
}

.work-1-overlay:hover .work-1-top-left {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.work-1-overlay:hover .work-1-top-left:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.work-1-overlay:hover .work-1-bottom-right {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.work-1-overlay:hover .work-1-bottom-right:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.work-1-overlay:hover .work-1-des {
    opacity: 1;
}

.work-1-overlay:hover .work-1-top-tit, .work-1-overlay:hover .work-1-sub-tit {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.work-1-overlay:hover .work-1-icon {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.work-1-overlay-item {
    text-align: center;
    width: 100%;
    height: 100%;
    display: table;
}

.work-1-overlay-item span {
    display: block;
    color: #000;
}

.work-1-des {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.work-1-top-tit {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: -2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    margin-bottom: 8px;
}

.work-1-sub-tit {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-right: -2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.work-1-icon {
    width: 48px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}

/* Effect 2 Portfolio */
.work-2-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.work-2-item a {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: url(../img/icon/icon-zoom-white.png), auto;
}

.work-2-item img {
    width: 100%;
    -webkit-transition: all 1.1s ease;
    transition: all 1.1s ease;
}

.work-2-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.work-2-des {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(24, 24, 24, 0.90);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
}

.work-2-item:hover .work-2-des {
    opacity: 1;
}

.work-2-item:hover .work-2-des h4, .work-2-item:hover .work-2-des h5 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.work-2-des h4, .work-2-des h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: -2px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.work-2-des h4 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.work-2-des h5 {
    font-weight: 600;
}

.work-2-des h5 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

/* Effect 3 Portfolio */
.work-3-item {
    position: relative;
    overflow: hidden;
}

.work-3-item a {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: url(../img/icon/icon-cross-black.png), auto;
}

.work-3-item img {
    width: 100%;
    -webkit-transition: all 1.1s ease;
    transition: all 1.1s ease;
}

.work-3-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.work-3-des {
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.work-3-item:hover .work-3-des {
    opacity: 1;
}

.work-3-item:hover .work-3-des h4, .work-3-item:hover .work-3-des h5, .work-3-item:hover .work-3-des p, .work-3-item:hover .work-3-des .price {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.work-3-des h4, .work-3-des h5, .work-3-des p, .work-3-des .price {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: -2px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.work-3-des h5 {
    font-weight: 600;
}

.work-3-des h4 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}

.work-3-des h5 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.work-3-des p {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translateX(-45px);
    -moz-transform: translateX(-45px);
    -o-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    transform: translateX(-45px);
}

.work-3-des .price {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    -o-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px);
}

.work-3-line {
    width: 40px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    height: 1px;
    background-color: #000;
}

/* Effect 4 Portfolio */
.work-4-item {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: url(../img/icon/icon-cross-white.png), auto;
}

.work-4-item img {
    display: block;
}

.work-4-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.80);
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 15px;
}

.work-4-overlay:hover {
    opacity: 1;
}

.work-4-overlay:hover .work-4-des {
    opacity: 1;
}

.work-4-overlay:hover .work-4-top-tit, .work-4-overlay:hover .work-4-sub-tit, .work-4-overlay:hover .work-4-icon {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.work-4-overlay-item {
    text-align: center;
    width: 100%;
    height: 100%;
    display: table;
    border: 1px solid #5F5F5F;
}

.work-4-overlay-item span {
    display: block;
    color: #fff;
}

.work-4-des {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.work-4-top-tit {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-right: -2px;
    margin-bottom: 6px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    text-transform: uppercase;
}

.work-4-sub-tit {
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-right: -2px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.work-4-icon {
    font-size: 18px;
    color: #C7C7C7;
    margin-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

/* Effect 5 Portfolio */
.work-5-item {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: url(../img/icon/icon-cross-white.png), auto;
    overflow: hidden;
}

.work-5-item img {
    width: 100%;
    -webkit-transition: all 1.1s ease;
    transition: all 1.1s ease;
}

.work-5-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.work-5-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.80);
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 10px;
}

.work-5-overlay:hover {
    opacity: 1;
}

.work-5-overlay:hover .work-5-des {
    opacity: 1;
}

.work-5-overlay:hover .work-5-top-tit, .work-5-overlay:hover .work-5-sub-tit, .work-5-overlay:hover .work-5-line {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.work-5-overlay-item {
    text-align: center;
    width: 100%;
    height: 100%;
    display: table;
}

.work-5-overlay-item span {
    display: block;
    color: #fff;
}

.work-5-des {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.work-5-top-tit {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-right: -2px;
    margin-bottom: 6px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    text-transform: uppercase;
}

.work-5-sub-tit {
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-right: -2px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.work-5-line {
    width: 40px;
    margin: 10px auto;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

/* Effect 6 Portfolio */
.work-6-item {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: url(../img/icon/icon-cross-black.png), auto;
    overflow: hidden;
}

.work-6-item img {
    display: block;
}

.work-6-item img {
    width: 100%;
    -webkit-transition: all 1.1s ease;
    transition: all 1.1s ease;
}

.work-6-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.work-6-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 10px solid rgba(0, 0, 0, 0.80);
}

.work-6-overlay:hover {
    opacity: 1;
}

.work-6-overlay:hover .work-6-des {
    opacity: 1;
}

.work-6-overlay:hover .work-6-top-tit, .work-6-overlay:hover .work-6-sub-tit, .work-6-overlay:hover .work-6-line {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.work-6-overlay-item {
    text-align: center;
    width: 100%;
    height: 100%;
    display: table;
}

.work-6-overlay-item span {
    display: block;
    color: #000;
}

.work-6-des {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.work-6-top-tit {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-right: -2px;
    margin-bottom: 6px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    text-transform: uppercase;
}

.work-6-sub-tit {
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-right: -2px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.work-6-line {
    width: 40px;
    margin: 10px auto;
    height: 1px;
    background-color: rgba(237, 125, 49, 1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

/*==========================================
			Form Email
==========================================*/
/* Email Contact default Setting  */
.contact-form-2 .has-error .form-control, .contact-form-2 .has-error .form-control:focus, .contact-form-4 .has-error .form-control, .contact-form-4 .has-error .form-control:focus, .newsletter-1 .has-error .form-control, .newsletter-1 .has-error .form-control:focus, .modal-full-body-form .has-error .form-control, .modal-full-body-form .has-error .form-control:focus, .modal-default-body-form .has-error .form-control, .modal-default-body-form .has-error .form-control:focus, .modal-line-body-form .has-error .form-control, .modal-line-body-form .has-error .form-control:focus, .modal-full-line-body-form .has-error .form-control, .modal-full-line-body-form .has-error .form-control:focus, .modal-square-body-form .has-error .form-control, .modal-square-body-form .has-error .form-control:focus {
    border-color: #BE0C0C !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form-1 .form-control, .contact-form-1 .form-control:focus, .contact-form-2 .form-control, .contact-form-2 .form-control:focus, .contact-form-3 .form-control, .contact-form-3 .form-control:focus, .contact-form-4 .form-control, .contact-form-4 .form-control:focus, .newsletter-1 .form-control, .newsletter-1 .form-control:focus, .modal-full-body-form .form-control, .modal-full-body-form .form-control:focus, .modal-default-body-form .form-control, .modal-default-body-form .form-control:focus, .modal-line-body-form .form-control, .modal-line-body-form .form-control:focus, .modal-full-line-body-form .form-control, .modal-full-line-body-form .form-control:focus, .modal-square-body-form .form-control, .modal-square-body-form .form-control:focus {
    -webkit-transition: border-color ease-in-out .35s, -webkit-box-shadow ease-in-out .35s;
    -o-transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
    transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
}

.help-block {
    font-size: 12px;
}

/* Email Contact 1 */
.contact-form-1 .form-group {
    margin-bottom: 0;
}

.contact-form-1 .form-control {
    border-radius: 1px;
    background-color: transparent;
    color: #FFFFFF;
}

.contact-form-1 .form-control, .contact-form-1 .form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form-1 .has-error .form-control {
    color: #FF4245;
}

.contact-form-1 .has-error .form-control::-moz-placeholder {
    color: #FF4245;
    opacity: 1;
}

.contact-form-1 .has-error .form-control:-ms-input-placeholder {
    color: #FF4245;
    opacity: 1;
}

.contact-form-1 .has-error .form-control::-webkit-input-placeholder {
    color: #FF4245;
    opacity: 1;
}

.contact-form-1 input {
    height: 65px;
}

.contact-form-1 .first-name {
    border-bottom: 0px solid transparent;
}

.contact-form-1 .last-name {
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
}

.contact-form-1 .email {
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.contact-form-1 .subject {
    border-left: 0px solid transparent;
}

.contact-form-1 textarea.form-control {
    height: 140px;
    border-top: 0px solid transparent;
    padding-top: 20px;
}

.contact-form-1 button {
    font-size: 30px;
    height: 140px;
    border: 1px solid #fff;
    border-left: 0px solid transparent;
    border-top: 0px solid transparent;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-form-1 button:hover {
    color: #BF9865;
    background-color: #181818;
    opacity: 0.8;
}

/* Email Contact 2 */
.contact-form-2 .form-group label {
    font-size: 15px;
}

.contact-form-2 .form-group .form-control {
    border-color: #1E1E1E;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.04);
}

.contact-form-2 .form-control:focus {
    border-color: #181818;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(136, 136, 136, 0.60);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(136, 136, 136, 0.60);
}

.contact-form-2 input {
    height: 49px;
}

.contact-form-2 textarea {
    padding: 10px;
    resize: none;
    height: 229px;
}

.contact-form-2 .btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background-color: #181818;
    font-size: 12px;
}

.contact-form-2 .btn:hover {
    background-color: #292929;
    color: #FFFFFF;
}

/* Email Contact 3 */
.contact-form-3 input {
    height: 102px;
}

.contact-form-3 .form-control {
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    margin-bottom: 50px;
}

.contact-form-3 .form-control:focus {
    border-color: #181818;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form-3 .btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-form-3 .footer-social {
    margin-top: 17px;
}

.contact-form-3.footer-social li a {
    color: #cdd2d6;
    display: block;
    margin-bottom: 10px;
}

/* Email Contact 4 */
.contact-form-4 .form-control {
    border-color: #E1E1E1;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.contact-form-4 .form-control {
    -webkit-transition: border-color ease-in-out .35s, -webkit-box-shadow ease-in-out .35s;
    -o-transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
    transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
}

.contact-form-4 .form-control:focus {
    border-color: #181818;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form-4 input {
    height: 50px;
}

.contact-form-4 textarea#message {
    padding: 10px;
    resize: none;
}

.contact-form-4 .btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Newsletters */
.newsletter-1 {
    max-width: 480px;
    margin: auto;
    position: relative;
}

.newsletter-1 .btn {
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #000000;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.newsletter-1 .btn:hover {
    color: #BF9865;
}

.newsletter-1 .form-control {
    border-color: transparent;
    border-radius: 1px;
    height: 60px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FBFBFB;
    font-size: 12px;
    padding-left: 25px;
}

.newsletter-1 .form-control:focus {
    border-color: #D8D8D8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#subscribe-loading {
    display: none;
    line-height: 45px;
    cursor: inherit;
}

#subscribe-loading:hover {
    color: inherit;
}

.subscribe-message {
    text-align: center;
    font-size: 1.125em;
}

.subscribe-error {
    color: #ffffff;
    position: absolute;
    background: rgba(52, 152, 219, 1);
    display: none;
    left: 25px;
    bottom: 60px;
    padding: 5px 10px;
    border-radius: 3px;
}

.subscribe-error:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent;
    left: 25px;
    bottom: -24px;
}

/*==========================================
			  Pagination
==========================================*/
.pagination > li > a, .pagination > li > span {
    color: #181818;
    border: none;
    margin: 0 2px;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #181818;
    background-color: #eee;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #181818;
}

.pagination > li.next a, .pagination > li.prev a {
    opacity: 0.4;
}

.pagination > li.next a:hover, .pagination > li.prev a:hover {
    opacity: 1;
    background-color: transparent;
}

/*=========================================
	          Scroll to Top
==========================================*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center 50%;
    background-image: url(../img/icon/to-top-1.png);
    background-color: #181818;
    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;
    z-index: 1000;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, all .3s ease-in-out;
    -moz-transition: opacity .3s 0s, visibility 0s 0s, all .3s ease-in-out;
    transition: opacity .3s 0s, visibility 0s 0s, all .3s ease-in-out;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .9;
}

.no-touch .cd-top:hover {
    background-color: #C5AA6A;
    opacity: 1;
}

.cd-top:hover {
    background-color: rgba(237, 125, 49, 1);
    opacity: 1;
}

/*==========================================
			            Accordion
==========================================*/
.rlAccordion > h3, .rlAccordion > h4 {
    font-size: 14px;
    margin: 0 auto 10px auto;
    padding: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rlAccordion > h3, .rlAccordion > h4 {
    cursor: pointer;
}

.rlAccordion > h3 {
    background-color: #FDFDFD;
    border: 1px solid #E1E1E1;
    color: #181818;
}

.rlAccordion > h4 {
    background-color: #181818;
    border: 1px solid #E1E1E1;
    color: #fff;
}

.rlAccordion > h3:hover {
    background-color: #F5F5F5;
}

.rlAccordion > h4:hover {
    background-color: #f5f5f5;
    color: #181818;
}

.rlAccordion > h3 > span, .rlAccordion > h4 > span {
    float: right;
    font-family: arial, serif, sans-serif;
}

.rlAccordion > h3 > span {
    color: #181818;
}

.rlAccordion > h4 > span {
    color: #C5C5C5;
}

.rlAccordion > h3 + div, .rlAccordion > h4 + div {
    display: none;
    padding: 2% 5%;
    margin-left: 20px;
}

.rlAccordion > h3 + div, .rlAccordion > h4 + div {
    border-left: 1px dashed #DBDBDB;
}

/*=========================================
	                Tabs
==========================================*/
/* Tabs 1 */
.tabs-1 #tabs-scale {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tabs-1 #tabs-scale ul {
    margin-bottom: 80px;
}

.tabs-1 #tabs-scale li a {
    padding: 20px;
    background-color: #EFEFEF;
    margin: 0 3px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.80;
    color: #CBCBCB;
}

.tabs-1 #tabs-scale li a:hover {
    color: #181818;
    background-color: #F5F5F5;
    border-color: #eee #eee #919191;
}

.tabs-1 .tabulous_active {
    color: #181818 !important;
    border-color: #eee #eee #212121 !important;
}

.tabs-1 .tabulous_active .icon {
    opacity: 1;
}

.tabs-1 a .icon {
    margin-bottom: 20px;
    opacity: 0.40;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tabs-1 a:hover .icon {
    margin-bottom: 20px;
    opacity: 0.10;
}

.tabs-1 #tabs_container {
    overflow: hidden;
    position: relative;
}

.tabs-1 .tabs-img {
    float: left;
    border-right: 1px solid #E1E1E1;
    margin-right: 28px;
    margin-bottom: 30px;
}

.tabs-1 #tabs_container div {
    margin-right: 40px;
    height: auto;
    /* set height */
    margin-left: 40px;
    padding-bottom: 220px;
}

.tabs-1 .tabulousclear {
    display: block;
    clear: both;
}

.tabs-1 .number {
    padding-right: 25px;
    font-size: 90px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 5px;
    float: left;
    border-right: 1px solid #E1E1E1;
    margin-right: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

.tabs-1 .number span {
    font-size: 40px;
    margin-right: 5px;
    color: #D8D8D8;
}

.tabs-1 .title {
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #D8D8D8;
    text-align: left;
    font-weight: 600;
    margin-top: 18px;
}

.tabs-1 p {
    /* set height div */
    padding-bottom: 15px;
}

/* Tabs 2 */
.tabs-2 #tabs-slide-left {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tabs-2 #tabs-slide-left ul {
    margin-bottom: 35px;
}

.tabs-2 #tabs-slide-left li a {
    padding: 10px;
    background-color: #EFEFEF;
    margin: 0 3px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.80;
    border-radius: 0;
    color: #CBCBCB;
}

.tabs-2 #tabs-slide-left li a:hover {
    color: #181818;
    background-color: #F5F5F5;
    border-color: #eee #eee #919191;
}

.tabs-2 .tabulous_active {
    color: #181818 !important;
    border-color: #eee #eee #212121 !important;
}

.tabs-2 .tabulous_active {
    opacity: 1;
}

.tabs-2 i {
    margin-bottom: 40px;
    position: absolute;
    top: 0;
    left: 10px;
    color: #F3F3F3;
    font-size: 100px;
    z-index: -1;
}

.tabs-2 #tabs_container {
    overflow: hidden;
    position: relative;
}

.tabs-2 #tabs_container div {
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    /* fix height */
    padding-bottom: 220px;
}

.tabs-2 .tabulousclear {
    display: block;
    clear: both;
}

.tabs-2 .title {
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
    margin-top: 18px;
}

/* Tabs 3 */
.tabs-3 #tabs-slide-left-2 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tabs-3 #tabs-slide-left-2 ul {
    margin-bottom: 35px;
}

.tabs-3 #tabs-slide-left-2 li a {
    padding: 10px;
    margin: 0;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.80;
    border-radius: 0;
    color: #CBCBCB;
}

.tabs-3 #tabs-slide-left-2 li a:hover {
    color: #181818;
    background-color: #F5F5F5;
    border-bottom-color: #919191;
}

.tabs-3 .tabulous_active {
    color: #181818 !important;
    border-color: #eee #eee #212121 !important;
}

.tabs-3 .tabulous_active {
    opacity: 1;
}

.tabs-3 #tabs_container {
    overflow: hidden;
    position: relative;
}

.tabs-3 #tabs_container div {
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    /* fix height */
    padding-bottom: 220px;
}

.tabs-3 .tabulousclear {
    display: block;
    clear: both;
}

.tabs-3 .title {
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
    margin-top: 18px;
}

.tabs-3 p {
    /* set height div */
    padding-bottom: 15px;
}

/* Tabs Transition */
.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.make_transist {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hidescale {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideleft {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showleft {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hidescaleup {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscaleup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotatey(-90deg) scale(1.1);
    -moz-transform: rotatey(-90deg) scale(1.1);
    -o-transform: rotatey(-90deg) scale(1.1);
    -ms-transform: rotatey(-90deg) scale(1.1);
    transform: rotatey(-90deg) scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.showflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: rotatey(0deg) scale(1);
    -moz-transform: rotatey(0deg) scale(1);
    -o-transform: rotatey(0deg) scale(1);
    -ms-transform: rotatey(0deg) scale(1);
    transform: rotatey(0deg) scale(1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*=========================================
	            Box Info
==========================================*/
/* Box Info 1 */
.box-info-1 {
    position: relative;
    color: #fff;
    line-height: 1;
    top: 0;
    transition: all 0.2s ease-out;
    padding-top: 70px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 70px;
}

.box-info-1.box-1 {
    background-color: #747989;
}

.box-info-1.box-2 {
    background-color: #181818;
}

.box-info-1.box-3 {
    background-color: #4c6575;
}

.box-info-1-des {
    vertical-align: middle;
    display: table-cell;
}

.box-info-1-des h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.box-info-1-des p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
}

.box-info-1-icon {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.box-info-1:hover {
    top: -10px;
}

.box-info-1-icon img {
    margin-left: 50px;
    margin-top: -20px;
}

/* Box Info 2 */
.box-info-2 {
    width: 100%;
    height: 220px;
    background: #fff;
    border: 1px solid #5DBB92;
    border-radius: 2px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #181818;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.box-info-2:hover {
    background-color: #F6F8F8;
    border: 1px solid #C1E5D5;
}

.box-info-2 > span {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    width: 40px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    color: #000;
    padding: 10px;
    text-align: center;
    border: 1px solid #B6E0CE;
    font-weight: 600;
}

.box-info-2 > .info {
    position: absolute;
    top: 30px;
    left: 60px;
    color: #181818;
    font-weight: 600;
}

.box-info-2 > .info:first-line {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.box-info-2 > .numbers {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #5DBB92;
    text-align: center;
    font-weight: 300;
    position: absolute;
    top: 30px;
    right: 20px;
}

.box-info-2 > .numbers span {
    font-size: 16px;
}

.box-info-2 > .des {
    padding-right: 15px;
    padding-left: 15px;
    top: 60px;
    position: relative;
    font-size: 13px;
}

/* Box Info 3 */
.box-info-wrap {
    margin-top: -20px;
    margin-left: 60px;
    margin-bottom: 60px;
}

.box-info-3 {
    width: 300px;
    height: 80px;
    display: inline-block;
    border: 1px solid #5DBB92;
    background-color: rgba(246, 248, 248, 0.56);
    position: relative;
}

.box-info-3 > span {
    display: block;
    width: 50px;
    background-color: #fff;
    position: absolute;
    top: 41px;
    left: -15px;
    color: #A8A8A8;
    font-size: 11px;
    padding: 2px 7px;
    text-align: center;
    border: 1px solid #ABDBC6;
    text-transform: capitalize;
}

.box-info-3 > .info {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 50px;
    color: #181818;
    line-height: 25px;
}

.box-info-3 > .info:first-line {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    margin: 10px 0 0 0;
    font-weight: 700;
}

.box-info-3 > .numbers {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #5DBB92;
    display: inline-block;
    position: absolute;
    top: 20px;
    text-align: right;
    right: 20px;
}

.box-info-3 > .numbers span {
    font-size: 16px;
}

/* Box Info 4 */
.box-info-4 {
    width: 300px;
    height: 80px;
    display: inline-block;
    border: 1px solid #5DBB92;
    background: #fff;
}

.box-info-4:before {
    content: '';
    position: relative;
    display: block;
    width: 295px;
    height: 70px;
    border: 1px solid #C8E7D9;
    background-color: #fff;
    transform: rotate(2deg);
    top: 12px;
    left: 2px;
    z-index: -1;
}

.box-info-4:after {
    content: '';
    position: relative;
    display: block;
    width: 295px;
    height: 75px;
    border: 1px solid #C8E7D9;
    background-color: #fff;
    transform: rotate(-2deg);
    top: -136px;
    z-index: -2;
}

.box-info-4 > span {
    display: block;
    width: 50px;
    background-color: #fff;
    position: relative;
    top: -54px;
    left: -15px;
    color: #000;
    font-size: 11px;
    padding: 2px 7px;
    text-align: center;
    border: 1px solid #ABDBC6;
}

.box-info-4 > .info {
    display: inline-block;
    position: relative;
    top: -77px;
    left: 60px;
    color: #181818;
    font-weight: 600;
    line-height: 25px;
}

.box-info-4 > .info:first-line {
    text-transform: uppercase;
    font-size: 10px;
    margin: 10px 0 0 0;
    font-weight: 700;
}

.box-info-4 > .numbers {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #5DBB92;
    display: inline-block;
    position: relative;
    top: -87px;
    left: 115px;
}

.box-info-4 > .numbers span {
    font-size: 16px;
}

/*=========================================
	        Social Network
==========================================*/
.social-fb, .social-tw, .social-g, .social-in {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #181818;
}

.social-fb:hover {
    background-color: #3b5999;
    color: #FFFFFF;
}

.social-tw:hover {
    background-color: #00aced;
    color: #FFFFFF;
}

.social-g:hover {
    background-color: #d44332;
    color: #FFFFFF;
}

.social-in:hover {
    background-color: #0080b2;
    color: #FFFFFF;
}

/* Social Network 1 */
.social-1 {
    text-align: center;
    font-size: 15px;
}

.social-1 ul {
    margin: 0;
    padding: 0;
}

.social-1 ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.social-1 ul li a {
    display: block;
    margin: 0 2px;
    border: 1px solid #B9B9B9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #B9B9B9;
}

.social-1 ul li a:hover {
    color: #181818;
    border: 1px solid #524F4F;
    background-color: #EFEFEF;
}

/* Social Network 2 */
.social-2 {
    text-align: center;
    font-size: 15px;
}

.social-2 ul {
    margin: 0;
    padding: 0;
}

.social-2 ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.social-2 ul li a {
    display: block;
    margin: 0 2px;
    border: 1px solid #181818;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #B9B9B9;
    border-radius: 50px;
    background-color: #181818;
}

.social-2 ul li a:hover {
    color: #181818;
    border: 1px solid #181818;
    background-color: #EFEFEF;
}

/* Social Network 3 */
.social-3 {
    text-align: center;
    font-size: 15px;
}

.social-3 ul {
    margin: 0;
    padding: 0;
}

.social-3 ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.social-3 ul li a {
    display: block;
    margin: 0 2px;
    border: 1px solid #E3E3E3;
    width: 60px;
    height: 40px;
    line-height: 40px;
    color: #494949;
}

.social-3 ul li a:hover {
    color: #fff;
    border: 1px solid #181818;
    background-color: #181818;
}

/* Social Network 4 */
.social-4 {
    text-align: center;
    font-size: 15px;
}

.social-4 ul {
    margin: 0;
    padding: 0;
}

.social-4 ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.social-4 ul li a {
    display: block;
    margin: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #e3e3e3;
}

.social-4 ul li a:hover {
    color: #181818;
}

/* Social Network 5 */
.social-5 {
    text-align: center;
}

.social-5 .item {
    width: 120px;
    height: 80px;
    display: inline-block;
    margin: 0 5px;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
}

.social-5 .item:before {
    background-color: #fff;
    display: block;
    font-size: 30px;
    line-height: 70px;
    color: #181818;
    -webkit-transition: font-size 0.2s ease-in-out, line-height 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, line-height 0.2s ease-in-out;
    border: 1px solid #000000;
}

.social-5 .item:hover:before {
    font-size: 20px;
    line-height: 50px;
    color: #BF9865;
}

.social-5 span {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}

/*=========================================
	            Loading
==========================================*/
.loader-wrap {
    background-color: #141414;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.loader-wrap .spinner {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 40px;
    margin: auto;
    height: 40px;
}

.loader-wrap .double-bounce1, .loader-wrap .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #555555;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.loader-wrap .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loader-wrap p {
    top: 50%;
    left: 50%;
    position: absolute;
    color: rgba(237, 125, 49, 1);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: -30px;
    font-weight: 600;
    margin-top: 30px;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*=========================================
	        Flexslider
==========================================*/
.flexslider ul.slides {
    margin: 0;
}

.flexslider {
    margin: 0;
    background: transparent;
    border: none;
    position: relative;
    zoom: 1;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.flex-control-nav {
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
    z-index: 1000;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-nav li a {
    width: 10px;
    height: 10px;
    background: #a8a8a8;
}

.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
    background-color: #fff;
}

/*==========================================
			              Footer
==========================================*/
/* Footer 1 */
.footer-1 {
    background-color: #181818;
    padding: 50px 0 100px 0;
    /* only boxed layout */
    color: #707070;
}

.footer-1 a {
    font-weight: 600;
}

.footer-1 a:hover {
    color: #A67C45;
}

.footer-1 .title {
    color: #D3D3D3;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-1 hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #2C2C2C;
}

.footer-1 p {
    font-size: 12px;
}

.footer-1 .about {
    margin: 0;
}

.footer-1 .address ul {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.3;
}

.footer-1 .twitter ul {
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: block;
}

.footer-1 .twitter span {
    color: #919191;
    margin-left: 15px;
}

.footer-1 .social-4 {
    text-align: left;
    font-size: 13px;
}

.footer-1 .social-4 ul {
    margin: 0;
    padding: 0;
}

.footer-1 .social-4 ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.footer-1 .social-4 ul li a {
    display: block;
    margin: 0 9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #494949;
}

.footer-1 .social-4 ul li a:hover {
    color: #CBCBCB;
}

/* Footer 2 */
.footer-2 {
    background-color: #1E1F20;
    padding: 70px 0 30px 0;
    /* only boxed layout */
    color: #707070;
}

.footer-2 a:hover {
    color: rgb(245, 143, 73);
}

.footer-2 .logo {
    font-size: 36px;
    font-weight: 900;
}

.footer-2 .logo span {
    color: #50525A;
}

.footer-2 .title {
    color: #D3D3D3;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-2 .menu ul {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0;
}

.footer-2 .menu ul li {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
}

.footer-2 .menu ul li a {
    color: #D3D3D3;
}

.footer-2 .menu ul li span {
    margin-left: 3px;
    margin-right: 3px;
}

.footer-2 .menu ul li a:hover {
    color: #A67C45;
}

.footer-2 .address ul {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.3;
}

.footer-2 .recent-post ul {
    margin: 0;
    padding: 0;
}

.footer-2 .recent-post ul li {
    display: inline-block;
    margin: 4px 2px;
}

.footer-2 .recent-post ul li a:hover {
    opacity: 0.60;
}

.footer-2 .recent-post img {
    display: inline-block;
    height: 55px;
    width: 55px;
}

.footer-2 .twitter ul {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #707070;
    font-weight: 600;
}

.footer-2 .twitter ul li {
    border-bottom: 1px solid #303030;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
}

.footer-2 .twitter ul li p {
    padding-top: 10px;
}

.footer-2 .twitter .author {
    font-weight: 600;
    margin-right: 6px;
}

.footer-2 .twitter .posted {
    font-weight: 600;
    margin-left: 6px;
    font-size: 11px;
    color: #707070;
}

.footer-2 .twitter i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
}

.footer-2 .social {
    margin-top: 25px;
}

.footer-2 .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #292B2C;
    border-radius: 2px;
    font-size: 15px;
    color: #484B4F;
    text-align: center;
    line-height: 30px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-2 .social a:hover {
    background-color: #444849;
    color: rgba(237, 125, 49, 1);
}

.footer-2 .sub {
    background-color: #25282B;
    margin: 90px 0 0 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-2 .copyright p {
    font-size: 11px;
    line-height: 1.2;
    /* responsive */
    font-weight: 600;
}

.footer-2 .terms p {
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.8;
    /* responsive */
}

.footer-2 .terms p span {
    margin-right: 8px;
    margin-left: 8px;
    color: #fff;
    font-weight: 100;
}

/* Footer 3 */
.footer-3 {
    font-family: 'Open Sans', sans-serif;
    background-color: #121314;
    padding: 90px 0 30px 0;
    /* only boxed layout */
    color: #707070;
    text-align: center;
}

.footer-3 a {
    color: #fff;
}

.footer-3 a:hover {
    color: #707070;
}

.footer-3 .logo {
    font-size: 36px;
    margin: 0;
    font-weight: 900;
    color: #FFFFFF;
}

.footer-3 .logo span {
    color: #707070;
}

.footer-3 .icon {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-3 .info {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-3 .des {
    font-size: 11px;
}

.footer-3 .sub {
    background-color: #28282A;
    margin: 90px 0 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-3 .social ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-3 .social ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.footer-3 .social ul li a {
    display: block;
    margin: 0 2px;
    border: 1px solid #181818;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50px;
    background-color: #181818;
    font-size: 11px;
}

.footer-3 .social ul li a:hover {
    color: #181818;
    border: 1px solid #313133;
    background-color: #EFEFEF;
}

.footer-3 .terms {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.8;
    /* responsive */
    letter-spacing: 1px;
}

.footer-3 .terms span {
    margin-right: 8px;
    margin-left: 8px;
    color: #DDDDDE;
    font-weight: 100;
}

.footer-3 .copyright {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 0;
}

.features {
    display: flex;
    align-items: stretch;
}

.features-title {
    background: #000;
    color: rgba(255, 255, 255, 0.85);
    padding: 0px;
    /* margin: 0 20px 0 0; */
    box-sizing: content-box;
    position: relative;
    display: flex;
    align-items: center;
}

.features-title span {
    transform: rotate(-90deg);
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #5B6474;
    position: relative;
}

.features-title span:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #5B6474;
    display: block;
    left: 0;
    bottom: 50%;
    position: absolute;
    transform: translate(-150%, 50%);
}

.features-content {
    font-size: 22px;
    line-height: 2.5;
    background: #f3f3f3;
    padding: 35px;
    flex-grow: 1;
}

.features-content .items-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.features-content .item {
    font-size: 0;
    white-space: nowrap;
    padding: 20px;
    flex: 1 1 auto;
    flex-grow: 1;
}

.features-content .item > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.features-content .item span {
    white-space: normal;
    /* padding: 16px; */
    line-height: 1.5;
    padding: 15px;
}

.features-content .item i {
    font-size: 38px;
    --fa-secondary-color: orangered;
    --fa-secondary-opacity: 0.85
}

@media only screen and (max-width: 900px) {
    .features {
        display: block;
    }

    .features-title {
        text-align: center;
        display: block;
        padding: 30px;
    }

    .features-title span {
        display: inline-block;
        transform: none;
    }

    .features-content .item {
        width: 100%;
    }
}

.color-white {
    color: #ccc;
}

.portfolio-text {
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-align: center;
    /* width: 100%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
    border-radius: 2px;
    white-space: nowrap;
}

.portfolio-text * {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.portfolio-text i {
    font-size: 26px;
}