body {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: .03em;
    font-size: 14px;
    background: #fcfcfc;
    overflow-x: hidden
}

@media (min-width:992px) {
    .padding-left {
        padding-left: 20%
    }
}

a {
    color: #242424;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    font-weight: inherit;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.025em
}

h1 {
    margin-top: 0
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

iframe {
    max-width: 100%
}

embed,
object,
img {
    height: auto;
    max-width: 100%
}

.dropcap {
    color: #000;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 3px
}

.content-section {
    padding: 35px 0
}

.grey-bg {
    background: #f7f7f7 !important
}

.primary-color {
    color: #000 !important
}

.primary-bg {
    background: #000 !important
}

.dark-bg {
    background: #1f1f1f
}

.no-nav .owl-nav,
.no-nav .owl-dots {
    display: none
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: visible
}

.section-title .icon {
    font-size: 32px;
    margin-right: 10px;
    color: #000
}

.section-title .icon.normal {
    margin-right: 20px;
    color: #666
}

.section-title h3 {
    font-weight: 400;
    margin: 0 0 35px;
    position: relative;
    display: inline-block;
    z-index: 0
}

.section-title h3.small {
    font-size: 24px
}

.section-title h3.stripe:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 80%;
    background: #000;
    position: absolute;
    bottom: 3px;
    opacity: .7;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.section-title h3.stripe {
    margin-bottom: 7px
}

.section-title h3.line {
    padding-left: 24px
}

.section-title h3.line:before {
    height: 4px;
    width: 12px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    display: inline-block;
    content: ''
}

.section-title p {
    margin: 0
}

.section-title .zigzag {
    margin: 6px auto 0;
    position: relative;
    height: 18px;
    z-index: 1;
    width: 80px
}

.section-title .zigzag:before,
.section-title .zigzag:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0
}

.section-title .zigzag:before {
    height: 14px;
    top: 25%;
    background: linear-gradient(-135deg, #000 9px, transparent 0) 0 9px, linear-gradient(135deg, #000 9px, transparent 0) 0 9px;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px
}

.section-title .zigzag:after {
    height: 16px;
    top: 0;
    background: linear-gradient(-135deg, #fcfcfc 9px, transparent 0) 0 9px, linear-gradient(135deg, #fcfcfc 9px, transparent 0) 0 9px;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px
}

.section-title.left-align {
    text-align: left
}

.section-title.left-align .stripe {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.section-title.left-align .zigzag {
    margin: 6px 0 0
}

.grey-bg .section-title .zigzag:after {
    background: linear-gradient(-135deg, #f7f7f7 9px, transparent 0) 0 9px, linear-gradient(135deg, #f7f7f7 9px, transparent 0) 0 9px;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px
}

.slide-in {
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all .8s ease 1s;
    transition: all .8s ease 1s
}

.slide-in-show {
    transform: translateY(0);
    opacity: 1
}

.slide-in:nth-child(odd) {
    -webkit-transition: all .8s ease .6s;
    transition: all .8s ease .6s
}

#map {
    width: 100%;
    height: 500px
}

#map.style-2 {
    height: 400px
}

@media (min-width:992px) {
    .section-title h3.big {
        font-size: 52px
    }
}

@media (max-width:575.98px) {
    .content-section.py-0 {
        padding: 0 15px
    }
    .section-title {
        margin-bottom: 20px
    }
}

.posts.grid {
    margin: -15px
}

.posts.grid .post {
    margin: 15px 0
}

.posts .post a img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.posts .post a .caption {
    padding: 40px 20px;
    background: #f7f7f7
}

.posts .post a .caption .date {
    font-size: 13px;
    margin-bottom: 8px;
    color: #666
}

.posts .post a .caption h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #242424
}

.posts .post a .caption p {
    margin-bottom: 20px;
    color: #666
}

.posts .post a .caption .read-more {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #242424;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.posts .post a .caption .read-more i {
    margin-right: 7px
}

.posts .post a:hover img {
    filter: blur(1px) grayscale(60%);
    -webkit-filter: blur(1px) grayscale(60%);
    -moz-filter: blur(1px) grayscale(60%);
    -o-filter: blur(1px) grayscale(60%);
    -ms-filter: blur(1px) grayscale(60%)
}

.posts .post a:hover .read-more {
    color: #000
}

.pagination {
    display: block;
    margin-top: 40px;
    line-height: 40px;
    text-align: center
}

.pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-weight: 700;
    background: #f2f2f2;
    margin: 0 15px
}

.sidebar {
    margin-top: 50px
}

.sidebar .item {
    margin-bottom: 50px
}

.sidebar .item h4 {
    display: inline-block;
    position: relative;
    font-size: 17px;
    padding-left: 24px;
    margin-bottom: 20px
}

.sidebar .item h4:before {
    height: 3px;
    width: 12px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    display: inline-block;
    content: ''
}

.sidebar .item ul {
    list-style-type: none;
    padding: 0
}

.sidebar .item ul li {
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0
}

.sidebar .item ul li a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar .item ul li a:hover {
    padding-left: 3px
}

.sidebar .item ul li i {
    color: #b3b3b3;
    margin-right: 12px
}

@media (min-width:992px) {
    .post a .caption {
        padding: 40px
    }
    .classic .post a .caption {
        padding: 60px
    }
    .sidebar {
        margin-top: 0;
        padding-left: 40px
    }
}

.site-footer {
    background: #141414;
    padding: 40px 0;
    color: #808080
}

.site-footer .item {
    margin: 15px 0
}

.site-footer .item h4 {
    font-size: 18px;
    margin: 10px 0 15px;
    color: #f7f7f7
}

.site-footer .item h4.footer-title {
    font-size: 20px;
    margin-bottom: 5px
}

.site-footer .item a {
    color: #b3b3b3
}

