@import url("https://fonts.googleapis.com/css?family=Lato: 300,400,600|Audiowide:400");

#about,
#certificate,
#contact,
#portfolio,
#service,
#sponsors,
#testimonial,
footer {
    padding: 120px 0;
}

body {
    position: relative;
}

a {
    color: #FFF;
    display: inline-block;
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}

li,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    line-height: 0;
    padding: 0;
    margin: 0;
}

time {
    font-weight: 300;
}

figcaption {
    margin-top: 35px;
}

.highlight {
    color: #D1B389 !important;
}

.parallax {
    position: relative;
    z-index: unset !important;
}

p {
    font-size: 1.125em;
    line-height: 1.5;
}

@media (min-width:768px) {
    p {
        font-size: 1.25em;
    }
}

body.royal_loader {
    background: none;
    visibility: hidden;
}

#royal_preloader {
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    transition: opacity 0.2s linear 0.8s;
}

#royal_preloader.compleate {
    opacity: 0;
}

#royal_preloader .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0B0B0B;
    transition: background 0.5s linear;
}

#royal_preloader.text .loader {
    color: #CFA144;
    position: absolute;
    font-family: 'Sifonn-Basic';
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    letter-spacing: 3px;
    font-size: 36px;
    white-space: nowrap;
}

#royal_preloader.text .loader div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: left 0.3s linear;
}

.navbar {
    border: none;
    padding: 20px 10px;
    text-transform: uppercase;
}

.navbar-brand {
    color: #D1B389 !important;
    font-family: "Audiowide", cursive;
    font-size: 1.5em;
    font-weight: 600;
}

.navbar-logo {
    width: 60px;
}

.navbar .logo-text {
    position: absolute;
    left: 65px;
    top: 40px;
}

@media (min-width:768px) {
    .navbar .logo-text {
        left: 80px;
    }
}

.navbar-nav .active>.nav-link {
    color: #D1B389 !important;
}

.nav-link {
    color: #AAA !important;
}

@media (min-width:768px) {
    .nav-link {
        font-size: 1.0625em;
    }
}

.nav-link:hover {
    color: #DCC6A6 !important;
}

.nav-link.active {
    color: #D1B389 !important;
}

.nav-scroll {
    background: rgba(32, 32, 32, 0.85);
    box-shadow: 0 3px 10px rgba(22, 22, 22, 0.7);
    transition: hover 0.5s ease-in;
}

.header {
    background: url("../img/header.jpg") no-repeat center/cover;
    color: #0B0B0B;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    height: 100vh;
}

.header__content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    padding: 0 10px;
}

.header__content h1 {
    color: #AAA;
}

.header__content span {
    color: #AAA;
    font-size: 38px;
    text-transform: capitalize;
}

#particles-js {
    height: 100%;
    width: 100%;
}

.home-arrow-down {
    bottom: 30px;
    left: 50%;
    position: absolute;
    transform: translate(-47%, -50%);
}

.home-arrow-down svg {
    color: #715C3F;
    font-size: 3em;
}

.smoth-scroll {
    -webkit-animation: scroll 1s linear infinite alternate;
    animation: scroll 1s linear infinite alternate;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    25% {
        opacity: 0.8;
        transform: translateY(4px);
    }

    50% {
        opacity: 0.6;
        transform: translateY(8px);
    }

    75% {
        opacity: 0.4;
        transform: translateY(12px);
    }

    to {
        opacity: 0.2;
        transform: translateY(16px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    25% {
        opacity: 0.8;
        transform: translateY(4px);
    }

    50% {
        opacity: 0.6;
        transform: translateY(8px);
    }

    75% {
        opacity: 0.4;
        transform: translateY(12px);
    }

    to {
        opacity: 0.2;
        transform: translateY(16px);
    }
}

#about {
    background: url("../img/about.jpg") no-repeat center/cover;
    color: #FFF;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.2);
}

.fun-facts {
    padding: 60px 0;
}

.fun-facts__block {
    padding: 20px 0;
}

.fun-facts__count {
    border-bottom: 1px solid #B39500;
    display: inline-block;
    font-size: 2.5em;
    height: 120px;
    padding-top: 20px;
    padding-bottom: 26px;
}

.fun-facts__caption {
    color: #CCC;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 3px;
    padding-top: 40px;
    text-shadow: 0 6px 8px rgba(0, 0, 0, 0.7);
}

.arward {
    background: url("../img/arward.png") no-repeat center;
    border: none;
    width: 100%;
}

#service {
    background: #282828;
    color: #FFF;
}

