﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

* {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a {
    text-decoration: none
}

    a:active, a:hover, a:focus {
        outline: 0 !important
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

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
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

ul {
    margin: 0px;
    padding: 0px
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        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
}

body {
    font-size: 100%
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

.clear {
    clear: both;
    display: block;
    width: 100%
}

.sprite {
    background: url(https://sar-group.com/assets/frontend/images/sprite.png) no-repeat;
    display: inline-block
}

input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
    outline: 0
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -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 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    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(0px, 0px, 0px)
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
        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-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -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
        }

    .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-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.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("https://sar-group.com/assets/frontend/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3)
    }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.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 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.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@") 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") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 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: .75em;
    vertical-align: -15%
}

.fa-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
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    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-stack-2x {
    font-size: 2em
}

.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-remove:before, .fa-close: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-gear:before, .fa-cog: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-rotate-right:before, .fa-repeat: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-photo:before, .fa-image: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-warning:before, .fa-exclamation-triangle: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-gears:before, .fa-cogs: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-save:before, .fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before, .fa-reorder:before, .fa-bars: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-unsorted:before, .fa-sort:before {
    content: ""
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-legal:before, .fa-gavel:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before, .fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before, .fa-clipboard: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-unlink:before, .fa-chain-broken: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-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before, .fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-rupee:before, .fa-inr:before {
    content: ""
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
}

.fa-won:before, .fa-krw: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-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before, .fa-try: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-institution:before, .fa-bank:before, .fa-university:before {
    content: ""
}

.fa-mortar-board:before, .fa-graduation-cap: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-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before, .fa-file-audio-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-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: ""
}

.fa-ge:before, .fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-send:before, .fa-paper-plane:before {
    content: ""
}

.fa-send-o:before, .fa-paper-plane-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-soccer-ball-o:before, .fa-futbol-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-shekel:before, .fa-sheqel:before, .fa-ils: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-hotel:before, .fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before, .fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full: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-stop-o:before, .fa-hand-paper-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-tv:before, .fa-television: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-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before, .fa-sign-language: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-vcard:before, .fa-address-card:before {
    content: ""
}

.fa-vcard-o:before, .fa-address-card-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:before, .fa-thermometer-full: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-bathtub:before, .fa-s15:before, .fa-bath: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;
    overflow: hidden;
    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-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    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,.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        box-shadow: 0 10px 25px rgba(0,0,0,.5)
    }

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.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-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next 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: .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 {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(https://sar-group.com/assets/frontend/images/blank.gif);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    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: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.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: transparent;
        background: rgba(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: bold;
        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: #000;
    background: rgba(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-prev span, .fancybox-next span {
        background-image: url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

        #fancybox-loading div {
            background-image: url(https://sar-group.com/assets/frontend/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") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot");
    src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot") format("embedded-opentype"),url("../fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"),url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"),url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype"),url("../fonts/Montserrat-Bold/Montserrat-Bold.svg") format("svg")
}

@font-face {
    font-family: "MontserratAlternates-Regular";
    src: url("../fonts/MontserratAlternates-Regular/MontserratAlternates-Regular.eot");
    src: url("../fonts/MontserratAlternates-Regular/MontserratAlternates-Regular.eot") format("embedded-opentype"),url("../fonts/MontserratAlternates-Regular/MontserratAlternates-Regular.woff2") format("woff2"),url("../fonts/MontserratAlternates-Regular/MontserratAlternates-Regular.woff") format("woff"),url("../fonts/MontserratAlternates-Regular/MontserratAlternates-Regular.ttf") format("truetype"),url("../fonts/MontserratAlternates-Regular/MontserratAlternates-Regular.svg") format("svg")
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot");
    src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot") format("embedded-opentype"),url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"),url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"),url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype"),url("https://sar-group.com/assets/frontend/fonts/Montserrat-SemiBold/Montserrat-SemiBold.svg") format("svg")
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot");
    src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot") format("embedded-opentype"),url("../fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"),url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"),url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype"),url("https://sar-group.com/assets/frontend/fonts/Montserrat-Regular/Montserrat-Regular.svg") format("svg")
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans/OpenSans.eot");
    src: url("../fonts/OpenSans/OpenSans.eot") format("embedded-opentype"),url("../fonts/OpenSans/OpenSans.woff2") format("woff2"),url("../fonts/OpenSans/OpenSans.woff") format("woff"),url("../fonts/OpenSans/OpenSans.ttf") format("truetype"),url("https://sar-group.com/assets/frontend/fonts/OpenSans/OpenSans.svg") format("svg")
}

.clear {
    clear: both
}

.fadeIn {
    opacity: 1
}

.slide-to-left {
    left: -50px
}

    .slide-to-left.showme {
        left: 0
    }

.slide-to-right {
    right: -50px
}

    .slide-to-right.showme {
        right: 0
    }

.slide-to-top {
    top: 50px
}

    .slide-to-top.showme {
        top: 0;
        opacity: 1
    }

.timeline-arrow-slide-to-top.showme {
    top: 0
}

.timeline-arrow-slide-to-top {
    top: 500px
}

.primary__education-slide-to-top.showme {
    top: 0
}

.primary__education-slide-to-top {
    top: 500px
}

.brand__left__arrow-slide-to-top.showme {
    top: 0
}

.brand__left__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
}

    .slide-to-toplarge.showme {
        top: 0
    }

.hideme {
    opacity: 0;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -webkit-transition: ease 1s all;
    -moz-transition: ease 1s all;
    transition: ease 1s all;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%
}

.delay1 {
    transition-delay: .5s
}

.delay2 {
    transition-delay: 1s
}

.delay3 {
    transition-delay: 1.5s
}

.delay4 {
    transition-delay: 2s
}

.delay5 {
    transition-delay: 2.5s
}

.delay6 {
    transition-delay: 3s
}

.delay7 {
    transition-delay: 3.5s
}

.delay8 {
    transition-delay: 4s
}

.delay9 {
    transition-delay: 4.5s
}

.delay10 {
    transition-delay: 5s
}

.load-fadein {
    opacity: 0;
    -webkit-transition: ease 1s all;
    -moz-transition: ease 1s all;
    transition: ease 1s all
}

    .load-fadein.active {
        opacity: 1
    }

.load-slide-bottom {
    opacity: 0;
    -webkit-transition: ease 1s all;
    -moz-transition: ease 1s all;
    transition: ease 1s all;
    position: relative;
    margin-top: 60px
}

    .load-slide-bottom.active {
        opacity: 1;
        margin-top: 0
    }

.load-slide-top {
    opacity: 0;
    -webkit-transition: ease 1s all;
    -moz-transition: ease 1s all;
    transition: ease 1s all;
    position: relative;
    top: -50px
}

    .load-slide-top.active {
        opacity: 1;
        top: 0
    }

.container {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .container {
        width: 95%
    }
}

