@charset "utf-8";

/*
        Resets
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:'' }
abbr, acronym { border:0 }
:focus { outline:0 }
ins { text-decoration:none }
del { text-decoration:line-through }
.clear { clear: both; }

/*
        body Structure
*/
html,body {
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size:18px;
    line-height: 24px;
    font-weight:400;
    color: #222;
}
/*
        Typography
*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Righteous', cursive;
    margin:0 0 15px 0;
    line-height: normal !important;
}
h1 {
    font-size:66px;
}
h2 {
    font-size:46px;
}
h3 {
    font-size:26px;
}
h4 {
    font-size:22px;
}
h5 {
    font-size:18px;
}
h6 {
    font-size:14px;
}
p {
    font-family: 'Josefin Sans', sans-serif;
    font-size:18px;
    font-weight:400;
    margin: 0 0 15px 0;
}
p span, p strong {
    font-weight:800;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color:#333;
}
a:hover,a:focus,a:active {
	text-decoration: none;
	outline: none !important;
	color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
/*logo*/
.logo {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 60px;
    z-index: 2;
}
/*wshape*/
.wshape {
    display: block;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -35%;
    background: url(../images/wshape.svg) no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.9;
}

@media (max-height: 1024px) {
    .wshape {
        top: -10%;
        left: -35%;
    }
}


@media (max-height: 768px) {
    .wshape {
        top: -30%;
        left: -35%;
    }
}


/*mouse-parallax*/
#bg svg path {
  stroke: inherit;
  fill:none;
}
.svg-hide {
    display: none;
}

