/*!
Theme Name: tunneltech
Theme URI: tunneltech
Author: web-market-top.fr
Author URI: web-market-top.fr
Description: 
Version: 1.0.0

Text Domain: tunneltech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


#header-menu-id > li > a > span:hover
{
	
}

/* #header-menu-id > li > a > span
{
	font-weight: 400 !important;
} */

/*
@font-face {
    font-family: 'suisseIntl';
    src:url(http://165.232.130.162/infotechdesign/tunneltech/assets/fonts/SuisseIntl-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
*/
/*
:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Raleway", sans-serif;
}
*/

/*:root {
    --font-default: ''SuisseIntl'!important';
    --font-primary: "SuisseIntl";
    --font-secondary: "suisseIntl";
    --font-third:"";
}
*/

:root {
    --font-default: "Open Sans", sans-serif;

    --font-primary: "Open Sans", sans-serif;
    --font-secondary: "Open Sans", sans-serif;
    --font-third:"";
}

/* Colors */

:root {
    --color-default: #2b180d;
    --color-primary: #ff1100;
    --color-secondary: #26292F;
    --color-white: #ffffff;
}


/* Smooth scroll behavior */

:root {
    scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
/*max-width: 1290px;
margin: 0 auto;*/
}
#primary {
    /*max-width: 1320px; убрал для картинки во весь экран*/
    margin: 0 auto;
  }
a {
    color: var(--color-primary);
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: red;
    text-decoration: none;
    /* border-bottom: 2px solid #fff; */

}
.mylink:hover {
    border-bottom: 2px solid #fff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}



/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
/*     overflow: hidden; */
    padding: 0px 0;
}

.section-header {
    text-align: center;
    /* padding-bottom: 30px; */
}

.section-header h2 {
    font-size: 32px;
    font-weight: 500;
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
    position: relative;
    padding-top: 10px;
}

.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-header p {
    margin-bottom: 0;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
/*    background-image: http://test.tunneltech.eu/wp-content/uploads/2023/04/FlyStation-Korea_2.jpg;*/
    padding: 255px 0 30px 0;
    min-height: 50vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -160px;
    background-image: none!important;
/*    background-color: #1f2124;*/
    background-color: #26292f;

}