.pb50 {
    padding-bottom: 50px
}

.d-block {
    display: block
}

.small__case {
    text-transform: lowercase
}

.scroll-top {
    position: absolute;
    bottom: 55px;
    right: 28px;
    z-index: 9;
    width: 23px;
    display: none
}

    .scroll-top:hover {
        cursor: pointer
    }

.inner-scroll-top {
    position: fixed;
    bottom: 55px;
    right: 28px;
    z-index: 9;
    width: 23px
}

    .inner-scroll-top:hover {
        cursor: pointer
    }

#fullpage .section .animate-box {
    transition: all 1.5s ease;
    height: 100vh;
    transform-origin: center center;
    background-color: #fff
}

#fullpage .section {
    position: relative
}

    #fullpage .section .downarrow {
        position: absolute;
        bottom: 2%;
        left: 50%;
        z-index: 9
    }

        #fullpage .section .downarrow i {
            font-size: 40px;
            line-height: 40px
        }

    #fullpage .section .uparrow {
        left: 50%;
        top: 2%;
        position: absolute;
        z-index: 9
    }

        #fullpage .section .uparrow i {
            font-size: 40px;
            line-height: 40px
        }

@media only screen and (max-width: 767px) {
    .home-body .fp-tableCell {
        padding-top: 20px
    }
}

.section {
    background: url("../images/video-back-redarrow-new.png") no-repeat;
    background-position: center bottom;
    background-size: 50%;
    bottom: 0;
    left: 0;
    right: 0
}

#section0 .homepage--banner {
    background: url(../images/home-banner1.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden
}

    #section0 .homepage--banner .homepage__arrow {
        width: 57%;
        position: absolute;
        right: -22%;
        opacity: 0;
        transform: translate(0px, 500px)
    }

@media only screen and (max-width: 767px) {
    #section0 .homepage--banner .homepage__arrow {
        display: none
    }
}

#section0 .homepage--banner .homepage__arrow.active {
    position: absolute;
    top: 0;
    right: -22%;
    opacity: 1;
    transition: ease 1.5s all;
    transform: translate(0px, 0px);
    width: 60%
}

#section1 .animate-box {
    display: flex;
    align-items: center;
    justify-content: center
}

#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 .fp-tableCell {
    display: block
}

.firstslide .banner__center__content {
    display: flex;
    flex-wrap: wrap;
    width: 35%;
    text-align: center;
    justify-content: center;
    margin: 10% auto 0
}

@media only screen and (max-width: 767px) {
    .firstslide .banner__center__content {
        width: 90%;
        margin: 25% auto 0
    }
}

.firstslide .banner__center__content h2 {
    font-family: "Montserrat-Bold";
    color: #333;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .firstslide .banner__center__content h2 {
        font-size: 24px;
        line-height: 26px
    }
}

.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-family: "OpenSans";
        font-size: 14px;
        line-height: 14px;
        color: #333
    }

    .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: all .2s linear
    }

@media only screen and (max-width: 767px) {
    .innovation__wrap .innovation__block {
        width: 48%
    }
}

.innovation__wrap .innovation__block h2 {
    color: #333;
    font-family: "Montserrat-Bold";
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase
}

.innovation__wrap .innovation__block h3 {
    color: #333;
    font-family: "Montserrat-Bold";
    font-size: 15px;
    line-height: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .innovation__wrap .innovation__block h3 {
        font-size: 12px;
        line-height: 15px
    }
}

.innovation__wrap .innovation__block:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transform: translate3d(0, -2px, 0)
}

.innovation__wrap .innovation__block .innovation__block__img {
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 1400px) {
    .innovation__wrap .innovation__block .innovation__block__img {
        max-height: 250px
    }
}

.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(0px, 55px)
}

.innovation__wrap .innovation__block .innovation__block__img:hover .arrowimg {
    position: absolute;
    top: 0;
    right: -155px;
    opacity: 1;
    transition: ease 1s all;
    transform: translate(0px, 0px)
}

.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%
}

@media only screen and (max-width: 767px) {
    .brand__banner__top .brand__banner__top__logo {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.brand__banner__top .brand__banner__top__content {
    width: 90%;
    padding-left: 4%
}

@media only screen and (max-width: 767px) {
    .brand__banner__top .brand__banner__top__content {
        width: 100%
    }
}

.brand__banner__top .brand__banner__top__content h2 {
    color: #333;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    padding: 10px 0px
}

@media only screen and (max-width: 767px) {
    .brand__banner__top .brand__banner__top__content h2 {
        font-size: 22px;
        line-height: 28px
    }
}

.brand__banner__top .brand__banner__top__content p {
    color: #333;
    font-family: "Montserrat-Regular";
    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
    }
}

@media only screen and (max-width: 1400px) {
    .brand__banner__top .brand__banner__top__content p {
        font-size: 12px;
        line-height: 20px
    }
}

.brand__page__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px
}

@media only screen and (max-width: 767px) {
    .brand__page__wrap {
        margin-top: 60px
    }
}

.brand__page__wrap .brand__img {
    width: 28%;
    text-align: center;
    margin: 0% 2%;
    padding: 20px 0px;
    margin-bottom: 40px;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .brand__page__wrap .brand__img {
        width: 100%;
        border: 1px solid #f1f1f1
    }
}

.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: all 1s ease
    }

h2.brand__caption {
    color: #333;
    font-family: "Montserrat-Bold";
    font-size: 30px;
    line-height: 30px;
    padding: 30px;
    text-align: center;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    h2.brand__caption {
        font-size: 22px;
        line-height: 26px
    }
}

.brand__experience {
    position: relative
}

    .brand__experience .brand__experience__overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4)
    }

    .brand__experience h2.brand__caption {
        color: #333;
        font-family: "Montserrat-Bold";
        font-size: 30px;
        line-height: 30px;
        padding: 30px;
        text-align: center
    }

@media only screen and (max-width: 767px) {
    .brand__experience h2.brand__caption {
        font-size: 24px;
        line-height: 26px
    }
}

.brand__experience .knowmore__btn__wrap img {
    width: 30%
}

.brand__experience .heka__logo {
    width: 23%
}

.brand__experience .livfast__logo {
    width: 30%
}

.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-prev i {
        font-size: 40px;
        color: #000
    }

.brand__experience__slider .owl-next {
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -40px
}

    .brand__experience__slider .owl-next i {
        font-size: 40px;
        color: #000
    }

.home__forthsection .section__wrap {
    background: #d3dde9;
    position: relative;
    overflow: hidden
}

    .home__forthsection .section__wrap .videosection__wrap {
        display: flex
    }

@media only screen and (max-width: 767px) {
    .home__forthsection .section__wrap .videosection__wrap {
        flex-wrap: wrap
    }
}

.home__forthsection .section__wrap .videosection__wrap .videosection__text {
    width: 50%;
    padding: 14% 0px
}

