/*
CTC Separate Stylesheet
Updated: 2022-06-02 11:41:40
*/

.container-rss{
        text-align: center;
    padding: 20px;
}

.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,
 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{
    top: 0;
            font-family: "Font Awesome 5 Free";
    content: "\f0d7";
        font-size: 38px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
        text-align: center;
        color: #cd2312;
            background: #cd2312;
}

 .elementor-nav-menu--main .elementor-item{
     overflow: hidden;
 }
 

.elementor-widget-icon.icon-services{
       margin-bottom: 0 !important;
}

.tab-pane {
    padding: 1px;
}
.tab-content > .tab-pane.active {
    display: block;
}
.nav-pills {
    display: flex;
    flex-wrap: nowrap;
    background: #f4f4f4;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
}
.boxContainer {
    border: 1px solid #d5d5d5;
}
.nav-pills li {
    border: none !important;
    width: 50%;
    text-align: center;
   /* position: relative;*/
}
.nav-pills li a {
    display: block;
    font-size: 20px;
    padding: 10px;
    color: #353535;
}
.nav-pills li:nth-child(1).activeTab,
.nav-pills li:nth-child(1):hover {
    background: #3b5998;
}
.nav-pills li:nth-child(2).activeTab,
.nav-pills li:nth-child(2):hover {
    background: #bd1d4b;
}
.nav-pills li.activeTab a i,
.nav-pills li:hover a i {
    color: #fff;
}
.nav-pills li i {
    font-size: 20px;
}
.nav-pills li.activeTab a,
.nav-pills li:hover a {
    color: #fff !important;
}
.nav-pills li.activeTab::after,
.nav-pills li:hover::after {
    content: "\f39e";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: -12px;
    font-size: 30px;
    left: 0;
    right: 0;
    color: #fff;
}
.tab-content > .tab-pane.active {
    display: block;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content iframe {
    height: 365px;
}

.banner {
    position: relative;
}
.banner > img {
    width: 100%;
}
.banner .mascara img {
    margin-bottom: 10px;
}
.banner .mascara {
    position: absolute;
    top: 0;
    text-align: center;
    background: rgba(21, 28, 44, 0.9);
    width: 100%;
    padding: 20px 0;
    height: 175px !important;
    transition: all 1s ease;
}
.banner .mascara:hover {
    height: 100% !important;
    padding-top: 40px;
}
#content .banner .mascara h2 {
    font-family: "Roboto Thin", sans-serif;
    color: #fefeff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}
#content .banner .mascara h3 {
    font-family: "Roboto Light", sans-serif;
    color: #fefeff;
    font-size: 18px;
    font-weight: 400;
}
#content .banner .btn {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    right: 0;
}
#content .banner .btn a {
    font-size: 15.6px;
    padding: 15px;
    border-radius: 3px;
}
.btn-style-one, .submit {
    background: #cf2513;
    border: 1px solid #c15b50;
    border-radius: 3px;
    
        color: #fff !important;
    font-family: "Roboto Light", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    padding: 25px;
    display: inline-block;
    margin-top: 20px;
    font-size: 15.6px;
    padding: 15px;
    border-radius: 3px;
}
.btn-style-one:hover {
    background: #ee230d;
}