/*menuBtn*/
.menuBtn {
    display: block;
    width: 150px;
    height: auto;
    padding: 15px 0;
    text-align: center;
    background: #f7b250;
    color: #fff;
    font-size: 20px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    transition: all 300ms;
}
.menuBtn:hover {
    background: #fff;
    color: #222;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
/*menuSection*/
.menuSection {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    z-index: 250;
    background: rgba(0,0,0,0.7);
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
}
.closeMenuSection {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #f7b250;
    font-size: 32px;
    z-index: 5;
    cursor: pointer;
    color: #fff;
    transition: all 300ms;
}
.closeMenuSection:hover {
    background: #222;
    color: #fff;
}
.menuSectionActive {
    visibility: visible;
    opacity: 1;
}
.menuSectionInner {
    display: block;
    position: absolute;
    top: 3%;
    left: 3%;
    right: 3%;
    bottom: 3%;
}
.menuSectionCol {
    display: block;
    position: absolute;
    width: 33.3333333333%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
}
.menuSectionCol1 {
    top: 40%;
    left: 30%;
    transition: all 800ms;
    transform: rotate(15deg);
}
.menuSectionCol2 {
    left: 33.333333%;
    top: 40%;
    transition: all 1000ms;
    transform: rotate(-10deg);
}
.menuSectionCol3 {
    right: 40%;
    top: 35%;
    transition: all 1100ms;
    transform: rotate(-25deg);
}
.menuSectionCol1Active {
    top: 0;
    left: 0;
    transform: rotate(0deg);
}
.menuSectionCol2Active {
    top: 0;
    transform: rotate(0deg);
}
.menuSectionCol3Active {
    top: 0;
    right: 0;
    transform: rotate(0deg);
}
/*menuLinksCont*/
.menuLinksCont {
    display: block;
    position: relative;
    z-index: 3;
    padding: 40px;
    top: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all 1200ms;
}
.menuLinksContActive {
    top: 0;
    visibility: visible;
    opacity: 1;
}
/*menuLinksBlock*/
.menuLinksBlock {
    display: block;
    clear: both;
    width: 50%;
    float: right;
    height: auto;
    position: relative;
}
.menuLinksBlock .heading {
    margin-left: 55px;
    letter-spacing: 10px;
    transition: all 2500ms;
    position: relative;
    left: 30px;
}
.menuLinksContActive .heading {
    letter-spacing: 0;
    left: 0;
}
.menuLinksBlock > ul {
    display: block;
    padding: 0;
    margin: 0;
}
.menuLinksBlock > ul > li {
    display: block;
    list-style: none;
    /*position: relative;*/
    width: 100%;
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.menuLinksBlock > ul > li > a {
    display: block;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;    
    position: relative;
    z-index: 1;
    transition: all 300ms;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.menuLinksBlock > ul > li > a:hover {
    text-indent: -20px;
}
.menuLinksBlock > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
    transition: all 300ms;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.menuLinksBlock > ul > li > a:hover:before,
.menuLinksBlock > ul > li.activeLink > a:before {
    width: 105%;
}
.menuLinksBlock > ul > li > a > i {
    display: inline-block;
    width: 40px;
    height: auto;
    font-size: 22px;
    text-align: center;
    color: #f7b250;
}
.menuLinksBlock > ul > li.activeLink > a {
    text-indent: -20px;
}
/*dropdown*/
.menuLinksBlock > ul > li > div {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    box-shadow: 10px 5px 30px rgba(0,0,0,0.1);
    background-size: cover !important;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.menuSectionActive .menuLinksBlock > ul > li:hover > div,
.menuSectionActive .menuLinksBlock > ul > li.activeLink > div {
    visibility: visible;
    opacity: 1;
}
.menuSectionActive .menuLinksBlock > ul > li:hover > div {
    z-index: 1;
}
.menuSectionActive .menuLinksBlock > ul > li:hover > a,
.menuSectionActive .menuLinksBlock > ul > li.activeLink > a {
    z-index: 2;
}


/*scrollSectionBtn*/
.scrollSectionBtn {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 200;
    text-shadow: 0 2px rgba(0,0,0,0.3);
}
.scrollSectionBtn:hover,.scrollSectionBtn:active,.scrollSectionBtn:focus {
    background: #f7b250;
    color: #fff !important;
}
/*down-arrow-box*/
.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.4);
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
    width: 200px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    z-index: 10;
    text-align: center;
}
.down-arrow-box:before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    /*background: #f7b250;*/
    opacity: 0.75;
    position: absolute;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    z-index: -1;
    bottom: -70px;
    transform: rotate(45deg);
}
.down-arrow-box a {
    display: block;
    position: relative;
    font-size: 44px;
    color: #fff;
    width: 50px;
    height: 37px;
    margin: 0 auto;
    text-shadow: 0 0 10px rgba(0,0,0,0.4);
    text-align: center;
}
/*main-section*/
.main-section {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main-section:after {
  content: "";
  display: block;
  clear: both;
}
/*bannerCaption*/
.bannerCaption {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 60px;
    z-index: 10;
    color: #fff;
    text-align: right;
    width: 300px;
}
.bannerCaption h1 {
    line-height: 70px !important;
}
.bannerCaption h1 small {
    display: block;
}
/*halfBannerSection, bannerSlider*/
.halfBannerSection,.bannerSlider {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.bannerSlider .owl-wrapper-outer,
.bannerSlider .owl-wrapper,
.bannerSlider .owl-item,
.bannerSlider .item {
    height: 100%;
}
.bannerSlider .item .replaceImg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.bannerSlider .item .replaceImg:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    opacity: 0.7;
    background-size: cover;
    z-index: 10;
}
#banner-slider .owl-controls {
    position: absolute !important;
    bottom: 40% !important;
    width: 20px !important;
    left: 2%;
    z-index: 10;
}
#banner-slider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 3px !important;
}
#banner-slider .owl-controls .owl-page span {
    background: #f7b250 !important;
}
#banner-slider .owl-buttons {
    display: none !important;
}
.bannerSlider .item {
    position: relative;
    z-index: 20;
}
/*overviewSection*/
.overviewSection {
    display: block;
    clear: both;
    width: 100%;
    height: 50%;
    /*padding: 30px 100px;*/
    position: relative;
}
.overviewSection:after {
    content: "";
    display: block;
    clear: both;
}
.halfOverviewSection {
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.featImg {
    display: block;
    width: 100%;
    height: 50%;
    position: relative;
    opacity: 0.5;
}
.featImg3 {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.featImg > div,
.featImg3 > div {
    display: block;
    position: absolute;
}
.featImg1 > div {
    background: url(../images/featImg1.jpg) no-repeat;
    background-size: cover;
    top: 10px;
    right: 5px;
    bottom: 5px;
    left: 10px;
}
.featImg2 > div {
    background: url(../images/featImg3.jpg) no-repeat;
    background-size: cover;
    top: 5px;
    right: 5px;
    bottom: 10px;
    left: 10px;
}
.featImg3 > div {
    background: url(../images/featImg2.jpg) no-repeat;
    background-size: cover;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 5px;
}
/*featImgDesc*/
.featImgDesc {
    display: inline-block;
    position: absolute;
    z-index: 20;
}
.featImgDesc > div {
    display: block;
    width: 40%;
    height: auto;
    padding: 40px;
    color: #fff;
    text-align: justify;
    border: solid 2px #fff;
    position: relative;
    box-shadow: 0 5px 30px rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.6);
}
.featImgDesc > div .heading:after {
    left: -50%;
    width: 100%;
    background: #f7b250;
}
.featImgDesc1 {
    bottom: 100px;
    left: 120px;
}

@media (max-height: 768px) {
    .featImgDesc1 {
        bottom: 0px;
        left: 80px;
    }
}

.featImgDesc p {
    font-size: 20px;
}
/*tgqShapes*/
.tgqShapes {
    display: block;
    width: 400px;
    height: auto;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
/*wainfoParallax*/
.wainfoParallax {
    position: absolute;
    width: 50%;
    height: auto;
    bottom: 25%;
    right: 0;
    z-index: 15;
}
.wainfoParallax img {
    position: relative;
    display: inline-block;
    margin: 0 -20px;
}
.wainfoParallax .wainfoW {
    top: 0;
    left: 20px;
}
.wainfoParallax .wainfoO {
    right: 10px;
}
/*dust-particle*/
.dust-particle {
    display: inline-block;
    position: absolute;
    /*bottom: -300px;*/
    bottom: 0;
    right: -60%;
    z-index: 10;
}
.dust-particle img {
    position: relative;
    top: 0;
    opacity: 0.6;
}
.main-section .dust-particle {
    bottom: -100%;
    opacity: 0.7;
}

@media (max-height: 768px) {
    .main-section .dust-particle {
        bottom: -115%;
    }
}

/*overviewMainSection*/
.overviewMainSection {
    display: block;
    height: 200%;
    overflow: hidden;
    position: relative;
}
/*qualityControlSection*/
.qualityControlSection {
    display: block;
    clear: both;
    width: 100%;
    height: 50%;
    position: relative;
    background: url(../images/qcImageBoxBg.jpg) no-repeat fixed 100% 0;
    background-size: cover;
    overflow: hidden;
}
/*qcImageBox*/
.qcImageBox {
    display: block;
    width: 45%;
    height: 90%;
    top: 5%;
    float: left;
    position: relative;
    background: -webkit-linear-gradient(top, rgba(152,125,58,0.7), rgba(234,32,48,0.3));
    background: -o-linear-gradient(top, rgba(152,125,58,0.7), rgba(234,32,48,0.3));
    background: -moz-linear-gradient(top, rgba(152,125,58,0.7), rgba(234,32,48,0.3));
    background: -ms-linear-gradient(top, rgba(152,125,58,0.7), rgba(234,32,48,0.3));
    background: -linear-gradient(top, rgba(152,125,58,0.7), rgba(234,32,48,0.3));
}
.qualityControlSection .qcImageBox {    
    left: 5%;
}
.qcImageBox > div {
    display: block;
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    z-index: 1;
    background-size: cover !important;
}
/*heritageSlider*/
.qcImageBox > div #heritageSlider {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.qcImageBox > div #heritageSlider .owl-wrapper-outer,
.qcImageBox > div #heritageSlider .owl-wrapper,
.qcImageBox > div #heritageSlider .owl-item,
.qcImageBox > div #heritageSlider .item {
    height: 100%;
}
.qcImageBox > div #heritageSlider .item .heritageSlideImg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.qcImageBox > div #heritageSlider  .owl-buttons {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}
.qcImageBox > div #heritageSlider .owl-buttons > div {
    position: relative;
    font-size: 26px !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    margin: 0 1px !important;
    background: #f7b250 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}
.qcImageBox > div #heritageSlider .owl-buttons > div i {
    line-height: 40px !important;
    padding: 0;
}
.qcImageBox > div #heritageSlider .owl-buttons > div:hover {
    background: #5ab7dd !important;
}
.qcDescBoxParent {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 15;
}
.qcDescBoxParent .qcDescBox {
    display: block;
    /*text-align: justify;*/
    position: relative;
    z-index: 2;
    padding: 60px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.qcDescBox > .heading:after {
    width: 120%;
    left: -20%;
}
.bottomSandShape1 {
    display: inline-block;
    position: absolute;
    bottom: -100px;
    left: -300px;
    z-index: 2;
}
.bottomSandShape2 {
    display: inline-block;
    position: absolute;
    bottom: 100px;
    right: -500px;
    transform: rotate(45deg);
}
#activitiesSlider .item .heading small {
    display: block;
    padding-top: 10px;
    font-family: 'Josefin Sans', sans-serif;
}