@media only screen and (max-width: 767px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__text {
        width: 100%;
        height: 50vh
    }
}

.home__forthsection .section__wrap .videosection__wrap .videosection__text h2 {
    color: #333;
    font-family: "Montserrat-Bold";
    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
    }
}

@media only screen and (max-width: 1400px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__text h2 {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__text h2 {
        font-size: 24px;
        line-height: 26px
    }
}

.home__forthsection .section__wrap .videosection__wrap .videosection__text p {
    color: #333;
    font-family: "Montserrat-Bold";
    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
    }
}

@media only screen and (max-width: 1400px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__text p {
        font-size: 14px;
        line-height: 16px
    }
}

@media only screen and (max-width: 767px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__text p {
        font-size: 14px;
        line-height: 26px
    }
}

.home__forthsection .section__wrap .videosection__wrap .videosection__video {
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media only screen and (max-width: 767px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__video {
        width: 100%;
        height: 30vh
    }
}

.home__forthsection .section__wrap .videosection__wrap .videosection__video iframe {
    width: 600px;
    margin: 0 auto;
    height: 300px;
    margin: 0 auto;
    z-index: 2
}

@media only screen and (max-width: 1500px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__video iframe {
        width: 500px
    }
}

@media only screen and (max-width: 1400px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__video iframe {
        width: 450px
    }
}

.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
    }
}

@media only screen and (max-width: 1400px) {
    .home__forthsection .section__wrap .videosection__wrap .videosection__video a {
        width: 450px
    }
}

.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(0px, 9999px)
}

.home__forthsection.active .video__backarrow {
    position: absolute;
    top: 0;
    opacity: 1;
    transition: ease 1.5s all;
    transform: translate(0px, 0px)
}

.footer__wrap {
    background: #ed1c24;
    color: #fff;
    font-family: "Montserrat-Bold";
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 15px 0px;
    width: 100%;
    bottom: 0;
    text-transform: uppercase
}

.index__footer {
    position: absolute;
    bottom: 0px
}

@media only screen and (max-width: 767px) {
    .index__footer {
        bottom: 20px
    }
}

.img-wrapper img {
    width: 100%;
    display: block
}

#fullpage {
    background: none
}

.brand__experience .banner__content {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 40%
}

    .brand__experience .banner__content h2 {
        color: #fff;
        font-family: "Montserrat-Bold";
        text-transform: uppercase;
        font-size: 26px;
        line-height: 32px;
        margin-top: 10px
    }

    .brand__experience .banner__content p {
        color: #fff;
        font-family: "Montserrat-Regular";
        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
    }
}

@media only screen and (max-width: 1400px) {
    .brand__experience .banner__content p {
        font-size: 12px;
        line-height: 20px
    }
}

.brand__experience .banner__content .knowmore__btn__wrap {
    margin-left: 20px
}

.home-brand__content {
    display: flex;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .home-brand__content {
        flex-wrap: wrap
    }
}

.home-brand__content .home-brand-img {
    width: 60%
}

@media only screen and (max-width: 767px) {
    .home-brand__content .home-brand-img {
        width: 100%
    }
}

.home-brand__content .home-brand-content {
    width: 40%
}

@media only screen and (max-width: 767px) {
    .home-brand__content .home-brand-content {
        width: 100%;
        order: 1
    }
}

.header__wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .header__wrap {
        position: fixed;
        border: 1px solid red
    }
}

.whowe-r-wrapper {
    overflow: hidden
}

    .whowe-r-wrapper .whowe-r-banner {
        position: relative;
        overflow: hidden
    }

        .whowe-r-wrapper .whowe-r-banner .header__wrap {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 99;
            width: 100%
        }

    .whowe-r-wrapper .banner__caption {
        color: #fff;
        font-family: "Montserrat-Bold";
        font-size: 80px;
        position: absolute;
        bottom: 0;
        right: 5%;
        z-index: 99
    }

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .banner__caption {
        font-size: 20px;
        line-height: 30px
    }
}

.whowe-r-wrapper .whowe__r__story {
    position: relative;
    margin-left: 25%
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .whowe__r__story {
        margin-left: 20px
    }
}

.whowe-r-wrapper .light__text {
    color: #c1c1c1;
    font-size: 60px;
    font-family: "Montserrat-Bold";
    padding-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .light__text {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px
    }
}

.whowe-r-wrapper .light__text .story__text {
    padding-left: 16%
}

.whowe-r-wrapper .whowe__r__story--container {
    padding-top: 50px
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .whowe__r__story--container {
        padding-top: 20px
    }
}

.whowe-r-wrapper .whowe__r__story--container .light__text span {
    display: block
}

.whowe-r-wrapper .our__story__info {
    width: 50%;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .our__story__info {
        width: 90% !important
    }
}

.whowe-r-wrapper .our__story__info h2 {
    font-family: "Montserrat-SemiBold";
    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
    }
}

@media only screen and (max-width: 1400px) {
    .whowe-r-wrapper .our__story__info h2 {
        font-size: 20px;
        line-height: 38px
    }
}

@media only screen and (max-width: 1400px) {
    .whowe-r-wrapper .our__story__info h2 {
        font-size: 14px;
        line-height: 20px
    }
}

.whowe-r-wrapper .our__story__info p {
    font-family: "Montserrat-Regular";
    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
    }
}

@media only screen and (max-width: 1400px) {
    .whowe-r-wrapper .our__story__info p {
        font-size: 18px;
        line-height: 38px
    }
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .our__story__info p {
        font-size: 14px;
        line-height: 26px
    }
}

.whowe-r-wrapper .whowe__r__timeline {
    background: url("../images/timline-bg.jpg") no-repeat;
    background-size: cover;
    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% 0px 0px 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 {
                color: #fff;
                font-size: 60px;
                font-family: "Montserrat-Bold";
                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
    }
}

@media only screen and (max-width: 1400px) {
    .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 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-family: "Montserrat-Regular"
}

@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
    }
}

@media only screen and (max-width: 1400px) {
    .whowe-r-wrapper .whowe__r__timeline .timeline ul li .whowe__r__timeline__yeartext p {
        font-size: 16px;
        line-height: 22px
    }
}

.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
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .vission__mission__wrap {
        height: 100% !important;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .vission__mission__wrap .fp-scrollable {
        height: 100% !important
    }
}

.whowe-r-wrapper .vission__mission__wrap .vission__mission__arrow {
    position: absolute;
    left: -20%;
    width: 50%
}

.whowe-r-wrapper .vission__mission__wrap .vission__mission__lighttext {
    color: #c1c1c1;
    font-size: 60px;
    font-family: "Montserrat-Bold";
    padding-top: 50px;
    padding-bottom: 30px;
    margin-left: 25%
}

