/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.fancybox-inner,
.sr-only,
.whowe-r-wrapper,
svg:not(:root) {
    overflow: hidden;
}
.fancybox-nav,
a {
    text-decoration: none;
}
.fancybox-nav,
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
}
.brand__banner__top .brand__banner__top__content h2,
.brand__banner__top .brand__banner__top__content p,
.firstslide .banner__center__content h2,
.innovation__wrap .innovation__block h2,
.innovation__wrap .innovation__block h3,
.knowmore__btn__wrap a {
    color: #333;
    font-family: Poppins, serif;
    font-style: normal;
}
.fa-pull-right,
.job__opening .faqaccordian-box-wrap .accordian-box .arrow,
.news__wrap .news__list .news__list__title .news__download__icon,
.owl-carousel.owl-rtl .owl-item,
.pull-right {
    float: right;
}
* {
    box-sizing: border-box;
}
html {
    font-family: Poppins, serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.d-block,
.firstslide .fp-tableCell,
.no-js .owl-carousel,
.owl-carousel.owl-loaded,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
#menu li:first-child,
#menu li:nth-child(2),
.owl-carousel .owl-refresh .owl-item,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:focus,
a:hover {
    outline: 0 !important;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
sub,
sup {
    line-height: 0;
    position: relative;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: Poppins, serif;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#year-2017 .fp-scroller,
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    line-height: 1;
    font-size: 100%;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
.clear {
    display: block;
    width: 100%;
    clear: both;
}
.sprite {
    background: url(../images/sprite.png) no-repeat;
    display: inline-block;
}
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    outline: 0;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.fa,
.fa-stack {
    display: inline-block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 0.1s;
    -moz-transition: scale 0.1s;
    -ms-transition: scale 0.1s;
    -o-transition: scale 0.1s;
    transition: scale 0.1s;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url("../fonts/Font_Awesome/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/Font_Awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/Font_Awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../fonts/Font_Awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/Font_Awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("../fonts/Font_Awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x,
.fa-stack-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
#fullpage .section,
.brand__experience,
.fa-ul > li,
.fancybox-inner,
.fancybox-outer {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left,
.pull-left {
    float: left;
}
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: 2s linear infinite fa-spin;
    animation: 2s linear infinite fa-spin;
}
.fa-pulse {
    -webkit-animation: 1s steps(8) infinite fa-spin;
    animation: 1s steps(8) infinite fa-spin;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-cog:before,
.fa-gear:before {
    content: "";
}
.fa-trash-o:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-file-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-arrow-circle-o-down:before {
    content: "";
}
.fa-arrow-circle-o-up:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-play-circle-o:before {
    content: "";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "";
}
.fa-refresh:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-video-camera:before {
    content: "";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "";
}
.fa-pencil:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}
.fa-share-square-o:before {
    content: "";
}
.fa-check-square-o:before {
    content: "";
}
.fa-arrows:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-times-circle-o:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-h:before {
    content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-cogs:before,
.fa-gears:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-thumbs-o-up:before {
    content: "";
}
.fa-thumbs-o-down:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-heart-o:before {
    content: "";
}
.fa-sign-out:before {
    content: "";
}
.fa-linkedin-square:before {
    content: "";
}
.fa-thumb-tack:before {
    content: "";
}
.fa-external-link:before {
    content: "";
}
.fa-sign-in:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-lemon-o:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-square-o:before {
    content: "";
}
.fa-bookmark-o:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-feed:before,
.fa-rss:before {
    content: "";
}
.fa-hdd-o:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-hand-o-right:before {
    content: "";
}
.fa-hand-o-left:before {
    content: "";
}
.fa-hand-o-up:before {
    content: "";
}
.fa-hand-o-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-group:before,
.fa-users:before {
    content: "";
}
.fa-chain:before,
.fa-link:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-cut:before,
.fa-scissors:before {
    content: "";
}
.fa-copy:before,
.fa-files-o:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-money:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}
.fa-gavel:before,
.fa-legal:before {
    content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}
.fa-comment-o:before {
    content: "";
}
.fa-comments-o:before {
    content: "";
}
.fa-bolt:before,
.fa-flash:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "";
}
.fa-lightbulb-o:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-upload:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-bell-o:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cutlery:before {
    content: "";
}
.fa-file-text-o:before {
    content: "";
}
.fa-building-o:before {
    content: "";
}
.fa-hospital-o:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}
.fa-circle-o:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-folder-o:before {
    content: "";
}
.fa-folder-open-o:before {
    content: "";
}
.fa-smile-o:before {
    content: "";
}
.fa-frown-o:before {
    content: "";
}
.fa-meh-o:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-keyboard-o:before {
    content: "";
}
.fa-flag-o:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-shield:before {
    content: "";
}
.fa-calendar-o:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-minus-square-o:before {
    content: "";
}
.fa-level-up:before {
    content: "";
}
.fa-level-down:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-pencil-square:before {
    content: "";
}
.fa-external-link-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "";
}
.fa-eur:before,
.fa-euro:before {
    content: "";
}
.fa-gbp:before {
    content: "";
}
.fa-dollar:before,
.fa-usd:before {
    content: "";
}
.fa-inr:before,
.fa-rupee:before {
    content: "";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "";
}
.fa-krw:before,
.fa-won:before {
    content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-text:before {
    content: "";
}
.fa-sort-alpha-asc:before {
    content: "";
}
.fa-sort-alpha-desc:before {
    content: "";
}
.fa-sort-amount-asc:before {
    content: "";
}
.fa-sort-amount-desc:before {
    content: "";
}
.fa-sort-numeric-asc:before {
    content: "";
}
.fa-sort-numeric-desc:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitbucket-square:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-long-arrow-down:before {
    content: "";
}
.fa-long-arrow-up:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}
.fa-sun-o:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-arrow-circle-o-right:before {
    content: "";
}
.fa-arrow-circle-o-left:before {
    content: "";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "";
}
.fa-dot-circle-o:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "";
}
.fa-plus-square-o:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-spoon:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-automobile:before,
.fa-car:before {
    content: "";
}
.fa-cab:before,
.fa-taxi:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-file-pdf-o:before {
    content: "";
}
.fa-file-word-o:before {
    content: "";
}
.fa-file-excel-o:before {
    content: "";
}
.fa-file-powerpoint-o:before {
    content: "";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}
.fa-file-code-o:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "";
}
.fa-circle-o-notch:before {
    content: "";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "";
}
.fa-empire:before,
.fa-ge:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-circle-thin:before {
    content: "";
}
.fa-header:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-sliders:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-newspaper-o:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bell-slash-o:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-eyedropper:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-area-chart:before {
    content: "";
}
.fa-pie-chart:before {
    content: "";
}
.fa-line-chart:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-cc:before {
    content: "";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "";
}
.fa-meanpath:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-diamond:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-facebook-official:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-bed:before,
.fa-hotel:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-sticky-note-o:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-hourglass-o:before {
    content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "";
}
.fa-hand-scissors-o:before {
    content: "";
}
.fa-hand-lizard-o:before {
    content: "";
}
.fa-hand-spock-o:before {
    content: "";
}
.fa-hand-pointer-o:before {
    content: "";
}
.fa-hand-peace-o:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-television:before,
.fa-tv:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-500px:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-calendar-plus-o:before {
    content: "";
}
.fa-calendar-minus-o:before {
    content: "";
}
.fa-calendar-times-o:before {
    content: "";
}
.fa-calendar-check-o:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-map-o:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-commenting:before {
    content: "";
}
.fa-commenting-o:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-credit-card-alt:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-pause-circle-o:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stop-circle-o:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-wheelchair-alt:before {
    content: "";
}
.fa-question-circle-o:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-volume-control-phone:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}
.fa-handshake-o:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-o:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-address-book:before {
    content: "";
}
.fa-address-book-o:before {
    content: "";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "";
}
.fa-user-circle:before {
    content: "";
}
.fa-user-circle-o:before {
    content: "";
}
.fa-user-o:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-telegram:before {
    content: "";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-eercast:before {
    content: "";
}
.fa-microchip:before {
    content: "";
}
.fa-snowflake-o:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
} /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-close,
.fancybox-nav span {
    width: 36px;
    z-index: 8040;
    position: absolute;
    cursor: pointer;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
    top: -18px;
    right: -18px;
    height: 36px;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: url(../images/blank.gif);
    z-index: 8040;
}
.fancybox-prev,
.slide-to-left.showme {
    left: 0;
}
.burger-menu.active,
.fancybox-next,
.slide-to-right.showme {
    right: 0;
}
.fancybox-nav span {
    top: 50%;
    height: 34px;
    margin-top: -18px;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span,
.fancybox-opened .fancybox-title,
.modal.is-visible {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url(../images/fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}
@font-face {
    font-family: FontAwesome;
    src: url("../fonts/Font_Awesome/fontawesome-webfont.eot");
    src: url("../fonts/Font_Awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/Font_Awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal;
}
.fadeIn,
.load-fadein.active,
.section.whoweare-animation.active .hideme,
.year-section .year-container.active .hideme {
    opacity: 1;
}
.slide-to-left {
    left: -50px;
}
.slide-to-right {
    right: -50px;
}
.section.whoweare-animation .slide-to-top,
.slide-to-top,
.year-section .year-container .slide-to-top {
    top: 50px;
}
.slide-to-top.showme {
    top: 0;
    opacity: 1;
}
.brand__left__arrow-slide-to-top.showme,
.mob-menu-btn span:first-child,
.primary__education-slide-to-top.showme,
.section.whoweare-animation .slide-to-top.showme,
.section.whoweare-animation .vission__mission__arrow-slide-to-top.showme,
.section.whoweare-animation.active .slide-to-top,
.section.whoweare-animation.active .vission__mission__arrow-slide-to-top.hideme,
.slide-to-toplarge.showme,
.timeline-arrow-slide-to-top.showme,
.value__arrow-slide-to-top,
.value__arrow-slide-to-top.showme,
.year-section .year-container .slide-to-top.showme,
.year-section .year-container.active .slide-to-top.showme {
    top: 0;
}
.brand__left__arrow-slide-to-top,
.primary__education-slide-to-top,
.timeline-arrow-slide-to-top {
    top: 500px;
}
.scale-box {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.scale-box.showme {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.slide-to-toplarge {
    top: 200px;
}
.hideme {
    opacity: 0;
    position: relative;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}
.load-fadein,
.load-slide-bottom {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    opacity: 0;
}
.delay1,
.section.whoweare-animation .slide-to-top.delay1 {
    transition-delay: 0.5s;
}
.delay2,
.section.whoweare-animation .slide-to-top.delay2 {
    transition-delay: 1s;
}
.delay3,
.section.whoweare-animation .slide-to-top.delay3 {
    transition-delay: 1.5s;
}
.delay4,
.section.whoweare-animation .slide-to-top.delay4 {
    transition-delay: 2s;
}
.delay5,
.section.whoweare-animation .slide-to-top.delay5 {
    transition-delay: 2.5s;
}
.delay6,
.section.whoweare-animation .slide-to-top.delay6 {
    transition-delay: 3s;
}
.delay7,
.section.whoweare-animation .slide-to-top.delay7 {
    transition-delay: 3.5s;
}
.delay8,
.section.whoweare-animation .slide-to-top.delay8 {
    transition-delay: 4s;
}
.delay9,
.section.whoweare-animation .slide-to-top.delay9 {
    transition-delay: 4.5s;
}
.delay10,
.section.whoweare-animation .slide-to-top.delay10 {
    transition-delay: 5s;
}
.load-fadein {
    transition: 1s;
}
.load-slide-bottom {
    transition: 1s;
    position: relative;
    margin-top: 60px;
}
.container,
h2.brand__caption {
    margin: 0 auto;
}
.load-slide-bottom.active {
    opacity: 1;
    margin-top: 0;
}
.load-slide-top {
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    position: relative;
    top: -50px;
}
.load-slide-top.active {
    opacity: 1;
    top: 0;
}
.container {
    max-width: 1600px;
    width: 90%;
}
.inner-scroll-top,
.scroll-top {
    bottom: 55px;
    right: 28px;
    width: 23px;
    z-index: 9;
}
.pb50 {
    padding-bottom: 50px;
}
.small__case {
    text-transform: lowercase;
}
.scroll-top {
    position: absolute;
    display: none;
}
.inner-scroll-top:hover,
.scroll-top:hover {
    cursor: pointer;
}
.inner-scroll-top {
    position: fixed;
}
#fullpage .section .animate-box {
    transition: 1.5s;
    height: 100vh;
    transform-origin: center center;
    background-color: #fff;
}
#fullpage .section .downarrow {
    position: absolute;
    bottom: 2%;
    left: 50%;
    z-index: 9;
}
#fullpage .section .downarrow i,
#fullpage .section .uparrow i {
    font-size: 40px;
    line-height: 40px;
}
#fullpage .section .uparrow {
    left: 50%;
    top: 2%;
    position: absolute;
    z-index: 9;
}
.section {
    background: url("../images/video-back-redarrow-new.png") center bottom/50% no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
}
#section0 .homepage--banner {
    background: url(../images/home-banner1.jpg) top/cover no-repeat;
    overflow: hidden;
}
#section0 .homepage--banner .homepage__arrow {
    width: 57%;
    position: absolute;
    right: -22%;
    opacity: 0;
    transform: translate(0, 500px);
}
#section0 .homepage--banner .homepage__arrow.active {
    position: absolute;
    top: 0;
    right: -22%;
    opacity: 1;
    transition: 1.5s;
    transform: translate(0, 0);
    width: 60%;
}
#section1 .animate-box,
#section3 .animate-box,
#section4 .animate-box,
#section5 .animate-box,
#section6 .animate-box,
#section7 .animate-box,
#section8 .animate-box,
#section9 .animate-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand__banner__top .knowmore__btn__wrap {
    background: #e4e4e4;
    margin-left: 7%;
}
.firstslide .banner__center__content {
    display: flex;
    flex-wrap: wrap;
    width: 35%;
    text-align: center;
    justify-content: center;
    margin: 10% auto 0;
}
.firstslide .banner__center__content h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    width: 100%;
}
.firstslide .top__social__wrap {
    position: absolute;
    bottom: 20px;
    right: 5%;
}
.firstslide .top__social__wrap ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}
.firstslide .top__social__wrap ul li a {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    height: 25px;
    width: 25px;
    border: 1px solid #333;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.knowmore__btn__wrap {
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 12px 14px 12px 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.knowmore__btn__wrap a {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
}
.knowmore__btn__wrap img {
    position: absolute;
    left: -20px;
    top: 0;
    width: 36%;
}
.innovation__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.innovation__wrap .innovation__block {
    width: 32%;
    margin-bottom: 15px;
    transition: 0.2s linear;
}
.innovation__wrap .innovation__block h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}
.innovation__wrap .innovation__block h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
}
.innovation__wrap .innovation__block:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
}
.innovation__wrap .innovation__block .innovation__block__img,
.whowe-r-wrapper .whowe-r-banner {
    position: relative;
    overflow: hidden;
}
.innovation__wrap .innovation__block .innovation__block__img .innovation__block__img_wd {
    width: 100%;
}
.innovation__wrap .innovation__block .innovation__block__img .arrowimg {
    position: absolute;
    top: 0;
    right: -155px;
    opacity: 0;
    transform: translate(0, 55px);
}
.innovation__wrap .innovation__block .innovation__block__img:hover .arrowimg {
    position: absolute;
    top: 0;
    right: -155px;
    opacity: 1;
    transition: 1s;
    transform: translate(0, 0);
}
.innovation__wrap .innovation__first__block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.innovation__wrap .innovation__first__block:hover {
    box-shadow: none;
    transform: none;
}
.pt25 {
    padding-top: 25px;
}
.home-brand-content {
    display: flex;
    align-items: center;
}
.brand__banner__top__logo-2 img,
.brand__banner__top__logo-3 img {
    width: 40%;
}
.brand__banner__top .brand__banner__top__logo {
    padding-left: 4%;
}
.brand__banner__top .brand__banner__top__content {
    width: 80%;
    padding-left: 4%;
}
.brand__banner__top .brand__banner__top__content h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    padding: 10px 0;
}
.brand__banner__top .brand__banner__top__content p {
    font-weight: 300;
    text-transform: inherit;
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 1500px) {
    .brand__banner__top .brand__banner__top__content p {
        font-size: 14px;
        line-height: 22px;
    }
}
.brand__experience h2.brand__caption,
h2.brand__caption {
    font-family: Poppins, serif;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    padding: 30px;
    color: #333;
    font-weight: 600;
    text-align: center;
}
.brand__page__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
}
.brand__page__wrap .brand__img {
    width: 28%;
    text-align: center;
    margin: 0 2% 40px;
    padding: 20px 0;
    overflow: hidden;
}
.brand__page__wrap .brand__img img {
    width: 70%;
    transform: scale(1);
}
.brand__page__wrap .brand__img:hover {
    box-shadow: 3px 3px 6px #ccc;
    cursor: pointer;
}
.brand__page__wrap .brand__img:hover img {
    transform: scale(1.1);
    transition: 1s;
}
.brand__experience .brand__experience__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.brand__experience__slider .owl-next i,
.brand__experience__slider .owl-prev i {
    font-size: 40px;
    color: #000;
}
.brand__experience .knowmore__btn__wrap img,
.brand__experience .livfast__logo {
    width: 30%;
}
.brand__experience .heka__logo {
    width: 23%;
}
.brand__experience .ncubate_logo {
    width: 50%;
}
.brand__experience-first {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.brand__experience__slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -40px;
}
.brand__experience__slider .owl-next {
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -40px;
}
.brand__experience .banner__content h2,
.brand__experience .banner__content p,
.footer__wrap,
.whowe-r-wrapper .banner__caption,
.whowe-r-wrapper .whowe__r__timeline .timeline ul li .whowe__r__timeline__year {
    color: #fff;
    font-style: normal;
    font-family: Poppins, serif;
}
.home__forthsection .section__wrap {
    background: #d3dde9;
    position: relative;
    overflow: hidden;
}
.contact-section .contact-wrap,
.home__forthsection .section__wrap .videosection__wrap {
    display: flex;
}
.home__forthsection .section__wrap .videosection__wrap .videosection__text {
    width: 50%;
    padding: 14% 0;
}
.home__forthsection .section__wrap .videosection__wrap .videosection__text h2 {
    color: #333;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
}
@media only screen and (max-width: 1500px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__text h2 {
        font-size: 38px;
        line-height: 38px;
    }
}
.home__forthsection .section__wrap .videosection__wrap .videosection__text p {
    color: #333;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 23px;
}
@media only screen and (max-width: 1500px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__text p {
        font-size: 18px;
        line-height: 20px;
    }
}
.home__forthsection .section__wrap .videosection__wrap .videosection__video {
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home__forthsection .section__wrap .videosection__wrap .videosection__video iframe {
    width: 600px;
    margin: 0 auto;
    height: 300px;
    z-index: 2;
}
@media only screen and (max-width: 1500px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__video iframe {
        width: 500px;
    }
}
.home__forthsection .section__wrap .videosection__wrap .videosection__video a {
    display: block;
    position: absolute;
    width: 600px;
    margin: 0 auto;
    z-index: 9;
}
@media only screen and (max-width: 1500px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__video a {
        width: 500px;
    }
}
.home__forthsection .section__wrap .videosection__wrap .videosection__video a:hover {
    cursor: pointer;
}
.home__forthsection .section__wrap .video__backarrow {
    position: absolute;
    width: 43%;
    right: 4%;
    top: 0;
    opacity: 0;
    transform: translate(0, 9999px);
}
.home__forthsection.active .video__backarrow {
    position: absolute;
    top: 0;
    opacity: 1;
    transition: 1.5s;
    transform: translate(0, 0);
}
.footer__wrap {
    background: #ed1c24;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    bottom: 0;
    text-transform: uppercase;
}
.side-menu,
.year-heading02 {
    text-align: right;
    position: fixed;
}
.index__footer {
    position: absolute;
    bottom: 0;
}
.img-wrapper img {
    width: 100%;
    display: block;
}
#fullpage {
    background: 0 0;
}
.brand__experience .banner__content {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 40%;
}
.brand__experience .banner__content h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    margin-top: 10px;
}
.brand__experience .banner__content p {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 1500px) {
    .brand__experience .banner__content p {
        font-size: 14px;
        line-height: 22px;
    }
}
.brand__experience .banner__content .knowmore__btn__wrap {
    margin-left: 20px;
}
.home-brand__content {
    display: flex;
    width: 100%;
}
.home-brand__content .home-brand-img {
    width: 60%;
}
.contact-section .contact-wrap .message,
.home-brand__content .home-brand-content {
    width: 40%;
}
.header__wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}
.whowe-r-wrapper .whowe-r-banner .header__wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}
.whowe-r-wrapper .banner__caption {
    font-weight: 600;
    font-size: 80px;
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 99;
}
.whowe-r-wrapper .whowe__r__story {
    position: relative;
    margin-left: 25%;
}
.whowe-r-wrapper .light__text {
    color: #c1c1c1;
    font-size: 60px;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 30px;
}
.whowe-r-wrapper .light__text .story__text {
    padding-left: 16%;
}
.whowe-r-wrapper .whowe__r__story--container {
    padding-top: 50px;
}
.applynow-wrap .applynow-form-wrap .control-box .radio-container input:checked ~ .checkmark:after,
.whowe-r-wrapper .whowe__r__story--container .light__text span {
    display: block;
}
.whowe-r-wrapper .our__story__info {
    width: 50%;
    margin: 0;
}
.whowe-r-wrapper .our__story__info h2 {
    font-family: Poppins, serif;
    font-weight: 500;
    font-style: normal;
    color: #ed1c24;
    font-size: 24px;
    line-height: 48px;
}
@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .our__story__info h2 {
        font-size: 22px;
        line-height: 40px;
    }
}
.whowe-r-wrapper .our__story__info p {
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    color: #666;
    font-size: 22px;
    line-height: 48px;
    margin-top: 15px;
}
@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .our__story__info p {
        font-size: 20px;
        line-height: 40px;
    }
}
.whowe-r-wrapper .whowe__r__timeline {
    background: url("../images/timline-bg.jpg") 0 0 / cover no-repeat;
    padding-bottom: 10%;
    overflow: hidden;
    position: relative;
}
.whowe-r-wrapper .whowe__r__timeline .whowe__r__timeline__arrow {
    position: absolute;
    right: -8%;
    width: 50%;
}
.whowe-r-wrapper .whowe__r__timeline .timeline ul {
    width: 50%;
    padding: 13% 0 0 10%;
}
.whowe-r-wrapper .whowe__r__timeline .timeline ul li {
    margin-bottom: 50px;
}
.whowe-r-wrapper .whowe__r__timeline .timeline ul li .whowe__r__timeline__year {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .whowe__r__timeline .timeline ul li .whowe__r__timeline__year {
        font-size: 50px;
    }
}
.whowe-r-wrapper .whowe__r__timeline .timeline ul li .whowe__r__timeline__yeartext p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
}
@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .whowe__r__timeline .timeline ul li .whowe__r__timeline__yeartext p {
        font-size: 18px;
        line-height: 24px;
    }
}
.whowe-r-wrapper .whowe__r__timeline .timeline ul li:nth-child(2) {
    margin-left: 25%;
}
.whowe-r-wrapper .vission__mission__wrap {
    padding-bottom: 100px;
    position: relative;
}
.whowe-r-wrapper .vission__mission__wrap .vission__mission__arrow {
    position: absolute;
    left: -20%;
    width: 50%;
}
.whowe-r-wrapper .our__values .our__values__light__text,
.whowe-r-wrapper .vission__mission__wrap .vission__mission__lighttext {
    color: #c1c1c1;
    font-size: 60px;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-left: 25%;
}
.whowe-r-wrapper .vission__mission__wrap .vission__mission__lighttext .mission__text {
    padding-left: 23%;
}
.whowe-r-wrapper .vission__mission__wrap .mission__text__wrap,
.whowe-r-wrapper .vission__mission__wrap .vission__text__wrap {
    margin-left: 25%;
    padding-top: 100px;
}
.whowe-r-wrapper .vission__mission__wrap .mission__text__wrap h2,
.whowe-r-wrapper .vission__mission__wrap .vission__text__wrap h2 {
    color: #333;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 8px;
}
@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap h2,
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap h2 {
        font-size: 30px;
        line-height: 30px;
    }
}
.whowe-r-wrapper .vission__mission__wrap .mission__text__wrap p,
.whowe-r-wrapper .vission__mission__wrap .vission__text__wrap p {
    color: #333;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    width: 57%;
}
@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap p,
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap p {
        font-size: 18px;
        line-height: 24px;
    }
}
.whowe-r-wrapper .our__values .our__values__light__text .breaktext {
    padding-left: 35%;
}
.whowe-r-wrapper .our__values .our__values__content__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10%;
}
.whowe-r-wrapper .our__values .our__values__content__wrap .aim__logo {
    margin-left: 25%;
    padding: 50px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 15px 13px 11px -10px rgba(202, 202, 202, 0.75);
    -moz-box-shadow: 15px 13px 11px -10px rgba(202, 202, 202, 0.75);
    box-shadow: 15px 13px 11px -10px rgba(202, 202, 202, 0.75);
}
.header .logo img,
.media-press-wrap-wrap .pressbox img,
.whowe-r-wrapper .our__values .our__values__content__wrap .aim__logo img {
    width: 100%;
}
.whowe-r-wrapper .our__values .our__values__content__wrap .our__values__content {
    display: flex;
    padding-left: 1%;
    position: relative;
}
.whowe-r-wrapper .our__values .our__values__content__wrap .our__values__content .our__values__arrow {
    position: absolute;
    width: 54%;
    top: -4px;
    right: -27%;
}
.whowe-r-wrapper .our__values .our__values__content__wrap .our__values__content ul li {
    color: #333;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}
.whowe-r-wrapper .our__visionaries .our__visionaries__light__text {
    color: #c1c1c1;
    font-size: 60px;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-left: 25%;
}
.whowe-r-wrapper .our__visionaries .our__visionaries__light__text.leader-ship-block {
    margin-left: 0 !important;
    text-align:center;
}
}
.whowe-r-wrapper .our__visionaries .our__visionaries__light__text .visionaries__breaktext {
    padding-left: 20%;
}
.whowe-r-wrapper .our__visionaries .our__visionaries__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block {
    width: calc(25% - 100px);
    margin: 0 35px 35px;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 10px;
}
.whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .designation,
.whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .name {
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    color: #333;
    font-size: 24px;
    line-height: 26px;
    padding-top: 5px;
}
@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .our__values .our__values__content__wrap .our__values__content ul li {
        font-size: 16px;
        line-height: 20px;
    }
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .designation,
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .name {
        font-size: 20px;
        line-height: 22px;
    }
}
.whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block p {
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    color: #333;
    width: 95%;
    margin: 25px auto;
    font-size: 20px;
    line-height: 24px;
}
.media__body ul.tabs li.current,
.whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .knowmore__btn__wrap a {
    color: #ed1c24;
}
.applynow-wrap .applynow-form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b,
.newopening__wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px;
}
@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block p {
        font-size: 16px;
        line-height: 22px;
    }
}
.whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block:hover {
    cursor: pointer;
}
.hvrbox-layer_top h2 {
    font-size: 20px;
    line-height: 22px;
    color: #333;
}
.hvrbox-layer_top p {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    margin-top: 25px;
}
@media only screen and (max-width: 1500px) {
    .hvrbox-layer_top p {
        font-size: 16px;
        line-height: 22px;
    }
}
.hvrbox-layer_top .readmore {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-top: 25px;
    display: block;
    text-transform: uppercase;
}
.whower-banner__arrow {
    position: absolute;
    width: 56%;
    right: -365px;
    opacity: 1;
    transform: translate(0, 500px);
    z-index: 99;
    transition: 1.5s;
}
.our__values.active .whower-banner__arrow,
.what-we-do-banner.active .whower-banner__arrow {
    position: absolute;
    width: 56%;
    right: -365px;
    opacity: 1;
    transition: 1.5s;
    transform: translate(0, 0);
    z-index: 9;
}
.value__arrow,
.what__we__do__wraper .primary__education .primary__education__arrow {
    right: -16%;
    width: 53%;
    position: absolute;
    opacity: 1;
}
#menu,
.side-menu {
    z-index: 999;
    right: 50px;
    top: 50px;
}
.what__we__do__wraper .whatwedo__vision__mission {
    padding-bottom: 100px;
}
.contactus-banner,
.what__we__do__wraper .whatwedo__vision__mission .vission__mission__wrap {
    overflow: hidden;
}
.what__we__do__wraper .whatwedo__vision__mission .pb70 {
    padding-bottom: 70px;
}
.what__we__do__wraper .primary__education {
    background: url("../images/whatwedo-education.jpg") 0 0 / cover no-repeat;
    overflow: hidden;
    position: relative;
    padding-bottom: 12%;
}
.what__we__do__wraper .primary__education .primary__education__content {
    width: 40%;
    margin: 4% 15%;
}
.what__we__do__wraper .primary__education .primary__education__content h2 {
    color: #fff;
    font-size: 60px;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1500px) {
    .our__values.active .whower-banner__arrow,
    .what-we-do-banner.active .whower-banner__arrow,
    .whower-banner__arrow {
        right: -265px;
    }
    .what__we__do__wraper .primary__education .primary__education__content h2 {
        font-size: 50px;
    }
    .what__we__do__wraper .primary__education .primary__education__content h3 {
        font-size: 30px;
    }
}
.what__we__do__wraper .primary__education .primary__education__content h3 {
    color: #fff;
    font-size: 30px;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 10px;
}
.what__we__do__wraper .primary__education .primary__education__content p {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    padding-bottom: 25px;
}
@media only screen and (max-width: 1500px) {
    .what__we__do__wraper .primary__education .primary__education__content p {
        font-size: 14px;
        line-height: 30px;
    }
}
.what__we__do__wraper .primary__education .primary__education__content .knowmore__btn__wrap {
    margin-left: 20px;
}
.what-we-do-banner {
    position: relative;
    background: url("../images/what-we-do-banner.jpg") top/cover no-repeat;
    overflow: hidden;
    height: 82vh;
}
.we__work__banner {
    background: url("../images/we-work.jpg") bottom/cover no-repeat !important;
}
.whatwe__do__brands__wrap .whatwe__do__brands {
    display: flex;
    padding: 8% 5%;
    position: relative;
    overflow: hidden;
}
.whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__img {
    width: 50%;
    z-index: 9;
}
.whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text {
    width: 50%;
    padding: 0 5%;
}
.whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .small__brand__img .livpure-img {
    width: 23%;
}
.whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text p {
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    padding-top: 20px;
    width: 90%;
    font-size: 24px;
    line-height: 45px;
}
#menu li.active a,
.media__body ul.tabs li,
.media__content__wrap .media__box .media__text__wrap h2,
.year-heading02 {
    font-weight: 600;
    font-family: Poppins, serif;
    font-style: normal;
}
@media only screen and (max-width: 1500px) {
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text p {
        font-size: 20px;
        line-height: 36px;
    }
}
.whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .knowmore__btn__wrap {
    margin-top: 100px;
    margin-left: 3%;
    background: #ebebeb;
}
@media only screen and (max-width: 1400px) {
    .innovation__wrap .innovation__block .innovation__block__img {
        max-height: 250px;
    }
    .brand__banner__top .brand__banner__top__content p,
    .brand__experience .banner__content p {
        font-size: 12px;
        line-height: 20px;
    }
    .home__forthsection .section__wrap .videosection__wrap .videosection__text h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .home__forthsection .section__wrap .videosection__wrap .videosection__text p {
        font-size: 14px;
        line-height: 16px;
    }
    .home__forthsection .section__wrap .videosection__wrap .videosection__video a,
    .home__forthsection .section__wrap .videosection__wrap .videosection__video iframe {
        width: 450px;
    }
    .whowe-r-wrapper .our__story__info h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .whowe-r-wrapper .our__story__info p {
        font-size: 18px;
        line-height: 38px;
    }
    .whowe-r-wrapper .whowe__r__timeline .timeline ul li .whowe__r__timeline__year {
        font-size: 40px;
    }
    .whowe-r-wrapper .whowe__r__timeline .timeline ul li .whowe__r__timeline__yeartext p {
        font-size: 16px;
        line-height: 22px;
    }
    .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap h2,
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap p,
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap p {
        font-size: 16px;
        line-height: 24px;
    }
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .designation,
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .name {
        font-size: 16px;
        line-height: 18px;
    }
    .hvrbox-layer_top p,
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block p {
        font-size: 14px;
        line-height: 18px;
    }
    .what__we__do__wraper .primary__education .primary__education__content h2 {
        font-size: 20px;
        padding-top: 20px;
    }
    .what__we__do__wraper .primary__education .primary__education__content h3 {
        font-size: 30px;
    }
    .what__we__do__wraper .primary__education .primary__education__content p {
        font-size: 14px;
        line-height: 28px;
    }
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text p {
        font-size: 14px;
        line-height: 26px;
    }
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .knowmore__btn__wrap {
        margin-top: 50px;
    }
}
.whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .knowmore__btn__wrap img {
    width: 34% !important;
}
.whatwe__do__brands__wrap .brand__leftimg__arrow .brand__left__arrow {
    position: absolute;
    left: -20%;
    width: 50%;
    opacity: 1;
    display: none;
}
.whatwe__do__brands__wrap .brand__rightimg__arrow .brand__left__arrow {
    position: absolute;
    right: -20%;
    width: 50%;
    opacity: 1;
    display: none;
}
.whowe-r-banner,
.whowe-r-banner .fp-tableCell,
.year-section .section-1,
.year-section .section-1 .fp-tableCell,
.year-section .section-2,
.year-section .section-2 .fp-tableCell {
    height: auto !important;
}
.section.whoweare-animation {
    display: block;
    overflow: hidden;
}
#vission-mission .fp-scroller {
    overflow: initial;
    height: 100vh;
}
.year-section .year-container {
    height: 100vh;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.year-section .year-container .container {
    position: relative;
    height: 100%;
}
.year-section .year-container .year-desc-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.year-section .year-container .year-desc-wrap-17 {
    position: relative;
    -webkit-transform: translate(0, 10%);
    -moz-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
}
@media only screen and (max-width: 767px) {
    .container {
        width: 95%;
    }
    .home-body .fp-tableCell {
        padding-top: 20px;
    }
    #section0 .homepage--banner .homepage__arrow {
        display: none;
    }
    .firstslide .banner__center__content {
        width: 90%;
        margin: 25% auto 0;
    }
    .firstslide .banner__center__content h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .innovation__wrap .innovation__block {
        width: 48%;
    }
    .innovation__wrap .innovation__block h3 {
        font-size: 12px;
        line-height: 15px;
    }
    .brand__banner__top .brand__banner__top__logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .brand__banner__top .brand__banner__top__content {
        width: 100%;
    }
    .brand__banner__top .brand__banner__top__content h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .brand__page__wrap {
        margin-top: 60px;
    }
    .brand__page__wrap .brand__img {
        width: 100%;
        border: 1px solid #f1f1f1;
    }
    h2.brand__caption {
        font-size: 22px;
        line-height: 26px;
    }
    .brand__experience h2.brand__caption {
        font-size: 24px;
        line-height: 26px;
    }
    .home-brand__content,
    .home__forthsection .section__wrap .videosection__wrap {
        flex-wrap: wrap;
    }
    .home__forthsection .section__wrap .videosection__wrap .videosection__text {
        width: 100%;
        height: 50vh;
    }
    .home__forthsection .section__wrap .videosection__wrap .videosection__text h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .home__forthsection .section__wrap .videosection__wrap .videosection__text p {
        font-size: 14px;
        line-height: 26px;
    }
    .home__forthsection .section__wrap .videosection__wrap .videosection__video {
        width: 100%;
        height: 30vh;
    }
    .index__footer {
        bottom: 20px;
    }
    .home-brand__content .home-brand-img,
    .whowe-r-wrapper .our__values .our__values__content__wrap {
        width: 100%;
    }
    .home-brand__content .home-brand-content {
        width: 100%;
        order: 1;
    }
    .header__wrap {
        position: fixed;
        border: 1px solid red;
    }
    .whowe-r-wrapper .banner__caption {
        font-size: 20px;
        line-height: 30px;
    }
    .whowe-r-wrapper .whowe__r__story {
        margin-left: 20px;
    }
    .whowe-r-wrapper .light__text {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
    }
    .whowe-r-wrapper .whowe__r__story--container {
        padding-top: 20px;
    }
    .whowe-r-wrapper .our__story__info {
        width: 90% !important;
    }
    .whowe-r-wrapper .our__story__info p {
        font-size: 14px;
        line-height: 26px;
    }
    .whowe-r-wrapper .vission__mission__wrap {
        height: 100% !important;
        padding-bottom: 0;
    }
    .whowe-r-wrapper .vission__mission__wrap .fp-scrollable {
        height: 100% !important;
    }
    .whowe-r-wrapper .our__values .our__values__light__text,
    .whowe-r-wrapper .our__visionaries .our__visionaries__light__text,
    .whowe-r-wrapper .vission__mission__wrap .vission__mission__lighttext {
        font-size: 30px;
        line-height: 40px;
        width: 90%;
        margin: 0 auto;
    }
    .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap,
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap {
        padding-top: 20px;
        width: 90%;
        margin: 0 auto;
    }
    .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap h2,
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap p,
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap p {
        font-size: 16px;
        line-height: 26px;
        width: 90%;
    }
    .what__we__do__wraper .primary__education .primary__education__content,
    .whowe-r-wrapper .our__values .our__values__content__wrap .aim__logo {
        width: 90%;
        margin: 0 auto;
    }
    .whowe-r-wrapper .our__values .our__values__content__wrap .our__values__content {
        padding-left: 0;
        margin-top: 20px;
    }
    .whowe-r-wrapper .our__values .our__values__content__wrap .our__values__content ul {
        margin-top: 20px;
        margin-left: 20px;
    }
    .whowe-r-wrapper .our__values .our__values__content__wrap .our__values__content ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block {
        margin: 5px;
        width: calc(33% - 10px);
    }
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .designation,
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .name {
        font-size: 12px;
        line-height: 14px;
    }
    .hvrbox-layer_top {
        padding: 15px 0;
        background: rgba(255, 255, 255, 0.6);
        top: -75px;
    }
    .what__we__do__wraper .primary__education .primary__education__content p {
        font-size: 12px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .whatwe__do__brands__wrap .whatwe__do__brands {
        flex-wrap: wrap;
        padding: 20px;
        margin-bottom: 20px;
    }
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__img,
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text {
        width: 100%;
    }
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .small__brand__img {
        margin-top: 10px;
    }
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .small__brand__img .livpure-img {
        width: 35%;
    }
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text p {
        width: 100%;
        padding-top: 10px;
    }
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .knowmore__btn__wrap {
        margin-top: 20px;
    }
    .year-section #menu li a label {
        font-size: 13px;
        line-height: 13px;
    }
    .side-menu {
        right: 10px;
        top: 10px;
    }
    .year-section .year-container .year-desc-wrap-12 {
        top: 290px;
        position: relative;
    }
    .year-section .year-container .year-desc-wrap-17 {
        -webkit-transform: translate(0, 1%);
        -moz-transform: translate(0, 1%);
        -ms-transform: translate(0, 1%);
        -o-transform: translate(0, 1%);
        transform: translate(0, 1%);
        padding-top: 60px;
    }
}
.year-section .year-container .year-desc-wrap-17 p {
    width: 50%;
    margin: 15px auto 0;
}
.year-section .year-container .year-desc-wrap-17 .year-desc {
    width: 82%;
}
.year-section .year-container .year-desc {
    width: 42%;
    padding-right: 5%;
    opacity: 0;
    transition: 1s 0.2s;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    margin: 0 auto;
}
.year-section .year-container .year-desc.year-desc-2 {
    width: 100%;
    text-align: center;
}
.year-section .year-container .year-desc .year-desc-box {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.year-section .year-container p {
    color: #666;
    font-size: 24px;
    font-family: Poppins, serif;
    font-style: normal;
    font-weight: 700;
    margin: 35px 0;
    letter-spacing: 2px;
    line-height: 34px;
}
.year-section .year-container .brand-logo,
.year-section .year-container .year-icon {
    display: block;
    margin: 0 auto;
}
.year-section .year-container .year12-size {
    min-height: 222px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.year-section .year-container .brand-logo.three-logo {
    width: 400px;
}
.year-section .year-container .brand-logo-2017 img {
    padding: 0 10px;
}
.year-section .year-container .hideme {
    opacity: 0;
    transition: 1s 0.5s;
}
.section.whoweare-animation.active .year-desc,
.section.whoweare-animation.active .year-desc.f-right,
.year-section .year-container.active .year-desc,
.year-section .year-container.active .year-desc.f-right {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.year-section #menu {
    display: none !important;
}
#year-2007 .fp-scroller,
#year-2011 .fp-scroller {
    height: 100vh;
}
.section.whoweare-animation .hideme {
    opacity: 0;
    transition: 1s;
}
.section.whoweare-animation .vission__mission__arrow-slide-to-top {
    top: 500px;
}
.year-heading02 {
    color: #ed1c24;
    font-size: 40px;
    letter-spacing: 10px;
    left: 0;
    right: 25px;
    z-index: 9;
    top: 0;
    padding-top: 25px;
    background: #fff;
}
.thing {
    background: green;
}
.year-bar {
    position: absolute;
    right: 70px;
    width: 50px;
    margin: 0 auto;
    top: 85px;
}
.pt50 {
    padding-top: 50px !important;
}
#menu {
    position: fixed;
    display: none;
}
#menu li a {
    color: #fff;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    padding: 40px 0;
    display: block;
}
@media only screen and (max-width: 1500px) {
    .year-section .year-container p {
        font-size: 22px;
        margin: 25px 0;
        letter-spacing: 1.5px;
        line-height: 30px;
    }
    #menu li a {
        font-size: 16px;
        padding: 25px 0;
    }
}
@media only screen and (max-width: 1400px) {
    #menu li a {
        font-size: 16px;
        padding: 20px 0;
    }
}
.communtity__banner__botom {
    padding: 50px 0;
}
.communtity__banner__botom p {
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    color: #666;
    font-size: 20px;
    line-height: 40px;
    margin-top: 15px;
    width: 50%;
    margin-left: 25%;
}
.media__body ul.tabs {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
.media__body ul.tabs li {
    background: 0 0;
    color: #000;
    display: inline-block;
    padding: 30px 65px 30px 0;
    cursor: pointer;
}
.media__body .tab-content {
    display: none;
    margin-top: 0;
}
.media__body .tab-content.current {
    display: inherit;
}
.media__content__wrap {
    display: flex;
    flex-wrap: wrap;
}
.media__content__wrap .media__box {
    width: 30%;
    margin-bottom: 50px;
    margin-right: 3%;
}
.media__content__wrap .media__box .media__img {
    position: relative;
    overflow: hidden;
}
.media__content__wrap .media__box .media__img img {
    width: 100%;
    display: block;
}
.media__content__wrap .media__box .media__img .media__arrowimg {
    position: absolute;
    bottom: 0;
    right: -86px;
    width: 72%;
}
.media__content__wrap .media__box .media__text__wrap {
    width: 70%;
    position: relative;
}
.media__content__wrap .media__box .media__text__wrap h2 {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    padding: 15px 0;
}
.media__content__wrap .media__box .media__text__wrap p {
    font-size: 13px;
    line-height: 22px;
    color: #232323;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
}
.media__content__wrap .media__box .media__text__wrap .knowmore__btn__wrap {
    margin-top: 10px;
    margin-left: 22px;
    background: #ebebeb;
}
.media__content__wrap .media__box .media__text__wrap .knowmore__btn__wrap img {
    width: 38%;
}
.newopening__wrap .select2-container--default .select2-selection--single {
    width: 300px;
    background: #f1f1f1;
    border: 0;
    border-radius: 0;
    height: 40px;
}
.newopening__wrap .select2-container {
    width: 300px !important;
}
.newopening__wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-size: 14px;
    line-height: 37px;
    text-transform: capitalize;
}
.job__opening .faqaccordian-box-wrap {
    padding-top: 30px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 100px;
}
.job__opening .faqaccordian-box-wrap h2.tit {
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    color: #ed1c24;
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
}
.job__opening .faqaccordian-box-wrap .accordian-box {
    padding: 20px;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.applynow-wrap .applynow-form-wrap .control-box,
.news__date {
    margin-bottom: 25px;
}
.job__opening .faqaccordian-box-wrap .accordian-box .heading02 {
    color: #000;
    font-size: 14px;
    padding: 5px 0;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
}
.job__opening .faqaccordian-box-wrap .accordian-box .heading02.active {
    color: #e10f23;
}
.job__opening .faqaccordian-box-wrap .accordian-box .heading02:hover,
.modal .modal-wrapper .modal-close:hover {
    cursor: pointer;
}
.job__opening .faqaccordian-box-wrap .accordian-box .toggle-box {
    padding: 20px 0;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    display: none;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
}
.job__opening .faqaccordian-box-wrap .accordian-box .toggle-box ul {
    margin-top: 10px;
    margin-left: 20px;
}
.job__opening .faqaccordian-box-wrap .accordian-box .toggle-box ul li {
    list-style-type: disc;
    font-size: 14px;
    padding-bottom: 5px;
}
.job__opening .faqaccordian-box-wrap .accordian-box .arrow img {
    height: 15px;
    width: 15px;
}
.applynow-wrap {
    margin-top: 50px;
}
.applynow-wrap .applynow-form-wrap {
    width: 50%;
    margin: 0 auto;
}
.applynow-wrap .applynow-form-wrap .select2-container--default .select2-selection--single {
    width: 100%;
    background: #f1f1f1;
    border: 0;
    border-radius: 0;
    height: 40px;
}
.applynow-wrap .applynow-form-wrap .select2-container {
    width: 100% !important;
}
.applynow-wrap .applynow-form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-size: 14px;
    line-height: 37px;
    text-transform: capitalize;
}
.applynow-wrap .applynow-form-wrap .control-box .form-label {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    display: block;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 5px;
}
.applynow-wrap .applynow-form-wrap .control-box .form-control {
    width: 100%;
    background: #f1f1f1;
    border: 0;
    border-radius: 0;
    height: 40px;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    padding-left: 15px;
}
.applynow-wrap .applynow-form-wrap .control-box .radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 25px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
}
.applynow-wrap .applynow-form-wrap .control-box .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.applynow-wrap .applynow-form-wrap .control-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.applynow-wrap .applynow-form-wrap .control-box .radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.applynow-wrap .applynow-form-wrap .control-box .radio-container input:checked ~ .checkmark {
    background-color: #ed1c24;
}
.applynow-wrap .applynow-form-wrap .control-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.applynow-wrap .applynow-form-wrap .control-box .radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
.applynow-wrap .applynow-form-wrap .control-box .submit-form {
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    background: #ed1c24;
    color: #fff;
    border: none;
    width: 100%;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
}
.header .menu .dropdown-content ul li a:hover,
.header .menu li a:hover,
.media-tabs-nav li a.active,
.media-tabs-nav li.active a,
.media__menu ul .dropdown-content ul li a:hover,
.media__menu ul li a:hover,
.news-tabs-nav li.active a,
.press-tabs-nav li.active a {
    color: #ed1c24;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select .file-select-name,
.applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select:hover {
    border-color: #34495e;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #fff;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload.active .file-select {
    border-color: #3fa46a;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #fff;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select.file-select-disabled:hover {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.media__menu {
    padding-bottom: 20px;
}
.media__menu ul {
    margin-top: 15px;
}
.header .menu li,
.media__menu ul li {
    display: inline-block;
}
.media__menu ul li a {
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    color: #333;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 18px;
    display: inline-block;
    text-transform: uppercase;
}
.header .menu .dropdown,
.media__menu ul .dropdown,
.smallline1,
.smallline2 {
    position: relative;
}
.burger-menu,
.mob__header {
    background: #fff;
    position: fixed;
}
.header .menu .dropdown a,
.media__menu ul .dropdown a {
    padding-bottom: 10px;
}
.media__menu ul .dropdown-content {
    display: none;
    position: absolute;
    min-width: 150px;
    z-index: 9;
    background: #fff;
}
.media__menu ul .dropdown-content ul {
    margin-top: 0;
}
.header .menu .dropdown-content ul li,
.media__menu ul .dropdown-content ul li,
.media__menu ul .dropdown:hover .dropdown-content {
    display: block;
}
.media__menu ul .dropdown-content ul li a {
    display: block;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    color: #333;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 20px;
}
.smallline1::after,
.smallline1::before,
.smallline2::after,
.smallline2::before {
    content: "";
    width: 13px;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
}
.smallline1::after {
    top: 5px;
}
.smallline1::before {
    top: 15px;
}
.smallline2::after {
    top: 25px;
}
.smallline2::before {
    top: 35px;
}
.media-tabs-nav li,
.news-tabs-nav li,
.press-tabs-nav li {
    display: inline-block;
    background: #e9e9e9;
}
.media-tabs-nav li a,
.news-tabs-nav li a,
.press-tabs-nav li a {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 30px;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    color: #000;
}
.year__img__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
}
.year__img__wrap .year__img {
    width: 24%;
    max-height: 250px;
    margin-bottom: 85px;
}
.year__img__wrap .year__img img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.media__content__wrap {
    padding-top: 20px;
}
.news__name {
    text-align: center;
    padding-top: 10px;
    font-family: Poppins, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
}
.news__date {
    text-align: center;
    padding: 10px;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
}
.media-press-wrap-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding-top: 20px;
}
.media-press-wrap-wrap .pressbox {
    width: 23.5%;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 250px;
    border: 1px solid #ccc;
}
.news__wrap .news__list {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
}
.news__wrap .news__list .news__list__date {
    color: #333;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    text-transform: inherit;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
}
.contact-section .contact-wrap .find-us p,
.header .menu li a,
.news__wrap .news__list .news__list__title {
    line-height: 24px;
    font-family: Poppins, serif;
    font-style: normal;
}
.news__wrap .news__list .news__list__title {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0;
}
.news__wrap .news__list .news__list__title:hover {
    color: #ed1c24;
    cursor: pointer;
}
.news__wrap .news__list .news__list__title .news__download__icon i {
    font-size: 20px;
}
.contact-section {
    padding: 80px 0;
}
.contact-section .contact-wrap .heading02 {
    font-size: 28px;
    color: #000;
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    line-height: 22px;
    margin-bottom: 30px;
}
.contact-section .contact-wrap .heading03 {
    font-family: Poppins, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    color: #000;
}
.contact-section .contact-wrap .find-us {
    width: 60%;
    padding-right: 10%;
}
.contact-section .contact-wrap .find-us p {
    font-size: 16px;
    margin-top: 15px;
    color: #000;
    font-weight: 300;
}
.contact-section .contact-wrap .find-us p a {
    color: #000;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
}
.contact-section .contact-wrap .find-us p .email-space {
    padding-left: 30px;
}
.contact-section .contact-wrap .find-us p .icon {
    width: 30px;
    display: inline-block;
    vertical-align: top;
}
.contact-section .contact-wrap .find-us p .add-span {
    width: -webkit-calc(100% - 38px);
    width: -moz-calc(100% - 38px);
    width: -ms-calc(100% - 38px);
    width: calc(100% - 38px);
    display: inline-block;
    margin-bottom: 0;
}
.contact-section .contact-wrap .find-us #map-frame {
    width: 100%;
    height: 400px;
    margin-top: 35px;
}
.contact-section .contact-wrap .message .form-box {
    margin-top: 20px;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
}
.contact-section .contact-wrap .message .form-box label {
    font-size: 15px;
    display: block;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
}
.contact-section .contact-wrap .message .form-box input,
.contact-section .contact-wrap .message .form-box select,
.contact-section .contact-wrap .message .form-box textarea {
    width: 300px;
    height: 25px;
    border: none;
    border-bottom: 1px solid #bbb;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
}
.contact-section .contact-wrap .message .form-box .file-box {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    border: 1px solid #bbb;
    text-align: center;
    padding: 12px 15px;
    line-height: 11px;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
}
.contact-section .contact-wrap .message .form-box .file-box input {
    font-size: 999px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.contact-section .contact-wrap .message .form-box button {
    background: #ed1c24;
    color: #fff;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    border: 3px solid transparent;
    padding: 12px 0;
}
.header {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.header .menu {
    z-index: 99;
}
.header .menu ul {
    padding-right: 80px;
}
.header .menu li a {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 24px;
    padding: 10px 18px;
}
.header .menu .dropdown-content {
    display: none;
    position: absolute;
    min-width: 300px;
}
.header .menu .dropdown-content ul li a {
    display: block;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 20px;
}
.mob__header {
    height: 52px;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.mob__header .mob__header__logo img {
    width: 30%;
    position: absolute;
    top: 10px;
    left: 10px;
}
@media only screen and (max-width: 479px) {
    .mob__header .mob__header__logo img {
        width: 27%;
    }
}
@media only screen and (max-width: 359px) {
    .year-section .year-container .year-desc-wrap-17 {
        padding-top: 35px;
    }
    .mob__header .mob__header__logo img {
        width: 30%;
    }
}
.mob-menu-btn {
    display: none;
    width: 30px;
    z-index: 9;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 18px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.mob-menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.mob-menu-btn span:nth-child(2),
.mob-menu-btn span:nth-child(3) {
    top: 10px;
}
.mob-menu-btn span:nth-child(4) {
    top: 20px;
}
.mob-menu-btn.open span:first-child,
.mob-menu-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.mob-menu-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mob-menu-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burger-menu {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    top: 52px;
    height: 100%;
    width: 100%;
    right: -100%;
    overflow: auto;
    z-index: 9999999;
    border-top: 1px solid #ccc;
}
.modal,
.modal .modal-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    left: 0;
}
.burger-menu ul li {
    color: #000;
}
.burger-menu ul li a {
    display: block;
    padding: 15px 10px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-family: Poppins, serif;
    font-weight: 300;
    font-style: normal;
}
.burger-menu ul li a:hover {
    padding-left: 10px;
}
.burger-menu ul li a.submenu-link:after {
    position: absolute;
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    right: 3px;
    top: 8px;
    font-size: 20px;
}
.burger-menu ul li .dropdown-burger-menu {
    display: none;
    padding-left: 20px;
}
.burger-menu ul li .dropdown-burger-menu li a {
    font-size: 13px;
}
.modal {
    z-index: 99;
}
.modal .modal-overlay {
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal .modal-wrapper,
.modal .modal-wrapper .modal-close {
    position: absolute;
    right: 0;
}
.modal .modal-wrapper {
    z-index: 9999;
    top: 6em;
    left: 0;
    width: 40em;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 1500px) {
    .header .menu li a,
    .media__menu ul li a {
        font-size: 16px;
        line-height: 16px;
    }
    .header .menu .dropdown-content ul li a,
    .media__menu ul .dropdown-content ul li a {
        font-size: 12px;
        line-height: 12px;
    }
    .modal .modal-wrapper {
        top: 4em;
        left: 0;
        width: 40em;
        right: 0;
        margin: 0 auto;
    }
}
.modal .modal-wrapper .modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #e8e8e8;
}
.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal-transition {
    transition: 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}
.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.modal-content,
.modal-header {
    padding: 1em;
}
@media only screen and (max-width: 767px) {
    .year-section .year-container .year-desc-wrap-17 p {
        width: 90%;
        font-size: 12px;
        line-height: 15px !important;
    }
    .year-section .year-container .year-desc-wrap-17 .year-icon img {
        width: 18%;
    }
    .year-section .year-container .year-desc-wrap-17 .year-desc {
        width: 100%;
    }
    .year-section .year-container .year-desc-wrap-17 .year-desc .brand-logo {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .year-section .year-container .year-desc-wrap-17 .year-desc .brand-logo img {
        width: 40%;
    }
    .year-section .year-container .year-desc {
        width: 90%;
    }
    .year-section .year-container .year-desc.year-desc-2 {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }
    .year-section .year-container .year-desc .year-desc-box {
        width: 80%;
    }
    .year-section .year-container p {
        font-size: 14px;
        line-height: 24px !important;
        margin: 20px 0;
        letter-spacing: 1.5px;
    }
    .year-section .year-container .year-icon img {
        width: 35%;
    }
    .year-section .year-container .year12-size {
        min-height: auto;
        margin: 20px 0;
    }
    .communtity__banner__botom {
        padding: 20px 0;
    }
    .communtity__banner__botom p {
        width: 90%;
        font-size: 14px;
        line-height: 24px;
        margin: 0 auto;
    }
    .media__body ul.tabs li {
        padding: 10px;
        font-size: 14px;
    }
    .media__content__wrap .media__box {
        width: 100%;
        margin-right: 0;
    }
    .newopening__wrap .select2-container--default .select2-selection--single {
        width: 250px;
    }
    .newopening__wrap .select2-container {
        width: 250px !important;
    }
    .job__opening .faqaccordian-box-wrap {
        padding-top: 10px;
        width: 90%;
    }
    .job__opening .faqaccordian-box-wrap .accordian-box {
        padding: 10px 15px;
    }
    .job__opening .faqaccordian-box-wrap .accordian-box .toggle-box {
        font-size: 12px;
        line-height: 16px;
    }
    .applynow-wrap .applynow-form-wrap {
        width: 90%;
        margin: 0 auto;
    }
    .applynow-wrap .applynow-form-wrap .control-box .form-label {
        font-size: 14px;
        line-height: 16px;
    }
    .media-tabs-nav li a,
    .news-tabs-nav li a,
    .press-tabs-nav li a {
        font-size: 12px;
        line-height: 12px;
        padding: 15px 30px;
    }
    .contact-section .contact-wrap,
    .year__img__wrap {
        flex-wrap: wrap;
    }
    .contact-section .contact-wrap .message .form-box input,
    .contact-section .contact-wrap .message .form-box select,
    .contact-section .contact-wrap .message .form-box textarea,
    .year__img__wrap .year__img {
        width: 100%;
    }
    .news__name {
        padding-top: 0;
    }
    .news__wrap .news__list .news__list__date {
        font-size: 12px;
        line-height: 12px;
    }
    .news__wrap .news__list .news__list__title {
        font-size: 12px;
        line-height: 18px;
    }
    .career-banner,
    .community-banner,
    .media-banner-wrap,
    .mobile-topspace {
        margin-top: 52px;
    }
    .contact-section {
        padding: 30px 0;
    }
    .contact-section .contact-wrap .heading02 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .contact-section .contact-wrap .heading03 {
        font-size: 16px;
    }
    .contact-section .contact-wrap .find-us {
        width: 100%;
        padding-right: 0;
    }
    .contact-section .contact-wrap .find-us p {
        font-size: 14px;
    }
    .contact-section .contact-wrap .message {
        width: 100%;
        margin-top: 50px;
    }
    .contact-section .contact-wrap .message .form-box button {
        font-size: 14px;
        padding: 8px 0;
    }
    .header {
        display: none;
    }
    .mob-menu-btn,
    .mob__header {
        display: block;
    }
    .modal .modal-wrapper {
        width: 96%;
        margin-left: -48%;
    }
    .modal-content,
    .modal-header {
        padding: 0;
    }
}
.thank-you-message {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    width: 80%;
    margin: 50px auto;
    font-family: Poppins, serif;
    font-weight: 500;
    font-style: normal;
}
