/*==========================
 <--start-header-area -->
===========================*/

.header-area {
    position: relative;
    z-index: 2;
}

.header-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: -1;
}

.header-menu {
    text-align: right;
}

.header-menu ul li {
    display: inline-block;
    margin-right: 34px;
}

.header-menu ul li a {
    display: inline-block;
    color: #111;
    padding: 36px 0;
    transition: 0.5s;
    font-weight: 500;
}

.header-menu ul li a:hover {
    color: #ed1f24;
}

.header-menu ul li i {
    display: inline-block;
    position: relative;
    top: 1px;
    left: 5px;
    transition: 0.5s;
}

.header-menu ul li i:hover {
    color: #ed1f24;
}

.header-search-button a i {
    color: #111;
    display: inline-block;
}

.header-button {
    display: inline-block;
    margin-left: 15px;
}

.header-button a {
    display: inline-block;
    border-radius: 25px;
    background-color: #ed1f24;
    padding: 11px 46px;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.header-button a:hover {
    color: #ed1f24;
}

.header-button a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0);
    border-radius: 25px;
    z-index: -1;
    transition: 0.5s;
}

.header-button a:hover:before {
    transform: scale(1);
}

.header-button i {
    margin-left: 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
}

.header-button a:hover i {
    color: #ed1f24;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    position: relative;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #ed1f24;
    border-radius: 3px 3px 0 0;
}

.header-menu ul li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 6px 19px;
    color: #020202;
    width: 200px;
    font-weight: 500;
}

.header-menu ul li .sub-menu li a:hover {
    background: #ed1f24;
    color: #fff;
}


/*==========================
 <--start-slider-section -->
===========================*/
.hero-section {
    background: url(assets/images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 120px);
    min-height: 600px;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 1;
    display: inline-block;
}

/* .hero-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 39%;
    top: 65px;
    left: 0;
    background: #0F0D0E;
    z-index: -1;
    border-radius: 0 60px 0 60px;
    padding-right: 50px;
    margin-right: -50px;
} */


.hero-content h4 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0px;
    color: #ed1f24;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    opacity: 0.8;
    letter-spacing: 3px;
    background: #0F0D0E;
    padding: 2px 20px !important;
    border-radius: 20px 0 20px 0;
}

/* .hero-content h4:before {
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    height: 79%;
    left: -20px;
    top: 7px;
    border: 1px solid #ed1f24;
    border-radius: 100%;
} */

.hero-content h1 {
    font-size: 35px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    position: relative;
    opacity: 0.8;
    background: #0F0D0E;
    display: table;
    padding: 10px 30px;
    border-radius: 40px 0 40px 0;
}

p.hero-desc {
    color: #fff;
    width: 65%;
    padding: 27px 0 22px;
    color: #fff;
    font-size: 16px;
}

.spekar-button {
    margin-top: 38px;
    position: relative;
    display: inline-block;
}

.spekar-button a {
    background: #ed1f24;
    color: #fff;
    padding: 16px 30px;
    border-radius: 35px;
    transition: 0.5s;
    border: 1px solid #ed1f24;
}

.spekar-button a:hover {
    background: #fff;
    color: #ed1f24;
    border: 1px solid #ed1f24;
}

.spekar-button i {
    display: inline-block;
    margin-left: 8px;
    color: #fff;
    transition: 0.5s;
}

.spekar-button a:hover i {
    color: #ed1f24;
}

.hero-vedio-button {
    display: inline-block;
}

.hero-vedio-button a i {
    display: inline-block;
    background: #ed1f24;
    color: #fff;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    position: relative;
    left: 20px;
}

/*==========================
 <--start-section-title-->
===========================*/
.section-title {
    padding: 0 0 22px;
}

.section-title.tow {
    padding: 0 0 52px;
}

.section-title h4 {
    position: relative;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #ed1f24;
    font-weight: 500;
}

.section-title h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}

p.desc-one {
    width: 90%;
    padding: 26px 0 0;
}

p.desc-tow {
    width: 63%;
    margin: auto;
    padding: 27px 0 0;
}

/*==========================
 <--start-about-section -->
===========================*/
.about-section {
    padding: 123px 0 125px;
    background: #F5F5F5;
}

.about-thumb {
    margin-left: -26px;
    position: relative;
}

.successful-conference {
    background: #ed1f24;
    display: inline-block;
    padding: 17px 68px 14px;
    transform: skew(-15deg);
    position: absolute;
    left: -127px;
    top: 76px;
}

.successful-conference p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    transform: skew(0);
}

.about-box-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 19px;
}

.about-box-icon {
    margin-right: 11px;
    margin-top: 20px;
    background: #ed1f24;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.about-box-icon img {
    width: 12px;
    height: auto;
}