@media only screen and (max-width: 767px) {
    .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 .vission__mission__lighttext .mission__text {
    padding-left: 23%
}

.whowe-r-wrapper .vission__mission__wrap .vission__text__wrap {
    margin-left: 25%
}

.whowe-r-wrapper .vission__mission__wrap .mission__text__wrap {
    margin-left: 25%
}

.whowe-r-wrapper .vission__mission__wrap .vission__text__wrap, .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap {
    padding-top: 100px
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap, .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap {
        padding-top: 20px;
        width: 90%;
        margin: 0 auto
    }
}

.whowe-r-wrapper .vission__mission__wrap .vission__text__wrap h2, .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap h2 {
    color: #333;
    font-family: "Montserrat-Bold";
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 8px
}

@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap h2, .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap h2 {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width: 1400px) {
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap h2, .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap h2 {
        font-size: 24px;
        line-height: 24px
    }
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap h2, .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap h2 {
        font-size: 22px;
        line-height: 30px
    }
}

.whowe-r-wrapper .vission__mission__wrap .vission__text__wrap p, .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap p {
    color: #333;
    font-family: "Montserrat-Bold";
    font-size: 22px;
    line-height: 40px;
    width: 57%
}

@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap p, .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap p {
        font-size: 18px;
        line-height: 24px
    }
}

@media only screen and (max-width: 1400px) {
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap p, .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap p {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .vission__mission__wrap .vission__text__wrap p, .whowe-r-wrapper .vission__mission__wrap .mission__text__wrap p {
        font-size: 16px;
        line-height: 26px;
        width: 90%
    }
}

.whowe-r-wrapper .our__values .our__values__light__text {
    color: #c1c1c1;
    font-size: 60px;
    font-family: "Montserrat-Bold";
    padding-top: 50px;
    padding-bottom: 30px;
    margin-left: 25%
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .our__values .our__values__light__text {
        font-size: 30px;
        line-height: 40px;
        width: 90%;
        margin: 0 auto
    }
}

.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%
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .our__values .our__values__content__wrap {
        width: 100%
    }
}

.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,.75);
    -moz-box-shadow: 15px 13px 11px -10px rgba(202,202,202,.75);
    box-shadow: 15px 13px 11px -10px rgba(202,202,202,.75)
}

@media only screen and (max-width: 767px) {
    .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 .aim__logo img {
    width: 100%
}

.whowe-r-wrapper .our__values .our__values__content__wrap .our__values__content {
    display: flex;
    padding-left: 1%;
    position: relative
}

@media only screen and (max-width: 767px) {
    .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 .our__values__arrow {
    position: absolute;
    width: 54%;
    top: -4px;
    right: -27%
}

@media only screen and (max-width: 767px) {
    .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 {
    color: #333;
    font-family: "Montserrat-Bold";
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px
}

@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .our__values .our__values__content__wrap .our__values__content ul li {
        font-size: 20px;
        line-height: 24px
    }
}

@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
    }
}

@media only screen and (max-width: 767px) {
    .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__light__text {
    color: #c1c1c1;
    font-size: 60px;
    font-family: "Montserrat-Bold";
    padding-top: 20px;
    padding-bottom: 30px;
    margin-left: 25%
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .our__visionaries .our__visionaries__light__text {
        font-size: 30px;
        line-height: 40px;
        width: 90%;
        margin: 0 auto
    }
}

.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 35px;
        text-align: center;
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding-bottom: 10px
    }

@media only screen and (max-width: 767px) {
    .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 .name {
    font-family: "Montserrat-Bold";
    color: #333;
    font-size: 24px;
    line-height: 26px;
    padding-top: 5px
}

@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .name {
        font-size: 20px;
        line-height: 22px
    }
}

@media only screen and (max-width: 1400px) {
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .name {
        font-size: 16px;
        line-height: 18px
    }
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .name {
        font-size: 12px;
        line-height: 14px
    }
}

.whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .designation {
    font-family: "Montserrat-Regular";
    color: #333;
    font-size: 24px;
    line-height: 26px;
    padding-top: 5px
}

@media only screen and (max-width: 1500px) {
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .designation {
        font-size: 20px;
        line-height: 22px
    }
}

@media only screen and (max-width: 1400px) {
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .designation {
        font-size: 16px;
        line-height: 18px
    }
}

@media only screen and (max-width: 767px) {
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block .designation {
        font-size: 12px;
        line-height: 14px
    }
}

.whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block p {
    font-family: "Montserrat-Regular";
    color: #333;
    font-size: 14px;
    line-height: 20px;
    width: 95%;
    margin: 25px auto;
    font-size: 20px;
    line-height: 24px
}

@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
    }
}

@media only screen and (max-width: 1400px) {
    .whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block p {
        font-size: 14px;
        line-height: 18px
    }
}

.whowe-r-wrapper .our__visionaries .our__visionaries__content .our__visionaries__block:hover {
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .hvrbox-layer_top {
        padding: 15px 0px;
        background: rgba(255,255,255,.6);
        top: -75px
    }
}

.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
    }
}

@media only screen and (max-width: 1400px) {
    .hvrbox-layer_top p {
        font-size: 14px;
        line-height: 18px
    }
}

.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(0px, 500px);
    z-index: 99;
    transition: ease 1.5s all
}

@media only screen and (max-width: 1500px) {
    .whower-banner__arrow {
        right: -265px
    }
}

.our__values.active .whower-banner__arrow {
    position: absolute;
    width: 56%;
    right: -365px;
    opacity: 1;
    transition: ease 1.5s all;
    transform: translate(0px, 0px);
    z-index: 9
}

@media only screen and (max-width: 1500px) {
    .our__values.active .whower-banner__arrow {
        right: -265px
    }
}

.what-we-do-banner.active .whower-banner__arrow {
    position: absolute;
    width: 56%;
    right: -365px;
    opacity: 1;
    transition: ease 1.5s all;
    transform: translate(0px, 0px);
    z-index: 9
}

@media only screen and (max-width: 1500px) {
    .what-we-do-banner.active .whower-banner__arrow {
        right: -265px
    }
}

.what-we-do-banner.active .whower-banner__arrow {
    position: absolute;
    width: 56%;
    right: -365px;
    opacity: 1;
    transition: ease 1.5s all;
    transform: translate(0px, 0px);
    z-index: 9
}

@media only screen and (max-width: 1500px) {
    .what-we-do-banner.active .whower-banner__arrow {
        right: -265px
    }
}

.value__arrow-slide-to-top.showme {
    top: 0
}

.value__arrow-slide-to-top {
    top: 0px
}

.value__arrow {
    position: absolute;
    right: -16%;
    width: 53%;
    opacity: 1
}

.what__we__do__wraper .whatwedo__vision__mission {
    padding-bottom: 100px
}

    .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") no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-bottom: 12%
}

    .what__we__do__wraper .primary__education .primary__education__arrow {
        position: absolute;
        right: -16%;
        width: 53%;
        opacity: 1
    }

    .what__we__do__wraper .primary__education .primary__education__content {
        width: 40%;
        margin: 4% 15%
    }

