
/* @font-face {
    font-family: 'Museo Sans 300';
    src: url('../fonts/MuseoSans-300.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans 700';
    src: url('../fonts/MuseoSans-700.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Reservation Wide';
    src: url('../fonts/reservation-wide-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Reservation Wide Bold';
    src: url('../fonts/ReservationWide-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --e-global-typography-38ef2e9-font-family: "Reservation Wide" !important;
    --e-global-typography-7e27858-font-family: "Reservation Wide Bold" !important;
}
.elementor-kit-7 {
    --e-global-typography-38ef2e9-font-family: "Reservation Wide" !important;
    --e-global-typography-7e27858-font-family: "Reservation Wide Bold" !important;
} */


body {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: normal;
    overflow-x: hidden;
    color: #142028;
    font-family: 'Museo Sans';
}


/* comman */

html {
    scroll-behavior: smooth;
    margin: 0!important;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
	scroll-padding-top: 150px;
}

/* [id^="product_"] {
	scroll-margin-top: 150px;
} */

@media (max-width: 767px) {
	html {
		scroll-padding-top: 80px;
	}

	/* [id^="product_"] {
		scroll-margin-top: 100px;
	} */
}


/*comman-area*/

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.container,
.container-fluid {
    padding: 0 15px;
}

.mobile-section{
    display: none;
}


/* Comman Css */
.reservation-font{
    font-family: "Reservation Wide", sans-serif;
}
.container{
    max-width: 1660px;
    padding: 0 30px;
}


.main-header-wrapper{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%!important;
    z-index: 111!important;
    transition: all 0.5s ease;
    background: linear-gradient(180deg, rgba(0,0,0,1) 40%, rgba(255,255,255,0) 100%);
}


.header{
    /* position: fixed !important;
    top: 0;
    left: 0; */
    width: 100%!important;
    z-index: 111!important;
}

.main-header-wrapper .header-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;    
}

@media screen and (min-width: 768px) {
.main-header-wrapper .header-wrap .header-logo {
    width: 20%;
}
.main-header-wrapper .header-wrap .header-menu {
    width: 80%;
}

}


.header .main-logo img{
    transition: all 0.3s ease;
}
.header.scrolled .main-logo img{
    width: 170px!important;
}
.header.scrolled .e-con-inner{
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_space {
    height: 152px;
}

.error404 .header,
.search .header,
.page-template-full-width-page .header,
.page-template-default .header,
.single-post .header {        
        background-color: #2B3C46;
}



.header.scrolled {
    background-color: #2B3C46!important;
    
}

.default-page-banner {
    padding: 50px 0;
}
.default_page {
    padding-bottom: 30px;
}

.news-detail-banner {
    padding: 50px 0;
}
.news-detail-section {
    padding-bottom: 30px;
}

.search-btn{
	cursor: pointer;
}
.search-form-wrape{
	position: absolute;
	top: 25px;
	right: 0;
	width: 300px;
	display: none;
	z-index: 111;
}
.search-form-wrape.show{
	display: block;
}
.search-form-data{
	width: 100%;
	position: relative;
}
.search-form{
	height: 40px;
	width: 100%;
	border: none ;
	background: #fff;
	padding-left: 15px;
	padding-right: 30px;
	font-size: 16px;
	color: #142028;
	outline: none;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.search-form::placeholder{
	color: #142028;
}
.search-close{
	position: absolute;
	top: 11px;
	right: 10px;
	padding: 0;
	border: none;
	background-color:transparent;
	width: 16px!important;
	cursor: pointer;
}


.navigation-menu ul{
    list-style: none;
    margin: 0 0 0 0;
}
.navigation-menu ul li{
    display: inline-block;
    margin: 0 45px 0 0;
    position: relative;
}
.navigation-menu ul li.menu-item:before,
.navigation-menu ul li.menu_open:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50px;
    background-color: transparent;
    position: absolute;
    left: -12px;
    top: 12px;
}
.navigation-menu ul li.menu-item:hover::before,
.navigation-menu ul li.menu_open:before {
    background-color: var( --e-global-color-primary );
}
.navigation-menu ul li:last-child{
    margin: 0;
}
.navigation-menu ul li a{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Reservation Wide", sans-serif;
    color: #fff;
    position: relative;
}
.navigation-menu ul li a:hover,
.navigation-menu ul li.menu_open a,
.navigation-menu ul li.current-menu-item a {
    color: var( --e-global-color-primary );
}
.navigation-menu ul li:last-child a{
    text-transform: uppercase;
    padding: 11px 15px 9px 15px;
    background-color: #2595D1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    display: block;
}
.navigation-menu ul li:last-child::before {
    display: none;
}

.megamenu_wrap,
.show-application{
    position: fixed;
    z-index: 999;
    width: 100%;
    /* margin-top: 2px; */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background-color: var( --e-global-color-13a2867 ) !important;
    display: none;
    /* top: 150px; */
  }
  .show-product.show {
    display: block !important;
  }
  .show-application.show {
    display: block !important;
    background-color: #fff !important;
  }
  
  .megamenu_wrap .mega_tab {
    display: none !important;
    height: 100%;
  }
  .megamenu_wrap .mega_tab .elementor-widget-n-tabs {
    height: 100%;
  }

  .mega_tab.active {    
    display: flex !important;
}


#menu-primary-menu .sub-menu {
    display: none;    
}