.about-content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 46px;
}

.about-content p {
    width: 80%;
    line-height: 23px;
}


/*===============================
 <--start-service-section-->
=================================*/
.service-section {
    padding: 104px 0 104px;
}

.service-section.inner {
    padding: 125px 0 104px;
}

.single-service-box {
    margin-bottom: 20px;
}

.service-box-thumb {
    overflow: hidden;
}

.service-box-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-service-box:hover .service-box-thumb img {
    transform: scale(1.1);
}

.service-content {
    background-color: #838383;
    width: 100%;
    padding: 36px 0 39px 33px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}


.service-content:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #ed1f24;
    z-index: -1;
    transition: 0.5s;
}

.single-service-box:hover .service-content:before {
    width: 100%;
}


.service-content h4 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
    color: #ffff;
}

.service-content p {
    color: #ffff;
    font-weight: 500;
}

.service-button {
    position: absolute;
    left: -122px;
    top: 33px;
    transition: 0.5s;
}

.single-service-box:hover .service-button {
    left: -54px;
}

.service-button a {
    background: #fff;
    display: inline-block;
    padding: 15px 49px;
    border-radius: 30px;
}

.service-button i {
    display: inline-block;
    font-size: 24px;
    position: relative;
    left: 25px;
    color: #222;
    top: 3px;
}


/*=====================================
 <--start-brand-section ->
======================================*/
.brand-section {
    background: #F5F5F5;
    padding: 107px 0 107px;
}

.brand-section .section-title.tow {
    padding: 0 0 57px;
}

.brand-box {
    background: #fff;
    text-align: center;
    padding: 122px 0 118px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.5s;
}

.brand-thumb {
    opacity: 1;
    transition: 0.5s;
}

.brand-box:hover .brand-thumb {
    opacity: 0;
}

.brand-thumb p.description {
    font-weight: 500;
    padding: 8px 0 0;
}

.brand-content {
    background: #ed1f24;
    padding: 126px 31px 0;
    border-radius: 0 0 156px 156px;
    position: absolute;
    top: -63px;
    width: 100%;
    height: 100%;
    transition: 1s;
    opacity: 0;
}

.brand-box:hover .brand-content {
    opacity: 1;
}

.brand-content p {
    font-size: 16px;
    color: #ffff;
}

/*=====================================
 <--start-testimonial-section-->
======================================*/
.testimonial-section {
    background: url(assets/images/teasimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 119px 0 117px;
}

.testi-quote-icon i {
    font-size: 50px;
    color: #ed1f24;
    display: inline-block;
}

.testi-author-content h4 {
    font-size: 24px;
    color: #fff;
    margin-top: -8px;
}

.testi-author-content p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: -8px;
    text-transform: uppercase;
}

.testi-desc p {
    font-size: 24px;
    color: #fff;
    width: 80%;
    font-style: italic;
    line-height: 41px;
    margin: auto;
    margin-top: 36px;
}

.testi-pages-number {
    text-align: center;
}

.testi-pages-number span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 87px;
    display: inline-block;
    margin-top: 16px;
    margin-left: 17px;
}

/*--=========owlCarousel-dot===========--*/
.owl-dots {
    text-align: center;
    position: relative;
    cursor: pointer;
}

.owl-dot.active {
    background: #fff;
    width: 25px;
}

.owl-dot {
    height: 6px;
    width: 30px;
    background: #8F8B8C;
    line-height: 30px;
    display: inline-block;
    margin-right: 4px;
    transition: .5s;
    margin-bottom: 20px;
    position: relative;
    border-radius: 30px;
}

.custom-owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 9999;
}

.custom-owl-nav button {
    pointer-events: auto;
    background: #ed1f24;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 32px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
}

.custom-owl-nav button:hover {
    background: #c81a1e;
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .custom-owl-nav {
        display: none !important;
    }
}

.slider_list .owl-nav {
    display: none !important;
}

/* Venobox lightbox optimization for portrait images */
.vbox-container img {
    max-height: 85vh !important;
    width: auto !important;
    margin: 0 auto;
    object-fit: contain !important;
}



/*=====================================
 <--start-blog-section-->
======================================*/
.blog-section {
    background: #FDFDFD;
    padding: 103px 0 125px;
}

.blog-section.blog-2column {
    padding: 123px 0 91px;
}

.blog-section.blog-list {
    padding: 122px 0 124px;
}

.blog-section.blog-grid {
    background: #FDFDFD;
    padding: 123px 0 100px;
}

.blog-section .section-title {
    padding: 0 0 60px;
}


.single-blog-box.blog-grid {
    margin-bottom: 24px;
}

.blog-section.blog-2column .single-blog-box {
    margin-bottom: 20px;
}

