/*
* Novu Theme
* Created by : Ahmed Essa
* website : www.ahmedessa.net
*/


/* DEMO-2
==================================================
    - Preloader - 
    - Header -
	- Slider -
    - About section -
	- Portfolio section -
    - Team section -
    - blog section -
    - Clients section -
    - Contact section -
    - Portfolio single page -
    - Responsive media queries -
    
*/


/* Header
==================================================*/

#preloader {
    background-color: #333;
}

.logo-circle {
    /*background: transparent;*/
}

@-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
==================================================*/

.main-logo {
    background: transparent;
    margin-top: -10px;
    display: block;
}


/* Slider
==================================================*/

.slider-3 h2.sp-layer {
    font-family: 'Playfair Display', sans-serif;
    font-size: 6em !important;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 3px 9px black;
}

.slider-3 p.sp-layer.subtitle {
    color: #fff;
    font-size: 18px;
    text-align: center;
    white-space: normal !important;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 2px 3px 9px black;
    font-style: normal;
}

.slider-3 .light-slider h2.sp-layer,
.slider-3 .light-slider .slider-btn,
.slider-3 .light-slider .slider-btn:hover {
    color: #fff
}

.slider-3 .light-slider .slider-btn:after {
    background-color: #fff;
}

.slider-3 {
    text-align: center;
}


/* About section
==================================================*/

.about-style-3 {
    padding: 100px 0 70px;
}

.h150 {
    height: 150px;
}

.quote-text{
    font-family: Open Sans;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    color: #666666;
}


/* Services section
==================================================*/

.box-border {
    border: 1px solid #d45f67;
    padding: 80px 30px;
}

.services-style-3 .icon-container {
    padding: 20px;
    color: #333;
}

.services-style-3 h3 {
    font-size: 27px;
}

.services-style-3 .subtitle {
    color: #999;
    margin-bottom: 25px;
    display: block;
}

.services-style-3 .icon-box i {
    color: #d45f67;
    font-size: 50px;
    margin-bottom: 20px;
}

.services-style-3 .icon-container {
    background: #fff;
}

#section-2.services-style-3 .bg-div-cover {
    background: url(http://placehold.it/1920x1280);
    background-size: cover;
}

#section-2.services-style-3 .bg-div-cover-2 {
    background: url(http://placehold.it/1920x1280);
    background-size: cover;
}
#section-2.services-style-3 .bg-div-cover-3 {
    background: url(http://placehold.it/1920x1280);
    background-size: cover;
}



/* Count section
==================================================*/

.count-body {
    padding: 70px 50px;
    background: #d45f67;
    color: #fff;
}

.count-body .count-box {
    float: none;
    margin-right: 0;
}

.count-body .count {
    font-size: 60px;
    line-height: 70px;
    height: 70px;
}

.count-body .count-name {
    color: #fff;
}

.count {
    font-family: 'bavroregular';
    font-size: 35px;
    display: block;
    margin: 10px 0;
}


/* Team section
==================================================*/

#section-4 {
    background: #fff;
    color: #333;
    padding-top: 50px;
}

.display-table {
    display: table
}

.team-info-container {
    padding: 50px;
    display: table-cell;
    vertical-align: middle;
}

.progress-info-container {
    padding: 70px 50px 50px;
}

.progress-info-container .progress {
    background: #f5f5f5;
}

.team-style-2 .team-overlay {
    background-color: rgba(255, 255, 255, .9);
}

.team-style-2 .team-overlay ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #d45f67;
    text-align: center;
    line-height: 30px;
    color: #d45f67;
}

.team-style-2 .team-overlay ul li a:hover {
    opacity: .5;
}


/* blog section
==================================================*/

#section-5 {
    padding: 50px 0;
    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-color: transparent;
    position: relative;
    border-radius: 0 0 5px 5px;
}

.blog-content .athour-img {
    position: absolute;
    width: 50px;
    top: -30px
}

.blog-main-img {
    border-radius: 5px;
}

.blog-img-container {
    position: relative;
    overflow: hidden;
}

.blog-img-container span {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d45f67;
    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;
}

.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: #d45f67;
    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;
}



/* Contact section
==================================================*/

#section-7 {
    /*background: -webkit-linear-gradient( rgba(191, 167, 111, .4), rgba(64, 31, 29, .4)), url(../img/background/bg-grill.jpg);*/
    /*background: linear-gradient( rgba(191, 167, 111, .4), rgba(64, 31, 29, .4)), url(../img/background/bg-grill.jpg);*/
    background: url(../img/background/bg-grill_opt.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 30px 0;
}

.mat-div::after {
    background-color: #d45f67;
}

.is-active .mat-label {
    color: #d45f67;
}

.contact-div {
    margin-bottom: 0;
}

.padding-100 {
    padding: 100px;
}


/* Responsive media queries
==================================================*/