.breadcrumbs:before {
    content: "";
    /* background-color: rgba(7 8 9 / 70%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0em, rgba(0, 0, 0, 0.62) 2em, rgba(0, 0, 0, 0.49) 4em, rgba(0, 0, 0, 0.33) 6em, rgba(0, 0, 0, 0.16) 10em, rgba(0, 0, 0, 0.05) 14em, rgba(0, 0, 0, 0) 20em, #26292F);
    position: absolute;
    inset: 0;
}

.breadcrumbs h3 {
    /* font-size: 56px; */
    font-weight: 500;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    background-image: linear-gradient(to bottom, #000, #000, #26292F);
}

.breadcrumbs h3 {
    font-size: 13vw;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    background-image: linear-gradient(#000,#000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
        background-image: linear-gradient(to bottom, #000, #000, #26292F);
        filter: drop-shadow(10px 10px 4px #26292F);

}

.breadcrumbs h2{
    font-size:13vw;
    line-height: 1;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    background-image: linear-gradient(#000,#000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
        background-image: linear-gradient(to bottom, #000, #000, #26292F);
    filter: drop-shadow(10px 10px 4px #26292F);
            filter: drop-shadow(10px 10px 4px #26292F);


}

.service-div .h2-font {
    font-size: 8vw;
}

.ecosystem .media-font,
.our-projects-div .media-font,
.industiral-sensors-font {
    font-size: 10vw!important;
        font-family: "Open Sans", sans-serif;

}


body{
    background: #26292F!important;
}
@media (max-width: 575px) {
    .breadcrumbs {
        padding: 255px 0 30px 0;
        min-height: 50vh;
        overflow: hidden;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: -150px;
    }
    /*.breadcrumbs h3 {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        font-family: var(--font-secondary);
    }*/
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}

.breadcrumbs ol a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}

@media (max-width: 481px) {
.ecosystem .media-font,
.our-projects-div .media-font,
.industiral-sensors-font {
    font-size: 15vw!important;
        font-family: "Open Sans", sans-serif;

}

.breadcrumbs h2{
    font-size:18vw!important;
    }

    .breadcrumbs h3 {
    font-size:15vw!important;
}
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 48px;
    bottom: 15px;
    z-index: 99999;
    background: transparent;
    border: 2px solid #ff1100;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #ff1100;
    line-height: 0;
}

.scroll-top:hover {
    background: #ff1100;
}

.scroll-top:hover i {
    color: #000000;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--color-primary);
    border-top-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* @media (min-width: 1025px) {
    .header {
        transition: all 0.5s;
        z-index: 997;
        padding: 2px 0;
        background-image: linear-gradient(180deg, black, transparent);
    }
} */
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 2px 0;
    background-image: linear-gradient(180deg, black, transparent);
}

.header .navbar a {
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    margin-right: 5px !important;
    font-size: 14px!important;
	font-weight: 500;
}
.single-projects-php{margin-bottom: 50px;}
.single-projects-php h1{color: #fff;
    margin-top: 80px;
    margin-bottom: 20px;}
.single-projects-php .post-img img{height: auto;}
.single-projects .contact_us{display: none;}
.home .header-min-height {
    margin-bottom: 0px;
  }
.header-min-height {
    margin-bottom: 100px;
  }
.h1-title-abs{
top: 0;
left: 0;}
h1.elementor-heading-title{font-size: 50px;}
.elementor-posts--thumbnail-left .elementor-post {
  
    align-items: center;
  }
.bg_img h1{

}
.post-thumbnail {
    width: 100vw; 
    height: 41.67vw; /* 100 / 2.4 = 41.67 для сохранения пропорции */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-template-page-full, .page-template, .single {
    overflow-x: hidden;
  }
  h1.entry-title{text-align: right;}
.has-post-thumbnail{position: relative;}
.has-post-thumbnail .entry-header{position: absolute;
    right: 0px;
    top: 20px;
    z-index: 5;
    padding-right: 20px;}
    h1.elementor-heading-title {
        text-align: right;
      }
#axial-fans video {
    width: 100%;
    height: 100%;
  }
/*
  body .elementor-widget-button .elementor-button, body .elementor-9 .elementor-element.elementor-element-801c9ed .elementor-button{ font-weight: 800;
    background: #ff1100;
    color: #000;} 
    body .elementor-widget-button .elementor-button:hover,
     body .elementor-9 .elementor-element.elementor-element-801c9ed .elementor-button:hover{ font-weight: 800;
        background:transparent;
        color: #fff;} 
*/
#res-proj{}
#res-proj .elementor-post .elementor-post__thumbnail{ transition: all 0.5s;}
#res-proj .elementor-post:hover .elementor-post__thumbnail{transform: scale(1.1);}
#specification .specification-list{height: 100%;}
#specification .specification-list{}
#specification .specification-list .elementor-icon-list-items{
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
#projects1{}
.project-item img{height: 200px !important;
    object-fit: cover;}
#projects1{}
#projects1{}

@media screen and (max-width: 1200px){
    .navbar a, .navbar a:focus {
        padding: 10px 4px 10px 4px !important;
    }
    
}

@media (max-width: 1200px) {
    html{
        overflow-x: hidden;
      }
    .header {
        padding: 12px 0; max-width: 100vw;
    }
}

.header.sticked {
    background: #000;
    padding: 2px 0;
}

.header .logo img {
    max-height: 65px;
    margin-right: 6px;
}

.header .logo h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-secondary);
    margin: 0;
}

.navbar a,.navbar a:focus {
	padding: 10px 10px 10px 6px;
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

@media (min-width: 738px) {
    .navbar {
        padding: 0;
    }
    .navbar ul {
        margin: 0;
    padding: 0;
    display: inline-flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    }
    .navbar li {
        position: relative;display: inline-block;
    }
		.navbar a,
		.navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px 10px 6px;
        gap:4px;
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        white-space: nowrap;
        transition: 0.3s;
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 0px;
    }
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #ff1100;
    }
	
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.2s;
    }
    .navbar .dropdown ul li {
        min-width: 200px;  width: 100%;
    }
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 14px;
        text-transform: none;
        color: var(--color-secondary);
    }
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }
    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 90%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: 100%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: 100%;
    }
}


@media (min-width: 990px) {
   
} 
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

.translate-search {
    display: flex;
    justify-content: flex-end;
	align-items: center;
}

.lang {
    width: 50%;
}

.lang section {
    padding: 0;
    overflow: visible !important;
}

.added-menu-item #search-menu .wrapper button {
    width: 35px;
}