.single-blog-box {
    position: relative;
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box:hover .blog-thumb img {
    transform: scale(1.1);
}

.blog-content h4 a {
    font-size: 20px;
    color: #ffff;
    font-weight: 700;
    display: inline-block;
    line-height: 28px;
    transition: 0.5s;
    margin: 7px 0 0;
}

.single-blog-box:hover .blog-content h4 a {
    color: #ed1f24;
}

.blog-section.blog-2column .blog-content h4 a {
    font-size: 20px;
}

.meta-blog {
    position: absolute;
    bottom: 140px;
    left: 27px;
}

.meta-blog p {
    background: #ed1f24;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border-radius: 50px;
}

.blog-content {
    background: #181616;
    padding: 34px 32px 9px;
}

.blog-user span {
    color: #fff;
    margin-right: 65px;
    font-weight: 500;
}

/*=====================================
 <--start-contact-section-->
======================================*/
.contact-section {
    background: url(assets/images/breadcumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 125px 0 124px;
}

.single-contact-box {
    background: rgba(237, 31, 36, 0.7);
    padding: 29px 35px 54px;
}

.contact-box-content h1 {
    font-size: 48px;
    color: #fff;
}

.contact-box-content p {
    font-size: 16px;
    padding: 15px 0 19px;
    color: #f9f7f7;
}

.contact-input-box input {
    background: transparent;
    border: transparent;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #f9f7f7;
    margin-bottom: 24px;
    outline: 0;
    padding: 0 11px;
    color: #f9f7f7;
}

.contact-input-box input::placeholder {
    color: #f9f7f7;
}


.contact-massage-box textarea {
    background: transparent;
    border: transparent;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #f9f7f7;
    outline: 0;
    padding: 0 11px;
    color: #f9f7f7;
}

.contact-massage-box textarea::placeholder {
    color: #f9f7f7;
}

.contact-submit-button button {
    background: transparent;
    border: 1px solid #f9f7f7;
    color: #fff;
    padding: 13px 40px;
    border-radius: 30px;
    margin-top: 42px;
}

.contact-submit-button button i {
    color: #fff;
    position: relative;
    display: inline-block;
    left: 8px;
    top: 2px;
}


/*=====================================
 <--start-footer-secion-->
======================================*/
.footer-section {
    background: #181616;
    padding: 30px 0 10px;
}

.footer-logo a {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}

.footer-widget-desc p {
    font-size: 16px;
    color: #ffff;
    width: 40%;
    margin: auto;
    padding: 2px 0;
}

.footer-socail-ion ul li {
    display: inline-block;
    color: #fff;
}

.footer-socail-ion ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 0px;
    transition: 0.5s;
    position: relative;
    background: #2A2E2F;
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.footer-socail-ion ul li i:hover {
    color: #fff;
}

.footer-socail-ion ul li i:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background: #ed1f24;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
}

.footer-socail-ion ul li i:hover:after {
    transform: scale(1);
}

.copyright-area {
    border-top: 1px solid #ed1f24a8;
    margin-top: 20px;
}

.copyright-area p {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 15px;
}






/*===========================================
 <--start-breadcumb-sectio-->
=============================================*/
.breadcumb-section {
    background: url(assets/images/breadcumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 186px 0 108px;
    text-align: center;
    margin-top: -99px;
    position: relative;
    z-index: 1;
}

.breadcumb-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #222;
    z-index: -1;
    opacity: 0.6;
}

.breadcumb-title h1 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 8px;
}

.breadcumb-content ul li {
    display: inline-block;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 6px;
}

.breadcumb-content ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

.breadcumb-content ul li i {
    display: inline-block;
    font-size: 15px;
}


/*=====================================
 <--start-highlights-section-->
======================================*/
.highlights-section {
    padding: 100px 0;
    background: #838383;
}

.highlight-box {
    text-align: center;
    padding: 30px 20px;
    transition: 0.5s;
    border-radius: 10px;
    height: 100%;
}

.highlight-box:hover {
    background: rgba(255, 255, 255, 0.15);
}

.highlight-icon {
    width: 70px;
    height: 70px;
    background: #ed1f24;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
    transition: 0.5s;
    box-shadow: 0 5px 15px rgba(237, 31, 36, 0.3);
}

.highlight-box:hover .highlight-icon {
    transform: translateY(-10px);
    background: #fff;
    color: #ed1f24;
}

.highlight-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}

.highlight-content p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}


/*=====================================
 <--start-gallery-section-->
======================================*/
.gallery-section {
    padding: 125px 0 110px;
}

.single-gallery-box {
    margin-bottom: 20px;
}

.gallery-thumb {
    position: relative;
    overflow: hidden;
}

