/* * Novu Theme
* Created by : Ahmed Essa
* website : www.ahmedessa.net */
/* DEMO-2
==================================================
    - Preloader - 
    - Header -
	- Slider -
    - three boxs section -
    - About section -
	- Portfolio section -
    - Video lightbox section -
    - Team section -
    - blog section -
    - Clients section -
    - Contact section -
    - Portfolio single page -
    - Responsive media queries - */
/* Header
================================================== */
#preloader {
    background-color: #fff;
}

.logo-circle {
    background: #333;
}

@-webkit-keyframes white-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(225, 225, 225, 0.3);
        -webkit-transition: box-shadow 0.3s ease-in-out;
    }

    100% {
        box-shadow: 0 0 0 30px transparent;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow 0.4s ease-in-out;
    }
}

@keyframes white-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(225, 225, 225, 0.3);
        -webkit-transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
    }

    100% {
        box-shadow: 0 0 0 30px transparent;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow 0.4s ease-in-out;
        transition: box-shadow 0.4s ease-in-out;
    }
}

/* Header
================================================== */
/* Slider
================================================== */
.slider-2 h2.sp-layer {
    font-family: 'Montserrat', sans-serif;
    font-size: 3em !important;
    color: #000;
    text-transform: uppercase;
}

.slider-2 p.sp-layer.subtitle {
    color: #000;
    font-size: 16px;
    text-align: center;
    white-space: normal !important;
}

.slider-2 .light-slider h2.sp-layer,
.slider-2 .light-slider .slider-btn,
.slider-2 .light-slider {
    color: #000;
}

.slider-2 .light-slider .slider-btn:after {
    background-color: #fff;
}

.slider-2 {
    text-align: center;
}

/* three boxs section
================================================== */
#three-boxs .icon-box {
    padding: 50px;
    margin-bottom: 0;
}

#three-boxs .icon-box h4 {
    font-size: 22px;
}

.light-bg {
    background: #fff;
    color: #333;
}

.gold-bg {
    background: -webkit-linear-gradient( rgba(216, 66, 54, .7), rgba(216, 66, 54, .7)), url(../img/blog-1.jpg);
    background: linear-gradient( rgba(216, 66, 54, .7), rgba(216, 66, 54, .7)), url(../img/blog-1.jpg);
    background-size: cover;
    color: #fff;
}

.gold-bg .default-btn,
.dark-bg .default-btn {
    color: #fff;
}

.gold-bg .default-btn:after,
.dark-bg .default-btn:after {
    background-color: #fff;
}

.light-bg .default-btn:after {
    background-color: #333;
}

.dark-bg {
    background: #333;
    color: #f5f5f5;
}

#three-boxs .subtitle {
    color: #fff;
}

.light-bg .subtitle {
    color: #999 !important;
}

/* About section
================================================== */
.about-style-2 {
    padding-top: 50px;
}

.h150 {
    height: 150px;
}

/* Services section
================================================== */
.box-border {
    padding: 0;
    margin-bottom: 20px;
}

.services-style-2 .icon-container {
    padding: 20px;
}

.services-style-2 .icon-box i {
    color: #ae895d;
}

#section-2.services-style-2 .bg-div-cover {
    background: url(../img/demo-2/bg/05.jpg);
    background-size: cover;
}

/* Portfolio section
================================================== */
.portfolio-style-2 .portfolio_item .portfolio_item_hover {
    background-color: rgba(51, 51, 51, .9);
}

.portfolio-style-2 .portfolio_item .portfolio_item_hover .item_info span {
    color: #fff;
}

.portfolio-style-2 .portfolio_item .portfolio_item_hover .item_info em {
    background-color: #ae895d;
}

.portfolio-style-2 .portfolio-border {
    border: 1px solid #ae895d;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
}

.portfolio .categories-grid .categories ul li a.active {
    background-color: #333;
}

/* Video lightbox section
================================================== */
.parallax-window {
    position: relative;
    min-height: 400px;
    background: url(../img/demo-2/bg/06.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.video-overlay {
    background: rgba(174, 137, 93, .8);
}

.play-video {
    color: #fff;
    border: 2px solid #fff;
}

.play-video i {
    color: #fff;
}

.video-overlay .subtitle {
    color: #fff !important;
}

/* Team section
================================================== */
.display-table {
    display: table;
}

.team-info-container {
    padding: 50px;
    display: table-cell;
    vertical-align: middle;
}

.count-box {
    float: left;
    margin-right: 50px;
}

.count {
    font-family: 'bavroregular';
    font-size: 35px;
    display: block;
    margin: 10px 0;
}

.count-box h4 {
    text-transform: uppercase;
    font-size: 15px;
    color: #ae895d;
}

.team-style-2 .team-overlay {
    background-color: rgba(51, 51, 51, .9);
}

.team-style-2 .team-overlay ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ae895d;
    text-align: center;
    line-height: 30px;
    color: #ae895d;
}

.team-style-2 .team-overlay ul li a:hover {
    opacity: .5;
}

/* blog section
================================================== */
#section-5 {
    padding-top: 50px;
    background: #f5f5f5;
}

