@charset "UTF-8";

@font-face {
    font-family: "Opificio";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/optificio/Opificio.eot")
    format("embedded-opentype"), url("../fonts/optificio/Opificio.woff")
    format("woff2"), url("../fonts/optificio/Opificio.woff")
    format("woff"), url("../fonts/optificio/Opificio.ttf")
    format("truetype"), url("../fonts/optificio/Opificio.svg") format("svg");
}

@font-face {
    font-family: "Opificio_Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/optificio/Opificio_Bold.eot") format("embedded-opentype"), url("../fonts/optificio/Opificio_Bold.woff") format("woff2"), url("../fonts/optificio/Opificio-Bold.otf") format("woff"), url("../fonts/optificio/Opificio_Bold.ttf") format("truetype"), url("../fonts/optificio/Opificio-Bold.svg") format("svg");
}

@font-face {
    font-family: "Opificio-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/optificio/Opificio-Regular.eot") format("embedded-opentype"), url("../fonts/optificio/Opificio-Regular.otf") format("woff2"), url("../fonts/optificio/Opificio-Regular.woff") format("woff"), url("../fonts/optificio/Opificio-Regular.woff2") format("truetype"), url("../fonts/optificio/Opificio-Regular.svg") format("svg");
}

body {
    font-family: 'Opificio', "Open Sans", Helvetica, Arial, sans-serif;
    background-color: white;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
}
/**

 */
.section-title {
    font-size: 36px !important;
    font-family: "Opificio", sans-serif;
    font-weight: 700 !important;
    color: #575759 !important;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
/**
Primary bar
 */
.primary-bar {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
}
.primary-bar-menu,
.secondary-bar-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.primary-bar-menu li,
.secondary-bar-menu li {
    display: inline-block;
}
.primary-bar-menu li:after {
    content: "|";
    float: right;
    color: #212121;
    margin-left: 5px;
    margin-right: 5px;
}
.secondary-bar-menu-wrap {
    display: flex;
    height: 100%;
    justify-content: right;
    align-items: center;
}
.primary-bar-menu li:last-child:after {
    display: none;
}
.secondary-bar-menu li a {
    background-color: #dc0030;
    color: white;
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 18px;
    font-weight: bold;
}
/**
Navigation
 */
.navigation {
    background-color: #5f6062;
}
.navigation #mega-menu-wrap-main-menu {
    background-color: #5f6062;
}


#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:first-child {
    background-color: #dc0030;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px 0px 20px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: #dc0030;
    color: #fff;
    border-color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
}
.navigation .navbar-nav .nav-link:hover,
.navigation .navbar-nav .nav-link.active{
    background-color: #dc0030;
    color: white;
}

.navigation .icon-menu-item .nav-link {
    font-size: 2em;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/**
Drop down
 */
.navigation .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #5f6062;
    margin: 0;
}

.navigation .dropdown-menu  .dropdown-item {
    color: white;
}

.navigation .dropdown-menu  .dropdown-item:hover {
    background-color: #dc0030;
    color: white;
}

/**
Page background
 */
