html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a, button{
    outline: 0!important;
}

body{
    font-family: 'Source Sans Pro', sans-serif !important;
    /* background-color: #373636; */
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#carouselExampleIndicators .carousel-inner{
    max-height: 2000px !important;
    height: 100%;
}

.carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-indicators .active{
    background-color: #008abd;
}

.carousel-control-prev, .carousel-control-next{
    opacity: 1;
}
.carousel-control-prev-icon{
    background-image: url('./../images/left-blue.png');
    transition: background-image 0.5s ease;
}

.carousel-control-next-icon{
    background-image:url('./../images/right-blue.png');
    transition: background-image 0.5s ease;
}

.carousel-control-down-icon{
    background-image:url('./../images/down-blue.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.5s ease;
    display: block;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    height: 40px;
    width: 20px;
}

.carousel-control-next-icon:hover{
    background-image:url('./../images/right.png');
}

.carousel-control-prev-icon:hover{
    background-image: url('./../images/left.png');
}

#global-nav{
    border-bottom: 1px solid #b8b6b7c2 !important;
    background-color: #b8b6b7e0 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    height: 10vh;
}

#global-nav.scrolled-nav {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    border:none;
    height:9vh;
}

#global-nav .navbar-brand img {
    height:50px;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

#global-nav.scrolled-nav .navbar-brand img {
    height:45px;
}

.counter {
    width: 20px;
    height: 20px;
    background: black;
    color: #fff;
    position: fixed;
    top: 120px;
    right: 0;
}

.arrow_box {
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 0px;
}

.arrow_box:hover {
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 0px;
}

.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}

.noHover{
    pointer-events: none;
}
/*
.collapse.col-12{
    border: 0px solid #fff;
} */

/* .collapse{
    border: 1px solid #fff !important;
} */

.blue-color{
    color:#008abd;
}

.border-blue{
    border-color:#008abd;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color:#008abd !important;
}

.navbar-light .navbar-nav .nav-item .nav-link, .navbar-light .collapse ul .nav-item a{
    color:#000 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1.1rem;
}

.nav-item .nav-link:hover,  .navbar-light .collapse ul .nav-item a:hover{
    color: #008abd !important;
}

.navbar-light .collapse ul .nav-item.active a{
    color:#008abd !important;
}

.form-control{
    font-size: 0.8rem;
}

.dropcap {
    color: #903;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.pill-tab{
    color:#646565;
    cursor:pointer;
    font-size:1.5rem;
    font-weight:500;
    line-height:1.2;
    margin:15px;
    padding:15px;
    padding-bottom: 7px;
    text-decoration: none;
}

.pill-tab:hover, .pill-tab.active{
    color:#008abd;
    /* border-bottom: 2px solid #008abd; */
    text-decoration: none;
}

.bg-black{
    background-color: #000;
}

.bg-info{
    background-color: #008abd !important;
}

.bg-secondary{
    background-color: #b8b6b7c2 !important;
}

.bg-dark{
    background-color: #373636 !important;
}

p{
    font-size: 0.8rem;
    font-weight: 300;
}

.font-montserrat{
    font-family: 'Montserrat', sans-serif!important ;
}