/*clients section*/
.clientsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 300px;
    padding: 70px 0;
    background: url(../images/clientsSection.jpg) no-repeat fixed 100% 0;
    background-size: cover;
}
.clientsSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: #f7b250;*/
    background: #fff;
    opacity: 0.8;
}
.clientsSection .row {
    position: relative;
    z-index: 2;
}
.clientsSection .heading-center {
    padding-bottom: 10px;
    font-size: 32px;
}
#clientsSlider .item {
    text-align: center;
    margin: 3px;
}
#clientsSlider .item img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    /*padding: 5px;*/
}
#clientsSlider .item .clientImgBlock {
    display: block;
    background: #fff;
    width: 100%;
    position: relative;
    line-height: 100px;
    text-align: center;
    height: 120px;
    padding: 10px 0;
}


/*innerbannerSection*/
.innerbannerSection {
    display: block;
    width: 100%;
    height: 70%;
    position: relative;
    overflow: hidden;
    background: #000;
}
.innerbannerSection .dust-particle {
    bottom: -150%;
    opacity: 0.7;
    z-index: 1;
}
.innerbannerSection .bannerCaption {
    width: 35%;
    text-align: left;
}
.innerbannerSection .bannerCaption h1 small {
    color: #fff;
}
.innerbannerSection .internalBannerBg {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    /*background-size: cover;*/
    background-size: 100% !important;
    opacity: 0.5;
}
.productsCol h3 {
    margin-top: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    line-height: normal;
    padding-bottom: 10px;
    height: 60px;
    display: block;
    border-bottom: solid 1px #ddd;
}
.productsCol h3 a {
    display: inline-block;
    margin-bottom: 15px;
}
.productsCol h3:after {
    display: none;
}
blockquote {
    display: block;
    padding: 15px;
    margin-bottom: 30px;
}
blockquote:after {
    content: '';
    display: block;
    clear: both;
}
blockquote ul {
    display: block;
    margin: 0 0 0 18px;
    padding: 0;
}
blockquote ul li {
    float: left;
    list-style-type: square;
    width: 50%;
}
/*internalPageLayout*/
.internalPageLayout {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
    padding: 70px 0;
}
.internalPageLayout .heading {
    margin-bottom: 30px;
}
/*sectionContent*/
.sectionContent {
    display: block;
    width: 100%;
    height: 600px;
    position: relative;
}
.sectionContentCol2 {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    /*background-size: cover !important;*/
}
.sectionContentInner {
    display: block;
    padding: 70px;
}
.sectionContentInner ul {
    display: block;
    margin: 0 0 0 18px;
}
.sectionContentInner ul li {
    list-style-type: square;
    margin-bottom: 10px;
}