.page-background {
    width: 100%;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-background .container{
    height: 100%;
}
.page-title {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.page-title h1 {
    color: white;
    text-transform: uppercase;
}
/**
Flag wrapper
 */
.stickable {
    z-index: 99 !important;
}
.slider .slider-content {
    position: relative;
    height: 100%;
}
.flag-wrapper {
    position: absolute;
    top: 37%;
    background-color: white;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    left: 47.5%;
    text-align: center;
    line-height: 96px;
    z-index:0
}
.flag-wrapper img {
    position:relative
}
.flag-wrapper:before {
    content: "";
    width: 2px;
    background-color: white;
    height: 476px;
    position: absolute;
    top: -178px;
    left: 47px;
}
.slider-section h3 {
    font-weight: 700;
    font-size: 43px;
    margin: 0 auto;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 45px;
}
.slider-section div {
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 40px;
    color: #fff;
}
.slider-link-text {
    color: white;
    display: block;
    font-weight: bold;
    margin-bottom: 16px
}
.slider-link-text:hover {
    color: white;
}
.slider-link-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-color: white;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;

}
.slider-link-icon i{
    color: #dc0030;
    font-size: 2em;
}
.slider-link-icon:hover {
    background-color: #dc0030;
}
.slider-link-icon:hover i{
    color: white;
}
/**
Product Box
 */
.product-box {
    border: 1px solid #d7d7d7;
}
.prd-title {
    font-family: 'Opificio_Bold', sans-serif;
    font-size: 14px;
    text-align: center;
    padding-top: 16px;
}
.prd-excerpt {
    font-family: "Opificio-Regular", sans-serif;
    font-size: 12px;
    padding-left: 7px;
}
.prd-read-more {
    border-top: 1px solid #d7d7d7;
    text-align: center;
    padding-top: 5px;

    padding-bottom: 5px;
}
.prd-read-more a {
    color: #b10021;
    font-family: 'Opificio_Bold', sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
}
/**
mISSION
 */
.mission-section {
    background-color: #dc0030;
    padding-top: 16px;
    padding-bottom: 16px;
}
.s_comma {
    background-image: url("../img/start_comma.png");
    background-repeat: no-repeat;
    width: 39px;
    height: 31px;
    display: inline-block;
}

.e_comma {
    background-image: url("../img/end_comma.png");
    background-repeat: no-repeat;
    width: 39px;
    height: 31px;
    display: inline-block;
}
.mission-first,
.mission-second{
    color: white;
    font-size: 33px;
}
/**
Menu cofina
 */
.menu-cofina-wrapper {
    padding-left: 109px !important;
}
.menu-cofina-wrapper h3 {
    font-family: "Opificio";
    color: #434343;
    font-size: 25px;
    font-weight: 700;
    text-align: left !important;

}
.menu-cofina {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-cofina li {
    height: 45px;
    background: url(../img/link.jpg) no-repeat left center #FFF;
    padding: 0 0 0 40px;
    position: relative;
    display: flex;
    align-items: center;
}
.menu-cofina  li:hover {
    background: url(../img/link-hover.jpg) no-repeat left center #dc0030;}

.menu-cofina li:hover a { color:#FFF}

/**
Testimonial
 */

.testimonials-title {
    position: absolute;
    top: 25px;
    font-size: 36px !important;
    font-family: "Opificio", sans-serif;
    font-weight: 700 !important;
    color: #575759 !important;
    text-transform: uppercase;
}
.testimonial-author {
    color:#dc0030 ;
}

.testimonial-img {
    background-size: contain;
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.testimonial-content {
    padding-top: 216px;
}
.testimonial-content-text {
    position: relative;
    padding-left: 35px;
    font-style: italic;
    color: #575759;
    font-family: "Opificio-Regular";
    font-weight: bold;
    font-size: 18px;
}
.testimonial-content-text:before {
    content: "";
    background-image: url("../img/quote.png");
    width: 27px;
    height: 18px;
    position: absolute;
    left: 0;
}
.testimonial-slider .owl-dots {
    text-align: left;
}
/**
News
 */
.news-section {
    background-color: #a0a1a3;
}
.news-item {
    background-color: white;
    padding: 2px;
    margin: 2%;

}
.news-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 176px;
}
.news-meta {
    font-family: "Opificio-Regular";
    color: #aaaaaa;
    font-size: 11px;
    padding-top: 6px;
}
.news-date,.news-author {
    margin: 0 3px 4px 10px;
}
.news-date i, .news-author i {
    font-size: 13px;
}
.news-title {
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
    padding: 10px;
    line-height: 12px;
    height: 45px;
}
.news-title a {
    font-family: "Opificio_Bold", sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.news-title a:hover {
    color:#dc0030 ;
}
.news-excerpt {
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;

    padding-bottom: 4px;

    height: 105px;
    overflow: hidden;
}
.news-read-more {
    color:#dc0030;
    font-family: "Opificio_Bold", sans-serif;
    font-size: 12px;
}
.news-read-all {
    color: white;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
}
.news-read-all:hover {
    color: white;
}
/**
Tweeter
 */
.twitter-feed-section {
    background-color: #dc0030;
    padding-top: 10px;
    padding-bottom: 10px;
}
.twitter-right-section,
.twitter-left-section{
    display: flex;
    align-items: center;
    position: relative;
}
.twitter-left-text {
    font-size: 20px;
    color: #fff;
    margin-left: 25px;
}
.twitter-left-icon {
    font-size: 2em;
    color: white;
    margin-left: 25px;
}
.twitter-right-section:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 50px;
    background-color: white;
}
/**
Partener
 */
.partner-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 70px;
    margin: 3%;
}
/**
NewsLetter
 */
.newsletter-section {
    background-color: #a0a1a3;
    padding-top: 30px;

    padding-bottom: 30px;
}
.newsletter-section h3 {
    font-size: 35px;
    color: white;
    padding-bottom: 0;

    margin-bottom: 0;
}
.newsletter-form-wrap,
.newsletter-title{
    display: flex;
    align-items: center;
    height: 100%;

}
/**
Footer
 */
.footer {
    background-color: #2a2a2a !important;
    border-top: 2px solid white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-address {
    color: white;
    margin-top: 16px;
}

/**
Network menu
 */
.footer-header {
    color: white;
    font-size: 26px;
    padding-top: 27px;
    padding-bottom: 23px;
    font-family: "Opificio";
}

.footer-header-small {
    color: white;
    font-size: 20px;
    padding-top: 27px;
    padding-bottom: 23px;
    font-family: "Opificio";
}

.network-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.network-menu li {
    margin-bottom: 10px;
}

.network-menu li a {
    color: white;
}

.footer-social {

}

.footer-social a {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}

.bottom-menu {
    text-align: center;
    border-top: 1px solid white;
    padding-top: 16px;
}

.bottom-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.bottom-menu ul li {
    display: inline-block;
}

.bottom-menu ul li a {
    color: white;
}

.bottom-menu ul li::after {
    content: "|";
    float: right;
    color: #fff;
    margin-right: 40px;
    margin-left: 40px;
}

.bottom-menu ul li:last-child::after {
    display: none;
}

/**

 */
.post-thumbnail {
    height: 400px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 16px;
}

.sidebar {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar li {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.recent-img {
    height: 114px;
    width: 100%;
    background-size: cover;
    background-color:#f0f0f0;
}

.recent-img-small {
    height: 80px;
    width: 100%;
    background-size: cover;
    background-color:#f0f0f0;
}
.recent-title {
    font-size: 16px;
}
.sidebar {
    position: relative;
    padding-left: 26px;

}

.sidebar:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #dc0030;
    left: 0;
}
.sidebar-header {
    font-size: 27px;

    text-transform: uppercase;
}

.sidebar-header:after {
    content: "";
    height: 2px;
    width: 50px;
    background-color: #dc0030;
    margin-bottom: 40px;
    display: block;
}
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 16px;
}
.sidebar ul li {
    margin-bottom: 16px;
}

.sidebar > ul > li.margin-effect > a:hover {
    margin-left: 10px;
}
/**
Product template
 */
.product-description {
    text-align: center;
    font-size: 20px !important;font-family: Raleway,Opificio-Regular !important;   font-weight: 300; color: #5f6062;

}
/**
Modal
 */
.modal-content {
    border-radius: 0;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #dc0030;
    letter-spacing: 1px;
}
.modal-footer {
    justify-content: center;
}
a.btn.btn-primary {
    background-color: #dc0030;
    color: white;
    border-radius: 0;
    border-color: transparent;
}
/**
Career
 */
#careerAccordion .card-header .btn-link {
    font-size: 16px;
    font-weight: bold;
    color: #dc0030;
    white-space: normal;
    text-align: left;
}

/**
News
*/
.news-img {
    background-size: cover;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}
.news-meta span {
    font-size: 13px;
    color: #999;
    margin-right: 16px;
}
/**
Pagination
 */
/*-------- 6.9. Post Pagination --------*/
#blog_pagination{
    padding-top: 0;
    margin-top: 30px;
    padding-bottom: 0;
}

#blog_pagination .container{
    position: relative;
}

#blog_pagination .pagination{
    margin: 0 auto;
    display: table;
}