@media (max-width: 990px) {
    .h150 {
        display: none;
    }
    #section-3 {
        padding-top: 50px;
    }
    #section-5 {
        padding-top: 0;
    }
    #section-2.services-style-3 .bg-div-cover,
    #section-2.services-style-3 .bg-div-cover-2 {
        display: none;
    }
    .portfolio .categories-grid .categories ul li a {
        margin-left: 15px;
    }
    .count-body .count-box {
        margin-bottom: 40px;
    }
    .team-info-container {
        padding-bottom: 0;
    }
}

@media (max-width: 990px) {
    .slider-3 h2.sp-layer {
        font-size: 2.5em !important;
    }
}

@media (max-width: 500px) {
    .team-info-container,
    .progress-info-container {
        padding: 10px;
    }
    .box-border {
        padding: 50px 10px;
    }
    .padding-100 {
        padding: 50px 20px;
    }
    .slider-3 h2.sp-layer,
    .slider-3 p.sp-layer.subtitle {
        width: auto !important;
    }
    .slider-3 h2.sp-layer {
        font-size: 2.5em !important;
    }
}


/*** icons ***/

.iconRounded{
    border-radius:50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size:18px;
}

.iconRounded:before{margin: auto;text-align: center; line-height: 40px; }

.iconBig{
    font-size: 40px;
}

.iconBig.iconRounded{
    width:100px;
    height: 100px;
}

.iconBig.iconRounded:before{
    line-height: 100px;
}

.iconMedium {
    font-size: 33px;
}

.iconMedium.iconRounded{
    width: 66px;
    height: 66px;
}

.iconMedium.iconRounded:before{
    line-height: 66px;
}

.iconSemiMedium {
    font-size: 20px;
}

.iconSemiMedium.iconRounded{
    width: 35px;
    height: 35px;
}

.iconSemiMedium.iconRounded:before{
    line-height: 35px;
}

.iconSmall:before {
    font-size: 10px;
}

.iconSmall.iconRounded{
    width: 26px;
    height: 26px;
}

.iconSmall.iconRounded:before{
    line-height: 26px;
}

/*** icon Headings ***/
.iconBlocHeading {position:relative; padding-left:55px;}
.iconBlocHeading i{position:absolute; left:0;}
.iconBlocHeading h2{display: block; font-size:18px; font-weight: 400; padding-top: 5px;}
.iconBlocHeading h2:after{content:none;}
.iconBlocHeading h3{display: block;}

/*** social icons ***/
ul.socialNetwork {padding:0; display: block;}
ul.socialNetwork li {display:inline-block; list-style-type: none;}

/*** icons ***/
.iconRounded {color:#e1be64; border: 1px dashed #FCC813;}
.pinkmode .iconRounded {color:#f47fa8; border: 1px dashed #f47fa8;}
.yellowmode .iconRounded {color:#FCC813; border: 1px dashed #FCC813;}
.blackmode .iconRounded {color:#000; border: 1px dashed #000;}
.greenmode .iconRounded {color:#1abf2d; border: 1px dashed #1abf2d;}

.iconRounded:hover, .color1 .iconRounded:hover, .boxIcon a:hover i{background-color:#BFA76F;color:#fff;text-shadow: 0 0 5px #FFF; border-style: solid;}
.pinkmode .iconRounded:hover, .pinkmode .color1 .iconRounded:hover, .pinkmode .boxIcon a:hover i{background-color:#f47fa8;color:#fff;text-shadow: 0 0 5px #FFF; border-style: solid;}
.yellowmode .iconRounded:hover, .yellowmode .color1 .iconRounded:hover, .yellowmode .boxIcon a:hover i{background-color:#FCC813;color:#fff;text-shadow: 0 0 5px #FFF; border-style: solid;}
.greenmode .iconRounded:hover, .greenmode .color1 .iconRounded:hover, .greenmode .boxIcon a:hover i{background-color:#1abf2d;color:#fff;text-shadow: 0 0 5px #FFF; border-style: solid;}
.blackmode .iconRounded:hover, .blackmode .color1 .iconRounded:hover, .blackmode .boxIcon a:hover i{background-color:#000;color:#fff;text-shadow: 0 0 5px #FFF; border-style: solid;}



.color2 .iconRounded {background-color:#FFF;color:#22aba6 ;}

#panel-success-contact {
    margin: 23px;
    padding: 20px;
    background-color: #f4b912;
    border: none;
    color: white;
    display: none;
}

#panel-error-contact {
    margin: 23px;
    padding: 20px;
    background-color: #D45F67;
    border: none;
    color: white;
    display: none;
}


@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0px solid #000000;
    }
}

div#cookies {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    border-top: 2px solid #000000;
    bottom: 0;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

div#cookies a {
    color: #0e9aef;
}

div#cookies > a {
    cursor: pointer;
}

div#cookie-consent div.cm-header h1.title {
    font-size: 1.2em;
    top: 25px;
    margin-left: 15px;
}

div#cookie-consent div.cm-header p {
    margin-top: 1.9em;
}

div#cookie-consent span.cm-app-title {
    color: #fff;
}

.klaro .cookie-modal .cm-modal {
    overflow: hidden !important;
}