@media only screen and (max-width: 991.98px) {

    .navbar #navbarSupportedContent{
        height: 100vh;
        opacity: 0;
        -webkit-transition: all .3s linear !important;
        -moz-transition: all .3s linear !important;
        -o-transition: all .3s linear !important;
        transition: all .3s linear !important;
    }
    
    .navbar #navbarSupportedContent.show{
        opacity: 1;
    }
    
    .navbar-nav{
        display: inline;
    }
    
    .navbar-nav .nav-item{
        float:left;
        width: 50vw;
        text-align:center;
        height: 7vh;
        margin-top: 5vh;
        display: inline;
        padding: 5vw;
    }

    .navbar-nav .nav-item .nav-link::before{
        content: '';
        position: absolute;
        bottom: 0;
        height: 4px;
        left: 15%;
        width: 70%;
        background: #008abd;
        transform: scaleX(0);
        transition: all 0.4s linear;
    }

    .navbar-nav .nav-item:hover .nav-link::before{
        transform: scaleX(1);
        transform-origin: center;
    }

    .navbar-light .navbar-nav .nav-item .nav-link, .navbar-light .collapse ul .nav-item a{
        font-size: 2rem !important;
        font-family: 'Source Sans Pro', sans-serif !important;
        font-weight: 600;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-social{
        display: flex;
        flex-direction: row;
        padding-top: 7vh;
    }

    .nav-social .nav-item,.nav-social .nav-item .nav-link{
        display: flex;
        flex-basis: 33%;
        text-align: center;
    }

    .navbar-light .collapse .nav-social .nav-item a{
        position: relative;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        font-size: 3rem!important;
    }
    .screen-font-p {
        font-size: 2.2rem!important;
        font-weight: 200;
    }

    .screen-font-p-footer {
        font-size: 1.0rem!important;
    }

    h1{
        font-size:3.5rem;
    }
    
    h2{
        font-size: 2.5rem'
    }

    .navbar #navbarSupportedContent{
        width:100vw;
        left:0;
        top:10vh;
        border:none!important;
        background-color: #b8b6b7c2 !important;
        position: fixed;
        -webkit-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
    }

    .navbar.scrolled-nav #navbarSupportedContent{
        top:9vh;
    }

    .page-section{
        /* min-height:91vh; */
        overflow: hidden;
    }

    .section-topSpace{
      height:1vh;
      margin-right: 0px;
    }

    .documentary-image{
      border-radius: 0px;
      height: 500px;
      background-image:url('../images/main/yuriy-rzhemovskiy-251101-unsplash.jpg');
      background-size:cover;
    }

    .documentary-imageText{
      height: auto;
    }

    .documentary-imageText p{
      font-size: 2.2rem!important;
    }
    
    .partners-borderSection:nth-child(1),.partners-borderSection:nth-child(2),.partners-borderSection:nth-child(3){
      border-bottom: 1px solid #000;
    }

    .partners-borderSection:nth-child(4){
      border-bottom: 0px solid #000;
    }

    form#contactForm{
      width:100%;
      display: block;
      height: 0px;
      transform: scaleY(0);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
    }

    .writeToUsLink{
      font-weight: 600;
      text-decoration: underline;
    }

    .writeToUsLink:hover+form#contactForm{
      height: auto;
      transform: scaleY(1);
    }

    #teamHeader{
      margin-left: 20px;
    }

    .ad-film-section{
      max-width: 100%;
    }
    
   h4{
      font-size: 2rem!important;
    }
    .ad-film-section-h5{
      font-size: 30px!important;
    }

    h5{
       font-size: 26px !important;
    }

    .partners-logo{
      max-height: 300px;
    }

    .season1 img, .season2 img{
        max-height: 400px;
    }

    .partnersItemType1{
        max-height:300px;
    }

    .partnersItemType2{
        max-height:300px;
    }
    
    .partnersItemType3{
        max-height:300px;
    }

    .partnersPara{
        font-size: 2.6rem !important;
    }
}

@media only screen and (min-width: 992px) {

    p{
        font-size: 1.0rem;
        font-weight: 300;
    }

    .page-section{
        min-height:91vh;
        overflow: hidden;
    }

    .section-topSpace{
      height:9vh;
      display:inline-block;
      margin:0;
      padding:0;
      width:100%;
    }

    .documentary-image{
      border-radius: 0px;
      height:70vh;
      background-image:url('../images/main/yuriy-rzhemovskiy-251101-unsplash.jpg');
      background-size:cover;
    }

    .documentary-imageText{
      height: 21vh;
    }

    .partners-borderSection{
      border-right: 1px solid #000;
    }

    #teamHeader{
      margin-left: 0px;
    }

    .ad-film-section{
      width: auto;    }

    .partners-logo{
      max-width: 200px;
      max-height: 200px;
    }

    .season1 img, .season2 img{
        max-height: 300px;
    }

    .partnersItemType1{
        max-height:200px;
        max-width:200px;
    }

    .partnersItemType2{
        max-height:150px;
        max-width:200px;
    }

    .partnersItemType3{
        max-height:400px;
        width:auto;
    }
}

#map{
    width: 100%;
    height: 400px;
}

/* YOUTUBE OVERLAY */

.overlay-video {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -ms-transition: opacity 600ms ease-in;
    transition: opacity 600ms ease-in;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999999;
}

.o1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -ms-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
}

.videoWrapperExt {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 982px;
    padding: 0 20px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close {
    background-image:url('../images/close-blue.png');
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
    z-index: 9999;
    height: 50px;
    width: 50px;
    background-size: 50px;
    @media (max-width: 767px) and (orientation: landscape) {
    display: none;
    }
}

/* YOUTUBE OVERLAY ENDS */

.pointer-link{
    cursor: pointer;
}

/* SCROLLBAR STYLING */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #008abd;
}

/* width */
#pills-tabContent::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#pills-tabContent::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#pills-tabContent::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#pills-tabContent::-webkit-scrollbar-thumb:hover {
    background: #008abd;
}

button .btn-primary{
  background-color: #008abd;
  border-color: #008abd;
}

/* a{
  color: #008abd;
} */

.shadowText{
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.8);
}

#overlay-loader{
  background: #cbcbcbe6;
  position: fixed;
  width: 100%;
  height:100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

#overlay-logo{
  height:150px;
  width: 150px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  overflow: hidden;
}
			