@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body{
    font-family: 'Roboto', sans-serif;
}
.top-row {
  background-color: #000;
  padding: 20px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ccae62;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.top-info {
  list-style: none;
  margin-bottom: 0;
}
.top-info li {
  display: inline-block;
  margin-right: calc(28px / 2);
  margin-left: calc(28px / 2);
}
.top-info li a {
  text-decoration: none;
  font-size: 12px;
}
.top-info li a:hover {
  color: #ffffff;
}
.top-info li a i {
  color: #ccae62;
}
.top-info li a span {
  color: #ffffff;
  padding-left: 13px;
}
.social-info {
  list-style: none;
  margin-bottom: 0;
}
.social-info li {
  display: inline-block;
  margin-right: calc(28px / 2);
  margin-left: calc(28px / 2);
}
.social-info a {
  color: #ccae62;
}
.social-info a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-size: 18px;
}
.logo-wrapper{
    background-color: #141518;
    text-align: center;
    padding:20px;
}
.custom-nav{
    background-color: #CCAE62 !important;
}
.custom-nav .nav-item{
    padding: 0px 10px;
}
.custom-nav .nav-link{
    color:#ffffff !important;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.carousel-item img{
    width: 100%;
}
.about-wrapper{
    background-color: #CCAE6217;
}
.about-wrapper h3{
    color: #000;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}
.about-wrapper p{
    color: #000;
    font-size: 14px;
}
.btn-outline-primary{
    color: #CCAE62;
    border-color: #CCAE62;
    border-radius: 50px;
    padding: 10px 20px;
}
.btn-outline-primary:hover{
    color: #fff;
    background-color: #CCAE62;
    border-color: #CCAE62;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #CCAE62;
    border-color: #CCAE62;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ccae6271;
}
.mission-wrapper{
    background-color: #141518;
}
.mission-wrapper svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
 .mission-wrapper svg {
    width: calc(123% + 1.3px);
    height: 135px;
}
.mission-wrapper .albcg-shape-fill{
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.albcg-icon{
    background-color: #CCAE62;
    font-size: 38px;
    border-width: 3px 3px 3px 3px;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    padding: 0.5em;
    color: #818a91;
    border: 3px solid #818a91;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.albcg-icon svg {
    fill: #FFFFFF;
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.mission-wrapper-inner h2{
    color: #CCAE62;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 6px 6px 0px #000000;
}
.mission-wrapper-inner p{
    color: #fff;
}
.projects-wrapper{
    background-color: #000000;
}
.projects-wrapper h2{
    font-size: 57px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.8em;
    letter-spacing: 0px;
    text-shadow: 3px 3px 0px #000000;
    color: #CCAE62;
    text-align: center;
}
.project-card{
    width: 100%;
    overflow: hidden;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 10px 0px #000000;
}
.project-card .card-image{
    overflow: hidden;
    height: 350px;
}
.project-card .card-image img{
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.project-card .card-detail{
    background-color: #CCAE62;
    padding: 20px 20px 40px 20px;
}
.project-card .card-detail h3 a{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.project-card .icon-wrapper span{
    background-color: #AD924C;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    border-radius: 99px;
}
.stat-wrapper{
    background-color: #000;
}
.stat-card{
    background-color: transparent;
    background-image: radial-gradient(at center center,#FFE271 0%, #AB7C02 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    padding: 33px 33px 33px 33px;
    text-align: center;
}

.stat-card .albcg-icon{
    background-color:transparent;
    font-size: 38px;
    border-radius: 50%;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    padding: 0.5em;
    color: #818a91;
    border: 0px solid #818a91;
    color: #000;
    border-color: #000;
}
.stat-card .albcg-icon svg {
    fill: #000;
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.albcg-counter span{
    color: #000;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
}
.albcg-counter h2{
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
footer{
    background-color: #141518;
    padding: 70px 0px 0px 0px;
    position: relative;
}
footer .albcg-shape-top {
    top: -1px;
}
footer .albcg-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
footer > .albcg-shape-top svg {
    width: calc(100% + 1.3px);
    height: 73px;
}
footer .albcg-shape-top .albcg-shape-fill {
    fill: #CCAE62;
}
footer .albcg-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
footer h2{
    color: #CCAE62;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 3px 3px 0px #000000;
}
footer ul li a{
    font-size: 16px !important;
}
footer p{
    color: #fff;
}