@media only screen and (max-width: 767px) {
    .what__we__do__wraper .primary__education .primary__education__content {
        width: 90%;
        margin: 0 auto
    }
}

.what__we__do__wraper .primary__education .primary__education__content h2 {
    color: #fff;
    font-size: 60px;
    font-family: "Montserrat-Bold";
    margin-bottom: 10px
}

@media only screen and (max-width: 1500px) {
    .what__we__do__wraper .primary__education .primary__education__content h2 {
        font-size: 50px
    }
}

@media only screen and (max-width: 1400px) {
    .what__we__do__wraper .primary__education .primary__education__content h2 {
        font-size: 40px
    }
}

@media only screen and (max-width: 1400px) {
    .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 {
    color: #fff;
    font-size: 30px;
    font-family: "Montserrat-Bold";
    margin-bottom: 10px
}

@media only screen and (max-width: 1500px) {
    .what__we__do__wraper .primary__education .primary__education__content h3 {
        font-size: 30px
    }
}

@media only screen and (max-width: 1400px) {
    .what__we__do__wraper .primary__education .primary__education__content h3 {
        font-size: 30px
    }
}

.what__we__do__wraper .primary__education .primary__education__content p {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    font-family: "Montserrat-Regular";
    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
    }
}

@media only screen and (max-width: 1400px) {
    .what__we__do__wraper .primary__education .primary__education__content p {
        font-size: 14px;
        line-height: 28px
    }
}

@media only screen and (max-width: 767px) {
    .what__we__do__wraper .primary__education .primary__education__content p {
        font-size: 12px;
        line-height: 24px;
        padding-bottom: 15px
    }
}

.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") no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    height: 82vh
}

.contactus-banner {
    overflow: hidden
}

.we__work__banner {
    background: url("../images/we-work.jpg") no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important
}

.whatwe__do__brands__wrap .whatwe__do__brands {
    display: flex;
    padding: 8% 5%;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .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 {
    width: 50%;
    z-index: 9
}

@media only screen and (max-width: 767px) {
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__img {
        width: 100%
    }
}

.whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text {
    width: 50%;
    padding: 0% 5%
}

@media only screen and (max-width: 767px) {
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .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: 23%
}

@media only screen and (max-width: 767px) {
    .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 {
    font-family: "Montserrat-Regular";
    padding-top: 20px;
    width: 90%;
    font-size: 24px;
    line-height: 45px
}

@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
    }
}

@media only screen and (max-width: 1400px) {
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text p {
        font-size: 14px;
        line-height: 26px
    }
}

@media only screen and (max-width: 767px) {
    .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: 100px;
    margin-left: 3%;
    background: #ebebeb
}

@media only screen and (max-width: 1400px) {
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .knowmore__btn__wrap {
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .knowmore__btn__wrap {
        margin-top: 20px
    }
}

.whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .knowmore__btn__wrap a {
    color: #ed1c24
}

.whatwe__do__brands__wrap .whatwe__do__brands .whatwe__do__brands__text .knowmore__btn__wrap img {
    width: 34%
}

.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 {
    height: auto !important
}

    .whowe-r-banner .fp-tableCell {
        height: auto !important
    }

.section.whoweare-animation {
    display: block;
    overflow: hidden
}

#vission-mission .fp-scroller {
    overflow: initial;
    height: 100vh
}

@media only screen and (max-width: 767px) {
    .year-section #menu li a label {
        font-size: 13px;
        line-height: 13px
    }
}

.side-menu {
    position: fixed;
    text-align: right;
    z-index: 999;
    right: 50px;
    top: 50px
}

@media only screen and (max-width: 767px) {
    .side-menu {
        right: 10px;
        top: 10px
    }
}

.year-section .section-1, .year-section .section-1 .fp-tableCell {
    height: auto !important
}

.year-section .section-2, .year-section .section-2 .fp-tableCell {
    height: auto !important
}

.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
    }

@media only screen and (max-width: 767px) {
    .year-section .year-container .year-desc-wrap-12 {
        top: 290px;
        position: relative
    }
}

.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) {
    .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
    }
}

@media only screen and (max-width: 359px) {
    .year-section .year-container .year-desc-wrap-17 {
        padding-top: 35px
    }
}

.year-section .year-container .year-desc-wrap-17 p {
    width: 50%;
    margin: 15px auto 0px
}

@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
    }
}

@media only screen and (max-width: 767px) {
    .year-section .year-container .year-desc-wrap-17 .year-icon img {
        width: 18%
    }
}

.year-section .year-container .year-desc-wrap-17 .year-desc {
    width: 82%
}

@media only screen and (max-width: 767px) {
    .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: 42%;
    padding-right: 5%;
    opacity: 0;
    transition: ease 1s all .5s;
    -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
}

@media only screen and (max-width: 767px) {
    .year-section .year-container .year-desc {
        width: 90%
    }
}

.year-section .year-container .year-desc.year-desc-2 {
    width: 100%;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .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: 40%;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 767px) {
    .year-section .year-container .year-desc .year-desc-box {
        width: 80%
    }
}

.year-section .year-container p {
    color: #666;
    font-size: 24px;
    font-family: "OpenSans";
    font-weight: bold;
    margin: 35px 0;
    letter-spacing: 2px;
    line-height: 34px
}

@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
    }
}

@media only screen and (max-width: 767px) {
    .year-section .year-container p {
        font-size: 14px;
        line-height: 24px !important;
        margin: 20px 0;
        letter-spacing: 1.5px;
        line-height: 30px
    }
}

.year-section .year-container .year-icon {
    display: block;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .year-section .year-container .year-icon img {
        width: 35%
    }
}

.year-section .year-container .year12-size {
    min-height: 222px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .year-section .year-container .year12-size {
        min-height: auto;
        margin: 20px 0px
    }
}

.year-section .year-container .brand-logo {
    display: block;
    margin: 0 auto
}

    .year-section .year-container .brand-logo.three-logo {
        width: 400px
    }

.year-section .year-container .brand-logo-2017 img {
    padding: 0px 10px
}

.year-section .year-container .hideme {
    opacity: 0;
    transition: ease 1s all .5s
}

.year-section .year-container .slide-to-top {
    top: 50px
}

    .year-section .year-container .slide-to-top.showme {
        top: 0
    }

.year-section .year-container.active .year-desc {
    -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 .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 .year-container.active .hideme {
    opacity: 1
}

.year-section .year-container.active .slide-to-top.showme {
    top: 0
}

.year-section #menu {
    display: none !important
}

#year-2007 .fp-scroller, #year-2011 .fp-scroller {
    height: 100vh
}

#year-2017 .fp-scroller {
    overflow: visible
}