.gallery-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-gallery-box:hover .gallery-thumb img {
    transform: scale(1.1);
}

.gallery-content {
    background: #ed1f24;
    padding: 10px 55px 40px;
    position: absolute;
    bottom: -207px;
    left: 0;
    border-radius: 0 0 10px 10px;
    width: 100%;
    transition: 0.5s;
}

.single-gallery-box:hover .gallery-content {
    bottom: 0;
    border-radius: 0;
}

.gallery-content h4 a {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 4px;
}

.gallery-content p {
    color: #fff;
}


/*================================
 <--start-history-section-->
=================================*/
.history-section {
    padding: 106px 0 59px;
}

.history-section .section-title h1 {
    font-size: 40px;
    line-height: 38px;
}

.history-section .section-title {
    padding: 0 0 67px;
}

.history-box {
    margin-bottom: 69px;
}

.history-box.upper {
    margin-top: -178px;
    padding: 0 45px 0;
}

.history-box.upper .history-content {
    width: 93%;
}

.history-thumb img {
    width: 100%;
}

.history-content {
    border-radius: 5px;
    background-color: #ffffff;
    width: 82%;
    margin: auto;
    padding: 32px 33px 33px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 8%);
}

.history-content span {
    font-size: 16px;
    color: #ed1f24;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
}

.history-content h4 {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: -9px;
    margin-bottom: 3px;
}


/*=====================================
 <--start-team-sectio-->
======================================*/
.team-section {
    padding: 95px 0 103px;
    background: #F5F5F5;
}

.team-section .section-title {
    padding: 0 0 61px;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.single-team-box {
    margin-bottom: 20px;
}

.team-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-team-box:hover .team-thumb img {
    transform: scale(1.1);
}

.team-content {
    filter: drop-shadow(-2.113px 4.532px 12.5px rgba(140, 140, 140, 0.1));
    background-color: #ffffff;
    text-align: center;
    width: 92%;
    border-radius: 5px;
    margin: auto;
    margin-top: -76px;
    transition: 0.5s;
    overflow: hidden;
    height: 112px;
    position: relative;
}

.single-team-box:hover .team-content {
    height: 140px;
    margin-top: -105px;
}

.team-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background: #ed1f24;
    transform: scale(0);
    transition: 0.5s;
}

.single-team-box:hover .team-content:before {
    transform: scale(1);
}

.team-social-icon {
    position: relative;
    top: 122px;
    transition: 0.5s;
}

.single-team-box:hover .team-social-icon {
    top: 90px;
}

.team-social-icon ul li {
    display: inline-block;
}

.team-social-icon ul li i {
    font-size: 16px;
    display: inline-block;
    color: #ed1f24;
    margin: 0 7px;
    transition: 0.5s;
}

.team-content h4 {
    font-size: 18px;
    line-height: 32px;
    margin: -2px;
}

.team-content p {
    font-size: 16px;
    color: #ed1f24;
}


/*=================================
<--team-details-section-->
==================================*/

.team-details {
    padding: 130px 0 127px;
}

h4.team-details-title {
    font-size: 30px;
    padding: 0 0 18px;
    border-bottom: 1px solid #DAD9DF;
    width: 90%;
}

.team-details-content {
    margin-top: 52px;
}

p.team-details-desc {
    margin: 32px 0 -5px;
}

.team-details-infor {
    margin-top: 40px;
    border-top: 1px solid #DAD9DF;
    width: 90%;
}

.team-details-infor-content {
    margin-top: 32px;
}

.our-client {
    display: inline-block;
    margin-right: 65px;
}

.team-category p,
.work-date-line p,
.our-client p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

.team-category h4,
.work-date-line h4,
.our-client h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.work-date-line {
    display: inline-block;
}

.team-category {
    display: inline-block;
    margin-left: 67px;
}

.team-details-button a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #ed1f24;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    border: 2px solid #ed1f24;
    width: 90%;
    text-align: center;
    padding: 13px 0;
    border-radius: 5px;
    margin-top: 35px;
}

.team-list-iteam {
    margin-top: 30px;
}

.team-list-iteam ul li i {
    display: inline-block;
    color: #ed1f24;
    margin-right: 10px;
    font-size: 18px;
}

.team-list-iteam ul li {
    margin-bottom: 10px;
}

.team-details .team-social-icon {
    top: 0;
}

.team-details .team-social-icon ul li {
    display: inline-block;
    margin-top: 20px;
}

.team-details .team-social-icon ul li i {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #E6E6E6;
    width: 40px;
    height: 39px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 8px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.team-details .team-social-icon ul li i:hover {
    color: #fff;
}

.team-details .team-social-icon ul li i:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scale(0);
    border-radius: 5px;
    background: #ed1f24;
    z-index: -1;
    transition: 0.5s;
}