.lang section .wpml-ls-legacy-dropdown {
    width: 100%;
}

.added-menu-item #search-menu .wrapper input {
    width: 100%;
    padding-left: 12px;
}

.added-menu-item #search-menu form {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}


@media (max-width: 990px) {
  .mobile-nav-show {
        color: rgba(255, 255, 255, 0.9);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        float: left;
    }
	.mobile-nav-hide {
        color: rgba(255, 255, 255, 0.9);
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        left: 360px;
        top: 15px;
        z-index: 9999;
    }
    .post-thumbnail {
       
        min-height: 100vh; 
      
    }
    .type-products .post-thumbnail {
        min-height: 50vh;
      }
}


@media (max-width: 738px) {
    .logo-col {
        order: 2;
    }
    .translate-search {
        order: 3;
    }
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(0, 0, 0, 0.9);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }
/*     .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-default);
        font-size: 15px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s;
    } */
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #fff;
    }
    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: rgba(20, 35, 51, 0.0);
    }
    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }
  
    
    .mobile-nav-active {
        overflow: hidden;
    }
    .mobile-nav-active .navbar {
        left: 0;
    }
    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgb(33 37 41 / 70%);
        z-index: 9996;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
    width: 100%;
/*     min-height: 100vh; */
    background: #000;
    /*background: url("https://tunneltech.eu/static/images/ecosystem/industry-image.jpeg") top center;
  background-size: cover;*/
    position: relative;
    padding: 0;
    z-index: 3;
}

@media (min-width: 1034px) {
    .hero:after {
        position: absolute;
        content: "";
        width: 40%;
        background: var(--color-secondary);
        top: 0;
        bottom: 0;
        display: none;
    }
}

.hero:before {
    position: absolute;
    content: "";
    /*background: rgba(27, 47, 69, 0.6);*/
    background: #000;
    inset: 0;
}

@media (max-width: 1034px) {
    .hero:before {
        /* background: rgba(27, 47, 69, 0.7);*/
        background: #000;
    }
}

.hero .container {
    z-index: 1;
}

@media (min-width: 1365px) {
    .hero {
        background-attachment: fixed;
    }
}

.hero h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    font-family: var(--font-secondary);
}

.hero blockquote {
    color: #fff;
    padding-left: 20px;
    font-size: 15px;
    font-family: var(--font-default);
    border-left: 2px solid var(--color-primary);
    margin: 40px 0;
}

.hero .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--color-primary);
}

.hero .btn-get-started:hover {
    background: rgba(0, 0, 0, 0.8);
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

.hero .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.hero .btn-watch-video:hover {
    color: #fff;
}

.hero .btn-watch-video:hover i {
    color: #000000;
}

@media (max-width: 640px) {
    .hero h2 {
        font-size: 36px;
        line-height: 1;
    }
    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 13px;
    }
}


/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/

.why-us {
    padding-bottom: 0;
}

.why-us .img-bg {
    min-height: 500px;
    background-size: cover;
}

.why-us .slides {
    background-color: #f7f9fc;
}

.why-us h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-secondary);
}

.why-us h4 {
    font-size: 18px;
    font-weight: 400;
    color: #29486a;
    font-family: var(--font-secondary);
}

.why-us .swiper {
    margin: 140px 140px 120px 140px;
    overflow: hidden;
}

.why-us .swiper-button-prev:after,
.why-us .swiper-button-next:after {
    font-size: 24px;
    color: var(--color-secondary);
}

.why-us .swiper-button-prev {
    left: 80px;
}

.why-us .swiper-button-next {
    right: 80px;
}

.why-us .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.why-us .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--color-secondary);
}

.why-us .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

@media (max-width: 1200px) {
    .why-us .swiper {
        margin: 60px 60px 40px 60px;
    }
    .why-us .swiper-button-prev,
    .why-us .swiper-button-next {
        display: none;
    }
}

@media (max-width: 575px) {
    .why-us .swiper {
        margin: 40px 40px 20px 40px;
    }
}

.page-about .why-us {
    padding: 0 0 80px 0;
}
@media (max-width: 780px) {.added-menu-item #search-menu form {
    max-width: 100%;
    margin: 0;
    width: 90%;
  }
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about .content h3 {
    font-weight: 700;
    font-size: 36px;
    font-family: var(--font-secondary);
    color: var(--color-secondary);
}