/*productsSection*/
.productsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    padding: 70px 0;
}

/*needAssistance*/
.needAssistance {
    display: block;
    clear: both;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #f7b250;
    color: #fff;
    font-size: 18px;
}
.needAssistance h3 {
    display: inline-block;
    color: inherit;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
    font-size: 30px;
}
.needAssistance a {
    display: inline-block;
    line-height: normal;
    position: relative;
    top: 2px;
    font-size: 22px;
}
/*footer*/
.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    color: #fff;
    background: url(../images/footerbg.jpg) no-repeat fixed 100% 0;
}
.footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}
.footer > .row {
    position: relative;
    z-index: 2;
}
.footer .heading {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}
.footer .heading:after {
    /*background: #ccc;*/
}
.footerUls {
    display: block;
    margin: 0 0 15px 15px;
}
.footerUls li {
    list-style-type: circle;
    padding: 4px 0;
    color: #fff;
}
.footerUls li a {
    color: inherit;
}
.footerUls li a:hover {
    text-decoration: underline;
    color: #ccc;
}
/*contactForm*/
.contactForm {
    display: block;
}
.contactForm .row {
    margin-left: -4px;
    margin-right: -4px;
}
.contactForm .row .col-sm-4,
.contactForm .row .col-sm-12 {
    padding-left: 4px;
    padding-right: 4px;
}
.contactForm input,
.contactForm textarea {
    display: block;
    width: 100%;
    border: none;
    background: #fff;
    color: #222;
    font-size: 16px;
    text-indent: 10px;
    margin-bottom: 8px;
}
.contactForm input {
    height: 45px;
}
.contactForm textarea {
    padding-top: 10px;
}
/*contactForm2*/
.contactForm2 input,
.contactForm2 textarea {
    border: solid 1px #ddd;
}
.contactForm2 .row .col-sm-6 {
    padding-left: 4px;
    padding-right: 4px;
}
.addressInfoBlock {
    display: block;
    position: relative;
    z-index: 20;
}
.addressInfoBlock ul {
    margin: 0;
    padding: 0;
}
.addressInfoBlock ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}
.addressInfoBlock ul li i {
    display: inline-block;
    width: 30px;
    color: #f7b250;
    font-size: 20px;
}
.addressInfoBlock .footer-social {
    text-align: left;
}

