/*NAVBAR*/

*:not(.overlay){

    box-sizing:border-box;
    animation-duration:0.6s;  
    animation-name:c-fade-in;
}

.fa.fa-navicon {
    color:#fff;
    font-size:25px;
    padding-top:3px;
  
  }

/* change the background color */
.navbar-custom {
    background-color: transparent;
    padding-top:30px;
    padding-bottom:20px;
    transition:0.3s linear;
    font-family:'Varela Round', sans-serif;
 
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color:  rgb(255, 255, 255);
    font-size:18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    margin-left:15px;
    font-size:15px;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color:  rgb(255, 255, 255);
}
  
.solid-nav{
    background: rgb(43, 43, 43) !important;
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.15);
    transition:0.3s linear;
    
    padding-top:20px;
    padding-bottom:15px;
  
}   

 


#navbarLayout .nav-link::after{
    content: "";
    display: block;
    background-color: rgb(255, 230, 0);
    height: 2px;
    width: 0%;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

#navbarLayout .nav-link:hover::after{
    width: 100%;
}



.active a{
   
    color:#fad000 !important;
    font-weight: 500;

} 

/*NAVBAR*/

.no-padding{
    padding-left:0;
    padding-right:0;
  }

.face{
    color:#3C5A99;
    text-shadow: 2px 2px 2px rgb(56, 56, 56);
}

.face:hover { 
    color: #8aa7e2;
  }

.twitter{
    color:#1DA1F2;
    text-shadow: 2px 2px 2px rgb(56, 56, 56);
}

.twitter:hover { 
    color: #96d2f7;
  }

.youtube{
    color:red;
    text-shadow: 2px 2px 2px rgb(56, 56, 56);
}

.youtube:hover { 
    color: white;
  }

.footer-font2{
    color:rgb(189, 189, 189);
}

.footer-font{
    color:white;
}

.card-img-top{
    height:180px;
}

.card:hover .card-img-top{
    opacity: 0.8;
    cursor: pointer;
    transform: scale(1.01);
    transition: .3s ease-in-out;
}
.card:hover .card-img-top-news{
    opacity: 0.8;
    cursor: pointer;
    transform: scale(1.01);
    transition: .3s ease-in-out;
    
}

.card-img-top-news:hover{
    opacity: 0.8;
    cursor: pointer;
    transform: scale(1.01);
    transition: .3s ease-in-out;
}

.card:hover .card-img{
    opacity: 0.8;
    cursor: pointer;
    transform: scale(1.01);
    transition: .3s ease-in-out;
}

.card{
    background:rgb(255, 255, 255);
    border-radius:0;
    transition: .3s ease-in;
    

}

.card:hover{
    opacity: 1;
    cursor: pointer;
    transform: scale(1.01);
    transition: .3s ease-in-out;
}

.card:hover{
    box-shadow:0px 0px 10px #444;
}

.card-text{
    font-weight:normal !important;
}

.card-img-top-news{
    width:inherit;
    height:100%;
    transition: .3s ease-in;
}

.card-img{
    height:100%;
    border-radius: 0%;
}

.card-img-top{
    transition: .3s ease-in;
}

.latestM{
    background:#f2f2f2;
    padding-left:2%;
    padding-right:2%;
    padding-top:1em;
}

.card-text{
    font-weight: bold;
}



.heading-border{
    border-left: 5px solid #e03800;
}

.bottom-border{
    border-bottom: 2px solid #e03800;
    width: 15%;
    height: 1px;
    margin: 0px auto;
}

.a2:hover{
    cursor: pointer !important;
    color:#efdc4a !important;
    text-decoration: none;
}

.a2{
    color:#dddddc !important;
    text-decoration: none;
}

.aboutCover{

    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/banner2.png');
    height:500px;
    width:100%;
    background-size:cover;
    position:relative;
    
}

.coverUS{
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  background: none;
  color: white;
  text-align:center;
  letter-spacing: 0.05em;
  font-size: 3.75em;
  text-shadow: 7px 8px 8px rgb(39, 39, 39);
  
}

.historyCover{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    background: none;
    color: white;
    text-align:center;
    letter-spacing: 0.05em;
    font-size: 3.75em;
    text-shadow: 7px 8px 8px rgb(39, 39, 39);
    
  }

.pbout{
    font-family: inherit;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    max-width: 500px;
    text-align:center;
}

.imgshadow{
    box-shadow: 5px 5px 15px #555;
    border-radius: 25px;
}

.imgshadow:hover{
    opacity: 0.8;    
}

.yu{
    text-align:center;
    margin: 7.5% auto;
    width:420px;
    box-shadow: 2px 2px 8px #555;
}

.vTitle{
    color:black;
    text-decoration: none;
}

.vTitle:hover{
    color:#e03800;
    cursor:pointer;
    text-decoration: none;
}

.thumb{
    width:50%;
    margin:4em;
    box-shadow: 2px 2px 8px #555;
    border-radius: 50%;
    transition: .3s ease-in;
}

.thumb:hover{
    opacity: 0.8;
    cursor: pointer;
    transform: scale(1.01);
    transition: .3s ease-in-out;

}

.removeButton{
    all:unset;
    cursor:pointer;
}

.pagination.center,
.pagination.center ul {
    float: left;
    position: relative;
}
.pagination.center { left: 50%; }
.pagination.center ul { left: -50%; }

.title-page{
     
    padding-top:30px;
    padding-bottom:20px;
}

.title-page-left{
 
    padding-top:30px;
}

.title-page-big h1{
    padding-bottom:8px;
    text-align: center;
    font-family: Akhand,sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: #333; 
    font-weight: bold;
}

