@font-face {
    font-family: 'ubuntubold';
    src: url(../fonts/ubuntu-bold-webfont.woff2) format('woff2'), url(../fonts/ubuntu-bold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url(../fonts/ubuntu-regular-webfont.woff2) format('woff2'), url(../fonts/ubuntu-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'uni_neueheavy';
    src: url(../fonts/fontfabric_-_unineueheavy-webfont.woff2) format('woff2'), url(../fonts/fontfabric_-_unineueheavy-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'uni_neuelight';
    src: url(../fonts/fontfabric_-_unineuelight-webfont.woff2) format('woff2'), url(../fonts/fontfabric_-_unineuelight-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

a,
body,
br,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
label,
li,
p,
span,
textarea,
ul {
    padding: 0;
    margin: 0
}

:focus,
a,
img,
input {
    outline: 0
}

.menuTriger,
.searchTrigger,
.topSearchBtn {
    cursor: pointer
}

body {
    font-family: Ubuntu, sans-serif
}

a,
input {
    text-decoration: none
}

img {
    border: 0
}

b,
strong {
    font-weight: inherit
}

ul {
    list-style-type: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clear {
    clear: both;
    line-height: 0 !important;
    font-size: 0 !important;
    height: 0 !important
}

.addAnimate {
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in-out
}

.removeAnimate {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in-out
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.transition {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.transition2 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.transition3 {
    -webkit-transition: all 12s ease-in-out;
    -moz-transition: all 12s ease-in-out;
    -o-transition: all 12s ease-in-out;
    transition: all 12s ease-in-out
}

.transition4 {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out
}

.zoom {
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important
}

.zoomOut {
    -webkit-transform: scale(1) rotate(0) !important;
    transform: scale(1) rotate(0) !important
}

.fadeOut {
    opacity: 0;
    top: 200px
}

.fadeIn {
    opacity: 1 !important;
    top: 0
}

.delay {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.delay2 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

#header {
    position: fixed;
    height: 76px;
    display: block;
    width: 100%;
    background: #fff;
    z-index: 9;
    text-align: center;
    padding: 0;
    -webkit-box-shadow: 0 1px 9px -1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 9px -1px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 9px -1px rgba(0, 0, 0, .5);
    top: 0
}

.header_left {
    float: left;
    height: 100%;
    margin-left: 28px;
    position: relative
}

.header_right,
.right-part-nav {
    float: right;
    height: 100%
}

.right-part-nav {
    display: inline-block
}

.header_right ul:after,
.topSearch:after {
    display: block;
    content: '';
    clear: both
}

.header_right ul {
    height: 100%
}

.header_right ul li {
    float: left;
    height: 100%;
    padding: 0 15px
}

.header_right ul li:last-child {
   
}

.vertical_middle .topSearch {
    width: 0;
    overflow: hidden;
    height: 26px;
    position: relative;
    background: #fff
}

.topSearchFild {
    border: 0;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    padding: 5px 10px;
    float: left;
    position: relative;
    z-index: 1
}

.topSearchBtn {
    border: 0;
    background: url(../images/search-icon.png) 100% 0 no-repeat #fff;
    width: 40px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.vertical_middle,
.vertical_middle:before {
    height: 100%;
    vertical-align: middle
}

.vertical_middle:before {
    content: '';
    display: inline-block
}

.vertical_middle>* {
    display: inline-block;
    vertical-align: middle
}

.searchTrigger {
    background: url(../images/search-icon.png) no-repeat;
    padding-left: 40px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 500
}

.menuTriger>strong {
    width: 130px;
    height: 27px;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    text-align: left;
    position: relative
}

.menuTriger>strong:before {
    content: 'Explore Menu';
    position: absolute;
    left: 37px;
    top: 6px;
    font-size: 14px;
    font-weight: 400
}

.menuTriger.menuTrigerActive {
    background: #fff
}

.menuTriger.menuTrigerActive>strong:before {
    color: #fff
}

.tataLogoMob {
    display: none
}

.menuTriger .lines,
.menuTriger .lines:after,
.menuTriger .lines:before {
    display: inline-block;
    height: 2px;
    background: #000;
    border-radius: .28571rem;
    transition: .3s;
    width: 27px
}

.menuTriger .lines {
    position: relative
}

.menuTriger .lines:after,
.menuTriger .lines:before {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: .28571rem center;
    transform-origin: .28571rem center
}

.menuTriger:hover .lines {
    margin-left: -10px
}

.menuTriger:hover .lines:after,
.menuTriger:hover .lines:before {
    left: 10px
}

.menuTriger .lines:before {
    top: 5px
}

.menuTriger .lines:after {
    top: -5px
}

.menuTriger strong.close span.lines {
    background: 0 0
}

.menuTriger strong.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    background: #fff
}

.menuTriger strong.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background: #fff
}

.menuTriger strong.close .lines:after,
.menuTriger strong.close .lines:before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 27px
}

.navHolder {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    z-index: 5;
    background: url(../images/menuBg.jpg) 50% 50% no-repeat;
    background-size: cover;
    opacity: 1;
    overflow: hidden;
    text-align: center
}

.navHolder>div.topNav {
    overflow: auto;
    height: 100%;
    margin-top: 70px;
    padding-top: 40px;
    margin-bottom: 50px
}

.topNav nav {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto
}

.topNav nav:after {
    content: '';
    display: block;
    clear: both
}

.topNav nav section {
    float: left;
    width: 28%;
    text-align: left;
    color: #fff;
    padding-left: 115px;
    margin-right: 8%
}

.topNav nav section:last-of-type {
    margin-right: 0
}

.topNav nav section>strong {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    position: relative;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative
}

.topNav nav section>strong a {
    font-size: 18px;
    color: #fff
}

.topNav nav section>strong img {
    position: absolute;
    left: -115px;
    top: 0
}

.topNav nav section ul {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(150, 150, 150, .6)
}

.topNav nav section ul:last-of-type {
    border-bottom: 0 solid rgba(150, 150, 150, .6)
}

.topNav nav section ul li {
    position: relative;
    padding-left: 0;
    margin-bottom: 5px
}

.topNav nav section ul li strong {
    font-size: 15px;
    font-weight: 700;
    display: block;
    padding-bottom: 5px
}

.topNav nav section ul li strong a {
    font-size: 15px;
    font-weight: 700
}

.sitemap,
.sitemap nav {
    margin: 0 auto;
    max-width: 1250px
}

.topNav nav section a {
    color: #fff;
    font-size: 13px
}

.topNav nav section ul li big {
    font-size: 13px;
    display: block
}

.topNav nav section ul li big~span {
    font-size: 12px;
    display: block;
    margin-top: 10px
}

.topNav nav section ul li big~span:before {
    content: '-';
    display: inline-block;
    padding-right: 3px
}

.topNav nav section ul li big~span a {
    font-size: 12px
}

.sitemap {
    padding: 55px 0 25px;
    border-bottom: 1px solid rgba(100, 100, 100, .5);
    width: 90%
}

.sitemap nav {
    width: 100%
}

.sitemap nav:after {
    content: '';
    display: block;
    clear: both
}

.sitemap nav section {
    float: left;
    width: 20%;
    text-align: left;
    color: #fff
}

.sitemap nav section>strong {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    position: relative;
    font-weight: 300;
    padding-bottom: 10px
}

.footer a,
.footer strong {
    display: inline-block;
    font-size: 14px;
    float: left
}

.sitemap nav section strong a {
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

.sitemap nav section ul {
    margin-bottom: 20px
}

.sitemap nav section ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 2px
}

.sitemap nav section ul li.hasSub a {
    color: #ccc !important;
    padding-left: 0 !important;
    font-size: 14px !important
}

.sitemap nav section ul li.hasSub:after {
    display: block !important
}

.sitemap nav section ul li.hasSub~li a {
    color: #bcbec0;
    padding-left: 10px;
    font-size: 12px
}

.sitemap nav section ul li.hasSub~li:after {
    display: none
}

.sitemap nav section ul li:after {
    content: '-';
    position: absolute;
    left: 0;
    top: 0
}

.sitemap nav section a {
    color: #ccc;
    font-size: 14px;
    line-height: 22px
}

.sitemap nav section a:hover {
    color: #ddd
}

.footer {
    padding: 30px 0 50px;
    text-align: left;
    width: 90%;
    max-width: 1250px;
    margin: 0 auto
}

.footer a {
    color: #fff;
    padding: 0 13px 0 10px;
    position: relative
}

.footer a.text-link:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0
}

.footer strong {
    color: #bcbec0;
    padding-top: 0
}

.lineHeading:after,
.lineHeading_black:after {
    width: 110px;
    height: 2px;
    display: block;
    margin-top: 15px;
    content: ''
}

.lineHeading,
.lineHeading_black {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.navHolderActive {
    opacity: 1;
    top: 0
}

.lineHeading {
    color: #fff
}

.lineHeading:after {
    background: #fff
}

.lineHeading_black {
    color: #000
}

.lineHeading_black:after {
    background: #000
}

.allindia,
.moreLink,
.moreLink:before {
    display: inline-block
}

.centerAlign {
    text-align: center
}

.centerAlign:after {
    margin: -1px auto 0
}

.leftAlign {
    text-align: left
}

.moreLink {
    color: #ffd200;
    font-size: 13px;
    font-style: italic;
    line-height: 12px
}

.moreLink:before {
    content: '';
    width: 32px;
    height: 12px;
    margin-right: 10px;
    background: url(../images/arrow.png) 100% 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.moreLink:hover:before {
    background: url(../images/arrow.png)
}

.allindia {
    float: left;
    padding-left: 10px
}

.allindia a {
    position: relative;
    display: block;
    height: 100%;
    padding: 1px 0 0 10px
}

.allindia a:after {
    content: '|';
    color: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.allindia a img {
    position: relative;
    display: block;
    margin: auto
}

.footerBg {
    background: #000 url(../images/footer.jpg) no-repeat 50% 0;
    background-size: cover
}

@media screen and (max-width:1030px) {
    .footer {
        padding: 30px 0 150px
    }
    .fadeOut {
        opacity: 1;
        top: 0
    }
    .navHolder>div.topNav {
        margin-top: 105px;
        width: 100%
    }
    .topNav nav {
        padding-bottom: 50px
    }
    .navHolder {
        z-index: 8;
        background: url(../images/menuBg-mob.jpg) 50% 50% no-repeat;
        background-size: cover
    }
}

@media screen and (max-width:1000px) {
    .vertical_middle .topSearch {
        width: 100%;
        overflow: visible;
        position: absolute;
        left: 0;
        top: 104px;
        height: 50px;
        border-top: 1px solid #ccc;
        display: none;
        padding: 15px 60px 0 15px
    }
    .topSearchFild {
        width: 100%;
        border: none
    }
    .topSearchBtn {
        top: 10px;
        right: 20px
    }
    .vertical_middle .topSearch:before {
        content: '';
        display: block;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 3px;
        -webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .9);
        -moz-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .9);
        box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .9)
    }
    .stClose {
        background: url(../images/close.png) no-repeat
    }
    .sitemap {
        display: none
    }
    .footer {
        text-align: center
    }
    .footer strong {
        display: block
    }
    .footerBg {
        background: #000 url(../images/footer-mob.jpg) no-repeat 50% 0;
        background-size: cover
    }
}

@media screen and (max-width:900px) {
    .topNav nav section {
        width: 47%;
        margin-right: 0
    }
    .topNav nav section:first-of-type {
        margin-right: 6%
    }
    .topNav nav section:last-of-type {
        margin-right: 0;
        clear: both
    }
    .topNav nav section:first-of-type ul:last-of-type {
        border-bottom: 1px solid rgba(150, 150, 150, .6)
    }
}

@media screen and (max-width:800px) {
    .lineHeading {
        font-size: 18px;
        font-weight: 500
    }
    .lineHeading:after {
        width: 70px;
        margin-top: 13px
    }
}

@media screen and (max-width:700px) {
    .header_left {
        margin-left: 10px
    }
    .header_left img {
        width: 100%;
        margin-top: 10px
    }
    .vertical_middle {
        vertical-align: middle;
        height: 40%;
        width: 120px
    }
    
    .menuTriger>strong {
        width: 27px
    }
    .menuTriger>strong:before {
        content: 'Explore Menu';
        position: absolute;
        left: -5px;
        font-size: 12px;
        top: 24px;
        text-align: center;
    }
    .searchTrigger {
        padding-left: 28px;
        background-size: 20px;
        height: 23px;
        line-height: 21px;
        font-size: 0;
        padding-top: 18px
    }
    .tataLogoMob {
        display: inline-block;
        vertical-align: middle
    }
    .tataLogoDes {
        display: none
    }
    .topNav nav section {
        width: 100%;
        margin-right: 0
    }
    .topNav nav section ul:last-of-type {
        border-bottom: 1px solid rgba(150, 150, 150, .6);
        min-height: 75px
    }
    .header_right ul li:first-child {
        width: 60px
    }
    .header_right ul li:last-child {
        width: 50px;
        float: right
    }
    .header_right ul li:nth-child(2) {
        border-left: 0 solid #ccc;
        width: 50px
    }
}

@media screen and (max-width:450px) {
    .footer {
        padding: 30px 0 100px
    }
    .searchTrigger {
        padding-left: 0;
        padding-top: 18px;
        background: url(../images/search-icon.png) 50% 0 no-repeat;
        background-size: 20px;
        height: 35px;
        font-size: 12px
    }
    .stClose {
        background: url(../images/close.png) 50% 0 no-repeat;
        background-size: 20px
    }
    .footer:after {
        content: '';
        display: block;
        clear: both
    }
    .footer a,
    .footer strong {
        float: none;
        display: inline-block;
        font-size: 13px
    }
    .allindia {
        float: none
    }
}

@media screen and (max-width:400px) {
    .topNav nav section {
        width: 100%
    }
}

@media screen and (max-width:350px) {
    .vertical_middle {
        vertical-align: middle;
        height: 40%;
        width: 120px
    }
}

.fp-section,
.fp-slides {
    z-index: 1;
    position: relative;
    overflow: hidden
}

#fp-nav ul li .fp-tooltip,
.fp-scrollable,
.fp-scroller,
.fp-section,
.fp-slides {
    overflow: hidden
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}

.fp-section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#fp-nav,
.fp-slidesNav {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    position: relative
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.top-area {
    height: 50px;
    position: relative
}

#cssmenu,
#cssmenu #menu-button,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button {
    display: none
}

#cssmenu {
    font-family: 'ubunturegular';
    background: 0 0;
    display: inline-block;
    float: left;
    height: 100%
}

#cssmenu>ul>li {
    float: left;
    position: relative
}

#cssmenu>ul>li:first-child,
#cssmenu>ul>li:nth-child(2) {
    background: 0 0;
    margin-left: 0
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right>ul>li {
    float: right
}

#cssmenu>ul>li>a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 31px 0;
    text-transform: uppercase;
    margin: 0 15px
}

#cssmenu ul ul li a,
#cssmenu ul ul li a:hover,
#cssmenu>ul>li:hover a {
    color: #FFF
}

.transition {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .35s ease;
    transition: all .35s ease
}

#cssmenu>ul>li>.hovercolor {
    position: absolute;
    width: 100%;
    height: 76px;
    left: 0;
    top: 0;
    background: #12a7ca;
    opacity: 0
}

