@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

html {
  scroll-behavior: smooth;
}


body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #505962;
}

#aboutUs, #services, #projects {
    padding-top:1.5em;
}

/*-- Navbar --*/

.navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .1rem;
    background: rgba(255, 255, 255, 0.8)!important;
    height: 4rem;
}
.navbar-brand img {
    height: 4rem;
}
.navbar-nav li {
    padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    padding-top: .1rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0000FF;
}

/*-- Slider --*/
.carousel-item {
    height: 100vh;
}

.carousel-caption {
    position:absolute;
    top:38%;
    text-transform: uppercase;
    width:100%;
    right: 0;
    left: 0;
}
.carousel-caption h1 {
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem, .8rem, black;
    padding-bottom: 1rem;
}

.carousel-caption h3 {
    font-size: 2rem;
    text-shadow: .1rem .1rem .5rem black;
    padding-bottom: 1.6rem;
}

.btn-lg {
    border-width: medium;
    border-radius: 0;
    font-size: 1.1rem;
}


/*============= ABOUT Us SECTION =============*/

.narrow {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.btn-md {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.1rem;
  text-transform: uppercase;
  margin: 1rem;
}

.jumbotron {
    border-radius: 0;
    padding: 1rem 0 0.5rem;
    margin-bottom: 0;
}

h3.heading {
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.3rem;
}

.heading-underline {
    width: 3rem;
    height: .2rem;
    background-color: #1ebba3;
    margin: 0 auto 2rem;
}

/*--- Services ---*/
.services img {
    max-width: 100%;
    transition: transform .5s ease;
}

.row.no-padding [class*=col-] {
    padding:1;
}

.services img:hover {
    /*transform: scale(1.03);*/
    /*cursor: zoon-in;*/
    
}

.services {
    overflow:hidden;
}

.card {
    margin: 2rem;
}

/*--- PROJECTS ---*/
.projects img {
    max-width: 100%;
    transition: transform .5s ease;
}

.row.no-padding [class*=col-] {
    padding:1;
}

.projects img:hover {
    transform: scale(1.03);
    cursor: zoon-in;
    
}

.projects {
    overflow:hidden;
}

.card {
    margin: 2rem;
}
/*END PROJECTS*/

/*--- NEWS ---*/
.news img {
    max-width: 100%;
    transition: transform .5s ease;
    padding-bottom:1em;
}

.news #newsDate {
    position:absolute;
    margin-top:-6em;
    background-color:#1B4F72;
    color:white;
    padding:0.2em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.row.no-padding [class*=col-] {
    padding:1;
}

.projects {
    overflow:hidden;
}

.card {
    margin: 2rem;
}
/*END NEWS*/

/*START DETAILED NEWS*/

.detailed-news {
    margin-top:8em;
}

.detailed-news h3 {
    margin-left:0.7em;
}

.detailed-news table {
    margin-left:1.2em;
    padding:2em;
    width:20%;
}

.detailed-news th {
    padding:0.5em;
    text-align:left;
    background-color:#1B4F72;
    color:white;
}

.detailed-news td {
    padding:0.5em;
    text-align:left;
    background-color:#EAEDED;
}

/*START DETAILED NEWS CONTENT*/
.news-detailed-content {
    /*position:absolute;*/
    /*margin-left:19em;*/
    /*margin-top:-1em;*/
    /*padding-bottom:10em;*/
}

.news-detailed-content p {
    text-align:justify;
    padding-right:2em;
    text-indent: 50px;
    font-weight:bold;
    /*margin-top:1em;*/
}

.news-detailed-content img {
    float:left;
    width:20%;
    height:auto;
    padding-right:1em;
    padding-bottom:2em;
    float:left;
}
/*END DETAILED NEWS CONTENT*/


/*END DETAILED NEWS*/

/*START DETAILED PROJECT CONTENT*/
.projects-detailed-content {
}

.projects-detailed-content p {
    text-align:justify;
    padding-right:2em;
    text-indent: 50px;
    font-weight:bold;
}

.projects-detailed-content img {
    float:left;
    width:40%;
    height:auto;
    padding-right:1em;
    padding-bottom:2em;
    float:left;
}
/*END DETAILED NEWS CONTENT*/

#tblServices {
    width: 100%;
    margin: 0em 1em 0em 1em;
}

#tdServicesImg {
    width:35%;
}