.site-footer .item a:hover {
    color: #000
}

.site-footer .item .social-media a {
    margin-right: 8px;
    font-size: 21px
}

.site-footer .item ul {
    list-style-type: none;
    padding: 0
}

.site-footer .item ul li {
    border-bottom: 1px solid #1f1f1f;
    padding: 10px 0
}

.site-footer .item ul li a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.site-footer .item ul li a:hover {
    padding-left: 3px
}

.site-footer .item ul li i {
    color: #000;
    margin-right: 12px
}

@media (min-width:768px) {
    .site-footer {
        padding: 60px 0
    }
}

.contact-form {
    width: 100%
}

.form-control {
    display: block;
    padding: 12px 20px;
    margin-bottom: 30px;
    border-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: auto;
    background: #f2f2f2;
    font-size: 13px;
    border: 1px solid transparent
}

.form-control:focus {
    border: 1px solid #000;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: #fafafa
}

.submit {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    height: 50px;
    width: 200px;
    border-width: 0;
    margin: 0 auto;
    background: #222;
    color: #fff;
    display: block
}

.submit:hover {
    background: #000;
    cursor: pointer
}

.newsletter div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    left: 15px
}

.newsletter-input {
    float: left;
    width: 80%;
    padding: 15px 20px;
    border-radius: 3px;
    height: auto;
    background: #e0e0e0;
    font-size: 16px;
    border: 1px solid transparent;
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 55px
}

.newsletter-input:focus {
    border: 1px solid #000;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.newsletter-submit {
    height: 55px;
    float: left;
    background: #222;
    color: #fff;
    width: 20%;
    font-weight: 500;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    font-size: 14px
}

.newsletter-submit:hover {
    opacity: .7
}