.section.whoweare-animation {
    overflow: hidden
}

    .section.whoweare-animation .hideme {
        opacity: 0;
        transition: ease 1s all
    }

    .section.whoweare-animation .slide-to-top {
        top: 50px
    }

        .section.whoweare-animation .slide-to-top.delay1 {
            transition-delay: .5s
        }

        .section.whoweare-animation .slide-to-top.delay2 {
            transition-delay: 1s
        }

        .section.whoweare-animation .slide-to-top.delay3 {
            transition-delay: 1.5s
        }

        .section.whoweare-animation .slide-to-top.delay4 {
            transition-delay: 2s
        }

        .section.whoweare-animation .slide-to-top.delay5 {
            transition-delay: 2.5s
        }

        .section.whoweare-animation .slide-to-top.delay6 {
            transition-delay: 3s
        }

        .section.whoweare-animation .slide-to-top.delay7 {
            transition-delay: 3.5s
        }

        .section.whoweare-animation .slide-to-top.delay8 {
            transition-delay: 4s
        }

        .section.whoweare-animation .slide-to-top.delay9 {
            transition-delay: 4.5s
        }

        .section.whoweare-animation .slide-to-top.delay10 {
            transition-delay: 5s
        }

        .section.whoweare-animation .slide-to-top.showme {
            top: 0px
        }

    .section.whoweare-animation .vission__mission__arrow-slide-to-top.showme {
        top: 0
    }

    .section.whoweare-animation .vission__mission__arrow-slide-to-top {
        top: 500px
    }

    .section.whoweare-animation.active .year-desc {
        -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
    }

        .section.whoweare-animation.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
        }

    .section.whoweare-animation.active .hideme {
        opacity: 1
    }

    .section.whoweare-animation.active .slide-to-top {
        top: 0
    }

    .section.whoweare-animation.active .vission__mission__arrow-slide-to-top.hideme {
        top: 0
    }

.year-heading02 {
    color: #ed1c24;
    font-size: 40px;
    font-family: "Montserrat-Bold";
    text-align: right;
    letter-spacing: 10px;
    position: fixed;
    left: 0;
    right: 25px;
    z-index: 9;
    top: 0px;
    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;
    z-index: 999;
    right: 50px;
    top: 50px;
    display: none
}

    #menu li:first-child, #menu li:nth-child(2) {
        display: none
    }

    #menu li a {
        color: #fff;
        font-family: "Montserrat-Regular";
        font-size: 20px;
        padding: 40px 0;
        display: block
    }

@media only screen and (max-width: 1500px) {
    #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
    }
}

#menu li.active a {
    font-family: "Montserrat-Bold"
}

.communtity__banner__botom {
    padding: 50px 0px
}

@media only screen and (max-width: 767px) {
    .communtity__banner__botom {
        padding: 20px 0px
    }
}

.communtity__banner__botom p {
    font-family: "Montserrat-Regular";
    color: #666;
    font-size: 20px;
    line-height: 40px;
    margin-top: 15px;
    width: 50%;
    margin-left: 25%
}

@media only screen and (max-width: 767px) {
    .communtity__banner__botom p {
        width: 90%;
        font-size: 14px;
        line-height: 24px;
        margin: 0 auto
    }
}

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

    .media__body ul.tabs li {
        background: none;
        color: #000;
        display: inline-block;
        padding: 30px 65px 30px 0px;
        cursor: pointer;
        font-family: "Montserrat-Bold"
    }

@media only screen and (max-width: 767px) {
    .media__body ul.tabs li {
        padding: 10px;
        font-size: 14px
    }
}

.media__body ul.tabs li.current {
    color: #ed1c24
}

.media__body .tab-content {
    display: none;
    margin-top: 0px
}

    .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 only screen and (max-width: 767px) {
    .media__content__wrap .media__box {
        width: 100%;
        margin-right: 0
    }
}

.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;
        font-family: "Montserrat-Bold";
        padding: 15px 0px
    }

    .media__content__wrap .media__box .media__text__wrap p {
        font-size: 13px;
        line-height: 22px;
        color: #232323;
        font-family: "Montserrat-Regular";
        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: 0px;
    border-radius: 0px;
    height: 40px
}

@media only screen and (max-width: 767px) {
    .newopening__wrap .select2-container--default .select2-selection--single {
        width: 250px
    }
}

.newopening__wrap .select2-container {
    width: 300px !important
}

@media only screen and (max-width: 767px) {
    .newopening__wrap .select2-container {
        width: 250px !important
    }
}

.newopening__wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px
}

.newopening__wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Montserrat-Bold";
    color: #000;
    font-size: 14px;
    line-height: 37px;
    text-transform: capitalize
}

.newopening__wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px
}

.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: "Montserrat-Bold";
        color: #ed1c24;
        font-size: 18px;
        line-height: 20px;
        margin: 20px 0px
    }

@media only screen and (max-width: 767px) {
    .job__opening .faqaccordian-box-wrap {
        padding-top: 10px;
        width: 90%
    }
}

.job__opening .faqaccordian-box-wrap .accordian-box {
    padding: 20px 20px;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .job__opening .faqaccordian-box-wrap .accordian-box {
        padding: 10px 15px
    }
}

.job__opening .faqaccordian-box-wrap .accordian-box .heading02 {
    color: #000;
    font-size: 14px;
    padding: 5px 0px;
    font-family: "Montserrat-Bold"
}

    .job__opening .faqaccordian-box-wrap .accordian-box .heading02.active {
        color: #e10f23
    }

    .job__opening .faqaccordian-box-wrap .accordian-box .heading02: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: "Montserrat-Bold"
}

@media only screen and (max-width: 767px) {
    .job__opening .faqaccordian-box-wrap .accordian-box .toggle-box {
        font-size: 12px;
        line-height: 16px
    }
}

.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 {
    float: right
}

    .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
    }

@media only screen and (max-width: 767px) {
    .applynow-wrap .applynow-form-wrap {
        width: 90%;
        margin: 0 auto
    }
}

.applynow-wrap .applynow-form-wrap .select2-container--default .select2-selection--single {
    width: 100%;
    background: #f1f1f1;
    border: 0px;
    border-radius: 0px;
    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
}

.applynow-wrap .applynow-form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Montserrat-Bold";
    color: #000;
    font-size: 14px;
    line-height: 37px;
    text-transform: capitalize
}

.applynow-wrap .applynow-form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px
}

.applynow-wrap .applynow-form-wrap .control-box {
    margin-bottom: 25px
}

    .applynow-wrap .applynow-form-wrap .control-box .form-label {
        font-size: 16px;
        line-height: 18px;
        color: #000;
        display: block;
        font-family: "Montserrat-Bold";
        padding-bottom: 5px
    }

@media only screen and (max-width: 767px) {
    .applynow-wrap .applynow-form-wrap .control-box .form-label {
        font-size: 14px;
        line-height: 16px
    }
}