.title-page h1{
  
    padding-bottom:8px;
    text-align: center;

    /* font-family:'Varela Round', sans-serif; */
     /* font-family: 'Montserrat', sans-serif; */
     /* font-family: 'Titillium Web', sans-serif; */
    font-family: Akhand,sans-serif;
    /* font-family: Ropasans, sans-serif;   */

    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .1rem;
    /* font-weight: bold; */
    color: #333; 

}

.title-page h6{
    font-size:20px;
    padding-bottom:50px;
    
   
}

.title-page-left h1{

    padding-bottom:8px;
    text-align: left;
    font-family: Akhand,sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 400;
    color: #333; 
   
}

.title-border{
    margin:-5px auto;
    width:30px;
    border-bottom: 3px solid #679dff;
}

.title-border-left{
    margin-top:-5px;
    width:30px;
    border-bottom: 3px solid #679dff;
}

.p-about{
    text-align:center;
    color:#778385;
    padding-bottom:2em;
    font-family:'Varela Round', sans-serif;
}

.p-about-left{
    text-align:left;
    color:#778385;
    padding-bottom:1em;
    font-family:'Varela Round', sans-serif;
}

#micro-services{
    height: auto;
    background: #fff;
    padding-top:40px;
    padding-bottom:40px;
}

.micro-service-image{
    text-align: center;
    padding-top:20px;
}

.micro-service-title h5{
    padding-top:10px;
    font-family:'Varela Round', sans-serif;
    text-align: center;
    font-size:19px;
    /* font-weight: 600; */
    color:#ffffff;
}

.micro-service-description{
    text-align: center;
    font-size: 14.5px;
    font-family:'Varela Round', sans-serif;
    color: #e6e6e6;
}


/*FONTS*/
@font-face { font-family: "Rodin"; src: url('/fonts/rodin.otf'); }
@font-face { font-family: "Roboto"; src: url('/fonts/roboto.ttf'); }

body{
    font-family: Roboto;
}

.selex{
    -webkit-appearance: unset !important;
}

/* Background */
 
 
  
  .o3{
    background:url(../images/nebula.png);
    z-index: 3;
    background-color:#051108;
  }
 
  @-webkit-keyframes scroll{
    100%{
      background-position:-3000px 0px;
    }
  }
  @-moz-keyframes scroll{
    100%{
      background-position:-3000px 0px;
    }
  }
  @-o-keyframes scroll{
    100%{
      background-position:-3000px 0px;
    }
  }
  @-ms-keyframes scroll{
    100%{
      background-position:-3000px 0px;
    }
  }
  @keyframes scroll{
    100%{
      background-position:-3000px 0px;
    }
  }
  
  @-webkit-keyframes scroll2{
    100%{
      background-position:-3000px 0px;
    }
  }
  @-moz-keyframes scroll2{
    100%{
      background-position:-3000px 0px;
    }
  }
  @-o-keyframes scroll2{
    100%{
      background-position:-3000px 0px;
    }
  }
  @-ms-keyframes scroll2{
    100%{
      background-position:-3000px 0px;
    }
  }
  @keyframes scroll2{
    100%{
      background-position:3000px 0px;
    }
  }

/*MODS*/

.nav-link2:hover{
    background: #555;
}

.nav-pills .nav-link.active{
    background-color:#b02c00 !important;
}

.nav-link{
    color:rgb(233, 233, 233) !important;
}

/*NEWS*/
.news-title{
    border-bottom: 5px solid #e03800;
    padding-top:1.5em;
    padding-bottom: 1.1em;
    font-size:1.5em;
    font-weight:bold;
    padding-left:0.5em;
    font-family: 'Roboto';
}

.card-mod{
    position: relative;
    margin-top: 11.5em;
    background: #1b1e217d;
    padding-top: .5rem !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}


/*CARDS*/




  .no-pad{
    padding:0;
    margin:0;
  }

.hover-card .top {
    transition: 1s;
    bottom: 0;
    background: rgba(66, 66, 66, 0.56);
    padding: 0.5em;
    position: absolute;
    left: 0;
    text-align: left;
    color: white;
    width: 100%;
    max-height: 100%;
    font-size:14px;
  }

.hover-card h2,.hover-card,.hover-card h4 {
    margin: 0;
  }

.index-mod-img{
    height:200px !important;
}

.index-mod{
    padding-bottom:15px;
}

.index-mod-title{
    text-align:center;
    font-weight:bold !important;
    color:#f2f2f2 !important;
    font-size:20px;
    text-shadow: 2px 2px 5px #141313;
}

.index-category{
    font-size:15px;
    font-family: Helvetica;
}


/*MEDIA QUERY*/


@media (min-width: 481px) and (max-width: 767px) {
  

    .index-mod{
        width:50% !important;    
    }

    .index-mod-img{
        height:130px !important;
    }

    .index-mod-title{
        font-size:15px;
    }

    .index-category{
        display:none;
    }

    #icon1, #icon2, #icon3{
        display:none;
    }
    
    #banner1, #banner2, #banner3{
        height:280px !important;
    }
    .coverUS{
        font-size:xx-large;
    }
    
  }

@media (min-width: 320px) and (max-width: 480px) {
  
    .coverUS{
        font-size:xx-large;
    }

    .index-mod{
        width:50% !important;    
    }

    .index-mod-img{
        height:130px !important;
    }

    .index-mod-title{
        font-size:15px;
    }

    .index-category{
        display:none;
    }

    #icon1, #icon2, #icon3{
        display:none;
    }

    #banner1, #banner2, #banner3{
        height:280px !important;
    }
    
  }

