
.fnp-header-top{
    position: relative;
    width: 100%;
    height: 3px;
    background: #1c3c72;
}
.fnp-header-top:before{
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    background: #93b9e2;
    right: 0;
    top: 0;
    bottom: 0;
}
.header-area{
    background: #fff !important;
    border-top: 7px solid #1c3d71;
}
.main-menu>li>a{
    color: #222 !important;
    font-weight: 500;
    font-size: 12px !important;
}
.header-action a{
    color: #222 !important;
}
.header-action [class*=btn-]{
    color: #222 !important;
}
.main-menu>li.has-submenu:after{
    color: #222 !important;
}
.fnp-header-languages{
    position: relative;
}
.fnp-languages{
    position: absolute;
    top: -59px;
    /* right: 60px; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 2px 10px;
    width: 98px !important;
    right: 15px;
    /* left: 0; */
    /* bottom: 0; */
    background: #1c3c72;
}
.fnp-languages a{
    font-size: 13px;
    color: #fff !important;
}
.sm-top-wt{
    margin-top: 0px !important;
}
.sp-y{
    padding-top: 80px !important;
    padding-bottom: 70px !important;
}
.fnp-about{
    margin-top: 80px !important;
    padding-bottom: 80px;
}
.service-area-top{
    padding-top: 80px !important;
}
.service-area-top:before{
    background-color: rgb(8 11 26 / 65%) !important;
}
.sm-top{
    margin-top: 80px !important;
}
.header-area.sticky {
    box-shadow: 1px 0px 5px #ccc !important;
}
.main-menu>li>a{
    letter-spacing: .4px !important;

}
.fnp_check input{
    width: 15px !important;
    float: left !important;
    margin-right: 10px !important;
    margin-top: 5px !important;
}
.fnp_check label{
    display: inline-block !important;
}
.slick-list .slick-slide>div>div{
    border: 1px solid #efefef;
}
.fnp-hover-logo{
     filter: grayscale(100%);
     transition: all .3s;
 }
.fnp-hover-logo:hover{
    filter: grayscale(0%);
    transition: all .3s;
}
.sticky .fnp-languages{
    top: -40px !important;
}
.fnp-scroldown{

}

/* MOUSE DOWN */
*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
}


.m_scroll_arrows
{
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);

    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;

    width: 16px;
    height: 16px;
}


.unu
{
    margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}

.unu
{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
}

.doi
{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;

    animation-delay: .2s;
    animation-direction: alternate;

    margin-top: -6px;
}

