.active-color {
    color: rgb(146, 28, 16);
}
.text-color {
    color: rgb(52, 48, 95);
}-webkit-scrollbar
.under-line-color {
    color: rgb(161, 7, 0);
}
.header-top-left .contact {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.header-top-left .contact a{
    color: rgb(162, 0, 0);
    font-weight: bold;
    margin-left: 0.5rem;
}
.header-top-left .contact i {
    color: rgb(212, 71, 70);
    font-size: 24px;
}
body {
    font-family: 'Roboto', sans-serif;
}
.header__bottom .menu-lv2 ul {
    padding-left: 30px;
}

.header__bottom .menu-lv2 ul li a::before {
    margin-right: 20px;
    width: 5px;
    height: 5px;
    left: -20px
}
/*.header__bottom .menu-lv2 {
    width: 180px;
}*/
.header__bottom .menu-lv2 ul li:last-child {
    padding-bottom: 18px;
}
.header__bottom ul li {
    margin: 0;
}
.header__bottom ul li a {
    padding: 20px 0px;
}
.home-banner .tab-list li a {
    padding: 0;
    margin: 0;
}
.home-banner .tab-list li {
    padding: 0;
    margin: 0 20px;
}
.home-banner .tab-list li.active::before, .home-banner .tab-list li.hover::before {
    display: none;
}
.home-banner .tab-list li.active a::before, .home-banner .tab-list li.hover a::before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 100%;
    height: 3px;
    background-color: #be0506;
}
.home-brand {
    background-color: rgb(217,191,88);
}
.home-brand-wrapper .description p:nth-of-type(1) {
    color: rgb(52, 48, 95);
    margin-bottom: 10px
}
.home-brand-wrapper .description p:nth-of-type(2) {
    letter-spacing: 1px;
    font-weight: bold;
}
.articles-title {
    font-weight: 400;
/*    color: rgb(54, 58, 88);*/
}
.home-services {
    background-color: rgb(254, 255, 255);
}
.articles-title::before {
    display: none;
}
.articles-title p {
    position: relative;
    
}
.articles-title p::before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 100%;
    height: 3px;
/*    background-color: #be0506;*/
}
.services-item__name {
    text-transform: uppercase;
    color: rgb(58, 59, 90);
}
.endow-item {
    height: 100%;
}
.text-white {
    color: #fff;
}
.footer__navigation a, .footer__contact__item span, .footer__contact__item a {
    color: rgb(58, 59, 90);
}
.travel-main-bg .travel-it .travel-info div, .news-item .news-item__content .news-item__content__description {
    color: #000;
}
.footer__contact__item i::before {
    font-size: 25px;
}
.ip-contact, .ip-contact-textarea {
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
.home-banner .select, .search-form input {
    padding-left: 10px;
    padding-right: 10px;
}
.search-form input {
    border-radius: 0;
/*    margin-bottom: 20px;*/
}
.ip-luutru label {
    left: 10px;
}
.home-news {
    background-color: rgb(237, 237, 237);
}
.contact-btn {
    background-color: #be0506;
    border-radius: 4px;
}
footer .copy-right {
    padding: 25px 10px;

}
footer .copy-right__container {
    max-width: 900px;
margin: auto;
}
footer .copy-right__link {
    padding-top: 10px
}
.travel-main .dropbtn {
/*    display: inline-block;*/
    margin-top: 13px;
}
.expand-content {
    cursor: pointer;
}
.md-checkbox label{
    margin-left: 5px;
    margin-bottom: 10px;
}
.home-banner-services {
/*    margin: 30px auto;*/
}
.breadcrumb .fa-chevron-right {
    font-size: 14px;
    margin: 0 5px;
}
.filter-list button {
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.1875;
    color: #FFFFFF;
    padding: 10px 30px;
    background: #324696;
    border-radius: 3px;
    border: none;
    margin: 0 auto;
}
.travel-feature {
    top: 18px;
}
.page-item.active .page-link {
    background-color: rgb(71, 81, 107);
    border-color: rgb(71, 81, 107);
}
.page-link, .page-link:hover {
    color: rgb(71, 81, 107);
    border-color: #2B5CB2;
}
.travel-info .travel-email a, .travel-info .travel-website a {
    color: rgb(112, 86, 168);
}
.fal.fa-map-marker-alt, .travel-info .fal.fa-phone-alt, .travel-info .fal.fa-link {
    margin-right: 10px;
}
.fas.fa-map-marker-alt, .travel-info .fal.fa-envelope {
    color: #000;
}
.travel-info .fal.fa-map-marker-alt, .travel-info .fal.fa-phone-alt {
    color: rgb(123, 123,123);
}
.home-banner-services-wrapper {
    padding: 0px 0px 30px 0px;
    margin-bottom: 30px;
}