#blog_pagination .page-numbers{
    color: #8a8d94;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    float: left;
    border: 1px solid #e5e8eb;
    border-radius: 4px;
    padding: 9px 13px 10px 12px;
    margin-right: 10px;
    background: #fff;
    -webkit-transition: all 180ms ease-in;
    -moz-transition: all 180ms ease-in;
    -ms-transition: all 180ms ease-in;
    -o-transition: all 180ms ease-in;
    transition: all 180ms ease-in;
}

#blog_pagination .page-numbers.next,
#blog_pagination .page-numbers.prev{
    padding: 8px 6px 8px 6px;
}

#blog_pagination .page-numbers.next{
    margin-right: 0;
}

#blog_pagination .page-numbers.prev{
    margin-left: 0;
}

#blog_pagination i{
    font-size: 18px;
    margin: 0 5px;
}

#blog_pagination .page-numbers:hover{
    background: #dc0030;
    color: #fff;
}

#blog_pagination .page-numbers.current{
    background: #dc0030;
    color: #fff;
}

#inner_post_pagination > span,
#inner_post_pagination > a{
    background: #f5f7f8;
    color: #505558;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 16px 13px 16px;
    margin: 0;
    border-top: 1px solid #e6ebed;
    border-bottom: 1px solid #e6ebed;
    border-right: 1px solid #e6ebed;
}

#inner_post_pagination > a {
    background: #fff;
}

#inner_post_pagination > a span{
    border: none;
}

#inner_post_pagination > a:hover{
    background: #505558;
    color: #fff;
}

#inner_post_pagination > span:first-child,
#inner_post_pagination > a:first-child{
    border-left: 1px solid #e6ebed;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#inner_post_pagination > span:last-child,
#inner_post_pagination > a:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/**
Side button
 */
.facebook_right {
    position: fixed;
    right: 0;
    top: 275px;
    z-index: 999;
}
/** Heading **/
.heading {
    color: #dc0030;
}
h5.heading {
    font-weight: bold;
    text-transform: uppercase;
}
/** Contcts */
/*==================================================================
[ Size ]*/
.size1 {
    width: 355px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}


.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.flex-w {

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

}
.dis-flex {

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

}
.p-b-47 {
    padding-bottom: 47px;
}
.p-b-20 {

    padding-bottom: 20px;

}.p-r-25 {

     padding-right: 25px;

 }
.txt1 {
    font-size: 18px;
    line-height: 1.2;
    color: #dc0030;
    font-weight: bold;

}
/** Modal content */
.modal-pack .modal-dialog  {
    font-size: 14px;
}
.modal-pack strong {
    color: #dc0030;
}
.modal-pack .modal-dialog h3 {
    font-size: 20px;
    color: #dc0030;
    font-weight: bold;
}
.modal-pack .modal-dialog h4 {
    color: #dc0030;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}