@charset "utf-8";
html,
body {
    height: 100%;
}

body {
    color: #777;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    background-color: #F7F9FB;
}

a:focus,
a:hover {
    text-decoration: none;
}

a {
    color: #ab8d48;
    text-decoration: none;
}

ul,
li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    margin: 0 0 10px;
    padding: 0;
}

h1 {
    color: #111;
    font-size: 36px;
}

h2 {
    color: #111;
    font-size: 30px;
    text-transform: capitalize;
}

h3 {
    color: #111;
    font-size: 24px;
}

h4 {
    color: #111;
    font-size: 18px;
    text-transform: uppercase;
}

h5 {
    color: #111;
    font-size: 16px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.top_header {
    width: 100%;
    margin: 0px;
    padding: 3px 0px;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    margin-right: 31px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    border-bottom: 2px solid #015196;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 5px;
    font-size: 16px;
    color: #07a872;
}

.searchbox-input::-webkit-input-placeholder {
    color: #07a872;
}

.searchbox-input:-moz-placeholder {
    color: #07a872;
}

.searchbox-input::-moz-placeholder {
    color: #07a872;
}

.searchbox-input:-ms-input-placeholder {
    color: #07a872;
}

.searchbox-submit {
    background-color: #fff;
    color: #fff;
}

.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 16px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.searchbox-open {
    width: 265px;
}

.top_header_left {
    float: left;
    margin: 0px;
    width: 50%;
}

.top_header_right {
    float: right;
    margin: 0px;
    width: 50%;
}

.inner_top_header_right {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
}

.brocure_box {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.brocure_box img {
    width: 100%;
}

.corporate_video {
    width: 100%;
    margin: px;
    padding: 0px;
    position: relative;
    background: #f8f8f8;
}

.my-video-dimensions {
    width: 100%;
}

.vjs-poster {
    background-size: 100% !important;
}

.video-js .vjs-big-play-button {
    left: 46%!important;
    top: 46%!important;
}

.video_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    color: #777;
    z-index: 999;
}

.corporate_video a {
    bottom: 0;
    color: #ddd;
    display: inline-block;
    font-size: 30px;
    left: 50%;
    padding-bottom: 23px;
    position: absolute;
}

.industrial {
    width: 100%;
    margin: 0px;
    padding: 80px 0px;
    background-image: url(../images/Indoorlights.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.sec-head {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
}

.sec-head h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 27px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.sec-head a {
    font-size: 18px;
    color: #666;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
}

.inner_industrial_wrap {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.ind_lamp {
    width: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 269px;
    ;
    background: #01833d;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #009e47, #01833d);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #009e47, #01833d);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.ind_lamp_title {
    padding: 30px 0px 0px 30px;
}

.ind_lamp_title h3 {
    color: #fff;
    font-size: 27px;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}

.ind_lamp_title p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
}

.ind_lamp_product-thumb {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 20%;
    right: -10px;
    z-index: 10;
}

.ind_lamp_product-thumb .thumb-link .hover-img {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    visibility: hidden;
    z-index: 2;
}

.ind_lamp_product-thumb .thumb-link .front-img {
    position: relative;
    z-index: 1;
}

.ind_lamp_product-thumb:hover .thumb-link .hover-img {
    opacity: 1;
    visibility: visible;
}

.pad-zero {
    padding: 0px;
}

.tubelights {
    width: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 269px;
    ;
    background: #014783;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #023866, #014783);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #023866, #014783);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.tubelights_title {
    padding: 30px 0px 0px 30px;
}

.tubelights_title h3 {
    color: #fff;
    font-size: 27px;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}

.tubelights_title p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
}

.tubelights_product-thumb {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: /*10%*/
    0px;
    right: 0px;
    z-index: 10;
}

.tubelights_product-thumb .thumb-link .hover-img {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 2;
}

.tubelights_product-thumb .thumb-link .front-img {
    position: relative;
    z-index: 1;
}

.tubelights_product-thumb:hover .thumb-link .hover-img {
    opacity: 1;
    visibility: visible;
}

.pl_lights {
    width: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 269px;
    ;
    background: #0c5aa2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2a6ead, #0c5aa2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2a6ead, #0c5aa2);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.pl_title {
    padding: 30px 30px 0px 00px;
    float: right
}

.pl_title h3 {
    color: #fff;
    font-size: 27px;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}

.pl_title p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
}

.pl_product-thumb {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: /*-15%*/
    0px;
    left: -15%;
    z-index: 10;
}

.pl_product-thumb .thumb-link .hover-img {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 2;
}

.pl_product-thumb .thumb-link .front-img {
    position: relative;
    z-index: 1;
}

.pl_product-thumb:hover .thumb-link .hover-img {
    opacity: 1;
    visibility: visible;
}

.spot_light {
    width: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 269px;
    ;
    background: #014222;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #006b33, #014222);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #006b33, #014222);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.spot_light_title {
    padding: 30px 0px 0px 30px;
}

.spot_light_title h3 {
    color: #fff;
    font-size: 27px;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}

.spot_light_title p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
}

.spot_light_product-thumb {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: -25%;
    right: -7%;
}

.spot_light_product-thumb .thumb-link .hover-img {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 2;
}

.spot_light_product-thumb .thumb-link .front-img {
    position: relative;
    z-index: 1;
}

.spot_light_product-thumb:hover .thumb-link .hover-img {
    opacity: 1;
    visibility: visible;
}

.outdoorlights {
    width: 100%;
    margin: 0px;
    padding: 80px 0px;
    background-image: url(../images/Outdoorlights.jpg);
    bacbackground-repeat: no-repeat;
    background-size: 100%;
}

.streetlights {
    width: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 400px;
    background: #083b66;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3a71a9, #083b66);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3a71a9, #083b66);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.streetlights_title {
    padding: 20px 0px 0px 20px;
}

.streetlights_title h3 {
    color: #fff;
    font-size: 27px;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}

.streetlights_title p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
}

.right_strightlight {
    display: inline-block;
    position: absolute;
    top: 75px;
    right: 7%;
}

.streetlights_product-thumb {
    position: relative;
}

.streetlights_product-thumb .thumb-link .hover-img {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 2;
}

.streetlights_product-thumb .thumb-link .front-img {
    position: relative;
    z-index: 1;
}

.streetlights_product-thumb:hover .thumb-link .hover-img {
    opacity: 1;
    visibility: visible;
}

.right_strightlight .col-sm-4 {
    padding: 0px;
}

.industriallights {
    width: 100%;
    margin: 0px;
    padding: 70px 0px;
    background-image: url(../images/Industriallights.jpg);
    bacbackground-repeat: no-repeat;
    background-size: 100%;
}

.floodlights {
    width: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 269px;
    ;
    background: #014783;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #023866, #014783);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #023866, #014783);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.floodlights_title {
    padding: 30px 0px 0px 30px;
    position: absolute;
    bottom: 30px;
}