#cssmenu>ul>li:hover>.hovercolor {
    top: 0;
    opacity: 1
}

#cssmenu>ul>li.active {
    box-shadow: inset 0 100px 0 0 rgba(40, 57, 90, 1);
    color: #FFF
}

#cssmenu>ul>li.has-sub>a {
    padding: 31px 0;
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 15px
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    background: #12a7ca;
    border-radius: 0;
    z-index: 2;
    border-top: 0 solid #fad05e
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu li:hover>ul {
    left: 0;
    top: 76px
}

#cssmenu li li:hover>ul {
    left: 0;
    top: 0
}

#cssmenu.align-right li:hover>ul {
    left: auto;
    right: 0
}

#cssmenu li:hover>ul>li {
    height: auto
}

#cssmenu ul ul ul {
    margin-left: 86%;
    top: 0;
    padding-bottom: 5px;
}

#cssmenu ul ul li:first-child>ul {
    top: 0px
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li a,
#cssmenu ul ul ul li a {
    margin: 0 18px;
    width: 167px;
    text-decoration: none;
    font-weight: 400;
    min-width: 167px;
    font-family: 'ubunturegular';
    line-height: 23px
}

#cssmenu ul ul li a {
    background: #12a7ca;
    font-size: 14px;
    border-top: 1px dotted #d4d4d4;
    padding: 8px 0;
    text-align: left
}

