/* GLOBAL */
body{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url("./assets/images/background/background3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
p,h4,span,svg{
    color: #fff;
}

h1{
    color: #fff;
    text-shadow: black 1px 1px;
    font-size: 70px;
    font-weight: bold;
}
.section-header{
    padding: 70px 80px 20px 80px;
}
@media (max-width: 992px){
    .section-header{
        padding: 70px 20px 20px 20px;
    }
    h1{
        font-size: 50px;
    }
}
@media (max-width: 414px){
    h1{
        font-size: 40px;
    }
}

/* GLOBAL ENDS */


/* NAVIGATION MENU */
header{
    background: rgba(0, 0, 0, 0.5);
}
.nav-container{
    padding: 20px 80px;
}
.navbar-brand img{
    height: 90px;
    width: auto;
}
.nav-item{
    margin: 0 10px;
    position: relative;
}
.nav-link{
    color: #fff !important;
}
/*NAVIGATION TABLET/MOBILE MENU */
@media (max-width: 992px) {
    .nav-container{
        padding: 0;
    }
    .navbar{
        padding-bottom: 0;
    }
    .navbar-brand-mobile{
        padding: 0 10%;
    }
    #topNavMenu{
        background-color: black;
        padding: 15px 0;
        -webkit-box-shadow: -3px 17px 8px -16px rgba(0,0,0,0.75);
        -moz-box-shadow: -3px 17px 8px -16px rgba(0,0,0,0.75);
        box-shadow: -3px 17px 8px -16px rgba(0,0,0,0.75);
    }
    .nav-item{
        width: 100%;
        margin: 0;
        padding: 10px 0 ;
        padding-left: 25%;
        border-bottom: solid 1px rgba(255, 255, 255, 0.192);
    }
    .nav-item:hover{
        background-color: #818589;
    }  
}
/*NAVIGATION MOBILE MENU */
 
@media (max-width: 414px) {
    .navbar-brand-mobile{
        padding: 0 5% 2% 5%;
    }
}
/* underline animation on hover */
.nav-link:after{
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .nav-link:hover:after{
    width: 100%; 
    left: 0; 
  }
  /* underline animation on hover ENDS */

/* NAVIGATION MENU ENDS*/



/* NEWS*/
#NEWS section{
    padding-bottom: 8%;
}
#NEWS section .container{
    width: 100%;
}
#NEWS .article-settings{
    height: 300px;
	border-radius: 10px;
    box-sizing: border-box;
	margin: 15px 25px;
	cursor: pointer;
	background-position: center;
	background-size: cover;
	transition: 0.5s;
	display: inline-block;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}
#NEWS .article-settings a{
    display: inline-block;
    height: 100%;
    width: 100%;
}
#NEWS .article-settings:hover{
    top: -10px;
}
/* NEWS ENDS*/


/*ABOUT US*/
#ABOUT section{
    padding-bottom: 8%;
}
#ABOUT section .container{
    width: 100%;
}
#ABOUT .about-settings-image{
    background-position: center;
	background-size: cover;
    height: 80vh;
}
#ABOUT .about-settings-content{
    padding: 3%;
}
@media (max-width: 992px) {
    #ABOUT .about-section{
        flex-direction: column-reverse;
    }
    #ABOUT .about-settings-image{
        height: 30vh;
        width: 92%;
    }
}
/*ABOUT US ENDS*/

/*CONTACTS*/
#CONTACTS section{
    padding-bottom: 10%;
}
#CONTACTS section .container{
    width: 100%;
}
#CONTACTS .contacts-settings-image{
    background-position: center;
	background-size: cover;
    height: 300px;
}
#CONTACTS .contacts-settings-content{
  padding: 0 3%;
}

#CONTACTS .image-karolis{
    height: 500px;
    width: 500px;
}


#CONTACTS svg:hover{
    color: blue;
}
@media (max-width: 992px) {
    #CONTACTS .contacts-section-cl-reverse{
        flex-direction: column-reverse;
    }
    #CONTACTS .image-karolis{
        width: 300px;
        height: 300px;
        margin: 50px 0;
    }
    #CONTACTS svg{
        width: 80px;
    }
}
@media (max-width: 320px){
    #CONTACTS .contact-details{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
/*CONTACTS ENDS*/
/*PARTNERS*/
#PARTNERS section{
    padding-bottom: 10%;
}
#PARTNERS section .container{
    width: 100%;
}
#PARTNERS .partners-settings-image{
    background-position: center;
	background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
}

#PARTNERS .partners-settings-content{
  padding: 0 3%;
}

#PARTNERS svg{
    height: 40px;
    width: 100px;
}

#PARTNERS svg:hover{
    color: blue;
}
@media (max-width: 992px) {
    #PARTNERS .partners-section-cl-reverse{
        flex-direction: column-reverse;
    }
    #PARTNERS svg{
        width: 80px;
    }
   
}
@media (max-width: 320px){
    #PARTNERS .partners-details{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/*PARTNERS ENDS*/


/*results*/

.col-25-container {
    display: contents;
}

.col-25 {
    width: 23%;
    margin: 5px;
}

.populated-bg {
    background-color: #615d54;
    padding: 35px 0px;
    border-radius: 5px;
}

.col-25-heading {
    text-align: center;
}

.widget-container-results {
    padding: 5px 0px 5px 0px;
}

.results-heading-title {
    color: #fff;
    font-size: 1.5rem;
}

.col-25-widget-button {
    width: 100%;
}

.col-25-widget-container {
    padding: 0px 0px 0px 0px;
}

.col-25-button-wrapper {
    text-align: center;
    margin-top: 10px;
}

.col-25-button-link {
    font-size: 16px;
    font-weight: 500;
    background-color: black;
}

.col-25-button-link:hover {
    background-color: white;
}

.col-25-button {
    display: inline-block;
    border-radius: 3px;
}

.col-25-button span:hover {
    color: black;
}

.col-25-button-content-wrapper {
    text-decoration: inherit;
}

.col-25-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
    padding: 8px 40px;
}

@media only screen and (max-width: 600px) {
    .col-25 {
        width: auto;
    }
    .populated-bg {
        padding: 35px 85px;
    }
    .navbar-brand img {
        height: 43px;
    }
    #ARTICLE .article-settings-image {
        height: 242px;
    }
}

/*results*/

/*ARTICLE*/


#ARTICLE section{
    padding-bottom: 10%;
}
#ARTICLE section .container{
    width: 100%;
}

.article-settings-image {
    height: 350px;
}

#ARTICLE .article-settings-image{
    background-position: center center;
	background-size: contain;
    background-repeat: repeat-y;
}
#ARTICLE .article-settings-content{
    padding: 3%;
}

/*ARTICLE ENDS*/



/*FOOTER*/
footer{
    background-color: black;
    width: 100%;
    /* overflow: hidden; */
}
footer .container{
    max-width: 100%;
    padding: 0;
}
footer .footer-section1{
    padding: 50px 80px;
    color: #fff;
    font-size: 85%;
}
footer .footer-section1 img{
    width: 100%;
    height: auto;
    padding: 0 5%;
   
}
footer .footer-section2{
    width: 100vw;
    padding: 0;
    margin: 0;
    color: gray;
}
@media (max-width: 992px) {
    footer .footer-section1{
        padding: 50px 20px;
    }
}
/*FOOTER ENDS*/