.floodlights_title h3 {
    color: #fff;
    font-size: 27px;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}

.floodlights_title p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
}

.floodlights_product-thumb {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: -10%;
    right: 7%;
    z-index: 10;
}

.floodlights_product-thumb .thumb-link .hover-img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 1;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 2;
}

.floodlights_product-thumb .thumb-link .front-img {
    position: relative;
    z-index: 1;
}

.floodlights_product-thumb:hover .thumb-link .hover-img {
    opacity: 1;
    visibility: visible;
}

.highbay_light {
    width: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 269px;
    ;
    background: #014222;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #006b33, #014222);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #006b33, #014222);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.highbay_light_title {
    padding: 30px 0px 0px 30px;
}

.highbay_light_title h3 {
    color: #fff;
    font-size: 27px;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}

.highbay_light_title p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
}

.highbay_light_product-thumb {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 25%;
    right: -22%;
    z-index: 10;
}

.highbay_light_product-thumb .thumb-link .hover-img {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 2;
}

.highbay_light_product-thumb .thumb-link .front-img {
    position: relative;
    z-index: 1;
}

.highbay_light_product-thumb:hover .thumb-link .hover-img {
    opacity: 1;
    visibility: visible;
}

.ind_flood_lights {
    width: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 269px;
    ;
    background: #0c5aa2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2a6ead, #0c5aa2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2a6ead, #0c5aa2);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.ind_flood_title {
    padding: 30px 00px 0px 100px;
}

.ind_flood_title h3 {
    color: #fff;
    font-size: 27px;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}

.ind_flood_title p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
}

.ind_food_product-thumb {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 13%;
    left: 28%;
    z-index: 10;
}

.ind_food_product-thumb .thumb-link .hover-img {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 2;
}

.ind_food_product-thumb .thumb-link .front-img {
    position: relative;
    z-index: 1;
}

.ind_food_product-thumb:hover .thumb-link .hover-img {
    opacity: 1;
    visibility: visible;
}

.ind_lamp_product-thumb:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

video::-webkit-media-controls {
    display: none !important;
}


/*========================
  product page css
  =======================*/

.product_page_wrap {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fbfbfb;
}

.bg-gray {
    background-color: #f8f5f5;
    border-right: 1px solid #ddd;
}

.left_filter_box {
    width: 100%;
    margin: 0px;
    padding: 30px 3px;
    font-family: 'Raleway', sans-serif;
}

.left_filter_box_head {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    font-family: 'Raleway', sans-serif;
}

.left_filter_box_head .filter {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.left_filter_box_head .reset {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    text-transform: capitalize;
}

.left_series_filter {
    margin: 0px;
    padding: 32px 0px;
    display: block;
}

.left_series_filter h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 400;
    text-transform: capitalize;
}

.left_series_filter ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    list-style-type: none;
}

.left_series_filter ul li {
    margin-bottom: 10px;
}

.left_series_filter ul li a {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    text-transform: capitalize;
}

.left_series_filter ul li input[type="checkbox"] {
    margin-right: 10px;
    background-color: transparent;
    border: #666;
}

.pad-top-zero {
    padding-top: 0px;
}

.accordion {
    width: 100%;
    margin: 0px;
}

.left_filter_opt {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 5px 0px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 14px;
    color: #999;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-angle-down {
    right: 0px;
    left: auto;
    font-size: 20px;
}

.accordion li.open .link {
    color: #07A970;
}

.accordion li.open i {
    color: #07A970;
}

.accordion li.open i.fa-angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background-color: transparent;
    font-size: 14px;
}

.submenu li {}

.submenu a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 7px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.light-white-bg {
    background-color: #fbfbfb;
}

.right_panel_productbox {
    width: 100%;
    margin: 0px;
    display: inline-block;
    padding: 43px 0px;
}

.right_panel_productbox .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    background-color: transparent;
    color: #0f62ac;
    border-bottom: 2px solid #0f62ac;
}

.right_panel_productbox .nav-tabs > li > a {
    font-size: 18px;
    color: #999;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.right_panel_productbox .tab-content {
    padding: 43px 0px;
    width: 100%;
}

.product_box_wrap {
    margin-bottom: 15px;
    padding: 0px;
    border: 1px solid #ddd;
    background-color: #fff;
    /*min-height: 273px;*/
    max-height: 273px;
    position: relative;
    background-image: url(../images/product_bg.png);
}

.product_box_wrap .inner_product_box_wrap {
    display: block;
    padding: 15px;
    /*margin: 18px; */
    min-height: 233px;
}

.product_box_wrap .product_box_thumb {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.product_box_wrap .product_box_thumb img {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    /*max-width:145px; */
    min-height: 145px;
    /*max-height:145px;*/
    min-height: 145px;
    border: 1px solid transparent;
}

.product_box_wrap .product_box_content {
    padding: 15px 0px 0px 0px;
    margin: 0px;
}

.product_box_wrap .product_box_content h3 {
    margin-bottom: 3px;
    margin-top: 0px;
    color: #333;
    font-weight: 300;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    text-transform: capitalize;
}

.product_box_wrap .product_box_content a {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #999;
    font-weight: 400;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
}

.product_box_wrap:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.23);
    cursor: pointer;
}

.product_box_wrap:hover .inner_product_box_wrap {
    /*border: 1px solid #ddd;*/
}

.right_panel_productbox .tab-content .col-sm-4 {
    padding-left: 0px;
    padding-right: 7px;
}

.product_box_wrap .new_product_label {
    background: #4dbb80 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: 0;
    padding: 1px 20px 1px 20px;
    position: absolute;
    top: 5px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    left: -12px;
}

.product_box_wrap .new_product_label::after {
    border-color: #999 #999 transparent transparent;
    border-style: solid;
    border-width: 5px;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 1px;
}

.right_panel_productbox .nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
    border-bottom: 2px solid #0f62ac;
    color: #0f62ac;
}

.right_panel_productbox .nav-tabs > li > a {
    border: none;
}


/*===========product_detail_page css=============*/

.product_detail_page {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #000;
    position: relative;
    z-index: 100;
    clear: both;
}

.left_pd_part {
    margin: 0px;
    padding-top: 79px;
}

.right_pd_part {
    margin: 0px;
    padding-top: 17px;
}

.left_pd_part,
.right_pd_part img {
    width: 100%;
}

.left_pd_part h1 {
    font-size: 47px;
    color: #fff;
    margin-top: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
}

.left_pd_part h2 {
    font-size: 63px;
    color: #fff;
    margin-top: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
}

.left_pd_part p {
    font-size: 14px;
    color: #fff;
    margin-top: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
    letter-spacing: 11px;
}

.product_detail_page::after {
    background: #000 none repeat scroll 0 0;
    bottom: -300px;
    content: "";
    height: 300px;
    left: 0;
    position: absolute;
    transform: skew(-85.8deg);
    transform-origin: left top 0;
    width: 100%;
    z-index: 1;
}