#cssmenu ul ul ul li a {
    background: #FFF;
    color: #464646;
    font-size: 14px;
    border-top: 1px dotted #d4d4d4 !important;
    padding: 5px 0;
    margin-top: 0 !important
}

#cssmenu ul ul li.has-sub>a:after,
#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    display: block;
    content: ''
}

#cssmenu ul ul li:last-child {
    margin-bottom: 10px
}

#cssmenu ul ul li:first-child a {
    border-radius: 0;
    margin-top: 0;
    border-top: 0
}

#cssmenu ul ul ul li:first-child a {
    border-radius: 0;
    margin-top: 7px !important;
    border-top: 0 !important
}

#cssmenu ul ul li:first-child a:hover,
#cssmenu ul ul li:last-child a,
#cssmenu ul ul li:last-child a:hover {
    border-radius: 0
}

#cssmenu ul ul li.one-li a,
#cssmenu ul ul li.one-li:last-child a {
    border-radius: 5px
}

#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover>a {
    color: rgba(255, 255, 255, .5)
}

#cssmenu ul ul li.has-sub>a:after {
    top: 16px;
    right: 11px;
    width: 8px;
    background: url(../images/arrow2.png) no-repeat 50% 50%;
    height: 8px
}

#cssmenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px
}

#cssmenu ul ul li.has-sub>a:before {
    top: 13px;
    right: 14px;
    width: 2px;
    height: 0px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu .nav-home,
#cssmenu>ul>li.social-facebook,
#cssmenu>ul>li.social-linkedin,
#cssmenu>ul>li.social-twitter,
#cssmenu>ul>li.social-youtube {
    display: none
}

#cssmenu ul ul:hover ul li a {
    background: #12a7ca;
}

@media screen and (max-width:1380px) {
    #cssmenu {
        padding: 0
    }
}

@media screen and (max-width:1365px) {
    #cssmenu {
        display: none
    }
    #cssmenu>ul>li.has-sub>a,
    #cssmenu>ul>li>a {
        padding: 15px 0
    }
    #cssmenu>ul>li>.hovercolor {
        height: 50px
    }
}

@media screen and (max-width:1200px) {
    #cssmenu>ul>li.has-sub>a {
        margin-left: 18px;
        margin-right: 18px
    }
}

@media screen and (max-width:1100px) {
    #cssmenu li:hover>ul,
    .nav-area {
        left: 0;
        top: 0
    }
    .nav-area {
        margin-top: 0;
        width: 100%;
        position: absolute;
        margin-left: 0
    }
    #cssmenu ul ul {
        border-top: none
    }
    #cssmenu ul ul li a {
        margin: 0
    }
}

@media screen and (max-width:800px) {
    .nav-area {
        left: 0;
        top: 0;
        margin-top: 0;
        width: 100%;
        position: absolute;
        margin-left: 0
    }
}

@media screen and (max-width:700px) {
    #cssmenu>ul>li {
        text-align: center;
        line-height: 30px
    }
    #cssmenu>ul>li>.facebook:before {
        content: "Facebook"
    }
    #cssmenu>ul>li>.twitter:before {
        content: "Twitter"
    }
    #cssmenu>ul>li>.youtube:before {
        content: "youtube"
    }
    #cssmenu>ul>li>.linkedin:before {
        content: "linkedin"
    }
}