.team-details .team-social-icon ul li i:hover:after {
    transform: scale(1);
}



/*================================
 <--start-faqs-section-->
=================================*/
.faqs-section {
    padding: 111px 0 113px;
    background: #F5F5F5;
}

.faqs-section .section-title {
    padding: 0 0 60px;
}

p.center {
    width: 65%;
    margin: auto;
    padding: 26px 0 0;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #ed1f24;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    color: #232323 !important;
    background-color: transparent;
    border: 1px solid #ed1f24;
    padding: 14px 20px 14px 30px;
    border-radius: 5px;
    z-index: 1;
    font-family: 'Roboto Condensed', sans-serif;
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 25px 20px 25px 30px;
    margin: 0;
    background: rgba(30, 71, 153, .1);
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

.accordion a.active {
    color: #fff !important;
    border: 1px solid #ed1f24 !important;
    background: #ed1f24 !important;
    border-radius: 5px 5px 0 0;
}

/*================================
 <--start-Service-detaisl-section-->
=================================*/
.service-details {
    background: #F5F5F5;
    padding: 123px 0 110px;
    position: relative;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget form {
    position: relative;
}

.sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border: 2px solid rgba(6, 36, 97, 0.10196078431372549);
    border-radius: 4px;
    padding: 0 20px 0;
    outline: 0;
}

.sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #ed1f24;
    color: #fff;
    position: absolute;
    right: 0;
}

.widget-sidebar-box {
    padding: 30px 30px 30px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.2));
}

h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 25px;
    position: relative;
    z-index: 1;
}

h4.sidebar-title:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 0;
    width: 3px;
    height: 30px;
    background: #ed1f24;
    border-radius: 5px;
}

ul.sidebar-menu {
    border-top: 2px solid rgba(6, 36, 97, 0.10196078431372549);
    padding: 30px 0 0;
}

ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19, 17, 37, 0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

ul.sidebar-menu li a {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    transition: .5s;
}

ul.sidebar-menu li a i {
    background: #E5E8EF;
    border-radius: 20px;
    font-size: 16px;
    padding: 0px 3px;
    margin-right: 5px;
    transition: .5s;
}

ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

ul.sidebar-menu li:hover a i {
    background: #ed1f24;
    color: #fff;
}

.widget-download-box {
    padding: 30px 30px 15px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

.widget-download-box ul li a {
    background: #ed1f24;
    color: #fff;
    display: inline-block;
    padding: 14px 36px;
    font-size: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.widget-download-box ul li i {
    font-size: 15px;
    display: inline-block;
    margin-right: -4px;
    color: #fff;
}


/*sidebar quick contact*/

.widget-sidebar-quick-contact {
    background: url(assets/images/sidebar-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 49px 0 49px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.logo-thumb img {
    width: 48%;
}

h3.widget-title2 {
    padding: 3px 0 0px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: -13px;
}

h5.sidebar-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h5.sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 170px;
    top: 30px;
    margin: auto;
    width: 90px;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
}

h5.sidebar-title:after {
    position: absolute;
    content: "";
    left: 170px;
    right: 0;
    top: 30px;
    margin: auto;
    width: 90px;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
}

h5.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    padding: 1px 0 30px;
}

.widget-button a {
    padding: 12px 35px;
    background: #ed1f24;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.widget-button a:hover {
    color: #ed1f24;
}

.widget-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: .5s;
    border-radius: 4px;
}

.widget-button a:hover:before {
    width: 100%;
    left: 0;
}

h2.accordion-title {
    font-size: 30px;
    margin-bottom: 23px;
}

/*service details right */

.service-dtls-all-items {
    padding-left: 85px;
}

h2.service-title {
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0 10px;
}

p.service-dtls-desc {
    margin-bottom: 23px;
    text-align: justify;
}

p.service-dtls-desc2 {
    padding: 0 0 31px;
}

/*service dtls box*/

.service-dtls-box {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-radius: 5px;
}

.sevice-dtls-content {
    padding-left: 25px;
}

.sevice-dtls-content h4 {
    font-size: 20px;
    line-height: 44px;
}

/*service dtls pannel*/

.service-dtls-itm-pannel {
    border-top: 1px solid rgba(6, 36, 98, 0.10196078431372549);
    border-bottom: 1px solid rgba(6, 36, 98, 0.10196078431372549);
    padding: 25px 0 37px;
    margin: 40px 0 20px 0;
}

.service-dtls-items ul li {
    display: block;
    list-style: none;
    padding: 12px 0 0;
    color: #062461;
    font-weight: 400;
}

.service-dtls-items ul li i {
    background: #E5E8EF;
    border-radius: 20px;
    color: #062461;
    font-size: 15px;
    padding: 0px 3px;
    line-height: 20px;
    margin-right: 5px;
    transition: .5s;
    display: inline-block;
}

.service-dtls-items ul li:hover i {
    background: #ed1f24;
    color: #fff;
}

.service-dtls-cont h5 {
    font-size: 16px;
    color: #ed1f24;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
}

.service-dtls-cont h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 6px 0 0;
}


