h1, h2, h3, h4, h5, h6, span {
    font-family: "Montserrat", sans-serif;
}
/* MOBILE NAV */
.mb-language p {
    margin-bottom: 0px;
    color: var(--color-primary);
}
.mb-language ul {
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: start;
    margin-top: 0px;
    padding-left: 10px;
}
.mb-language ul li img{
    width: 50px;
    height: 35px;
}

@media only screen and (min-width: 1199px) and (max-width: 1300px) {
    .header-two .header-top::after {
        width: 53%;
    }
}
@media only screen and (min-width: 1199px) and (max-width: 1329px) {
  .nav-contactbtn {
   display: none !important;
  }
  .nav-contact {
    display: block !important;
  }
  .header-two .main-header .content .header-right button {
    display: none !important;
  }
}
@media only screen and (max-width: 1329px) {
    .nav-area ul li a { 
        font-size: 14px;
    }
}
@media only screen and (max-width: 1252px) and (min-width: 1210px) {
    header.header-two .nav-area ul {
        gap: 12px !important;
    }
}
@media only screen and (max-width: 1209px) and (min-width: 1199px) {
    header.header-two .nav-area ul {
        gap: 10px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .nav-contactbtn {
        display: block !important;
    }
}
label {
    font-weight: 600;
    color: var(--color-primary);
    padding-bottom: 10px;
}
select {
    height: 54px;
    border: 1px solid rgba(32, 40, 45, 0.2);
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 0 20px;
}
input[type="file"] {
    padding: 15px;
}
.title-style-three .pre {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    color: #5D666F;
    display: flex;
    max-width: max-content;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    border-radius: 6px;
}

h2.title {
    font-family: "Montserrat", sans-serif;
    color: var(--color-primary);
}

/* HOME */
.single-home-item {
    display: flex;
    align-items: flex-start;
    gap: 29px;
}
.single-home-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    min-width: 60px;
    background: #f9f0ff;
    border-radius: 50%;
}
.single-home-item .icon i{
    font-size: 20px;
    color: var(--color-primary);
}
.single-home-item .information .title {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px;
    font-size: 20px;
}
.mySwiperh2_home_services {
  padding-bottom: 70px;
}

.mySwiperh2_home_services .swiper-slide .home-services {
    background: #f9f0ff;
    color: var(--color-primary);
    padding: 30px;
    border-radius: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.mySwiperh2_home_services .swiper-slide .home-services h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}

.mySwiperh2_home_services .swiper-slide .home-services a {
    padding: 15px 20px;
}

.mySwiperh2_home_services .swiper-slide .home-services a:hover {
    background-color: var(--color-secondary);
    color:#fff;
    padding: 15px 20px;
    border-radius: 10px;
}

.mySwiperh2_home_services .swiper-slide-active .home-services {
    background: var(--color-primary);
    box-shadow: 0px 30px 20px rgba(182, 182, 182, 0.1);
}

.mySwiperh2_home_services .swiper-slide-active .home-services h2 {
    color: #fff;
}
.mySwiperh2_home_services .swiper-slide-active .home-services p {
    color: #fff;
}

.mySwiperh2_home_services .swiper-slide-active .home-services a {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}

.mySwiperh2_home_services .swiper-slide-active .home-services a:hover {
    background-color: var(--color-secondary);
    color:#fff;
    border-radius: 10px;
}

/* DISCOVER MORE */
.about-us-content span.bg-content {
    font-family: "Montserrat", sans-serif;
}

.mission-vision span.bg-content {
    font-family: "Montserrat", sans-serif;
    left: 50%;
    transform: translateX(-50%);
}

.mission-vision-tab.nav {
    justify-content: center;
    align-items: center;
    border: 1px solid #EFEEF2;
    max-width: max-content;
    margin: auto;
    border-radius: 100px;
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
    margin-top: 25px;
}
.mission-vision-tab.nav li {
    margin: 0;
}

.mission-vision-tab.nav li button {
    border: none;
    background: transparent;
    color: var(--color-white);
    border-radius: 100px;
    padding: 20px 35px;
    color: #1C2539;
    font-weight: 500;
}

.mission-vision-tab.nav li button.active {
    background: var(--color-primary);
    color: #fff;
}