#imgServices {
    margin-left: 1em;
}

#tdServices {
    padding:1em;
    font-weight: bold;
    text-align: center;
}

/*--- Careers ---*/
#careers {
    margin-left:1em;
    margin-right:1em;
    text-align: justify;
}

#careersHead {
    margin-left:0.4em;
}

/*--- Contact ---*/
footer {
    background-color: #40474e;
    color: #ffffff;
    padding: 2rem 0 3rem;
    margin-top: 1rem;
}

footer img {
    height: 3rem;
    margin: 1.5rem 0;
}

footer a {
    color: #ffffff;
}

footer svg.svg-inline--fa {
    font-size: 1.6rem;
    margin: 1.2rem .5rem 0 0;
}

footer svg.svg-inline--fa:hover {
color: #0000FF;
}

hr.socket {
    border-top: .2rem solid #666b71;
    width: 100%;
}

/*--- Media Queries ---*/
@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 2.3rem;
        letter-spacing: .15rem;
        padding-bottom: 5rem;
    }

    .carousel-caption h3 {
        font-size: 1.2rem;
        letter-spacing: .15rem;
        padding-bottom: 1.2rem;
        margin-left: 1rem;
        -right: 1rem;
    }
    
    .btn-lg {
        font-size: 1rem;
    }
    
    .narrow h1 {
        font-size: 1.5rem;
    }
    
    p.lead {
        font-size: 1rem;
    }
}

/**-- ANIMATION -- **/
*{
    padding:0;
    margin:0;
    font-family: sans-serif;
}

body {
    /*background: #000;*/
}

.container {
    
    position:absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  
}

.container span{
text-transform: uppercase;
display: block;
}

.text1 {
    font-size: 30px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    opacity:1;
    animation: text 3s 1;
    top:100%;
    font-size: 2.8em;
    font-weight: bold;
}


@keyframes text {
10% {
        color: white;
        margin-bottom: 10px;
        opacity: 0;
    }
    30% {
        letter-spacing: 0px;
        margin-bottom: 20px;
        opacity: 0;
    }

}

@keyframes texts {
10% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    
    60% {
        opacity: 0;
    }
    
    90% {
        opacity: 0.9;
    }

}

.text2{
    font-size: 10px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    opacity:1;
    animation: texts 3s 1;
    top:100%;
    font-size: 2.8em;
}

.text3{
    font-size: 30px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    opacity:1;
    animation: text2 3s 1;
    margin-left: 110px;
    top:100%;
    font-size: 2.8em;
    font-weight: bold;
}

.text4{
    font-size: 30px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    opacity:1;
    animation: text2 3s 1;
    margin-left: 110px;
    margin-top:300px;
    font-size: 2.8em;
    font-weight: bold;
}

@keyframes text2 {
    10% {
        color: white;
        margin-left: 70px;
        opacity: 0;
    }
    30% {
        letter-spacing: 0px;
        margin-left: 75px;
        opacity: 0;
    }
}

.text5 {
    font-size: 30px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    opacity:1;
    animation: text 3s 1;
    top:100%;
    font-size: 2.8em;
    font-weight: bold;
}

@keyframes text3 {
    10% {
        color: white;
        margin-bottom: -10px;
        opacity: 0;
        font-size:10px;
        text-shadow: 2px 2px #000000;

    }
    30% {
        letter-spacing: 8px;
        margin-bottom: -30px;
        font-size:20px;
        opacity:0;
        text-shadow: 2px 2px #000000;

    }
    /*85% {
        letter-spacing: 8px;
        margin-bottom: -40px;
    }*/
    
}

.text6{
    font-size: 30px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    opacity:1;
    animation: text3 3s 1;
}

.text7 {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: -1em;
    margin-bottom:  3px;
    position: relative;
    animation: text4 3s 1;
    opacity:1;
    text-shadow: 2px 2px #000000;
}

@keyframes text4 {
    10% {
        color: white;
        margin-left: -5px;
        opacity: 0;
    }
    30% {
        letter-spacing: 0px;
        margin-left: -5px;
        opacity: 0;
    }
}

.text8{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom:  3px;
    position: relative;
    animation: text4 4s 1;
    opacity:1;
    text-shadow: 2px 2px #000000;
}

.text9{
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom:  3px;
    position: relative;
    animation: text4 5s 1;
    opacity:1;
    text-shadow: 2px 2px #000000;
}



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/