.about .content p {
    margin: 30px 0;
    color: #29486a;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding: 0 0 15px 26px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: var(--color-primary);
}


/*--------------------------------------------------------------
# Services List Section
--------------------------------------------------------------*/

.services-list .service-item {
    position: relative;
}

.services-list .service-item .icon i {
    font-size: 32px;
    line-height: 0;
    margin-right: 20px;
    color: #38618e;
}

.services-list .service-item .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

.services-list .service-item .title a {
    color: var(--color-white);
}

.services-list .service-item .title a:hover {
    color: #ff1100;
}

.services-list .service-item .description {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/

.call-to-action {
    background: linear-gradient(rgb(255 0 0), rgb(0 0 0 / 80%)), url(https://tunneltech.eu/static/images/ecosystem/tunnel-control.jpg) center center;
    background-size: cover;
    padding: 100px 0;
}

@media (min-width: 1365px) {
    .call-to-action {
        background-attachment: fixed;
    }
}

.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
}

.call-to-action p {
    color: #fff;
    margin-bottom: 25px;
}

.call-to-action .cta-btn {
    font-family: var(--font-default);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    color: #000000;
    background: transparent;
    border: 2px solid #000000;
}

.call-to-action .cta-btn:hover {
    background: #000;
    color: #ff1100;
}


/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/

.features {
    padding-bottom: 0;
}

.features h3 {
    color: var(--color-white);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.features .icon-list i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1.2;
}

.features .icon-list span {
    font-size: 18px;
    color: #fff;
}

.features .phone-wrap {
    position: absolute;
    right: 0;
}

@media (max-width: 768px) {
    .features .phone-wrap {
        position: relative;
    }
}

.features .phone-wrap img {
    width: 340px;
}

@media (max-width: 992px) {
    .features .phone-wrap img {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .features .phone-wrap img {
        width: 100%;
    }
}

.features .details {
    margin-top: 80px;
    padding: 120px 0;
    background-color: #f7f9fc;
}

.features .details h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.features .details p {
    margin-bottom: 20px;
    font-size: 15px;
    color: var(--color-white);
}

.features .details .btn-get-started {
    font-family: var(--font-primary);
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 32px;
    border-radius: 5px;
    border: 2px solid #ff1100;
    transition: 0.5s;
    background-color: transparent;
    color: #ff1100;
}

.features .details .btn-get-started:hover {
    background: #ff1100;
    color: #000;
}


/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/

.recent-posts .post-box {
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.recent-posts .post-box .post-img {
    overflow: hidden;
    position: relative;
}

.recent-posts .post-box .post-img img {
    transition: 0.5s;
    height: 200px;
}

.recent-posts .post-box .meta {
    margin-top: 15px;
}

.recent-posts .post-box .meta .post-date {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-primary);
}

.recent-posts .post-box .meta .post-author {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-white);
}

.recent-posts .post-box .post-title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 15px 0 0 0;
    position: relative;
    transition: 0.3s;
}

.recent-posts .post-box p {
    margin: 15px 0 0 0;
    color: rgba(255, 255, 255, 0.7);
}

.recent-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    margin-top: auto;
}

.recent-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}


/*.recent-posts .post-box:hover .post-title {
  color: var(--color-primary);
}*/

.recent-posts .post-box:hover .post-img img {
    transform: scale(1.1);
}


/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/

.team .team-member {
    overflow: hidden;
    background: #fff;
}

.team .team-member .member-img {
    position: relative;
    overflow: hidden;
}

.team .team-member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-member .social a {
    transition: color 0.3s;
    color: #31547c;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.team .team-member .social a i {
    line-height: 0;
}

.team .team-member .social a:hover {
    color: var(--color-primary);
}

.team .team-member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .team-member .member-info {
    padding: 25px 15px 0 15px;
    text-align: center;
}

.team .team-member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--color-secondary);
}

.team .team-member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #6c757d;
}

.team .team-member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #6c757d;
}

.team .team-member:hover .social {
    opacity: 1;
}


/*--------------------------------------------------------------
# Services Cards Section
--------------------------------------------------------------*/

.services-cards {
    background: #f7f9fc;
}

.services-cards .card-item {
    border: 1px solid rgba(27, 47, 69, 0.1);
    background: #fff;
    position: relative;
    border-radius: 0;
}

.services-cards .card-item .card-bg {
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-cards .card-item .card-body {
    padding: 30px;
}

.services-cards .card-item h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--color-secondary);
}

