@font-face {
    font-family: 'Goudy Old Style';
    src: url('../fonts-new/GoudyOldStyleT-Regular.woff2') format('woff2'),
        url('../fonts-new/GoudyOldStyleT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic';
    src: url('../fonts-new/FranklinGothic.woff2') format('woff2'),
        url('../fonts-new/FranklinGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
    font-family: 'Goudy Old Style' !important;
    
}

a:hover{
    text-decoration: none !important;
}

.bg_main{
    background-image: url('../images-new/bg_main_two.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.menu_main{
    background-image: url('../images-new/bg_menu.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    height: 60px;
    line-height: 60px;
    background-size: 100% 100%;
}

ul.menu_main_link{
    padding:0px;
    margin:0px;
    text-align: center;
}

ul.menu_main_link li{
    display: inline-block;
    padding: 0px 30px;
    position: relative;
}

ul.menu_main_link li:first-child{
    padding-left:0px;
}

ul.menu_main_link li:first-child::before{
    display: none;
}

ul.menu_main_link_header li:last-child{
    padding-right:0px;
    float: right;
}

ul.menu_main_link_header li:last-child img{
    height: 30px;
    position: relative;
    top: -3px;
}

ul.menu_main_link_header li:last-child::before{
    display: none;
}

ul.menu_main_link li::before{
    content: '';
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}

ul.menu_main_link li a{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

/* ul.menu_main_link li a.dot.active{
    color:#ffcc00;
} */

.borderStyle {
    display: block;
    border: 2px solid #fef5d8;
}

.img-1 {
    background-image: url('../images-new/publishers.jpg');
    height: 200px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.img-2 {
    background-image: url('../images-new/historical-museums.jpg');
    height: 200px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

h4.newspaper  {
    font-size: 28px;
    margin: 0 0 30px 0;
    padding: 4px 10px;
    background: rgba(129,128,73, 0.9);
    color: #fff;
    margin-bottom: 0;
    margin-top: -42px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.arrow_icon span{
    color:#fff;
    font-size: 42px;
    margin: 0 20px;
}

.looking_text{
    color: #fff;
    padding-top: 10px;
    font-size: 50px;
    font-weight: bold;
}

.divBox-1_head{
    background-color: rgba(213,98,106,0.9);
    padding: 10px 20px;
    position: absolute;
    left:50%;
    bottom:30px;
    transform: translateX(-50%);
    width:70%;
}

.bg_head{
    background-color: rgba(107,127,70,0.9) !important;
}

.bg_head2{
    background-color: rgba(191,176,163,0.9) !important;
}

.bg_head3{
    background-color: rgba(68,135,189,0.9) !important;
}

.divBox-1_head h1{
    font-size: 34px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
    margin-bottom: 0px;
    font-weight: bold;
}

.divBox-1_head p{
    font-size: 22px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    margin-bottom: 0px;
    color: #fff;
    line-height: normal;
}

.divBox-1_image{
    padding: 0px;
    position: relative;
}

.divBox-1_image img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.divBox-1_content{
    background-color: #fff;
    padding: 30px 35px 20px;
}

.divBox-1_content h4{
    color: #3258a1;
    font-size:22px;
    font-family: "Open Sans", sans-serif;
}

.divBox-1_content h5{
    color: #3258a1;
    font-size:21px;
    font-family: "Open Sans", sans-serif;
}

.fw-900{
    font-weight:900;
}

.divBox-1_content p{
    font-size:18px;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #000000;
}

#myHeritage h5.modal-title{
    color: #3258a1;
    font-weight: bold;
    font-size:22px;
    font-family: "Open Sans", sans-serif;
}

#myHeritage p{
    font-size:18px;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #000000;
}

.btnSite{
    background-color: #3258a1 !important;
    color: #fff !important;
    font-size:14px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.mt-78{
    margin-top: 105px;
}

.mt-155{
    margin-top: 175px;
}

.footer_bg{
    background-color: #081a30 !important;
}

.footer_copyright{
    color: #fff;
}

.mb-200{
    padding-bottom:0px;
    padding-top:200px;
}

.pt-100{
    padding-top:100px;
}

.pb-100{
    padding-bottom:100px;
}

.fixed-top-two {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: 0.4s;
}

.fixed-top-two.top_head{
    background-color:rgba(8,26,48,0.9);
}

.logo_main{
    transition: 0.4s;
}

.top_head .logo_main{
    padding-top:10px !important;
    padding-bottom: 10px !important;
}

.logo_main img{
    transition: 0.4s;
}

/* .top_head .logo_main img{
    height:40px !important;
} */

#about{
    padding-top:170px;
}

.pal-popup p{
    font-size:18px;
}

.mobile_btn{
    display:none;
    position: absolute;
    right: 15px;
    top: 16px;
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {
    ul.menu_main_link li{
        padding:0px 20px !important;
    }
    ul.menu_main_link li a{
        font-size: 14px !important;
    }
    .looking_text{
        font-size: 44px !important;
    }
    .divBox-1_content .col-md-6.px-5{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .divBox-1_head{
        width: 80% !important;
    }
    /* .mb-200{
        margin-bottom: 150px !important;
    } */
}

@media (min-width: 768px) and (max-width:991px) {
    ul.menu_main_link li{
        padding:0px 10px !important;
    }
    ul.menu_main_link li a{
        font-size: 12px !important;
    }
    .looking_text{
        font-size: 34px !important;
    }
    .divBox-1_content .col-md-6.px-5{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .divBox-1_head{
        width: 80% !important;
    }
    /* .mb-200{
        margin-bottom: 150px !important;
    } */

    h4.newspaper{
        font-size: 20px !important;
        margin-top: -32px !important;
    }

}

    @media (min-width: 320px) and (max-width:767px) {
        .mobile_btn{
            display:block;
        }

        .mobile_btn span{
            background-color: #fff;
        height: 2px;
        width: 25px;
        display: block;
        margin: 5px 0;
        }

        ul.menu_main_link li::before{
            display:none;
        }

        ul.menu_main_link {
            position: absolute;
            background-color: #222;
            right: 15px;
            left: 15px;
            top: 60px;
            padding: 10px;
            display: none;
        }

        ul.menu_main_link li{
            display: block;
            padding: 0;
            line-height: 50px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        ul.menu_main_link li:last-child{
            border-bottom:0px !important;
        }

        ul.menu_main_link li a{
            font-size: 16px;
        }

        ul.menu_main_link_header li:last-child{
            float: none;
        }

        .logo_main img{
            height:40px !important;
        }

        #about .row.py-5.my-4{
            padding-top:0px !important;
        }

        #about .col-md-4.pr-5{
            padding-right: 15px !important;
            margin-bottom: 30px;
        }

        #about .col-md-4.pl-5{
            padding-left: 15px !important;
        }

        #scanning .divBox-1_content .text-center.mt-4{
            margin-bottom:30px !important
        }
}