.megamenu_wrap ul.menu {
    list-style-type: none;
    padding-right: 15px;
    border-right: 1px solid #b5b6b8;
}
.megamenu_wrap ul.menu li {
    position: relative;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    color: var( --e-global-color-text );
    cursor: pointer;
    margin-bottom: 10px;
}
.megamenu_wrap ul.menu li a {
    color: var( --e-global-color-text );
    font-family: "Reservation Wide", sans-serif;
}
.megamenu_wrap ul.menu li:hover,
.megamenu_wrap ul.menu li.active,
.megamenu_wrap ul.menu li.active a,
.megamenu_wrap ul.menu li:hover a,
.megamenu_wrap ul.menu li a:hover {
    color: #ffffff;
}
.megamenu_wrap ul.menu li::after {
    content: ' ›'; /* Add space before symbol */
  font-size: 30px;
  color: #9DAFB4;
  }
  .megamenu_wrap ul.menu li.active::after,
  .megamenu_wrap ul.menu li:hover::after {
    color: #ffffff;
  }  
.megamenu_wrap ul.menu li.submega-xray:hover,
.megamenu_wrap ul.menu li.submega-xray.active {
    background-color: transparent;
    background-image: linear-gradient(90deg, #4D6670 0%, #9DAFB4 100%);  
}

.megamenu_wrap ul.menu li.submega-softxray:hover,
.megamenu_wrap ul.menu li.submega-softxray.active {
    background-color: transparent;
    background: linear-gradient(90deg, #9CAFB3 0%, #18205F 50%, #492994 100%);
}

.megamenu_wrap ul.menu li.submega-uvvis:hover,
.megamenu_wrap ul.menu li.submega-uvvis.active {
    background-color: transparent;
    background: linear-gradient(90deg, #4A2C93 0%, #3BBB75 50%, #CB2A25 100%);
}

.megamenu_wrap ul.menu li.submega-solar:hover,
.megamenu_wrap ul.menu li.submega-solar.active {
    background-color: transparent;
    background-image: linear-gradient(90deg, #4A2994 0%, #4A2994 100%);
}

.megamenu_wrap ul.menu li.submega-swir:hover,
.megamenu_wrap ul.menu li.submega-swir.active {
    background-color: transparent;
    background-image: linear-gradient(90deg, #CE2824 0%, #CE2824 100%);
}

.megamenu_wrap ul.menu li.submega-electrons:hover,
.megamenu_wrap ul.menu li.submega-electrons.active {
    background-color: transparent;
    background-image: linear-gradient(90deg, #CE2824 0%, #FD4E1C 100%);
}

.megamenu_wrap ul.menu li.submega-neutrons:hover,
.megamenu_wrap ul.menu li.submega-neutrons.active {
    background-color: transparent;
    background-image: linear-gradient(90deg, #FE4F1C 0%, #FE8525 100%);
}

.megamenu_wrap .e-n-tabs {
    height: 100%;
}
.megamenu_wrap .e-n-tabs .e-n-tabs-heading {
    padding-right: 20px;
    border-right: 1px solid #b5b6b8;
}
.megamenu_wrap .e-n-tabs .e-n-tabs-heading .e-n-tab-title{
    font-family: "Reservation Wide", sans-serif;
}
.megamenu_wrap .e-n-tabs .e-n-tabs-heading .e-n-tab-title::after {
    content: ' ›'; /* Add space before symbol */
    font-size: 30px;
    margin-left: auto;
}

.megamenu_wrap .e-n-tabs .e-n-tabs-content {}


/******** Testimonials slider *********/


.testimonial_inner {
    position: relative;
    padding: 0 15rem;
    text-align: center;
}
.testimonial-slider {
    padding-bottom: 70px;
}
.swiper-pagination{
    position: static!important;
    bottom: 0;
    margin: 50px 0 0 0;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 15px!important;
    height: 15px!important;
    background-color: #fff!important;
    border: 1px solid #2595D1!important;
    opacity: 1!important;
    margin: 0 10px!important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #2595D1!important;
    opacity: 1!important;
}
.testimonial-single-or-empty .testimonial-slider {
    padding-bottom:0px;
}
.testimonial_inner::before {
    content: "";
    width: 80px;
    height: 80px;
    background: url('../images/quote-left.png') no-repeat left top;
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}
.testimonial_inner::after {
    content: "";
    width: 80px;
    height: 80px;
    background: url('../images/quote-right.png') no-repeat left top;
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;    
}
.testimonial-slider .testimonial_desc {
    margin-bottom: 30px;
    font-size: 3rem;
    line-height: 4rem;
}
.testimonial-slider .testimonial_by {
    font-size: 2.2rem;
    font-weight: bold;
}  



.gradiantbutton .gradiant-btn{
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    padding: 17px 20px 15px 20px;
    border: none;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: "Reservation Wide", sans-serif;
    min-width: 214px;
    background: linear-gradient(90deg,rgba(97, 52, 144, 1) 0%, rgba(31, 176, 117, 1) 50%, rgba(186, 34, 48, 1) 100%);
}


.product-slider-block{
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
}
.product-slider-block-content{
    width: 52%;
    padding: 30px 25px;
}
.product-slider-block-image{
    width: 48.001%;
    /* padding: 30px; */
}


.product-slider-block-image{
    background-color: #EAECEE;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
.product-slider-block-text h3{
    margin: 0 0 0 0;
    color: #142028!important;
    font-weight: bold!important;
    line-height: normal!important;
    font-size: 24px!important;
}
.product-slider-block-text h4{
    margin: 0 0 17px 0;
    color: #2595D1!important;
    font-weight: bold!important;
    font-size: 20px!important;
    font-family: 'Museo Sans'!important;
    line-height: normal!important;
}
.product-slider-block-text p{
    margin: 0 0 17px 0;
    color: #142028;
    line-height: normal;
}
.product-slider-block-text ul{
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
}
.product-slider-block-text ul li{
    padding: 0 0 0 27px;
    line-height: normal;
    color: #142028;
    position: relative;
}
.product-slider-block-text ul li::before{
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('../images/list-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    position: absolute;
    top: 6px;
    left: 0;
}
.view-text-btn{
    color: #142028!important;
    font-weight: 800!important;
    text-transform: uppercase!important;
    line-height: normal!important;
    font-size: 18px!important;
    font-family: "Reservation Wide", sans-serif!important;
}
.product-slider-block-image{
    position: relative;
}
.product-slider-block-image img{
    width: 100%;
    height: 300px !important;
    object-fit: contain;
}
.tag-block{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 13px 20px 9px 20px;
    text-align: center;
    background-color: #f08b22;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: "Reservation Wide", sans-serif!important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 30px 100%);
}
.slider-wrapper{
    position: relative;
    padding: 0 50px;
}
.slide-button-prev,.slide-button-next{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
}
.slide-button-next{
    left: auto;
    right: 0;
}
.slide-button-prev svg,
.slide-button-next svg {
    height: 40px;
}
.swiper-button-disabled svg path {fill: #ccd1d6;}


.latest-news-wrapper .latest-news-block {
        height: 100%;
    flex-direction: column;
    display: flex;
}
.latest-news-img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.home .latest-news-block img {
    max-height: 385px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.latest-news-block h3{
    margin: 20px 0;
    color: #2595D1 !important;
    font-weight: bold !important;
    line-height: normal !important;
    font-size: 25px !important;
}
.latest-news-block h3 a{
    color: #2595D1;
}
.latest-news-block h6{
    color: #142028 !important;
    font-weight: bold !important;
    font-size: 20px !important;
    font-family: 'Museo Sans' !important;
    line-height: normal !important;
    margin-top: auto;
}
.latest-news-block p{
    margin: 0 0 17px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.latest-news-block img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.latest-news-block .view-text-btn {
    /* margin-top: auto; */
}

.gx-30{
    --bs-gutter-x:30px;
}





.upcoming-events-block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.upcoming-events-img{
    width: 200px;
    height: 200px!important;
    object-fit: cover;
}
.upcoming-events-block-text{
    width: calc(100% - 200px);
    padding: 0 0 0 25px;
}
.upcoming-events-block-text h3{
    margin: 0 0 10px 0;
    color: #2595D1 !important;
    font-weight: bold !important;
    line-height: normal !important;
    font-size: 25px !important;
}
.upcoming-events-block-text p{
    margin: 0 0 15px 0;
    line-height: normal;
}
.upcoming-events-block-text ul{
    list-style: none;
    margin: 0 0 5px 0;
}
.upcoming-events-block-text ul li{
    color: #142028 !important;
    font-weight: bold !important;
    font-size: 20px !important;
    font-family: 'Museo Sans' !important;
    line-height: normal !important;
    display: flex;
    margin: 0 0 8px 0;
    padding: 0 0 0 40px;
    align-items: center;
    position: relative;
}
.upcoming-events-block-text ul li img{
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
}
.upcoming-events-block-text h6{
    color: #2595D1!important;
    font-weight: bold !important;
    font-size: 20px !important;
    font-family: 'Museo Sans' !important;
    line-height: normal !important;
}




/* Contact Section */
.contact-text p a{
  color: #000;
}
.form-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.form-col {
  width: 100%;
  padding: 0 15px;
}
.form-half{
  width: 50%;
}
.form-group{
  margin: 0 0 40px 0;
}
.form-group p{
  margin: 0;
}
.form-control{
  width: 100%;
  height: 70px;
  background-color: #fff;
  border: 1px solid #b2c6cb;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  border-radius: 0;
  font-family: "Museo Sans", sans-serif;
  padding-left: 20px;
  margin: 0;
  box-shadow: none!important;
  outline: none!important;
}
.form-control:hover,
.form-control:focus{
  border-color: #2595D1;
}
.form-control::placeholder{
  color: #000;
  opacity: 1;
}
.textarea{
  height: 200px;
  padding-top: 15px;
}
.submitbtn .wpcf7-submit {
  font-family: "Reservation Wide", sans-serif;
  float: none;
  border: none;
}
.form-group .wpcf7-checkbox .wpcf7-list-item-label{
  font-family: "Museo Sans", sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 30px;
}

.form-group .wpcf7-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}
.form-group .wpcf7-checkbox .wpcf7-list-item{
  margin: 0!important;
}
.form-group .wpcf7-checkbox .wpcf7-list-item-label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b2c6cb;
  padding: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin: -3px 10px 0 0;
}

.form-group .wpcf7-checkbox input:checked + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 10px;
  width: 6px;
  height: 14px;
  border: solid #2595D1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.featured-products-block-image-data{
    background-color: #eaecee;
}
.featured-products-slider-block{
    border: 1px solid #ccc;
    border-top: 5px solid #2595D1;
    background-color: #fff;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.featured-products-block-image{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
}
.featured-products-block-image img{
    height: 220px!important;
    object-fit: contain;
}
.featured-products-block-image-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 0 0 30px 0;
}
.featured-tag-wrap{
    margin: 0 0 0 -30px;
}
.featured-tag{
    width: 100%;
    padding: 10px 20px 13px 50px;
    text-align: left;
    background-color: #2595D1;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 30px 100%);
}
.featured-products-block-image-text ul{
    list-style: none;
    margin: 15px 0 20px 0;
    padding: 0;
}
.featured-products-block-image-text ul li{
    font-weight: bold;
    position: relative;
    padding: 0 10px 0 27px;
}
.featured-products-block-image-text ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('../images/list-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    position: absolute;
    top: 6px;
    left: 0;
}

.text-btn{
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #2595D1;
}
.text-btn img{
    width: 25px;
    margin: 0 5px 0 0;
}
::marker{
    color: #2595D1;
}

.featured-products-slider-block-contant{
    background-color: #fff;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.featured-products-slider-block-contant h3{
    margin: 0;
    font-weight: bold!important;
    color: #2595D1!important;
}
.featured-products-slider-block-contant p{
    margin: 0 0 20px 0;
}
.featured-products-slider-block-contant h6{
    font-weight: bold!important;
    font-size: 20px!important;
    color: #2595D1!important;
    margin: 0;
}
.featured-products-slider-block-contant ul{
    margin: 0 0 20px 20px;
}
.featured-products-slider-block-contant ul li{
    font-weight: bold;
}
.featured-products-sitelogo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 30px 0 0 0;
    margin-top: auto;   
}
.featured-products-sitelogo img{
    width: 250px;
}
.download-datasheet-btn button{
    border: none;
}





.range-block{
    border: 1px solid #ccc;
    background-color: #EAECEE;
}
.range-title{
    width: 100%;
    padding: 18px 10px;
    text-align: center;
    background-color: #2B3C46;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 30px 100%);
    font-family: "Reservation Wide", sans-serif;
}
.range-block-image{
    padding: 30px;
}
.range-block-image img{
    margin: 0 auto;
    height: 250px!important;
    object-fit: contain;
}
.gx-30{
    --bs-gutter-x: 30px;
}
.gy-30{
    --bs-gutter-y: 30px;
}


.publication-slider-block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.publication-img{
    width: 250px;
    height: 250px!important;
    object-fit: cover;
}
.publication-slider-block-text{
    width: calc(100% - 250px);
    padding: 0 0 0 25px;
}
.publication-slider-block-text h5{
    margin: 0 0 15px 0;
    font-size: 22px!important;
    font-weight: bold!important;
    color: #fff!important;
    font-family: "Museo Sans", sans-serif!important;
}
.publication-slider-block-text p{
    margin: 0 0 15px 0;
    color: #fff;
}
.publication-slider-block-text h6{
    font-size: 20px!important;
    font-weight: bold!important;
    color: #fff!important;
}


.error-section,.basic-section{
    padding: 6rem 0;
}
.error-text{
    text-align: center;
}
.error-text img{
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
}
.error-text h2{
    margin: 20px 0 0 0;
}
.error-section {
    padding: 10rem 0;
}
.error-text .error-404 {
    color: var( --e-global-color-primary );
    font-family: "Reservation Wide", sans-serif;
    font-weight: 800;
    font-size: 120px;
    line-height: 1;
}

.basic-text h2{
    margin: 0 0 20px 0;
}

.productsmodal .modal-dialog{
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}
.productsmodal .modal-body{
    padding: 20px;
}
.btn-close{
    padding: 0!important;
    width: 30px;
    height: 30px;
    border-radius: 100px!important;
    font-size: 14px!important;
    color: #fff!important;
    opacity: 1!important;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff!important;
    z-index: 11;
}


.country-drop {
  width: 100%;
  height: 70px;
  background-color: #fff;
  border: 1px solid #b2c6cb;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  border-radius: 0;
  font-family: "Museo Sans", sans-serif;
  padding-left: 20px;
  margin: 0;
  box-shadow: none !important;
  outline: none !important;
  position: relative;

  padding-right: 60px !important;

	background-image: linear-gradient(45deg, transparent 50%, #000 50%),
		linear-gradient(135deg, #000 50%, transparent 50%) !important;
	background-position:
		calc(100% - 38px) 50%,
		calc(100% - 30px) 50% !important;
	background-size:
		8px 8px,
		8px 8px !important;
	background-repeat: no-repeat !important;
}
.country-drop:hover{
    border-color:#2595D1;
}


.applications-block:hover h3.elementor-heading-title,
.applications-block:hover p {
    color: #2595D1!important;
}


/* .home .elementor-574{
    position: absolute;
    top: 0;
    z-index: 11;
    width: 100%;
} */
.home .elementor-574 .header {
    background-color: transparent;
}
body.menu-open{
    overflow: hidden;
}


.single-post-section{
    padding: 50px 0;
}
body .single-post-title h1{
    color: var( --e-global-color-text );
    font-size: var( --e-global-typography-bf83bdf-font-size );
    font-weight: var( --e-global-typography-bf83bdf-font-weight );
    line-height: var( --e-global-typography-bf83bdf-line-height );
    margin: 0 0 4rem 0;
}


.news-events-breadcrumb{
    margin: 0 0 4rem 0;
}
.news-events-breadcrumb p{
    color: #142028;
}
.single-post-title p{
    margin: 0;
}
.single-post-row{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}
.single-post-col-left{
    width: 68%;
    padding: 0 20px 0 0;
}
.single-post-col-right{
    width: 32%;
    padding: 0 0 0 20px;
}
.single-post-content p{
    margin: 0 0 16px 0;
}
body .single-post-content h2{
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
    color: #2596D1;
}
.single-post-content p{
    margin: 0 0 18px 0;
  color: #142028;
}
.single-post-image img{
    width: 100%;
    margin: 0 0 20px 0;
}
.back-to-news-btn,body .single-post-sidebar-item h6{
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #142028!important;
    display: table;
    font-weight: bold;
    font-family: "Reservation Wide", sans-serif;
}
.back-to-news-btn:hover{
    color: #2596D1!important;
}
body .single-post-sidebar-item h6{
    color: #2595D1!important;
    margin: 0 0 5px 0;
}
body .single-post-sidebar-item h6 a{
    color: #2595D1;
}
body .single-post-sidebar-item p a{
    color: #142028;
}
.single-post-sidebar-item{
    margin: 0 0 20px 0;
}


.search-result-item{
    margin: 0 0 3.5rem 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 3.5rem 0;
}
.search-result-item h3{
    margin: 0 0 10px 0;
}
.search-result-item p{
    margin: 0 0 5px 0;
}


.wavelength-mobile-select{
    height: 50px!important;
    font-size: 18px!important;
    background-color: #fff!important;
    border: 1px solid #b2c6cb!important;
    color: #000!important;
    margin: 0!important;
    box-shadow: none !important;
    outline: none !important;
    font-weight: normal!important;
    border-radius: 0!important;
    font-family: "Museo Sans", sans-serif!important;
    padding-left: 15px!important;
}


@media screen and (max-width: 1024px) {
    .single-post-sidebar-item p{
        line-height: normal;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {

	.search-form-wrape{
		width: 270px;
	}
    .slider-wrapper{
        padding: 0 30px;
    }
    .productsmodal-button-prev svg, .productsmodal-button-next svg{
        height: 30px;
    }
    .productsmodal-button-prev {
        left: -10px;
        width: 30px;
    }
    .productsmodal-button-next{
        right: -10px;
        left: auto;
        width: 30px;
    }
    
    .megamenu_wrap ul.menu {
        padding-right:0px;
        border-right:0px solid #b5b6b8;
    }


    .single-post-col-left,
    .single-post-col-right{
        width: 100%;
        padding: 0;
    }
}