/*================================
 <--start-Blogs-details-section-->
=================================*/

.blogs-section {
    padding: 121px 0 120px;
    background: #F8F8F8;
}

.blogs-section.style-two {
    background: #F5F5F5;
}

.blogs-section.style-two .blog-content {
    border: transparent;
}

.row.blogs-pr {
    padding-right: 90px;
}

.blogs-section .blog-content {
    padding: 35px 35px 18px;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(6, 36, 98, 0.1);
    border-top: 0;
}

.blogs-section h2.blog-title a {
    font-size: 28px;
    font-weight: 700;
}

.style-two.blogs-section h2.blog-title a {
    font-size: 22px;
    font-weight: 700;
}

p.blog-desc {
    padding: 15px 0 38px;
}

ul.blog-author li {
    list-style: none;
    display: inline-block;
    margin-right: 37px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #062462;
}

ul.blog-author li i {
    color: #ed1f24;
    margin-right: 7px;
}

ul.blog-author li span {
    position: relative;
    z-index: 1;
}

ul.blog-author li span:before {
    position: absolute;
    content: "";
    right: -20px;
    top: 3px;
    width: 1px;
    height: 12px;
    background-color: rgba(7, 72, 131, 0.5019607843137255);
}


/*blog Post
================*/

.blogs-section .widget-sidebar-box {
    padding: 13px 30px 30px;
}

.upp.widget-sidebar-box {
    padding: 13px 30px 15px;
}

.blogs-section h4.sidebar-title.upp {
    padding: 0 0 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
}

.widget-recent-post {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
}

.rpost-content h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #062461;
    display: inline-block;
    transition: .5s;
    font-family: 'Roboto', sans-serif;
}


/* Blog tag
==================*/

.tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.tag-item a {
    background: #f6f6f6;
    padding: 6px 20px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    border: 0;
    font-weight: 400;
    color: #062461;
    transition: .5s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.tag-item a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ed1f24;
    border-radius: 5px 30px 30px 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.tag-item a:hover:before {
    transform: scale(1);
}

.tag-item a:hover {
    color: #fff;
}

/*Blog Details
=================================*/

.single-blog-dtls-box ul.blog-author {
    padding: 8px 0 0;
}

.single-blog-dtls-box .blog-thumb:hover:before {
    width: 100%;
    left: 0;
    visibility: visible;
}

.single-blog-dtls-box .meta-blog a:hover:before {
    transform: scale(1);
}

.blogs-section .single-blog-dtls-box .blog-content {
    padding: 35px 35px 25px;
}

p.blog-desc2 {
    padding: 15px 0 0px;
}

/*Blog Quote
=================*/

.blog-quote {
    background: #f6f6f6;
    padding: 24px 35px 43px;
    border-left: 4px solid #ed1f24;
    border-radius: 2px;
    margin: 25px 0 47px;
}

img.qte-icon {
    float: left;
    margin-right: 20px;
}

.blog-quote p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #062462;
}

.blog-dtls-thumb {
    padding: 20px 0 15px;
}

/*Product List*/

ul.product-list {
    padding: 5px 0 0;
}

ul.product-list li {
    display: block;
    list-style: none;
    color: #062462;
    padding: 0 0 8px;
}

ul.product-list li i {
    color: #ed1f24;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    background: #f6f6f6;
    padding: 20px 20px 25px 30px;
    margin: 35px 0 40px;
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Inter';
    color: #062462;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #062462;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ed1f24;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: #fff;
}

/*Post Comment
=================*/

.blog-post-comment {
    border: 1px solid rgba(6, 36, 98, 0.1);
    padding: 34px 30px 26px;
    border-radius: 5px;
}

h3.blog-comment-title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 34px;
}

.blog-post-comment .post-comment {
    border-bottom: 1px solid rgba(6, 36, 98, 0.1);
    margin-bottom: 30px;
    padding: 0 0 11px;
}

.blog-post-comment .post-comment2 {
    margin-left: 88px;
}

.blog-post-comment h4.post-title {
    font-size: 16px;
    font-weight: 600;
}

.post-comment-thumb {
    float: left;
    margin-right: 32px;
    margin-top: 25px;
}

.blog-post-comment h4.post-title span {
    font-size: 14px;
    color: #ed1f24;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding-left: 25px;
}