/* SERVICES */
.service-item {
    background: #f9f0ff;
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.service-item h6 {
    margin-bottom: 10px;
}

.services-container {
    margin-right: 30px;
    border: 1px solid #E6E9F0;
    margin-bottom: 50px;
}

.services-container .thumbnail {
    overflow: hidden;
}

.services-container .thumbnail img {
    transition: 0.3s;
    width: 100%;
}

.services-container .services-content {
    padding: 50px;
}

.services-container .thumbnail:hover img {
    transform: scale(1.2);
}

.services-container .services-content a {
    max-width: 100%;
    min-width: 100%;
    height: 100%;
}
/* FIELDS OF APPLICATION */
.fields-of-application h4 {
    color: var(--color-primary);
}
.fields-of-application .main-wrapper-sticky .sticky-statement h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: var(--color-primary);
}
.fields-of-application .main-wrapper-sticky .sticky-statement:hover h5 {
    color: #fff;
}

.fields-of-application section.main-wrapper-sticky .sticky-statement a:hover
{
    text-decoration: underline;
}

.fields-of-application section.main-wrapper-sticky .sticky-statement {
    position: relative;
}
.fields-of-application section.main-wrapper-sticky .sticky-statement > * {
    position: relative;
    z-index: 2
}
.fields-of-application section.main-wrapper-sticky .sticky-statement:hover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.fields-of-application section.main-wrapper-sticky .sticky-statement.field-app-1:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.fields-of-application section.main-wrapper-sticky .sticky-statement.field-app-2:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.fields-of-application section.main-wrapper-sticky .sticky-statement.field-app-3:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.fields-of-application section.main-wrapper-sticky .sticky-statement.field-app-4:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.fields-of-application section.main-wrapper-sticky .sticky-statement.field-app-5:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.fields-of-application section.main-wrapper-sticky .sticky-statement.field-app-6:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.fields-of-application section.main-wrapper-sticky .sticky-statement.field-app-7:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.fields-of-application section.main-wrapper-sticky .sticky-statement.field-app-8:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}

/* TECHNOLOGICAL APPLICATIONS */
.technological-applications h4 {
    color: var(--color-primary);
}
.technological-applications .main-wrapper-sticky .sticky-statement h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: var(--color-primary);
}
.technological-applications .main-wrapper-sticky .sticky-statement:hover h5 {
    color: #fff;
}
.ta-description span {
    font-weight: bold;
    font-size: 20px;
    color: var(--color-primary);
}
.technological-applications section.main-wrapper-sticky .sticky-statement {
    position: relative;
}
.technological-applications section.main-wrapper-sticky .sticky-statement > * {
    position: relative;
    z-index: 2
}
.technological-applications section.main-wrapper-sticky .sticky-statement:hover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.technological-applications section.main-wrapper-sticky .sticky-statement.tech-app-1:hover
{
    background-image: url(../images/about/06.webp);
    background-position: center center;
}
.technological-applications section.main-wrapper-sticky .sticky-statement.tech-app-2:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.technological-applications section.main-wrapper-sticky .sticky-statement.tech-app-3:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.technological-applications section.main-wrapper-sticky .sticky-statement.tech-app-4:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.technological-applications section.main-wrapper-sticky .sticky-statement.tech-app-5:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.technological-applications section.main-wrapper-sticky .sticky-statement.tech-app-6:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}
.technological-applications section.main-wrapper-sticky .sticky-statement.tech-app-7:hover
{
    background-image: url(../images/service/06.webp);
    background-position: center center;
}

/* FAQS */
.faqs h4 {
    color: var(--color-primary);
}

/* CAREER */
.career h4 {
    color: var(--color-primary);
}
.career span.bg-content {
    font-family: "Montserrat", sans-serif;
}

/* COOKIE */
.cookie h3, .cookie b  {
    color: var(--color-primary);
}

.cookie ul li {
    margin-bottom: 30px;
}

/* PRIVACY POLICY */
.privacy-policy b, .privacy-policy a {
    color: var(--color-primary);
} 
.privacy-policy a:hover {
    text-decoration: underline;
} 
.privacy-policy ol {
    list-style: none;
}

.privacy-policy ol li {
    margin-bottom: 30px;
}

.disc{
    /* padding-right: 80px ; */
    
}
.footer-two-single-wized{
    padding-left:40px;
}