#service .title h2 {
    border-bottom: 1px solid #BCBCBC;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}

#service .title h2:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 30%;
    width: 40%;
    height: 1px;
    background: #AAA;
}

.iconbox {
    color: #D1B389;
    margin: 30px 0 50px;
    text-shadow: -8px 8px 10px rgba(2, 2, 2, 0.8);
}

.iconbox svg {
    font-size: 5em;
    display: inline-block;
    line-height: 1;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 1.5em;
}

.iconbox__content p {
    padding-top: 20px;
}


#portfolio .title h2 {
    border-bottom: 1px solid #BCBCBC;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}

#portfolio .title h2:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 30%;
    width: 40%;
    height: 1px;
    background: #D1B389;
}

#portfolio ul>li {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

#portfolio ul>li:after {
    content: '/';
    color: #F2BA6B;
}

#portfolio ul>li:last-child:after {
    content: '';
}

#portfolio ul>li a {
    color: #0B0B0B;
    font-size: 0.875em;
    font-weight: 400;
    letter-spacing: 1px;
    padding-right: 10px;
    text-transform: capitalize;
}

#portfolio ul>li a.active {
    color: #F2BA6B;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

#portfolio ul>li a:hover {
    color: #C6A06C;
}

#portfolio .item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #0B0B0B;
    box-shadow: 0 15px 20px -12px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

#portfolio .item:hover .item-caption {
    transform: translatey(-50px);
    background: #0B0B0B;
}

#portfolio .item:hover .project-image {
    opacity: 0.5;
    transform: translateY(-50px);
}

#portfolio .item:hover h4 {
    opacity: 1;
    transform: translate3d(0, -50px, 0);
}

#portfolio .item h4 {
    color: #FFF;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 0 0 15px 15px;
    position: absolute;
    transition: transform 0.35s;
}

.project-image {
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

#portfolio .item-caption {
    transform: translateY(0px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    height: 50px;
    width: 100%;
}

#portfolio .item-caption ul {
    height: 100%;
    margin-bottom: 0;
    padding: 10px 0;
}

#portfolio .item-caption ul>li a {
    color: #FFF;
    padding: 0;
    font-size: 1.25em;
    padding: 0 10px;
}

.project-grid .grid-sizer,
.project-grid .mini-item,
.project-grid .mini-item.w2 {
    width: 100%;
}

@media (min-width:768px) {

    .project-grid .grid-sizer,
    .project-grid .mini-item {
        width: 25%;
    }
}

@media (min-width:768px) {
    .project-grid .mini-item.w2 {
        width: 50%;
    }

    .w-70 {
        max-width: 70%;
        margin: 0 auto;
    }
}

#testimonial {
    background: url("../img/testimonial.jpg") no-repeat center/cover;
    color: #FFF;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.2);
}

#testimonial .title h2 {
    border-bottom: 1px solid #BCBCBC;
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}

#testimonial .title h2:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 30%;
    width: 40%;
    height: 1px;
    background: #AAA;
}

#testimonial .carousel {
    background-color: rgba(82, 76, 76, 0.5);
    border-radius: 5px;
}

#testimonial .carousel-inner {
    min-height: 230px;
}

#testimonial .carousel-inner blockquote {
    border: none;
    padding: 40px 15px 0;
}

