:root{
    --grey:#505D68;
    --off-white:#F2F5F7;
    --white:#ffffff;
    --light-grey:#C2D1D9;
    --grey-light:#EFF2F7E5;
    --blue:#26477A;
    --sky:#00AEFF;

}
* {
    margin: 0;
    padding: 0;
    
    box-sizing: border-box;
}

@font-face {
    font-family: 'GeneralSansRegular';
    src: url('../fonts/GeneralSansRegular.eot');
    src: url('../fonts/GeneralSansRegular.eot') format('embedded-opentype'),
         url('../fonts/GeneralSansRegular.woff2') format('woff2'),
         url('../fonts/GeneralSansRegular.woff') format('woff'),
         url('../fonts/GeneralSansRegular.ttf') format('truetype'),
         url('../fonts/GeneralSansRegular.svg#GeneralSansRegular') format('svg');
}
@font-face {
    font-family: 'GeneralSansBold';
    src: url('../fonts/GeneralSansBold.eot');
    src: url('../fonts/GeneralSansBold.eot') format('embedded-opentype'),
         url('../fonts/GeneralSansBold.woff2') format('woff2'),
         url('../fonts/GeneralSansBold.woff') format('woff'),
         url('../fonts/GeneralSansBold.ttf') format('truetype'),
         url('../fonts/GeneralSansBold.svg#GeneralSansBold') format('svg');
}
@font-face {
    font-family: 'GeneralSansMedium';
    src: url('../fonts/GeneralSansMedium.eot');
    src: url('../fonts/GeneralSansMedium.eot') format('embedded-opentype'),
         url('../fonts/GeneralSansMedium.woff2') format('woff2'),
         url('../../fonts/GeneralSansMedium.woff') format('woff'),
         url('../fonts/GeneralSansMedium.ttf') format('truetype'),
         url('../fonts/GeneralSansMedium.svg#GeneralSansMedium') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ExtraBold.woff2') format('woff2'),
        url('../fonts/Roboto-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ExtraLight.woff2') format('woff2'),
        url('../fonts/Roboto-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('../fonts/Roboto-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
}

body {
    /* font-family: 'GeneralSansRegular'; */
    font-family: "Roboto", sans-serif;
     
} 
h1{
    /* font-family: 'GeneralSansMedium'; */
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 64px;
    color: var(--grey);
    
}
.single-projects h1{
    color:#25477B;
}

h3{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    color: var(--grey);
    margin: 0;
    line-height: 100%;

}
h4{
    /* font-family: 'GeneralSansRegular'; */
    font-family: "Roboto", sans-serif;
font-weight: 300;
font-size: 32px;
line-height: 64px;
color: var(--grey);


}
h6{
    color: var(--grey);
font-weight: 600;
font-size: 18px;
line-height: 64px;
letter-spacing: 0px;


}
p{
    /* font-family: 'GeneralSansRegular'; */
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 64px;
  


}
@media (min-width: 1600px){
.container{
    max-width: 1670px;
}
}

.main_header {
    background: #ffffff;
}
/* navbar css */
.navbar {
    border-bottom: 1px solid var(--grey);
    padding: 5px 25px 5px 0px;
    margin: 0 50px;
}
.navbar .form-control{
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-size: 14px;
    border: 1px solid var(--light-grey);
}
.navbar .form-control:focus{
   box-shadow: none;
}
.navbar button{
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar button{
    background-color: var(--sky); 
    border-color: var(--sky);
    color: var(--white);
    padding:10px 25px ;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar button:hover, .navbar button:focus, .navbar button:active, .btn-outline-success{
    background-color: var(--grey);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: var(--grey);
    border-color: var(--grey); 
}
.navbar input::placeholder {
    opacity: 1;
    color: var(--light-grey);
  }
  .navbar form{
    max-width: 340px;
    width: 100%;
  }
  /* end navbar */
  /* footer */
  footer{
    padding: 0 15px 15px;
}
.footer-circle {
    background-color: rgba(161, 174, 183, 0.45);
    border-radius: 19px; 
    height: 70px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.footer-circle p{
    font-family: 'GeneralSansMedium';
font-weight: 600;
font-size: 24px;
line-height: 34px;
text-align: center;
margin: 0;
color: var(--white);

}

/* end footer */

.main{
    height: calc(100vh - 175px);
    overflow-y: auto;

}
.card-box{
    border: 1px solid var(--light-grey);;
    text-decoration: none;
    display: block;
    background-color: var(--light-grey);
    padding: 15px;
    
    border-radius: 8px;
}
.title{
    padding: 15px 0; 
}
.page-content ul,
.management-list{
    margin-top: 15px;
}
.page-content {
    font-weight: 400;
}
.page-content ul li,
.management-list li{   
font-weight: 400;
font-size: 32px;
line-height: 64px;
color: var(--grey);
letter-spacing: 0px;

}
.img-box-img-box-management{
    height: 198px;
}
.img-box-img-box-management img{
    width: 100%;
    height: 100%;
}
.card-box-manag{
    border: 1px solid var(--off-white);
    text-decoration: none;
    background-color: var(--off-white); 
    border-radius: 8px;
    display: block;
    text-align: center; 
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.browse_all_btn .card-box-manag{
    border: 1px solid #A1AEB7;
    color: var(--white);
    background-color: #A1AEB7; 
}
.browse_all_btn .card-box-manag h3 {
    color: var(--white);
}

.card-box-manag .title {
    padding: 35px 0;
}
.card-box-manag h3{
font-family: 'Roboto';
font-weight: 700;
font-size: 24px;
line-height: 26px;
letter-spacing: 0px;
text-align: center;
color: var(--grey);

}
.home{
    background: url(../images/home_bg.png) no-repeat 0 0;  
    background-size: cover;
}
.tax-project-categories,
.page-template-marketplace_home,
.post-type-archive-projects,
.post-type-archive-marketplace {
    background: url(../images/inner-bg.png) no-repeat 0 0;    
    background-size: cover;
}  
.card-box h3 { 
    color: var(--blue);
    padding: 20px 0;
}

.single-projects .bottom-footer::before,
.page-template-about-marketplace .bottom-footer::before,
.page-template-talk-expert .bottom-footer::before,
.single-marketplace .bottom-footer::before {
    content: "";
    height: 1px;
    background: #505D68;
    width: calc(100% - 90px);
    left: 45px;
    top: 0px;
    position: absolute;
}

.bottom-footer{
    background: var(--white);
    padding: 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}
.bottom-footer ul {
    display: flex;
    flex-wrap: wrap; 
    padding: 0;
    margin: 0;
}
.bottom-footer ul li{
    margin: 0 15px;
    list-style: none;
}
ul.home-back{
    justify-content: end;
}
.bottom-footer ul a {
    background: #A1AEB7;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--white); 
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 24px;   
    transition: 0.5s;   
    text-align: center;

}
.bottom-footer ul a.active, .bottom-footer ul a:hover {
   background-color:  #424B5A;
   transition: 0.5s;
}
ul.home-back  a{
    display: block; 
    min-width: 100px; 
    text-align: center;
}
ul.home-back button {
    display: block; 
    min-width: 100px; 
    text-align: center;
    background: #A1AEB7;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--white);
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 24px;
    transition: 0.5s;
    text-align: center;
    border: none;
    transition: 0.5s;
}
ul.home-back button:hover {background-color: #424B5A;}


ul.home-back a img { 
  
    height: 28px;
}
.qr-img {
    max-width: 170px;
    width: 100%; 
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}
.qr_code {
    background: #F0F0F0;
    border-radius: 15px;
}
.qr-img .qr_title {
    line-height: 1;
    font-family: 'GeneralSansRegular';
}
.image_caption {
    font-family: 'GeneralSansRegular';
    font-size: 20px;
    font-weight: 600;
}
.page-template-marketplace_home .bottom-footer {
    background: transparent;
}
.page-template-marketplace_home footer{
    display: none;
}
.marketplace-logo{   
    margin-bottom: 100px;
    text-align: end;
}
.marketplace-logo img {
    max-height: 51px;
}
.marketplace-product-page p {
    font-family: "Roboto", sans-serif;
    font-weight: 400; 
    font-size: 16px;
    line-height: 24px; 
}
.marketplace-product-page p strong,
.marketplace-product-page p b,
.marketplace-product-page strong{ 
    font-family: "Roboto", sans-serif;
    font-weight: 500; 
    font-size: 24px;
    line-height: 35px; 
} 
.consul-title{
    background-color: #25477B;
    padding: 5px 10px;
    color: var(--white);    
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
    margin-bottom: 50px;
}
.page-template-marketplace-product .bottom-footer .container-fluid,
.market-footer .container-fluid{ 
    /* border-top:1px solid #505D68;
    padding-top: 15px; */
} 

.card-about-back h4{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px;

 
}
.card-about-front h3{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px;
    color: #505D68;

 
}
.card-about-back p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;

} 
 

.card-about{
    height: 515px;
    width: 100%;
    border-radius: 10px;
  }
  
  .card-about-inner{
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s; 
    transform-style: preserve-3d;
  }
  
  .card-about:hover .card-about-inner{
    transform: rotateY(180deg);
  }
  
  .card-about-front, .card-about-back{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display:flex;
    align-items: start;
    justify-content: center;
    border-radius: 8px;
    padding: 50px 20px;
  }
  
  .card-about-front{
    background: var(--off-white);
  }
  
  .card-about-back{
    background: var(--off-white);
    color: var(--grey);
    transform: rotateY(180deg);
    padding: 40px 20px;
    overflow-y: auto;
  }


  /**********/
  .breadcrumbs {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;    
    border-radius: 4px;
}
.breadcrumbs li {
    display: inline;
    font-size: 24px;
}
.breadcrumbs li a {
    color: #505D68;
    text-decoration: none;
    font-family: 'GeneralSansRegular';
    font-weight: 300;
}
.breadcrumbs li a:hover {
    color: #505D68;
}
.breadcrumbs li.separator {
    margin: 0 5px;
    color: #ccc;
    font-family: 'GeneralSansRegular';
    font-weight: 500;
}


.post_media img,
.post_media video {
    border-radius: 8px;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
}
.post_media img {
    max-height: 500px;
}
.post_media {
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.post_media .swiper-horizontal {
    padding-bottom: 30px;
}

.post_media .swiper-slide {
    text-align: center;
}

.marketplace_logo {
    max-height: 57px;
}

.solution_header {
    display: flex;
    justify-content: space-between;
}
.h1_heading {
    margin-left: auto;
    margin-right: auto;
}
.cat_qr_code {
    max-width: 170px;
}
.cat_qr_code img {
    width: 100%;
}
.solution_prowrap {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 110px;
}
.solution_prowrap .product_item {
    flex: 1 1 calc(33.333% - 76.666px); /* 33% width minus part of the gap */
    box-sizing: border-box;
    max-width: calc(33.33% - 76.666px);
}

.solution_prowrap .card-box-manag {
    padding: 22px 57px 57px;
    height: 100%;
}
.solution_prowrap .card-box-manag img {
    max-height: 175px;
}

.solution_prowrap.devices_cat {
    column-gap: 75px;
}
.solution_prowrap.devices_cat .product_item {
    flex: 1 1 calc(20% - 60px); /* 33% width minus part of the gap */
    max-width: calc(20% - 60px);
}
.solution_prowrap.devices_cat .card-box-manag {
    padding: 21px 25px;
    height: 100%;
}
.solution_prowrap.devices_cat .card-box-manag .title {
    padding: 0px 0px 54px 0px;
}

.solution_prowrap.devices_cat .card-box-manag h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}

.marketplace_home .img-box-management img {
    max-height: 120px;
    width: auto;
}

.marketplace-product-page .marketplace_single_logo {
    margin-bottom: 20px;
}

.marketplace-product-page .marketplace_single_logo img {
    max-height: 120px;
    width: auto;
}

.talk_page {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.talk_page  .qr_content {
    background: #21325EDB;
    padding: 84px 110px 86px 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 40px;
    line-height: 59px;
    font-weight: 500;
    color: #ffffff;
    max-width: 811px;
}
.talk_page  .qr_content h1 {
    color: #00AEFF;
    font-size: 96px;
    line-height: 101px;
    font-weight: 800;
    margin-bottom: 50px;
}
.talk_page  .qr_content p {
    font-size: 40px;
    line-height: 59px;
    font-weight: 500;
    color: #ffffff;
    max-width: 623px;
}
.talk_page .qr_img {
    border-radius: 32px;
    max-width: 495px;
    margin-bottom: 73px;
    width: 100%;
}