.btn-senat{
    background-color: #492750;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 30px;
    color: #fff;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 30px 5px 30px 5px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}
.btn-senat-sm{
    background-color: #492750;
    display: inline-block;
    font-size: 10px;
    padding: 4px 8px;
    color: #fff;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 10px 3px 10px 3px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}
.btn-header{
    font-size: 18px;
}
.btn-senat:hover{
    background-color: #7D212C;
    color: #fff;
}
.call-action .text h2{
    font-size: 42px;
}
.call-action .text h2 span {
    font-size: 24px;
    padding-top: 24px;
}
.footer-link{
    color:#FFFFFF;
}

.bg-senat1{
    background-color: #492750;
}
.bg-senat2{
    background-color: #7D212C;
}

a .bg-senat2:hover{
    color: #ffffff;
}

.bg-senat3{
    background-color: #0F2F42;
}
.bg-senat4{
    background-color: #00151D;
}

.footer .single-footer.f-about .social li a {
    background-color: #7D212C;
}
.footer-top a, .footer-top a:hover, .footer-top a:active{
    color: #ffffff;
}
.newsletter{
    background-color: #7D212C;
}

.newsletter-bg2{
    margin-top: 80px;
    background-color: #492750;
}
.sticky .navbar .navbar-nav .nav-item a{
    color: #492750;
}
.single-service h3, .single-service-last h3{
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
}

.single-service-last .serial-last {
    font-size: 32px;
    display: block;
    margin-bottom: 7px;
    color: #492750;
    font-weight: 800;
}

.single-service-last:hover .serial-last {
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: #9d9d9d;
}
.single-service-last::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 0%;
    content: "";
    background-color: #9d9d9d;
    transition: all 0.4s ease-in-out;
}
.shorInfo{
    min-height: 300px;
}

.shorInfo p{
    font-size: 20px;
    line-height: 42px;
    text-align: justify;
}

.single-service, .single-service-last{
    min-height: 375px;
}
.features .single-feature h3{
    font-size: 26px;
}
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.features .single-feature p {
    line-height: 28px;
}
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-us{
    padding-top: 40px;
}
.contant-inner-title a{
    color: #555555;
}
.contant-inner-title a:hover{
    color: #492750;
}
.single-info{
    padding-top: 40px;
}
.hero-image img{
    border-radius: 20px;
}
.portfolio-details .pf-details-sidebar{
    padding: 0 50px;
}
.portfolio-details .pf-details-sidebar{
    background-color: transparent;
}

.navbar-nav .nav-item a {
    font-size: 18px;
}

.sign-count .single-feature {
    text-align: center;
    position: relative;
    margin-top: 30px;
    padding: 40px;
    background-color: #fff;
    /*border: 2px solid #eee;*/
    border-radius: 50px 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sign-round i {
    height: 85px;
    width: 85px;
    line-height: 85px;
    text-align: center;
    display: inline-block;
    background-color: #492750;
    color: #fff;
    font-size: 38px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.sign-round{
    /*border: 2px solid #eee;*/
    width: 200px;
    height: 200px;
    background-color: #492750;
    border-radius: 50%;
    margin:  0 37.5%;
}
@media (max-width: 991px) {
    .sign-round{
        margin:  0 20.3333%;
    }
}
.sign-round h3{
    color: #fff;
    font-size: 45px;
}
.contact-us .single-info ul li{
    font-size: 18px;
    line-height: 22px;
}
.scroll-top{
    background-color: #492750;
}
.navbar-nav .nav-item{
    margin-right: 23px;
}
.navbar-brand{
    margin-right: 0;
}
.section{
    padding-top: 0px;
}
.section-title, .p30{
    padding-top: 30px;
}
.colorBlock{
    width: 25%;
    float: left;
}
.call-action{
    padding-top: 0px;
}
/**  Sign part  */
.calendar a{
    display: initial;
}

.calendar .single-feature {
    text-align: center;
    position: relative;
    margin-top: 30px;
    padding: 20px;
    color: #FFFFFF;
    border: 2px solid #eee;
    border-radius: 50px 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

@media (max-width: 767px) {
    .calendar .single-feature {
        min-height: 180px;
    }
}

.calendar .single-feature:hover {
    -webkit-box-shadow: 0px 10px 30px #00000017;
    box-shadow: 0px 10px 30px #00000017;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.calendar .single-feature i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.calendar .single-feature h3 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 30px;
    color: #fff;
}

.calendar .single-feature p {
    line-height: 24px;
    text-align: center;
}
.inline-close-btn {
    width: 200px;
    display: block;
    margin: auto;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #eee;
    color: #ffffff;
    border-radius: 20px 7px;
}
a:hover.inline-close-btn{
    color:#ffffff;
}
/**  Sign part - end */
.call-4VoteAction {
    padding: 40px  0;
    margin-bottom: 0px;
    background-color: #F0F3FA;
}


.header, .navbar-area.sticky{
    background-color: #d80c13;
}
.headerline{
    /*height: 30px;*/
    background-color: #08437f;
}
.navbar-nav .nav-item a  {
    color: #ffffff;
}
.breadcrumbs {
    padding-top: 180px;
}
.navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
    color: #492750;
}

.navbar-nav .nav-item:hover a{
    color: #492750;
}
.hero-area {
    padding: 180px 0 120px 0;
}
img.post-media {
    width: auto !important;
}
.sticky .navbar .navbar-nav .nav-item a {
    color: #FFFFFF;
}
.navbar-nav .nav-item .sub-menu > .nav-item > a{
    color: #d80c13;
}

@media (max-width: 767px) {
    .sticky .navbar .navbar-nav .nav-item a {
        color: #492750;
    }
}

.footer .copyright-area{
    padding: 30px 0;
}
.call-action {
    margin-bottom: 95px;
}
/***********/
/***********/
/*    v2   */
/***********/
.headerline{
    background-color: #08437f;
}

.navbar-nav .nav-item a {
    /*main.css*/
    padding: 11px 0;
}
.navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
    color: #FFFFFF;
}

.navbar-nav .nav-item:hover a{
    color: #FFFFFF;
}
.navbar-nav .nav-item{
    margin-right: 43px;
}
.navbar-nav .nav-item .sub-menu .nav-item a {
    color: #08437f !important;
}
.navbar-brand{
    padding: 7px 0;
}
@media (max-width: 767px){
    .sticky .navbar .navbar-nav .nav-item a{
        color: #08437f !important;
    }
    .header .mobile-menu-btn .toggler-icon{
        background-color: #FFf;
    }
    .sticky .toggler-icon{
        background-color: #FFF !important;
    }
    .headerline{
        margin-top: 10px;
    }
    .header {
        padding-bottom: 0 !important;
    }
    .mobile-menu-btn{
        border: 1px #FFFFFF solid;
        border-radius: 3px;
        padding: 5px;
    }
    .header .navbar-brand img {
        width: 180px !important;
        height: 68px !important;
    }
    .logomobile{
        padding-left: 25%;
    }
    h1{
        font-size: 42px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky .navbar .navbar-nav .nav-item a{
        color: #08437f !important;
    }
    .headerline{
        margin-top: 10px;
    }
    .header {
        padding-bottom: 0 !important;
    }
    .mobile-menu-btn{
        border: 1px #FFFFFF solid;
        border-radius: 3px;
        padding: 7px;
    }
    .header .mobile-menu-btn .toggler-icon{
        background-color: #FFf;
    }

    .header .navbar-brand img {
        width: 180px !important;
    }
    .logomobile{
        padding-left: 40%;
    }
}
@media (max-width: 767px){
    .footer .footer-top {
        padding: 0;

    }
}