.navbar-brand img {
    max-width: 195px;
}

.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #051441;
}

.navbar-nav .nav-item a.active {
/*    color: #3763EB;*/
    color: #a52b44;
}

.navbar-nav .nav-item:hover a {
    color: #a52b44;
}

.carousel-section-wrapper .carousel-section.clip-bg::after {
    background: linear-gradient(to right, #a52b44 0%, #a52b44 100%);
}

.scroll-top {
    background: #a52b44;
    border: 1px solid #fff;
}

.scroll-top:hover {
    background-color: #fff;
    color: #a52b44;
    border: 1px solid #a52b44;
}


.section-title span {
    color: #a52b44;
}

.box-style .box-icon-style {
    border: 2px solid #a52b44;
    color: #a52b44;
}

.box-style:hover .box-icon-style {
    color: #fff;
    border-color: #a52b44;
    background: #fff;
}

.button-theme {
    border-color: #a52b44;
    background-color: #a52b44;
}

.button-theme:hover {
    border-color: #a52b44;
    color: #a52b44;
    background-color: #fff !important;
}

.contact-section.cta-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to left, #a52b44 0%, #a52b44 100%);
}

.subscribe-section .subscribe-form button {
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    background: #a52b44;
    background-size: 200%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    height: 54px;
    width: 54px;
    top: 5px;
    right: 5px;
}

.theme-btn
 {
    background: #a52b44;
    border: 1px solid #fff;
}

.contact-section .contact-item-wrapper .contact-item .contact-icon {
    background: #a52b44;
}

.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
    color: #a52b44;
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
    font-size: 40px;
    font-weight: 600;
    color: #a52b44;
    display: block;
    margin-bottom: 8px;
}

.about-section .about-img-wrapper .about-experience {
    width: 300px;
    border-radius: 27px;
    background: #a52b44;
    border: 5px solid #eff2f9;
    padding: 40px 20px;
    position: absolute;
    right: -40px;
    bottom: 10px;
}

.time-line .box-icon-style i {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 20px;
    padding: 2px;
    color: #a52b44;
}

.time-line .single-timeline:hover .box-icon-style {
    background: #a52b44;
    color: #fff;
    border-color: transparent;
}

.footer-social-links ul li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background: #a52b44;
    display: block;
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
}

.footer-social-links ul li a:hover {
    background: linear-gradient(#a52b44 0%, #6f58e8 100%);
    color: #fff;
}

.text-title {
    font-size: 80px;
}

.text-golden {
    color: #FFD700;
}

.album-image {
    border: 0px solid #333;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