@media (min-width:768px) {
    #testimonial .carousel-inner blockquote {
        padding: 50px 65px 0;
    }
}

#testimonial .carousel-inner blockquote cite {
    display: block;
    margin: 10px 5px 50px 0;
    text-align: right;
}

#certificate .title h2 {
    border-bottom: 1px solid #BCBCBC;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}

#certificate .title h2:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 30%;
    width: 40%;
    height: 1px;
    background: #D1B389;
}

.certificate {
    margin-top: 50px;
}

.certificate img {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
}

.certificate img:hover {
    opacity: 0.6;
}

.certificate .lead {
    color: #0B0B0B;
    font-weight: 400;
}

.certificate a {
    color: #715C3F;
}

.certificate a:hover {
    color: #C6A06C;
}

#sponsors {
    background: url("../img/sponsors-bg.jpg") no-repeat center/cover;
    color: #FFF;
}

#sponsors a {
    transition: transform 0.3s ease;
}

#sponsors a:hover {
    transform: translateY(-10px);
}

#sponsors .title h2 {
    border-bottom: 1px solid #BCBCBC;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}

#sponsors .title h2:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 30%;
    width: 40%;
    height: 1px;
    background: #D1B389;
}

#sponsors img {
    height: 130px;
}

#sponsors .card a h4 {
    color: #0B0B0B;
    padding: 45px;
}

#contact {
    background: #282828;
    color: #FFF;
}

#contact .title h2 {
    border-bottom: 1px solid #BCBCBC;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}

#contact .title h2:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 30%;
    width: 40%;
    height: 1px;
    background: #AAA;
}

.form-control {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #F2F2F2 !important;
    font-size: 0.875em;
    height: 50px;
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    transition: all 0.4s;
}

.form-control:hover {
    border: 1px solid #D1B389;
}

.form-control:focus {
    background-color: #DCC6A6;
    border: 1px solid #C6A06C;
    box-shadow: 0 0 0 0.2rem rgba(37, 39, 41, 0.73);
}

.textarea {
    height: 194px;
    max-height: 200px;
    max-width: 100%;
}

.form-btn {
    width: 100%;
    display: block;
    height: auto;
    padding: 15px;
    color: #727272;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.15);
    outline: none;
    transition: all 0.3s;
}

.form-btn:hover {
    background: #D1B389;
    border: 1px solid #C6A06C;
    color: #FFF;
}

.form-btn:active {
    opacity: 0.9;
}

.form-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 39, 41, 0.73);
}

#block-answer {
    margin-top: 1.5em;
    min-height: 60px;
}

.error-message,
.success-message {
    color: #AAA;
}

.error-message .fa-check,
.success-message .fa-check {
    color: #78CF82;
}

.error-message .fa-times {
    color: #D94545;
}

footer {
    background: url("../img/footer.jpg") no-repeat center center/cover;
    color: #FFF;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
}

footer h2 {
    color: #D1B389;
    margin-bottom: 40px;
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.7);
}

footer p {
    font-size: 1em;
    padding: 25px 0;
    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
}

.social-list li {
    display: inline-block;
    margin: 20px 0;
}

.social-list li a {
    display: block;
    padding: 5px 20px;
    transition: color 0.3s ease, text-shadow 0.5s ease;
}

.social-list li a:hover {
    color: #D1B389;
    text-shadow: 0 10px 8px rgba(0, 0, 0, 0.8);
}

.social-list li svg {
    display: block;
    fill: #D1B389;
    -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.64));
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.64));
    height: 42px;
    margin: 0 auto 10px;
}

.social-list li svg:hover {
    fill: #FFF;
}

#logo {
    -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.7));
    margin-bottom: 10px;
    perspective: 500px;
    transform: rotate3d(-1, 1, 0, 30deg);
    transition: transform 0.5s ease-out;
    width: 120px;
}

#logo:hover {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 180, 1);
}