.pd_detail_content {
    width: 100%;
    margin: 0px;
    padding: 70px 0px 0px;
    background-color: #fff;
    position: relative;
}

.inner_pd_detail_content_top .pd_detail_content_right {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.inner_pd_detail_content_top .pd_detail_content_right_inner {
    margin: 0px;
    padding: 15% 0px 0px 0px;
    max-width: 65%;
}

.inner_pd_detail_content_top .pd_detail_content_right_inner h4 {
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
}

.inner_pd_detail_content_top .pd_detail_content_right_inner small {
    color: #999;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
}

.inner_pd_detail_content_top .pd_detail_content_right_inner p {
    color: #666;
    margin-top: 27px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.inner_pd_detail_content_top .pd_detail_content_left {
    margin-top: -11%;
    padding: 0px;
    z-index: 113;
    position: relative;
}

.inner_pro_del_wrap .slick-prev {
    right: 3.7%;
}

.pd_awward {
    margin-top: 0px;
    padding-top: 10%;
}

.pd_awward ul {
    margin: 0px;
    padding-top: 30px;
    list-style-type: none;
}

.pd_awward p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
}

.pd_awward ul li {
    float: left;
    margin-right: 15px;
}

.pd_awward h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    font-family: "Oswald", ;
    font-weight: normal;
}

.fascia_color {
    width: 100%;
    margin-top: 55px;
    padding: 0px;
}