@media all and (max-width:1100px),
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1280px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:1280px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px),
only screen and (min-device-pixel-ratio:2) and (max-width:1280px),
only screen and (min-resolution:192dpi) and (max-width:1280px),
only screen and (min-resolution:2dppx) and (max-width:1280px) {
    #cssmenu>ul>li.has-sub>a,
    #cssmenu>ul>li>a {
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        font-family: 'ubuntubold'
    }
    #cssmenu>ul>li.has-sub>a:hover,
    #cssmenu>ul>li:hover>a,
    #cssmenu>ul>li>a:hover {
        opacity: 1;
        color: #FFF
    }
    #cssmenu,
    #cssmenu ul li,
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%
    }
    #cssmenu ul,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before,
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu ul ul ul li a,
    #cssmenu>ul>li.has-sub>a,
    #cssmenu>ul>li>a {
        font-family: 'ubunturegular'
    }
    #cssmenu {
        background: #005f85
    }
    #cssmenu>ul>li:first-child,
    #cssmenu>ul>li:nth-child(2) {
        margin: 0 auto
    }
    #cssmenu>ul>li {
        background: 0 0;
        margin-left: 0
    }
    #cssmenu ul ul {
        background: #da2d36;
        border-radius: 5px
    }
    #cssmenu ul ul li:first-child>a:after {
        content: '';
        border: 0 solid transparent
    }
    #cssmenu ul ul li a:hover {
        background-color: transparent;
        border-color: transparent
    }
    #cssmenu>ul>li.has-sub>a,
    #cssmenu>ul>li:last-child,
    #cssmenu>ul>li:last-child a {
        border-bottom: 0 solid #FFF
    }
    #cssmenu>ul>li.has-sub>a {
        color: #FFF
    }
    #cssmenu>ul>li>a {
        color: #FFF;
        margin-left: 0
    }
    #cssmenu>ul>li {
        border-bottom: 1px solid #FFF
    }
    #cssmenu ul {
        width: 100%;
        position: absolute;
        margin-top: 50px;
        background: #da2d36;
        z-index: 2
    }
    #cssmenu ul#MainMenu {
        padding: 12px 0
    }
    #cssmenu.align-center>ul {
        text-align: left
    }
    #cssmenu li:hover>ul>li,
    #cssmenu ul ul li {
        height: auto
    }
    #cssmenu>ul>li {
        float: none;
        padding: 0;
        width: 96%;
        margin: 0 auto
    }
    #cssmenu ul ul li a,
    #cssmenu ul ul ul li a {
        padding-left: 0
    }
    #cssmenu ul ul li a,
    #cssmenu ul ul li:last-child a {
        color: #FFF;
        background: 0 0
    }
    #cssmenu ul ul li:hover a {
        border-bottom: 0 dotted #FFF
    }
    #cssmenu ul ul li.active>a,
    #cssmenu ul ul li:hover>a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu #menu-button:after,
    #cssmenu #menu-button:before {
        left: 9px;
        position: absolute;
        content: ''
    }
    #cssmenu #menu-button {
        display: block;
        padding: 24px;
        color: #ddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0
    }
    #cssmenu #menu-button:after {
        top: 23px;
        display: block;
        height: 11px;
        width: 30px;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd
    }
    #cssmenu #menu-button:before {
        top: 14px;
        display: block;
        height: 2px;
        width: 30px;
        background: #ddd
    }
    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 30px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    #cssmenu ul ul li a,
    #cssmenu ul ul ul li {
        border-top: 0 dotted #d4d4d4
    }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 30px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 50px;
        width: 100%;
        cursor: pointer
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button2:after,
    #cssmenu .submenu-button:before {
        background: #ddd;
        position: absolute;
        content: ''
    }
    #cssmenu .submenu-button:before {
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul li a {
        font-size: 13px;
        font-weight: 600;
        text-align: left;
        padding-left: 20px
    }
    #cssmenu ul ul li a:hover {
        font-size: 13px
    }
    #cssmenu ul ul li:first-child a:hover {
        border-top: 0 dotted #FFF
    }
    #cssmenu ul ul li ul li a {
        text-align: left;
        padding-left: 40px
    }
    #cssmenu>ul>li.has-sub>a,
    #cssmenu>ul>li>a {
        padding: 18px 5px
    }
    #cssmenu .nav-home {
        display: block
    }
    #cssmenu .submenu-button2 {
        position: absolute;
        z-index: 999;
        right: 6px;
        top: 0;
        display: block;
        height: 50px;
        width: 100%;
        cursor: pointer
    }
    #cssmenu .submenu-button2:after {
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block
    }
    #cssmenu ul ul .submenu-button2:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button2.submenu-opened2:after {
        background: #fff
    }
    #cssmenu .submenu-button2:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu .submenu-button2.submenu-opened2:before,
    .hovercolor {
        display: none
    }
    #cssmenu ul ul .submenu-button2:before {
        top: 12px;
        right: 16px
    }
    #cssmenu>ul>li.has-sub>a {
        padding: 20px 5px;
        text-transform: uppercase;
        margin-left: 0;
        margin-right: 0
    }
    #cssmenu ul ul ul li a {
        margin: 0;
        font-weight: 400;
        min-width: 167px;
        line-height: 23px;
        font-size: 11px;
        padding: 5px 0;
        width: 100%;
        border-top: 0 dotted #d4d4d4 !important;
        background: 0 0;
        color: #FFF
    }
    #cssmenu ul ul ul li a:hover {
        font-size: 11px
    }
    #cssmenu ul ul li:first-child ul {
        top: 5px
    }
    #cssmenu ul ul ul li:first-child a {
        margin-top: 0 !important
    }
    #cssmenu ul ul li:first-child a {
        margin-top: 0
    }
    #cssmenu ul ul li:last-child {
        margin-bottom: 0
    }
    #cssmenu ul li ul.second-level {
        margin-bottom: 10px
    }
    #cssmenu {
        padding: 0
    }
    #cssmenu>ul>li.active {
        box-shadow: none
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.vmh {
    vertical-align: middle;
    height: 100%;
}

.vmh:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.vmh>.secInfo,
.vmh>.ourachivements {
    display: inline-block;
    vertical-align: middle;
}

.content_panel {
    width: 100% !important;
}

.fp-bg {
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fp-bg:after {
    content: '';
    display: block;
    clear: both;
}

.fp-bg img.secImg {
    opacity: 0;
    width: 0;
    margin-top: 0;
}

#section8 .fp-bg {
    transform: translate3d(0, 0, 0) !important;
}

.intro {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    z-index: 2
}

#slide1-5 .intro {
    position: absolute;
    /*bottom: 550px;*/
}

#slide1-5 .moreLink {
    /*color: #0095da;*/
    color: #ffd200;
    font-size: 13px;
    font-style: italic;
    line-height: 12px;
    font-weight: 600;
}

#slide1-5 .moreLink:hover:before {
    background: url(../images/arrow88.png);
}

#slide1-5 .moreLink:before {
    content: '';
    width: 32px;
    height: 12px;
    margin-right: 10px;
    background: url(../images/arrow88.png) 100% 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.intro>span {
    display: block;
    font-size: 25px;
    font-family: 'uni_neuelight', sans-serif;
}

.intro>span sup {
    sont-size: 12px;
}