.trei
{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;

    animation-delay: .3s;
    animation-direction: alternate;


    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    display: none;
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-moz-keyframes mouse-wheel {
    0% { top: 1px; }
    25% { top: 2px; }
    50% { top: 3px;}
    75% { top: 2px;}
    100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

    0% { top: 1px; }
    25% { top: 2px; }
    50% { top: 3px;}
    75% { top: 2px;}
    100% { top: 1px;}
}
@keyframes mouse-wheel {

    0% { top: 1px; }
    25% { top: 2px; }
    50% { top: 3px;}
    75% { top: 2px;}
    100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

    0%   { opacity: 0;}
    50%  { opacity: .5;}
    100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}

.service-item .service-content{
    background-color: rgb(22 36 70 / 95%) !important;
}
.main-menu>li{
    margin-right: 13px !important;
}
.main-menu>li:last-child{
    margin-right: 0px !important;
}
/* MOUSE DOWN */


.page-header-area {
    background-color: #efefef;
}
.page-header-area .page-header-content-inner {
    height: 250px;

}
.cd-timeline-wrap .cd-timeline-block{
    margin: 0 0 40px !important;
}
.mt-0{
    margin-top: 0px !important;
}
.footer-bottom{
    background: #edf2f9;
    color: #060606;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
}
.footer-area{
    padding-top: 70px !important;
}
.fnp-author{
    color: #060606 ;
}

.btn-scroll-top {
    background-color: #a2c0e6 !important;
}
.blog-meta{
    text-align: center !important;
    display: inline-block !important;
}
.fnp-banner{
    background-size: cover !important;
    background-position: center 100% !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.fnp-banner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #222;
    opacity: .3;
}
.fnp-special-table ul{
    margin-left: 17px;
}
.fnp-special-table ul li{
    list-style: circle;

}
.fnp-special-table table{
    border: 1px solid #e0e0e0 !important;
}
.fnp-languages a{
    margin-right: 5px;
    float: left;
}
.mb-0{
    margin-bottom: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}
.fnp-thumb{
    width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.blog-item .blog-content .blog-meta{
    margin-top: 0px !important;
}
.blog-item .blog-content .blog-meta a{
    font-weight: 700 !important;
    font-size: 14px !important;
}
.pt-0{
    padding-top: 0px !important;
}
.categories-w{
    background: #f8f9fc;
    padding: 10px 20px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 30px;
}
.bx-wrapper .bx-controls-direction a{
    z-index: 9 !important;
}
.cats-filter{
    border: 1px solid #efefef !important;
    width: auto !important;
    padding: 5px 20px 5px 5px;
    float: right;
}
.urun-detay-gallery-w{
    width: 100%;
    height: 120px;
    margin-bottom: 30px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: 5px solid #efefef;
}
.service-details-wrapper .service-details-content{
    padding-right: 20px !important;
}
.page-header-area .page-header-content-inner h2{
    color: #FFFFFF !important;
    font-size: 2rem !important;
    margin-bottom: 0px !important;
    background: rgb(33 54 106 / 68%) !important;
    padding: 5px 15px !important;
}
.fnp-select-option{
    background: #222;
    color: #fff !important;
}
.media-title{
    color: #fff;
    font-size: 20px;
    font-weight: 700 !important;
    background: #1c3d71d1;
    margin-top: 0px;
    z-index: 1;
    position: absolute;
    display: inline-block;
    bottom: 0;
    padding: 5px 20px;
}
.media-block{
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.media-section{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.media-block{
    width: 100%;
    height: 300px;
}
.media-section2:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom:0;
    background: #222;
    opacity: .7;
}
.videos-title{
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 30px;
}
.video-title{
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    color: #222;
}
.media-section-video{
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
}
.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
}
.ytp-watermark{
    display: none !important;
}
video {

}
.fnp-video-w{
    width: 100%;
    height: auto !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
    margin-bottom: 60px;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background: transparent !important;
}
.fnp-video{
    position: relative;
}
.contact-method.contact-form-area{
    padding: 45px 30px 45px 30px !important;
}
@media only screen and (max-width: 992px) {

    .off-canvas-content{
        background: #000 !important;
    }
    .product-view.full{
        padding-top: 0px !important;
    }
    .mobile-display-block{
        display: block !important;
    }
    .mobile-display-none{
        display: none !important;
    }
    .fix-socials-bottom{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999999999;
    }
    .widget-bottom-style{
        width: 33.3333333%;
        float: left;
        background: #222;
        text-align: center;
        padding: 12px;
    }
    .fix-socials-bottom a:nth-child(2) .widget-bottom-style{
        border-right: 1px solid #efefef1c;
        border-left: 1px solid #efefef1c;
    }
    .fix-socials-bottom a:hover .widget-bottom-style{
        background: #fafafa;
        transition: all 0.3s;
    }
    .fix-socials-bottom a:hover .widget-bottom-style i{
        color: #000;
        transition: all 0.3s;
    }
    .col-md-6{
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .bx-wrapper{
        margin-bottom: 50px !important;
    }
    .feature-enum-item{
        width: 100% !important;
    }
    .sticky .fnp-languages{
        top: -48px !important;
    }
    .off-canvas-wrapper .close-btn:hover {
        color: #fff !important;
        background: #090b1b !important;
    }
    .fnp-banner{
        background-attachment: initial !important;
    }
    .btn-scroll-top{
        display: none !important;
    }
    .mobile-text-center{
        text-align: center !important;
    }
    .cats-filter{
        width: 100% !important;
    }
    .urun-detay-gallery-w{
        height: 150px !important;
        margin-bottom: 10px !important;
    }
    .service-details-wrapper .service-details-content{
        padding-right: 0px !important;
    }
    .member-info{
        margin-bottom: 30px !important;
    }
    .video-title{
        margin-bottom: 30px !important;
    }
    .fnp-video-w{
        height: 100% !important;
        margin-bottom: 30px !important;
    }
    .fnp-scrollldown{
        display: none !important;
    }
    .sm-top{
        margin-top: 30px!important;
    }
}

