@font-face {
    font-family: 'museo_sans_cyrl500';
    src: url('../fonts/museosanscyrl_1-webfont.eot');
    src: url('../fonts/museosanscyrl_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosanscyrl_1-webfont.woff2') format('woff2'),
         url('../fonts/museosanscyrl_1-webfont.woff') format('woff'),
         url('../fonts/museosanscyrl_1-webfont.ttf') format('truetype'),
         url('../fonts/museosanscyrl_1-webfont.svg#museo_sans_cyrl500') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'webfontregular';
    src: url('../fonts/museosanscyrl_3-webfont.eot');
    src: url('../fonts/museosanscyrl_3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosanscyrl_3-webfont.woff2') format('woff2'),
         url('../fonts/museosanscyrl_3-webfont.woff') format('woff'),
         url('../fonts/museosanscyrl_3-webfont.ttf') format('truetype'),
         url('../fonts/museosanscyrl_3-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
 -webkit-text-size-adjust: none;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
    margin: 10px 0 10px 0;
    padding: 0px 0 0 40px;
    display: inline-block;
    width: 100%;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, address {
	display: block;
}
embed, iframe, object {
	max-width: 100%;
}
img{
    max-width:100%;
}
a{
    color: #00c6fe;
}
a:hover{
    color:#000;
}
/* Global
----------------------------------------------- */
body{
	color: #333333;
	word-wrap: break-word;
	font-size:18px;
	line-height:25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	  font-family: 'museo_sans_cyrl500',sans-serif;
	overflow-x: hidden;
}
body.open{ overflow: hidden}
header:after, .footer-top:after, .services:after, .services .container:after, .header-top:after, .header-bottom:after{ display: table; clear: both; content: ""}
li {
    list-style-type: disc;
    margin-bottom: 6px;
    font-size: 16px;
}
input:focus,
button:focus,
textarea:focus{
    outline:none;
}
a, button, input[type="submit"], input[type="button"], input{
    text-decoration:none;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
}

 input[type="text"]{
   cursor:text;
    text-decoration:none;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none !important;
    appearance: none !important;
 }
header{
    padding-top:41px;
}

.container{
    max-width:1170px;
    margin:0 auto;
}
.header-top{
    margin-bottom:20px;
}
.header-top img{
    max-width:327px;
}
.menu-section{
    display:inline-block;
    margin-top:13px;
}
nav ul{
    display:inline-block;
    padding:0;
    margin:0;
}
nav ul li{
    display:inline-block;
    list-style-type:none;
    margin-left:64px;
    width:auto;
}
nav ul li:first-child{
    margin-left:0!important;
}
nav ul li a{
    font-size:17px;
    font-family:inherit;
    font-weight:normal;
    text-transform:uppercase;
    color:#a6a6a6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
nav ul li a:hover, nav ul li.current-menu-item a{
    color:#3096ee;
}
.search-section-main .res-search input{
    width: 83%;
    height: 38px;
    padding: 0px 63px 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f7f8;
    border: 1px solid #f6f7f8;
    position: relative;
    border-radius: 50px;
    transition: none;
}
.search-section input{
    width: 189px;
    height: 38px;
    padding: 20px 60px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f7f8;
    border: 1px solid #f6f7f8;
    position: relative;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-section {
    float: right;
    position: relative;
}
.search-section input[type="submit"]{
    content: '/f002';
    font-family: FontAwesome;
    width: 40px;
    background: url(../images/sprite.png);
    position: absolute;
    right: 0;
    top: 1px;
    /* background-color: #f6f7f8; */
    cursor: pointer;
    text-align: center;
    padding: 10px 0 8px 0;
    /* background-color: transparent; */
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: inherit;
    
}
.search-section-main .res-search input[type="submit"]{
    content: '/f002';
    font-family: FontAwesome;
    width: 40px;
    background: url(../images/sprite.png);
    position: absolute;
    right: 30px;
    /* background-color: #f6f7f8; */
    top: 0;
    cursor: pointer;
    text-align: center;
    padding: 0;
    /* background-color: transparent; */
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: inherit;
    
}
.search-section input[type="submit"]:hover{
    background-color: transparent;
    border: 0px;
}

.search-section:hover input[type="submit"]{
    background-position:-59px 0;
}
/***Banner Section Style***/
.banner-section{
    margin-top:38px;
}
.banner-section img{
    width:100%;
}
.banner-content{
    width: 100%;
    display: inline-block;
    padding-top: 0;
    height: 100%;
    padding-left: 84px;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner-content:before{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2000;
    /*background: rgba(0, 0, 0, 0.3215686274509804);*/
}
.banner-content h2{
    font-size:36px;
    line-height:32px;
    font-weight:900;
    color:#fff;
}
.banner-content h2.slider-first-heading{
  font-size: 36.7px;
    line-height: 38px;
    font-weight: 900;
    color: #b31a2f;
    max-width: 55%;
    margin-bottom:15px;
}
.banner-content h2 span{
display:block;
}
.banner-section .bx-wrapper .bx-prev, .banner-section .bx-wrapper .bx-prev:hover{
  background-position:-359px 13px
}
.banner-section .bx-wrapper .bx-next, .banner-section .bx-wrapper .bx-next:hover{
background-position:-287px 13px;
}
.banner-section a.green-butt{
    position: absolute;
    bottom: 0;
    right: 96px;
    background: #afc85c;
    color: #fff;
    font-size: 22px;
    padding: 6px 23px 6px 27px;
    z-index: 2000000;
    letter-spacing: 1px;
}
.banner-section span{
    font-weight:bold;
}
.banner-section .genomics-banner a.green-butt{
  background:#2b57a9;
}
.banner-section .purification-banner a.green-butt{
    background:#599d54;
}
.banner-section .rapid-banner a.green-butt{
    background:#a22482;
}
.banner-section .slam-banner a.green-butt{
    background:#a2bd30;
}
.banner-section .diagenode a.green-butt{
    background:#611c28;
}
.banner-section a.green-butt:before {
    content: "+";
    font-size: 31px;
    color: #fff;
    top: 0;
    position: relative;
    left: -3px;
}
.banner-section a.green-butt:hover{
    background:#288dcd;
}
.banner-section a.green-butt .fa{
    margin-right:12px;
    display:none;
}
.banner-section ul{
    padding:0;
    margin:0;
}
.banner-section ul li{
    padding-bottom:40px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'webfontregular';
    font-weight: 900;
    color: #00203d;
    margin-bottom: 18px;
    line-height:1;
}
h3, h4, h5, h6{
  font-family:inherit;
    font-weight:inherit;
    color: #00203d;
    margin-bottom: 18px;
}
h2{
    font-size:30px;
}
.inner-page-content h1{
    font-size:2.5em
}
.inner-page-content h2{
    font-size:2.25em;
}
.inner-page-content h3{
   font-size:1.5625em;
}
.inner-page-content h4{
   font-size:1.375em;
}
.inner-page-content h5{
    font-size:1.35em;
}
.inner-page-content h6{
    font-size:1.125em;
}
.banner-content ul{
    margin-top: 12px;
    padding-left:15px;
    margin-bottom:63px;
    display:block;
}
.banner-content ul li{
    font-size:17px;
    color:#fff;
    list-style-type:disc;
    line-height:22px;
    padding-bottom:0;
}
.banner-content ul.first-slider-content{
    padding-left:23px;
}
.banner-content ul.first-slider-content li{
font-size:24.5px;
    line-height:23px;
color:#585857;
}
.banner-content ul.slider-second-content sup{
  color:#a2bd30;
}
.banner-content ul.slider-second-content{
max-width:541px;
}
.banner-content a{
    background:#00203d;
    border:1px solid #00203d;
    border-radius:5px;
    font-size:16px;
     color:#fff;
    padding:10px 37px
}
.banner-content a:hover{
    background:transparent;
}
.banner-content a .fa{
    margin-right:6px;
}
.omega-logo{
    width:348px;
    display:inline-block;
}
/***Recommandad Section Style****/
.recommandad-section,
.recommandad-section-in{
    width:100%;
    display:inline-block;
}
.recommandad-section-in ul{
    padding:0;
    margin:0;
}
.recommandad-section{
    padding-bottom:38px;
}
.recommandad-section h3{
    font-size:20px;
    text-transform:uppercase;
    color:#00203d;
    margin-bottom:13px;
}
.recommandad-section ul{
    margin-top:20px;
}

.recommandad-section ul li{
    float: left;
    width: 23.684848%;
    margin-bottom: 15px;
    margin-right: 1.7045454545454544%;
    list-style-type:none;
    
}
.recommandad-section ul li img{
    vertical-align:middle;
}
.recommandad-section ul li:nth-child(4n+4){
    margin-right:0;
}
.product-image{
    border:1px solid #d3d3d3;
    margin-bottom:23px;
    padding-top:21px;
    padding-bottom:27px;
    text-align:center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-image:hover{
    box-shadow: 0 8px 29px -9px #000;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}


.product-text{
    padding-left:16px;
}
.product-text a{
    font-size:17px;
    font-family:inherit;
    font-weight:normal;
    color:#3297ef;
    line-height:26px;
}
.product-text a:hover{
    color:#000;
}
/***About Section Style***/
.about-us{
    background:#e9edf2;
    text-align:center;
    color:#00203d;
    padding:65px 0 75px 0;
}
.about-us h2{
    margin-bottom:39px;
    text-transform:uppercase;
}
.about-us p, .about-us{
    font-size:14px;
    line-height:24px;
     color:#2e2e2e;
}
.about-us a{
    background:#00203d;
    border:1px solid #00203d;
    border-radius:50px;
    font-size:16px;
    color:#099dc0;
    padding:15px 72px 13px 72px;
    display:inline-block;
    margin-top:43px;
}
.about-us a:hover{
    background:#099dc0;
    border:1px solid #099dc0;
    color:#fff;
}
/***Latest Section Style****/
.latest-section{
    padding:61px 0 67px 0;
    width:100%;
    display:inline-block;
}
.latest-section ul{
    margin-top:18px;
}
.latest-section ul li{
    float:left;
    margin-right:3.787878787878788%;
    width:30.792424%;
    list-style-type:none;
}
.latest-section ul li:nth-child(3n+3){
    margin-right:0;
}
.latest-section ul li img{
    border:1px solid #d3d3d3;
    width:100%;
}
.latest-section h4{
    font-size:18px;
    line-height:25px;
    color:#444444;
    margin:18px 0 15px 0;
}
.latest-section p{
    font-size:14px;
    line-height:19px;
    color:#2d2d2d;
}
.latest-section a{
    display:inline-block;
    background:#e6ebf0;
    border:1px solid #e6ebf0;
    border-radius:5px;
    font-size:16px;
    color:#202021;
    padding:6px 49px 3px 14px;
    margin-top:20px;
    position:relative;
}
.latest-section h4 a{
    background:none;
    border:0px;
    border-radius:0;
    font-size:18px;
    line-height: 25px;
    color: #444444;
    margin: 0;
    padding:0;
}
.latest-section h4 a:after{
    display:none;
}
.latest-section h4 a:hover{
  background:none;
    color:#3297f0;
}
.latest-section a:after{
    content:"\f067";
    font-family:FontAwesome;
    position:absolute;
    right:12px;
}
.latest-section a:hover{
    background:#099dc0;
    color:#fff;
}
/***Support Section Style***/
.support-section{
    text-align:center;
    background:url('../images/support-bg.jpg');
    background-position:center center!important;
    padding:67px 0 89px 0;
    background-repeat:repeat!important;
}
.support-section h2{
    text-transform:uppercase;
}
.support-section p{
    font-size:18px;
    color:#fff;
    margin:30px 0 52px 0;
}
.support-section ul li{
    display:inline-block;
    margin-left:30px;
}
.support-section ul li:first-child{
    margin-left:0;
}
.support-section ul li a{
    background:#00203d;
    border:1px solid #00203d;
    border-radius:50px;
    font-size:15px;
    color:#fff;
    padding:14px 50px 13px 95px;
    background-image:url('../images/sprite.png');
    background-repeat:no-repeat;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.support-section ul li a:hover{
background-color:#099dc0;
    border:1px solid #099dc0;
}
.support-section ul li a.call-us{
    background-position:50px -64px;
}
.support-section ul li a.call-us:hover{
    background-position:45px -135px;
}
.support-section ul li a.email-us{
    background-position:40px -193px;
}
.support-section ul li a.email-us:hover{
    background-position:42px -270px;
}
.support-section ul li a.download-litr{
    background-position:53px -378px;
}
.support-section ul li a.download-litr:hover{
    background-position:53px -439px;
}
/***Supplier Section Style***/
.supplier-section{
    text-align:center;
    padding:88px 0 75px 0;
}
.supplier-section h2{
    margin-bottom:60px;
    color:#2e83d8;
    text-transform: uppercase;
}
.supplier-section ul li{
    display:inline-block;
    margin-left:30px;
    width:184px;
    margin-bottom:47px;
}
.supplier-section ul li:first-child,
.supplier-section ul li:nth-child(5n+1) {
    margin-left:0;
}
/***Contact Section Style***/
.contact-section{
    background:#e9edf2;
    padding:81px 0 123px 0;
    text-align:center;
    width:100%;
    display:inline-block;
}
.contact-section h2{
   width:100%;
    text-align:center;
    text-transform:uppercase;
    color:#2e83d8;
}
.contact-section p{
    font-size:18px;
    line-height:27px;
    color:#525252;
    margin:51px 0 34px 0;
}
.contact-section p.contact-heding{
    max-width:60%;
    margin:51px auto 34px;
}
.contact-form-left{
    width:67.012121%;
    float:left;
    text-align:left;
    margin-bottom:30px;
}
.contact-form-left input[type="text"],
.contact-form-left input[type="email"],
.contact-form-left textarea{
    border:1px solid #efefef;
    background:#fff;
    border-radius:5px;
    height:44px;
    padding:0 37px 0 14px;
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    margin-bottom:11px;
    color: #525252;
    font-size:14px;
    font-weight:500;
    font-family:inherit;
    position:relative;
    background-image:url('../images/star.png');
    background-repeat:no-repeat;
    background-position:95% 16px;
}
.contact-form-left br, p:empty{
    display:none;
}
.contact-form-left textarea{
    height:165px;
    resize:none;
    padding-top:14px;
    background-position:right top;
}
.form-row.submit{
    text-align:left;
    margin-top:7px;
}
.contact-form-left .form-row.full-column input,
.contact-form-left .form-row.full-column textarea{
    width:100%;
    background-position:97.5% 16px;
}
.contact-form-left .form-row input{
    width:49.370968%;
}
.contact-form-left input[type="submit"],
.contact-form-left input[type="button"],
input[type="submit"],
a.button{
    width:189px;
    text-align:center;
    padding:10px 0 8px 0;
    background:#2e83d8;
    border:1px solid #2e83d8;
    border-radius:5px;
    font-size:15px;
    font-weight:500;
    text-transform:uppercase;
    cursor:pointer;
    color:#fff;
}
.contact-form-left input[type="submit"]:hover,
.contact-form-left input[type="submit"]:focus,
.contact-form-left input[type="button"]:hover,
.contact-form-left input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
a.button:hover{
    background-color: #099dc0;
    border: 1px solid #099dc0;
}
.contact-form-left .form-row input:nth-child(2),
.contact-form-left .form-row span:last-child input{
    margin-left:0.6%;
}
.contact-form-left .form-row span:first-child input{
    margin-left:0;
}
.contact-form-right{
    width: 26.015152%;
    float: left;
    text-align: left;
    margin-left: 4.781818%;
}
.contact-section .contact-form-right h4{
        font-weight: 700;
    
    font-size: 18px;
    color: #525252;
    margin-bottom:8px;
}

.contact-top-right{
    margin-bottom:29px;
}
/***Newsletter Section Style****/
.news-letter-section{
    background:url('../images/newsletter.jpg');
    background-position:center center;
    padding:53px 15px 56px 15px;
    text-align:center;
    background-repeat:no-repeat;
}
.news-letter-section h2{
    color:#00e3fe;
    font-weight:900;
}
.news-letter-section p{
    font-size: 18px;
    font-family: 'webfontregular';
    line-height: 27px;
    color: #fff;
    margin: 27px 0 34px 0;
}
.news-letter-section input[type="text"], .news-letter-section input[type="email"]{
    border:1px solid #fff;
    background:#fff;
    border-radius:5px;
    height:37px;
    padding:0 14px 0 14px;
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    margin-bottom:11px;
    color: #525252;
    font-size:14px;
    font-weight:500;
    position:relative;
    width:267px;
}
.news-letter-section .es_lablebox{
    display:none;
}
.news-letter-section .es_textbox {
    padding-bottom: 0px;
    display: inline-block;
}
.news-letter-section .es_button {
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
}
.news-letter-section input[type="submit"],
.news-letter-section input[type="button"]{
    width:159px;
    text-align:center;
    padding:10px 0 10px 0;
    background:#00e3fe;
    border:1px solid #00e3fe;
    border-radius:5px;
    font-size:15px;
    font-weight:500;
    text-transform:uppercase;
    cursor:pointer;
    color:#000;
    margin-left:19px;
}
.news-letter-section input[type="submit"]:hover,
.news-letter-section input[type="submit"]:focus,
.news-letter-section input[type="button"]:hover,
.news-letter-section input[type="button"]:focus{
    background-color: #099dc0;
    border: 1px solid #099dc0;
    color:#fff;
}
/***Footer Section Style***/
.footer{
    text-align:center;
    background:#00203d;
    padding:46px 0 25px 0;
}
.footer-menu ul{
    margin-top:45px;
}
.footer-menu ul li{
    display:inline-block;
    margin-left:45px;
    margin-bottom:10px;
}
.footer-menu ul li:first-child{
    margin-left:0;
}
.footer-menu ul li a{
    font-size:14px;
    font-weight:500;
    color:#fff;
}
.footer-menu ul li a:hover, .footer-menu li.current-menu-item a{
    color:#2e83d8;
}
.footer-social ul{
    margin-top:16px;
    padding:0;
}
.footer-social ul li{
    display:inline-block;
    margin-left:10px;
    margin-bottom:10px;
}
.footer-social ul li:first-child{
    margin-left:0;
}
.footer-social ul li a{
    width:44px;
    height:34px;
    text-align:center;
    display:inline-block;
    font-size:20px;
    color:#fff;
    border-radius:50%;
    padding-top:10px;
}
.footer-social ul li a.facebook{
    background:#45629f;
}
.footer-social ul li a.twiter{
    background:#6aafe8;
}
.footer-social ul li a.linked-in{
    background:#1687b1;
}
.footer-social ul li a.google{
    background:#c24c3c;
}
.copywrite p{
    font-size:12px;
    font-weight:500;
    line-height:22px;
    color:#fff;
    margin-top:50px;
}
.copywrite p span{
    color:#6ec3fc;
}
/*.banner-image-section{
    background:url('../images/home-banner.jpg');
    background-size:cover;
    background-position:center center;
}
.about-page .banner-image-section{
    background:url('../images/inner-about-banner.jpg');
    background-size:cover;
    background-position:center center;
}
.about-page.reagents .banner-image-section{
  background:url('../images/reagents-banner.jpg');
    background-size:cover;
    background-position:center center;
}
.about-page.instruments .banner-image-section{
  background:url('../images/instruments-banner.jpg');
    background-size:cover;
    background-position:center center;
}
.about-page.contact-page .banner-image-section{
    background:url('../images/contact-banner.jpg');
    background-size:cover;
    background-position:center center;
}*/
.about-section-left{
    width:72.776471%;
    display:inline-block;
    vertical-align:top;
}
.inner-page-content p, .inner-page-content ul li{
    line-height:30px;
    font-family:inherit;
    font-size:100%;
    font-weight:inherit;
    color:#2e2e2e;
}
.inner-page-content{
    padding-bottom:40px;
}
h3{
   font-size:25px;
    font-family:inherit;
    font-weight:inherit;
     color:#00203d;
    margin-bottom:18px;
}

.about-section-right {
    width: 25.7%;
    display: inline-block;
    margin-left: 1%;
}
.about-section-right{
    text-align:center;
}
.about-section-right h5{
    font-weight: 700;
    margin-top: 11px;
    margin-bottom: 6px;
}
.about-section-right img{
box-shadow: 1px 7px 15px 0px rgba(0, 0, 0, 0.47843137254901963);
}
.about-section-right span{
    font-family: inherit;
    font-weight: 500;
    color: #2e2e2e;
}

.inner-page-content .recommandad-section{
    padding-bottom:0;
}
.inner-page-content .recommandad-section ul{
    margin-top:0;
}
.inner-page-content .recommandad-section ul li .product-image{
    padding-left:10px;
    padding-right:10px;
    margin:0;
}
.inner-page-content .recommandad-section ul li{
    margin-bottom:20px;
}
.banner-content p{
    font-family:inherit;
    font-weight:inherit;
    font-size:21px;
    color:#fff;
}
.contact-page-cnt-section{
    margin-top:55px;
}
.contact-page-cnt-section .contact-section{
    padding-bottom:20px;
    padding-top:60px;
}
.contact-page-cnt-section .contact-section .contact-form-right h4 {
    font-weight: inherit;
    font-size: 20px;
    font-family: inherit;
}
.contact-section .contact-form-right p {
    margin: 0;
    font-weight: inherit;
    font-size:18px;
    margin-top: 8px;
    font-family: inherit;
    color: #525252;
}
.about-page.contact-page .green-butt{
    background:#599d54;
}
.about-page.reagents .green-butt{
  background:#a22482;
}
.about-page.instruments .green-butt{
  background:#2b57a9;
}

.banner-content-in{
    padding-top:40px;
    position:relative;
    z-index:20000;
    color:#fff;
}
.latest-section ul, .support-section-in ul, .supplier-section-in ul{
    padding:0;
    margin:0;
}
.footer-menu ul{
    padding:0;
}
.banner-section .bx-wrapper .banner-image-section .omega-logo img{
    display:block;
}
.humbur, .humbur-search{     margin: 0px; display: none}
.humbur a{position: relative; display: block;    height: 22px;  width: 34px;cursor:pointer;}
.humbur a .c-trigger{ background: #a1a2a5; width: 100%; height: 2px; content: ""; display: block; position: absolute;  right: 0; margin: auto; -webkit-transition: 0.3s linear all; transition: 0.3s linear all; top: 0}
.humbur a span.middle-trigger{ top: 8px; }
.humbur a span.bottom-trigger{ top: 16px}
.humbur a:hover .c-trigger{ background: #00c9f3;}
a.menu-close:hover:before,
a.menu-close:hover:after,
.search-close:after,
.search-close:before{
    background:#000;
}
.fr {
    float: right;
}
/*Responsive nav*/
.menu-close, .search-close {    
	position: absolute;
    right: 20px;
    top: 22px;
    width: 30px;
    height: 30px;
	display: block;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
    cursor:pointer;
}

.res-search input[type="submit"]{
    -webkit-transition-delay: 0.10s;
	transition-delay: 0.10s;
    cursor:pointer;
}


.menu-close:before, .menu-close:after, .search-close:after, .search-close:before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.menu-close:before, .search-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-close:after, .search-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-toggle:hover, .search-section-main .search-toggle:hover { opacity: 1; }

.open .menu-toggle, .search-section-main .search-toggle { opacity: 1; }

.open .menu-toggle:before, .search-section-main .search-toggle:before {
  opacity: 0;
  width: 0;
}

.open .menu-toggle:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
  transform: translate3d(0, 0, 0) rotate(360deg);
  -webkit-transition: opacity 0.4s 1s ease-out, -webkit-transform 0.9s 1s ease-out;
  transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
}

.res-nav, .res-search {
  z-index: 200000;
  position: fixed;
  top: -100%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
	overflow-y: auto;
    text-align:left;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
           
}

.res-nav:before, .res-search:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  /*background: url(../images/banner-section-2.jpg) repeat;*/
    background:rgba(12, 159, 202, 0.97);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04), translateY(9999px);
  transform: scale(0.04), translateY(9999px);
  overflow: hidden;
     
}

.open .res-nav, .search-section-main .res-search { top: 0; }

.open .res-nav:before, .search-section-main .res-search:before {
  -webkit-animation: menu-animation 0.5s ease-out forwards;
  animation: menu-animation 0.5s ease-out forwards;
}

ul.resmenu {
  position: relative;
   padding: 0;
	list-style: none;
    display:inline-block;
}

ul.resmenu li {
  opacity: 0;
  text-align: left;
  -webkit-transform: translate3d(0, 36px, 0);
  transform: translate3d(0, 36px, 0);
}
ul.resmenu li a{ 
   font-size: 18px;
    font-family:inherit;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 10px 8px 10px;
    line-height: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px);
    display:block;
}
.res-search .search-form{
    opacity:0;
}
.search-section-main .res-search .search-form{
    opacity:1;
    max-width:300px;
    margin:0 auto;
}
.res-search .search-form{
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
     -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px);
    display:block;
    -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.res-search h4{
    opacity:0;
}
.search-section-main .res-search h4{
    opacity:1;
    -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px);
}
ul.resmenu li a:hover{color:#000;}
.open ul.resmenu li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    border-top:1px solid rgba(255, 255, 255, 0.3686274509803922);
}
.open ul.resmenu li:first-child{
    border-top:0;
}
.open ul.resmenu li:nth-child(1) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
    border-top:0px;
}

.open ul.resmenu li:nth-child(2) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.open ul.resmenu li:nth-child(3) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.open ul.resmenu li:nth-child(4) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.open ul.resmenu li:nth-child(5) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.open ul.resmenu li:nth-child(6) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.open ul.resmenu li:nth-child(7) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.open ul.resmenu li:nth-child(8) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.open ul.resmenu li:nth-child(9) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
.open ul.resmenu li:nth-child(10) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.open .main-content {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
  -webkit-transition: -webkit-transform 0.2s 0.41s ease-out;
  transition: -webkit-transform 0.2s 0.41s ease-out;
  transition: transform 0.2s 0.41s ease-out;
  transition: transform 0.2s 0.41s ease-out, -webkit-transform 0.2s 0.41s ease-out;
}
 @-webkit-keyframes 
menu-animation {  0% {
 opacity: 0;
 -webkit-transform: scale(0.04) translateY(300%);
 transform: scale(0.04) translateY(300%);
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
 -webkit-transition: ease-out;
 transition: ease-out;
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(0.02) translateY(0px);
 transform: scale(0.02) translateY(0px);
}
 61% {
 -webkit-transform: scale(0.04);
 transform: scale(0.04);
}
 99.9% {
 height: 0;
 padding-bottom: 100%;
 border-radius: 100%;
}
 100% {
 -webkit-transform: scale(2);
 transform: scale(2);
 height: 100%;
 padding-bottom: 0;
 border-radius: 0;
}
}
 @keyframes 
menu-animation {  0% {
 opacity: 0;
 -webkit-transform: scale(0.04) translateY(300%);
 transform: scale(0.04) translateY(300%);
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
 -webkit-transition: ease-out;
 transition: ease-out;
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(0.02) translateY(0px);
 transform: scale(0.02) translateY(0px);
}
 61% {
 -webkit-transform: scale(0.04);
 transform: scale(0.04);
}
 99.9% {
 height: 0;
 padding-bottom: 100%;
 border-radius: 100%;
}
 100% {
 -webkit-transform: scale(2);
 transform: scale(2);
 height: 100%;
 padding-bottom: 0;
 border-radius: 0;
}
}


.banner-content .slider-six-content h2{
    margin-bottom:0;
}
.banner-content .slider-six-content h3{
    color: #fff;
    font-weight: normal;
    letter-spacing: .5px;
}

/******Custom Science Services Section*******/
.service-left-sec{
    width:24.880342%;
    display:inline-block;
    vertical-align:top;
    margin-top:46px;
}
.service-left-sec.left-column{
    margin-top:94px;
}
.service-right-sec {
    width: 69%;
    display: inline-block;
    vertical-align: top;
    margin-left:5%;
}
.service-left-sec ul{
padding:0;
    margin:0;
}
.inner-page-content .service-right-sec p{
    margin-bottom:18px;
}
.service-left-sec ul li{
    float:none;
    list-style-type:none;
    color:#888888;
    margin-bottom:24px;
}
.service-left-sec ul li a{
    color:#888888;
}
.service-left-sec ul li a:hover,
.service-left-sec ul li:hover a,
.service-left-sec ul li a.active{
color:#00c6fe;
}
.inner-page-content .service-right-sec h3{
    text-transform:uppercase;
}
.inner-page-content .service-right-sec h6{
    margin-bottom:10px;
}
.image-section-right{

    float: right;
    width: 39%;
}
.right-content-section{
    width: 61%;
}
.right-content-section img{
    width:100%;
    height:auto;
}
.cnt-left div.wpcf7{
        margin: 30px 0 0 0;
    padding: 50px 0 30px 0;
    background: #e9edf2;
}
.cnt-left form {
    max-width: 700px;
    margin: 0 auto;
    padding:0 15px;
}
.cnt-left .ginger-module-highlighter{
    display:none!important;
}
.cnt-left form input, .cnt-left form textarea, .cnt-left form select{
   background:transparent;
    border: 1px solid transparent;
    height: 44px;
    padding: 0 37px 0 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    color: #525252;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    position: relative;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-position: 97% 16px;
    width:100%;
}
.cnt-left .form-row{
  
    background-color: #fff;
    border-radius: 5px;  
    
}
 
.cnt-left form select{
-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cnt-left .form-row{
    width:100%;
    margin-bottom:20px;
    display:inline-block;
    position:relative;
}
.form-row.check, .form-row.submiting, .form-row.attach-file{
    background:none;
}
.cnt-left form .wpcf7-form-control-wrap.terms{
    margin-bottom: 11px;
}
.cnt-left form textarea{
    height: 165px;
    resize: none;
    padding-top: 14px;
    background-position: 97% 12px!important;
    background-image: url(../images/star.png)!important;
    background-repeat: no-repeat!important;
}
/*.cnt-left form input[type="checkbox"]
{
    width: 30px;
    padding: 0;
    margin: 0;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 0px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
-webkit-appearance: checkbox !important;
    appearance: checkbox !important;
}*/
.cnt-left form input[type="submit"]{
    width: 189px;
    text-align: center;
    padding: 10px 0 8px 0;
    background: #2e83d8;
    border: 1px solid #2e83d8;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    margin-top:20px;
}
.cnt-left form input[type="submit"]:hover{
background-color: #099dc0;
    border: 1px solid #099dc0;
}

.cnt-left form span.wpcf7-list-item-label{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    padding-left: 20px;
}

.form-row.attach-file label {
    display: inline-block;
    vertical-align: middle;
}
.form-row.attach-file label span{
    width: auto;
display: inline-block;
vertical-align: middle;
margin-left: 20px;
background: #fff;
padding: 10px;
}
.form-row.attach-file label span input{
   width: 215px;
    height:22px;
background: #fff;
border-radius: 0px;
padding-top: 0;
padding-right: 0;
    padding-left:0;
border: 0px;
}
.form-row.select-option{
    position:relative;
}
.form-row.select-option select{
       background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 14px;
    -webkit-appearance: none;
    background-size: 3%;
}
.form-row.select-option{
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-position: 93% 16px;
}

@media (max-width:991px){
    header {
    padding-top: 20px;
}
    .header-top{
        text-align:center;
    }
    
    
    
    .banner-section {
    margin-top: 20px;
}
 
    .menu-section {
    margin-top: 0;
    width: auto;
    margin-bottom: 20px;
    position: absolute;
    background: transparent;
    z-index: 200000;
    left: 0;
    top: 0;
    right: 0;
}
    nav ul{
        width:100%;
    }
    nav ul li {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
}
    nav ul li:first-child {
    border: 0px;
}
    nav ul li a{
        padding:13px 0;
        display:block;
        color:#fff;
    }
    nav ul li a:hover{
        color:#000;
    }
    .about-us,
    .latest-section,
    .supplier-section,
    .contact-section{
        padding:30px 0 30px 0;
    }
    .about-us h2,
    .supplier-section h2{
        margin-bottom:30px;
    }
    .contact-section p,
    .support-section p{
        margin:30px 0;
    }
    .support-section{
        padding:30px 0 50px 0;
    }
    .support-section p{
        margin-bottom:40px;
    }
    .news-letter-section p{
        margin:10px 0;
    }
     .ve-menu-icon{
        display:block!important;
    }
    nav ul{
        display:none!important;
    }
}
@media (max-width: 1280px){
.container {
    padding: 0 10px;
    width:auto;
    max-width:100%;
}
}
@media (min-width:768px) and (max-width:991px){
    
   
}
@media (max-width:1000px){
    .recommandad-section ul li img{
        width:100%;
    }
    .latest-image-section img{
        width:100%;
    }
    .humbur{ display: block;
    margin: 3px 0 0 0;
    position: absolute;
    top: 35px;
    left: 29px;
    right: auto;
    z-index: 20000;
   }
    .humbur-search{ 
        display: block;
    margin: 3px 0 0 0;
    position: absolute;
    top: 23px;
    right: 16px;
    left: auto;
    z-index: 20000;
   }
    .humbur.fr {
    float: left;
}
    .humbur-search{
        float:right;
    }
    .header-bottom{display:none;}
header {
    padding: 15px 0 15px 0;
    position: relative;
    text-align:center;
}
    .menu-section{
        display:none;
    }
    .open .res-nav{
        padding:80px 10px 30px;
    }
    .banner-section{
        margin-top:0;
    }
    .header-top{
       text-align:center; 
    }
   
    .footer-menu ul{
        margin-top:25px;
    }
    .copywrite p{
        margin-top:16px;
    }
    .recommandad-section-in ul{
        margin-top:0;
    }
}
@media (max-width:980px){
    .banner-content{
        top:-4px;
    }
    .banner-content h2, .banner-content h2.slider-first-heading{
        font-size:22px;
        line-height:31px;
    }
    .banner-content .slider-six-content h3{
        font-size:18px;
        line-height:24px;
    }
    .banner-content ul {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left:0;
}
    .banner-content ul li, .about-page .banner-content ul li, .banner-content p, .banner-content ul.first-slider-content li {
    font-size: 13px;
        line-height:18px;
    }
    .banner-content a{
        font-size:14px;
    }
}
@media (max-width:780px){
    .recommandad-section ul li,
    .latest-section ul li{
        width:49%;
    }
    .recommandad-section ul li:nth-child(2n+2),
    .latest-section ul li:nth-child(2n+2){
        margin-right:0;
    }
    .latest-section ul li{
    margin-right:1.987879%;
        margin-bottom:20px;
    }
    /*.latest-section,
    .supplier-section{
        padding-bottom:0;
    }
    .contact-section{
        padding:35px 0 50px 0;
    }
    .supplier-section{
        padding-top:27px;
    }*/
    .contact-form-left,
    .contact-form-right{
        width:100%;
    }
    .contact-form-right{
        margin-left:0;
        text-align:center;
    }
    /*.news-letter-section{
        padding:38px 0 43px 0;
    }
    .contact-section p{
        margin:20px 0 20px 0;
    }
    .supplier-section h2{
        margin-bottom:30px;
    }
    .about-us h2{
        margin-bottom:25px;
    }
    .about-us {
    padding: 30px 0 30px 0;
}*/
}
@media (max-width:896px){
    .support-section {
    padding: 45px 0 0px 0;
}
    .support-section ul li{
        margin-bottom:45px;
    }
}
@media (max-width:567px){
    .support-section ul li {
    margin-left: 0;
}
}
@media (max-width:536px){
    .support-section p,
    .contact-section p{
    font-size: 16px;
    margin: 20px 0 30px 0;
}
}


@media (max-width:480px){
    .latest-section ul li{
        width:100%;
        margin-right:0;
    }
    .contact-form-left .form-row input{
        width:100%;
    }
    .contact-form-left .form-row input:nth-child(2), .contact-form-left .form-row span:last-child input{
        margin-left:0;
    }
    .supplier-section ul li,
    .recommandad-section ul li{
        width:100%;
        margin-left:0;
    }
  .header-top img{
    width: 181px;
}
    .news-letter-section h2,
    .contact-section h2,
    .supplier-section h2{
        font-size:20px;
        line-height:22px;
    }
    .news-letter-section {
    padding: 12px 0 17px 0;
}
}
@media (max-width:319px){
    .support-section ul li a{
        font-size:12px;
        padding-left:87px;
    }
.header-top img {
    width: 180px;
}
}
@media (max-width:450px){
    .footer-menu ul li{
        width:100%;
        margin-left:0;
    }
    .footer-menu ul {
    margin-top: 20px;
}
}
@media (min-width:781px) and (max-width:786px){
    .contact-form-left .form-row input {
    width: 48.770968%;
}
}

@media (min-width:992px){
    a.mobile-menu,
    .ve-menu-mobile,
    .ve-menu-mask{
        display:none;
    }
}
@media (max-width:799px){
    .banner-content{
        position:static;
        width:100%;
    }
    .contact-section p.contact-heding{
        max-width:100%;
        margin:30px auto;
    }
    .banner-content:before{
        display:none;
    }
    .banner-content-in{
        padding-top:0;
    }
    .banner-content h2, .banner-content h2.slider-first-heading, .banner-content .slider-six-content h3{
    color:#133153;
        max-width:100%;
    }
    .banner-content ul li{
        list-style-type:none;
    }
    /*.banner-section .bx-controls-direction{
        display:none;
    }*/
    /*.banner-section .bx-wrapper .bx-pager{
        display:block;
    }*/
    .banner-section .bx-wrapper .bx-controls-direction a{
        top: 27.7%;
        margin-top:0;
    }
    .recommandad-section {
    margin-top: 35px;
}
    .slider-five-content p{
    max-width: 339px;
    margin: 0 auto;
}
    .banner-section .bx-wrapper .bx-pager.bx-default-pager a:hover, 
    .banner-section .bx-wrapper .bx-pager.bx-default-pager a.active, 
    .banner-section .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #05c2fc;
}
.banner-content a:hover {
    color: #000;
}
}
@media (max-width:708px){
    .news-letter-section{
        padding:20px 0 17px 0;
}
}
@media (min-width:709px) and (max-width:991px){
    .news-letter-section{
        padding:30px 0;
    }
}
::-webkit-input-placeholder,
::-webkit-textarea-placeholder{ /* Chrome/Opera/Safari */
  color: #525252;
    font-size:14px;
    font-weight:500;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #525252;
    font-size:14px;
    font-weight:500;
}
:-ms-input-placeholder,
:-ms-textarea-placeholder{ /* IE 10+ */
  color: #525252;
    font-size:14px;
    font-weight:500;
}
:-moz-placeholder { /* Firefox 18- */
  color: #525252;
    font-size:14px;
    font-weight:500;
}
@media (max-width:1000px){
    .banner-content-in{
        min-height:150px;
    }
    .omega-logo{
        width:220px;
    }
    .news-letter-section, .contact-section, .supplier-section, .support-section, .latest-section, .about-us{
        padding:37px 0 24px 0;
    }
    .support-section{
     padding-bottom:20px;
    }
    .about-us{
        padding-bottom:40px;
        }
    .contact-section p.contact-heding{
        margin:20px auto 25px;
        max-width:80%;
    }
    .supplier-section h2{
        margin-bottom:25px;
    }
    .supplier-section ul li{
        margin-bottom:20px;
    }
    .support-section p{
        margin:16px 0 30px 0;
    }
    .support-section ul li {
    margin-bottom: 44px;
}
    .about-us p{
        max-width:90%;
        margin:0 auto;
    }
    .about-us h2{
        margin-bottom:15px;
    }
    .about-us a{
        margin-top:17px;
    }
    .recommandad-section{
        padding-bottom:10px;
    }
}


@media (max-width:799px){
    .product-text{
        padding:0;
    }
    .banner-image-section{
      background:none!important;
    }
    .banner-content{
         text-align: center;
    background-color: #98dff9!important;
    padding: 20px 10px;
        -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
        width:100%;
    }
    .banner-content-in{
        min-height:auto;
    }
    .about-page .banner-content h2, .banner-content p, .banner-content ul li, .banner-content h2.slider-first-heading, .banner-content ul.first-slider-content li{
        color:#000!important;
    }
    .banner-section a.green-butt{
        position:static;
        display:inline-block;
        font-size: 18px;
    padding: 5px 9px 7px 9px;
        margin-top:20px;
    }
    .banner-section a.green-butt:before{
      font-size: 25px;
    }
    .banner-image-section{
        text-align:center;
    }
      .omega-logo {
    width: 200px;
    display: inline-block;
          margin-top:15px;
}  
    
}
@media (max-width:600px){
    .contact-form-left .form-row input, .contact-form-left .form-row input:nth-child(2), .contact-form-left .form-row span:last-child input{
        width:100%;
        margin-left:0;
    }
}
@media (min-width:601px) and (max-width:1176px){
    .contact-form-left .form-row input {
    width: 48.970968%;
}
    .contact-form-left .form-row input[type="submit"]{
        width:189px;
    }
}



@media (max-width:480px){
   
}
@media (max-width:888px){
    .about-section-left, .about-section-right{
        width:100%;
        margin-left:0;
    }
    .about-section-left{
        margin-bottom:20px;
    }
}
.wpcf7-form-control-wrap {
    position: relative;
}
form.wpcf7-form.invalid span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 36px;
    background: #ff0000;
    color: #fff;
    padding: 0px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 1px #ca0303 inset;
    -webkit-box-shadow: 0 1px 1px #ca0303 inset;
    font-size: 12px;
    line-height: 20px;
    left: inherit;
    right: 15px;
}
form.wpcf7-form.invalid span.wpcf7-not-valid-tip:after {
    content: '';
    border-left: 10px solid transparent;
    border-top: 10px solid #ff0000;
    display: block;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -6px;
}
.wpcf7-validation-errors{
    display:none!important;
}
/*-------------------------------Search Result Page---------------------*/
.search-no-results .about-section-inner, .search-results .about-section-inner{
    text-align:center;
}
.search-no-results .search-input.page, .search-results .search-input.page{
    margin-top:20px;
}
.search-results .no-result-form form, 
.search-no-results .no-result-form form{
  width:300px;
  margin:0 auto;
  position:relative;
}
.search-no-results .no-result-form input[type="text"], .search-results .no-result-form input[type="text"]{
    width: 300px;
    border: 1px solid #ccc;
    background: none;
    font-size: 100%;
    border-radius:5px;
    height:44px;
    padding:0 14px 0 14px;
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    margin-bottom:11px;
    color: #525252;
    font-weight:500;
    font-family:inherit;
    position:relative;
}
.search-no-results .no-result-form input[type="submit"], .search-results .no-result-form input[type="submit"]{
    width: 40px;
    background: url(../images/sprite.png);
    cursor: pointer;
    text-align: center;
    padding: 9px 0 15px 0;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: inherit;
    background-color: #02c4fe;
    border: 1px solid #02c4fe;
    border-radius: 0 5px 5px 0;
    background-position: 0 4px;
    right:0;
    top:0;
    position: absolute;
}
.search-no-results .no-result-form input[type="submit"]:hover, .search-results .no-result-form input[type="submit"]:hover{
    background-position:-55px 4px;
    background-color:#000;
    border:1px solid #000;
}
.container.news-detail-cnt {
    max-width: 800px;
    margin: 0 auto;
}
.news-detail-cnt .news-blog-detail {
    text-align: center;
}
.news-detail-cnt .newstext-blog {
    text-align: left;
    margin-top: 15px;
}
.inner-page-content .news-detail-cnt h3{
    margin-bottom:12px;
}
.inner-page-content .news-detail-cnt h4 {
    font-size: 20px;
}
.newstext-blog span i.fa {
    margin-right: 5px;
}
div.wpcf7-mail-sent-ok{
    text-align: center;
    color: #398f14;
    margin-top: 15px;
}
nav.navigation.pagination {
    text-align: center;
    margin-top: 40px;
}
nav.navigation.pagination .page-numbers{
    border: 1px solid #1eadf6;
    padding: 5px 10px;
}
nav.navigation.pagination .page-numbers:hover{
    background:#1eadf6;
    border:1px solid #000;
}
    .search-result-row {
    border-bottom: 1px solid rgba(30, 173, 246, 0.1411764705882353);
    padding: 15px 0;
        text-align:left;
}
h1.search-title{
    text-align:center;
}
.scrollup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #fff;
    background: #02c4fe;
    width: 40px;
    height: 40px;
    z-index: 200000;
    text-align: center;
    padding-top: 3px;
    border: 1px solid #231f20;
    font-size: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width:550px){
    .footer-menu ul li{
        display:block;
        margin-left:0;
    }
}
@media (max-width:600px){
    .contact-form-left{
        margin-bottom:0;
    }
    .contact-form-left input[type="text"], .contact-form-left input[type="email"], .contact-form-left textarea{
        background-position:97% 16px;
    }
}
@media (max-width:780px){
    .supplier-section ul li{
        margin-left:0px;
    }
    .latest-section{
    padding-bottom:0;
    }
    .about-us p{
        max-width:100%;
        margin:0 auto;
    }
    
}

@media (max-width:480px){
    .search-no-results .no-result-form input[type="text"], .search-no-results .no-result-form input[type="text"]{
        width:200px;
    }
}
@media (max-width:850px){
    .container.news-detail-cnt{
        max-width:100%;
    }
}
@media (max-width:600px){
.contact-form-right span{
  display:block;
}
}

.news-letter-section-in .es_msg {
        padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
}

/****Header Shrink*****/
header.shrink {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1000;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
    padding:10px 0 10px 0;
    background:#fff;
}
header.shrink .header-top {
    margin-bottom: 0;
}
header.shrink{
    z-index:200000;
    box-shadow:0px -2px 52px 1px #ccc;
}
header.shrink nav ul li a {
    font-size: 15px;
}
header.shrink nav ul li{
margin-left:20px;
}
header.shrink .header-top img {
    max-width: 270px;
}
header{
animation:slide-up 0.4s;
}
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
header.shrink{
animation:slide-down 0.4s;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}


.banner-section .bx-wrapper .bx-pager{
  padding:0;
}
sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
.page-template-contact .inner-page-content{
padding-bottom:0;
}
@media (max-width:799px){
.banner-content ul.slider-second-content{
  max-width:100%;
}
    .slider-five-content br{
        display:none;
    }
    .slider-five-content p{
    max-width: 339px;
    margin: 0 auto;
}
    .banner-content ul.first-slider-content{
        padding-left:0;
    }
}
@media (min-width:981px) and (max-width:1069px){
.banner-content ul.first-slider-content li, .banner-content ul li{
   font-size: 16px;
   line-height: 18px;

}
.banner-content h2.slider-first-heading, .banner-content h2{
  font-size:28px;
}
}
@media (max-width:600px){
    .slider-five-content p {
    max-width: 315px;
    margin: 0 auto;
}
    .banner-content .slider-five-content p{
        font-size:12px;
    }
    
}
@media (max-width:349px){
  
    .banner-content .slider-five-content p{
        font-size:11px;
    }
    .banner-content{
        padding-left:5px;
        padding-right:5px;
    }
    
}
@media (max-width:780px){
    .recommandad-section h3{
        text-align:center;
    }
    .inner-page-content h3, p.contact-heding, .inner-page-content .about-section-left p {
        text-align:center;
    }
}
@media (max-width:1000px){
    .search-section-mobile{
        display:none;
    }
    .header-top{
        margin-bottom:0;
    }
}
.res-search .search-form {
    text-align: center;
    position: relative;
}
.res-search{
    text-align:center;
    padding: 150px 10px 0px 10px;
}
.res-search h4{
    color: #fff;
    position: relative;
}

@media (min-width:481px) and (max-width:1000px){
    .humbur {
    display: block;
    margin: 3px 0 0 0;
    position: absolute;
    top: 47px;
}
    .humbur-search{
        top:37px;
    }
}
@media (max-width:1000px){
    .header-top{
        margin-top:5px;
    }
}

.image-section-right img{
    height:auto;
}


@media (max-width:767px){
    .service-left-sec,
    .service-right-sec{
        width:100%;
    }
    .service-left-sec, .service-left-sec.left-column{
        text-align:center;
        margin-top:0;
    }
    .service-left-sec ul{
        padding-left:0;
    }
    .service-right-sec{
        margin-left:0;
        margin-top:20px;
    }
}
@media (max-width:991px){
    .service-right-sec{
    margin-left:2%;
    }
    .service-right-sec .cnt-left{
        display:flex;
        flex-wrap:wrap;
    }
    .service-right-sec .right-content-section,
    .image-section-right{
        width:100%;
    }
    .image-section-right{
        order:2;
        margin-top:10px;
        text-align:center;
    }
    .image-section-right img{
        margin:0 auto;
    }
}
.service-right-sec .cnt-left{
    position:relative;
    padding-top: 46px;
}

@media (max-width:767px){
  .service-right-sec .cnt-left{
    position:relative;
    padding-top: 0;
}
.service-right-sec .cnt-left h3{
    position: static;
    top: 0;
}
    .service-right-sec{
        margin-left:0;
    } 
    .cnt-left form{
        padding:0 15px;
    }
}



.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
	position: relative;
  visibility: hidden;
    margin:0;
    height:auto;
    width:auto;
    border:0px;
    padding:0;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 18px;
    width: 18px;
    top: 0px;
    border: 2px solid #fff;
    left: 0;
    background: #fff;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #00c6fe;
}


.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
   visibility: visible;
}

@media (max-width:489px){
    .form-row.attach-file label span{
        width:100%;
        margin-top:10px;
        margin-left:0;
    }
    .form-row.attach-file label span input{
        width:100%;
    }
}
.cnt-left ul{
    padding:0px 0 12px 40px;
    margin:0;
}