@font-face {
  font-family: 'Great Vibes';
  src: url("../fonts/GreatVibes-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Quicksand-Bold';
  src: url("../fonts/Quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

* {
    transition: background-color 300ms ease, color 300ms ease;
}
/**:focus {
    background-color: rgba(221, 72, 20, .2);
    outline: none;
}*/
html, body {
    width: 100%;
    color: rgba(33, 37, 41, 1);
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important; */
    font-family: "Quicksand", "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.uk-tab>*>a {
    font-size: 12px !important;
}

.uk-button-round {
    border-color: #fff !important;
    border-radius: 20px;
    border-width: 2px !important;
    line-height: 35px;
    padding: 0 60px;
}

.uk-header-custom {
    padding: 25px 20px 0px !important;
}

.uk-footer-custom {
    padding: 0 20px 25px !important;
}

.uk-text-small {
    font-size: 12px !important;
    margin-left: 3px;
}

.container {
    width: 100%;
    padding: 50px 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px; 
    } 
}
@media (min-width: 768px) {
    .container {
        max-width: 720px; 
    } 
}
@media (min-width: 992px) {
    .container {
        max-width: 960px; 
    } 
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px; 
    } 
}
.mapBg{
    background-image: url(../images/world-map.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;  
}

h2.page_title{
    margin: 0;
    font-size: 14px;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}

.myTabs{
    width: 60%;
    margin: 20px auto;
}

#tab_25 > li {
    width: 25%;
}

#tab_50 > li {
    width: 50%;
}

#tab_33 > li {
    width: 33%;
}

.btnBack{
    float: left !important;
    padding: 0px 5px;
    position: relative;
    top: 12px;
    margin-right: 10px;
}
._foatL{
    float: left !important;
}
.lbl{
    font-size: 13px;font-weight: bold;
}
.lbl2{
    margin-bottom: 10px; display: block; font-weight: bold;
}
.lbl3{
    color: #727272;
    position: relative;
    top: 0;
    left: 4px;
    right: 0;
    pointer-events: none;
    transition: all 150ms ease-out;
    font-size: 12px;
}
.fwrap{
    position: relative;
}
.removeBtn{
    width: 20px;
    cursor: pointer;
    position: absolute;
    right: -16px;
    top: 16px;
    z-index: 9;
}
._fileUpload{
    background: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 3px
    rgba(0,0,0,.12),0 1px 2px
    rgba(0,0,0,.24);
    min-height: 31px;
    min-width: 70px;
    padding: 10px 16px;
    text-shadow: none;
    transition: all 280ms cubic-bezier(.4,0,.2,1);
    color: #212121;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    font-weight: normal !important;
}
.wizard > .content > .body {
    padding: 25px !important;
}
.md-hr {
    margin: 10px 0 40px !important;
}
.heading_a .sub-heading {
    font-size: 12px !important;
    font-style: italic !important;
}
.ansRecord{
    position: relative;
}
.removeAnsBtn {
    position: absolute;
    right: -10px;
    top: -20px;
    cursor: pointer;
}
.viewAns > fieldset{
    display: block !important;
    position: relative !important;
    text-align: left;

}
.viewAns{
    display: block !important;
    width: 100% !important;
    position: inherit;
    left: 0 !important;
}

._nomargin > div {
    margin: 0 !important;
    padding: 0;
}
.noMargin {
    margin: 0 !important;
}
.uk-input-group-addon{
    padding-left: 0 !important;
}
._btnGrp > button {
    margin: 0 !important;
    border-radius: 0;
    border-right: 1px solid #ddd !important;
    text-transform: none;
}
fieldset{
    background: #fff;
}

.wizard > .content {
    min-height: 400px !important;
}