.intro strong {
    display: block;
    font-size: 25px;
    font-family: 'uni_neueheavy', sans-serif;
}

.intro b {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.newIntro {
    position: relative;
    bottom: 0px;
}

.newIntro h4 {
    display: block;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 15px;
    font-family: 'ubuntubold', sans-serif;
    color: #ffd800;
}

.newIntro h4 span {
    display: block;
    font-size: 35px;
    font-family: 'ubuntubold', sans-serif;
}

.newIntro p {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'ubunturegular', sans-serif;
}

.newIntro strong {
    display: block;
    font-size: 40px;
    margin-bottom: 15px;
}

.newIntro b {
    display: inline-block !important;
    font-size: 13px !important;
    font-family: 'ubuntubold', sans-serif;
}

.fp-controlArrow {
    display: ;
}

.fp-slidesNav.left {
    left: 0px;
    top: 50%;
    margin-left: 0 !important;
    margin-top: -240px;
}

.fp-slidesNav ul {
    margin: 0;
    padding: 0;
    width: 185px;
}

.fp-slidesNav ul li {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0;
    position: relative;
    display: block;
}

.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}

.fp-slidesNav ul li a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 0px;
    border-bottom: 1px solid #ffd402;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -0-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fp-slidesNav ul li a:before {
    position: absolute;
    bottom: -9px;
    left: 100%;
    padding: 0 5px;
    font-size: 14px;
    color: #ffd402;
}

.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 50px;
    width: 100%;
    margin: -25px 0 0 0px !important;
    border-radius: 0;
}

.fp-slidesNav ul li a span {
    text-align: left;
    border-radius: 0;
    position: absolute;
    z-index: 1;
    height: 50px;
    width: 100%;
    border: 0;
    background: transparent;
    left: 0;
    top: 50%;
    margin: -25px 0 0 0px !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.fp-slidesNav ul li a span:after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    font-family: 'ubunturegular';
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -0-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding-left: 70px;
    box-sizing: border-box;
}

.fp-slidesNav ul li:nth-child(1) a span:after {
    content: '#1 Rooftop Player'
}

.fp-slidesNav ul li:nth-child(2) a span:after {
    content: '#Dependable AsTheSun'
}

.fp-slidesNav ul li:nth-child(3) a span:after {
    content: 'Powering the Country'
}

.fp-slidesNav ul li:nth-child(4) a span:after {
    content: 'Enabling Solar Everywhere'
}

.fp-slidesNav ul li:nth-child(5) a span:after {
    content: 'Largest Solar Carport'
}

.fp-slidesNav ul li a span:before {
    position: absolute;
    left: 20px;
    top: 0;
    width: 45px;
    height: 45px;
    content: '';
    margin: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -0-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fp-slidesNav ul li:nth-child(1) a span:before {
    background: url(../images/slider-icon.png) no-repeat 0 -101px;
}

.fp-slidesNav ul li:nth-child(2) a span:before {
    background: url(../images/slider-icon.png) no-repeat 0 0;
}

.fp-slidesNav ul li:nth-child(3) a span:before {
    background: url(../images/slider-icon.png) no-repeat 0px -451px;
}

.fp-slidesNav ul li:nth-child(4) a span:before {
    background: url(../images/slider-icon.png) no-repeat 0 -220px;
}

.fp-slidesNav ul li:nth-child(5) a span:before {
    background: url(../images/slider-icon.png) no-repeat 0 -328px;
}

.fp-slidesNav ul li a.active:after {
    width: 185px;
}

.fp-slidesNav ul li:nth-child(1) a.active:before {
    content: '03'
}

.fp-slidesNav ul li:nth-child(2) a.active:before {
    content: '01'
}

.fp-slidesNav ul li:nth-child(3) a.active:before {
    content: '02'
}

.fp-slidesNav ul li:nth-child(4) a.active:before {
    content: '04'
}

.fp-slidesNav ul li:nth-child(5) a.active:before {
    content: '05'
}

/* .fp-slidesNav ul li:nth-child(1) a.active span:before{background:url(../images/slider-icon.png) no-repeat 0px -605px;} */

.fp-slidesNav ul li:nth-child(1) a.active span:before {
    background: url(../images/slider-icon.png) no-repeat 0 -159px;
}

.fp-slidesNav ul li:nth-child(2) a.active span:before {
    background: url(../images/slider-icon.png) no-repeat 0 -51px;
}

.fp-slidesNav ul li:nth-child(3) a.active span:before {
    background: url(../images/slider-icon.png) no-repeat 0px -507px;
}

.fp-slidesNav ul li:nth-child(4) a.active span:before {
    background: url(../images/slider-icon.png) no-repeat 0 -268px;
}

.fp-slidesNav ul li:nth-child(5) a.active span:before {
    background: url(../images/slider-icon.png) no-repeat 0 -380px;
}

.fp-slidesNav ul li:nth-child(1) a.active span:after {
    color: #ffd402;
}

.fp-slidesNav ul li:nth-child(2) a.active span:after {
    color: #ffd402;
}

.fp-slidesNav ul li:nth-child(3) a.active span:after {
    color: #ffd402;
}

.fp-slidesNav ul li:nth-child(4) a.active span:after {
    color: #ffd402;
}

.fp-slidesNav ul li:nth-child(5) a.active span:after {
    color: #ffd402;
}

.fp-slidesNav ul li:hover a span {
    height: 66px;
    width: 100%;
    margin: -25px 0 0 0px !important;
}

.col-2 {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.secInfo {
    width: 70%;
    position: relative;
}

#section2 .secInfo {
    max-width: 550px;
}

#section2 .secInfo img {
    margin-bottom: 25px;
    width: 50%;
    max-width: 207px;
}

#section2 .secInfo p {
    margin-bottom: 30px;
    color: #FFF;
}

#section3 .secInfo {}

#section3 .secInfo {}

#section4 .secInfo {}

.slider_prev {
    position: absolute;
    top: 100%;
    right: 31px;
    text-indent: -99999px;
    background: url(../images/slider-arrow.png) no-repeat 0 0;
    width: 13px;
    height: 24px;
    cursor: pointer;
}

.slider_next {
    position: absolute;
    top: 100%;
    right: 0px;
    text-indent: -99999px;
    background: url(../images/slider-arrow.png) no-repeat 100% 0;
    width: 13px;
    height: 24px;
    cursor: pointer;
}

.fp_slider {
    padding-bottom: 70px;
}

.fp_slider h3 {
    font-size: 22px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 30px;
}

.fp_slider p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #c5c9cf;
    margin-bottom: 35px;
}

.fp_slider article {
    padding: 20px 0 20px 80px;
    border-top: 1px solid #3c5776;
    border-bottom: 1px solid #3c5776;
    position: relative;
}

.fp_slider article:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    background: url(../images/icon-set1.png) no-repeat 0 0;
}

.fp_slider article b {
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    display: block;
}