.blog-post-comment .post-title span:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 9px;
    height: 1px;
    width: 10px;
    background: #ed1f24;
}

.blog-post-comment span.rights-reply {
    float: right;
    font-weight: 500;
    color: #062462;
    position: relative;
    top: -100px;
    cursor: pointer;
    left: -32px;
}

/*Contact Form
======================*/

.contact-form-box3 {
    padding: 33px 30px 50px;
    border: 1px solid rgba(6, 36, 98, 0.1);
    margin: 30px 0 0;
    border-radius: 5px;
}

.contact-form-box3 .form-box input {
    background-color: #fff;
    border: 0;
    width: 70%;
    height: 50px;
    padding: 13px;
    outline: 0;
}

.contact-form-box3 .form-box textarea {
    background-color: #ffff;
    border: 0;
    width: 100%;
    outline: 0;
    padding: 20px 22px;
}

.contact-form.style-two button {
    background: #ed1f24;
    border: transparent;
    color: #fff;
    padding: 9px 21px;
    margin-top: 20px;
    border-radius: 5px;
}

.contact-form.style-two {
    padding: 0 0 0;
}

/*==================================
<---contact-information-section--->
=================================*/


.contact-information {
    padding: 113px 0 130px;
    background: #F5F5F5;
}

.contact-information .section-title {
    padding: 0 0 65px;
}

.contact-infor-box {
    background: #fff;
    border-radius: 12px;
    padding: 45px 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: flex-start;
    gap: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-infor-box:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 50px rgba(237, 31, 36, 0.15);
}

.contact-infor-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: rgba(237, 31, 36, 0.05);
    /* Jemne cervene pozadie */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-infor-icon i {
    font-size: 32px;
    color: #ed1f24;
    line-height: 1;
}

.contact-infor-content {
    flex-grow: 1;
    text-align: left;
    /* Zarucene zarovnanie dolava */
}

.contact-infor-content h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 0;
    margin-bottom: 8px;
    color: #333;
}

.contact-infor-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #666;
}




/*==============================
<---blog-list-section--->
==============================*/

.blog-section.style-home-2.blog-list {
    padding: 129px 0 129px;
}

.single-blog-box-3 {
    background: #fff;
    padding: 35px;
    border-radius: 5px;
    margin-bottom: 29px;
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.1));
}

.single-blog-thumb-3 {
    overflow: hidden;
}

.single-blog-thumb-3 img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box-3:hover .single-blog-thumb-3 img {
    transform: scale(1.1);
}

.blog-content-3 {
    padding: 28px 0 0;
}

.meta-blog-3 span {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}

.meta-blog-3 span i {
    color: #ed1f24;
    font-size: 13px;
    display: inline-block;
    margin-right: 9px;
}

a.blog-title-3 {
    font-size: 36px;
    display: inline-block;
    color: #232323;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 45px;
    text-transform: unset;
    padding: 14px 0 11px;
    transition: 0.5s;
}

.single-blog-box-3:hover a.blog-title-3 {
    color: #ed1f24;
}

p.blog-desc-3 {
    width: 92%;
    margin-bottom: 22px;
}

/*==============================
<---start-event-section--->
==============================*/
.event-section {
    padding: 30px 0 97px;
    background: #F5F5F5;
}

@media (max-width: 767px) {
    .event-section {
        padding: 100px 0 97px;
    }
}

.single-event-box {
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 8%);
    display: flex;
    align-items: center;
    padding: 20px 19px 21px;
    margin-bottom: 24px;
    background: #fff;
}

.event-thumb {
    flex: 0 0 200px;
    max-width: 200px;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
}

.event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-content {
    padding-left: 20px;
}

.event-type a {
    background: #ed1f24;
    display: inline-block;
    color: #fff !important;
    padding: 1px 11px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
}

.event-content a {
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    margin: 9px 0 1px;
    color: #020202;
}

.event-content span i {
    font-size: 14px;
    display: inherit;
    color: #ed1f24;
    margin-right: 5px;
}

.event-content span {
    display: inline-block;
    margin-right: 63px;
    color: #222;
    font-weight: 500;
    margin-top: 8px;
}

.event-content span:last-child {
    margin-right: 0;
}


/*=================================
<--event-details-section-->
=================================*/
.event-details-section {
    padding: 123px 0 136px;
}

.event-details-thumb img {
    width: 100%;
    margin-bottom: 29px;
}

.event-details-title h4 {
    font-size: 30px;
}

.event-details-desc p {
    text-align: justify;
    margin-top: 13px;
}

.event-info {
    background: #fff;
    padding: 6px 38px 27px;
    border-radius: 5px;
    margin-left: 20px;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 8%);
}