.fascia_color h4 {
    color: #333;
    font-size: 14px;
    margin-bottom: 27px;
    margin-top: 0px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.fascia_color ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.fascia_color ul li {
    float: left;
    margin-right: 30px;
}

.fascia_color ul li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    filter: drop-shadow(1px 2px 1px #5c5c5c);
}

.inner_pd_detail_content_top {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
}

.inner_pd_detail_content_bottom {
    width: 100%;
    margin-top: 100px;
    padding: 0px;
    display: inline-block;
    clear: both;
}

.inner_pd_detail_content_bottom .pd_detail_content_right {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.inner_pd_detail_content_bottom .pd_detail_content_right_inner {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

.inner_pd_detail_content_bottom .pd_detail_content_right_inner h4 {
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
}

.inner_pd_detail_content_bottom .pd_detail_content_right_inner small {
    color: #999;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
}

.inner_pd_detail_content_bottom .pd_detail_content_right_inner p {
    color: #666;
    margin-top: 27px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.inner_pd_detail_content_bottom .pd_detail_content_left {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 33px;
    left: 0px;
    z-index: 100;
}

.shape_world {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    min-height: 800px;
}

.shape_world::after {
    background: #fff none repeat scroll 0 0;
    top: 0px;
    content: "";
    height: 300px;
    left: 0;
    position: absolute;
    transform: skew(-79.0deg);
    transform-origin: left top 0;
    width: 100%;
    z-index: 1;
}

.inner_shape_world {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: center;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.inner_shape_world h1 {
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 50px;
}

.inner_shape_world p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.wtch_vdo {
    background-color: #3f823a;
    color: #fff;
    font-weight: 400;
    margin-top: 0px;
    font-size: 14px;
    text-align: center;
    padding: 9px 0px;
    min-width: 200px;
    border: none;
    border-radius: 25px;
}

.lghtandshad {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    position: relative;
}


/*.lghtandshad::before {
  background: rgba(0, 0, 0, 0) url("../images/lght.png") no-repeat center top;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
*/

.lghtandshad_content {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: center;
    max-width: 700px;
}

.lghtandshad_thumb {
    margin-top: -3%;
    margin-bottom: 77px;
}

.lghtandshad_content h1 {
    font-size: 25px;
    color: #333;
    margin-top: 0px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.lghtandshad_content p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    font-family: "Raleway", sans-serif;
}

.about_page_banner_wrap {
    background-image: url("../images/slider/about-top-banner.jpg");
    background-repeat: no-repeat;
    background-size: 60%;
    height: auto;
    margin: 0;
    min-height: 530px;
    padding: 0;
    position: relative;
    width: 100%;
}
.about_left_lyr_img {
	width:50%;
}
.right_text_abttitle {
    max-width: 8.5%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 90;
    background-color: #f7f9fb;
    min-height: 290px;
    width: 100%;
}

.right_text_abttitle h1 {
    top: 71%;
    color: rgba(204, 204, 204, 0.7);
    font-size: 118px;
    font-style: normal;
    font-weight: 500;
    right: -55%;
    line-height: 175px;
    font-weight: 500;
    display: block;
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: right left;
    white-space: nowrap;
}

.about_page_content {
    width: 100%;
    margin: 0px;
    padding: 50px 0px;
    background-color: #f7f9fb;
}

.about_page_content_title {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
}

.about_page_content_title h1 {
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

.bg-gray {
    background-color: #f7f9fb;
}

.about_page_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-weight: 300;
}

.about_page_tab_wrap {
    width: 100%;
    margin: 0px;
    padding: 30px 0px;
    background-color: #f7f9fb;
    overflow: hidden;
}


/*.inner_about_page_tab_wrap .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: currentcolor currentcolor #2fbc70;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #2fbc70;
}*/

.inner_about_page_tab_wrap .nav-tabs > li > a {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    border: none;
}

.inner_about_page_tab_wrap > .nav > li > a:hover,
.nav > li > a:focus {
    background-color: #F7F9FB;
    border-bottom: 2px solid #2fbc70;
    color: #2fbc70;
}

.inner_about_page_tab_wrap .tab-content {
    padding: 80px 0px 40px 0px;
    width: 100%;
}

.inner_about_page_tab_wrap .nav-tabs {
    text-align: center;
}

.inner_about_page_tab_wrap > .nav-tabs > li,
.nav-pills > li {
    display: inline-block;
    float: none;
}

.inner_about_page_tab_wrap > .nav > li > a {
    padding: 10px 47px;
}

.philosophy_wrap {
    width: 100%;
    margin: 0px auto;
    max-width: 635px;
}

.philosophy_wrap_txt {
    padding: 0px;
    width: 100%;
    margin: 0px auto;
    max-width: 450px;
}

.philosophy_wrap_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-weight: 300;
    margin-bottom: 70px;
}

.philosophy_wrap_single_box_left {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.philosophy_wrap_single_box_left img {
    width: 100%;
    position: relative;
}

.philosophy_content_left {
    position: absolute;
    max-width: 500px;
    top: 22%;
    bottom: 20%;
    left: -25%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
    padding: 53px 100px 30px 66px;
}

.philosophy_feature_tab_box {
    margin: 0px;
    padding: 0px;
}

.philosophy_feature_tab_box img {
    margin-bottom: 30px;
    width: inherit;
}

.philosophy_feature_tab_box h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.philosophy_feature_tab_box p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 0px;
    text-align: justify;
}

.philosophy_wrap_single_box_right {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.philosophy_wrap_single_box_right img {
    width: 100%;
    position: relative;
}

.philosophy_content_right {
    position: absolute;
    max-width: 500px;
    top: 22%;
    bottom: 20%;
    right: -25%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
    padding: 35px 100px 30px 66px;
}

.philosophy_feature_tab_box {
    margin: 0px;
    padding: 0px;
}

.philosophy_feature_tab_box img {
    margin-bottom: 20px;
    width: inherit;
}

.philosophy_feature_tab_box h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.philosophy_feature_tab_box p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 0px;
    text-align: justify;
}

.review {
    width: 100%;
    margin: 0px;
    padding: 130px 0px;
    background-image: url(../images/testbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner_review_box {
    width: 100%;
    margin: 0px auto;
    max-width: 550px;
    padding: 0px;
}

.inner_review_box_title {
    margin-bottom: 50px;
    text-align: center;
}

.inner_review_box_title i {
    color: #fff;
    font-size: 73px;
    clear: both;
    margin-bottom: 50px;
}

.inner_review_box_title h1 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    margin: 0px;
}

.review_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0px;
}

.review_txt {
    margin-bottom: 50px;
}

.review_txt_footer {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.review_txt_footer label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.review_txt_footer p {
    color: #fff;
}

.review_slide .slick-prev {
    display: none!important;
}

.review_slide .slick-next {
    display: none!important;
}

.btm_footer {
    width: 100%;
    margin: 0px;
    padding: 10px 0px 3px;
    text-align: center;
}

.btn_social_media {
    margin: 0px auto;
    text-align: center;
}

.btn_social_media ul {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
}

.btn_social_media ul li {
    float: left;
    margin-right: 13px;
}

.btn_social_media ul li a {
    display: inline-block;
    width: 33px;
    height: 33px;
    color: #000;
    border-radius: 50%;
    border: 1px solid #000;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
}

.btn_social_media ul li a:hover {
    background-color: #022C49;
    border: 1px solid #022C49;
    color: #fff;
    text-decoration: none;
}

.footer {
    width: 100%;
    margin: 0px;
    padding: 95px 0px 60px;
    background-color: #022c49;
}

.foot_col {
    margin: 0px;
    padding: 0px;
}

.foot_col h3 {
    font-size: 14px;
    margin: 0px 0px 28px 0px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.foot_col ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.foot_col ul li {
    margin-bottom: 18px;
    padding: 0px;
}

.foot_col ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.quality_tab {
    margin: 0px;
    padding: 0px;
}

.quality_tab .quality_tab_thumb {
    margin: 0px;
    padding: 0px;
}

.quality_tab .quality_tab_thumb img {
    width: 100%;
}

.quality_tab_content {
    margin: 0px;
    padding: 0px;
}

.quality_tab_content p {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.susta_tab {
    margin: 0px;
    padding: 0px;
}

.susta_tab .susta_tab_thumb {
    margin: 0px;
    padding: 0px;
}

.susta_tab .susta_tab_thumb img {
    width: 100%;
}

.susta_tab_content {
    margin: 0px;
    padding: 0px;
}

.susta_tab_content p {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.susta_tab_link_list {
    margin: 0px;
    padding: 0px;
}

.susta_tab_link_list h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 24px;
    margin-top: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

.susta_tab_link_list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.susta_tab_link_list ul li {
    background-image: url("../images/list-style-type.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    font-size: 14px;
    padding-left: 17px;
    color: #999;
    margin-bottom: 10px;
}

.mar-top-35 {
    margin-top: 15px;
}

.single_susta_tab {
    width: 100%;
    margin: 0px;
    padding: 37px 0px;
    clear: both;
}

.spec {
    width: 100%;
    margin: 0px;
    padding: 150px 0px 50px;
    background-color: #fff;
    position: relative;
}

.inner_spec {
    position: relative;
    margin: 0px;
    padding: 45px;
    background-color: #000;
    height: 638px;
}

.spec_wrap {
    margin: 0 auto;
    min-height: 515px;
    position: relative;
    width: 100%;
    background-color: #000;
}

.spec-img img {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    padding-top: 6%;
}

.spec-img {
    width: 100%;
}

.spec-content {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(21, 166, 130, 1), rgba(70, 111, 184, 1)) repeat scroll 0 0;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 0px 0px;
    position: relative;
    min-height: 615px;
    margin-top: -12%;
    margin-left: 10%;
    padding: 0px 0% 0px 0%;
}

.spec-content h4 {
    font-size: 34px;
    font-weight: 500;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 13%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.37);
}

.spec-content ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px 11% 0px 13%!important;
}

.spec-content ul li {
    padding: 13px 0px;
    font-size: 14px;
    color: #fff;
}

.pro_detail_name {
    margin: 0px;
    padding-top: 23%;
}

.pro_detail_name h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

.related {
    width: 100%;
    margin: 0px;
    padding: 100px 0px;
    border-top: 2px solid #ddd;
    background-color: #fff;
}

.related_title {
    width: 100%;
    margin-bottom: 100px;
    padding: 0px;
}

.related_title h2 {
    font-size: 25px;
    color: #333;
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.related_slide .slick-prev {
    background-image: rgba(0, 0, 0, 0) url("../images/leftnav.png") no-repeat scroll center center;
}

.related_slide .slick-next {
    background-image: rgba(0, 0, 0, 0) url("../images/leftnav.png") no-repeat scroll center center;
}

.single_related_box {
    background-color: transparent;
    position: relative;
}

.single_related_box img {
    position: relative;
}

.single_related_box:hover.single_related_box img {
    filter: drop-shadow(20px 20px 18px rgba(5, 168, 110, 0.50));
}

.single_related_box_arrow {
    position: absolute;
    bottom: 25%;
    right: 20%;
}

.single_related_box_arrow a {
    width: 47px;
    height: 47px;
    color: #fff;
    background-color: rgba(15, 98, 172);
    line-height: 47px;
    font-size: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
}

.single_related_box:hover .single_related_box_arrow a {
    opacity: 1;
}

.single_related_box_content {
    width: 100%;
    margin: 0px;
    padding: 20px 0px 15px 0px;
    text-align: center;
}

.single_related_box_content h3 a {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}

.single_related_box_content h3 {
    margin: 0px;
    line-height: 23px;
}

.single_related_box_content p {
    font-size: 12px;
    color: #333;
    margin: 0px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.inner_about_page_tab_wrap > .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: transparent;
    color: #2fbc70;
    border-bottom: 2px solid #2fbc70;
}

.about_white_box {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 16%;
    left: 50%;
    z-index: 100;
}

.about_white_box_top_title {
    font-size: 37px;
    font-weight: 200;
    color: #333;
    margin: 0px 0px 15px 0px;
    font-family: 'Roboto', sans-serif;
}

.about_white_box_top_title span {
    padding: 5px 7px;
    background-color: #2fbc70;
    color: #fff;
}

.about_white_box_middle_title {
    font-size: 55px;
    font-weight: 500;
    color: #333;
    margin: 0px 0px 10px 0px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 65px;
}

.about_white_box_content {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    margin: 0px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
}

ul#timeline-menu {
    height: 50px;
    text-align: center;
}

ul#timeline-menu li {
    position: relative;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul#timeline-menu li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
    padding-top: 20px;
    color: black;
    font-weight: bold;
    border-bottom: 5px solid transparent;
}

ul#timeline-menu li a:hover {
    color: #EF693A;
    border-bottom: 5px solid #EF693A;
    font-weight: normal;
}

#timeline {
    width: 100%;
    margin: 00px auto;
    padding-bottom: 20px;
    position: relative;
}

#timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: transparent;
    border-left: 2px dashed #ddd;
    left: 50%;
    height: 100%;
    margin-left: -1.0px;
}

#timeline article {
    width: 100%;
    margin-bottom: 33px;
    margin-top: 33px;
    position: relative;
}

#timeline article:after {
    content: '';
    display: block;
    clear: both;
}