.blog_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.blog_item h3 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 27px;
    font-weight: bold;
    text-transform: inherit;
    letter-spacing: 1px;
}

.blog-content {
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 0 0 5px 5px;
}

.blog-content .athour-img {
    position: absolute;
    width: 50px;
    top: -30px;
}

.blog-main-img {
    border-radius: 5px 5px 0 0;
}

.blog-img-container {
    position: relative;
    overflow: hidden;
}

.blog-img-container span {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ae895d;
    border-radius: 25px;
    z-index: 1;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.big-post .blog-img-container img {
    border-radius: 5px;
}

.content-overlay {
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    z-index: 1;
    color: #fff;
    width: 100%;
    bottom: -300px;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.big-post:hover .content-overlay {
    bottom: 0px;
}

.big-post a:hover,
.big-post a:focus {
    color: #f5f5f5;
}

.blog-text {
    margin: 50px;
}

.quote-post .blog-content {
    border-radius: 5px;
    color: #fff;
    background: #ae895d;
    padding: 0.25em;
    padding: 20px;
    text-align: center;
}

.quote-post .blog-content p {
    font-style: italic;
    font-size: 1.40em;
    font-family: 'Lora', serif;
    line-height: 1.4;
    color: #fff;
}

.quote-post .blog-content p::before {
    content: '\201C';
}

.quote-post .blog-content p::after {
    content: '\201D';
}

.quote-post .default-btn {
    color: #fff;
}

.quote-post img {
    margin-bottom: 20px;
}

.quote-post .default-btn:after {
    background-color: #fff;
}

.blog-text .subtitle {
    color: #999;
}

.blog_container p {
    color: #999;
}

/* Clients section
================================================== */
/* Contact section
================================================== */
.mat-div::after {
    background-color: #ae895d;
}

.is-active .mat-label {
    color: #ae895d;
}

/* Portfolio single page
================================================== */
.portfolio-hed-style-2 {
    background: -webkit-linear-gradient( rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/demo-2/bg/01.jpg);
    background: linear-gradient( rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/demo-2/bg/01.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 150px 20px;
}

/* Responsive media queries
================================================== */
@media (max-width: 990px) {
    .h150 {
        display: none;
    }

    #section-3 {
        padding-top: 50px;
    }

    #section-5 {
        padding-top: 0;
    }
}

@media (max-width: 990px) {
    .slider-2 h2.sp-layer {
        font-size: 2.5em !important;
    }
}

@media (max-width: 500px) {
    .team-info-container {
        padding: 10px;
    }

    .slider-2 h2.sp-layer,
    .slider-2 p.sp-layer.subtitle {
        width: auto !important;
    }
}

.count-container {
    text-align: center;
}

.pt-slim {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 0px 0px 40px 0px;
}

.pt-slim .pt-name,
.pt-slim .pt-price,
.pt-slim .pt-tag {
    text-align: center;
    font-weight: 100;
}

.pt-slim .pt-name {
    padding-top: 20px;
    font-size: 2.5rem;
    color: #333;
}

.pt-slim .pt-price {
    font-weight: 400;
    opacity: 0.6;
    color: #999;
}

.pt-slim .pt-price b {
    font-size: 2rem;
    color: #333;
}

.pt-slim .pt-tag {
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 15px;
    padding: 5px 15px;
    margin: -35px auto 0;
    display: table;
    font-size: 12px;
}

.pt-slim hr {
    margin-top: 25px;
    border-top: 1px solid #ccc;
}

.pt-slim ul {
    padding-top: 20px;
}

.pt-slim ul li {
    padding: 5px 0;
    list-style-type: none;
}

.pt-slim ul li:before {
    font-family: 'Black Tie', sans-serif;
    font-weight: 200;
    content: '\f012';
    margin: 0 5px 0 -15px;
    color: #111;
}

.pt-slim .pt-btn {
    color: #333;
    border-radius: 0px;
    border: 1px solid #333333;
    min-width: 80%;
    display: table;
    margin: 40px auto 20px;
}

.pt-slim .pt-btn:hover {
    color: #fff;
    background-color: #333;
}

.team-box {
}

.iframe-container {
    width: 100% !Important;
    height: 100% !important;
    margin: 0px;
    padding: 0px;
}

.iframe-container iframe {
    width: 100%;
    height: 100% !Important;
    border: none;
}

iframe.cal {
    width: 100% !Important;
    height: 90vh !Important;
    min-height: 90vh !Important;
    max-height: 90vh !Important;
    border: 0;
    position: relative;
    top: 30px;
    overflow-y: auto;
}
iframe.cal-orig {
    width: 100% !Important;
    height: calc(100vh - 90px) !important;
    min-height: calc(100vh - 90px) !important;
    max-height: calc(100vh - 90px) !important;
    border: 0;
    position: relative;
    top: 30px;
}
iframe.cal1 {
    width: 100% !Important;
    height: 90vh !Important;
    min-height: 90vh !Important;
    max-height: 90vh !Important;
    border: 0;
    position: relative;
    top: 30px;
    overflow-y: auto;
}

iframe.map {
    padding: 20px;
    width: 100%;
    height: 100% !Important;
    border: 0;
}

hr {
    margin-bottom: 0px;
}