.event-info h4 {
    font-size: 22px;
    color: #020202;
}

.event-info ul li span {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 17px;
}

.event-info ul li {
    color: #222;
    margin-bottom: 18px;
    font-weight: 500;
}

.event-info-social-icon ul li {
    display: inline-block;
}

.event-info-social-icon ul li i {
    background: #ed1f24;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin-left: 7px;
    margin-top: 11px;
    position: relative;
    z-index: 1;
    border: 1px solid #ed1f24;
    transition: 0.5s;
}

.event-info-social-icon ul li i:hover {
    color: #ed1f24;
}

.event-info-social-icon ul li i:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0);
    z-index: -1;
    transition: 0.5s;
    background: #fff;
    border-radius: 50px;
}

.event-info-social-icon ul li i:hover:after {
    transform: scale(1);
}

.single-organizer-box {
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 8%);
    padding: 21px 45px 58px;
    margin-top: 50px;
}

.organizer-title h4 {
    margin-top: 0;
    font-size: 24px;
    border-bottom: 1px solid #cccc;
    margin-bottom: 24px;
}

.organizer-thumb {
    float: left;
    padding-right: 39px;
}

.organizer-social-icon ul li {
    display: inline-block;
    margin-right: 4px;
}

.organizer-social-icon ul li i {
    background: #ed1f24;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    border: 1px solid #ed1f24;
    transition: 0.5s;
}

.organizer-social-icon ul li i:hover {
    color: #ed1f24;
}

.organizer-social-icon ul li i:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0);
    z-index: -1;
    transition: 0.5s;
    background: #fff;
    border-radius: 4px;
}

.organizer-social-icon ul li i:hover:after {
    transform: scale(1);
}

.organizer-content {
    margin-top: 24px;
}

.organizer-social-icon {
    margin-top: 22px;
}





/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #ed1f24;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;

    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #ed1f24;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #ed1f24;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #ed1f24;
}

.header-search-button.search-box-outer {
    padding: 0px 8px 0 0;
    display: inline-block;
}

.header-search-button.search-box-outer a {
    color: #062462;
    display: inline-block;
    position: relative;
    left: 16px;
}






/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ed1f24;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #ed1f24;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #ed1f24;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}


/*===========================
<--  Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 999999;
}

.loader {
    position: relative;
    display: block;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #ed1f24;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #ed1f24;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 999999;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 0.5s 0.2s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 0.5s 0.2s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
    transition: 0.5s 0.7s ease;
}

.loaded .loader {
    opacity: 0;
    transition: 0.5s ease;
}

/* ======================================================
   Mobile Menu Overrides & Modernization
   ====================================================== */
.mean-container .mean-bar {
    background: #ffffff !important;
    /* Brand Red */
    border-bottom: 2px solid #c4191e;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.mean-container .mean-bar::before {
    /* Update Branding */
    font-family: inherit;
    letter-spacing: 1px;
}

.mean-container a.meanmenu-reveal {
    padding: 15px 15px !important;
    color: #ed1f24 !important;
    text-decoration: none !important;
    font-size: 20px !important;
    text-indent: 0 !important;
    /* Show specific text */
    width: auto !important;
}

/* Add MENU text next to hamburger */
.mean-container a.meanmenu-reveal::after {
    content: "MENU";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.mean-container a.meanmenu-reveal span {
    display: inline-block !important;
    vertical-align: middle;
}

/* Modernize Expanded Menu */
.mean-container .mean-nav {
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 20px 20px;
    margin-top: 0px;
}

.mean-container .mean-nav ul li {
    background: #fff !important;
}

.mean-container .mean-nav ul li a {
    color: #333 !important;
    font-size: 30px;
    font-weight: 800 !important;
    padding: 25px 5% !important;
    border-bottom: 1px solid #f0f0f0 !important;
    transition: all 0.3s ease !important;
}

.mean-container .mean-nav ul li a:hover {
    background: #fdf2f2 !important;
    color: #ed1f24 !important;
    padding-left: 7% !important;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9997;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.mean-nav-opened .mobile-menu-overlay {
    display: block;
    opacity: 1;
}

body.mean-nav-opened {
    overflow: hidden;
    /* Prevent scrolling when menu is open */
}

/* Fix mobile logo area */
.mobile-menu-area {
    background: #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand {
    background: transparent !important;
    color: #333 !important;
}

/* Slider Dots */
.slider_list.owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.slider_list.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    height: 4px;
    width: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.slider_list.owl-carousel .owl-dots .owl-dot span {
    display: none !important;
}

.slider_list.owl-carousel .owl-dots .owl-dot.active,
.slider_list.owl-carousel .owl-dots .owl-dot:hover {
    background: #fff;
    width: 40px;
}