.services-cards .card-item p {
    color: var(--color-secondary);
    margin: 0;
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0px 0 20px rgba(27, 47, 69, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}

.testimonials .testimonial-item .stars {
    margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #e8eff6;
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.testimonials .swiper-slide {
    opacity: 0.3;
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }
    .testimonials .swiper-pagination {
        margin-top: 0;
    }
    .testimonials .testimonial-item {
        margin: 40px 20px;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/

.portfolio .portfolio-flters {
    padding: 0;
    margin: 0 auto 30px auto;
    list-style: none;
    text-align: center;
}

.portfolio .portfolio-flters li {
    color: var(--color-secondary);
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    margin: 0 10px;
    line-height: 1;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
    color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
    margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
    margin-right: 0;
}

@media (max-width: 575px) {
    .portfolio .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px;
    }
}

.portfolio .portfolio-item {
    position: relative;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-default);
    padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 14px);
    color: rgba(27, 47, 69, 0.7);
    transition: 0.3s;
    line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: var(--color-primary);
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 14px;
    font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--color-primary);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(27, 47, 69, 0.1);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6e2ef;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-secondary);
}

.portfolio-details .portfolio-description p {
    padding: 0;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.contact {
    background: url("../img/contact-bg.png") left top no-repeat;
    background-size: contain;
    position: relative;
}

@media (max-width: 640px) {
    .contact {
        background-position: center 50px;
    }
}

.contact:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.contact .info-item+.info-item {
    margin-top: 40px;
}

.contact .info-item i {
    font-size: 20px;
    background: var(--color-primary);
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1c88ba;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.contact .php-email-form {
    width: 100%;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 12px 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--color-primary);
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #1f98d1;
    border: 0;
    padding: 12px 40px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
    background: var(--color-primary);
}
.home .container.bread {
    display: none;
  }



@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/

.blog .posts-list article {
    height: 100%;
    border-bottom: 1px solid #d6e2ef;
    padding-bottom: 30px;
}

.blog .posts-list article+article {
    margin-top: 60px;
}

.blog .posts-list .post-img {
    max-height: 240px;
    overflow: hidden;
}

.blog .posts-list .title {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 0 0;
}

.blog .posts-list .title a {
    color: var(--color-white);
    transition: 0.3s;
}

.blog .posts-list .title a:hover {
    color: var(--color-primary);
}

.blog .posts-list .meta-top {
    margin-top: 20px;
    color: #467ab3;
	display: none;
}

.blog .posts-list .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .posts-list .meta-top ul li+li {
    padding-left: 8px;
}

.blog .posts-list .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(255, 255, 255, 0.8);
}

.blog .posts-list .meta-top a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .posts-list .content {
    margin-top: 20px;
}

.blog .posts-list .read-more a {
    display: inline-block;
    color: #ff1100;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
}

.blog .posts-list .read-more a:hover {
    color: var(--color-primary);
}


/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/

.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
    padding: 30px;
    margin-bottom: 15px;
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: var(--color-white);
}

.blog .blog-details .content {
    margin-top: 20px;
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(27, 47, 69, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
    box-shadow: 0px 0px 10px -2px #ddd;
}

.blog .blog-details .content blockquote p {
    color: var(--color-white);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-white);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: var(--color-gray);
}

.blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .blog-details .meta-top ul li+li {
    padding-left: 8px;
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(255, 255, 255, 0.8);
}

.blog .blog-details .meta-top a {
    color: var(--color-gray);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgb(103 103 103);
}

.blog .blog-details .meta-bottom i {
    color: #ff1100;
    display: inline;
}

.blog .blog-details .meta-bottom a {
    color: rgb(255 255 255 / 80%);
    transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
    color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
}

.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--color-secondary);
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
    color: rgba(27, 47, 69, 0.5);
    margin-right: 5px;
}

.blog .post-author p {
    font-style: italic;
    color: rgba(var(--color-gray-rgb), 0.8);
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/

.blog .sidebar .sidebar-title {
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: var(--color-white);
}

.blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(27, 47, 69, 0.2);
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
    outline: none;
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: var(--color-primary);
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: rgba(86, 184, 230, 0.8);
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: var(--color-white);
    font-size: 15px;
}

.blog .sidebar .categories ul a:hover {
    color: #ff1100;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(var(--color-default-rgb), 0.4);
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
    display: flex;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.6);
    padding: 20px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
    font-size: 18px;
    font-weight: 400;
}

