@font-face {
    font-family: 'Spectral';
    src: url('../assets/fonts/Spectral-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Spectral';
    src: url('../assets/fonts/Spectral-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Spectral';
    src: url('../assets/fonts/Spectral-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Spectral';
    src: url('../assets/fonts/Spectral-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}

body{
    color: #2B2B2B;
    font-family: 'Roboto', sans-serif;
}

h1{
    font-family: 'Spectral', sans-serif;
    font-size: 2.3rem;
}

h2{
    font-family: 'Spectral', sans-serif;
    font-weight: 700;
}

.text-spec{
    font-family: 'Spectral', sans-serif;
    font-weight: 700;
}

h4{
    font-family: 'Spectral', sans-serif; 
}

a{
    color: #1491D3;
}

a:hover{
    color: #1B6196;
    text-decoration: none;
}

li{
    margin-bottom: 1rem;
}

[data-simplebar]{
    max-width: none !important;
    overflow: auto !important;
}

.dark-blue-bkgr{
    background-color: #1B6196;
}

.light-blue-bkgr{
    background-color: #1491D3;
}

.yellow-bkgr{
    background-color: #FFC401;
}

.navbar-brand{
    z-index: 2;
}

.nuc-logo{
    width: 150px;
    border-radius: 50%;
    background-color: #FFF;
}

.navbar {
    width: 90%;
    min-width: 1380px;
    height: 95px;
    margin-top: 35px;
    padding: 0.5rem 1rem;
    background-color: #1B6196;
    font-family: 'Spectral', sans-serif;
    z-index:3;

}

.home .navbar{
    position: absolute;
    top: 0;
}

.text-title{
    margin: 0;
    padding-left: 0.65rem;
    display: inline-block;
    position: absolute;
    left: 180px;
    top: 8px;
    font-family: 'Spectral', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #1491D3;
}

.navbar-collapse{
    margin-top: 38px;
    padding-left: 0.65rem;
}

.navbar-dark .navbar-nav .nav-link{
    margin-right: 2.3rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    color: #FFF;
    font-size: 1.1rem;
}

.navbar-dark .navbar-nav .nav-link:after {
    content: '';
    width: calc(100% + 15px);
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #FFF;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link{
    font-weight: 600;
    color:#FFC401;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link:after{
    background-color: #FFC401;
}

.navbar-dark .navbar-nav .nav-item:last-of-type .nav-link{
    margin-right: 0;
}

@media(max-width: 1300px){
    .navbar-dark .navbar-nav .nav-link{
        margin-right: 2rem;
        font-size: 1rem;
    }
}

@media(max-width: 1178px){
    .navbar-dark .navbar-nav .nav-link{
        margin-right: 0.65rem;
        font-size: 0.9rem;
    }

    .navbar-dark .navbar-nav .nav-link:after {
        width: 100%;
    }
}

@media(max-width: 992px){
    .navbar-collapse{
        width: 100%;
        margin: 0;
        padding: 40px 0;
        background: #1B6196;
        position: absolute;
        top: 95px;
        left: 0;
    }
    .navbar-dark .navbar-nav .nav-item .nav-link{
        font-size: 1rem;
        padding: 0.8rem 1.8rem;
    }

    .navbar-dark .navbar-nav .nav-item .nav-link:after{
        display: none;
    }
}

@media(max-width: 750px){
    .navbar{
        height: 119px;
    }
    .navbar h1{
        width: 250px;
    }
}

@media(max-width: 540px){
    h1{
        font-size: 2.1rem;
    }
    .navbar h1{
        width: 200px;
    }
}

.home #values {
    background-color: #1B6196;
    background-image: url("../assets/images/diagonal-striped-brick.png");
    color: #FFF;
}
 
#banner {
    padding: 10px 0 10px 20px;
    color: white;
}

#banner h1{
    margin-right: 20px;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.home .hero {
    height: 620px;
    color: #FFF;
    background: url(../assets/images/Hero-3-20.jpg) no-repeat top / cover;
}

.ellipse-img{
    width: 290px;
    border-radius: 23%;
    float: right;
    -webkit-shape-outside: ellipse();
    shape-outside: ellipse();
    padding-left: 2rem;
    background-clip: content-box;
}

.icon-block{
    text-align: center;
}

.icon-block img {
    width: 80%;
    max-width: 120px;
    margin-bottom: 10px;
}

.icon-block h2{
    font-weight: 100;
    color: #1491D3;
    font-family: 'Roboto', sans-serif;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.textwrap {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}




.outside_slide{
    padding: 40px 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.right-slide{
    flex: 50%;
    padding: 0 40px;
    position: relative;
}

.right-slide a{
    text-transform: uppercase;
    position: absolute;
    right: 0;
    font-size: 1.1rem;
    color: #FFF;
}

.right-slide a:hover{
    text-decoration: underline;
}

.left-slide{
    flex: 50%;
    height: 400px;
    padding: 0 40px;
}

.carousel-item:nth-of-type(1) .left-slide{
    background: url(../assets/images/news-11.jpg) no-repeat center / contain;
}

.carousel-item:nth-of-type(2) .left-slide{
    background: url(../assets/images/news-10.jpg) no-repeat center / contain;
}

.carousel-item:nth-of-type(3) .left-slide{
    background: url(../assets/images/news-9.jpg) no-repeat center / contain;
}

.carousel-item:nth-of-type(4) .left-slide{
    background: url(../assets/images/nf_news.png) no-repeat center / contain;
}

.carousel-item:nth-of-type(5) .left-slide{
    background: url(../assets/images/news_webcam.png) no-repeat center / contain;
}

.carousel-item:nth-of-type(6) .left-slide{
    background: url(../assets/images/accomplioshement_Image.jpg) no-repeat center / contain;
}

.carousel-item:nth-of-type(7) .left-slide{
    background: url(../assets/images/gicnt_01.png) no-repeat center / contain;
}

.carousel-item:nth-of-type(8) .left-slide{
    background: url(../assets/images/news_IAEA_Technical_Meeting.jpg) no-repeat center / contain;
}

.carousel-item:nth-of-type(9) .left-slide{
    background: url(../assets/images/news_IMG_2692.jpg) no-repeat center / contain;
}

.carousel-item:nth-of-type(10) .left-slide{
    background: url(../assets/images/news_vladis_logo.png) no-repeat center / contain;
}

.carousel-item:nth-of-type(11) .left-slide{
    background: url(../assets/images/nf_news.png) no-repeat center / contain;
}

.carousel-control-next {
    right: -160px !important;
}

.carousel-control-prev {
    left: -160px !important;
}

@media(max-width: 1200px){
    .left-slide, .right-slide{
        flex: 100%;
    }

    .carousel-control-next{
        right: -8px !important;
    }

    .carousel-control-prev {
        left: -8px !important;
    }

    .right-slide{
        margin-top: 1.2rem;
        text-align: center;
    }
}

.figure-caption {
    margin-top: 0.5rem;
    font-weight: 500;
    color: #707070;
    font-size: 0.9rem;
}

.inline{
    display:inline-block;
    margin-bottom:0px;
}

.img-fluid{
    border:thin double #000;
    max-height: 256px;
}

#workshop{
    max-width:100%;
}
    
#paddington{
     padding: 40px  0px;
}

.questions{
    height: 640px;
    overflow: scroll;
}

.questions h2{
    color: #1491D3;
    font-weight: 100;
    font-style: italic;
}

.question{
    display: flex;
    align-items: baseline;
}

.qa{
    color: #FFC401;
    font-size: 20px;
    font-weight: 600;
}

.question p{
    margin-left: 12px;
    margin-bottom: 0;
}

@media(max-width: 1600px){
    .questions{
        height: 480px;
    }
    .scroll-questions{
        height: 70%; 
    }
}

@media(max-width: 1045px){
    .questions{
        height: 400px;
    }
    .scroll-questions{
        overflow-y: scroll;
        height: 57%; 
    }
}

.inline_img img{
    width: 171px;
    vertical-align: top;
}

.doc-info {
    box-sizing: border-box;
    width: calc(100% - 180px);
    padding-left: 25px;
    display: inline-block;
}

.doc-info p{
    color: #1491D3;
}

.footer_blue{
    background-color: #1491D3;
    color: #FFF;
}

#footer_logo{
    display:block;
    margin-left: auto;
    height:76px;
}

footer{
    border-top: 40px solid #1491D3;
}
footer a{
    color: #1491D3;;
    font-weight: 700;
}

footer a:hover{
    color: #1B6196;
    font-weight: 500;
    text-decoration: underline
}

footer ul{
    display: inline-block;
}

footer li{
    list-style: none;
    font-size: 0.92rem;
}

.fixed-top {
    position: relative !important;
}


.modal-dialog {
    max-width: 800px !important;
    margin: 1.75rem auto;
}