/*addressInfo*/
.addressInfo {
    display: block;
    position: relative;
}
.addressInfo p {
    margin: 0;
}
.addressInfo i {
    color: #bfc043;
}
/*footerStrip*/
.footerStrip {
    display: block;
    clear: both;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    color: #222;
    border-top: solid 2px #bfc043;
}
.footerStrip p {
    margin: 0;
}
.footerStrip a {
    color: #000;
    font-weight: bold;
}
.footerStrip a:hover {
    text-decoration: underline;
    color: #bfc043;
}
/*footer-social*/
.footer-social {
    display: block;
    text-align: center;
    padding: 12px 0 10px 0;
    background: #fff;
    border-top: solid 1px #ddd;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
}
.footer-social a {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  margin: 0 0 3px 0;
  text-align: center;
  border-radius: 100%;
}
.footer-social a:hover {
    background: #bfc043;
    border-color: transparent;
    color: #fff;
}
.facebookLink {
  background: #204385;
}
.twitterLink {
  background: #2aa9e0;
}
.youtubeLink {
  background: #eb2429;
}
.linkedinLink {
  background: #02669a;
}
.pinterestLink {
  background: #ca2128;
}
.google-plusLink {
  background: #d3492c;
}
/*googleMap*/
.googleMap {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

/*misc*/
.modal-header .close {
    margin-top: -10px;
    font-size: 40px;
}
.container {
    position: relative;
    z-index: 10;
}
/*divTable & cell*/
.divTable {
    display: table;
    width: 100%;
    height: 100%;
}
.divTableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
h2.heading-center {
    text-transform: uppercase;
}
.heading-center {
    padding-bottom: 5px;
}
.heading {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
}
.heading small {
    display: block;
    font-size: 18px;
    color: #999;
}
.heading small a {
    color: inherit;
}
.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #f7b250;
    position: absolute;
    bottom: 0;
}
.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}
.heading:after {
    left: 0%;
}
.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    background: rgba(0,0,0,0.3);
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}
.btn-transparent:hover,.btn-transparent:focus,.btn-transparent:active,
.btn-default:hover,.btn-default:focus,.btn-default:active {
    background: #f7b250 !important;
    border-color: transparent;
    color: #fff;
}
.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}
.btn-primary {
    background: #f7b250 !important;
    color: #fff;
    border: none;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    background: #5ab7dd !important;
    color: #fff;
}
.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}
.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.centertext,.center {
    text-align: center;
}
.white {
    color: white;
}