#timeline > article > div.panel {
    width: 47%;
    float: left;
    background: #FFF;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

#timeline > article > div.panel .panel-heading {
    padding: 5px 10px;
    margin: 0;
    font-size: 1.2em;
    background-color: #EF693A;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#timeline .time-tile_left {
    width: 50%;
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #000;
    font-family: "Oswald", sans-serif;
    margin-left: 2%;
    text-transform: uppercase;
}

#timeline .time-tile_left img {
    margin-left: 15px;
    margin-right: 0px;
}

#timeline .time-tile_right {
    width: 50%;
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #000;
    font-family: "Oswald", sans-serif;
    margin-left: 10%;
    text-transform: uppercase;
}

#timeline .time-tile_right img {
    margin-left: 15px;
    margin-right: 0px;
}

#timeline > article > div.panel .panel-heading .panel-title {
    color: #FFF;
}

#timeline > article > div.panel .panel-body {
    padding: 15px;
    position: relative;
}

#timeline article div.panel-body:after {
    content: '';
    position: absolute;
    top: 20px;
    right: -5px;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #FFF;
}

#timeline > article > div.panel .panel-body img {
    float: left;
    margin: 0 15px 15px 0;
}

#timeline > article > div.panel .panel-footer {
    padding: 15px;
    background-color: #EEE;
}

#timeline > article.inverted > div.panel {
    float: right;
}

#timeline > article.inverted > div.panel .panel-body:after {
    left: -5px;
}

#timeline > article.inverted > div.panel .panel-body img {
    float: right;
}

#timeline div[class*="group"],
#timeline article div.panel div.badge {
    display: block;
    text-align: center;
}

#timeline div[class*="group"] {
    margin: 0px auto;
    padding: 0px;
    border-radius: 0px;
    color: #FFF;
}

#timeline article div.panel div.badge {
    position: absolute;
    top: 33%;
    left: 50%;
    margin: 0 0 0 -5px;
    border-radius: 50%;
    font-size: 0.75em;
    width: 10px;
    height: 10px;
    background: #209958;
    color: #EF693A;
    padding: 0px;
}

#timeline article div.panel div.badge:last-child {
    background-color: #EF693A;
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px;
}

a.mylink {
    color: #EF693A;
    font-weight: bold;
}

a.mylink:hover {
    color: #DA3203;
}

#myTimeline {
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#timeline article div.panel div.badge-top:last-child {
    margin: 0 0 0 -12px;
}

#timeline article div.panel div.badge-top {
    left: 50%;
    margin: 0 0 0 -15px;
    position: absolute;
    top: -15px;
}

#timeline div[class*="group"],
#timeline article div.panel div.badge-top {
    display: block;
    text-align: center;
}

.main-box-timeline {
    position: relative;
}