.applynow-wrap .applynow-form-wrap .control-box .form-control {
    width: 100%;
    background: #f1f1f1;
    border: 0px;
    border-radius: 0px;
    height: 40px;
    font-family: "Montserrat-Bold";
    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: "Montserrat-Regular"
}

    .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 input:checked ~ .checkmark:after {
    display: block
}

.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: "Montserrat-Bold";
    background: #ed1c24;
    color: #fff;
    border: none;
    width: 100%;
    text-align: center;
    padding: 15px;
    text-transform: uppercase
}

.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 {
            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: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out
        }

            .applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #fff;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out
            }

    .applynow-wrap .applynow-form-wrap .control-box .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out
    }

        .applynow-wrap .applynow-form-wrap .control-box .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #fff;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .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;
        filter: alpha(opacity=0)
    }

    .applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select.file-select-disabled {
        opacity: .65
    }

        .applynow-wrap .applynow-form-wrap .control-box .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            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
            }

            .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
            }

.media__menu {
    padding-bottom: 20px
}

    .media__menu ul {
        margin-top: 15px
    }

        .media__menu ul li {
            display: inline-block
        }

            .media__menu ul li a {
                display: block;
                font-family: "Montserrat-Bold";
                color: #333;
                font-size: 24px;
                line-height: 24px;
                padding: 10px 18px;
                display: inline-block;
                text-transform: uppercase
            }

@media only screen and (max-width: 1500px) {
    .media__menu ul li a {
        font-size: 20px;
        line-height: 24px
    }
}

@media only screen and (max-width: 1500px) {
    .media__menu ul li a {
        font-size: 16px;
        line-height: 16px
    }
}

.media__menu ul li a:hover {
    color: #ed1c24
}

.media__menu ul .dropdown {
    position: relative
}

    .media__menu ul .dropdown a {
        padding-bottom: 10px
    }

.media__menu ul .dropdown-content {
    display: none;
    position: absolute;
    z-index: 9;
    min-width: 150px;
    z-index: 9;
    background: #fff
}

    .media__menu ul .dropdown-content ul {
        margin-top: 0px
    }

        .media__menu ul .dropdown-content ul li {
            display: block
        }

            .media__menu ul .dropdown-content ul li a {
                display: block;
                font-family: "Montserrat-Bold";
                color: #333;
                font-size: 16px;
                line-height: 16px;
                padding: 8px 20px
            }

@media only screen and (max-width: 1500px) {
    .media__menu ul .dropdown-content ul li a {
        font-size: 14px;
        line-height: 14px
    }
}

@media only screen and (max-width: 1500px) {
    .media__menu ul .dropdown-content ul li a {
        font-size: 12px;
        line-height: 12px
    }
}

.media__menu ul .dropdown-content ul li a:hover {
    color: #ed1c24
}

.media__menu ul .dropdown:hover .dropdown-content {
    display: block
}

.media__menu ul .dropdown:hover .dropdown-content {
    display: block
}

.smallline2::before, .smallline2::after, .smallline1::before, .smallline1::after {
    content: "";
    width: 13px;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: 0
}

.smallline1 {
    position: relative
}

    .smallline1::after {
        top: 5px
    }

    .smallline1::before {
        top: 15px
    }

.smallline2 {
    position: relative
}

    .smallline2::after {
        top: 25px
    }

    .smallline2::before {
        top: 35px
    }

.media-tabs-nav li, .press-tabs-nav li, .news-tabs-nav li {
    display: inline-block;
    background: #e9e9e9
}

    .media-tabs-nav li a, .press-tabs-nav li a, .news-tabs-nav li a {
        font-size: 14px;
        line-height: 14px;
        padding: 15px 30px;
        font-family: "Montserrat-Bold";
        display: inline-block;
        color: #000
    }

@media only screen and (max-width: 767px) {
    .media-tabs-nav li a, .press-tabs-nav li a, .news-tabs-nav li a {
        font-size: 12px;
        line-height: 12px;
        padding: 15px 30px
    }
}

.media-tabs-nav li.active a, .press-tabs-nav li.active a, .news-tabs-nav li.active a {
    color: #ed1c24
}

.media-tabs-nav li a.active {
    color: #ed1c24
}

.year__img__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0px
}

@media only screen and (max-width: 767px) {
    .year__img__wrap {
        flex-wrap: wrap
    }
}

.year__img__wrap .year__img {
    width: 24%;
    max-height: 250px;
    margin-bottom: 85px
}

@media only screen and (max-width: 767px) {
    .year__img__wrap .year__img {
        width: 100%
    }
}

.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: "Montserrat-SemiBold";
    font-size: 14px;
    line-height: 14px
}

@media only screen and (max-width: 767px) {
    .news__name {
        padding-top: 0px
    }
}

.news__date {
    text-align: center;
    padding: 10px;
    font-family: "Montserrat-Regular";
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 25px
}

.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
    }

        .media-press-wrap-wrap .pressbox img {
            width: 100%
        }

.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: "Montserrat-Regular";
        text-transform: inherit;
        font-size: 14px;
        line-height: 14px;
        margin-top: 5px
    }

@media only screen and (max-width: 767px) {
    .news__wrap .news__list .news__list__date {
        font-size: 12px;
        line-height: 12px
    }
}

.news__wrap .news__list .news__list__title {
    color: #333;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0px
}

@media only screen and (max-width: 767px) {
    .news__wrap .news__list .news__list__title {
        font-size: 12px;
        line-height: 18px
    }
}

.news__wrap .news__list .news__list__title:hover {
    color: #ed1c24;
    cursor: pointer
}

.news__wrap .news__list .news__list__title .news__download__icon {
    float: right
}

    .news__wrap .news__list .news__list__title .news__download__icon i {
        font-size: 20px
    }

@media only screen and (max-width: 767px) {
    .career-banner {
        margin-top: 52px
    }
}

@media only screen and (max-width: 767px) {
    .media-banner-wrap {
        margin-top: 52px
    }
}

@media only screen and (max-width: 767px) {
    .community-banner {
        margin-top: 52px
    }
}

@media only screen and (max-width: 767px) {
    .mobile-topspace {
        margin-top: 52px
    }
}

.contact-section {
    padding: 80px 0
}

@media only screen and (max-width: 767px) {
    .contact-section {
        padding: 30px 0px
    }
}

.contact-section .contact-wrap {
    display: flex
}

@media only screen and (max-width: 767px) {
    .contact-section .contact-wrap {
        flex-wrap: wrap
    }
}

.contact-section .contact-wrap .heading02 {
    font-size: 28px;
    color: #000;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    line-height: 22px;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .contact-section .contact-wrap .heading02 {
        font-size: 20px;
        margin-bottom: 0px
    }
}

.contact-section .contact-wrap .heading03 {
    font-family: "Montserrat-SemiBold";
    font-size: 17px;
    color: #000
}