/**********scrollUp**********/
.scrollup {
    width:40px;
    height:40px;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:20px;
    display:none;           
    background: url(../images/up.png) no-repeat center #fff;
    z-index: 200;
    border-radius: 100%;
}
.scrollup:hover {
    opacity:1;
}
/*******Visibility divs***********/
.hidden_element {
    opacity:0;
}
.visible_element {
    opacity:1;
}


/*media queries*/
@media (max-width: 991px) {
    .logo {
        top: 10px;
        left: 10px;
    }
}

@media (max-width: 768px) {
    .logo {
        z-index: 5;
    }
    .menuBtn span {
        display: none;
    }
    .menuBtn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        text-align: center;
    }
    h2 {
        font-size: 30px;
    }
    .wshape {
        display: none;
    }
    .main-section {
        height: 400px;
    }
    .menuSection {
        background: rgba(255,255,255,0.9);
    }
    .menuLinksBlock {
        float: none;
        width: 100%;
    }
    .menuLinksBlock > ul > li > div {
        display: none;
    }
    .menuLinksCont {
        padding: 10px;
    }
    .menuLinksBlock > ul > li > a {
        height: auto;
        line-height: normal;
        padding: 10px;
        letter-spacing: 0;
    }
    .main-section:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 2;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    }
    .bannerCaption h1 {
        font-size: 30px !important;
        line-height: 34px !important;
        text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    }
    .bannerCaption h1 small {
        color: #fff;
    }
    .bannerCaption {
        right: 10px;
    }
    .down-arrow-box {
        display: none;
    }
    .overviewMainSection {
        height: auto;
    }
    .qualityControlSection {
        height: auto;
        background: #fff;
    }
    .qualityControlSection .qcImageBox {
        height: 300px;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        float: none;
        clear: both;
    }
    .qcImageBox > div {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    .qcDescBoxParent {
        height: auto;
        width: 100%;
        float: none;
        clear: both;
    }
    .divTable,.divTableCell {
        display: block;
    }
    .qcDescBoxParent .qcDescBox {
        padding: 15px;
    }
    .wainfoParallax,.dust-particle {
        display: none;
    }
    .overviewSection {
        height: auto;
    }
    .featImgDesc1 {
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
    }
    .featImgDesc > div {
        top: 0 !important;
        width: 100%;
        padding: 15px;
    }
    .featImgDesc p {
        font-size: 18px;
    }
    .needAssistance {
        height: auto;
        line-height: normal;
        padding: 10px 0;
    }
    .heading {
        padding-top: 15px;
    }
    .needAssistance h3 {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    .innerbannerSection .bannerCaption {
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }
    .innerbannerSection .internalBannerBg {
        background-size: 100% 100% !important;
    }
    .innerbannerSection {
        height: 300px;
    }
}