/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 28, 2021, 10:39:53 AM
    Author     : m_jin
*/

@font-face {
    font-family: 'naas-blod';
    src: url('../fonts/naas-Bold.eot');
    src: url('../fonts/naas-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/naas-Bold.woff2') format('woff2'),
        url('../fonts/naas-Bold.woff') format('woff'),
        url('../fonts/naas-Bold.ttf') format('truetype'),
        url('../fonts/naas-Bold.svg#naas-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'naas-normal';
    src: url('../fonts/Naas-Regular.eot');
    src: url('../fonts/Naas-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Naas-Regular.woff2') format('woff2'),
        url('../fonts/Naas-Regular.woff') format('woff'),
        url('../fonts/Naas-Regular.ttf') format('truetype'),
        url('N../fonts/aas-Regular.svg#Naas-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body,.footer p,.slogin p,.search__field{
    font-family: 'naas-normal';
}
h1,h2,h3,.navbar .navbar-nav > li > a,.slide-text p,#myTab li,.other-block .col-6 li,.nav-item a,.langmenu li a,.sidebar-menu li a{
    font-family: 'naas-blod';
}
body{
    background-color: #f0f0f0;
}
.header ,.featured-news {
    background-color: #fff;
}
a {
    text-decoration: none;
    color: #2e3171;
}
.h2, h2 {
    font-size: 1.6rem;
    line-height: 1.8;
}
.h3, h3 {
    font-size: 1.35rem;
    line-height: 1.5;
}
.nav-item {
    padding: 0 0.6rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover ,a:hover{
    color: rgb(133, 136, 194);
}
.search * {
    outline: none;
    box-sizing: border-box;
}
.search__wrapper {
    position: relative;
}
.search__field {
    width: 50px;
    height: 50px;
    color: transparent;
    font-size: 1.35em;
    padding: 0.35em 50px 0.35em 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search__field:focus {
    border-bottom-color: #ccc;
    width: 15vw;
    color: #2b2b2b;
    cursor: default;
    background-color: #fff;
}
.search__field:focus ~ .search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}
.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
}
.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field:-moz-placeholder {
    position: relative;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field::-moz-placeholder {
    position: relative;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
.featured-news ul {
    list-style: square;
    color: #2e3171;
}
.post-cat {
    color: #717171;
}
.news-item {
    display: flex;
}
.news-item .card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.most-view::before {
    content: "\25A0";
    color: #dfb022;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.footer {
    background-color: #000;
    padding: 30px 0;
    color: #fff;
}
.footer-menu li {
    list-style: none;
    margin-bottom: 5px;
}
.footer-menu ,.footer-menu li a,.footer-menu li{
    padding: 0;
}
.footer-menu li a ,.footer-menu-social a{
    color: #fff;
}
.videos {
    background-color: #1b1464;
    color: #fff;
}
.videos h2 {
    border-right: 8px solid #dfb022;
    padding-right: 10px;
    margin-right: 15px;
}
.videos h3 {
    color: #fff;
}
.subscribe-form input {
    text-align: center;
    margin-bottom: 10px;
    height: 45px;
}
.subscribe-form .button {
    background-color: #2e3171;
    color: #fff;
    border-color: #2e3171;
    padding: 3px 15px;
}
.realted-title {
    background-color: #dadada;
    margin: 1rem 0;
    color: #fff;
}
.related-news {
    line-height: 3rem;
    background-color: #2e3171;
    display: inline-block;
    margin: 0;
    padding: 0 1rem;
}
.date {
    direction: ltr;
    display: inline-block;
    padding: 0 11px;
}
.extra.mb-3 {
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    .h2, h2 {
        font-size:1.2rem;
        line-height: 1.4;
    }
    .h3, h3 {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .mt-5 {
        margin-top: 0 !important;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    }
    .subscribe-form {
        margin-bottom: 1rem;
    }
    .video-banner{
        margin-top: 1rem;
    }
}
.pagination.bootpag {
    display: inline-block;
    text-align: center;
}
.pagination.bootpag li {
    display: inline-block;
    background-color: #2e3171;
    color: #fff;
    border: 1px solid #fff;
}
.pagination.bootpag li a {
    color: #fff;
    display: block;
    padding: 3px 10px;
}
.pagination.bootpag li.active,.pagination.bootpag li a:hover {
    background-color: #5d5d5d;
}
.post-detials {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
}
.post-detials p {
    margin-bottom: 2rem;
}
.team img {
    border-radius: 50%;
}
.team p {
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}
.team {
    border: 1px solid #ddd;
    margin: 0 15px;
    border-radius: 9px;
    padding: 10px;
}