@media only screen and (max-width: 767px) {
    .contact-section .contact-wrap .heading03 {
        font-size: 16px
    }
}

.contact-section .contact-wrap .find-us {
    width: 60%;
    padding-right: 10%
}

@media only screen and (max-width: 767px) {
    .contact-section .contact-wrap .find-us {
        width: 100%;
        padding-right: 0
    }
}

.contact-section .contact-wrap .find-us p {
    font-size: 16px;
    margin-top: 15px;
    color: #000;
    line-height: 24px;
    font-family: "Montserrat-Regular"
}

@media only screen and (max-width: 767px) {
    .contact-section .contact-wrap .find-us p {
        font-size: 14px
    }
}

.contact-section .contact-wrap .find-us p a {
    color: #000;
    font-family: "Montserrat-Regular"
}

.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 {
    width: 40%
}

@media only screen and (max-width: 767px) {
    .contact-section .contact-wrap .message {
        width: 100%;
        margin-top: 50px
    }
}

.contact-section .contact-wrap .message .form-box {
    margin-top: 20px;
    font-family: "Montserrat-Regular"
}

    .contact-section .contact-wrap .message .form-box label {
        font-size: 15px;
        display: block;
        font-family: "Montserrat-Regular"
    }

    .contact-section .contact-wrap .message .form-box input, .contact-section .contact-wrap .message .form-box textarea, .contact-section .contact-wrap .message .form-box select {
        width: 300px;
        height: 25px;
        border: none;
        border-bottom: solid 1px #bbb;
        font-family: "Montserrat-Regular"
    }

@media only screen and (max-width: 767px) {
    .contact-section .contact-wrap .message .form-box input, .contact-section .contact-wrap .message .form-box textarea, .contact-section .contact-wrap .message .form-box select {
        width: 100%
    }
}

.contact-section .contact-wrap .message .form-box .file-box {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    font-family: "Montserrat-Regular";
    color: #000;
    border: solid 1px #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;
        filter: alpha(opacity=0);
        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: "Montserrat-Regular";
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    border: 3px solid transparent;
    padding: 12px 0
}

@media only screen and (max-width: 767px) {
    .contact-section .contact-wrap .message .form-box button {
        font-size: 14px;
        padding: 8px 0
    }
}

.header {
    display: flex;
    justify-content: space-between;
    padding-top: 15px
}

@media only screen and (max-width: 767px) {
    .header {
        display: none
    }
}

.header .logo img {
    width: 100%
}

.header .menu {
    z-index: 99
}

    .header .menu ul {
        padding-right: 80px
    }

    .header .menu li {
        display: inline-block
    }

        .header .menu li a {
            display: block;
            font-family: "Montserrat-Bold";
            color: #333;
            font-size: 24px;
            line-height: 24px;
            padding: 10px 18px
        }

@media only screen and (max-width: 1500px) {
    .header .menu li a {
        font-size: 20px;
        line-height: 24px
    }
}

@media only screen and (max-width: 1500px) {
    .header .menu li a {
        font-size: 16px;
        line-height: 16px
    }
}

.header .menu li a:hover {
    color: #ed1c24
}

.header .menu .dropdown {
    position: relative
}

    .header .menu .dropdown a {
        padding-bottom: 10px
    }

.header .menu .dropdown-content {
    display: none;
    position: absolute;
    min-width: 300px
}

    .header .menu .dropdown-content ul li {
        display: block
    }

        .header .menu .dropdown-content ul li a {
            display: block;
            font-family: "Montserrat-Regular";
            color: #333;
            font-size: 14px;
            line-height: 14px;
            padding: 8px 20px
        }

@media only screen and (max-width: 1500px) {
    .header .menu .dropdown-content ul li a {
        font-size: 14px;
        line-height: 14px
    }
}

@media only screen and (max-width: 1500px) {
    .header .menu .dropdown-content ul li a {
        font-size: 12px;
        line-height: 12px
    }
}

.header .menu .dropdown-content ul li a:hover {
    color: #ed1c24
}

.mob__header {
    height: 52px;
    background: #fff;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

@media only screen and (max-width: 767px) {
    .mob__header {
        display: block
    }
}

.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) {
    .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(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .mob-menu-btn {
        display: block
    }
}

.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(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

    .mob-menu-btn span:nth-child(1) {
        top: 0px
    }

    .mob-menu-btn span:nth-child(2) {
        top: 10px
    }

    .mob-menu-btn span:nth-child(3) {
        top: 10px
    }

    .mob-menu-btn span:nth-child(4) {
        top: 20px
    }

.mob-menu-btn.open span:nth-child(1) {
    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)
}

.mob-menu-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.burger-menu {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #fff;
    background: #fff;
    position: fixed;
    top: 52px;
    right: 0;
    height: 100%;
    width: 100%;
    right: -100%;
    overflow: auto;
    z-index: 9999999;
    border-top: 1px solid #ccc
}

    .burger-menu.active {
        right: 0
    }

    .burger-menu ul li {
        color: #000
    }

        .burger-menu ul li a {
            display: block;
            padding: 15px 10px;
            font-size: 15px;
            border-bottom: 1px solid rgba(255,255,255,.2);
            position: relative;
            color: #000;
            text-transform: uppercase;
            font-family: "Montserrat-Regular";
            border-bottom: 1px solid #ccc
        }

            .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: normal;
                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 {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}

    .modal .modal-overlay {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear .3s,opacity .3s
    }

    .modal .modal-wrapper {
        position: absolute;
        z-index: 9999;
        top: 6em;
        left: 0%;
        width: 40em;
        right: 0;
        margin: 0 auto;
        background-color: #fff;
        box-shadow: 0 0 1.5em rgba(0,0,0,.35)
    }

@media only screen and (max-width: 1500px) {
    .modal .modal-wrapper {
        top: 4em;
        left: 0%;
        width: 40em;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) {
    .modal .modal-wrapper {
        width: 96%;
        margin-left: -48%
    }
}

.modal .modal-wrapper .modal-close {
    position: absolute;
    right: 0
}

    .modal .modal-wrapper .modal-close:hover {
        cursor: pointer
    }

.modal .modal-wrapper .modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.06);
    border-bottom: 1px solid #e8e8e8
}

.modal.is-visible {
    visibility: visible
}

    .modal.is-visible .modal-overlay {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s
    }

.modal-transition {
    transition: all .3s .12s;
    transform: translateY(-10%);
    opacity: 0
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1
}

.modal-header, .modal-content {
    padding: 1em
}

@media only screen and (max-width: 767px) {
    .modal-header, .modal-content {
        padding: 0em 0px
    }
}

.thank-you-message {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    width: 80%;
    margin: 50px auto;
    font-family: "Montserrat-SemiBold"
}
/*# sourceMappingURL=style.css.map */