.login_page{
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
/*.login_page_wrapper{width: 30%;}*/

.public_body{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    min-height: 100vh;
}

.uk-article-title{
    font-size: 32px !important;
    margin: 0 auto 15px !important;
}

.topGridNone{
    margin-top: 0 !important;
}

.req{
    color: red
}
.noPad {
    padding: 0 !important
}
.addPad{
    padding: 20px 0 !important
}
.addPadBottom{
    padding-bottom: 10px !important;
}
.addPadAll {
    padding: 15px !important;
}
.addMarginBottom{
    margin-bottom: 25px !important;
}

.addMarginTop{
    margin-top: 25px !important;
}

.whiteBg{
    background-color: #fff !important;
}

.parallax {
    position: relative;

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vCenterContent{
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    text-align: center;
}

.vCenterParent{
    display: table;
    height: initial;
}

.vCenterChild{
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.darkerBg{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,.3); color: #fff;
}

.text-white{
    color: #fff !important
}

.addPadTop{
    padding-top: 10px;
    margin: 0;
}

.imgFeature{
    width: 100px; display: block; margin: 0 auto 15px !important;
}

#about_us{
    background-image: url(../images/gallery/new_6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;  
    min-height: 300px; 
    position: relative;
    color: #fff;
}

#brands{
    background-image: url("../images/gallery/new_4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;  
    min-height: 500px; 
    position: relative;
    color: #fff;
    display: block;
    overflow: hidden;
}

#sitemap{
    position: relative;
    color: #fff;
    display: block;
    overflow: hidden;
    padding-top: 1%;
    background: #262626;
}

.siteMapNav{
    padding: 0;
    margin-top: 0;
}
.siteMapNav li{
    padding-bottom: 10px; text-align: left; list-style: none;
}
.siteMapNav li a {
    color: #fff !important;
}

.social_icon{
    float: left;
    margin-right: 10px;
}
.mediaIcon{
    background-image: url(../images/social-media-icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 165px 165px;
    width: 50px;
    height: 50px;
    display: block;
}
.mediaIcon.fb{
    background-position: 0 0;
}
.mediaIcon.ig{
    background-position: -57px 0px;
}
.mediaIcon.yt{
    background-position: -113px 0;
    width: 53px;
}

.copyright{
    display: block;
    width: 100%;
    padding: 10px !important;
    text-align: center;
    font-size: 12px;
    background: #333;
}

.quote {
    color:  #ffd6d6;
    font-size: 40px !important;
}

.uk-slidenav-position{
    position: initial;
}

p.styledCaption{
    font-size: 25px !important;
}

.profileCenter{
    float: none !important;
    margin: 0 auto !important;
}
.profileCenter img{
    display: inline-block !important;
    vertical-align: middle !important;
    max-width: inherit;
    max-height: 100% !important;
    height: 100% !important;
}

.readMoreCTA{
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 30px;
    border: 2px solid #aeaeae;
    color: #aeaeae;
    font-size: 14px;
    text-align: center;
    display: grid;
    margin: 15px auto 0 !important;
    position: absolute;
    bottom: 10px;
    min-width: 87%;
}

.readMoreCTA:hover{
    border: 2px solid #8c0606;
    color: #8c0606;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
    font-family: "Lora", Georgia, serif;
}

.styledCaption{
    font-family: "Great Vibes", cursive;
    font-size: 28px;
}

.styledCaption2{
    font-family: "Lora", Georgia, serif;
    font-size: 28px;
}

.styledText{
    font-family: "Lora", Georgia, serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lora", Georgia, serif !important;
}

.mainNavBreadCrumbs{
    background-color: #f7f7f7;
}
.uk-breadcrumb {
    padding: 10px !important;
    margin: 0;
}
.uk-breadcrumb a{
    color: #868484 !important
}
/******************************** ELEMENTS *************************************/

/*navigation*/
 /* Style the header */
 #myHeader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.carousel {
    top: 0;
    left: 0;
}
.header {
    padding: 40px 48px;
    background-color: rgba(0,0,0,.01);
    color: #fff;
}
.header span,.header a,.header li{
    color: #fff;
}

.header .floatLeft img{
    width: 150px;
    position: absolute;
    top: 0;
    left: 48px;
    z-index: 999;
    padding: 25px 18px;
}

.header .floatRight img{
    width: 150px;
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 999;
    padding: 25px 18px;
}

.fixed .floatLeft img,
.fixed .floatRight img{
    padding: 8px 18px !important;
}

.page_content_inner {
    padding: 24px 65px;
    position: relative;
    z-index: 1;
}

.fixed {
    background: #fff;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility:hidden;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    transform:translate(0, -200px);
    background: #fff;
    z-index: 9;
    padding: 20px 48px;
}
.fixed a,.fixed h1,.fixed p,.fixed li,.fixed span,.fixed div{
    color:#333 !important;
}
.fixed a.active{
    color: #7b0b0b !important;
}
.fixed a:hover,
.fixed ul.navSub li a:hover {
    color: #7b0b0b !important;
    background-color: transparent !important;
}
.fixed .header-inner{
    margin: 0; /*0 16px*/
}
.in-view{
    opacity:1;
    visibility:visible;
    transition: all 0.3s ease;
    transform:translate(0, 0);
}

.fixed .material-icons.text-white,
.fixed .language_selection .selectize-control.single .selectize-input::after {
    color: #000 !important;
}
.fixed .language_selection {
    top: -12px;
}

/*nav menu*/
 /* Add a black background color to the top navigation */
.topnav {
    background-color: transparent;
    /*overflow: hidden;*/
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px 22px;
    text-decoration: none;
    font-size: 14px;
    line-height: 33px;
    font-weight: bold;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: rgba(0,0,0, .3);
    /* background-color: transparent; */
    color: #fff;
    /*border-bottom: 4px solid #9b0b0b;*/
    border-radius: 5px;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    /* background-color: transparent; */
    color: #fff;
    /*border-bottom: 4px solid #9b0b0b;*/
    background-color: rgba(255,255,255, .3);
    border-radius: 5px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
} 

.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.clearfix {
  /*overflow: auto;*/
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*owl slider*/
:root {
  --main-white-color: white;
  --main-black-color: black;
}

.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-stage-outer {
    z-index: -1 !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin: -35px auto 0 !important;
    z-index: 9999;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 0 solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  margin: 0;
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

h2.owl-slide-title{
    font-size: 40px !important;
    font-weight: bold;
    text-align: center;
    line-height: normal;
}

.owl-slide-subtitle{
    font-size: 20px !important;
    font-style: italic;
    text-align: center;
}

.sliderBtn{
    padding: 10px 40px;
    background-color: transparent;
    border-radius: 30px;
    border: 3px solid #ffd675;
    color: #ffd675;
    font-size: 16px;
    text-align: center;
    display: grid;
    margin: 25px auto;
    width: max-content;
}
.sliderBtn:hover{
    border: 3px solid yellow;
    color: yellow;
}

section {
  display: none;
}

.contactFrame{
    border: 0;
    width: 100%;
    display: block;
    height: 400px;
}

.headBanner{
    height: 300px;
    overflow: hidden;
    width: 100%;
    background-image: url(../images/gallery/new_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    color: #fff;
}

a{
    color: #fff;
}
a:hover{
    color: #7b0b0b;
}
b, strong{
    font-family: 'Quicksand-Bold', "Segoe UI", sans-serif !important;
    font-weight: bold;
}
.pageContent{
    min-height: 100vh;
    position: relative;
    display: block;
}

/**************************** MAIN NAVIGATION ****************************/
.mainNav{
    width: 100%;
    margin: 0;
}
.mainNav li a{
    text-transform: uppercase;
    min-width: 100px;
}
.mainNav li{
    list-style: none;
    display: inline-block;
    /*margin-right: -4px;*/
    position: relative;
}
.mainNav li ul {
    padding: 0 !important;
}
.mainNav > li > ul > li > a:hover, 
.mainNav > li > ul > li > ul > li > a:hover{
    background-color: rgba(0,0,0, .3);
    color: #c68a8a;
}
.mainNav > li > ul, .mainNav > ul > li > ul > li > ul {
    position: absolute;
    white-space: nowrap;
    left: 0;
}
.mainNav > li > ul > li, .mainNav > ul > li > ul > li > ul > li {
    display: block;
    position: relative;
}
.mainNav > li > ul, .mainNav > ul > li > ul > li > ul {
    opacity: 0;
    visibility: hidden;
}
.mainNav > li > ul {
    top: 43px;
    transition: all .2s ease-in-out;
}

.mainNav > li:hover > ul, .mainNav > ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.mainNav > li:hover > ul {
    top: 100%;
    transition: all .2s ease-in-out;
}
.mainNav > li > ul > li > ul {
    top: 0;
    left: 0;
    transition: all 2s ease-in-out; /* Slow transition is just for demo */
}
.mainNav > li > ul > li:hover > ul{
    left: 100%;
    transition: all 2s ease-in-out;
}
.mainNav > li > ul > li > ul{
     z-index: -1;
}

ul.navSub {
    background-color: rgba(255,255,255, 0.5);
    border-radius: 5px;
    min-width: 100px;
}
ul.navSub li a {
    width: 100%;
    color: #353535;
    text-transform: none;
    border-bottom: 1px solid #c8c8c8;
    text-align: left !important;
}
ul.navSub > li:last-child a {
    border-bottom: none !important;
    border-radius: 0 0 5px 5px !important;
}
ul.navSub > li:last-child a:hover {
    border-radius: 0 0 5px 5px !important;
}
ul.navSub li a:hover{
    color: #fff !important;
    border-radius: 0;
}
ul.navSub > li:first-child a {
    border-radius: 5px 5px 0 0 !important;
}
ul.navSub > li:first-child a:hover {
    border-radius: 5px 5px 0 0 !important;
}

.navSearch{
    padding: 5px 0 !important;
    width: max-content !important;
    min-width: auto !important;
}
.searchNav{
    left: revert !important;
    right: 0 !important;
}

.searchNav section{
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.5);
}
.searchNav .uk-article-title {
    font-size: 24px !important;
    line-height: normal;
}
/**************************** MAIN NAVIGATION ****************************/

.scollToTop {
    background-image: url(../images/backtotop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    opacity: .5;
    display: none;
}
.scollToTop:hover {
    opacity: 1;
}

/*language selection*/
.language_selection {
    position: absolute;
    height: 40px;
    top: 0;
    right: 40px;
    z-index: 99999;
    background: transparent;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 !important;
    width: auto;
    border: none;
}
.language_selection .sidebar_actions {
  margin: 0 5px;
  float: right;
}
.language_selection .sidebar_actions:before,
.language_selection .sidebar_actions:after {
  content: " ";
  display: table;
}
.language_selection .sidebar_actions:after {
  clear: both;
}
.language_selection .sidebar_actions:before,
.language_selection .sidebar_actions:after {
  content: " ";
  display: table;
}
.language_selection .sidebar_actions:after {
  clear: both;
}
.language_selection .sidebar_actions .selectize-control {
  float: left;
  height: 40px;
}
.language_selection .sidebar_actions .selectize-control .selectize-input:after {
  /*margin-top: -12px !important;*/
}
.language_selection .sidebar_actions .selectize-input {
  /*width: 48px;*/
  border: none;
  padding: 6px;
  background: transparent;
  color: #fff;
  margin-right: 20px;
}
.language_selection .sidebar_actions .selectize-input input {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.language_selection .sidebar_actions .selectize-dropdown {
  width: max-content !important;
  /*margin-left: -8px;*/
  right: 0 !important;
  left: revert !important;
  top: 70px !important;
}
.selectize-dropdown .option > span{
  color: #000 !important;
}
.language_selection .sidebar_actions .selectize-dropdown .item-icon {
  margin-right: 8px;
}
.language_selection .selectize-control.single .selectize-input::after {
    color: rgba(255, 255, 255, .5) !important;
}
.language_selection .selectize-control.single .selectize-input .item {
    font-size: 12px !important;
}
.language_selection .selectize-control.single .selectize-input.input-active,
.language_selection .selectize-control.single .selectize-input.input-active::after {
    color: #000 !important;
}

.language_selection .selectize-dropdown [data-selectable] {
    padding: 5px 10px !important;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {
    .login_panel{
        width: 100% !important;
    }
    .uk-article-title {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 958px) {
    .loginSlider > .owl-carousel .owl-slide {
        height: 45vw !important;
    }
}


@media only screen and (max-width: 940px) {
    .fixed{
        position:relative;
    }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 900px) {
    .topnav a{display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .header {
        background-color: #fff;
        padding: 20px 48px;
    }
    .header .floatLeft img {
        width: 120px !important;
        top: 10px !important;
    }

    .topnav {
        position: absolute;
        top: 21px;
        right: 0;
        width: 100%;
        background: #555;
        z-index: 1;
        padding-bottom: 10px;
        display: contents;
    }
    .topnav a.icon {
        position: relative;
        text-align: right;
    }
    .topnav li:first-child {
        width: 100%;
    }
    .mainNav li {
        display: inline;
    }
    .mainNav li a{
        width: 100% !important;
        padding: 5px 0 5px 22px !important;
    }

    .searchNav{
        width: 100%;
        position: relative;
        /*display: contents;*/
    }
    .floatLeft img {
        padding: 8px 18px !important;
    }
    .floatRight {
        width: 100%;
    }
    .mainNav li:hover > ul{
        position: relative;
        top: 0;
        width: 100%;
    }
    .mainNav li:hover > ul li a{
        padding: 5px 22px !important;
    }
    .material-icons.text-white,
    .language_selection .sidebar_actions .selectize-input,
    .language_selection .selectize-control.single .selectize-input::after {
        color: #000 !important;
    }
    .language_selection .sidebar_actions {
        margin: 0 !important;
    }
    .language_selection {
        top: -12px;
    }

    .slide_title {
        font-size: 3.5vw !important;
    }
    .slide_desc {
        font-size: 2vw !important;
    }
    .sliderBtn {
        font-size: 1.5vw !important;
    }
    .uk-article-title {
        font-size: 20px !important;
    }
    .styledCaption2 {
        font-size: 20px !important;
    }
    .uk-h2, h2 {
        font-size: 20px !important;
    }
    #about_us img {
        display: block !important;
        margin: 0 auto !important;
    }
    .searchSection form,
    .subscribeSection form {
        width: 100% !important;
    }

    .pageContent{
        min-height: 50vh;
    }
    .owl-carousel .owl-slide {
        height: 50vh !important;
    }

    /*.loginSlider > .owl-carousel .owl-slide {
        height: 34vw !important;
    }*/
    .loginSlider > .owl-theme .owl-dots .owl-dot span {
        width: 10px !important;
        height: 10px !important;
    }
    .loginSlider > .owl-theme .owl-dots .owl-dot span {
        margin: 5px 3px !important;
    }
    .loginSlider > .owl-theme .owl-nav.disabled + .owl-dots {
        margin: 0 auto 0 !important;
    }   
    .login_panel_left{
        min-height: auto !important;
    }

    /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
    .topnav.responsive {
        position: absolute;
        top: 21px;
        right: 0;
        width: 100%;
        background: #555;
        z-index: 1;
        padding-bottom: 10px;
        display: contents;
    }
    .topnav.responsive a.icon {
        position: relative;
        text-align: right;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: right;
        /*right: 16px;*/
        position: relative;
        color: #000;
    }
    .topnav.responsive li {
        width: 100%;
    }
    
    .dashBorderOut {
        width: 100% !important;
    }
} 

@media screen and (max-width: 700px) {
    .loginSlider > .owl-carousel .owl-slide {
        height: 40vw !important;
    }
}

@media screen and (max-width: 630px) {
    .vCenterContent{
        width: 100% !important;
    }
}

@media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
        top: 5%;
    }

    .owl-carousel .owl-nav svg {
        width: 24px;
        height: 24px;
    }

    .loginSlider > .owl-carousel .owl-slide {
        height: 38vw !important;
    }
}


@media screen and (max-width: 450px) {
    .mainNav{
        padding: 0 !important;
    }
    .navSub.searchNav{
        min-width: 79vw !important;
    }
    .searchNav .uk-article-title {
        font-size: 5vw !important;
    }
    .uk-search-input {
        font-size: 12px !important;
    }
    button.styledText {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 380px) {
    .page_content_inner {
        padding: 24px 15px !important;
        position: relative !important;
    }
    .vCenterContent {
        left: 0 !important;
        transform: none !important;
    }
}


.preloader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    background-color: rgba(0,0,0,.5);
    display: none;
}
.customHeading{
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 25px;
    background-color: rgba(0,0,0,.085);
    width: 100%;
}
.mailReplies {
    max-height: 300px;
    overflow-y: scroll;
    border-bottom: 5px solid #ddd;
}
.replyToMessageForm{
    margin-bottom: 0 !important;
    display: none;
    position: relative !important;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btnClose{
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}
.replayToEmail {
    cursor: pointer;
}

.languagePage{
    background-image: url(../images/map.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-size: auto;
}

.langCard{
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
    border-radius: 5px !important;
    box-shadow: -3px 5px 6px rgba(0,0,0,.5) !important;
}
.langCard h3{
    color: #fff !important;
}
.langCard a:hover{
    color: #94c1f0 !important;
}

.langCard a {
    color: #fff !important;
}

.width50{
    width: 50% !important;
}

.searchWrapper {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f4f4f4;
}
.searchWrapper .material-icons{
    z-index: 9
}
.searchWrapper #stockPartNo {
    background-color: #fff;
}
.selectize-control.formSelect.single {
  width: 100%;
  display: grid;
}

.currencySelect .selectize-control.single{
    float: left;
    width: 80px;
    min-width: 80px;
    margin: 0 0 0 5px;
    height: auto;
}
.currencySelect .selectize-control.single .selectize-input{
    padding: 0 5px;
    height: auto !important;
    min-height: 20px !important;
}
.currencySelect .selectize-control.single .selectize-input input,
.currencySelect .selectize-control.single .selectize-input .item {
    font-size: 10px;
}
.currencySelect .selectize-dropdown [data-selectable] {
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 10px;
}
.summaryLbl{
    word-wrap: break-word;
    width: 110px;
    display: inline-block;
    font-size: 12px !important;
    line-height: 35px !important;
}
.summaryIcon{
    vertical-align: 0px !important;
    position: relative;
    top: 0 !important;
    font-size: 38px !important;
}
.infoIcon {
    font-weight: normal;
    border: 1px solid;
    color: inherit;
    text-shadow: none;
    border-radius: 50% !important;
    font-size: 10px !important;
    display: inline-block;
}
.inputField{
  box-sizing: border-box !important;
  -webkit-transition: border .2s ease-in !important;
  transition: border .2s ease-in !important;
  resize: none !important;
  min-height: 30px !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 4px 6px !important;
  border: 1px solid #ddd !important;
  color: #444 !important;
  border-radius: 3px;
}
.inputField:focus {
  border-color: #2196f3 !important;
}
.cartComplete{
    border: 1px solid #eee !important;
    min-height: 400px;
    position: relative;
    border-radius: 5px;
}
.customInput{
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}

legend h3 {
    margin: 0;
    padding: 0 10px;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: bold;
    font-style: italic;
}
fieldset {
    border: 1px solid #b5b5b5;
    box-shadow: -3px 3px 2px rgba(0,0,0,.1);
    margin-bottom: 20px !important;
    background: #fff;
}
.inlineLoader {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: contain;
  padding-right: 30px !important;
}
.stocksSearches .rfq {
    text-transform: uppercase;
}
.overlayDark{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
  }
  .boxTitle {
    float: none !important;
    font-size: 30px !important;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    color: #fff !important;
    z-index: 999;
}
.md-input-filled>label, .md-input-focus>label {
    display: contents;
}

.subscribeSection {
    padding-top: 30px !important; 
    background-image: url(../images/microelectrinics-bg.png) !important; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}
.dashBorderOut{
    width: 60%; margin: 0 auto;border: 2px dashed #ccc; border-radius: 20px;padding: 0.3% 0 !important;
}
.subsInnerPanel {
    width: 99%; padding: 5px; border-radius: 15px; background-color: #262626 !important;margin: 0 auto !important;
}
.subsEmailIcon{
    width: 90px;position: absolute;margin: 0 auto;display: block;top: -15px;left: 50%;transform: translate(-50%, 0);
}
.subsTitle {
    margin-bottom: 0 !important;margin-top: 40px !important;
}

.small70 {
    font-size: 70%;
}
.small90 {
    font-size: 90%;
}

img.blog_list_teaser_image {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    border: 0 !important;
    vertical-align: middle !important;
}
.uk-comment-header {
    padding: 8px !important;
    border: none;
    background: none;
    margin-bottom: 0;
}

.postFormContent {
    display: none;
}
.postFormContentBtn {
    border-top: 1px solid #ddd;
    position: relative;
}
.toggleBtnAction {
    border-radius: 0 0 2px 2px;
    right: -1px;
    position: relative;
    top: -1px;
}

.sweet-alert fieldset {
    box-shadow: none !important;
}

.sweet-alert.show-input.showSweetAlert.visible {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.customCaptchaField {
    padding: 5px 10px;
    display: inline-grid;
    border: 1px solid #ccc;
    margin-top: 10px;
    background-color: #e5e5f7;
    opacity: 0.8;
    background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #e5e5f7 10px ), repeating-linear-gradient( #444cf755, #444cf7 );
    color: #151b93;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.sweet-alert .sa-input-error {
    top: 23px !important;
}
.emailSubBtn {
    border-top: 1px solid #ddd;
    position: relative;
    margin-top: 5px;
}
.btnEmailSub {
    border-radius: 0 0 2px 2px;
    top: -1px;
    position: relative;
}
.emailSub {
  display: none;
}

/**************************************
 * excelTable css / fieldset / legend 
 *************************************/
.excelTable{
padding: 0;
table-layout: auto;
border: 0;
}
.excelTable th{
padding: 5px !important;
font-weight: bold !important;
border: 1px solid #e0e0e0 !important;
border-bottom: 3px solid #e0e0e0 !important;
}
.excelTable td:not(.inputRow) {
padding: 5px !important;
}
.excelTable td {
padding: 0 !important;
border: 1px inset #e0e0e0;
border-collapse: collapse;
border-spacing: 0;
position: relative;
}
.excelTable td:focus,
.excelTable td:hover {
border: 1px solid #2196f3;
border-style:double;
}
.excelTable .inputField {
border-radius: 0 !important;
width: 100%;
border: none !important;
}
.excelTable textarea.inputField {
padding: 4px 6px !important;
min-height: 70px !important;
}
.excelTable .noHover td:focus,
.excelTable .noHover td:hover,
.excelTable td.noHover:focus,
.excelTable td.noHover:hover {
border: none !important;
}
.excelTable td.noHover:focus,
.excelTable td.noHover:hover {
border: 1px inset #e0e0e0 !important;
}
legend h3 {
margin: 0;
padding: 0 10px;
font-size: 15px !important;
line-height: 22px !important;
font-weight: bold;
font-style: italic;
}
fieldset {
border: 1px solid #b5b5b5;
box-shadow: 3px 3px 2px rgba(0,0,0,.09);
margin-bottom: 20px !important;
background: #fff;
}
.uk-legend {
margin: 0px 15px;
border: 1px solid #b5b5b5;
padding: 5px 15px;
color: #fff;
position: relative;
background: #f5f5f5;
}
.uk-legend:before,
.uk-legend:after {
content: '';
display: block;
position: absolute;
top: 12px;
width: 5px;
height: 5px;
border-radius: 50%;
z-index: 2;
background-color: #b5b5b5;
}
.uk-legend:before {
border: 2px solid #b5b5b5;
border-top-color: transparent;
border-left-color: transparent;
transform: rotate(-45deg);
left: -5px;
}
.uk-legend:after {
border: 2px solid #b5b5b5;
border-top-color: transparent;
border-left-color: transparent;
transform: rotate(135deg);
right: -5px;
}

/* arrow animation */
@-webkit-keyframes rightarrow {
    0% { -webkit-transform: translateX(0); opacity: 0.4 }
    100% { -webkit-transform: translateX(0.4em); opacity: 0.9 }
}
.rightAnimation {
    -webkit-animation: rightarrow 0.6s infinite alternate ease-in-out;
    border-left:1em solid #FFA000 !important;
}
.arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 1em 0;
    display: block;
    height: 0;
    opacity: 0.4;
    text-indent: -9999px;
    width: 0;
    position: absolute;
    left: -20px;
    top: 0;
    scale: 50%;
}

.hide {
    display: none;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #F5F5F5;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}