.fp_slider article strong {
    font-size: 25px;
    color: #00e4ff;
    font-weight: 500;
}

.oo_slider {
    padding-bottom: 50px;
}

.oo_slider li {
    margin: 0 2px;
}

.oo_slider h3 {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 20px;
}

.oo_slider h3 sup {
    font-size: 12px;
}

.oo_slider div {}

.oo_slider div span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    font-weight: 300;
    padding-bottom: 10px;
}

.oo_slider p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 35px;
}

.oo_slider article {
    border-top: 1px solid #90b6d4;
    border-bottom: 1px solid #90b6d4;
    position: relative;
}

.oo_slider article:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    width: 1px;
    background: #FFF;
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    transform-origin: 0% 0%;
}

.oo_slider article:after {
    content: '';
    display: block;
    clear: both;
}

.oo_slider article strong {
    font-size: 18px;
    color: #FFF;
    font-weight: 400 !important;
    position: relative;
    float: left;
    width: 50%;
    padding: 20px 0 20px 60px;
}

.oo_slider article strong.certified:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    background: url(../images/icon-set1.png) no-repeat -58px 0;
}

.oo_slider article strong.warranty:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    background: url(../images/icon-set1.png) no-repeat -116px 0;
}

.oo_slider article strong b {
    display: block;
    font-size: 25px;
}

.offeringsImg {
    width: 75%;
    max-width: 349px;
    height: auto;
}

.offeringsImg2 {
    height: auto;
}

.ourachivements:after {
    content: '';
    display: block;
    clear: both;
}

.ourachivements>div {
    float: left;
    width: 50%;
    position: relative;
    color: #FFF;
}

#section5 section {
    padding-top: 70px;
}

.ourachivements {
    width: 70%;
    position: relative;
}

.ourachivements>div:first-of-type {
    padding-right: 6%;
}

.ourachivements>div:last-of-type:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    height: 35px;
    width: 3px;
    background: #000;
    z-index: 2;
}

.ourachivements>div:last-of-type a.moreLink2 {
    position: absolute;
    left: 45px;
    bottom: 45px;
    z-index: 2;
    color: #FFF;
    font-size: 13px;
    padding: 10px 15px;
    background: #e0561b;
}

.ourachivements>div:last-of-type a.moreLink2:hover {
    background: #9b3509;
}

.slider_prev2 {
    position: absolute;
    bottom: 45px;
    right: 75px;
    text-indent: -99999px;
    background: url(../images/slider-arrow.png) no-repeat 0 100%;
    width: 13px;
    height: 24px;
    cursor: pointer;
}

.slider_next2 {
    position: absolute;
    bottom: 45px;
    right: 45px;
    text-indent: -99999px;
    background: url(../images/slider-arrow.png) no-repeat 100% 100%;
    width: 13px;
    height: 24px;
    cursor: pointer;
}

.achivements_slider {
    background: #FFF;
    padding: 45px 45px 90px;
}

.achivements_slider h3 {
    color: #1062ae;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 25px;
}

.achivements_slider li small {
    font-size: 15px;
    color: #484747;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 10px;
    text-align: left;
}

.achivements_slider li small h6 {
    font-size: 20px;
    color: #242424;
    font-weight: 600;
    line-height: 24px;
    padding: 25px 0 20px 0;
    text-align: left;
}

.achivements_slider li small h6:first-child {
    padding: 0 0 20px 0;
}

.achivements_slider li small p {
    font-size: 15px;
    color: #626262;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 10px;
    text-align: left;
}

.achivements_slider li small p strong {
    font-size: 15px;
    color: #626262;
    font-weight: 600;
}

.achivements_slider li small p b {
    font-size: 15px;
    color: #626262;
    font-weight: 600;
}

.media {
    padding-top: 50px;
    height: 100%;
}

#section6 .secInfo>p {
    font-size: 18px;
    color: #000;
}

.mediaListHolder {
    width: 100%;
    max-width: 835px;
    margin: 0 auto;
    padding-top: 45px;
}

.media_list {
    float: left;
    width: 50%;
}

.media_list:after,
.media_list li article:after {
    content: '';
    display: block;
    clear: both;
}

.media_list li {
    padding: 3px;
}

.media_list li article {
    background: #FFF;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.media_list li article aside {
    float: left;
    width: 50%;
}

.media_list li article aside.media_thumb {
    overflow: hidden;
}

.media_list li article aside.media_thumb img {
    display: block;
    width: 100%;
}

.media_list li article aside.media_info {
    text-align: left;
    padding: 20px;
}

.media_list li article strong {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #da531a;
}

.media_list li article strong:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.media_list li article p {
    font-size: 12px;
    color: #575757;
    margin-bottom: 25px;
}

.media_list li article span {
    display: block;
}