@media (max-width:991px) {
    .newsletter div {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .newsletter-submit {
        float: none;
        width: 150px
    }
    .newsletter-input {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }
}

.gallery-dropdown {
    margin-bottom: 30px;
    display: block
}

.gallery-dropdown a {
    display: inline-block;
    padding: 14px 30px;
    background: #f5f5f5;
    font-size: 14px
}

.gallery-dropdown .dropdown-menu .dropdown-item {
    background: #fff;
    display: block;
    color: #242424;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.gallery-dropdown .dropdown-menu .dropdown-item:hover {
    color: #242424;
    background: #f5f5f5
}

.gallery-dropdown .dropdown-menu .dropdown-item.active,
.gallery-dropdown .dropdown-menu .dropdown-item:active {
    background: #000;
    color: #fff
}

.gallery {
    margin: -5px
}

.gallery.full-width {
    margin-left: 5px;
    margin-right: 5px
}

.gallery .item {
    padding: 0 5px;
    margin: 5px 0;
    position: relative
}

.gallery .item img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.gallery .item .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery .item .icon {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background: #000;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0
}

.gallery .item:hover img {
    filter: blur(2px) grayscale(100%);
    -webkit-filter: blur(2px) grayscale(100%);
    -moz-filter: blur(2px) grayscale(100%);
    -o-filter: blur(2px) grayscale(100%);
    -ms-filter: blur(2px) grayscale(100%)
}

.gallery .item:hover .icon {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.gallery.style-2 .item .wrapper {
    top: auto;
    left: 25px;
    bottom: 25px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(26px);
    transform: translateY(6px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 8px 16px
}

.gallery.style-2 .item .wrapper h4 {
    margin: 0;
    font-weight: 500;
    font-size: 14px
}

.gallery.style-2 .item:hover .wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.gallery.style-3 .item .wrapper {
    top: 25px;
    right: 25px;
    left: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.gallery.style-3 .item .wrapper .icon {
    border-radius: 0;
    font-size: 24px;
    color: #242424;
    background: rgba(255, 255, 255, 0.7)
}

.gallery.style-3 .item .wrapper .icon span {
    display: inline-block;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: rotate(45deg)
}

.maintenance {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed
}

.maintenance .wrapper {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 50px 0
}

.maintenance .wrapper .contain {
    padding: 15px
}

.maintenance .wrapper .logo i {
    line-height: 22px;
    font-size: 24px;
    margin-right: 10px;
    color: #000
}

.maintenance .wrapper .logo h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    display: inline-block
}

.maintenance .wrapper h3 {
    font-weight: 400;
    font-size: 34px
}

.maintenance .wrapper p {
    font-size: 15px;
    letter-spacing: .6px;
    color: #808080;
    margin-bottom: 35px
}

.maintenance .wrapper .time {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
    color: #242424;
    font-weight: 500
}

.maintenance .wrapper .time span {
    color: #242424
}

.maintenance .wrapper .social-media {
    text-align: center
}

.maintenance .wrapper .social-media a {
    color: #000;
    font-size: 18px;
    margin: 0 5px
}

.maintenance .wrapper .social-media a:hover {
    color: #242424
}

.no-content .page-header.image .item .caption h2 {
    font-size: 78px;
    color: #b3b3b3;
    font-weight: 700
}

.no-content .page-header.image .item .caption h3 {
    font-weight: 600;
    font-size: 22px
}

@media (min-width:992px) {
    .maintenance .wrapper {
        width: 55%
    }
    .maintenance .wrapper .contain {
        padding: 80px
    }
    .no-content .page-header.image .item .caption h2 {
        font-size: 170px
    }
}

.video-wrapper {
    position: relative
}

.video-overlay a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.video-overlay a i {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background: #000;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-overlay a:hover i {
    background: #3d3d3d
}

.video-overlay.circle a i {
    border-radius: 50%
}

.opacity-images {
    margin: -5px
}

.opacity-images .image {
    padding: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.opacity-images .image.hover {
    opacity: .6
}

.opacity-images .image:hover {
    opacity: 1
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

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

.main-nav {
    text-align: center;
    display: none
}

.main-nav ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.main-nav ul.menu li {
    display: inline-block;
    margin-left: 12px;
    position: relative
}

.main-nav ul.menu li a {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -0.04em
}

.main-nav ul.menu li a:after {
    content: '';
    height: 5px;
    width: 0;
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #000;
    border-radius: 1px;
    opacity: .6;
    z-index: -1
}

.main-nav ul.menu li a.active,
.main-nav ul.menu li a:hover,
.main-nav ul.menu li a:focus,
.main-nav ul.menu li a:active {
    color: #242424
}

.main-nav ul.menu li a.active:after,
.main-nav ul.menu li a:hover:after,
.main-nav ul.menu li a:focus:after,
.main-nav ul.menu li a:active:after {
    width: 80%
}

.main-nav ul.menu li .submenu {
    position: absolute;
    top: 38px;
    left: -25px;
    visibility: hidden;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    padding: 30px 0;
    min-width: 240px;
    background: #1a1a1a;
    border-radius: 2px;
    text-align: left
}

.main-nav ul.menu li .submenu.levelThree {
    left: 100%;
    top: 0
}

.main-nav ul.menu li .submenu li {
    display: block;
    margin: 0;
    position: relative
}

.main-nav ul.menu li .submenu li i {
    position: absolute;
    right: 25px;
    top: 0;
    line-height: 36px;
    font-size: 13px
}

.main-nav ul.menu li .submenu li a {
    color: #666;
    font-weight: 500;
    padding: 6px 25px;
    display: block;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-nav ul.menu li .submenu li a:hover {
    color: #e6e6e6;
    -ms-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.main-nav ul.menu li .submenu li a:after {
    display: none
}

.main-nav ul.menu li .submenu li a.active {
    color: #e6e6e6
}

.main-nav ul.menu li.has-children:hover .levelTwo {
    top: 34px;
    visibility: visible;
    opacity: 1
}

.main-nav ul.menu li.has-children:hover .levelTwo .has-children:hover .levelThree {
    top: -4px;
    visibility: visible;
    opacity: 1
}

.dark-content .main-nav ul.menu li a {
    color: #fff
}

.site-header.left-align {
    overflow: auto
}

.site-header.left-align .main-nav {
    display: none;
    padding: 40px 0 !important;
    margin: 40px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.site-header.left-align .main-nav ul.menu li {
    display: block;
    padding: 5px;
    margin-left: 0
}

.site-header.left-align .main-nav ul.menu li a i {
    display: none
}

.site-header.left-align .main-nav ul.menu li a:after {
    display: none
}

.site-header.left-align .main-nav ul.menu li a:hover {
    color: #000
}

.site-header.left-align .main-nav ul.menu li a.active {
    color: #000
}

.site-header.left-align .main-nav ul.menu li.has-children:hover .levelTwo .has-children:hover .levelThree {
    top: 0
}

.site-header.left-align .main-nav ul.menu li .submenu {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    margin: 0;
    -webkit-transition: all 0s;
    transition: all 0s;
    opacity: 1;
    padding: 15px 0;
    width: auto;
    background: transparent;
    text-align: center;
    border-radius: 0
}

.site-header.left-align .main-nav ul.menu li .submenu li a {
    padding: 0;
    color: #666
}

.site-header.left-align .main-nav ul.menu li .submenu li a:hover {
    color: #000;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

.site-header.left-align .main-nav ul.menu li .submenu li a.active {
    color: #000
}

.mobile-nav-icon {
    position: fixed;
    right: 34px;
    top: 25px;
    z-index: 999;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #333;
    border-radius: 50%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-nav-icon i {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-nav-icon i.cross {
    opacity: 0
}

.mobile-nav-icon.visible {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important
}

.mobile-nav-icon.active {
    background: #000
}

.mobile-nav-icon.active .cross {
    opacity: 1
}

.mobile-nav-icon.active .burger {
    opacity: 0
}

.mobile-nav-icon:hover {
    background: #000
}

.mobile-nav {
    z-index: 999;
    top: 90px;
    right: 20px;
    visibility: hidden;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    padding: 30px 0;
    width: 250px;
    background: #1a1a1a;
    text-align: right;
    border-radius: 2px;
    position: fixed
}

.mobile-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.mobile-nav ul li a {
    color: #666;
    font-weight: 500;
    padding: 6px 25px;
    display: block;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-nav ul li a:hover {
    color: #e6e6e6;
    -ms-transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
}

.mobile-nav ul li a.active {
    color: #e6e6e6
}

.mobile-nav ul li .submenu {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 40px 0 30px;
    width: 250px;
    background: #1a1a1a;
    text-align: right;
    border-radius: 2px
}

.mobile-nav ul li .submenu .close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    cursor: pointer
}

.mobile-nav ul li .submenu.in {
    opacity: 1;
    visibility: visible
}

.mobile-nav ul li .submenu.out {
    opacity: 0;
    visibility: hidden
}

.mobile-nav ul li .submenu.levelTwo,
.mobile-nav ul li .submenu.levelThree {
    min-height: 100%
}

.mobile-nav ul li .submenu li {
    display: block
}

.mobile-nav ul li .submenu li a {
    color: #666;
    font-weight: 500;
    padding: 5px 28px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-nav ul li .submenu li a:hover {
    color: #e6e6e6;
    -ms-transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
}

.mobile-nav ul li .submenu li a.active {
    color: #e6e6e6
}

.mobile-nav ul li .submenu li a:after {
    display: none
}

.mobile-nav.active {
    right: 30px;
    visibility: visible;
    opacity: 1
}

@media (min-width:992px) {
    .mobile-nav-icon {
        right: 30px;
        top: 30px;
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px)
    }
    .mobile-nav ul li {
        position: relative
    }
    .mobile-nav ul li .submenu {
        top: -34px;
        right: 100%
    }
    .mobile-nav ul li .submenu .levelTwo,
    .mobile-nav ul li .submenu .levelThree {
        min-height: auto
    }
    .mobile-nav ul li.has-children:hover .levelTwo {
        visibility: visible;
        opacity: 1
    }
    .mobile-nav ul li.has-children:hover .levelTwo .has-children:hover .levelThree {
        visibility: visible;
        opacity: 1
    }
    .mobile-nav ul li.has-children:hover .submenu {
        top: -38px
    }
    .main-nav,
    .site-header.left-align .main-nav {
        display: block
    }
}

.page-header.image .item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh
}

.page-header.image .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .25
}

.page-header.image .item .caption {
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-header.image .item .caption h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1;
    font-weight: 400
}

.page-header.image .item .caption p {
    font-size: 14px;
    color: #3d3d3d
}

.page-header.image .item .caption .btn-wrapper {
    display: inline-block
}

.page-header.image .item.full-height {
    height: 100vh
}

.page-header.image .item.small {
    height: 400px
}

.page-header.image .item.small .caption {
    top: 60%
}

.page-header.image .item.small .caption h2 {
    font-size: 26px
}

.page-header.image.dark-content .item .caption h2 {
    color: #fff
}

.page-header.image.dark-content .item .caption p {
    color: #f2f2f2
}

@media (min-width:992px) {
    .page-header.image .item {
        height: 700px
    }
    .page-header.image .item .caption {
        left: 15%;
        right: 15%
    }
    .page-header.image .item .caption h2 {
        font-size: 48px
    }
    .page-header.image .item .caption p {
        font-size: 16px;
        color: #666
    }
    .page-header.image .item.small .caption h2 {
        font-size: 38px
    }
}

.filter {
    padding: 0 15px;
    list-style: none;
    margin-bottom: 35px;
    text-align: center
}

.filter li {
    position: relative;
    padding: 0;
    margin: 0 5px;
    display: inline-block
}

.filter li a {
    padding: 8px 16px;
    border-radius: 15px;
    display: inline-block;
    line-height: 1;
    position: relative;
    color: #1a1a1a;
    -webkit-transition: color 0s ease;
    transition: color 0s ease;
    font-weight: 500
}

.filter li.active a {
    color: #fff;
    background: #000
}

.filter li:last-child {
    margin: 0
}

.portfolio-grid {
    margin: -15px
}

.portfolio-grid.full-width {
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 5px;
    margin-right: 5px
}

.portfolio-grid.full-width .item {
    padding: 0 5px;
    margin: 5px 0
}

.portfolio-grid.full-width .item .overlay {
    left: 5px;
    right: 5px
}

.portfolio-grid.fivegap {
    margin: -5px
}

.portfolio-grid.fivegap .item {
    padding: 0 5px;
    margin: 5px 0
}

.portfolio-grid.fivegap .item .overlay {
    left: 5px;
    right: 5px
}

.portfolio-grid .item {
    margin: 15px 0;
    position: relative
}

.portfolio-grid .item .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.portfolio-grid .item .slide-in .overlay {
    right: 0 !important;
    left: 0 !important
}

.portfolio-grid .item .img-container {
    overflow: hidden
}

.portfolio-grid .item .img-container img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.portfolio-grid .item .caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
    z-index: 2
}

.portfolio-grid .item .caption h4 {
    margin: 0;
    transform: translateY(10px);
    padding: 4px 10px;
    opacity: 0;
    font-size: 17px;
    font-weight: 700;
    color: #f5f5f5;
    -webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s
}

.portfolio-grid .item:hover .overlay {
    opacity: 1
}

.portfolio-grid .item:hover .caption h4 {
    transform: translateY(0);
    opacity: 1
}

.portfolio-grid .item:hover img {
    -webkit-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3)
}

.portfolio-grid.style-2.full-width .item .caption {
    left: 5px;
    right: 5px
}

.portfolio-grid.style-2 .item {
    overflow: hidden
}

.portfolio-grid.style-2 .item .overlay {
    display: none
}

.portfolio-grid.style-2 .item .caption {
    bottom: 1;
    top: auto;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    background: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    left: 15px;
    right: 15px
}

.portfolio-grid.style-2 .item .caption h4 {
    padding: 0;
    line-height: 60px;
    font-weight: 600
}

.portfolio-grid.style-2 .item .slide-in .caption {
    left: 0;
    right: 0
}

.portfolio-grid.style-2 .item:hover img {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    filter: blur(2px) grayscale(100%);
    -webkit-filter: blur(2px) grayscale(100%);
    -moz-filter: blur(2px) grayscale(100%);
    -o-filter: blur(2px) grayscale(100%);
    -ms-filter: blur(2px) grayscale(100%)
}

.portfolio-grid.style-2 .item:hover .caption {
    bottom: 0;
    transform: translateY(0)
}

.portfolio-grid.no-gutter {
    margin: 0
}

.portfolio-grid.no-gutter .item {
    padding: 0;
    margin: 0
}

.portfolio-grid.no-gutter .item .overlay {
    left: 0;
    right: 0
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000
}

.preloader .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader .wrapper .logo i {
    line-height: 22px;
    font-size: 26px;
    margin-right: 10px;
    color: #000
}

.preloader .wrapper .logo h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    display: inline-block
}

.loader {
    display: block;
    width: 100px;
    height: 100px;
    margin: 40px auto 0;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4d4d4d;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c4c4b0;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (min-width:992px) {
    .preloader .wrapper .logo i {
        font-size: 32px
    }
    .preloader .wrapper .logo h1 {
        font-size: 32px
    }
}

.portfolio-single .single-content {
    padding: 40px 25px 0
}

.portfolio-single .single-content h3 {
    position: relative;
    padding-left: 30px
}

.portfolio-single .single-content h3:before {
    height: 4px;
    width: 12px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    display: inline-block;
    content: ''
}

.portfolio-single .single-content h3,
.portfolio-single .single-content h4 {
    margin-bottom: 20px
}

.portfolio-single .single-content .content-body {
    margin-bottom: 50px
}

.portfolio-single .single-content .content-body p {
    margin: 0
}

.portfolio-single .single-content table tr td {
    padding: 10px 30px 10px 0
}

.portfolio-single .single-content table tr td:last-child {
    font-weight: 500;
    color: #242424
}

.single-nav {
    margin: 50px 0 0;
    position: relative
}

.single-nav a {
    position: absolute;
    top: 0;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px
}

.single-nav a i {
    font-size: 22px;
    margin: 0 10px
}

.single-nav a.prev {
    left: 15px
}

.single-nav a.next {
    right: 15px
}

.single-nav a.back {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.blog-single .single-content .gallery {
    margin: 40px 0
}

.blog-single .single-content .share-buttons {
    margin-top: 20px
}

.blog-single .single-content .share-buttons span {
    color: #242424;
    font-weight: 500;
    margin-right: 15px;
    font-size: 15px
}

.blog-single .single-content .share-buttons a {
    margin: 0 3px
}

@media (min-width:992px) {
    .portfolio-single .single-content {
        padding: 40px 15px 0 40px
    }
    .portfolio-single .single-nav {
        margin: 100px 0 30px
    }
}

.site-header {
    padding: 30px 8%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.site-header .p-2 {
    width: 50%
}

.site-header .site-brand i {
    line-height: 22px;
    font-size: 22px;
    margin-right: 10px;
    color: #000
}

.site-header .site-brand h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    display: inline-block
}

.site-header.regular {
    position: relative;
    margin: 30px 0
}

.site-header .social-media {
    display: none;
    text-align: right
}

.site-header .social-media a {
    margin: 0 7px;
    font-size: 18px
}

.site-header.dark-content .site-brand h1 {
    color: #fff
}

.site-header.dark-content .social-media a {
    color: #fff
}

.site-header.dark-content .social-media a:hover {
    color: #000
}

@media (min-width:992px) {
    .site-header.left-align {
        position: fixed;
        right: 80%;
        bottom: 0;
        background: #fff;
        padding: 50px;
        -webkit-box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2)
    }
    .site-header.left-align .wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .site-header.left-align .wrapper .site-brand i,
    .site-header.left-align .wrapper .site-brand h1 {
        font-size: 28px
    }
    .site-header.left-align .wrapper .site-brand,
    .site-header.left-align .wrapper .social-media {
        text-align: center
    }
    .site-header.left-align .p-2 {
        width: auto
    }
    .site-header .p-2:first-child,
    .site-header .p-2:last-child {
        width: 25%
    }
    .site-header.left-align .p-2:first-child,
    .site-header.left-align .p-2:last-child {
        width: auto
    }
    .site-header .social-media {
        display: block
    }
}

.slider .item {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}

.slider .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .5
}

.slider .item .caption {
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider .item .caption h2 {
    margin-bottom: 20px;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all .8s ease .8s;
    transition: all .8s ease .8s
}

.slider .item .caption p {
    font-size: 14px;
    color: #3d3d3d;
    opacity: 0;
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: all .8s ease 1.5s;
    transition: all .8s ease 1.5s
}

.slider .item .caption .btn-wrapper {
    display: inline-block;
    opacity: 0;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .6s ease 1.8s;
    transition: all .6s ease 1.8s
}

.slider .item .caption .btn-wrapper:nth-child(even) {
    -webkit-transition: all .4s ease 2s;
    transition: all .4s ease 2s
}

.slider .active .item .caption h2,
.slider .active .item .caption p,
.slider .active .item .caption .btn-wrapper {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slider .owl-dots {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute
}

.slider .owl-dots .owl-dot {
    display: inline-block;
    width: 18px;
    height: 18px
}

.slider .owl-dots .owl-dot span {
    margin: 0 auto;
    width: 8px;
    height: 8px;
    background: #333;
    -webkit-transition: all .3s;
    transition: all .3s
}

.slider .owl-dots .owl-dot.active span {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(2)
}

.slider .owl-dots .owl-dot.active span,
.slider .owl-dots .owl-dot:hover span {
    background: #0d0d0d
}

.slider.dark-content .item .caption h2 {
    color: #fff
}

.slider.dark-content .item .caption p {
    color: #f2f2f2
}

.slider.dark-content .owl-dots .owl-dot span {
    background: #fff
}

@media (min-width:992px) {
    .slider .item .caption {
        left: 15%;
        right: 15%
    }
    .slider .item .caption h2 {
        font-size: 48px
    }
    .slider .item .caption p {
        font-size: 15px;
        color: #666
    }
    .slider .owl-dots {
        top: 50%;
        left: 35px
    }
    .slider .owl-dots .owl-dot {
        display: block
    }
}

.accordion {
    margin-bottom: 5px
}

.accordion .header .btn.btn-link {
    color: #242424;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 14px;
    background: #f5f5f5;
    display: block;
    padding: 15px 25px;
    border: 1px solid #f2f2f2;
    white-space: normal
}

.accordion .header .btn.btn-link i {
    color: #242424;
    margin-right: 15px;
    font-size: 17px
}

.accordion .header .btn.btn-link:hover,
.accordion .header .btn.btn-link:focus {
    text-decoration: none
}

.accordion .header .btn.btn-link.collapsed {
    background: transparent
}

.accordion .header .btn.btn-link.collapsed i {
    color: #666
}

.accordion.border-1 .header .btn.btn-link {
    border: none;
    border-left: 5px solid #242424;
    border-radius: 2px;
    padding: 12px 25px
}

.accordion.border-1 .header .btn.btn-link.collapsed {
    border-color: #666
}

.accordion.border-2 .header .btn.btn-link {
    border: none;
    border-left: 5px solid #000;
    border-radius: 2px;
    padding: 12px 25px
}

.accordion.border-2 .header .btn.btn-link.collapsed {
    border-color: #f97a7a
}

.accordion.style-2 .header .btn.btn-link {
    color: #fff;
    background: #0a0a0a;
    border: none;
    border-radius: 3px
}

.accordion.style-2 .header .btn.btn-link i {
    color: #fff
}

.accordion.style-2 .header .btn.btn-link.collapsed {
    background: #242424
}

.accordion.style-2 .header .btn.btn-link.collapsed i {
    color: #fff
}

.accordion.style-3 .header .btn.btn-link {
    color: #fff;
    background: #000;
    border: none;
    border-radius: 3px
}

.accordion.style-3 .header .btn.btn-link i {
    color: #fff
}

.accordion.style-3 .header .btn.btn-link.collapsed {
    background: #f97a7a
}

.accordion.style-3 .header .btn.btn-link.collapsed i {
    color: #fff
}

.theme-btn {
    margin: 4px;
    padding: 10px 18px;
    display: inline-block;
    font-weight: 500;
    border-radius: 2px;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.theme-btn i {
    margin-left: 8px;
    font-size: 13px
}

.theme-btn.primary {
    background: #000
}

.theme-btn.primary:hover {
    background: #f73c3c;
    color: #fff
}

.theme-btn.secondary {
    background: #242424
}

.theme-btn.secondary:hover {
    background: #0a0a0a;
    color: #fff
}

.theme-btn.white-btn {
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 16px
}

.theme-btn.white-btn:hover {
    opacity: 1;
    background: #fff;
    border-color: #f5f5f5;
    color: #242424
}

.fivecol-carousel .owl-dots,
.fourcol-carousel .owl-dots,
.threecol-carousel .owl-dots,
.twocol-carousel .owl-dots,
.single-carousel .owl-dots {
    padding-top: 10px
}

.fivecol-carousel .owl-dots .owl-dot span,
.fourcol-carousel .owl-dots .owl-dot span,
.threecol-carousel .owl-dots .owl-dot span,
.twocol-carousel .owl-dots .owl-dot span,
.single-carousel .owl-dots .owl-dot span {
    opacity: .3;
    background: #000;
    margin: 5px 4px;
    width: 9px;
    height: 9px
}

.fivecol-carousel .owl-dots .owl-dot:hover span,
.fourcol-carousel .owl-dots .owl-dot:hover span,
.threecol-carousel .owl-dots .owl-dot:hover span,
.twocol-carousel .owl-dots .owl-dot:hover span,
.single-carousel .owl-dots .owl-dot:hover span,
.fivecol-carousel .owl-dots .owl-dot.active span,
.fourcol-carousel .owl-dots .owl-dot.active span,
.threecol-carousel .owl-dots .owl-dot.active span,
.twocol-carousel .owl-dots .owl-dot.active span,
.single-carousel .owl-dots .owl-dot.active span {
    opacity: 1;
    background: #000
}

.fivecol-carousel .owl-dots .owl-dot.active span,
.fourcol-carousel .owl-dots .owl-dot.active span,
.threecol-carousel .owl-dots .owl-dot.active span,
.twocol-carousel .owl-dots .owl-dot.active span,
.single-carousel .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.single-post-carousel,
.twocol-post-carousel,
.threecol-post-carousel {
    padding-top: 50px
}

.single-post-carousel .owl-nav,
.twocol-post-carousel .owl-nav,
.threecol-post-carousel .owl-nav {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0
}

.single-post-carousel .owl-nav [class*="owl-"],
.twocol-post-carousel .owl-nav [class*="owl-"],
.threecol-post-carousel .owl-nav [class*="owl-"] {
    color: #242424;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.single-post-carousel .owl-nav [class*="owl-"] i,
.twocol-post-carousel .owl-nav [class*="owl-"] i,
.threecol-post-carousel .owl-nav [class*="owl-"] i {
    font-size: 21px
}

.single-post-carousel .owl-nav [class*="owl-"]:hover,
.twocol-post-carousel .owl-nav [class*="owl-"]:hover,
.threecol-post-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #0a0a0a
}

.clients {
    overflow: hidden
}

.clients.fivegutter {
    margin: -5px
}

.clients.fivegutter div {
    padding: 5px
}

.clients.no-border div:before,
.clients.no-border div:after {
    display: none
}

.clients div {
    position: relative
}

.clients div:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: -1px;
    border-left: 1px solid #ebebeb
}

.clients div:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -1px;
    border-bottom: 1px solid #ebebeb
}

.clients div a img {
    opacity: .7;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.clients div a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.clients.owl-carousel div:before,
.clients.owl-carousel div:after {
    display: none
}

.counters {
    margin: -15px
}

.counters figure {
    position: relative;
    padding-left: 80px;
    margin: 15px 0
}

.counters figure span {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 42px
}

.counters figure .count {
    font-weight: 700;
    font-size: 24px;
    color: #242424
}

.counters figure h4 {
    font-weight: 400;
    font-size: 15px;
    color: #666
}

.counters.primary-color figure span {
    color: #000
}

.counters.center figure {
    padding-left: 15px;
    text-align: center
}

.counters.center figure span {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px;
    font-size: 32px;
    display: inline-block
}

.counters.center figure .count {
    font-size: 32px
}

.content-section.primary-bg .counters figure span,
.content-section.dark-bg .counters figure span,
.content-section.primary-bg .counters figure .count,
.content-section.dark-bg .counters figure .count,
.content-section.primary-bg .counters figure h4,
.content-section.dark-bg .counters figure h4 {
    color: #fff
}

.experience .item {
    border-left: 1px solid #e6e6e6;
    position: relative;
    padding: 0 40px;
    margin: 80px 0
}

.experience .item h5 {
    margin-bottom: 3px;
    letter-spacing: 1;
    font-weight: 600
}

.experience .item p.years {
    margin-bottom: 14px;
    color: #000;
    font-style: italic;
    font-weight: 500
}

.experience .item p.excerpt {
    margin-bottom: 14px
}

.experience .item p.place {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #242424
}

.experience .item:last-child {
    margin-bottom: 0
}

.icon-boxes {
    margin: -15px
}

.icon-boxes .item {
    margin: 15px 0
}

.icon-boxes .item .icon {
    font-size: 32px;
    margin-bottom: 18px;
    display: inline-block
}

.icon-boxes .item .icon.primary-bg {
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px
}

.icon-boxes .item h4 {
    font-size: 17px
}

.icon-boxes.icon-left .item {
    padding-left: 65px;
    position: relative
}

.icon-boxes.icon-left .item .icon {
    position: absolute;
    top: 0;
    left: 15px
}

.icon-boxes.style-3 {
    margin: 0
}

.icon-boxes.style-3 .item {
    padding: 0;
    margin: 0;
    border-right: 1px solid #fafafa;
    -webkit-box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2)
}

.icon-boxes.style-3 .item .wrapper {
    padding: 12%;
    text-align: center;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.icon-boxes.style-3 .item .wrapper .icon,
.icon-boxes.style-3 .item .wrapper h4,
.icon-boxes.style-3 .item .wrapper p {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.icon-boxes.style-3 .item:last-child {
    border-right: none
}

.icon-boxes.style-3 .item:hover .wrapper {
    background: #000
}

.icon-boxes.style-3 .item:hover .wrapper h4,
.icon-boxes.style-3 .item:hover .wrapper .icon,
.icon-boxes.style-3 .item:hover .wrapper p {
    color: #fff !important
}

.tab-carousel-buttons {
    margin: -5px
}

.tab-carousel-buttons .btn {
    margin: 5px 0;
    padding: 0 5px
}

.tab-carousel-buttons .btn .wrapper {
    text-align: center;
    background: #fff;
    padding: 15%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2)
}

.tab-carousel-buttons .btn h4 {
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.tab-carousel-buttons .btn .icon {
    color: #808080;
    font-size: 40px;
    margin-bottom: 14px;
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.tab-carousel-buttons .btn p {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.tab-carousel-buttons .btn:hover .wrapper,
.tab-carousel-buttons .btn.active .wrapper {
    background: #000
}

.tab-carousel-buttons .btn:hover .wrapper h4,
.tab-carousel-buttons .btn.active .wrapper h4,
.tab-carousel-buttons .btn:hover .wrapper .icon,
.tab-carousel-buttons .btn.active .wrapper .icon,
.tab-carousel-buttons .btn:hover .wrapper p,
.tab-carousel-buttons .btn.active .wrapper p {
    color: #fff
}

.price-table {
    margin: 15px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.price-table .wrapper {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px -14px rgba(0, 0, 0, 0.2)
}

.price-table .wrapper h4 {
    padding: 25px 30px;
    margin: 0;
    font-weight: 700
}

.price-table .wrapper .icon {
    padding: 20px 30px
}

.price-table .wrapper .icon.primary-bg {
    color: #fff
}

.price-table .wrapper .icon i {
    font-size: 82px
}

.price-table .wrapper .price {
    padding: 25px 30px;
    line-height: 1;
    color: #242424;
    position: relative;
    font-size: 32px
}

.price-table .wrapper .price .time {
    font-size: 17px;
    color: #808080
}

.price-table .wrapper p {
    border-top: 1px solid #ededed;
    color: #242424;
    font-weight: 600;
    font-size: 17px;
    padding-top: 25px
}

.price-table .wrapper ul {
    border-bottom: 1px solid #ededed;
    padding: 0 30px 25px;
    margin: 0;
    list-style-type: none
}

.price-table .wrapper ul li {
    margin-bottom: 8px;
    color: #808080
}

.price-table .wrapper .footer {
    padding: 25px 30px
}

.price-table.style-2 .wrapper h4 {
    background: #242424;
    color: #fff
}

@media (min-width:992px) {
    .price-table.big {
        -ms-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        transform: scale(1.06)
    }
}

.skills {
    margin-top: 60px
}

.skills figure {
    position: relative;
    width: 100%;
    height: 3px;
    margin-bottom: 68px;
    background: #ccc;
    box-sizing: border-box
}

.skills figure span {
    position: absolute;
    top: -34px;
    left: 0;
    margin: 0;
    font-size: 15px;
    color: #1a1a1a
}

.skills figure .skill-bar {
    position: relative;
    height: 3px;
    background: #000;
    width: 0
}

.skills figure:last-child {
    margin-bottom: 0
}

.skills.fat figure {
    height: 6px
}

.skills.fat figure .skill-bar {
    height: 6px
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs .nav-item a {
    color: #242424;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 14px;
    background: #f5f5f5;
    padding: 12px 16px;
    text-align: left;
    -webkit-transition: color 0s ease;
    transition: color 0s ease
}

.nav-tabs .nav-item a i {
    color: #242424;
    margin-right: 10px;
    font-size: 17px
}

.nav-tabs .nav-link.active {
    border-color: #f5f5f5 #f5f5f5 #fff
}

.nav-tabs .nav-link:hover {
    border-color: #f5f5f5 #f5f5f5 #fff
}

.nav-tabs.style-2 .nav-item {
    margin-right: 6px
}

.nav-tabs.style-2 .nav-link {
    border-radius: 25px;
    border: none;
    padding: 12px 26px
}

.nav-tabs.style-2 .nav-link.active {
    background: #242424;
    color: #fff
}

.nav-tabs.style-2 .nav-link.active i {
    color: #fff
}

.nav-tabs.style-3 .nav-item {
    margin-right: 6px
}

.nav-tabs.style-3 .nav-link {
    border-radius: 25px;
    border: none;
    padding: 12px 26px
}

.nav-tabs.style-3 .nav-link.active {
    background: #000;
    color: #fff
}

.nav-tabs.style-3 .nav-link.active i {
    color: #fff
}

.nav-tabs.left-align .nav-item {
    display: block;
    margin-bottom: 12px
}

.nav-tabs.left-align .nav-link {
    border-radius: 1px;
    padding: 16px 26px
}

.tab-content .tab-pane {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.grey-bg .team .item .caption {
    background: #fff
}

.team.grid {
    margin: -15px
}

.team.grid .item {
    margin: 15px 0
}

.team .item .caption {
    text-align: center;
    padding: 15px 20px;
    background: #f7f7f7;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.team .item .caption h4 {
    margin-bottom: 3px;
    letter-spacing: -1px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.team .item .caption h5 {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.team .item .caption .social-media {
    opacity: 0;
    text-align: center;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.team .item .caption .social-media a {
    color: #fff;
    margin: 0 7px
}

.team .item .caption .social-media a:hover {
    color: #ccc
}

.team .item:hover .caption {
    background: #000
}

.team .item:hover .caption h4,
.team .item:hover .caption h5 {
    opacity: 0
}

.team .item:hover .caption .social-media {
    opacity: 1;
    top: 50%
}

.testimonials {
    position: relative;
    padding-top: 0px;
    margin: 0 auto
}

.testimonials.grid {
    margin: -15px
}

.testimonials.grid .item {
    margin: 15px 0
}

.testimonials .item {
    text-align: center;
    padding-top: 50px
}

.testimonials .item .wrapper {
    background: #f7f7f7;
    padding: 80px 50px 40px;
    position: relative
}

.testimonials .item .wrapper img {
    position: absolute;
    left: 50%;
    margin-top: -125px;
    height: 90px;
    width: auto;
    display: inline-block;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid #fcfcfc
}

.testimonials .item .wrapper .testimony {
    font-size: 15px;
    line-height: 28px;
    color: #666
}

.testimonials .item .wrapper .quotes {
    position: absolute;
    left: 25px;
    top: 30px;
    font-size: 36px;
    color: #000
}

.testimonials .item .wrapper .client {
    margin-top: 25px
}

.testimonials .item .wrapper .client h5 {
    margin-bottom: 2px;
    line-height: 18px
}

.testimonials .item .wrapper .client span {
    display: block
}

@media (min-width:992px) {
    .testimonials.single {
        max-width: 75%
    }
}

.txtGrey {
    color: #e1e1e1;
    text-transform: uppercase;
}

/**MENU**/
.menu_w ul{
	display: table;
	padding: 0 40px;
	margin: auto;
	padding-top: 10%;
    text-transform:uppercase ;
}
.menu_w ul li{
	list-style: none;
	text-align: center;
	padding-bottom: 30px;
}
.menu_w ul li a{
	color: #fff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	font-size: 22px;
}
.menu_w ul li a:hover{
	opacity: 0.7;
}
.menu_w{
	opacity: 0;
	visibility: hidden;
	position:fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	box-sizing: border-box;
	border-bottom: 16px solid #fff;
	-webkit-transition: all 1200ms;
	-moz-transition: all 1200ms;
	-ms-transition: all 1200ms;
	-o-transition: all 1200ms;
	transition: all 1200ms;
	overflow-y: auto;
}
.menu_w.active{
	background: #000;
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1200ms;
	-moz-transition: all 1200ms;
	-ms-transition: all 1200ms;
	-o-transition: all 1200ms;
	transition: all 1200ms;
}
.fixed_body{
	position:fixed;
}
.site-brand{
	margin: auto;
	text-align: center;
}
.site-brand a{
	display: inline-block;
}

/****/
.menu-respond{
	display: inline-block;
    position: fixed;
    top: 5%;
    right: 2%;
	z-index: 9;
	-webkit-transition: all 1200ms;
	-moz-transition: all 1200ms;
	-ms-transition: all 1200ms;
	-o-transition: all 1200ms;
	transition: all 1200ms;
}
.menu-respond.respond_fixed{
	position: fixed;
	background: rgba(0,0,0,0.6);
	border-radius: 5px;
	top: 2%;
}
.tcon {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	width: 50px;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: transparent;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
.tcon > * {
	display: block; 
}
.tcon:hover, .tcon:focus {
	outline: none; 
}
.tcon::-moz-focus-inner {
	border: 0; 
}

.tcon-menu__lines {
	display: inline-block;
	height: 4px;
	width: 50px;
	transition: 0.3s;
	background: #fff;
	position: relative; 
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
	display: inline-block;
	height: 4px;
	width: 50px;
	transition: 0.3s;
	background: #fff;
	content: '';
	position: absolute;
	left: 0;
	-webkit-transform-origin: 2.85714px center;
	transform-origin: 2.85714px center;
	width: 100%; 
}
.tcon-menu__lines::before {
	top: 8px; 
}
.tcon-menu__lines::after {
	top: -8px; 
}
.tcon-transform .tcon-menu__lines {
	-webkit-transform: scale3d(0.8, 0.8, 0.8);
	transform: scale3d(0.8, 0.8, 0.8); 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
	background: transparent; 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 40px; 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg); 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg); 
}

.tcon-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px; 
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto; 
}
@media all and (max-width : 678px){
	.menu_w ul li a {
		font-size: 20px;
	}
	.menu_w ul li {
		padding-bottom: 20px;
	}
}

























