.mt-29 {
    margin-top: 29px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.top-marquee{
    padding-bottom: 10px;
    border-bottom: 1px solid #464646;    
}

.top-marquee p{
   color: aliceblue; 
}

.navbar-area {
    /*background: #2f2f2f;*/
    /*background: #2f2f2fba;*/
    background: #252525;
}

.navbar-area .navbar .navbar-nav {
    margin-right: 0px;
}

.navbar-area .navbar-brand img {
    max-width: 200px;
}

.navbar-area .navbar .navbar-nav .nav-item a {
font-weight: 500;
}

.rounded-buttons .rounded-three {
     background: #252525;
}

.form-input .input-items input, .form-input .input-items textarea {
    border: 1px solid #a4a4a4;

}
.form-input .input-items input:focus, .form-input .input-items textarea:focus  {
    border-color: #252525; 
}

.navbar-area .navbar .navbar-toggler .toggler-icon {
    background-color: #ffffff;
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 81px;
}

.slider-back{
    background-color: #ffffff85;
}
.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    color: #252525;
}

.slider-area {
    padding-top: 138px;
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item {
    height: 800px;
}

.footer-area {
    background-color: #252525;
}

.footer-area .footer-copyright {
    border-top: 1px solid #464646;
}

.footer-area .footer-copyright .copyright .text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
}

.footer-area .footer-widget .footer-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
}

.footer-area .footer-widget .footer-link ul li{
    font-size: 14px;
    line-height: 24px;
    color: #121212;
    font-weight: 400;
    color: #ffffff;
}

.footer-area .footer-widget .footer-link ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #121212;
    margin-top: 16px;
    font-weight: 400;
    color: #ffffff;
}


.single-portfolio .portfolio-image .portfolio-overlay {
    position: absolute;
    top :5px;
    /*bottom: 5px;*/
    left: 0;
    width: auto; 
    height: auto; 
    opacity: 1; 
    visibility: hidden; 
    border-radius: 0px;
}

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon a {
    font-size: 19px;
    color: #38f9d7;
    position: relative;
    z-index: 5;
    line-height: unset;
}

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content {
    padding: 5px;
}

.single-portfolio:hover .portfolio-overlay {
    top : 221px;
    /*bottom: unset;*/
}

.about-area {
    position: relative;
    background-color: #ffffff;
}

.about-area .section-title .text {
    line-height: 43px;
}

.single-about .about-content {
     padding-left: 0px; 
}

.contact-two .contact-info {
    margin-top: 0px;
}

.single-portfolio .portfolio-text .portfolio-title a:hover {
    color: #bb5f00;
}

@media (max-width: 767px){  
    .navbar-area .navbar .navbar-collapse {
        background-color: #4f4e52;
    }
    .about-area .section-title .text {
        line-height: 23px;
        /*text-align: center;*/
    }
}