.media_list li article b {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.media_list li article small {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #739b39 url(../images/arrow2.gif) no-repeat 50% 50%;
}

.media_list li:nth-child(even) article small {
    right: 50%;
}

.highlight_link {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.highlight_link:after {
    content: '';
    display: block;
    clear: both;
}

.highlight_link li {
    float: left;
    width: 33.33333333333%;
    position: relative;
    padding: 0 7px;
}

.highlight_link li div {
    background: #FFF;
    height: 310px;
    padding: 155px 15px 0;
}

.highlight_link li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: 0 auto;
    width: 76px;
    height: 76px;
}

.highlight_link li.hlIcon1:after {
    background: url(../images/icon-set2.png) no-repeat 0 0;
}

.highlight_link li.hlIcon2:after {
    background: url(../images/icon-set2.png) no-repeat -76px 0;
}

.highlight_link li.hlIcon3:after {
    background: url(../images/icon-set2.png) no-repeat -152px 0;
}

.highlight_link li strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.highlight_link li strong br {
    display: none;
}

.highlight_link li strong:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.highlight_link li span {
    display: block;
    font-size: 13px;
    color: #000;
}

.fp_slider2 {
    height: 100%;
    z-index: 0;
}

.fp_slider2 div {
    height: 100%;
}

.fp_slider2 li {
    height: 100%;
    overflow: hidden;
}

.oo_slider2 {
    height: 100%;
}

.oo_slider2 div {
    height: 100%;
}

.oo_slider2 li {
    height: 100%;
    position: relative;
}

.oo_slider2 li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.social-media a {
    display: inline-block;
    padding-right: 10px;
    color: #bcbec0;
}

.social-media a i {
    font-size: 16px;
}

.social-media a:hover {
    color: #FFF;
}

ul.fp_slider {
    padding-bottom: 20px;
}

ul.fp_slider li {
    position: relative;
    padding-bottom: 50px;
}

ul.fp_slider li a {
    position: absolute;
    left: 0;
    bottom: 5px;
}

.mobile-bg {
    display: none;
}

.fp-bg {
    display: block;
}

.arrowSection .arrowContainer {
    position: relative;
    right: 0;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    transition: opacity .3s
}

.arrowSection .arrowContainer:hover {
    opacity: .5
}

.arrowSection .arrowContainer span {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-left: 2px solid #ffd402;
    border-bottom: 2px solid #ffd402;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: arrowDown 1s infinite;
    -moz-animation: arrowDown 1s infinite;
    -ms-animation: arrowDown 1s infinite;
    -o-animation: arrowDown 1s infinite;
    animation: arrowDown 1s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.arrowSection .arrowContainer span:nth-child(1) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.arrowSection .arrowContainer span:nth-child(2) {
    top: 16px;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
}

.arrowSection .arrowContainer span:nth-child(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.arrowSection .arrowContainer span:nth-child(4) {
    top: 48px;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}

@keyframes arrowDown {
    from {
        opacity: 0;
    }
    25% {
        opacity: .3;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

.up-down-arrow li {
    float: left;
    margin: 0 0px 0 0
}

.up-down-arrow li a {
    float: left;
    padding: 0px;
    width: 35px;
    height: 35px;
}

.arrowSection2 .arrowContainer2 span {
    position: absolute;
    top: 9px;
    right: 58px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffd402;
    border-bottom: 2px solid #ffd402;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: arrowDown 1s infinite;
    -moz-animation: arrowDown 1s infinite;
    -ms-animation: arrowDown 1s infinite;
    -o-animation: arrowDown 1s infinite;
    animation: none;
    opacity: 1;
    box-sizing: border-box;
}

.arrowSection2 .arrowContainer2a span {
    position: absolute;
    top: 15px;
    right: 18px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffd402;
    border-bottom: 2px solid #ffd402;
    -webkit-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    -o-transform: rotate(136deg);
    transform: rotate(136deg);
    -webkit-animation: arrowDown 1s infinite;
    -moz-animation: arrowDown 1s infinite;
    -ms-animation: arrowDown 1s infinite;
    -o-animation: arrowDown 1s infinite;
    animation: none;
    opacity: 1;
    box-sizing: border-box;
}

.banner_1 {
    margin: 0 auto;
    max-width: 607px;
    width: 95%;
}

.banner_1 h3 {
    background-color: #0e385e;
    color: #fff;
    font-size: 30px;
    font-family: 'uni_neuelight', sans-serif;
    font-weight: 300;
    padding: 5px 5px;
    display: inline-block;
}

.banner_1 h3 strong {
    display: inline;
    font-weight: 700;
    font-size: 30px;
}

.banner_1 span {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
    font-size: 18px;
    line-height: 25px;
    text-transform: none;
}

/* #slide1-1 .intro{bottom:100px;} */

.slide.fp-slide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: url(../images/bannerShadow.png) repeat-x 0 100%;
    background-size: auto 100%;
    z-index: 1;
}

.banner_1 span.dsk_con {
    display: block;
}

.banner_1 span.mob {
    display: none;
}

.fp-bg img.secImg {
    display: none !important;
}

.images img {
    display: block;
}

.mobile-bg {
    display: none;
}

.desktop {
    display: block;
}

.up-down-arrow img {
    display: block !important;
}

.ass-dots {
    height: 30px;
    text-align: center;
    z-index: 7;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
    width: auto;
    margin: 0 auto
}

.ass-dots li {
    float: none !important;
    width: auto !important;
}

.ass-dots li:after {
    display: none !important;
}

.ass-dots li,
.ass-dots li span {
    display: inline-block;
    vertical-align: top;
    height: 14px
}

.ass-dots li span {
    width: 14px;
    text-indent: -9999px;
    background: #FFF;
    border: 0px solid #d8d8d8;
    border-radius: 50%;
    margin: 0 2px;
    font-size: 0;
    color: transparent;
    cursor: pointer
}

.ass-dots li.slick-active span {
    background: rgba(255, 204, 51, 1);
}

.lineHeading_black2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'uni_neuelight', sans-serif;
}

.lineHeading_black2 strong {
    font-family: 'uni_neueBold', sans-serif;
}

.lineHeading_black2:after {
    width: 110px;
    height: 1px;
    background: #000;
    display: block;
    margin-top: 15px;
    content: '';
}

.socialMedia {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
}

.socialMedia:after {
    content: '';
    display: block;
    clear: both;
}

.socialMedia li {
    float: left;
    min-height: 150px;
    padding: 15px 0 5px;
    position: relative;
}

.socialMedia li figure {
    width: 320px;
    height: 190px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
    background: #CCC;
}

.socialMedia li figure img {
    width: 100%;
    opacity: 0;
}

.socialMedia li div {
    width: 285px;
    height: 130px;
    margin: -10px auto 0;
    background: #FFF url(../images/more.png) no-repeat 50% 85%;
    border-top: 5px solid #335f9b;
    position: relative;
    z-index: 2;
    padding: 15px 15px 40px;
    color: #484848;
    font-size: 13px;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.2);
}

.socialMedia li.facebook:before {
    content: '';
    width: 76px;
    height: 33px;
    background: url(../images/sm-icon.png) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.socialMedia li.twitter:before {
    content: '';
    width: 76px;
    height: 33px;
    background: url(../images/sm-icon.png) no-repeat 0 -33px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.socialMedia li.youtube:before {
    content: '';
    width: 76px;
    height: 33px;
    background: url(../images/sm-icon.png) no-repeat 0 -66px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.smFilter {
    display: block;
    text-align: left;
    max-width: 1030px;
    width: 100%;
    margin: 0 auto 30px;
}

.smFilter a {
    display: inline-block;
    width: 49px;
    height: 20px;
    font-size: 0;
    color: transparent;
    line-height: 0;
}

.smFilter a.filter-all {
    background: url(../images/sm-filter.png) no-repeat 0 0;
}

.smFilter a.filter-facebook {
    background: url(../images/sm-filter.png) no-repeat -49px 0;
}

.smFilter a.filter-twitter {
    background: url(../images/sm-filter.png) no-repeat -98px 0;
}

.smFilter a.filter-youtube {
    background: url(../images/sm-filter.png) no-repeat -147px 0;
}

.smFilter a.filter-all-active {
    background: url(../images/sm-filter.png) no-repeat 0 -20px;
}

.smFilter a.filter-facebook-active {
    background: url(../images/sm-filter.png) no-repeat -49px -20px;
}

.smFilter a.filter-twitter-active {
    background: url(../images/sm-filter.png) no-repeat -98px -20px;
}

.smFilter a.filter-youtube-active {
    background: url(../images/sm-filter.png) no-repeat -147px -20px;
}

.socialMedia .slider_prev2 {
    bottom: 50%;
    right: auto;
    left: -10px;
    margin-top: -20px;
}

.socialMedia .slider_next2 {
    bottom: 50%;
    right: -10px;
    margin-top: -20px;
}

.header_right ul li:nth-child(2) {
    width: 180px
}

.header_right ul li:nth-child(1) {
    width: auto;
}

.new-add strong.enquire:before {
    content: 'Enquire Now';
    position: absolute;
    left: 37px;
    top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #ff8a00;
}

.new-add strong.enquire {
    width: 121px;
    height: 30px;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    text-align: left;
    position: relative;
}

.new-add strong.enquire b {
    width: 35px;
    height: 33px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/enquire-icon.png) no-repeat 5px center;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 999;
    overflow: hidden;
}

.new-add strong.enquire:hover:before {
    content: 'Enquire Now';
    position: absolute;
    left: 37px;
    top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #1664af;
}

.new-add strong.enquire:hover b {
    width: 35px;
    height: 33px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/enquire-icon_hover.png) no-repeat 5px center;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 999;
    overflow: hidden;
}

@media screen and (max-width:1400px) {
    .vmh>.secInfo,
    .vmh>.ourachivements {
        margin-top: 50px;
    }
    .newIntro {
        position: relative;
    }
    .newIntro h4 {
        font-size: 35px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .newIntro h4 span {
        font-size: 30px;
    }
    .newIntro p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .newIntro strong {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .socialMedia li figure {
        width: 295px;
        height: 190px;
    }
    .socialMedia li div {
        width: 275px;
        height: 140px;
    }
    .lineHeading_black2 {
        margin-bottom: 14px;
    }
    .smFilter {
        margin: 0 auto 20px;
    }
    #slide1-5 .intro {
        position: absolute;
        /*bottom: 350px;*/
    }
}

@media screen and (max-width:1200px) {
    .offeringsImg2 {
        width: 75%;
        max-width: 349px;
        height: auto;
    }
}

.cboxIframe,
.cboxPhoto {
    display: block;
    border: 0
}

#cboxPrevious a:hover,
a:focus {
    text-decoration: none
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cboxPhoto {
    float: left;
    margin: auto;
    max-width: none;
    width: 100% !important;
    height: auto;
    -ms-interpolation-mode: bicubic
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#colorbox {
    outline: 0
}

#cboxContent {
    position: relative;
    margin-top: 55px;
    background: #fff
}

.cboxIframe {
    width: 100%;
    height: 100%;
    background: #FFF
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 0 solid;
    background: #FFF;
    padding: 0
}

#cboxLoadedContent img.cboxPhoto {
    width: 100% !important;
    height: auto !important
}

.box5 #cboxTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
    background: rgba(0, 0, 0, .7);
    float: none !important;
    height: auto;
    width: 100%;
    font-weight: 400;
    padding: 7px;
    box-sizing: border-box;
    font-size: 14px
}

#cboxCurrent,
#cboxSlideshow {
    position: absolute;
    top: -20px;
    color: #fff
}

#cboxCurrent {
    right: 0;
    font-size: 0
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0;
    border: none
}

