﻿@font-face {
    font-family: Davida;
    src: url('/Content/DocLap/fonts/HP-Davida.ttf');
}


body {
    font-family: Arial;
    background: #ed3237 url('images/Cover/bg.jpg') no-repeat top center;
}
.header-transparent, .header-bottom.header-sticky.sticky-bar {
    background: url('images/Cover/banner_bg.jpg') no-repeat top center;
}
.header-area .main-header .main-menu ul li a {
    color: #fff;
}

.footer-area {
    background-color: transparent !important;
}
.single-team .team-caption {
    border-color: #fff;
}
.team-img {
    height: 600px;
}
.btn-show-pano {
    text-align: right;
    margin-top: 15px;
}
.btn-show-pano a{
    color: #f0e68c !important;
}
    .btn-show-pano a i {
        color: #f0e68c;
        vertical-align: text-bottom;
        border: 1px solid #f0e68c
    }
    .btn-show-pano a:hover {
        color: #fff !important;
        text-decoration: underline;
    }

    .btn-show-pano a:hover i {
        color: #fff;
        vertical-align: text-bottom;
        border: 1px solid #fff
    }
/************/
.title {
    font-family: Davida;
    font-size: 32px;
    color: #fff;
}

.title-c {
    font-family: Davida;
    font-size: 48px;
    color: #fff;
}
.pano-section .head-box {
    font-family: Davida;
}
p {
    font-size: 16px;
    color: #fff;
}
code {
    font-size: 14px;
    color: #fff;
}

@media (max-width: 767px) {
    .title {
        font-size: 24px
    }

    .title-c {
        font-size: 30px;
    }

    p {
        font-size: 14px;
        color: #fff;
    }
    .img-75y {
        width: 100%;
    }

    .single-team .team-caption {
        height: 500px;
    }
    .single-team .team-img {
        height: 300px;
    }
}

/* 00 */
.cover.container {
    margin-top: 144px;
    padding-bottom: 100px;
}
.cover.container p {
        margin: auto;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }

.img-cover {
    width: 75%;
    margin-bottom: 100px;
    margin: 50px 0;
}


/* 01 */
.pano1 {
    background: #ea3712 url('images/topic1/bg.jpg') no-repeat top center;
}
.p1-bg {
    background-color: #A04F35;
}
@media (max-width: 767px) {
    .pano1 {
        background-size: 100%;
    }

   
}


/* 02 */
.pano2 {
    background: #A22B2D url('images/topic2/bg.png') no-repeat top center;
}
.p2-bg {
    background-color: #8D3031;
}
@media (max-width: 767px) {
    .pano2 {
        background-size: 100%;
    }
}

/* 03 */
.pano3 {
    background: #00A6E7 url('images/topic3/bg.png') no-repeat top center;
}
.p3-bg {
    background-color: #016AB3;
}
.pano3 .owl-dots .owl-dot {
    background-color: #00A6E7;
}
@media (max-width: 767px) {
    .pano3 {
        background-size: 100%;
    }
}