.icon-bg {
    background-image: url(../images/time-line-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: 50%;
    top: 0px;
}

.contact_page_banner_wrap {
    background-image: url("../images/contact-top-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin: 0;
    min-height: 695px;
    padding: 0;
    position: relative;
    width: 100%;
}

.right_text_cnttitle {
    max-width: 14.5%;
    position: absolute;
    top: 10%;
    right: -16%;
    z-index: 90;
    min-height: 665px;
    width: 100%;
}

.right_text_cnttitle h1 {
    top: 50%;
    color: rgba(204, 204, 204, 0.7);
    font-size: 149px;
    font-style: normal;
    font-weight: 500;
    right: -76%;
    line-height: 175px;
    font-weight: 500;
    display: block;
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: right left;
    white-space: nowrap;
}

.contact_page_content {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 80px 0px;
    margin-top: -285px;
}

.inner_contact_page_wrap {
    width: 100%;
    margin: 0px auto;
    display: table;
    padding: 135px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    max-width: 950px;
}

.dropify-wrapper {
    background-color: #f6fafe;
    background-image: none;
    border: 1px dashed #a8c6e1;
    color: #777;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 200px;
    line-height: 22px;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    width: 100%;
}

.dropify-wrapper .dropify-message {
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.dropify-wrapper .dropify-message p {
    margin: 5px 0 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #555;
    font-weight: 200;
}

.dropify-wrapper input {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

.dropify-wrapper img {
    margin-bottom: 20px;
}

.dropify-wrapper h1 {
    font-size: 18px;
    color: #555;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin: 0px;
}

.contact-form {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.contact-form i {
    transform: rotate(-45deg);
    font-size: 30px!important;
}

.contact-form .btn-floating {
    background-color: #0f62ac;
    float: right;
}

.contact_page_area {
    position: relative;
    padding-top: 135px;
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
}

.contact_page_area h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.contact_page_area p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.designtops-1-wrap {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.lighitingandphisiology_bg {
    background-image: url("../images/Morning.png");
}

.warmlighting_bg {
    background-image: url("../images/choose_right_shape.png");
    background-position: 100% 12%;
}

.lighitingandphisiology_wrap {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.lighitingandphisiology_wrap h1 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px;
    margin-top: 0px;
}

.lighitingandphisiology_wrap p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.designtips_schedule_list {
    margin: 0px;
    padding: 0px;
}

.designtips_schedule_list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.designtips_schedule_list ul li {
    padding-left: 33px;
    background-image: url("../images/designtips_liststyletype.png");
    background-repeat: no-repeat;
    background-position: left 5px;
    margin-bottom: 23px;
}

.designtips_schedule_list ul li a {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.designtips_schedule_list ul li span {
    color: #555;
    font-weight: 500;
    font-size: 16px;
}

.designtops-2-wrap {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.angle_bg {
    background-image: url(../images/STANDARDSOFLIGHTLEVELS.png);
}

.standredlighting_bg {
    background-image: url(../images/STANDARDSOFLIGHTLEVELS.png);
}

.inner_designtops_wrap {
    width: 100%;
    margin: 0px;
    padding: 55px 0px 0px 0px;
}

.lighitlevel_wrap {
    width: 100%;
    margin: 0px 0px 35px 0px;
    padding: 0px;
}

.lighitlevel_wrap h1 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px;
    margin-top: 0px;
}

.lighitlevel_wrap p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.pt-zero {
    padding: 0px;
}

.designtops-3-wrap {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.quality_matt_bg {
    background-image: url(../images/quality_matters.png);
}

.lighitlevel_body_bg {
    background-image: url(../images/body_activity.png);
}

.inner_designtops3_wrap {
    width: 100%;
    margin: 0px;
    padding: 55px 0px 0px 0px;
}

.more_bulub_bg {
    background-image: url("../images/more_bulb.png");
    background-position: 100% 50%;
}

.life_lamp_bg {
    background-image: url("../images/life_lamp.png");
}

.minimal_heat_bio_bg {
    background-image: url("../images/more_bulb.png");
    background-position: 100% 50%;
}

.lighitlevel_body_wrap {
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding: 0px;
}

.lighitlevel_body_wrap h1 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px;
    margin-top: 0px;
}

.lighitlevel_body_wrap p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.lighitlevel_body_list_wrap {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.lighitlevel_body_list_wrap h1 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px;
    margin-top: 0px;
}

.lighitlevel_body_list_wrap p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    /*text-transform:capitalize;*/
    margin-bottom: 30px;
}

.hassle_free_lifestyle {
    width: 100%;
    margin: 0px 0px 50px;
    padding: 0px;
}

.hassle_free_lifestyle_thumb {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.hassle_free_lifestyle_thumb img {
    width: 100%;
}

.hassle_free_lifestyle_content {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 35px 0px;
}

.hassle_free_lifestyle_content h1 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px;
    margin-top: 0px;
}

.hassle_free_lifestyle_content p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    /*text-transform:capitalize; */
    margin-bottom: 30px;
}

.lighitlevel_wrap h2 {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 30px;
    margin-top: 0px;
}

.hassle_free_lifestyle_content small {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 15px;
    margin-top: 0px;
}

.solidity {
    margin-left: 8%!important;
}

.diffusers {
    margin-left: 18%!important;
}

.custom_soution {
    margin-left: 17%!important;
}

.designtips_schedule_list ul li span:hover {
    font-weight: bold;
    cursor: pointer;
    color: #2fbc70;
}

.lighitlevel_wrap h1:hover,
.lighitlevel_body_wrap h1:hover,
.lighitlevel_body_list_wrap h1:hover {
    font-weight: bold;
    cursor: pointer;
    color: #2fbc70;
}


/*home page banner*/

.home_page_banner_wrap {
    background-image: url("../images/about-top-banner.jpg");
    background-repeat: no-repeat;
    background-size: auto auto;
    height: auto;
    margin: 0;
    min-height: 666px;
    padding: 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.right_text_hometitle {
    background-color: #f7f9fb;
    max-width: 24.5%;
    min-height: 665px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 90;
}

.right_text_hometitle h1 {
    color: rgba(204, 204, 204, 0.3);
    display: block;
    font-size: 149px;
    font-style: normal;
    font-weight: 500;
    line-height: 175px;
    position: absolute;
    right: -47%;
    text-transform: uppercase;
    top: 21%;
    transform: rotate(-90deg);
    white-space: nowrap;
}

.new_product_area {
    width: 100%;
    margin: 0px;
    padding: 20px 0px;
    background-color: #f7f9fb;
    position: relative;
}

.right_text_new_product {
    background-color: #f7f9fb;
    max-width: 7.5%;
    min-height: 500px;
    position: absolute;
    left: -72px;
    top: -25px;
    width: 100%;
}

.right_text_new_product h1 {
    color: rgba(204, 204, 204, 0.7);
    display: block;
    font-size: 75px;
    font-style: normal;
    font-weight: 500;
    line-height: 93px;
    position: absolute;
    left: -100%;
    text-transform: uppercase;
    top: 33%;
    transform: rotate(-90deg);
    white-space: nowrap;
}

.new_product_innerwrap {
    width: 100%;
    position: relative;
    z-index: 91px;
}

.team-member {
    margin: 0 auto;
    min-height: 590px;
    position: relative;
    width: 97%;
}

.team-img img {
    /*max-height:365px; min-height:365px; max-width:365px;*/
}

.team-img {
    float: left;
    max-width: 50%;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(21, 166, 130, 0.9), rgba(70, 111, 184, 0.9)) repeat scroll 0 0;
    width: 100%;
    position: relative;
    padding: 9% 9%;
    box-shadow: 0px 0px 51px 0px rgba(91, 93, 94, 0.33);
}

.member-content {
    background-color: #fff;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 100px 50px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 46%;
    transform: translateY(-50%);
    font-family: "Raleway", sans-serif;
    width: 50%;
    z-index: 91;
    background-image: url(../images/star.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.single_new_product {
    width: 100%;
    text-align: center;
    padding: 0px 0px;
}

.member-content h4 {
    margin: 0px;
    line-height: 41px;
}

.member-content h4 a {
    color: #333;
    font-weight: 500;
    font-size: 31px;
    margin-bottom: 2px;
    margin-top: 0px;
}

.member-content h5 {
    color: #999;
    font-weight: 200;
    font-size: 21px;
    margin-bottom: 10px;
}

.member-content p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.member-content a {
    font-size: 14px;
    font-weight: 500;
    color: #0f62ac;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.indoor_lights_area {
    width: 100%;
    margin: 0px;
    padding: 115px 0px;
    position: relative;
    background-color: #f7f9fb;
}

.inner_indoor_lights_area_wrap {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.right_text_indoor_lights {
    background-color: #f7f9fb;
    max-width: 12.5%;
    min-height: 500px;
    position: absolute;
    right: -73px;
    top: -345px;
    width: 100%;
}

.right_text_indoor_lights h1 {
    color: rgba(204, 204, 204, 0.7);
    display: block;
    font-size: 93px;
    font-style: normal;
    font-weight: 500;
    line-height: 93px;
    position: absolute;
    left: -40%;
    text-transform: uppercase;
    top: 20%;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin: 0px;
}

.indoor_lights-content {
    padding-right: 67px;
}

.indoor_lights-content h4 a {
    color: #333;
    font-weight: 500;
    font-size: 31px;
    margin-bottom: 13px;
    margin-top: 0px;
}

.indoor_lights-content h5 {
    color: #999;
    font-weight: 200;
    font-size: 21px;
    margin-bottom: 10px;
}

.indoor_lights-content p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.indoor_lights-content a {
    font-size: 14px;
    font-weight: 500;
    color: #0f62ac;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.inner_indoor_right_part_wrap {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(21, 166, 130, 0.9), rgba(70, 111, 184, 0.9)) repeat scroll 0 0;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.indoor_product_area {
    padding-left: 0;
    padding-top: 0px;
    position: relative;
    left: -39px;
    transition: all 200ms linear 0s;
    box-shadow: 0px 0px 21px 0px rgba(91, 93, 94, 0.33);
    z-index: 5;
    bottom: -39px
}

.single_indoorlight_product_left {
    width: 100%;
    border-right: 2px solid #ddd;
    background-color: #fff;
    padding: 39px 20px;
    text-align: center;
}

.single_indoorlight_product_left h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px 39px;
    text-align: left;
    font-size: 18px;
}

.single_indoorlight_product_left h3 a {
    color: #333;
    text-transform: uppercase;
}

.single_indoorlight_product_left img {
    text-align: center;
    max-height: 186px;
    min-height: 186px;
}

.single_indoorlight_product_right {
    width: 100%;
    border-right: 2px solid #ddd;
    background-color: #fff;
    padding: 39px 20px;
    text-align: center;
}

.single_indoorlight_product_right h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 39px 0px 0px;
    text-align: right;
    font-size: 18px;
}

.single_indoorlight_product_right h3 a {
    color: #333;
    text-transform: uppercase;
    font-size:
}

.single_indoorlight_product_right img {
    text-align: center;
    max-height: 186px;
    min-height: 186px;
}

.indoor_lights .slick-slide {
    margin: 0px;
}

.right_indoor {
    position: absolute;
    bottom: -20%;
    left: -25%;
    z-index: 99;
}

.indoor_product_btn {
    bottom: -19%;
    left: 39%;
    position: absolute;
    z-index: 100;
}

.outdoor_lights_area {
    width: 100%;
    margin: 0px;
    padding: 200px 0px;
    position: relative;
}

.inner_outdoor_lights_area_wrap {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.right_text_outdoor_lights {
    background-color: #f7f9fb;
    max-width: 14.5%;
    min-height: 500px;
    position: absolute;
    left: -80px;
    top: -125px;
    width: 100%;
}

.right_text_outdoor_lights h1 {
    color: rgba(204, 204, 204, 0.7);
    display: block;
    font-size: 75px;
    font-style: normal;
    font-weight: 500;
    line-height: 93px;
    position: absolute;
    right: -113%;
    text-transform: uppercase;
    top: 26%;
    transform: rotate(-90deg);
    white-space: nowrap;
}

.outdoor_lights-content {
    padding-left: 67px;
}

.outdoor_lights-content h4 a {
    color: #333;
    font-weight: 500;
    font-size: 31px;
    margin-bottom: 13px;
    margin-top: 0px;
}

.outdoor_lights-content h5 {
    color: #999;
    font-weight: 200;
    font-size: 21px;
    margin-bottom: 10px;
}

.outdoor_lights-content p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.outdoor_lights-content a {
    font-size: 14px;
    font-weight: 500;
    color: #0f62ac;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.inner_outdoor_right_part_wrap {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(21, 166, 130, 0.9), rgba(70, 111, 184, 0.9)) repeat scroll 0 0;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.outdoor_product_area {
    padding-left: 0;
    padding-top: 0px;
    position: relative;
    right: -39px;
    transition: all 200ms linear 0s;
    z-index: 5;
    box-shadow: 0px 0px 21px 0px rgba(91, 93, 94, 0.33);
    bottom: -39px
}

.single_outdoorlight_product_left {
    width: 100%;
    border-right: 2px solid #ddd;
    background-color: #fff;
    padding: 39px 20px;
    text-align: center;
}

.single_outdoorlight_product_left h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px 39px;
    text-align: left;
    font-size: 18px;
}

.single_outdoorlight_product_left h3 a {
    color: #333;
    text-transform: uppercase;
}

.single_outdoorlight_product_left img {
    text-align: center;
    /*max-width:186px; min-height:186px;*/
}

.single_outdoorlight_product_right {
    width: 100%;
    border-right: 2px solid #ddd;
    background-color: #fff;
    padding: 39px 20px;
    text-align: center;
}

.single_outdoorlight_product_right h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 39px 0px 0px;
    text-align: right;
    font-size: 18px;
}

.single_outdoorlight_product_right h3 a {
    color: #333;
    text-transform: uppercase;
}

.single_outdoorlight_product_right img {
    text-align: center;
    max-height: 186px;
    min-height: 186px;
}

.outdoor_lights .slick-slide {
    margin: 0px;
}

.right_outdoor {
    position: absolute;
    bottom: -35%;
    right: -15%;
    z-index: 99;
}

.outdoor_product_btn {
    bottom: -19%;
    left: 52%;
    position: absolute;
    z-index: 100;
}

.ind_lights_area {
    width: 100%;
    margin: 0px;
    padding: 200px 0px;
    position: relative;
    overflow: hidden;
}

.inner_ind_lights_area_wrap {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.right_text_ind_lights {
    background-color: #f7f9fb;
    max-width: 12.5%;
    min-height: 500px;
    position: absolute;
    right: -73px;
    top: -371px;
    width: 100%;
}

.right_text_ind_lights h1 {
    color: rgba(204, 204, 204, 0.7);
    display: block;
    font-size: 93px;
    font-style: normal;
    font-weight: 500;
    line-height: 93px;
    position: absolute;
    left: -40%;
    text-transform: uppercase;
    top: 20%;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin: 0px;
}

.ind_lights-content {
    padding-right: 67px;
}

.ind_lights-content h4 a {
    color: #333;
    font-weight: 500;
    font-size: 31px;
    margin-bottom: 13px;
    margin-top: 0px;
}

.ind_lights-content h5 {
    color: #999;
    font-weight: 200;
    font-size: 21px;
    margin-bottom: 10px;
}

.ind_lights-content p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.ind_lights-content a {
    font-size: 14px;
    font-weight: 500;
    color: #0f62ac;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.inner_ind_right_part_wrap {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(21, 166, 130, 0.9), rgba(70, 111, 184, 0.9)) repeat scroll 0 0;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.ind_product_area {
    padding-left: 0;
    padding-top: 0px;
    position: relative;
    left: -39px;
    transition: all 200ms linear 0s;
    z-index: 5;
    bottom: -39px
}

.single_indlight_product_left {
    width: 100%;
    border-right: 2px solid #ddd;
    background-color: #fff;
    padding: 39px 20px;
    text-align: center;
}

.single_indlight_product_left h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 39px;
    text-align: left;
}

.single_indlight_product_left h3 a {
    font-size: 18px;
    color: #333;
}

.single_indlight_product_left img {
    text-align: center;
    max-height: 186px;
    min-height: 186px;
}

.single_indlight_product_right {
    width: 100%;
    border-right: 2px solid #ddd;
    background-color: #fff;
    padding: 39px 20px;
    text-align: center;
}

.single_indlight_product_right h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin: 0px;
    padding: 39px 0px 0px;
    text-align: right;
}

.single_indlight_product_right h3 a {
    font-size: 18px;
    color: #333;
}

.single_indlight_product_right img {
    text-align: center;
}

.indoor_lights .slick-slide {
    margin: 0px;
}

.right_ind {
    position: absolute;
    bottom: -20%;
    left: -25%;
    z-index: 99;
}

.ind_product_btn {
    bottom: -19%;
    left: 39%;
    position: absolute;
    z-index: 100;
}

.brochure {
    width: 100%;
    margin: 0px;
    padding: 97px 0px;
    position: relative;
    min-height: 650px;
}

.inner_brochure_wrap {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.20);
    padding: 57px 57px 27px;
    position: relative;
    max-width: 1000px;
    margin: 0px auto;
}

.brochur_wrap::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(21, 166, 130, 0.9), rgba(70, 111, 184, 0.9)) repeat scroll 0 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2) inset;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}