#cboxSlideshow {
    right: 90px
}

.box1 #cboxNext,
.box1 #cboxPrevious {
    display: none !important
}

.box1 #cboxClose,
.box5 #cboxClose,
.box6 #cboxClose,
.box7 #cboxClose {
    position: absolute;
    top: -41px;
    right: 0;
    display: block;
    text-indent: -9999px;
    outline: 0
}

.box5 #cboxClose {
    background: url(../images/pop-close-leader.jpg) top center no-repeat;
    width: 40px;
    height: 40px
}

.box6 #cboxClose {
    background: url(../images/pop-close-leader.png) top center no-repeat;
    width: 40px;
    height: 40px
}

.box1 #cboxClose,
.box7 #cboxClose {
    background: url(../images/pop-close-leader.jpg) top center no-repeat;
    width: 42px;
    height: 40px
}

.box8 #cboxNext,
.box8 #cboxPrevious {
    position: absolute;
    margin-top: -24px;
    width: 40px;
    height: 40px
}

a:focus {
    outline: 0;
    border: none
}

.box8 #cboxNext {
    top: -16px;
    right: 60px;
    background: url(../images/pop-next.png) top right no-repeat;
    text-indent: -9999px
}

.box8 #cboxNext:hover {
    background: url(../images/pop-next-hover.png) top right no-repeat;
    outline: 0
}

.box8 #cboxNext:focus {
    outline: 0
}

.box8 #cboxPrevious {
    top: -17px;
    right: 100px;
    background: url(../images/pop-prev.png) top left no-repeat;
    text-indent: -9999px
}

.box3 #cboxClose,
.box63 #cboxClose,
.box8 #cboxClose {
    position: absolute;
    right: 0;
    display: block;
    text-indent: -9999px;
    outline: 0
}

.box8 #cboxPrevious:hover {
    background: url(../images/pop-prev-hover.png) top left no-repeat;
    outline: 0
}

.box8 #cboxPrevious:focus {
    outline: 0
}

.box8 #cboxClose {
    top: -41px;
    background: url(../images/pop-close-leader2.png) top center no-repeat;
    width: 60px;
    height: 40px
}

.box8 #cboxClose:after {
    content: '';
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    margin: auto
}

.box3 #cboxClose,
.box63 #cboxClose {
    top: -41px;
    background: url(../images/pop-close-leader.png) top center no-repeat;
    width: 40px;
    height: 40px
}

.right_product {
    position: fixed;
    top: 448px;
    margin-top: 0;
    right: 0;
    z-index: 99999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.skool-icon {
    z-index: 999;
    width: 65px;
    padding: 0;
    margin: 0
}

.skool-icon ul {
    list-style-type: none
}

.skool-icon ul li {
    background: rgba(255, 76, 76, .8);
    width: auto;
    width: 220px;
    height: 65px;
    position: relative;
    margin: 0 1px 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer
}

.skool-icon ul li a {
    display: block;
    position: relative;
    padding: 15px 0 0 65px;
    text-transform: uppercase;
    line-height: 16px;
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.skool-icon ul li a span {
    display: block
}

.skool-icon ul li a:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: 15px;
    top: 15px
}

.skool-icon ul li.qlCallus a:before {
    background: url(../images/qlIcon-dex.png) no-repeat 0 0
}

.skool-icon ul li.qlCu a:before {
    background: url(../images/qlIcon-dex.png) no-repeat -35px 0
}

.skool-icon ul li.qlSc a:before {
    background: url(../images/qlIcon-dex.png) no-repeat -70px 0
}

.skool-icon ul li.qlDl a:before {
    background: url(../images/qlIcon-dex.png) no-repeat -105px 0
}

.skool-icon ul li:hover {
    margin-left: -155px;
    background: #ff4c4c
}

.hight-button {
    margin: 50px 0
}

.mobile-link {
    padding: 35px 0 35px 30px;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #1a1a1a;
    display: none
}

.mobile-close {
    position: absolute;
    top: 32px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 9999;
    cursor: pointer;
    display: none
}

@media screen and (max-width:1366px) {
    .right_product {
        position: fixed;
        top: 380px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