.blog .sidebar .recent-posts h4 a {
    color: var(--color-white);
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: rgba(var(--color-default-rgb), 0.4);
	display: none;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #fff;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid rgba(27, 47, 69, 0.15);
    display: inline-block;
    border-radius: 50px;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(27, 47, 69, 0.8);
    font-size: 14px;
}


/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/

.blog .comments {
    margin-top: 30px;
}

.blog .comments .comments-count {
    font-weight: bold;
}

.blog .comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .comments .comment .comment-img {
    margin-right: 14px;
}

.blog .comments .comment .comment-img img {
    width: 60px;
}

.blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-default);
    transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
    color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(27, 47, 69, 0.8);
    margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .comments .reply-form p {
    font-size: 14px;
}

.blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
    background-color: rgba(27, 47, 69, 0.8);
}


/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/

.blog .blog-pagination {
    margin-top: 30px;
    color: #38618e;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #ff1100;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    background: var(--color-primary);
    color: #fff;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background-color: rgba(0, 0, 0, 0.8);overflow: hidden;
}

.footer {
    font-size: 14px;
}

.footer .footer-content {
    background-color: #fff;
    /*background-image: url('https://tunneltech.eu/static/images/tunnels-map.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;*/
    padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
    margin-bottom: 30px;
}

.footer .footer-content .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
}

.footer .footer-content .footer-info .logo img {
    max-height: 65px;
    margin-right: 6px;
}

.footer .footer-content .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    margin-top: 3px;
}

.footer .footer-content .footer-info p {
    font-size: 15px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: var(--color-white);
}

.social-links a {
    font-size: 20px;
    line-height: 0;
    display: inline-block;
    width: 42px;
    height: 32px;
    color: rgba(27, 47, 69, 0.5);
    margin-right: 10px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
}

.footer .footer-content .social-links a:hover {
    background-color: #38618e;
}

.footer .footer-content h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-content .footer-links {
    margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-content .footer-links ul i {
    margin-right: 2px;
    color: var(--color-primary);
    font-size: 16px;
    line-height: 0;
}

.footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-content .footer-links ul a {
    color: #000;
    transition: 0.3s;
    display: inline-block;
    /*line-height: 1;*/
}

.footer .footer-content .footer-links ul a:hover {
    /*color: var(--color-primary);*/
    border-bottom: 3px solid var(--color-primary);
    


}





.footer .footer-content .footer-contact p {
    line-height: 26px;
    color: var(--color-white);
}

.footer .footer-legal {
    background: #000;
    padding: 10px 0;
}

.footer .footer-legal .copyright {
    text-align: center;
    color: var(--color-white);
}

.footer .footer-legal .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
    color: var(--color-white);
}


/*17 AUGUST 2022 AAKASH*/

.bg-grey {
    background-color: #141414;
}
.blog table.table tr th, .blog table.table tr td {
    color: #ffffff;
}

/*page not found*/
.no-page-content-wrap {
    margin-top: 60px;
    text-align: center;
    border: 1px solid #d1d1d1;
    padding: 20px 0px;
}

.no-page-content-wrap h3.page-title {
    color: #fd0913;
    font-weight: 700;
}

.no-page-content-wrap .page-content p {
    color: #000000;
    margin: 0;
}


.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Позиция сверху */
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.col-md-4.py-3 p a {
    height: 40px;
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .col-md-4.py-3 {
    padding-top: 0 !important;
  }

  .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none !important;
  }

  .input_div textarea{max-height: 110px;}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
.nav-links {
    
  }