.brochur_wrap {
    width: 100%;
    display: inline-flex;
}

.right_text_brocure {
    max-width: 14.5%;
    min-height: 718px;
    position: absolute;
    left: -125px;
    top: -75px;
    z-index: 111;
    width: 100%;
}

.right_text_brocure h1 {
    color: rgba(204, 204, 204, 0.3);
    display: block;
    font-size: 53px;
    font-style: normal;
    font-weight: 500;
    line-height: 63px;
    position: absolute;
    right: 0%;
    text-transform: uppercase;
    top: 42%;
    transform: rotate(-89deg);
    white-space: nowrap;
    margin: 0px;
}

.brochure_thumb {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.brochure_thumb img {
    width: 100%;
}

.brochure_content {
    width: 100%;
    margin: 0px;
    padding-top: 18%;
}

.brochure_content h2 {
    font-weight: 300;
    color: #000;
    font-size: 24px;
    margin-bottom: 7px;
    margin-top: 0px;
    text-transform: uppercase;
}

.brochure_content h3 {
    font-weight: 500;
    color: #000;
    font-size: 26px;
    margin-bottom: 13px;
    margin-top: 0px;
    text-transform: uppercase;
}

.brochure_content p {
    font-size: 14px;
    color: #999;
    margin: 0px;
}

.brocure-btn {
    background-color: #036eb6;
    font-size: 14px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-align: center;
    padding: 10px 34px;
    border-radius: 23px;
    border: none;
    margin-top: 30px;
}

.home_inner_page_inq {
    width: 100%;
    margin: 0px auto;
    max-width: 450px;
}

.home_page_inq {
    padding: 100px 0px;
    width: 100%;
    margin: 0px;
}

.home_page_inq h3 {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    margin-bottom: 50px;
    margin-top: 0px;
    text-transform: uppercase;
    text-align: center;
}

.home_page_inq h3 span {
    font-weight: 600;
}

.home_inner_page_inq .input-field label {
    font-size: 14px!important;
    color: #999;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
}

.home_inqbtn {
    background-color: #036eb6;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-align: center;
    padding: 10px 34px;
    border-radius: 23px;
    border: none;
    margin-top: 30px;
}

.about_white_box::before {
    background: #015198 none repeat scroll 0 0;
    content: "";
    height: 75px;
    right: 15%;
    position: absolute;
    bottom: -23%;
    width: 1px;
}

.about_white_box::after {
    background: #07A970 none repeat scroll 0 0;
    content: "";
    height: 100px;
    right: 18%;
    position: absolute;
    bottom: -15%;
    width: 1px;
}

.bg-rose-gold {
    background-color: #f8f5f5;
}

.indoor_product_area::before,
.ind_product_area::before {
    background: #015198 none repeat scroll 0 0;
    bottom: -5%;
    content: "";
    height: 37px;
    position: absolute;
    right: 15%;
    width: 1px;
    z-index: 786;
}

.indoor_product_area::after,
.ind_product_area::after {
    background: #07a970 none repeat scroll 0 0;
    bottom: -7%;
    content: "";
    height: 50px;
    position: absolute;
    right: 16%;
    width: 1px;
    z-index: 786;
}

.outdoor_product_area:before {
    background: #015198 none repeat scroll 0 0;
    bottom: -5%;
    content: "";
    height: 37px;
    position: absolute;
    left: 16%;
    width: 1px;
    z-index: 786;
}

.outdoor_product_area:after {
    background: #07a970 none repeat scroll 0 0;
    bottom: -1%;
    content: "";
    height: 50px;
    position: absolute;
    left: 15%;
    width: 1px;
    z-index: 786;
}

.new_cnt_bg {
    background-image: url("../images/cnt_bg.png");
}

.contact_area_wrap {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 80px 0px;
    margin-top: -285px;
}

.inner_contact_area_wrap {
    width: 100%;
    margin: 0px auto;
    display: table;
    padding: 0px;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    max-width: 950px;
}

.left_cnt_wrap {
    padding: 57px;
    background-color: #fff;
    display: table;
    width: 100%;
}

.right_cnt_wrap {
    padding: 30px 57px 30px;
    background-color: #0f62ac;
    display: table;
    width: 100%;
    background-image: url("../images/star.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.padd-zero {
    padding: 0px;
}

.left_cnt_head {
    width: 100%;
    margin-bottom: 33px;
    padding: 0px;
}

.send_msg_title {
    font-size: 25px;
    font-weight: 500;
    color: #1065aa;
    font-family: "Roboto", sans-serif;
}

.right_send_msg_title {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.right_cnt_head {
    width: 100%;
    margin-bottom: 33px;
    padding: 0px;
    display: inline-block;
}

.foot_contact {
    margin: 0;
    padding: 0;
    width: 100%;
}

.single_foot_contact {
    clear: both;
    display: table;
    margin-bottom: 13px;
}

.contact_icon {
    display: table-cell;
    padding-right: 10px;
    padding-top: 5px;
    width: 33px;
}

.contact_content {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
}

.contact_icon i {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.foot_social {
    margin-top: 57px;
    padding: 0;
    width: 100%;
}

.foot_social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.foot_social ul li {
    float: left;
    margin-right: 17px;
}

.foot_social ul li a {
    color: #fff;
    font-size: 23px;
}

.foot_social ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.indoor_lights .slick-prev {
    bottom: -10%;
    top: inherit;
    left: 39%;
    height: 56px;
    background-image: url("../images/homepageproductarrow_left.png");
    background-repeat: no-repeat;
}

.indoor_lights .slick-next {
    bottom: -10%;
    top: inherit;
    right: 44%;
    height: 56px;
    background-image: url("../images/homepageproductarrow_right.png");
    background-repeat: no-repeat;
}

.indoor_lights .slick-arrow {
    z-index: 125;
}

.quality_tab_content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    margin-top: 0;
    text-transform: uppercase;
}

#timeline .panel-body p {
    font-size: 14px;
    line-height: 24px;
}

.green-font {
    color: #2FBC70;
}

.left_series_filter > ul > li:hover > a,
.left_series_filter > ul > li.active > a {
    color: #00A462;
    font-weight: bold;
}

.accordion > ul > li > .submenu > li:hover > a,
.accordion > ul > li > .submenu > li.active > a {
    color: #00A462;
}

.member-content h3 {
    color: #999;
    margin: 0px;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 7px;
}

@media (max-width: 1920px) {
    .banner_container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}