@font-face {
    font-family: 'kohinoor-regular';
    src: url('../fonts/KohinoorDevanagari-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kohinoor-medium';
    src: url('../fonts/KohinoorDevanagari-Medium.woff') format('woff');
    font-weight: medium;
    font-style: normal;
}

@font-face {
    font-family: 'kohinoor-semibold';
    src: url('../fonts/KohinoorDevanagari-Semibold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.form-select:focus, .form-check-input:focus{
  outline: 0;
  box-shadow: none;
}
a{
  text-decoration: none;
}
ul{
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
}
body{
  font-family: 'kohinoor-regular';
  color: #464646;
  background: #f6f6f6;
  position: relative;
  height: 100vh;
}
strong{
  font-family: 'kohinoor-semibold';
}
/*top header*/
.top-header{
  background-color: #820C59;
}
.top-header .top-inner-details .top-banner-list{
  font-size: 14px;
  line-height: 18px;
}
.contact-details .contact-inner .contact-address a{
    color: #212020;
}
.imprint-content .address .content-inner a{
    color: #5A8199 !important;
}
.switz-contact-us .conatct-details .contact-content .contents a{
    color: #fff;
}
/*header*/
header{
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
header .navbar-brand .logo{
width: 360px;
}
header .navbar-brand{
  padding: 0;
}
header nav .navbar-nav .nav-item .nav-link{
  padding: 35px 14px;
  font-size: 14px;
  color: #343434;
  text-transform: uppercase;
  line-height: 20px;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item{
  padding: 10px 45px 10px 15px;
  font-size: 14px;
  color: #343434;
  text-transform: uppercase;
  line-height: 20px;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, header nav .navbar-nav .nav-item .nav-link:hover{
  color: #820C59;
  background: transparent;
}
header nav .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after{
  border: solid #820C59;
  border-width: 0 2px 2px 0;
}
header nav .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
  border: solid #343434;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
header nav .navbar-nav .nav-item .nav-link.flag-img img{
    transform: scale(0.8);
}  
header nav .navbar-nav .nav-item .nav-link.active.flag-img img{
    transform: scale(1);
}  
header nav .navbar-nav .nav-item .nav-link.flag-img{
    position: relative;
}
header nav .navbar-nav .nav-item .nav-link.active.flag-img .checkbtn{
    display: block;
}
header nav .navbar-nav .nav-item .nav-link.flag-img .checkbtn{
    background: #20a53a;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 7px;   
    display: none;
}
header nav .navbar-nav .nav-item .nav-link.flag-img .checkbtn i{
    color: #fff;
    text-align: center;
    font-size: 8px;
    line-height: 14px;
    vertical-align: super;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030; /* higher than content */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  background: #fff;
}
/*footer*/
footer{
  border-top: 3px solid #820c59;
  padding: 50px 0;
  background:#f6f6f6;
}
footer .footer-logo{
  width: 187px;
}
footer .footer-list-1 .footer-list-1-item{
  padding: 0 0 5px 0;
}
footer .footer-list-1 .footer-list-1-item:last-child{
  padding: 0;
}
footer .footer-list-1 .footer-list-1-item .footer-inner-detail-1 i{
  color: #820C59;
}
footer .footer-list-1 .footer-list-1-item .footer-inner-detail-1 span{
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
footer .footer-heading{
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #820C59;
  margin: 0 0 20px 0;
}
footer .footer-list-2 .footer-list-2-item .footer-inner-detail-2 i{
  color: #820C59;
  font-size: 13px;
  margin: 0 10px 0 0;
}
footer .footer-list-2 .footer-list-2-item .footer-inner-detail-2{
  color: #000000c9;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}
footer .footer-list-2 .footer-list-2-item .footer-inner-detail-2:hover{
  color: #820C59;
}
footer .footer-list-2 .footer-list-2-item{
  padding: 0 0 12px 0;
  margin: 12px 0 0 0;
}
footer .footer-list-2 .footer-list-2-item:last-child{
  padding: 0;
}
footer .iso1{
width: 30%;
}
footer .iso2{
  width: 55%;
}
footer .newsletter-shortcode .content{
  font-size: 14px;
  line-height: 20px;
  color: #000000c9;
}
footer .newsletter-form .label-box{
  margin: 0 0 6px 0;
}
footer .newsletter-form .label-box:last-child{
  margin: 0;
}
footer .newsletter-form .label-box .inputemail{
  text-shadow: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: 0;
  width: 100%;
  height: auto;
  min-height: 32px;
  padding: 8px 16px;
  color: #555 !important;
  font-size: 14px;
  line-height: 18px;
}
footer .newsletter-form .label-box  .subscribebtn{
  padding: 8px 22px;
  font-size: 14px;
  border:1px solid #d9d9d9;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}
footer .newsletter-form .label-box  .subscribebtn:hover{
  background: #d9d9d9;
  border:1px solid #b3b3b3;
}
.footer-last{
  background: #f4f4f4;
}
.footer-last .copy-right, .footer-last .copy-right a{
  font-size: 12px;
  text-transform: uppercase;
  color: #494949;
  text-align: left;
}
.footer-last .footer-menu .footer-menu-inner{
  color: #820C59;
  padding: 13px 20px;
  font-size: 14px;
  display: block;
  border-bottom: 3px solid transparent;
}
.footer-last .footer-menu .footer-menu-inner:hover{
  border-bottom: 3px solid #55595c;
}
.cookies-law .cookies-content{
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  color: #333;
}
.cookies-law{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  z-index: 1;
  box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  background: #fff;
  opacity: 1;
}
.cookies-law.hidden {
  max-height: 0;
  opacity: 0;
  padding: 0 20px; /* keep horizontal padding while collapsed */
}
.cookies-law .cookies-btn, .cookies-law .accept-btn{
  margin: 0px 10px 0px 0px;
  color: #333333;
  background-color:#dedfe0;
  font-size: 13px;
  line-height: 18px;
  padding: 9px 12px;
  cursor: pointer;
}
.cookies-law .accept-btn{
  color: #ffffff;
  background-color: #820c59;
  margin: 0px 0px 0px 10px;
  border: 0;
}
.cookies-btn-outer label{
  background-color: #fff;
  color: #333;
  position: fixed;
  bottom: 0px;
  right: 100px;
  box-shadow: #161616 0px 2px 5px 2px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1;
}
/*mainbannre*/
.mainbanner{
  background-image: url('../image/bg-header.jpg'); /* e.g. /assets/hero-grid.jpg */
  background-size: cover;
  background-position: center;
  min-height: 43vh;  
}
.mainbanner .banner-overlay{
  position:absolute; inset:0;
  background: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25));
}
.mainbanner .banner-content{
  min-height: 43vh;
}
.mainbanner .banner-content .banner-content-inner{
  width: 70%;
}
.mainbanner .banner-content .banner-content-inner .banner-heading {
  font-size: 70px;
  margin: 0;
  line-height: 1.1em;
  letter-spacing: -1px;
  font-family: 'kohinoor-semibold';
}
.mainbanner .banner-content .banner-content-inner .banner-heading-content {
  font-size: 28px;
  margin: 10px 0 20px 0;
  line-height: 1.3em;
}
.mainbanner .banner-content .banner-content-inner .banner-btn{
  background-color: #fff;
  color: #820C59;
  padding: 12px 22px;
  display: inline-block;
}
/*who we are*/
.who-we-are{
  padding: 50px 0 90px 0;
}
.heading-main {
  color: #820C59;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  font-size: 44px;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  font-family: 'kohinoor-semibold';
}
.subheading-main{
  font-size: 28px;
  line-height: 1.4em;
  letter-spacing: -1px;
  color: #212020;
  font-family: 'kohinoor-semibold';
}
.top-content-sapce{
  margin: 80px 0 0 0;
}
.content-main{
  font-size: 14px;
  line-height: 1.8em;
  color: #444444;
  margin: 0 0 20px 0;
}
.btn-main{
  background: #820c59;
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  padding: 12px 22px;
  display: inline-block;
}
.helpgrid-option{
  margin: 0 0 80px 0;
  padding: 40px 0px 0px 0px;
}
.helpgrid-option .bg-overlay{
  background-color: rgba(68, 68, 68, 0.73);
  opacity: 0.7;
  inset: 0;
  position: absolute;
}
.helpgrid-option .card:hover .bg-overlay{
  background-color: rgba(68, 68, 68, 0.8313725490196079);
  opacity: 0.8;
}
.helpgrid-option .card-img-overlay{
  padding: 55px 45px;
}
.helpgrid-option .badge-title {
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #FFFFFF;
  background: #820c59;
  width: fit-content;
  margin: 0px 0px 13px 0px;
  padding: 5px 8px 5px 8px;
  border-radius: 3px 3px 3px 3px;
}
.helpgrid-option .badge-content{
  margin: 0;
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'kohinoor-medium';
}
.countnumber{
  padding: 100px 0;
  background-image: linear-gradient(180deg, #680947 0%, #820c59 100%);
}
.countnumber .counter-border{
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: rgba(255, 255, 255, 0.42);
}
.countnumber .counter-border:last-child{
  border:0;
}
.countnumber .counter-border .counter {
  font-size: 60px;
  line-height: 1;
  font-family: 'kohinoor-semibold';
  margin: 0;
}
.countnumber .counter-border .counter-content{
  margin: 0;
  font-size: 22px;
  line-height: 2.5;
  font-family: 'kohinoor-medium';
}
.makeunique{
  margin: 60px 0;
}
.makeunique .feature-slider{
  margin: 20px 0 0 0;
}
.makeunique .feature-slider .uniquebox{
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFEFEF;
  border-radius: 3px 3px 3px 3px;
  padding: 40px;
  margin: 0 15px 0 0;
}
.makeunique .feature-slider .uniquebox .unique-img{
  width: 100px;
  margin: 0 auto 40px;
  display: block;
}
.makeunique .feature-slider .uniquebox .unique-title{
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
}
.makeunique .feature-slider .uniquebox .unique-content{
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #212020;
  margin: 0;
}
.makeunique .feature-slider .slick-slide { 
  padding: 0 .75rem; 
}
.makeunique .slick-dots li button:before { 
  opacity: 1 !important; 
  color: #D2D2D2 !important;     
  font-size: 24px !important;
}
.makeunique .slick-dots li.slick-active button:before { 
  color: #820c59 !important; 
}
.makeunique .feature-slider .slick-track {
  display: flex !important;
}
.makeunique .feature-slider .slick-slide {
  height: auto !important;
}
/*.makeunique .feature-slider .card {*/
/*  height: 95%;*/
/*}*/
.makeunique .slick-dots li{
  width: 16px !important;
  height: 16px !important;
}
.our-customer .our-testimonial{
  min-height: 430px;         
  background: url('../image/wind_mountains_sm.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .9; 
  background-attachment: fixed; 
  padding: 60px 0px 180px 0px;       
}
.our-customer .our-testimonial-overlay{
  background-color: #5A8199;
  opacity: 0.69;
  inset: 0;
  position: absolute;
  z-index: -1;
}
.our-customer .testimonial-heading{
  line-height: 1.2em;
  color: #FFFFFF;
  font-size: 35px;
  font-family: 'kohinoor-medium';
}
.our-customer .testimonial-content{
  font-size: 16px;
  line-height: 1.6em;
  color: #FFFFFF;
  padding: 0 15% 0 0;
}
.testimonial-list{
  margin-top: -155px;
}
.testimonial-list .testimonial-cards .testimonial-cards-inner{
  background-color: #FFFFFF;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.17);
  margin: 0px 15px 0px 0px;
  padding: 45px;
  border-radius: 2px;
  border: 0;
  height: 100%;
}
.testimonial-list .testimonial-cards .testimonial-cards-inner .testimonial-img{
  width: 250px;
  display: inline-block;
  margin: 0 0 40px 0;
}
.testimonial-list .testimonial-cards .testimonial-cards-inner .testimonial-img1{
  width: 100px;
}
.testimonial-list .testimonial-cards .testimonial-cards-inner .testimonial-content{
  color: #212020;
  font-size: 14px;
  line-height: 20px;
}
.testimonial-list .testimonial-cards .testimonial-cards-inner .testimoinal-profile{
  border-radius: 50%;
  height: 60px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 60px;
}
.testimonial-list .testimonial-cards .testimonial-cards-inner .testimonial-name{
  line-height: 1.5;
  font-size: 14px;
  color: #212020;
  margin: 0 0 5px 0;
}
.testimonial-list .testimonial-cards .testimonial-cards-inner .testimonial-job{
  font-size: 13px;
  line-height: 18px;
  color: #212020;
  display: block;
}
.testimonial-cards-box{
  transition: 240ms ease-in;
  transform: translateY(0px);
}
.testimonial-cards-box:hover {
  transition: 280ms ease-in;
  transform: translateY(-20px);
}
.heretohelp{
  padding: 100px 0;
}
.heretohelp .helpbox-main {
  background: #fff;
  box-shadow: 0px 0px 49px -10px rgba(0, 0, 0, 0.4);
  margin: 20px 0 0 0;
}
.heretohelp .helpbox-main:hover{
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}
.heretohelp .helpbox-main img{
  max-width: 100%;
}
.heretohelp .helpbox-main .helpbox-content{
  background-color: #FFFFFF;
  padding: 35px 45px;
}
.heretohelp .helpbox-main .help-heading{
  margin: 0 0 15px 0;
  font-size: 34px;
  line-height: 1.5em;
  color: #212020;
  font-family: 'kohinoor-semibold';
}
.heretohelp .helpbox-main .help-detail{
  color: #3f444b;
  font-size: 14px;
  line-height: 20px;
}
.heretohelp .helpbox-main .help-btn{
  background-color: #820C59;
  color: #fff;
  font-size: 14px;
  padding: 12px 22px;
  display: inline-block;
}
.news .news-mainbox{
  height: 535px;
  position: relative;
  margin-bottom: 8px;
}
.news .news-mainbox.news-mainbox-large, .news .news-mainbox.news-mainbox-large1{
  height: calc( (535px - 8px)/2 );
}
.news .news-mainbox .news-card{
  background-image: url(../image/secure_events-1.png);
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}
.news .news-mainbox.news-mainbox-large .news-card{
  background-image: url(../image/D-A-CH-CZ.png);
}
.news .news-mainbox.news-mainbox-large1 .news-card{
  background-image: url(../image/Stationsinnenleben1.png);
}
.news .news-mainbox .news-card .news-card-link::before{
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
  background-image: linear-gradient(180deg, #33333330 0%, #000000B0 68%);
  opacity: 0.9;
}
.news .news-mainbox:hover .news-card .news-card-link::before{
  background-color: transparent;
  background-image: linear-gradient(180deg, #5A819954 0%, #5A8199 100%);
  opacity: 1;
}
.news .news-mainbox .news-content{
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  cursor: pointer;
}
.news .news-mainbox .news-content .news-heading{
  font-size: 24px;
  line-height: 1.3em;
  margin: 0;
  font-family: 'kohinoor-semibold';
  color: #fff;
    cursor: pointer;
}
.news .news-mainbox .news-content .news-subheading-light{
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
    cursor: pointer;
}
.news .othernews{
  margin: 40px 0px 80px 0px;
  text-align: center;
}
.news .othernews .news-btn{
  background: #820C59;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  border-radius: 1px 1px 1px 1px;
  padding: 12px 22px 12px 22px;
}
/* all solution page*/
.topheading{
  background-image: url(../image/all-solution-banner.jpg);
  background-size: cover;
  background-position: center;
  min-height: 340px;
  position: relative;
}
.topheading .top-heading-inner{
  font-size: 44px;
  line-height: 1.3em;
  color: #ffffff;
  font-family: 'kohinoor-semibold';
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topheading-overlay{
  background-color: #5A8199;
  opacity: 0.69;
  inset: 0;
  position: absolute;
}
.top-subheading{
  padding: 30px 0;
  text-align: center;
}
.top-subheading .subheading-content{
  color: #820C59;
  font-size: 14px;
  line-height: 1.5em;
  font-family: 'kohinoor-semibold';
}
.section1{
  background: #fff;
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
  margin: 60px 0 16px 0;;
  padding: 20px;
  border-radius: 5px;
}
.section1:first-child{
  margin: 16px 0;
}
.section1:hover{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.section1 .section-heading{
  font-size: 28px;
  line-height: 1.4em;
  color: #444444;
  margin: 0 0 20px 0;
  font-family: 'kohinoor-semibold';
}
.section1 .section-content{
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #212020;
}
.section1 .section-btn{
  border-radius: 1px;
  padding: 12px 22px;
  background: #820C59;
  color: #fff;
  display: inline-block;
}
.plateform{
  margin: 110px 0 0px 0;
}
.plateform .plateform-heading{
  font-size: 44px;
  margin: 0 0 20px 0;
  color: #820C59;
  line-height: 1.3em;
  font-family: 'kohinoor-semibold';
}
.plateform  .plateform-content{
  font-size: 14px;
  line-height: 1.5em;
  color: #212020;
}
.btnbox{
  display: flex;
  justify-content: center;
  margin: 70px 0 0px 0;
}
.common-btn{
  background: #820C55;
  color: #fff;
  padding: 12px 22px;
  border-radius: 1px;
  font-size: 14px;
  line-height: 20px;
}
.common-btn:hover{
  background: #680947;
}
/*adaptricity-plan page*/
.plan-body{
  background: #fff;
}
.adaptricity-plan{
  background-image: url(../image/anfrage_senden_xs.png);
  padding: 100px 0 200px 0;
}
.adaptricity-plan .top-heading-inner{
  height: auto;
  margin: 0 0 20px 0;
}
.top-subheading-inner{
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 1.2px;
  margin: 0;
}
.plan-feature{
  margin-top: -120px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.plan-feature .feature-mainbox{
  background-color: #ffffff;
  padding: 35px 30px 70px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  text-align: center;
}
.plan-feature .feature-mainbox .feature-title{
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1.5em;
  color: #820C59;
  font-family: 'kohinoor-semibold';
}
.plan-feature .feature-mainbox .feature-content{
  font-size: 14px;
  line-height: 1.5em;
  color: #444444;
  margin: 0;
}
.how-it-work {
  background: #F6F6F6;
  padding: 50px 0;
  margin: 0 0 70px 0;
}
.how-it-work .how-heading{
  font-size: 35px;
  line-height: 1em;
  color: #444444;
  margin: 0 0 20px 0;
  font-family: 'kohinoor-semibold';
}
.how-it-work .how-subheading{
  font-size: 14px;
  line-height: 1.5em;
  color: #444444;
  margin: 0 0 20px 0;
}
.how-it-work .how-it-work-list{
  margin: 10px 0 0 0;
}
.how-it-work .how-it-work-list li{
  padding: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.how-it-work .how-it-work-list li i{
  color: #820C59;
}
.how-it-work .how-it-work-list li .listcontent{
  font-size: 14px;
  line-height: 1.5em;
  color: #444;
}
.how-it-work .bottominfo{
  text-align: center;
  margin: 60px 0 0 0;
}
.how-it-work .bottominfo .headinginfo{
  font-size: 28px;
  line-height: 1.5em;
  color: #212020;
  margin: 0 0 20px 0;
  font-family: 'kohinoor-semibold';
}
.how-it-work .bottominfo .bottomcontent{
  font-size: 14px;
  line-height: 20px;
  color: #212020;
  margin: 0 0 20px 0;
}
.how-it-work .bottominfo .common-btn{
  display: inline-block;
}
.calculation .calculation-box{
  margin: 0 0 80px 0;
}
.calculation .calculation-box .calculation-heading{
  font-size: 34px;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  color: #212020;
  font-family: 'kohinoor-semibold';
}
.calculation .calculation-box .calculation-deatils{
  margin: 20px 0 0 0;
}
.calculation .calculation-box .calculationdeatils-label{
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  font-family: 'kohinoor-semibold';
}
.calculation .calculation-box .calculationdeatils-heading {
  font-size: 16px;
  line-height: 1.5em;
  color: #820C59;
  margin: 0 0 20px 0;
  font-family: 'kohinoor-semibold';
}
.calculation .calculation-box .calculationdeatils-list li{
  padding: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.calculation .calculation-box .calculationdeatils-list li i{
  color: #820C59;
}
.calculation .calculation-box .calculationdeatils-list li .listcontent{
  font-size: 14px;
  line-height: 1.5em;
  color: #444;
}
.calculation .cal-btn{
  text-align: center;
  border-top: 2px solid #ededed;
  padding: 40px 0 0 0;
  margin: 0 0 80px 0;
}
.calculation .cal-btn .common-btn{
  display: inline-block;
}
.intrested{
  background-image: url(../image/anfrage_senden_xs.png);
  background-position: center center;
  background-size: cover;
  position: relative;
}
.intrested .intrested-overlay{
  background-color: #6F5B50;
  opacity: 0.5;
  position: absolute;
  inset: 0;
}
.intrested .interested-box{
  min-height: 280px;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
.interested-box .interested-heading{
  font-size: 44px;
  line-height: 1em;
  margin-bottom: 20px;
  font-family: 'kohinoor-semibold';
}
.interested-box .interested-btn{
  font-size: 14px;
  line-height: 0.8em;
  color: #FFFFFF;
  background-color: #FFFFFF00;
  border: 2px solid #fff;
  border-radius: 1px;
  padding: 12px 22px;
  display: inline-block;
}
/*adaptricity-sim page*/
.adaptricity-sim{
  background-image: url(../image/sim_cta_sm.png);
  padding: 100px 0 200px 0;
}
.adaptricity-sim .top-heading-inner{
  height: auto;
  margin: 0 0 20px 0;
}
.intrested.interested-sim{
  background-image: url(../image/sim.png);
}
.intrested .intrested-overlay{
  background-color: #680947;
}
.intrested.interested-sim .interested-box{
  min-height: 380px;
}
/*adaptricity-mon page*/
.adaptricity-mon{
  background-image: url(../image/mon_cta.png);
  padding: 100px 0 200px 0;
}
.adaptricity-mon .top-heading-inner{
  height: auto;
  margin: 0 0 20px 0;
}
.intrested.interested-mon{
  background-image: url(../image/mon.png);
}
.intrested.interested-mon  .intrested-overlay{
  background-color: #680947;
  opacity: 0.85;
}
.intrested.interested-mon .interested-box{
  min-height: 380px;
}
/*adaptricity-connect page*/
.adaptricity-connect{
  background-image: url(../image/connect_cta.png);
  padding: 100px 0 200px 0;
}
.adaptricity-connect .top-heading-inner{
  height: auto;
  margin: 0 0 20px 0;
}
.intrested.interested-connect{
  background-image: url(../image/connect.png);
}
.intrested.interested-connect  .intrested-overlay{
  background-color: #5A8199;
  opacity: 0.77;
}
.intrested.interested-connect .interested-box{
  min-height: 380px;
}
.connect-gallery-slick .slick-prev, .connect-gallery-slick.slick-next {
  width: 44px;
  height: 44px;
  z-index: 10;
}
.connect-gallery-slick .fa-angle-left, .connect-gallery-slick .fa-angle-right {
  font-size: 28px;
  color: #80004b;  
}
.connect-gallery-slick .slick-dots li button:before {
  font-size: 24px;
  opacity: .2;
  color: #820C59;
}
.connect-gallery-slick .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #80004b;
}
.connect-gallery-slick .slider-text{
  margin: 10px 0 0 0;
  color: #5A8199;
  font-size: 16px;
}
.connect-gallery-slick{
  margin-bottom: 80px !important;
}
.connect-gallery-slick .slick-dots li{
  width: 16px;
  height: 16px;
}
/*adaptricity-pq page*/
.adaptricity-pq{
  background-image: url(../image/pq_header.png);
  padding: 100px 0 200px 0;
}
.adaptricity-pq .top-heading-inner{
  height: auto;
  margin: 0 0 20px 0;
}
.intrested.interested-pq{
  background-image: url(../image/adapt_pq.png);
}
.intrested.interested-pq  .intrested-overlay{
  background-color: #680947 ;
  opacity: 0.73;
}
.intrested.interested-pq .interested-box{
  min-height: 380px;
}
.pq-subheading{
  font-size: 14px;
  line-height: 1.5em;
  color: #444444;
  margin: 0 0 20px 0;
}
.pq-bottom-heading{
  color: #820C59;
  font-size: 28px;
  line-height: 1.5em;
  font-family: 'kohinoor-semibold';
  margin: 0 0 20px 0;
}
/*Consulting page*/
.consulting{
  background-image: url(../image/beratung.png);
  padding: 100px 0;
  background-position: bottom center;
  min-height: 440px;
}
.consulting .topheading-overlay{
  background-image:linear-gradient(180deg, #49C5FF 0%, #002233 100%);
  opacity: 0.43;
}
.consulting .top-heading-inner{
  height: auto;
  margin: 0 0 20px 0;
  font-size: 62px;
}
.top-consulting-subheading .subheading-content {
    color: #212020;
    font-family: 'kohinoor-regular';
}
.consulting-section .consulting-heading{
  color: #820C59;
  font-size: 22px;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  font-family: 'kohinoor-semibold';
}
.consulting-section .consulting-subheading{
  font-size: 14px;
  line-height: 1.5em;
  color: #444444;
  margin: 0 0 20px 0;
}
.consulting-section .approach-heading{
  font-size: 22px;
  line-height: 1.5em;
  color: #212020;
  font-family: 'kohinoor-semibold';
  margin: 0 0 20px 0;
}
.consulting-section .approach-list{
  margin: 10px 0 0 0;
}
.consulting-section .approach-list li{
  padding: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.consulting-section .approach-list li i {
  color: #820C59;
}
.consulting-section .approach-list li .approachcontent{
  font-size: 14px;
  line-height: 1.5em;
  color: #444;
}
.intrested.interested-consult{
  background-image: url(../image/beratung_1.png);
}
.intrested.interested-consult  .intrested-overlay{
  background-color: #680947 ;
  opacity: 0.83;
}
.intrested.interested-consult .interested-box{
  min-height: 420px;
}
.intrested.interested-consult .interested-box .interested-heading{
  font-size: 30px;
  line-height: 1.4em;
}
/*data engineering*/
.adaptricity-data-eng{
  background-image: url(../image/data_engineering.png);
  padding: 130px 0;
}
.adaptricity-data-eng .topheading-overlay{
  background-color: #62A4BA;
  opacity: 0.65;
}
.adaptricity-data-eng .top-heading-inner{
  height: auto;
  margin: 0 0 20px 0;
}
.data-eng-heading{
  color: #820C59;
  text-align: center;
  margin: 20px 0 50px 0;
  font-size: 34px;
  line-height: 1.5em;
  font-family: 'kohinoor-semibold';
}
.intrested.interested-data-eng{
  background-image: url(../image/data.png);
}
.intrested.interested-data-eng  .intrested-overlay{
  background-color: #5A8199;
  opacity: 0.82;
}
.intrested.interested-data-eng .interested-box{
  min-height: 380px;
}
/*use case*/
.adaptricity-use-case{
  background-image: url(../image/usecase.png);
  padding: 0;
}
.adaptricity-use-case .topheading-overlay{
  background-color: #62A4BA;
  opacity: 0.65;
}
/*Secure Switzerland*/
.adaptricity-secure-switz, .adaptricity-ourteams{
  background-image: url(../image/about_us_team.png);
  padding: 0;
}
.adaptricity-secure-switz .topheading-overlay{
  background-color: #000000a6;
  opacity: 0.5;
}
.secure-switz-content{
  position: relative;
}
.secure-switz-content::after{
  content: '';
  width: 430px;
  height: 430px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100%;
  border: 50px solid rgb(7 147 221 / 12%);
  animation: bannerimage_translate 4s infinite;
  animation-play-state: runnig;
  animation-direction: alternate;
}
@keyframes bannerimage_translate{
  0%{transform:translateX(-20px)  translateY(-50px)}

}
.secure-switz-vision{
  background-image: url(../image/values_background.png);
  padding: 80px 0;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.secure-switz-vision .vision-overlay{
  background-color: #5A8199;
  opacity: 0.8;
  inset: 0;
  position: absolute;
}
.secure-switz-vision .vision-heading{
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1;
}
.secure-switz-vision .subheading{
  color: #fff;
  text-align: center;
  z-index: 1;
  font-size: 28px;
  line-height: 1.5em;
}
.secure-switz-stand{
  padding: 100px 0;
}
.secure-switz-stand .stand-heading{
  font-size: 34px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 50px 0;
  color: #212020;
  font-family: 'kohinoor-semibold';
}
.secure-switz-stand i{
  color: #820C59;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px 0;
  display: block;
}
.secure-switz-stand .stand-content{
  text-align: center;
  margin: 0;
  font-size: 14px;
}
.secure-switz-stand .stand-content strong{
  font-family: 'kohinoor-medium';
}
.secure-switz-stand.satnd-award{
  background: #f6f6f6;
}
.switz-contact-us{
  padding: 100px 0;
}
.switz-contact-us .stand-heading{
  font-size: 34px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 50px 0;
  color: #212020;
  font-family: 'kohinoor-semibold';
}
.switz-contact-us .conatct-details {
  background: #820C59;
  border-radius: 2px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 25px;
  height: 100%;
  gap: 20px;
}
.switz-contact-us .conatct-details .icon-box{
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 28px;
  padding: 24px;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.switz-contact-us .conatct-details .icon-box i{
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.switz-contact-us .conatct-details .icon-box i:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.switz-contact-us .conatct-details .contact-content .title{
  font-size: 18px;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  font-family: 'kohinoor-medium';
}
.switz-contact-us .conatct-details .contact-content .contents{
  font-size: 16px;
  line-height: 1.3em;
  color: #FFFFFF;
  margin: 0;
}
.switz-contact-us  .contact-map{
  height: 300px;
}
/*references page*/
.adaptricity-references{
  background-image: url(../image/references_sm.png);
  padding: 0;
}
.adaptricity-references .topheading-overlay{
  background-color: #6F5B50;
  opacity: 0.64;
}
.ourcustomer{
  padding: 80px 0;
}
.ourcustomer .ourcustomer-heading, .Partnerships .Partnerships-heading, .MOA .MOA-heading{
  font-size: 44px;
  line-height: 1.3em;
  font-family: 'kohinoor-semibold';
  color: #212020;
  text-align: center;
  margin: 0 0 20px 0;
}
.ourcustomer .customer-subheading{
  font-size: 14px;
  color: #54595F;
  margin: 0 0 20px 0;
  text-align: center;
}
.Partnerships{
  background: #f6f6f6;
  padding: 80px 0;
}
.MOA{
  background: #fff;
  padding: 80px 0;
}
/*Publications*/
.adaptricity-publications{
  background-image: url(../image/publications.png);
  padding: 0;
}
.adaptricity-publications .topheading-overlay{
  background-color: #6F5B50;
  opacity: 0.64;
}
.top-subpublications .subheading-content{
  color: #212020;
  font-family: 'kohinoor-regular';
}
.publication-list .list-mainbx{
  margin: 0 0 50px 0;
}
.publication-list .list-mainbx .list-heading{
  font-size: 34px;
  color: #212020;
  margin: 0 0 5px 0;
}
.publication-list .list-mainbx .list-content{
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #212020;
}
.publication-list .list-mainbx .list-content a{
  color: #820C59;
}
/*our team*/
.adaptricity-ourteams{
  padding: 100px 0;
}
.adaptricity-ourteams .topheading-overlay{
  background-color: #5A8199;
  opacity: 0.62;
}
.adaptricity-ourteams .top-heading-inner {
  height: auto;
  margin: 0 0 20px 0;
}
.teamlisting{
  padding: 50px 0;
}
.teamlisting .teamname, .teamlisting .teamposition{
  margin: 0 0 3px 0;
  font-size: 14px;
  line-height: 20px;
  color: #212020;
}
.teamlisting .teamposition{
  margin:0 0 50px 0;
}
.intrested.interested-ourteam{
  background-image: url(../image/bg-03-1024x248-1.jpg);
}
.intrested.interested-ourteam  .intrested-overlay{
  background-color: #5A8199;
  opacity: 0.7;
}
.intrested.interested-ourteam .interested-box{
  min-height: 380px;
}
.sliderbox{
  background-color: #f9fafa;
  padding: 20px;
  position: relative;
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5;
  color: #212020;
  margin: 0 30px 0 0;
}
.interested-ourteam .connect-gallery-slick{
  margin: 0 !important;
}
.interested-ourteam .connect-gallery-slick .slick-dots li button:before{
  color: #fff;
  opacity: 1;
}
.interested-ourteam .connect-gallery-slick .slick-dots li.slick-active button:before{
  color: #820C59;
}
/*jobs*/
.adaptricity-jobs{
  background-image: url(../image/team.png);
  padding: 100px 0;
}
.adaptricity-jobs .topheading-overlay{
  background-color: #820C59 ;
  opacity: 0.64;
}
.adaptricity-jobs .top-heading-inner {
  height: auto;
  margin: 0 0 20px 0;
}
.job-details {
  padding: 80px 0;
  color: #212020;
}
.job-details .job-heading{
  font-size: 28px;
  line-height: 1.5em;
  font-family: 'kohinoor-semibold';
}
.job-details .job-subheading{
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
}
.job-details .job-list li{
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 8px 0;
}
.job-details .job-list li i{
  padding: 0 4px 0 0;
}
.job-details .joblisting{
  margin: 30px 0 0 0;
}
.job-details .joblisting .joblisting-head{
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #212020;
  margin: 0 0 5px 0;
}
.job-details .joblisting .joblink{
  font-size: 13px;
  line-height: 20px;
  color: #820C59;
}
/*contact page*/
.contact-details{
  padding: 80px 0;
}
.contact-details iframe{
  height: 500px;
  width: 100%;
}
.contact-details .contact-heading{
  font-size: 44px;
  line-height: 1.3em;
  color: #820C59;
  font-family: 'kohinoor-semibold';
}
.contact-details .contact-inner .title{
  font-size: 18px;
  line-height: 1;
  color: #000000;
  font-family: 'kohinoor-medium';
  margin: 0 0 15px 0;
  display: block;
}
.contact-details .contact-inner .bottom-space{
  margin: 30px 0 50px 0;
}
.contact-details .contact-inner .contact-address{
  line-height: 1.8em;
  font-size: 16px;
  color: #212020; 
}
.contact-details .contact-inner .contact-address .social-icon{
  color: #969696;
  font-size: 25px;
  margin: 0 20px 0 0;
}
/*imprint page*/
.adaptricity-imprint{
  background-image: url(../image/impressum_sm.png);
  padding: 0;
}
.adaptricity-imprint .topheading-overlay{
  background-color: #6F5B50;
  opacity: 0.67;
}
.imprint-content{
  padding: 80px 0;
}
.imprint-content .address .content-inner{
  color: #5A8199;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 15px 0;
}
.imprint-content .address .content-heading{
  margin: 30px 0 5px 0;
  font-size: 19px;
  line-height: 1.5em;
  font-family: 'kohinoor-medium';
}
/*imprint page*/
.adaptricity-disclaimer{
  background-image: url(../image/bg-header.jpg);
  min-height: 500px;
}
.adaptricity-disclaimer .topheading-overlay{
  filter: brightness( 80% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  opacity: 0.67;
}
.adaptricity-disclaimer .top-heading-inner{
  min-height: 500px;
}
.disclaimer-contentmain{
  padding: 80px 0;
}
.disclaimer-heading {
  font-size: 34px;
  line-height: 1.5em;
  margin: 0;
  color: #212020;
  font-family: 'kohinoor-semibold';
}
.disclaimer-content, .disclaimer-list{
  font-size: 14px;
  line-height: 20px;
  color: #212020;
  margin: 0 0 25px 0;
}
.disclaimer-content a{
  color: #820C59;
}
.disclaimer-inner-heading{
  font-size: 19px;
  line-height: 1.5em;
  color: #212020;
  font-family: 'kohinoor-semibold';
  margin: 0 0 3px 0;
}
.disclaimer-list li{
  list-style: disc;
  margin: 0 0 0 10px;
  padding: 0 0 10px 0;
}
/*news*/
.news-list, .news-detail{
  padding: 80px 0;
}
.newsbox{
  background-color: #fff;
  height: 100%;
}
.newsbox .newsbox-inner{  
  padding: 20px;
}
.newsbox .news-img{
  height: 160px;
  object-fit: cover;
  width: 100%;
}
.newsbox .newsbox-inner .newsbox-heading{
  color: #820C59;
  font-size: 21px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-family: 'kohinoor-semibold';
}
.newsbox .newsbox-inner  .news-postdate{
  font-size: 13px;
  line-height: 18px;
  color: #212020;
  margin: 0 0 20px 0;
}
.newsbox .newsbox-inner .news-content{
  font-size: 14px;
  line-height: 20px;
  color: #212020;
  margin: 0;
}
.news-detail{
  color: #212020;
}
.news-detail .detail-heading{
  line-height: 1.1em;
  color: #212020;
  font-size: 44px;
  margin: 0 0 20px 0;
  font-family: 'kohinoor-semibold';
}
.news-detail .postdate {
  color: #820C59;
  font-size: 14px;
  line-height: 18px;
}
.news-detail .postdate i{
  padding: 0 5px 0 0;
}
.news-detail .deatilmainbx{
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09)
}
.news-detail .deatilmainbx .detailimg{
  padding: 4px;
  border: 1px solid #d1d1d1;
  margin: 0 0 20px 0;
}
.news-detail .deatilmainbx .detailimg img{
    width: 100%;
}
.news-detail .deatilmainbx .detail-content p, .news-detail .deatilmainbx .detail-content div{
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.news-detail .deatilmainbx .detail-content .blog-heading{
    font-size: 44px;
    line-height: 1.3em;
    margin: 0 0 20px 0;
      font-family: 'kohinoor-semibold';
}
.news-detail .deatilmainbx .detail-content p:last-child{
    margin: 0;
}
.news-detail .deatilmainbx .detail-content a{
  color: #820C59;
}
.news-detail .deatilmainbx .detail-content .bottom-detail{
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
}
.news-detail .deatilmainbx .detail-content .bottom-detail strong{
  font-family: 'kohinoor-semibold';
  margin: 0 0 5px 0;
}
.news-detail .detail-right-heading{
  margin: 0 0 20px 0;
  font-size: 28px;
  line-height: 1.2em;
  font-family: 'kohinoor-semibold';
}
.news-detail .right-innerbx .innerbx-main{
  margin: 0 0 25px 0;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
}
.news-detail .right-innerbx .innerbx-main a{
  display: block;
}
.news-detail .right-innerbx .innerbx-main img{
  height: 120px;
  object-fit: cover;
  width: 100%;
}
.news-detail .right-innerbx .innerbx-main  .right-title{
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin: 0;
  padding: 6px 10px;
}
.news-detail .right-innerbx .innerbx-main  .right-title a{
  color: #212020;
}
.news-detail-ul{
  margin: 0 0 20px 0;
}
.news-detail-ul li{
  font-size: 14px;
  line-height: 20px;
  color: #212020;
  list-style: disc;
  margin: 0 0 0 10px;
}
/**/
.adaptricity-connect-inner{
  background-color: #0093DD;
  padding:0;
  background-image: none;
}
.adaptricity-connect-inner .topheading-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #49C5FF 0%, #002233 100%);
  opacity: 0.43;
}
.adaptricity-connect-content{
  background-color: #fff;
  margin: 0;
}
.adaptricity-connect-content .how-subheading, .adaptricity-connect-content .how-it-work-list li .listcontent{
  color: #5A8199;
}
.adaptricity-connect-content .how-it-work-list li i {
  color: #212020;
}
.adaptricity-connect-content .how-subheading a{
  color: #820C59;
}
.adaptricity-connect-content  strong{
  font-family: 'kohinoor-semibold';
}
.adaptricity-connect-content .listbelow-content{
  margin: 15px 0 30px 0;
  color: #5A8199;
  font-family: 'kohinoor-semibold';
  font-size: 14px;
  line-height: 20px;
}
.adaptricity-connect-content .imgconnect{
  position: relative;
}
.adaptricity-connect-content .imgconnect:hover .imgoverlay{
  background-color: rgba(0,0,0,0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 800ms;
}
.adaptricity-connect-content .imgconnect:hover .imgconnect-name{
  opacity: 1;
  transform: scale(1);
}
.adaptricity-connect-content .imgconnect-name{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex ;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 25px;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  font-family: 'kohinoor-semibold';
}
.adaptricity-connect-content .afterimg-content{
  color: #5A8199;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0 0 0;
}
.intrested.interested-connect-inner{
  background-image: url(../image/connect_cta.png);
}
.intrested.interested-connect-inner  .intrested-overlay{
  background-color: #002C42;
  opacity: 0.59;
}
.intrested.interested-connect-inner .interested-box{
  min-height: 380px;
}


@media (max-width: 1350px) {
  header nav .navbar-nav .nav-item .nav-link {
    padding: 35px 10px;
    font-size: 13px;
  }
  .cookies-btn-outer label {
    right: 15px;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 7px;
  }
  .secure-switz-stand{
    padding: 70px 0;
  }
  .adaptricity-disclaimer {
    min-height: 320px;
  }
  .adaptricity-disclaimer .top-heading-inner {
    min-height: 320px;
  }
}
@media (max-width: 1200px){
  .mainbanner, .mainbanner .banner-content {
    min-height: 56vh;
  }
  .newsbox .newsbox-inner .newsbox-heading {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  header .navbar-brand .logo {
    width: 310px;
  }
  header .navbar-brand{
    padding: 25px 0;
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
  header nav .navbar-nav .nav-item .nav-link {
    padding: 10px;
    line-height: 18px;
  }
  header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
  }
  header nav .navbar-nav .nav-item .dropdown-menu{
    background: #f5f6fa;
  }
  .mainbanner, .mainbanner .banner-content {
    min-height: 43vh;
  }
  .mainbanner .banner-content .banner-content-inner .banner-heading {
    font-size: 56px;
  }
  .mainbanner .banner-content .banner-content-inner .banner-heading-content {
    font-size: 24px;
    line-height: 1.2em;
  }
  .heading-main{
    font-size: 36px;
  }
  .subheading-main {
    font-size: 25px;
    line-height: 1.3em;
  }
  .top-content-sapce {
    margin: 65px 0 0 0;
  }
  .helpgrid-option .card-img-overlay {
    padding: 25px 15px;
  } 
  .helpgrid-option .badge-content {
    font-size: 15px;
    line-height: 1.3em;
  }
  .countnumber {
    padding: 60px 0;
  }
  .makeunique .feature-slider {
    padding: 0 0 20px 0;
  }
  .makeunique .feature-slider .uniquebox .unique-title {
    font-size: 20px;
    line-height: 28px;
  }
  .makeunique .feature-slider .uniquebox{
    padding: 30px 25px;
  }
  .our-customer .our-testimonial {
    min-height: 340px;
    padding: 10px 0px 120px 0px;
  }
  .heretohelp .helpbox-main .helpbox-content{
    padding: 25px 35px;
  }
  .heretohelp .helpbox-main .help-heading {
    font-size: 28px;
    line-height: 1.2em;
  }
  footer .footer-logo {
    width: 157px;
  }
  .cookies-law .cookies-content{
    margin: 0;
    font-size: 12px;
    line-height: 16px;
  }
  .plateform .plateform-heading {
    font-size: 36px;
  }
  .adaptricity-plan{
    padding: 80px 0 150px 0;
  }
  .plan-feature {
    margin-bottom: 20px;
  }
  .adaptricity-sim .top-heading-inner br, .adaptricity-mon .top-heading-inner br, .adaptricity-connect .top-heading-inner br, .adaptricity-pq .top-heading-inner br, .adaptricity-data-eng .top-heading-inner br{
    display: none;
  }
  .intrested.interested-mon .interested-box, .intrested.interested-pq .interested-box {
    min-height: 280px;
  }
  .adaptricity-connect-inner,  .adaptricity-connect-inner .top-heading-inner{
    min-height: 280px;
    height: 280px;
  }
  .adaptricity-connect-content{
    padding: 0 0 50px 0;
  }
  .consulting{
    padding: 60px 0;
    min-height: 300px;
  }
  .consulting-section .consulting-heading{
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .consulting-section .approach-heading {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
  .consulting-section .common-btn{
    margin: 20px 0 0 0 !important;
  }
  .intrested.interested-consult .interested-box {
    min-height: 320px;
  }
  .adaptricity-data-eng {
    padding: 80px 0;
    min-height: 270px;
  }
  .interested-box .interested-heading {
    font-size: 34px;
    line-height: 43px;
  }
  .intrested.interested-data-eng .interested-box {
    min-height: 290px;
  }
  .adaptricity-use-case, .adaptricity-use-case .top-heading-inner{
    height: 200px;
    min-height: 200px;
  }
  .news-list, .news-detail{
    padding: 50px 0;
  }
  .news-detail .detail-heading {
    line-height: 48px;
    font-size: 38px;
  }
  .newsbox .newsbox-inner .newsbox-heading {
    font-size: 15px;
    line-height: 20px;
  }
  .adaptricity-secure-switz, .adaptricity-secure-switz .top-heading-inner{
    height: 270px;
    min-height: 270px;
  }
  .secure-switz-content::after{
    width: 330px;
    height: 330px;
    border: 30px solid rgb(7 147 221 / 12%);
  }
  .switz-contact-us {
    padding: 70px 0;
  }
  .switz-contact-us .conatct-details{
    padding: 15px;
    gap: 10px;
  }
  .switz-contact-us .conatct-details .icon-box{
    padding: 16px;
  }
  .adaptricity-references, .adaptricity-references .top-heading-inner{
    height: 240px;
    min-height: 240px;
  }
  .ourcustomer{
    padding: 50px 0;
  }
  .ourcustomer .ourcustomer-heading, .Partnerships .Partnerships-heading, .MOA .MOA-heading{
    font-size: 36px;
    margin: 0 0 10px 0;
  }
  .Partnerships{
    padding: 50px 0;
  }
  .MOA{
    padding: 50px 0;
  }
  .adaptricity-publications, .adaptricity-publications .top-heading-inner{
    min-height: 280px;
    height: 280px;
  }
  .adaptricity-ourteams {
    padding: 50px 0;
    min-height: 220px;
  }
  .contact-details .contact-inner .bottom-space {
    margin: 10px 0;
  }
  .contact-details .contact-inner  .topspace{
    margin: 10px 0 0 0;
  }
  .adaptricity-imprint, .adaptricity-imprint .top-heading-inner{
    min-height: 280px;
    height: 280px;
  }
}
@media (max-width: 768px){
  header .navbar-brand {
    padding: 15px 0;
  }
  .mainbanner, .mainbanner .banner-content {
    min-height: 26vh;
  }
  .mainbanner .banner-content .banner-content-inner{
    width: 100%;
  }
  .mainbanner .banner-content .banner-content-inner .banner-heading {
    font-size: 52px;
  }
  .mainbanner .banner-content .banner-content-inner .banner-heading-content {
    font-size: 20px;
    line-height: 1em;
  }
  .mainbanner .banner-content .banner-content-inner .banner-btn {
    padding: 8px 15px;
    margin: 20px 0 0 0;
  }
  .who-we-are {
    padding: 40px 0 70px 0;
  }
  .heading-main {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 15px 0;
  }
  .subheading-main {
    font-size: 22px;
    line-height: 30px;
    padding: 0 !important;
  }
  .top-content-sapce {
    margin: 0;
  }
  .helpgrid-option .card-img-overlay {
    padding: 15px;
  }
  .helpgrid-option .badge-title{
    padding: 3px 5px;
  }
  .helpgrid-option .badge-content {
    font-size: 14px;
    line-height: 20px;
  }
  .helpgrid-option {
    margin: 0 0 50px 0;
  }
  .countnumber {
    padding: 40px 0;
  }
  .countnumber .counter-border .counter {
    font-size: 50px;
  }
  .countnumber .counter-border .counter-content {
    font-size: 19px;
    line-height: 28px;
  }
  .makeunique {
    margin: 50px 0;
  }
  .makeunique .feature-slider .uniquebox {
    padding: 25px 15px;
  }
  .makeunique .feature-slider .uniquebox .unique-img {
    width: 70px;
    margin: 0 auto 30px;
  }
  .makeunique .feature-slider .uniquebox .unique-title {
    font-size: 18px;
    line-height: 22px;
  }
  .our-customer .testimonial-heading {
    line-height: 36px;
    font-size: 29px;
  }
  .our-customer .testimonial-content {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }
  .our-customer .our-testimonial {
    min-height: 300px;
  }
  .testimonial-list .testimonial-cards .testimonial-cards-inner{
    margin: 0;
    padding: 25px;
  }
  .testimonial-list .testimonial-cards .testimonial-cards-inner .testimonial-img {
    width: 170px;
    margin: 0 0 20px 0;
  }
  .heretohelp {
    padding: 70px 0;
  }
  .heretohelp .helpbox-main .helpbox-content {
    padding: 15px;
  }
  .heretohelp .helpbox-main .help-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .heretohelp .helpbox-main .help-btn{
    padding: 8px 18px;
  }
  .heretohelp .helpbox-main {
    height: 100%;
  }
  .news .news-mainbox .news-content .news-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .news .othernews {
    margin: 30px 0px 60px 0px;
  }
  .all-soultion.topheading .top-heading-inner br{
    display: none;
  }
  .section1 .section-heading {
    font-size: 20px;
    line-height: 26px;
  }
  .section1 .section-heading br{
    display: none;
  }
  .section1 img{
    height: 310px;
    object-fit: cover;
  }
  .section1 .section-btn{
    padding: 8px 22px;
    font-size: 14px;
  }
  .plateform .plateform-heading{
    font-size: 26px;
  }
  .btnbox {
    margin: 30px 0 0px 0;
  }
  .adaptricity-plan, .adaptricity-sim, .adaptricity-connect, .adaptricity-pq {
    padding: 50px 0 150px 0;
  }
  .adaptricity-plan .top-heading-inner, .adaptricity-sim .top-heading-inner, .adaptricity-mon .top-heading-inner, .adaptricity-connect .top-heading-inner, .adaptricity-pq .top-heading-inner, .consulting .top-heading-inner, .adaptricity-data-eng .top-heading-inner, .adaptricity-use-case .top-heading-inner{
    margin: 0 0 15px 0;
  }
  .plan-feature .feature-mainbox{
    padding: 25px 20px;
  }
  .plan-feature .feature-mainbox .feature-title {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 26px;
  }
  .top-subheading .subheading-content br{
    display: none;
  }
  .how-it-work {
    padding: 30px 0;
    margin: 0 0 50px 0;
  }
  .how-it-work .how-heading {
    font-size: 28px;
  }
  .how-it-work .bottominfo {
    margin: 40px 0 0 0;
  }
  .how-it-work .bottominfo .headinginfo {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  .calculation .calculation-box .calculation-heading {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 15px 0;
  }
  .calculation .calculation-box{
    margin: 0 0 50px 0;
  }
  .calculation .cal-btn {
    padding: 20px 0 0 0;
    margin: 0 0 50px 0;
  }
  .intrested.interested-connect .interested-box {
    min-height: 280px;
  }
  .adaptricity-connect-inner, .adaptricity-connect-inner .top-heading-inner {
    min-height: 220px;
    height: 220px;
  }
  .intrested.interested-connect-inner .interested-box {
    min-height: 270px;
  }
  .consulting{
    padding: 50px 0;
    min-height: 220px;
  }
  .consulting .top-heading-inner{
    font-size: 44px;
  }
  .intrested.interested-consult .interested-box {
    min-height: 230px;
  }
  .intrested.interested-consult .interested-box .interested-heading {
    font-size: 22px;
  }
  .adaptricity-data-eng{
    padding: 50px 0;
    min-height: 200px;
  }
  .interested-box .interested-heading {
    font-size: 30px;
    line-height: 38px;
  }
  .interested-box .interested-heading br{
    display: none;
  }
  .news-detail .detail-heading{
    line-height: 40px;
    font-size: 32px;
  }
  .news-detail .deatilmainbx{
    padding: 20px;
  }
  .news-detail .detail-right-heading{
    font-size: 24px;
  }
  .adaptricity-secure-switz, .adaptricity-secure-switz .top-heading-inner {
    height: 230px;
    min-height: 230px;
  }
  .secure-switz-content::after {
    width: 240px;
    height: 240px;
  }
  .secure-switz-vision {
    padding: 40px 0;
  }
  .secure-switz-stand {
    padding: 40px 0;
  }
  .switz-contact-us{
    padding: 40px 0;
  }
  .ourcustomer .customer-subheading br{
    display: none;
  }
  .adaptricity-publications, .adaptricity-publications .top-heading-inner {
    min-height: 220px;
    height: 220px;
  }
  .sliderbox{
    font-size: 16px;
  }
  .adaptricity-jobs{
    min-height: 200px;
    padding: 50px 0;
  }
  .job-details{
    padding: 50px 0;
  }
  .contact-details{
    padding: 30px 0;
  }
  .contact-details .contact-heading {
    font-size: 32px;
  }
  .contact-details .contact-inner .title{
    margin: 0 0 10px 0;
  }
  .adaptricity-imprint, .adaptricity-imprint .top-heading-inner {
    min-height: 200px;
    height: 200px;
  }
  .imprint-content {
    padding: 50px 0;
  }
  .adaptricity-disclaimer .top-heading-inner {
    height: 280px;
    min-height: 280px;
  }
  .adaptricity-disclaimer {
    min-height: 280px;
  }
  .disclaimer-contentmain {
    padding: 50px 0;
  }
  .disclaimer-heading {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
.news-detail .deatilmainbx .detail-content .blog-heading{
font-size: 16px;
        line-height: 20px;
}
.news-detail .deatilmainbx .detail-content .col-3, .news-detail .deatilmainbx .detail-content .col-9{
    width: 100%;
    padding: 0;
}
    .plan-feature .feature-mainbox .feature-title {
        margin-bottom: 0px;
    }
    .calculation .calculation-box .calculation-deatils{
        gap: 20px;
    }
    .calculation .calculation-box .calculationdeatils-label{
        margin: 0 0 5px 0;
    }
    .calculation .calculation-box .calculationdeatils-heading{
            margin: 0 0 10px 0;
    }
  .top-header{
    display: none;
  }
  header .navbar-brand {
    padding: 10px 0;
  }
  header .navbar-brand .logo {
    width: 260px;
  }
  .footer-last .copy-right{
    text-align: center;
  }
  .cookies-law .cookies-content {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 15px 0;
  }
  .mainbanner, .mainbanner .banner-content {
    min-height: 32vh;
  }
  .mainbanner .banner-content .banner-content-inner .banner-heading {
    font-size: 30px;
  }
  .mainbanner .banner-content .banner-content-inner .banner-heading-content {
    font-size: 16px;
    line-height: 22px;
  }
  .mainbanner .banner-content .banner-content-inner .banner-btn {
    margin: 0;
  }
  .who-we-are {
    padding: 20px 0 40px 0;
  }
  .heading-main {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px 0;
  }
  .subheading-main {
    font-size: 17px;
    line-height: 25px;
  }
  .countnumber .counter-border {
    border-width: 0px 0px 1px 0px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .countnumber {
    padding: 20px 0;
  }
  .makeunique {
    margin: 30px 0;
  }
  .makeunique .feature-slider .uniquebox{
    margin: 0;
  }
  .makeunique .feature-slider {
    margin: 0;
  }
  .makeunique .feature-slider .uniquebox .unique-title {
    margin-bottom: 15px;
  }
  .makeunique .feature-slider .uniquebox .unique-title br{
    display: none;
  }
  .our-customer .our-testimonial{
    padding: 25px 0px 150px 0px;
  }
  .our-customer .testimonial-heading {
    line-height: 32px;
    font-size: 26px;
  }
  .heretohelp {
    padding: 40px 0;
  }
  .news .news-mainbox {
    height: 275px;
  }
  .news .news-mainbox .news-content .news-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .news .othernews {
    margin: 20px 0px 50px 0px;
  }
  .news .othernews .news-btn{
    padding: 10px 25px;
  }
  .topheading .top-heading-inner{
    font-size: 26px;
    line-height: 32px;
  }
  .topheading .top-heading-inner br{
    display: none;
  }
  .all-soultion.topheading .top-heading-inner{
    height: 250px;
  }
  .all-soultion.topheading{
    min-height: 250px;
  }
  .top-subheading{
    padding: 15px 0 20px 0;
 }
 .section1 img {
    height: 100%;
  }
  .section1 img.oddimg{
    margin: 0 0 15px 0;
  }
  .section1 img.evenimg{
    margin: 15px 0 0 0;
  }
  .section1 .section-heading {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px 0;
  }
  .section1{
    margin: 30px 0 16px 0;
  }
  .plateform {
    margin: 50px 0 0px 0;
  }
  .top-subheading-inner {
    font-size: 18px;
    line-height: 24px;
  }
  .adaptricity-plan, .adaptricity-sim, .adaptricity-mon, .adaptricity-connect, .adaptricity-pq, .consulting, .adaptricity-data-eng {
    padding: 40px 0 40px 0;
    min-height: 200px;
  }
  .plan-feature {
    margin-top: 20px;
  }
  .how-it-work .how-heading {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
  .how-it-work .how-it-work-list {
    margin:  0;
  }
  .how-it-work .bottominfo {
    margin: 20px 0 0 0;
  }
  .how-it-work .bottominfo .headinginfo {
    font-size: 20px;
    line-height: 22px;
  }
  .calculation .calculation-box .calculation-heading {
    font-size: 24px;
    line-height: 26px;
  }
  .calculation .calculation-box {
    margin: 0 0 40px 0;
  }
  .connect-gallery-slick {
    margin-bottom: 60px !important;
  }
  .intrested .interested-box {
    min-height: 130px;
  }
  .interested-box .interested-heading{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .interested-box .interested-btn{
    padding: 8px 22px;
  }
  .intrested.interested-connect .interested-box, .intrested.interested-sim .interested-box, .intrested.interested-mon .interested-box,.intrested.interested-connect-inner .interested-box, .intrested.interested-pq .interested-box {
    min-height: 130px;
  }
  .adaptricity-connect-content{
    padding: 0 0 30px 0;
    margin: 0;
  }
  .pq-bottom-heading{
    font-size: 19px;
    line-height: 26px;
  }
  .consulting{
    min-height: 160px;
  }
  .consulting-section .consulting-heading {
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0 10px 0;
  }
  .intrested.interested-consult .interested-box .interested-heading {
    font-size: 18px;
    line-height: 26px;
  }
  .data-eng-heading {
    margin: 10px 0 30px 0;
    font-size: 26px;
    line-height: 30px;
  }
  .intrested.interested-data-eng .interested-box {
    min-height: 180px;
  }
  .adaptricity-use-case, .adaptricity-use-case .top-heading-inner {
    height: 130px;
    min-height: 130px;
  }
  .news-list, .news-detail {
    padding: 30px 0;
  }
  .news-detail .detail-heading {
    line-height: 28px;
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .news-detail .postdate{
    margin: 0;
  }
  .news-detail .deatilmainbx {
    padding: 15px;
  }
  .news-detail .detail-right-heading {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 8px 0;
  }
  .adaptricity-secure-switz, .adaptricity-secure-switz .top-heading-inner {
    height: 160px;
    min-height: 160px;
  }
  .customwidth{
    width: 100% !important;
  }
  .secure-switz-vision {
    padding: 20px 0;
  }
  .secure-switz-vision .vision-heading{
    margin-bottom: 15px;
  }
  .secure-switz-vision .subheading {
    font-size: 22px;
    line-height: 28px;
  }
  .secure-switz-vision .subheading br{
    display: none;
  }
  .secure-switz-stand{
    padding: 20px 0;
  }
  .secure-switz-stand .stand-heading {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .secure-switz-stand i{
    font-size: 40px;
    margin: 0 0 5px 0;
  }
  .adaptricity-references, .adaptricity-references .top-heading-inner {
    height: 150px;
    min-height: 150px;
  }
  .ourcustomer {
    padding: 25px 0;
  }
  .ourcustomer .ourcustomer-heading, .Partnerships .Partnerships-heading, .MOA .MOA-heading {
    font-size: 26px;
  }
  .adaptricity-publications, .adaptricity-publications .top-heading-inner {
    min-height: 150px;
    height: 150px;
  }
  .publication-list .list-mainbx {
    margin: 0 0 30px 0;
  }
  .publication-list .list-mainbx .list-heading {
    font-size: 24px;
    line-height: 28px;
  }
  .adaptricity-ourteams {
    padding: 30px 0;
    min-height: 170px;
  }
  .adaptricity-ourteams .top-heading-inner {  
    margin: 0 0 10px 0;
  }
  .adaptricity-ourteams .top-subheading-inner {
    letter-spacing: 0;
  }
  .sliderbox{
    margin: 0 10px;
    font-size: 14px;
  }
  .interested-ourteam .slick-dots{
    left: 0;
  }
  .adaptricity-jobs {
    min-height: 140px;
    padding: 20px 0;
  }
  .adaptricity-jobs .top-heading-inner {
    margin: 0 0 5px 0;
  }
  .adaptricity-jobs .top-subheading-inner{
    letter-spacing: 0;
  }
  .contact-details .contact-heading {
    font-size: 28px;
  }
  .contact-details .contact-inner .title {
    font-size: 16px;
  }
  .contact-details .contact-inner .contact-address {
    line-height: 20px;
    font-size: 14px;
  }
  .adaptricity-imprint, .adaptricity-imprint .top-heading-inner {
    min-height: 140px;
    height: 140px;
  }
  .imprint-content {
    padding: 30px 0;
  }  
  .adaptricity-disclaimer .top-heading-inner {
    height: 140px;
    min-height: 140px;
  }
  .adaptricity-disclaimer {
    min-height: 140px;
  }
  .disclaimer-heading {
    font-size: 22px;
  }
  .disclaimer-inner-heading {
    font-size: 16px;

  }
  
}