.grecaptcha-badge {
    display: none !important;
  }
 body .ur-frontend-form {
    margin-bottom: 30px;
    border: 0;
    max-width: 950px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid legend, .ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid label {
    margin-left: 5px;
    color: #fff !important;
  }
  .user i {
    color: #fff;
    font-size: 24px;
    margin-right: 5px;
  }
.field-radio ul{display: flex;padding: 0 !important;}
.field-radio ul li{ padding-right: 10px;}
.field-radio ul li label{
    margin-left: 0px;
  }
 body .ur-frontend-form .ur-form-row .ur-form-grid {
    flex: 1;
    padding: 0 25px;
  }
  .ur-label {
    font-weight: normal !important;
    font-size: 1.1em !important;
  }
  body #user-registration {
    background-color: transparent;
    margin: 30px 0;
  }
  .page-php {
    
  }
  #user_registration_ajax_login_submit {
    margin-top: 15px;
  }

  .user-registration-MyAccount-content {
    color: #000;
  }
  .user-registration-ResetPassword.ur_lost_reset_password {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }

  .ur-frontend-form input[type="submit"] {
    float: none !important;
  }
  .ur-frontend-form .ur-button-container .ur-submit-button {
    margin-left: 0 !important;
  }
  .ur-field-item.field-text.city {
    width: 65%;
    float: right; clear: right;
  }

  .ur-field-item.field-number.zip-code {
    width: 30%;
    float: left;
  }
  .title_01::before {
    content: "Name and e-mail ";
    font-size: 24px;
    font-weight: bold;
  }
  .title_02::before {
    content: "Password ";
    font-size: 24px;
    font-weight: bold;
  }
  .title_03::before {
    content: "Company details ";
    font-size: 24px;
    font-weight: bold;
  }

  .team-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-container .team-member {
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    position: relative;
}
.team-container .team-desc {
    position: absolute;
    width: 100%;
    background: #ccccccbf;
    bottom: 0px;
    left: 0;
    color: #000;
    padding-bottom: 10px;
  }

  .team-container .team-member:hover {
    transform: scale(1.05);
}

.team-container .team-member img {
    width: 100%;
    
    height: 100%;
    object-fit: cover;
  }

.team-container .team-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.team-container .team-position {
    font-style: italic;
    color: #666;
}

/* Модальное окно */
.team-container .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.team-container .modal-content {
    background: #00000078;
    padding: 40px;
    max-width: 800px;
    border-radius: 10px;
    position: relative;
    font-size: 1.1em;
    overflow-y: scroll;
    max-height: 80%;
    overflow-x: hidden;
  }

  .team-container .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}
.admin-bar #header{ top: 33px;}

#hitbtns.tabular-btns {
    display: none;
  }

@media screen and (max-width: 1024px) {
	.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 6px 8px 6px;
    gap: 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    transition: none;
}
	.lang {
    width: 50%;
}
.team-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
}


@media screen and (max-width: 990px) {
	
}




@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
    .team-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .team-container > div{margin-bottom: 20px;}
}
@media screen and (max-width: 1400px) {
.header .navbar a {
    padding: 10px 4px 10px 4px;
    font-size: 14px;
}
#header-menu-id > li {
width: auto;    text-align: center;
  }
#header-menu-id li a span {
    display: inline-block;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    
  }
}


@media screen and (max-width: 1200px) {
.header .navbar a {
    font-size: 12px;
}
}

@media screen and (max-width: 737px) {
.header .navbar a {
   padding: 10px 10px 10px 10px;
	font-size: 14px;
}
	#navbar{
	padding: 15PX;
	}
	
}





@media (min-width: 576px){
.header .container {
    max-width: 100%;
}

}

@media (min-width: 768px){
	.header .container {
    max-width: 720px;
}
.products.has-post-thumbnail .entry-header{
   
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    margin-top: 0;
    height: 1px;
    overflow: visible;
    position: relative;
  }
  body .navbar li.menu-item-has-children > .sub-menu{display: none; width: auto;}
  body .navbar li.menu-item-has-children:hover > .sub-menu{display: block; width: auto;}
}


@media (min-width: 992px){
	.header .container {
    max-width: 100%;
}

}
@media (min-width: 1200px){
	.header .container {
    max-width: 1140px;
}
}
	

@media (min-width: 1400px){
	.header .container {
    max-width: 1320px;
}
}
.table-tooltip {
    position: relative;
    display: inline-block;
  }

  @media (max-width: 768px){
    .has-post-thumbnail .entry-header {
        position: absolute;
        left: 0;
        top: -50px;
        z-index: 5;
      }
.elementor-grid-item.projects.type-projects {
    display: block;
  }

   .blog .blog-details{padding: 0;}
  .mtext {
    padding: 0;
  }
  .single-projects-php h1 {
    color: #fff;
    margin-top: -10px;
    font-size: 25px !important;
    text-align: center;
    margin-bottom: 40px !important;
  }
  .ur-frontend-form .ur-form-row {
    display: block !important; 
  }
  .ur-frontend-form .ur-form-row .ur-form-grid{width: 100% !important;padding: 0 !important; }

  #header-menu-id li.current-menu-item > a {
    border-bottom:
2px solid #ff1100;
  }


}