@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@import url("http://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont3e6e.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular") 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: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

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

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

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

body.fancybox-active {
    overflow: hidden;
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6;
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}

.fancybox-button--zoom svg path {
    fill: transparent;
}

.fancybox-navigation {
    display: none;
}

.fancybox-show-nav .fancybox-navigation {
    display: block;
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus {
    outline: none;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px;
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid rgba(99, 99, 99, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

p.fancybox-share__links {
    margin-right: -10px;
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}

.fancybox-thumbs-x>ul {
    overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px);
    }
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/** VARIABLES
===================================*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

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

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/** THEME
===================================*/

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("images/bx_loader.html") center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url("images/controls.html") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url("images/controls.html") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("images/controls.html") -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("images/controls.html") -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/*** Chosen v 1.8.3 ***/

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999;
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-single input[type=text] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important;
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(chosen-sprite%402x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

@font-face {
    font-family: 'Adam CG Pro';
    src: url("../fonts/ADAMCGPRO.eot"), url("../fonts/ADAMCGPRO.woff") format("woff"), url("../fonts/ADAMCGPRO.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-x: hidden;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 0 0 30px;
}

h1,
h2 {
    font-size: 60px;
    line-height: 70px;
}

@media screen and (max-width: 1440px) {
    h1,
    h2 {
        font-size: 55px;
        line-height: 65px;
    }
}

@media screen and (max-width: 1280px) and (max-height: 676px) {
    h1,
    h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1199px) {
    h1,
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    h1,
    h2 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 420px) {
    h1,
    h2 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 320px) {
    h1,
    h2 {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0;
    }
}

h3 {
    font-size: 50px;
    line-height: 60px;
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 640px) {
    h3 {
        font-size: 22px;
        letter-spacing: 0;
    }
}

h4 {
    font-size: 40px;
    line-height: 50px;
}

@media screen and (max-width: 540px) {
    h4 {
        font-size: 30px;
        letter-spacing: 0;
    }
}

h5 {
    font-size: 35px;
    line-height: 45px;
}

@media screen and (max-width: 768px) {
    h5 {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 0;
    }
}

h6 {
    font-size: 30px;
    line-height: 40px;
}

h7 {
    font-size: 24px;
    line-height: 25px;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

a,
li,
p,
span {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px;
}

@media screen and (max-width: 1440px) {
    a,
    li,
    p,
    span {
        font-size: 17px;
        line-height: 27px;
    }
}

@media screen and (max-width: 1199px) {
    a,
    li,
    p,
    span {
        font-size: 15px;
    }
}

@media screen and (max-width: 420px) {
    a,
    li,
    p,
    span {
        font-size: 13px;
        line-height: 23px;
    }
}

a {
    text-decoration: none;
}

input {
    font-family: "Montserrat", sans-serif;
}

strong {
    font-weight: 800;
}

.site-wrapper {
    overflow: hidden;
    position: relative;
}

.site-wrapper.add-transform {
    will-change: transform;
    transform-origin: 50% 10%;
    will-change: transform;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.site-wrapper.show-search {
    -webkit-transform: scale3d(0.7, 0.7, 1);
    -moz-transform: scale3d(0.7, 0.7, 1);
    -ms-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.container::after {
    content: ' ';
    display: block;
    clear: both;
}

@media screen and (max-width: 1199px) {
    .container {
        width: 970px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        width: 760px;
    }
}

@media screen and (max-width: 800px) {
    .container {
        width: 680px;
    }
}

@media screen and (max-width: 720px) {
    .container {
        width: 640px;
    }
}

@media screen and (max-width: 640px) {
    .container {
        width: 540px;
    }
}

@media screen and (max-width: 540px) {
    .container {
        width: 460px;
    }
}

@media screen and (max-width: 475px) {
    .container {
        width: 420px;
    }
}

@media screen and (max-width: 420px) {
    .container {
        width: 375px;
    }
}

@media screen and (max-width: 375px) {
    .container {
        width: 325px;
    }
}

@media screen and (max-width: 325px) {
    .container {
        width: 290px;
    }
}

.col-1 {
    width: 8.33333333%;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-3-1 {
    width: 20%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}

.col {
    float: left;
    padding: 0;
    min-height: 1px;
}

@media screen and (max-width: 767px) {
    .col {
        width: 100%;
    }
}

.row {
    clear: both;
}

.dbg {
    background-color: #1a1a1a;
}

.site-lines-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .site-lines-wrapper {
        display: none;
    }
}

.site-lines {
    background-color: rgba(255, 255, 255, 0.12);
    height: 0;
    left: 25%;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
    -webkit-transition: height 12s ease;
    -moz-transition: height 12s ease;
    -ms-transition: height 12s ease;
    transition: height 12s ease;
}

.site-lines.show {
    height: 100%;
}

.site-lines.sl-second {
    left: 50%;
    -webkit-transition: height 8s ease;
    -moz-transition: height 8s ease;
    -ms-transition: height 8s ease;
    transition: height 8s ease;
}

.site-lines.sl-second .line-track {
    left: -.5px;
}

.site-lines.sl-third {
    left: 75%;
    -webkit-transition: height 10s ease;
    -moz-transition: height 10s ease;
    -ms-transition: height 10s ease;
    transition: height 10s ease;
}

.site-lines.sl-third .line-track {
    left: -.5px;
}

.site-lines .line-track {
    background-color: #ed8c2c;
    display: block;
    height: 63px;
    left: -1.5px;
    position: absolute;
    opacity: .4;
    top: 0;
    width: 3px;
}

.banner-area .site-lines-wrapper .site-lines {
    -webkit-transition: height 12ss ease;
    -moz-transition: height 12ss ease;
    -ms-transition: height 12ss ease;
    transition: height 12ss ease;
}

.banner-area .site-lines-wrapper .site-lines.sl-second {
    -webkit-transition: height 8s ease;
    -moz-transition: height 8s ease;
    -ms-transition: height 8s ease;
    transition: height 8s ease;
}

.banner-area .site-lines-wrapper .site-lines.sl-third {
    -webkit-transition: height 10s ease;
    -moz-transition: height 10s ease;
    -ms-transition: height 10s ease;
    transition: height 10s ease;
}

.overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.overlay.orange {
    background-color: #ed8c2c;
}

.overlay.dark {
    background-color: #1a1a1a;
}

.overlay.show {
    left: auto;
    right: 0;
    width: 0;
}

.filter {
    background-color: #ac4a5c;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .85;
}

.filter.dark {
    background-color: #153764;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.filter.dark:hover {
    opacity: .5;
}

.gradient-filter {
    background-image: linear-gradient(-180deg, rgba(25, 26, 26, 0) 39%, #1a1a1a 100%);
    background-repeat: no-repeat;
    background-size: cover;
    height: 252px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.vert-center {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mouse-btn {
    bottom: 79px;
    cursor: pointer;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 27px;
}

@media screen and (max-width: 1440px) {
    .mouse-btn {
        bottom: 40px;
    }
}

@media screen and (max-width: 540px) {
    .mouse-btn {
        width: 20px;
    }
}

.mouse-btn::after {
    background: transparent;
    content: 'Scroll down';
    bottom: -30px;
    width: 160px;
    font-size: 16px;
    color: #ffffff;
    left: -67px;
    display: block;
    text-align: center;
    position: absolute;
}

@media screen and (max-width: 540px) {
    .mouse-btn::after {
        bottom: -10px;
        width: 80px;
        font-size: 10px;
        left: -30px;
    }
}

.mr20 {
    margin-right: 5px;
}

.btn {
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    padding: 12px 35px;
    position: relative;
    text-decoration: none;
    outline: none;
    -webkit-transition: border 0.4s ease, color 0.2s ease;
    -moz-transition: border 0.4s ease, color 0.2s ease;
    -ms-transition: border 0.4s ease, color 0.2s ease;
    transition: border 0.4s ease, color 0.2s ease;
}

@media screen and (max-width: 1440px) {
    .btn {
        font-size: 17px;
        line-height: 27px;
    }
}

@media screen and (max-width: 640px) {
    .btn {
        font-size: 15px;
        line-height: 25px;
    }
}

@media screen and (max-width: 540px) {
    .btn {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 420px) {
    .btn {
        font-size: 13px;
        line-height: 23px;
        padding: 8px 14px;
    }
}

@media screen and (max-width: 320px) {
    .btn {
        padding: 8px 8px;
    }
}

.btn::before {
    content: ' ';
    background-color: #ed8c2c;
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn:hover {
    border: 2px solid #ed8c2c;
    color: #ffffff !important;
}

.btn:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.btn.rounded {
    border-radius: 30px;
}

.btn.shaded {
    background-color: #ffffff;
    color: #484848;
}

.btn.load-more {
    cursor: pointer;
}

.p100 {
    padding: 100px 0;
}

@media screen and (max-width: 475px) {
    .p100 {
        padding: 50px 0 100px;
    }
}

.pt-150 {
    padding-top: 150px;
}

.p-left {
    padding-left: 20%;
}

.p-left-30 {
    padding-left: 15px;
}

.p-right-30 {
    padding-right: 15px;
}

.pad-lr {
    padding: 0 15%;
}

.p-rel {
    position: relative;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none;
}

.clearfix {
    clear: both;
}

.vert-helper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-text {
    display: inline-block;
    position: absolute;
    top: 225px;
    right: -550px;
    -webkit-transform: rotate(90deg) translateX(80px);
    -moz-transform: rotate(90deg) translateX(80px);
    -ms-transform: rotate(90deg) translateX(80px);
    transform: rotate(90deg) translateX(80px);
}

@media screen and (max-width: 1440px) {
    .header-text {
        left: 0;
        top: -150px;
        -webkit-transform: rotate(0) translateY(0);
        -moz-transform: rotate(0) translateY(0);
        -ms-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
    }
}

.header-text::before {
    background-color: #ffffff;
    content: ' ';
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header-text.show::before {
    width: 0;
}

.header-text h2 {
    color: #404040;
    font-family: "Adam CG Pro", arial;
    font-size: 100px;
    letter-spacing: 10px;
}

@media screen and (max-width: 1440px) {
    .header-text h2 {
        font-size: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .header-text h2 {
        font-size: 65px;
    }
}

@media screen and (max-width: 640px) {
    .header-text h2 {
        font-size: 45px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 540px) {
    .header-text h2 {
        font-size: 38px;
    }
}

@media screen and (max-width: 375px) {
    .header-text h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 320px) {
    .header-text h2 {
        font-size: 28px;
    }
}

.slider-cont {
    position: relative;
    z-index: 1;
}

.slider-cont .slider-nav-cont {
    right: 10px;
}

@media screen and (max-width: 767px) {
    .slider-cont .slider-nav-cont {
        right: 0;
    }
}

.slider-cont.upper,
.slider-cont.lower {
    padding: 100px 0 0;
}

@media screen and (max-width: 768px) {
    .slider-cont.upper,
    .slider-cont.lower {
        padding: 50px 0;
    }
}

.swipe-cont {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swipe-cont .overlay {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.swipe-cont.swipe.to-left .overlay.orange {
    left: -100%;
}

.swipe-cont.swipe.to-left .overlay.dark {
    left: -100%;
}

.swipe-cont.swipe.to-right .overlay.orange {
    right: -100%;
}

.swipe-cont.swipe.to-right .overlay.dark {
    background-color: #ffffff;
    right: -100%;
}

.swipe-cont.to-right .overlay.orange {
    left: auto;
    right: 100%;
}

.swipe-cont.to-right .overlay.dark {
    left: auto;
    right: 200%;
}

.swipe-cont.to-left .overlay.orange {
    left: 100%;
}

.swipe-cont.to-left .overlay.dark {
    background-color: #ffffff;
    left: 200%;
}

.generic-slider {
    padding: 0 10px 0 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .generic-slider {
        padding: 0;
    }
}

.generic-slider .gs-item {
    position: relative;
}

.generic-slider .dark-overlay {
    background-color: #2a2a2a;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.generic-slider .dark-overlay.show {
    opacity: 1;
}

.slider-nav-cont {
    right: 10px;
}

/*-------------------------------------------------------------------------------------------------*/

.slider-cont2 {
    position: relative;
    z-index: 1;
}

.slider-cont2 .slider-nav-cont2 {
    right: 10px;
}

@media screen and (max-width: 767px) {
    .slider-cont2 .slider-nav-cont2 {
        right: 0;
    }
}

.slider-cont2.upper,
.slider-cont2.lower {
    padding: 100px 0 0;
}

@media screen and (max-width: 768px) {
    .slider-cont2.upper,
    .slider-cont2.lower {
        padding: 50px 0;
    }
}

.swipe-cont2 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swipe-cont2 .overlay2 {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.swipe-cont.swipe2.to-left2 .overlay2.orange2 {
    left: -100%;
}

.swipe-cont.swipe2.to-left2 .overlay2.dark2 {
    left: -100%;
}

.swipe-cont.swipe2.to-right2 .overlay2.orange2 {
    right: -100%;
}

.swipe-cont.swipe2.to-right2 .overlay2.dark2 {
    background-color: #ffffff;
    right: -100%;
}

.swipe-cont2.to-right2 .overlay2.orange2 {
    left: auto;
    right: 100%;
}

.swipe-cont2.to-right2 .overlay2.dark2 {
    left: auto;
    right: 200%;
}

.swipe-cont2.to-left2 .overlay2.orange2 {
    left: 100%;
}

.swipe-cont2.to-left2 .overlay2.dark2 {
    background-color: #ffffff;
    left: 200%;
}

.generic-slider2 {
    padding: 0 10px 0 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .generic-slider2 {
        padding: 0;
    }
}

.generic-slider2 .gs-item2 {
    position: relative;
}

.generic-slider2 .dark-overlay2 {
    background-color: #2a2a2a;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.generic-slider2 .dark-overlay2.show {
    opacity: 1;
}

.slider-nav-cont2 {
    right: 10px;
}

.slider-nav-cont2 {
    background-color: #1a1a1a;
    bottom: 0;
    height: 80px;
    position: absolute;
    right: 0;
    width: 160px;
}

@media screen and (max-width: 540px) {
    .slider-nav-cont2 {
        height: 40px;
        width: 80px;
    }
}

.slider-nav-cont2::after {
    background: transparent;
    content: 'Click to scroll';
    bottom: -30px;
    width: 160px;
    font-size: 16px;
    color: #ffffff;
    left: 0;
    display: block;
    text-align: center;
    position: absolute;
}

@media screen and (max-width: 540px) {
    .slider-nav-cont2::after {
        bottom: -15px;
        width: 80px;
        font-size: 10px;
    }
}

.slider-nav-cont2 .slider-nav2 {
    background: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 29px 20px;
    cursor: pointer;
    float: left;
    height: 80px;
    position: relative;
    width: 80px;
    -webkit-transition: background-position 0.4s ease;
    -moz-transition: background-position 0.4s ease;
    -ms-transition: background-position 0.4s ease;
    transition: background-position 0.4s ease;
}

@media screen and (max-width: 540px) {
    .slider-nav-cont2 .slider-nav2 {
        height: 40px;
        width: 40px;
    }
}

.slider-nav-cont2 .slider-nav2::before {
    content: ' ';
    background-color: #ffffff;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0%;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.slider-nav-cont2 .slider-nav2 .sn-arrow2 {
    background: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 29px 20px;
    content: ' ';
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: background-position 0.4s ease;
    -moz-transition: background-position 0.4s ease;
    -ms-transition: background-position 0.4s ease;
    transition: background-position 0.4s ease;
}

@media screen and (max-width: 540px) {
    .slider-nav-cont2 .slider-nav2 .sn-arrow2 {
        background-size: 21px 20px;
    }
}

.slider-nav-cont2 .slider-nav2.slider-nav-left2 .sn-arrow2 {
    background-image: url("../../assets/left-arrow.png");
}

.slider-nav-cont2 .slider-nav2.slider-nav-left2:hover::before {
    left: auto;
    right: 0;
    width: 100%;
}

.slider-nav-cont2 .slider-nav2.slider-nav-left2:hover .sn-arrow2 {
    background-position: 40% 50%;
}

.slider-nav-cont2 .slider-nav2.slider-nav-right2 .sn-arrow2 {
    background-image: url("../../assets/right-arrow.png");
}

.slider-nav-cont2 .slider-nav2.slider-nav-right2::before {
    right: 0;
    left: auto;
}

.slider-nav-cont2 .slider-nav2.slider-nav-right2:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.slider-nav-cont2 .slider-nav2.slider-nav-right2:hover .sn-arrow2 {
    background-position: 60% 50%;
}

/*----------------------------------------------------------------------------------------------*/

.video-cont a {
    display: block;
    line-height: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
    position: relative;
    margin: 100px 0 0;
}

.video-cont a>img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-cont a:hover>img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.video-cont a:hover span.play-btn::before {
    -webkit-transform: scale(1.2) rotate(180deg);
    -moz-transform: scale(1.2) rotate(180deg);
    -ms-transform: scale(1.2) rotate(180deg);
    transform: scale(1.2) rotate(180deg);
}

.video-cont a:hover span.play-btn img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.video-cont a span.play-btn {
    display: block;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-cont a span.play-btn::before {
    background-color: #1a1a1a;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 540px) {
    .video-cont a span.play-btn::before {
        height: 50px;
        width: 50px;
    }
}

.video-cont a span.play-btn::after {
    background: transparent;
    content: 'Click to watch video';
    position: absolute;
    bottom: -90px;
    left: -50%;
    height: 80px;
    width: 161px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .video-cont a span.play-btn::after {
        bottom: -109px;
        left: -86%;
    }
}

@media screen and (max-width: 540px) {
    .video-cont a span.play-btn::after {
        bottom: -83px;
        left: -109%;
    }
}

@media screen and (max-width: 768px) {
    .video-cont a span.play-btn {
        height: 50px;
        width: 50px;
    }
}

.video-cont a span.play-btn img {
    width: 40px;
    padding: 20px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 540px) {
    .video-cont a span.play-btn img {
        width: 25px;
        padding: 13px;
    }
}

.brand-carousel-cont {
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.brand-carousel-cont .bx-wrapper {
    padding: 20px 0;
}

@media screen and (max-width: 420px) {
    .brand-carousel-cont .bx-wrapper {
        padding: 0;
    }
}

.brand-carousel-cont ul li {
    margin: 0 20px;
    height: 100px;
    display: table;
    text-align: center;
}

.brand-carousel-cont ul li .v-center {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100%;
}

.brand-carousel-cont ul li .v-center img {
    display: inline-block;
}

.news-carousel-cont {
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.news-carousel-cont .bx-wrapper {
    padding: 20px 0;
}

.news-carousel-cont ul li {
    margin: 0 20px;
    height: 100px;
    display: table;
    text-align: center;
}

.news-carousel-cont ul li .v-center {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100%;
}

.news-carousel-cont ul li .v-center img {
    display: inline-block;
}

.accordion-listing {
    background-color: #1a1a1a;
}

.accordion-listing .acc-item {
    margin-bottom: 3px;
}

.accordion-listing .acc-item.active .acc-head span.btn-open {
    background-image: url("../../assets/accord-btn-dark.svg");
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.accordion-listing .acc-item .acc-head {
    background-color: #f7912c;
    cursor: pointer;
}

.accordion-listing .acc-item .acc-head h2 {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0;
    padding: 35px 0;
    margin-bottom: 0;
    padding-right: 40px;
}

@media screen and (max-width: 768px) {
    .accordion-listing .acc-item .acc-head h2 {
        font-size: 22px;
        line-height: 22px;
        padding: 25px 40px 25px 0;
    }
}

@media screen and (max-width: 640px) {
    .accordion-listing .acc-item .acc-head h2 {
        font-size: 18px;
        line-height: 18px;
    }
}

@media screen and (max-width: 420px) {
    .accordion-listing .acc-item .acc-head h2 {
        font-size: 16px;
        line-height: 16px;
    }
}

.accordion-listing .acc-item .acc-head span.btn-open {
    background-image: url("../../assets/accord-btn-dark.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 30%;
    width: 40px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

@media screen and (max-width: 768px) {
    .accordion-listing .acc-item .acc-head span.btn-open {
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width: 640px) {
    .accordion-listing .acc-item .acc-head span.btn-open {
        height: 25px;
        width: 25px;
    }
}

.accordion-listing .acc-item .acc-body {
    display: none;
    overflow: hidden;
    margin: 0;
}

.accordion-listing .acc-item .acc-body .acc-img-cont {
    position: relative;
    margin: 150px 0;
}

@media screen and (max-width: 991px) {
    .accordion-listing .acc-item .acc-body .acc-img-cont {
        margin: 100px 0;
    }
}

@media screen and (max-width: 767px) {
    .accordion-listing .acc-item .acc-body .acc-img-cont {
        margin: 50px 0;
    }
}

.accordion-listing .acc-item .acc-body .acc-img-cont p {
    bottom: 30px;
    font-size: 25px;
    font-weight: 400;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

.accordion-listing .acc-item .acc-body .acc-txt-cont {
    margin: 150px 0;
    position: relative;
}

@media screen and (max-width: 991px) {
    .accordion-listing .acc-item .acc-body .acc-txt-cont {
        margin: 100px 0;
    }
}

@media screen and (max-width: 767px) {
    .accordion-listing .acc-item .acc-body .acc-txt-cont {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .accordion-listing .acc-item .acc-body .acc-txt-cont .pad-lr {
        padding: 0;
    }
}

.accordion-listing .acc-item .acc-body .acc-txt-cont .content-box {
    max-height: 400px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

@media screen and (max-width: 767px) {
    .accordion-listing .acc-item .acc-body .acc-txt-cont .content-box {
        margin-bottom: 30px;
    }
}

.accordion-listing .acc-item .acc-body .acc-txt-cont .content-box h6 {
    letter-spacing: 0;
}

.accordion-listing .acc-item .acc-body .acc-txt-cont .content-box.active {
    max-height: 2000px;
}

.accordion-listing .acc-item .acc-body .acc-txt-cont .content-box.active .gradient-filter {
    opacity: 0;
}

.accordion-listing .acc-item .acc-body .acc-txt-cont .btn.rounded {
    text-align: center;
    width: 180px;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .accordion-listing .acc-item .acc-body .acc-txt-cont .btn.rounded {
        padding: 12px 15px;
    }
}

@media screen and (max-width: 475px) {
    .accordion-listing .acc-item .acc-body .acc-txt-cont .btn.rounded {
        width: 151px;
    }
}

@media screen and (max-width: 375px) {
    .accordion-listing .acc-item .acc-body .acc-txt-cont .btn.rounded {
        width: 125px;
    }
}

@media screen and (max-width: 320px) {
    .accordion-listing .acc-item .acc-body .acc-txt-cont .btn.rounded {
        margin-bottom: 20px;
    }
}

.accordion-listing .acc-item .acc-body .acc-txt-cont .read-more {
    cursor: pointer;
}

.accordion-listing .acc-item .acc-body .btm-extra-content {
    padding-bottom: 30px;
    position: relative;
    top: -75px;
}

@media screen and (max-width: 540px) {
    .accordion-listing .acc-item .acc-body .btm-extra-content {
        padding-bottom: 0;
    }
}

.accordion-listing .acc-item .acc-body .btm-extra-content .pad-lr {
    padding: 0 10%;
}

.accordion-listing .acc-item .acc-body .btm-extra-content h6 {
    letter-spacing: 0;
}

.accordion-listing .acc-item .acc-body .btm-extra-content::after {
    content: ' ';
    display: block;
    clear: both;
}

@media screen and (max-width: 768px) {
    .accordion-listing.sales {
        margin-bottom: 50px;
    }
}

.accordion-listing.sales .acc-item .acc-body a {
    color: #ed8c2c;
}

.accordion-listing.sales .acc-item .acc-body a:hover {
    text-decoration: underline;
}

.accordion-listing.sales .acc-item .acc-body a.btn {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.accordion-listing.sales .acc-item .acc-body a.btn:hover {
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .accordion-listing.sales .acc-item .acc-body a.btn {
        padding: 12px 0;
        width: 100%;
        box-sizing: border-box;
        font-size: 15px;
    }
}

@media screen and (max-width: 800px) {
    .accordion-listing.sales .acc-item .acc-body a.btn {
        font-size: 13px;
        text-align: center;
    }
}

@media screen and (max-width: 420px) {
    .accordion-listing.sales .acc-item .acc-body a.btn {
        padding: 8px 0 !important;
    }
}

.accordion-listing.sales .acc-item .acc-body strong {
    color: #ed8c2c;
}

.accordion-listing.sales .acc-item .acc-body .acc-img-cont {
    width: 250px;
}

@media screen and (max-width: 1199px) {
    .accordion-listing.sales .acc-item .acc-body .acc-img-cont {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .accordion-listing.sales .acc-item .acc-body .acc-img-cont {
        margin-top: 20px;
    }
}

@media screen and (max-width: 375px) {
    .accordion-listing.sales .acc-item .acc-body .acc-img-cont {
        margin-bottom: 0;
    }
}

.accordion-listing.sales .acc-item .acc-body .acc-img-cont a {
    margin-top: 20px;
}

.accordion-listing.sales .acc-item .acc-txt-cont {
    height: auto;
}

@media screen and (max-width: 767px) {
    .accordion-listing.sales .acc-item .acc-txt-cont {
        margin: 50px 0 0;
    }
}

.accordion-listing.sales .acc-item .acc-txt-cont a.btn {
    padding: 12px 60px;
}

@media screen and (max-width: 991px) {
    .accordion-listing.sales .acc-item .acc-txt-cont a.btn {
        padding: 12px 20px;
        width: 100%;
        box-sizing: border-box;
        font-size: 15px;
    }
}

@media screen and (max-width: 420px) {
    .accordion-listing.sales .acc-item .acc-txt-cont a.btn {
        padding: 8px 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .accordion-listing.sales .col-3 {
        width: 50%;
    }
}

@media screen and (max-width: 375px) {
    .accordion-listing.sales .col-3 {
        width: 80%;
    }
}

.accordion-listing.sales .acc-extra {
    margin: 150px 0;
}

.fullscreen-btn {
    background-image: url("../../assets/fullscreen-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    z-index: 99;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fullscreen-btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 720px) {
    .fullscreen-btn {
        height: 20px;
        width: 20px;
        top: 20px;
        right: 20px;
    }
}

.slider-nav-cont {
    background-color: #1a1a1a;
    bottom: 0;
    height: 80px;
    position: absolute;
    right: 0;
    width: 160px;
}

@media screen and (max-width: 540px) {
    .slider-nav-cont {
        height: 40px;
        width: 80px;
    }
}

.slider-nav-cont::after {
    background: transparent;
    content: 'Click to scroll';
    bottom: -30px;
    width: 160px;
    font-size: 16px;
    color: #ffffff;
    left: 0;
    display: block;
    text-align: center;
    position: absolute;
}

@media screen and (max-width: 540px) {
    .slider-nav-cont::after {
        bottom: -15px;
        width: 80px;
        font-size: 10px;
    }
}

.slider-nav-cont .slider-nav {
    background: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 29px 20px;
    cursor: pointer;
    float: left;
    height: 80px;
    position: relative;
    width: 80px;
    -webkit-transition: background-position 0.4s ease;
    -moz-transition: background-position 0.4s ease;
    -ms-transition: background-position 0.4s ease;
    transition: background-position 0.4s ease;
}

@media screen and (max-width: 540px) {
    .slider-nav-cont .slider-nav {
        height: 40px;
        width: 40px;
    }
}

.slider-nav-cont .slider-nav::before {
    content: ' ';
    background-color: #ffffff;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0%;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.slider-nav-cont .slider-nav .sn-arrow {
    background: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 29px 20px;
    content: ' ';
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: background-position 0.4s ease;
    -moz-transition: background-position 0.4s ease;
    -ms-transition: background-position 0.4s ease;
    transition: background-position 0.4s ease;
}

@media screen and (max-width: 540px) {
    .slider-nav-cont .slider-nav .sn-arrow {
        background-size: 21px 20px;
    }
}

.slider-nav-cont .slider-nav.slider-nav-left .sn-arrow {
    background-image: url("../../assets/left-arrow.png");
}

.slider-nav-cont .slider-nav.slider-nav-left:hover::before {
    left: auto;
    right: 0;
    width: 100%;
}

.slider-nav-cont .slider-nav.slider-nav-left:hover .sn-arrow {
    background-position: 40% 50%;
}

.slider-nav-cont .slider-nav.slider-nav-right .sn-arrow {
    background-image: url("../../assets/right-arrow.png");
}

.slider-nav-cont .slider-nav.slider-nav-right::before {
    right: 0;
    left: auto;
}

.slider-nav-cont .slider-nav.slider-nav-right:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.slider-nav-cont .slider-nav.slider-nav-right:hover .sn-arrow {
    background-position: 60% 50%;
}

.two-square-block {
    padding-top: 200px;
    position: relative;
    margin-top: 100px;
    z-index: 1;
}

@media screen and (max-width: 1440px) {
    .two-square-block {
        padding-top: 100px;
    }
}

@media screen and (max-width: 991px) {
    .two-square-block {
        padding-top: 0;
        margin: 0 0 100px;
    }
}

@media screen and (max-width: 767px) {
    .two-square-block {
        margin-top: 50px;
    }
}

@media screen and (max-width: 420px) {
    .two-square-block {
        margin-top: 0;
    }
}

.two-square-block::after {
    content: ' ';
    display: block;
    clear: both;
}

.two-square-block .tsb-image {
    float: left;
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 400px;
}

@media screen and (max-width: 991px) {
    .two-square-block .tsb-image {
        opacity: 0;
    }
}

@media screen and (max-width: 420px) {
    .two-square-block .tsb-image {
        height: 500px;
    }
}

.two-square-block .tsb-text-box {
    background-color: rgba(236, 139, 43, 0.95);
    height: 450px;
    right: 450px;
    position: absolute;
    top: 0;
    width: 400px;
}

@media screen and (max-width: 1199px) {
    .two-square-block .tsb-text-box {
        top: -30px;
        right: 250px;
    }
}

@media screen and (max-width: 991px) {
    .two-square-block .tsb-text-box {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .two-square-block .tsb-text-box {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .two-square-block .tsb-text-box {
        height: 500px;
    }
}

.two-square-block .tsb-text-box .tsb-text {
    right: -100px;
    position: absolute;
    top: 50%;
    width: 450px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
    .two-square-block .tsb-text-box .tsb-text {
        left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .two-square-block .tsb-text-box .tsb-text {
        padding: 0 50px;
        box-sizing: border-box;
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 540px) {
    .two-square-block .tsb-text-box .tsb-text {
        padding: 0 30px;
    }
}

@media screen and (max-width: 420px) {
    .two-square-block .tsb-text-box .tsb-text {
        height: auto;
        top: 55%;
    }
}

.two-square-block .tsb-text-box .tsb-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}

@media screen and (max-width: 540px) {
    .two-square-block .tsb-text-box .tsb-text p {
        font-size: 17px;
        line-height: 29px;
    }
}

.two-square-block .tsb-text-box .tsb-text .btn.rounded::before {
    background-color: #ffffff;
}

.two-square-block .tsb-text-box .tsb-text .btn.rounded:hover {
    border: 2px solid #ffffff;
    color: #ed8c2c !important;
}

.two-square-block .tsb-info {
    bottom: 0px;
    position: absolute;
    left: 30px;
}

@media screen and (max-width: 991px) {
    .two-square-block .tsb-info {
        width: 60%;
        display: none;
    }
}

.two-square-block .tsb-info p {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .two-square-block .tsb-info p {
        font-size: 26px;
    }
}

.two-square-block .tsb-info span {
    display: inline-block;
    font-size: 25px;
}

@media screen and (max-width: 1199px) {
    .two-square-block .tsb-info span {
        font-size: 22px;
    }
}

.two-square-block .filter-gradient {
    background-image: -moz-linear-gradient(-180deg, transparent 0%, #000000 95%);
    background-image: -webkit-linear-gradient(-180deg, transparent 0%, #000000 95%);
    background-image: -ms-linear-gradient(-180deg, transparent 0%, #000000 95%);
    background-image: linear-gradient(-180deg, transparent 0%, #000000 95%);
    height: 40%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.two-square-block.text-only {
    margin-top: 300px;
    overflow: inherit;
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .two-square-block.text-only {
        margin-top: 200px;
    }
}

@media screen and (max-width: 540px) {
    .two-square-block.text-only {
        margin-top: 100px;
    }
}

@media screen and (max-width: 420px) {
    .two-square-block.text-only {
        margin-bottom: 40px;
    }
}

.two-square-block.text-only::before {
    background-color: #2a2a2a;
    content: ' ';
    display: block;
    height: 100%;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -100px;
    width: 83.33333333%;
}

@media screen and (max-width: 540px) {
    .two-square-block.text-only::before {
        display: none;
    }
}

.two-square-block.text-only .tsb-text-box {
    left: 0;
    margin: 0 auto;
    right: 0;
    position: relative;
    width: 83.33333333%;
}

@media screen and (max-width: 540px) {
    .two-square-block.text-only .tsb-text-box {
        width: 100%;
    }
}

.two-square-block.text-only .tsb-text-box::before,
.two-square-block.text-only .tsb-text-box::after {
    background-size: cover;
    background-repeat: no-repeat;
    content: ' ';
    height: 89px;
    position: absolute;
    width: 98px;
}

@media screen and (max-width: 420px) {
    .two-square-block.text-only .tsb-text-box::before,
    .two-square-block.text-only .tsb-text-box::after {
        height: 59px;
        width: 68px;
    }
}

@media screen and (max-width: 375px) {
    .two-square-block.text-only .tsb-text-box::before,
    .two-square-block.text-only .tsb-text-box::after {
        height: 39px;
        width: 42px;
    }
}

.two-square-block.text-only .tsb-text-box::before {
    background-image: url("../../assets/quote-open.png");
    left: 30px;
    top: 30px;
}

.two-square-block.text-only .tsb-text-box::after {
    background-image: url("../../assets/quote-close.png");
    bottom: 30px;
    right: 30px;
}

.two-square-block.text-only .tsb-text-box p {
    font-size: 28px;
    font-weight: 800;
    line-height: 45px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .two-square-block.text-only .tsb-text-box p {
        font-size: 24px;
        line-height: 41px;
    }
}

@media screen and (max-width: 991px) {
    .two-square-block.text-only .tsb-text-box p {
        font-size: 20px;
        line-height: 37px;
    }
}

@media screen and (max-width: 420px) {
    .two-square-block.text-only .tsb-text-box p {
        font-size: 18px;
        line-height: 32px;
        position: relative;
        top: -20px;
    }
}

@media screen and (max-width: 375px) {
    .two-square-block.text-only .tsb-text-box p {
        font-size: 16px;
        line-height: 31px;
    }
}

@media screen and (max-width: 320px) {
    .two-square-block.text-only .tsb-text-box p {
        line-height: 26px;
    }
}

.two-square-block.text-only .tsb-text-box .tsb-text {
    left: 0;
    margin: 0 auto;
    right: 0;
}

@media screen and (max-width: 991px) {
    .two-square-block.text-only .tsb-text-box .tsb-text {
        width: 550px;
    }
}

@media screen and (max-width: 800px) {
    .two-square-block.text-only .tsb-text-box .tsb-text {
        width: 450px;
    }
}

@media screen and (max-width: 475px) {
    .two-square-block.text-only .tsb-text-box .tsb-text {
        width: 100%;
    }
}

.two-square-block.text-only .tsb-text-box .tsb-text .btn:hover {
    color: #ed8c2c;
}

.two-square-block.text-only .tsb-text-box .tsb-text .btn:hover::before {
    background-color: #ffffff;
}

.lower-content {
    padding: 100px 0 50px;
}

.pad-box {
    padding: 0 20%;
}

@media screen and (max-width: 1199px) {
    .pad-box {
        padding: 0 10%;
    }
}

@media screen and (max-width: 991px) {
    .pad-box {
        padding: 0 7%;
    }
}

@media screen and (max-width: 767px) {
    .pad-box {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .pad-box ul,
    .pad-box ol {
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pad-box ul li,
    .pad-box ol li {
        margin-bottom: 10px;
    }
}

.upper-content,
.lower-content {
    padding: 100px 0 0;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 540px) {
    .upper-content,
    .lower-content {
        padding: 70px 0 0;
    }
}

.upper-content p,
.upper-content li,
.lower-content p,
.lower-content li {
    color: #d8d8d8;
}

.upper-content strong,
.lower-content strong {
    color: #ffffff;
}

.upper-content.no-pad-top,
.lower-content.no-pad-top {
    padding-top: 0;
}

.pulse {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulse 1s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.mouse-scroll {
    animation: mouseScroll 1.3s ease-out infinite forwards;
}

@-webkit-keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes mouseScroll {
    0% {
        @transform (translateY(0));
    }
    50% {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.social-channels {
    list-style-type: none;
}

@media screen and (max-width: 540px) {
    .social-channels {
        text-align: center;
    }
}

.social-channels li {
    float: left;
    margin-right: 30px;
}

@media screen and (max-width: 540px) {
    .social-channels li {
        display: inline-block;
        float: none;
    }
}

.social-channels li:last-child {
    margin-right: 0;
}

.social-channels li a {
    display: inline-block;
    margin: 0;
}

.social-channels li span {
    cursor: pointer;
}

.social-channels li span:hover.fa {
    color: #ed8c2c;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.social-channels li span.fa {
    font-size: 30px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fancybox-slide>* {
    background-color: transparent;
}

.addtoany_list.a2a_kit_size_32 a {
    margin-bottom: 0;
}

.addtoany_list.a2a_kit_size_32 a>span {
    height: 45px !important;
    width: 45px !important;
    margin-bottom: 0;
    margin-right: 10px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.addtoany_list.a2a_kit_size_32 a>span:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 420px) {
    .addtoany_list.a2a_kit_size_32 a>span {
        height: 32px !important;
        width: 32px !important;
    }
}

@media screen and (max-width: 375px) {
    .addtoany_list.a2a_kit_size_32 a>span {
        margin-right: 0;
    }
}

#content>div>section.contact-section>div>div.contact-content-box>div.social-sharing.col-6>div.addtoany_shortcode>div>a.a2a_button_google_plus>span.a2a_svg.a2a_s__default.a2a_s_google_plus {
    height: 65px !important;
    width: 65px !important;
}

#content>div>section.contact-section>div>div.contact-content-box>div.social-sharing.col-6>div.addtoany_shortcode>div>a.a2a_button_linkedin>span.a2a_svg.a2a_s__default.a2a_s_linkedin {
    height: 50px !important;
    width: 50px !important;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.slick-slide {
    outline: none;
}

.submit-box {
    border-radius: 30px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
}

.submit-box::before {
    background-color: #ed8c2c;
    border-radius: 30px;
    content: ' ';
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.submit-box:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.copyright,
.site-by {
    clear: both;
    color: #d8d8d8;
    font-size: 16px;
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .copyright,
    .site-by {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .copyright,
    .site-by {
        text-align: left;
    }
}

.copyright a,
.site-by a {
    color: #d8d8d8;
    font-size: 16px;
}

.copyright a:hover,
.site-by a:hover {
    /*color: #ed8c2c; }*/
    color: #ed8c2c;
}

@media screen and (max-width: 991px) {
    .copyright a,
    .site-by a {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .copyright,
    .site-by {
        margin: 0;
    }
}

@media screen and (max-width: 540px) {
    .copyright,
    .site-by {
        text-align: center;
    }
}

/*@media screen and (max-width: 767px) {
  .copyright {
    display: none; } }
.copyright.mobile {
  display: none; }*/

@media screen and (max-width: 767px) {
    .copyright.mobile {
        display: block;
        margin-top: 20px;
    }
    .copyright.mobile::before {
        display: block;
        content: ' ';
    }
}

.bx-wrapper {
    box-shadow: none;
    border: 0 solid #fff;
    background: none;
    margin-bottom: 0;
    margin: 0 auto;
}

.brand-carousel-cont .bx-viewport {
    height: 100px !important;
}

.equipments-cont {
    padding: 150px 0 50px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 640px) {
    .equipments-cont {
        padding-top: 100px;
    }
}

@media screen and (max-width: 420px) {
    .equipments-cont {
        padding-bottom: 0;
    }
}

.chosen-container-single .chosen-single {
    background: none;
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    margin-bottom: 5px;
    background: none;
    border: 0;
    box-shadow: none;
    width: 165px;
}

@media screen and (max-width: 991px) {
    .chosen-container-active.chosen-with-drop .chosen-single {
        width: 140px;
    }
}

@media screen and (max-width: 800px) {
    .chosen-container-active.chosen-with-drop .chosen-single {
        width: 135px;
    }
}

.chosen-container-single .chosen-single div b {
    background-image: url("../../assets/arrow-down.png") !important;
    background-size: 13px 7px !important;
    background-position: center center !important;
    position: relative;
    top: 3px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.chosen-container-single.chosen-with-drop .chosen-single div b {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.chosen-container .chosen-drop {
    background: none;
    border: 0;
    box-shadow: none;
    margin-top: 0;
}

.chosen-container .chosen-results {
    background-color: #2a2a2a;
    padding: 20px;
    position: relative;
    width: 400px;
}

@media screen and (max-width: 800px) {
    .chosen-container .chosen-results {
        width: 200px;
    }
}

.chosen-container .chosen-results li.highlighted {
    background: none;
    background: #ed8c2c !important;
}

.chosen-container .chosen-results li {
    padding: 8px 8px;
}

.brochure-download-cont {
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: -100%;
    left: 0;
    -webkit-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    -ms-transition: top 0.4s ease;
    transition: top 0.4s ease;
}

.brochure-download-cont.active {
    top: 0;
}

.brochure-download-cont .brochure-download-box {
    background-color: #ed8c2c;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    box-sizing: border-box;
    padding: 30px 20px 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 540px) {
    .brochure-download-cont .brochure-download-box {
        width: 100%;
    }
}

.brochure-download-cont .brochure-download-box #mc_embed_signup {
    background: transparent;
}

.brochure-download-cont .brochure-download-box #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 0;
}

.brochure-download-cont .brochure-download-box #mc_embed_signup .mc-field-group input {
    border: 0;
    border-radius: 29px;
    background-color: #ffb062;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    height: 20px;
    padding: 20px;
    width: 90%;
    outline: none;
}

@media screen and (max-width: 540px) {
    .brochure-download-cont .brochure-download-box #mc_embed_signup .mc-field-group input {
        font-size: 16px;
        height: 12px;
    }
}

.brochure-download-cont .brochure-download-box #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c56e19;
}

.brochure-download-cont .brochure-download-box #mc_embed_signup .mc-field-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #c56e19;
}

.brochure-download-cont .brochure-download-box #mc_embed_signup .mc-field-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #c56e19;
}

.brochure-download-cont .brochure-download-box #mc_embed_signup .mc-field-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #c56e19;
}

.brochure-download-cont .brochure-download-box #mc_embed_signup .submit-box {
    cursor: pointer;
    float: none;
    width: 50%;
    margin: 0 0 30px;
}

@media screen and (max-width: 540px) {
    .brochure-download-cont .brochure-download-box #mc_embed_signup .submit-box {
        width: 100%;
        box-sizing: border-box;
    }
}

.brochure-download-cont .brochure-download-box #mc_embed_signup .submit-box::before {
    background-color: #ffffff;
    z-index: -1;
}

.brochure-download-cont .brochure-download-box #mc_embed_signup .submit-box .btn {
    background: none;
    border: 2px solid #ffffff !important;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 35px;
    position: relative;
    text-decoration: none;
    outline: none;
    -webkit-transition: border 0.4s ease, color 0.2s ease;
    -moz-transition: border 0.4s ease, color 0.2s ease;
    -ms-transition: border 0.4s ease, color 0.2s ease;
    transition: border 0.4s ease, color 0.2s ease;
    background: transparent;
    cursor: pointer;
    margin: 0 !important;
    height: auto;
    border-radius: 30px;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .brochure-download-cont .brochure-download-box #mc_embed_signup .submit-box .btn {
        padding: 12px 0;
    }
}

@media screen and (max-width: 540px) {
    .brochure-download-cont .brochure-download-box #mc_embed_signup .submit-box .btn {
        font-size: 16px;
        padding: 8px 0;
    }
}

.brochure-download-cont .brochure-download-box #mc_embed_signup .submit-box:hover .btn {
    color: #ed8c2c !important;
    border-color: #ffffff !important;
}

.brochure-download-cont .brochure-download-box #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 2px 0 0 20px;
    background: none;
    color: #ffffff;
}

.brochure-download-cont .brochure-download-box .bd-newsletter {
    margin-left: 10px;
}

.brochure-download-cont .brochure-download-box .bd-newsletter #brochure-newsletter {
    margin-right: 5px;
    zoom: 1.5;
}

@media screen and (max-width: 540px) {
    .brochure-download-cont .brochure-download-box .bd-newsletter #brochure-newsletter {
        zoom: 1;
    }
}

.brochure-download-cont .brochure-download-box .bd-newsletter .white-text {
    color: #ffffff;
    display: inline-block;
}

.brochure-download-cont .search-close-btn {
    display: block;
    cursor: pointer;
    width: 30px;
    top: 80px;
    position: absolute;
    right: 143px;
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

@media screen and (max-width: 1300px) {
    .brochure-download-cont .search-close-btn {
        right: 50px;
        top: 50px;
    }
}

@media screen and (max-width: 540px) {
    .brochure-download-cont .search-close-btn {
        right: 10px;
        top: 20px;
    }
}

.brochure-download-cont .search-close-btn img {
    max-width: 100%;
    height: auto;
}

.brochure-download-cont #mce-error-response {
    color: #ffffff;
    display: none !important;
}

.brochure-download-cont #mce-error-response a {
    display: none;
}

.hidden-brochure {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.go-to-top {
    background-color: rgba(255, 255, 255, 0.12);
    cursor: pointer;
    padding: 7px 17px;
    position: fixed;
    bottom: -50px;
    right: 30px;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 767px) {
    .go-to-top {
        right: 0;
    }
}

.go-to-top.show {
    bottom: 0;
}

.go-to-top:hover {
    background-color: #484848;
}

.go-to-top span.arrow-up {
    background-image: url("../../assets/arrow-gold.png");
    background-size: cover;
    background-position: center center;
    height: 30px;
    width: 17px;
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.spinner {
    display: none;
    margin: 0 auto 0;
    width: 70px;
    text-align: center;
}

.hideImpt {
    display: none !important;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #ed8c2c;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.landscape-alert {
    color: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9999;
    display: none;
    padding: 20% 6% 0;
    overflow: hidden;
    box-sizing: border-box;
}

@media screen and (max-width: 700px) and (orientation: landscape) {
    .landscape-alert {
        display: none;
    }
}

.ie6 .ie-overlay,
.ie7 .ie-overlay,
.ie8 .ie-overlay,
.lt-ie9 .ie-overlay {
    display: block;
}

/* IE9 Overlay */

.ie-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1a1a1a;
    z-index: 999;
}

.ie-overlay .content {
    max-width: 50%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 45%;
}

.site-loader-new {
    left: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    pointer-events: none;
    overflow: hidden;
}

.site-loader-new.active .site-loader-top,
.site-loader-new.active .site-loader-bottom {
    height: 50%;
}

.site-loader-new .site-loader-top {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #2a2a2a;
    top: 0;
    left: 0;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

.site-loader-new .site-loader-bottom {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #2a2a2a;
    bottom: 0;
    left: 0;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

.site-loader-new .site-loader-center {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1a1a1a;
    top: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
    opacity: 0;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.site-loader-new .site-loader-center.active {
    width: 20%;
    opacity: 1;
}

@media screen and (max-width: 1440px) {
    .site-loader-new .site-loader-center.active {
        width: 25%;
    }
}

@media screen and (max-width: 375px) {
    .site-loader-new .site-loader-center.active {
        width: 50%;
    }
}

.site-loader-new .site-loader-center.active::before {
    width: 100%;
}

.site-loader-new .site-loader-center.wide {
    width: 100%;
    -webkit-transition: opacity 0 ease;
    -moz-transition: opacity 0 ease;
    -ms-transition: opacity 0 ease;
    transition: opacity 0 ease;
}

.site-loader-new .site-loader-center.hide {
    opacity: 0;
}

.site-loader-new .site-loader-center::before {
    position: absolute;
    width: 0;
    content: ' ';
    display: block;
    height: 100%;
    background-color: #ed8c2c;
    left: 0;
    top: 0;
    -webkit-transition: width 1s ease 0.6s;
    -moz-transition: width 1s ease 0.6s;
    -ms-transition: width 1s ease 0.6s;
    transition: width 1s ease 0.6s;
}

.site-loader-new .site-loader-logo {
    display: none;
    top: 40%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 200px;
    transform-origin: center center;
    z-index: 99;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

@media screen and (max-width: 1440px) {
    .site-loader-new .site-loader-logo {
        top: 37%;
    }
}

@media screen and (max-width: 420px) {
    .site-loader-new .site-loader-logo {
        width: 200px;
        top: 40%;
    }
}

.site-loader-new-intro {
    left: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    pointer-events: none;
}

.site-loader-new-intro.hide .site-loader-top,
.site-loader-new-intro.hide .site-loader-bottom {
    height: 0;
}

.site-loader-new-intro .site-loader-top {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #2a2a2a;
    top: 0;
    left: 0;
    -webkit-transition: height 0.6s ease;
    -moz-transition: height 0.6s ease;
    -ms-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.site-loader-new-intro .site-loader-bottom {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #2a2a2a;
    bottom: 0;
    left: 0;
    -webkit-transition: height 0.6s ease;
    -moz-transition: height 0.6s ease;
    -ms-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.site-loader-new-intro .site-loader-center {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1a1a1a;
    top: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.site-loader-new-intro .site-loader-center.active {
    width: 30%;
}

@media screen and (max-width: 375px) {
    .site-loader-new-intro .site-loader-center.active {
        width: 50%;
    }
}

.site-loader-new-intro .site-loader-center::before {
    position: absolute;
    width: 0;
    content: ' ';
    display: block;
    height: 100%;
    background-color: #484848;
    left: 0;
    top: 0;
}

.site-loader-new-intro .site-loader-logo {
    display: none;
    top: 50%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 300px;
    transform-origin: center center;
    z-index: 99;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

@media screen and (max-width: 375px) {
    .site-loader-new-intro .site-loader-logo {
        width: 200px;
    }
}

.header {
    left: 0;
    /*padding: 40px 0;*/
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: transparent;
    z-index: 50;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 540px) {
    .header {
        padding: 20px 0;
    }
}

.header.fixed {
    position: fixed;
}

.header.hidebar {
    top: -200px;
    background-color: #1d1d1d;
    padding: 0 10px;
}

.header.hidebar .site-nav {
    margin-top: 35px;
}

@media screen and (max-width: 1100px) {
    .header.hidebar .site-nav {
        margin-top: 0;
    }
}

.header.hidebar .site-nav ul li a {
    font-size: 14px;
    margin-bottom: 17px;
    text-decoration: none;
}

@media screen and (max-width: 1100px) {
    .header.hidebar .site-nav ul li a {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.header.hidebar .site-logo {
    width: 97px;
    /*margin-top: 7px;*/
}

.header.hidebar .mobile-search-nav-box {
    top: 22px;
    right: 25px;
}

.header.active {
    top: 0;
}

.site-logo {
    float: left;
    margin-left: 100px;
    width: 180px;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 1300px) {
    .site-logo {
        margin-left: 40px;
    }
}

@media screen and (max-width: 540px) {
    .site-logo {
        margin-left: 16px;
        width: 120px;
        top: 3px;
    }
}

.site-nav {
    float: right;
    margin-top: 60px;
    margin-right: 100px;
}

@media screen and (max-width: 1300px) {
    .site-nav {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1100px) {
    .site-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: -100%;
        background-color: #1a1a1a;
        margin-top: 0;
        -webkit-transition: top 0.4s ease;
        -moz-transition: top 0.4s ease;
        -ms-transition: top 0.4s ease;
        transition: top 0.4s ease;
    }
}

.site-nav.mobile-active {
    top: 0;
}

@media screen and (max-width: 1100px) {
    .site-nav ul {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.site-nav ul li {
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 50px;
}

@media screen and (max-width: 1440px) {
    .site-nav ul li {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1300px) {
    .site-nav ul li {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .site-nav ul li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .site-nav ul li {
        float: none;
        margin-right: 0;
        display: block;
        text-align: center;
    }
}

.site-nav ul li:hover.w-sub-menu ul.sub-menu {
    opacity: 1;
    top: 40px;
    visibility: visible;
    display: block;
}

@media screen and (max-width: 1100px) {
    .site-nav ul li:hover.w-sub-menu ul.sub-menu {
        top: 65px;
    }
}

.site-nav ul li:hover.w-sub-menu ul.sub-menu a.user-login-a span.user-login {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.site-nav ul li:hover>a::before {
    width: 100%;
}

.site-nav ul li:hover>a span.fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site-nav ul li:hover .eu-icon #eu-stars {
    -webkit-transform: scale(0.8) rotate(90deg);
    -moz-transform: scale(0.8) rotate(90deg);
    -ms-transform: scale(0.8) rotate(90deg);
    transform: scale(0.8) rotate(90deg);
}

.site-nav ul li:hover .uk-flag {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site-nav ul li:hover .search-btn {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.site-nav ul li.w-sub-menu {
    position: relative;
}

.site-nav ul li.w-sub-menu a.user-login-a {
    margin-bottom: 0;
    z-index: 9;
}

.site-nav ul li.w-sub-menu a.user-login-a::before {
    display: none;
}

.site-nav ul li.w-sub-menu a.user-login-a span.fa {
    top: -3px;
}

.site-nav ul li.w-sub-menu a.user-login-a span.user-login {
    display: inline-block;
    width: 25px;
    margin-bottom: 0;
    position: relative;
    top: 2px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.site-nav ul li.w-sub-menu a.user-login-a span.user-login:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.site-nav ul li.w-sub-menu ul.sub-menu {
    left: 0;
    opacity: 0;
    position: absolute;
    padding-top: 10px;
    top: 20px;
    visibility: hidden;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #1d1d1d;
    padding-left: 15px;
}

.site-nav ul li.w-sub-menu ul.sub-menu li {
    float: none;
    margin-bottom: 0;
}

.site-nav ul li a {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

@media screen and (max-width: 1100px) {
    .site-nav ul li a {
        font-size: 17px;
        margin-bottom: 25px;
        text-decoration: none;
    }
}

.site-nav ul li a::before {
    background-color: #ed8c2c;
    /*background-color: #fff;*/
    bottom: -10px;
    content: ' ';
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 0;
    right: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.site-nav ul li a::visited {
    background-color: #ed8c2c;
}

.site-nav ul li a span.fa {
    display: inline-block;
    font-size: 20px;
    left: 5px;
    margin: 0;
    position: relative;
    top: 2px;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.site-nav ul li .search-btn {
    cursor: pointer;
    display: inline-block;
    margin: 0 -20px 0 20px;
    position: relative;
    top: 5px;
    width: 18px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1199px) {
    .site-nav ul li .search-btn {
        margin-right: 0;
    }
}

@media screen and (max-width: 1100px) {
    .site-nav ul li .search-btn {
        display: none;
    }
}

.site-nav .uk-flag {
    position: absolute;
    top: -6px;
    left: -5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.site-nav .eu-icon {
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 27px;
    padding: 1px;
    position: absolute;
    top: -8px;
    width: 27px;
    right: -33px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.site-nav .eu-icon #eu-stars {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-search-nav-box {
    position: absolute;
    top: 77px;
    right: 35px;
    width: 100px;
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1100px) {
    .mobile-search-nav-box {
        display: block;
    }
}

@media screen and (max-width: 540px) {
    .mobile-search-nav-box {
        right: 5px;
        top: 45px;
        width: auto;
    }
}

.mobile-search-nav-box .search-btn {
    display: block;
    position: relative;
    float: left;
    width: 24px;
    margin-right: 20px;
}

@media screen and (max-width: 540px) {
    .mobile-search-nav-box .search-btn {
        width: 20px;
    }
}

.mobile-nav-menu {
    height: 37px;
    width: 37px;
    cursor: pointer;
    display: block;
    float: left;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mobile-nav-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 35px;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media screen and (max-width: 540px) {
    .mobile-nav-menu span {
        width: 25px;
    }
}

.mobile-nav-menu span:nth-child(1) {
    top: 0;
}

.mobile-nav-menu span:nth-child(2) {
    top: 11px;
}

@media screen and (max-width: 540px) {
    .mobile-nav-menu span:nth-child(2) {
        top: 8px;
    }
}

.mobile-nav-menu span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 540px) {
    .mobile-nav-menu span:nth-child(3) {
        top: 16px;
    }
}

.mobile-nav-menu.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobile-nav-menu.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.mobile-nav-menu.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.banner-area {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}

.banner-area .banner-video {
    object-fit: fill;
    position: relative;
}

.banner-area .banner-content {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
    .banner-area .banner-content {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

@media screen and (max-width: 1280px) and (max-height: 676px) {
    .banner-area .banner-content {
        top: 50%;
    }
}

@media screen and (max-width: 767px) {
    .banner-area .banner-content {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 991px) {
    .banner-area .banner-content .col-8 {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .banner-area .banner-content .col-8 {
        width: 100%;
    }
}

.banner-area .banner-content h1,
.banner-area .banner-content h2 {
    margin-bottom: 35px;
}

.banner-area .banner-content p {
    /* padding-right: 20%; */
    margin-bottom: 40px;
}

@media screen and (max-width: 420px) {
    .banner-area .banner-content p {
        padding-right: 0;
    }
}

.banner-area .video-cover {
    background-image: url("../../assets/video-banner-bg.jpg");
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.inner-page .banner-area {
    height: 700px;
}

@media screen and (max-width: 1440px) {
    .inner-page .banner-area {
        height: 600px;
    }
}

.banner-image {
    background-size: cover;
    background-position: center center;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.about-section {
    padding: 100px 0 100px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1440px) {
    .about-section {
        overflow: hidden;
        padding-top: 200px;
    }
}

@media screen and (max-width: 540px) {
    .about-section {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}

.about-section .header-text {
    top: 150px;
}

@media screen and (max-width: 1440px) {
    .about-section .header-text {
        left: 0;
        top: -50px;
        -webkit-transform: rotate(0) translateY(0);
        -moz-transform: rotate(0) translateY(0);
        -ms-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
    }
}

.about-section .about-section-text {
    height: 800px;
    position: relative;
    width: 80%;
}

@media screen and (max-width: 1199px) {
    .about-section .about-section-text {
        width: 90%;
        height: 650px;
    }
}

@media screen and (max-width: 540px) {
    .about-section .about-section-text {
        width: 100%;
        height: auto;
        margin-bottom: 150px;
    }
}

.about-section .about-section-text h1,
.about-section .about-section-text h2 {
    margin-bottom: 42px;
    font-size: 45px;
    line-height: 55px;
    opacity: 0;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}

@media screen and (max-width: 1199px) {
    .about-section .about-section-text h1,
    .about-section .about-section-text h2 {
        font-size: 41px;
        line-height: 51px;
    }
}

@media screen and (max-width: 991px) {
    .about-section .about-section-text h1,
    .about-section .about-section-text h2 {
        font-size: 33px;
        line-height: 43px;
    }
}

@media screen and (max-width: 540px) {
    .about-section .about-section-text h1,
    .about-section .about-section-text h2 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 420px) {
    .about-section .about-section-text h1,
    .about-section .about-section-text h2 {
        font-size: 27px;
        line-height: 37px;
        margin-bottom: 15px;
    }
}

.about-section .about-section-text p {
    color: #d8d8d8;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

@media screen and (max-width: 1199px) {
    .about-section .about-section-text p {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 540px) {
    .about-section .about-section-text p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.about-section .about-section-text .btn {
    padding: 12px 60px;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    margin-bottom: -50px;
}

@media screen and (max-width: 540px) {
    .about-section .about-section-text .btn {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 420px) {
    .about-section .about-section-text .btn {
        padding: 10px 30px;
        position: relative;
        top: -10px;
    }
}

@media screen and (max-width: 540px) {
    .about-section .about-section-text .vert-center {
        top: 0;
        position: relative;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.about-section .slider-cont {
    position: relative;
    left: -10px;
}

@media screen and (max-width: 1440px) {
    .about-section .slider-cont {
        height: auto;
    }
}

@media screen and (max-width: 1199px) {
    .about-section .slider-cont {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .about-section .slider-cont {
        left: 0;
    }
}

.page-template-page-services .services-section {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .page-template-page-services .services-section {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .page-template-page-services .services-section .header-text {
        top: 0;
    }
}

@media screen and (max-width: 640px) {
    .page-template-page-services .services-section .header-text {
        top: 30px;
    }
}

@media screen and (max-width: 540px) {
    .page-template-page-services .services-section .header-text {
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .page-template-page-services .contact-section {
        padding-top: 100px;
    }
}

@media screen and (max-width: 640px) {
    .page-template-page-services .contact-section {
        padding-top: 100px;
    }
}

@media screen and (max-width: 540px) {
    .page-template-page-services .contact-section {
        padding-top: 50px;
    }
}

.page-template-page-sub-services .description-section .description-section-text .btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 991px) {
    .page-template-page-sub-services .contact-section {
        padding-top: 100px;
    }
}

.services-section {
    padding: 150px 0 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1440px) {
    .services-section {
        padding-top: 100px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 540px) {
    .services-section {
        padding-top: 75px;
    }
}

.services-section .header-text {
    left: -550px;
    top: 100px;
    right: auto;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media screen and (max-width: 1440px) {
    .services-section .header-text {
        top: -170px;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

@media screen and (max-width: 540px) {
    .services-section .header-text {
        top: 0;
        position: relative;
    }
}

.services-section .services-listing {
    float: left;
    overflow: hidden;
    position: relative;
    width: 20%;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

@media screen and (max-width: 991px) {
    .services-section .services-listing {
        width: 33.3%;
    }
}

@media screen and (max-width: 767px) {
    .services-section .services-listing {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .services-section .services-listing {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 475px) {
    .services-section .services-listing {
        width: 50%;
    }
}

@media screen and (max-width: 420px) {
    .services-section .services-listing {
        width: 100%;
    }
}

.services-section .services-listing a {
    display: block;
    margin-bottom: 0;
    line-height: 0;
}

.services-section .services-listing a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.services-section .services-listing a:hover .service-name {
    background-color: #ed8c2c;
}

.services-section .services-listing img {
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.services-section .services-listing .service-name {
    background-color: #2a2a2a;
    bottom: -1px;
    height: 60px;
    left: 0;
    position: absolute;
    width: 101%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.services-section .services-listing .service-name h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    left: 0;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 12%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 800px) {
    .services-section .services-listing .service-name h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    .services-section .services-listing .service-name h3 {
        font-size: 15px;
    }
}

.services-section .service-cta-box {
    background-color: #ed8c2c;
    float: left;
    height: 245px;
    width: 100%;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .services-section .service-cta-box {
        height: 279px;
    }
}

@media screen and (max-width: 991px) {
    .services-section .service-cta-box {
        height: 291px;
        width: 66.6%;
    }
}

@media screen and (max-width: 800px) {
    .services-section .service-cta-box {
        height: 261px;
    }
}

@media screen and (max-width: 767px) {
    .services-section .service-cta-box {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .services-section .service-cta-box {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.services-section .service-cta-box .service-cta {
    padding: 65px 75px;
}

@media screen and (max-width: 1199px) {
    .services-section .service-cta-box .service-cta {
        padding: 40px 50px;
    }
}

@media screen and (max-width: 800px) {
    .services-section .service-cta-box .service-cta {
        padding: 21px 50px;
    }
}

@media screen and (max-width: 767px) {
    .services-section .service-cta-box .service-cta {
        padding: 40px 50px;
    }
}

.services-section .service-cta-box .enquire-now {
    display: block;
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
}

@media screen and (max-width: 1199px) {
    .services-section .service-cta-box .enquire-now {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .services-section .service-cta-box .enquire-now {
        font-size: 40px;
        line-height: 50px;
    }
}

.services-section .service-cta-box .btn {
    display: inline-block;
    text-align: center;
    width: 175px;
    z-index: 2;
}

@media screen and (max-width: 420px) {
    .services-section .service-cta-box .btn {
        width: 120px;
    }
}

.services-section .service-cta-box .btn::before {
    z-index: -1;
}

.services-section .service-cta-box .btn:hover {
    border: 2px solid #ffffff;
    color: #ed8c2c !important;
}

.services-section .service-cta-box .btn:hover::before {
    background-color: #ffffff;
}

.our-work-section {
    clear: both;
    padding: 75px 0 175px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1440px) {
    .our-work-section {
        padding: 20px 0 20px;
    }
}

@media screen and (max-width: 375px) {
    .our-work-section {
        padding-top: 150px;
    }
}

.our-work-section .header-text {
    top: 200px;
    right: -456px;
}

@media screen and (max-width: 1440px) {
    .our-work-section .header-text {
        top: -100px;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

@media screen and (max-width: 540px) {
    .our-work-section .header-text {
        top: 0;
        position: relative;
    }
}

.our-work-section .our-work-slider-cont {
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1300px) {
    .our-work-section .our-work-slider-cont {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1199px) {
    .our-work-section .our-work-slider-cont {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .our-work-section .our-work-slider-cont {
        overflow: visible;
    }
}

.our-work-section .our-work-slider {
    position: relative;
}

.our-work-section .our-work-slider .ows-item,
.our-work-section .our-work-slider .ows-item-box {
    position: relative;
}

.our-work-section .our-work-slider .ows-item-image {
    position: relative;
}

@media screen and (max-width: 1440px) {
    .our-work-section .our-work-slider .ows-item-image {
        height: 463px;
        overflow: hidden;
    }
    .our-work-section .our-work-slider .ows-item-image img {
        margin-top: -120px;
    }
}

@media screen and (max-width: 1199px) {
    .our-work-section .our-work-slider .ows-item-image {
        height: 365px;
    }
    .our-work-section .our-work-slider .ows-item-image img {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .our-work-section .our-work-slider .ows-item-image {
        height: auto;
    }
}

.our-work-section .our-work-slider .ows-item-text-box {
    background-color: rgba(236, 139, 43, 0.95);
    bottom: 0;
    height: 450px;
    left: 180px;
    position: absolute;
    width: 600px;
}

@media screen and (max-width: 1199px) {
    .our-work-section .our-work-slider .ows-item-text-box {
        width: 550px;
    }
}

@media screen and (max-width: 991px) {
    .our-work-section .our-work-slider .ows-item-text-box {
        display: none;
    }
}

.our-work-section .our-work-slider .ows-item-text-box .ows-item-text {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    padding: 55px;
}

.our-work-section .our-work-slider .ows-item-text-box .ows-item-text p {
    line-height: 35px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .our-work-section .our-work-slider .ows-item-text-box .ows-item-text p {
        line-height: 30px;
    }
}

.our-work-section .our-work-slider .ows-item-info {
    height: 200px;
    padding: 20px 10px 0;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 540px) {
    .our-work-section .our-work-slider .ows-item-info {
        height: 78px;
    }
}

@media screen and (max-width: 540px) {
    .our-work-section .our-work-slider .ows-item-info {
        height: 113px;
    }
}

@media screen and (max-width: 475px) {
    .our-work-section .our-work-slider .ows-item-info {
        height: auto;
    }
}

.our-work-section .our-work-slider .ows-item-info h2 {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}

.our-work-section .our-work-slider .ows-item-info h2 a {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}

@media screen and (max-width: 1440px) {
    .our-work-section .our-work-slider .ows-item-info h2 a {
        font-size: 55px;
        line-height: 65px;
    }
}

@media screen and (max-width: 1199px) {
    .our-work-section .our-work-slider .ows-item-info h2 a {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .our-work-section .our-work-slider .ows-item-info h2 a {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 640px) {
    .our-work-section .our-work-slider .ows-item-info h2 a {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 32px;
    }
}

@media screen and (max-width: 991px) {
    .our-work-section .our-work-slider .ows-item-info h2 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .our-work-section .our-work-slider .ows-item-info h2 {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 32px;
        width: 90%;
    }
}

@media screen and (max-width: 540px) {
    .our-work-section .our-work-slider .ows-item-info h2 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 475px) {
    .our-work-section .our-work-slider .ows-item-info h2 {
        width: 100%;
    }
}

.our-work-section .our-work-slider .ows-item-info h2 .wordspan {
    -webkit-transform: translateY(65px);
    -moz-transform: translateY(65px);
    -ms-transform: translateY(65px);
    transform: translateY(65px);
}

.our-work-section .our-work-slider .ows-item-info span {
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 5px;
    overflow: hidden;
    margin-top: 20px;
}

@media screen and (max-width: 1199px) {
    .our-work-section .our-work-slider .ows-item-info span {
        font-size: 23px;
    }
}

@media screen and (max-width: 991px) {
    .our-work-section .our-work-slider .ows-item-info span {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    .our-work-section .our-work-slider .ows-item-info span {
        font-size: 18px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 540px) {
    .our-work-section .our-work-slider .ows-item-info span {
        margin-top: 10px;
    }
}

.our-work-section .our-work-slider .ows-item-info span .wordspan {
    -webkit-transform: translateY(65px);
    -moz-transform: translateY(65px);
    -ms-transform: translateY(65px);
    transform: translateY(65px);
}

@media screen and (max-width: 767px) {
    .our-work-section .our-work-slider .ows-item-info .col-8 {
        width: 66.66666667%;
    }
}

@media screen and (max-width: 540px) {
    .our-work-section .our-work-slider .ows-item-info .col-8 {
        width: 100%;
    }
}

.our-work-section .btns-cont,
.our-work-section .lmb-cont {
    bottom: -23px;
    position: absolute;
    right: 5px;
    width: 255px;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .our-work-section .btns-cont,
    .our-work-section .lmb-cont {
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .our-work-section .btns-cont,
    .our-work-section .lmb-cont {
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .our-work-section .btns-cont,
    .our-work-section .lmb-cont {
        bottom: 0;
    }
}

@media screen and (max-width: 540px) {
    .our-work-section .btns-cont,
    .our-work-section .lmb-cont {
        position: relative;
    }
}

.our-work-section .btns-cont .btn,
.our-work-section .lmb-cont .btn {
    width: 255px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .our-work-section .btns-cont .btn,
    .our-work-section .lmb-cont .btn {
        width: 200px;
    }
}

@media screen and (max-width: 540px) {
    .our-work-section .btns-cont .btn,
    .our-work-section .lmb-cont .btn {
        width: 150px;
    }
}

@media screen and (max-width: 540px) {
    .our-work-section .lmb-cont {
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 475px) {
    .our-work-section .lmb-cont {
        display: none;
    }
}

.our-work-section .btns-cont {
    bottom: 80px;
}

@media screen and (max-width: 991px) {
    .our-work-section .btns-cont {
        bottom: 90px;
    }
}

@media screen and (max-width: 640px) {
    .our-work-section .btns-cont {
        bottom: 115px;
    }
}

@media screen and (max-width: 540px) {
    .our-work-section .btns-cont {
        bottom: 74px;
        left: 220px;
    }
}

@media screen and (max-width: 475px) {
    .our-work-section .btns-cont {
        position: static;
        margin: 20px auto;
        width: auto;
        text-align: center;
    }
}

.our-work-section .btns-cont .btn {
    margin-bottom: 0;
}

.our-work-section .slider-nav-cont {
    bottom: 230px;
}

@media screen and (max-width: 1440px) {
    .our-work-section .slider-nav-cont {
        bottom: 219px;
    }
}

@media screen and (max-width: 475px) {
    .our-work-section .slider-nav-cont {
        bottom: 192px;
    }
}

@media screen and (max-width: 420px) {
    .our-work-section .slider-nav-cont {
        top: -71px;
    }
}

.our-work-section .dark-overlay {
    background-color: #2a2a2a;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.our-work-section .dark-overlay.show {
    opacity: 1;
}

.testimonial-section {
    /*overflow: auto;*/
    padding: 0px 0 100px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1440px) {
    .testimonial-section {
        padding-top: 80px;
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 540px) {
    .testimonial-section {
        padding-top: 10px;
    }
}

@media screen and (max-width: 475px) {
    .testimonial-section {
        padding-bottom: 110px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 420px) {
    .testimonial-section {
        margin-bottom: 0;
    }
}

.testimonial-section .header-text {
    left: -400px;
    top: 150px;
    right: auto;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media screen and (max-width: 1440px) {
    .testimonial-section .header-text {
        top: -100px;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

@media screen and (max-width: 540px) {
    .testimonial-section .header-text {
        top: 0;
        position: static;
    }
}

.testimonial-section .testimonial-slider-cont {
    position: relative;
}

.testimonial-section .testimonial-slider-cont .slider-nav-cont {
    left: 600px;
}

@media screen and (max-width: 768px) {
    .testimonial-section .testimonial-slider-cont .slider-nav-cont {
        left: 70%;
    }
}

@media screen and (max-width: 540px) {
    .testimonial-section .testimonial-slider-cont .slider-nav-cont {
        right: 0;
        left: auto;
        bottom: 0;
    }
}

.testimonial-section .testimonial-slider .ts-item {
    padding-top: 200px;
    position: relative;
    outline: none;
}

@media screen and (max-width: 768px) {
    .testimonial-section .testimonial-slider .ts-item {
        padding-top: 0;
    }
}

.testimonial-section .testimonial-slider .ts-item-image-cont {
    positon: relative;
}

.testimonial-section .testimonial-slider .ts-item-image-cont .filter-gradient {
    background-image: -moz-linear-gradient(-180deg, transparent 0%, #000000 95%);
    background-image: -webkit-linear-gradient(-180deg, transparent 0%, #000000 95%);
    background-image: -ms-linear-gradient(-180deg, transparent 0%, #000000 95%);
    background-image: linear-gradient(-180deg, transparent 0%, #000000 95%);
    height: 40%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.testimonial-section .testimonial-slider .ts-item-image {
    float: left;
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 600px;
}

@media screen and (max-width: 768px) {
    .testimonial-section .testimonial-slider .ts-item-image {
        display: none;
    }
}

.testimonial-section .testimonial-slider .ts-item-text-box {
    background-color: rgba(237, 140, 44, 0.95);
    height: 400px;
    right: 180px;
    position: absolute;
    top: 0;
    width: 600px;
}

.testimonial-section .testimonial-slider .ts-item-text-box::before,
.testimonial-section .testimonial-slider .ts-item-text-box::after {
    background-size: cover;
    background-repeat: no-repeat;
    content: ' ';
    height: 89px;
    position: absolute;
    width: 98px;
}

@media screen and (max-width: 991px) {
    .testimonial-section .testimonial-slider .ts-item-text-box::before,
    .testimonial-section .testimonial-slider .ts-item-text-box::after {
        width: 48px;
        height: 44px;
    }
}

.testimonial-section .testimonial-slider .ts-item-text-box::before {
    background-image: url("../../assets/quote-open.png");
    left: 30px;
    top: 30px;
}

.testimonial-section .testimonial-slider .ts-item-text-box::after {
    background-image: url("../../assets/quote-close.png");
    bottom: 30px;
    right: 30px;
}

@media screen and (max-width: 768px) {
    .testimonial-section .testimonial-slider .ts-item-text-box::after {
        bottom: 150px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-section .testimonial-slider .ts-item-text-box {
        width: 55%;
        right: 90px;
    }
}

@media screen and (max-width: 768px) {
    .testimonial-section .testimonial-slider .ts-item-text-box {
        position: relative;
        right: 0;
        top: 0;
        width: 70%;
    }
}

@media screen and (max-width: 640px) {
    .testimonial-section .testimonial-slider .ts-item-text-box {
        height: 700px;
    }
}

@media screen and (max-width: 540px) {
    .testimonial-section .testimonial-slider .ts-item-text-box {
        height: 340px;
        width: 100%;
        padding: 100px 0 0 0;
    }
}

.testimonial-section .testimonial-slider .ts-item-text-box .ts-item-text {
    right: -180px;
    position: absolute;
    top: 50%;
    width: 700px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
    .testimonial-section .testimonial-slider .ts-item-text-box .ts-item-text {
        width: 100%;
        right: -90px;
    }
}

@media screen and (max-width: 768px) {
    .testimonial-section .testimonial-slider .ts-item-text-box .ts-item-text {
        position: relative;
        top: 10%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 540px) {
    .testimonial-section .testimonial-slider .ts-item-text-box .ts-item-text {
        box-sizing: border-box;
        padding: 0 25px;
        right: 0;
        position: static;
    }
}

.testimonial-section .testimonial-slider .ts-item-text-box .ts-item-text p {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 28px;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}

@media screen and (max-width: 1199px) {
    .testimonial-section .testimonial-slider .ts-item-text-box .ts-item-text p {
        font-size: 17px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-section .testimonial-slider .ts-item-text-box .ts-item-text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 475px) {
    .testimonial-section .testimonial-slider .ts-item-text-box .ts-item-text p {
        line-height: 23px;
    }
}

@media screen and (max-width: 420px) {
    .testimonial-section .testimonial-slider .ts-item-text-box .ts-item-text p {
        font-size: 13px;
    }
}

@media screen and (max-width: 375px) {
    .testimonial-section .testimonial-slider .ts-item-text-box .ts-item-text p {
        line-height: 20px;
    }
}

@media screen and (max-width: 320px) {
    .testimonial-section .testimonial-slider .ts-item-text-box .ts-item-text p {
        font-size: 11px;
    }
}

.testimonial-section .testimonial-slider .ts-item-info {
    bottom: 30px;
    position: absolute;
    left: 30px;
}

@media screen and (max-width: 768px) {
    .testimonial-section .testimonial-slider .ts-item-info {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .testimonial-section .testimonial-slider .ts-item-info {
        width: 80%;
    }
}

.testimonial-section .testimonial-slider .ts-item-info p {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .testimonial-section .testimonial-slider .ts-item-info p {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .testimonial-section .testimonial-slider .ts-item-info p {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 540px) {
    .testimonial-section .testimonial-slider .ts-item-info p {
        font-size: 16px;
    }
}

.testimonial-section .testimonial-slider .ts-item-info span {
    display: inline-block;
    font-size: 25px;
}

@media screen and (max-width: 991px) {
    .testimonial-section .testimonial-slider .ts-item-info span {
        font-size: 20px;
    }
}

@media screen and (max-width: 540px) {
    .testimonial-section .testimonial-slider .ts-item-info span {
        font-size: 14px;
    }
}

.testimonial-section .dark-overlay {
    background-color: #2a2a2a;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.testimonial-section .dark-overlay.show {
    opacity: 1;
}

.portfolio-section {
    padding: 150px 0 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1440px) {
    .portfolio-section {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 640px) {
    .portfolio-section {
        padding-top: 50px;
    }
}

.portfolio-section .header-text {
    left: -440px;
    top: 250px;
    right: auto;
    z-index: -1;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media screen and (max-width: 1440px) {
    .portfolio-section .header-text {
        display: none;
        top: -150px;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.portfolio-section ul.filter-list {
    overflow: auto;
}

.portfolio-section ul.filter-list li {
    border: 2px solid #797979;
    color: #797979;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    list-style-type: none;
    margin-right: 20px;
    padding: 10px 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
    .portfolio-section ul.filter-list li {
        font-size: 17px;
        padding: 10px 20px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 640px) {
    .portfolio-section ul.filter-list li {
        font-size: 14px;
        padding: 8px 16px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.portfolio-section ul.filter-list li:hover,
.portfolio-section ul.filter-list li.active {
    border: 2px solid #ed8c2c;
    color: #ffffff;
}

.portfolio-section .portfolio-listing {
    margin-top: 40px;
}

.portfolio-section .portfolio-item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
    height: 350px;
}

@media screen and (max-width: 991px) {
    .portfolio-section .portfolio-item {
        width: 33.3%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .portfolio-section .portfolio-item {
        width: 50%;
    }
}

@media screen and (max-width: 420px) {
    .portfolio-section .portfolio-item {
        width: 100%;
    }
}

.portfolio-section .portfolio-item a {
    display: block;
    margin-bottom: 0;
    line-height: 0;
}

.portfolio-section .portfolio-item a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-section .portfolio-item a:hover .portfolio-name {
    background-color: #ed8c2c;
}

.portfolio-section .portfolio-item img {
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.portfolio-section .portfolio-item .portfolio-name {
    background-color: #2a2a2a;
    bottom: -1px;
    height: 70px;
    left: 0;
    position: absolute;
    width: 101%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1199px) {
    .portfolio-section .portfolio-item .portfolio-name {
        bottom: 1px;
    }
}

@media screen and (max-width: 991px) {
    .portfolio-section .portfolio-item .portfolio-name {
        bottom: 0;
    }
}

.portfolio-section .portfolio-item .portfolio-name h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    left: 0;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 12%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1199px) {
    .portfolio-section .portfolio-item .portfolio-name h3 {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 800px) {
    .portfolio-section .portfolio-item .portfolio-name h3 {
        font-size: 14px;
    }
}

.portfolio-section .load-cont {
    margin-top: 100px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .portfolio-section .load-cont {
        margin-top: 50px;
    }
}

.portfolio-section .load-cont .spinner {
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
}

.news-event-section {
    padding: 150px 0 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1440px) {
    .news-event-section {
        padding-top: 150px;
    }
}

@media screen and (max-width: 991px) {
    .news-event-section {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .news-event-section {
        padding-bottom: 50px;
    }
}

.news-event-section .header-text {
    left: -580px;
    top: 250px;
    right: auto;
    z-index: -1;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media screen and (max-width: 1440px) {
    .news-event-section .header-text {
        display: none;
        top: -150px;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.news-event-section ul.filter-list {
    overflow: auto;
}

.news-event-section ul.filter-list li {
    border: 2px solid #797979;
    color: #797979;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    list-style-type: none;
    margin-right: 20px;
    padding: 10px 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
    .news-event-section ul.filter-list li {
        font-size: 17px;
        padding: 10px 20px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 640px) {
    .news-event-section ul.filter-list li {
        font-size: 14px;
        padding: 8px 16px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.news-event-section ul.filter-list li:hover,
.news-event-section ul.filter-list li.active {
    border: 2px solid #ed8c2c;
    color: #ffffff;
}

.news-event-section .news-event-listing {
    margin-top: 40px;
}

.news-event-section .news-event-item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
    height: 350px;
}

@media screen and (max-width: 1199px) {
    .news-event-section .news-event-item {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .news-event-section .news-event-item {
        width: 33.3%;
    }
}

@media screen and (max-width: 540px) {
    .news-event-section .news-event-item {
        width: 100%;
    }
}

.news-event-section .news-event-item:nth-child(1) {
    height: 700px;
}

@media screen and (max-width: 1199px) {
    .news-event-section .news-event-item:nth-child(1) {
        height: 556px;
    }
}

@media screen and (max-width: 991px) {
    .news-event-section .news-event-item:nth-child(1) {
        height: auto;
        width: 33.3%;
    }
}

@media screen and (max-width: 767px) {
    .news-event-section .news-event-item:nth-child(1) {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .news-event-section .news-event-item:nth-child(1) {
        width: 100%;
    }
}

.news-event-section .news-event-item:nth-child(2),
.news-event-section .news-event-item:nth-child(3) {
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .news-event-section .news-event-item:nth-child(2),
    .news-event-section .news-event-item:nth-child(3) {
        height: 278px;
    }
}

@media screen and (max-width: 991px) {
    .news-event-section .news-event-item:nth-child(2),
    .news-event-section .news-event-item:nth-child(3) {
        height: auto;
        width: 33.3%;
    }
}

@media screen and (max-width: 767px) {
    .news-event-section .news-event-item:nth-child(2),
    .news-event-section .news-event-item:nth-child(3) {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .news-event-section .news-event-item:nth-child(2),
    .news-event-section .news-event-item:nth-child(3) {
        width: 100%;
    }
}

.news-event-section .news-event-item.featured {
    text-align: left;
}

.news-event-section .news-event-item.featured p {
    color: #797979;
    margin-bottom: 0;
    padding: 0 5%;
    text-align: left;
}

.news-event-section .news-event-item a {
    display: block;
    margin-bottom: 0;
    line-height: 0;
}

.news-event-section .news-event-item a::after {
    bottom: -1px;
    content: 'Read more';
    display: block;
    font-weight: 800;
    height: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.news-event-section .news-event-item a::before {
    background-color: #ed8c2c;
    bottom: -1px;
    content: ' ';
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 101%;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.news-event-section .news-event-item a:hover::before {
    height: 60px;
}

.news-event-section .news-event-item a:hover::after {
    height: 20px;
    padding: 10px 0;
}

.news-event-section .news-event-item a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-event-section .news-event-item img {
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.news-event-section .news-event-item .news-event-name {
    background-color: #2a2a2a;
    bottom: -1px;
    height: 60px;
    left: 0;
    position: absolute;
    width: 101%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.news-event-section .news-event-item .news-event-name h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    left: 0;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 5%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1199px) {
    .news-event-section .news-event-item .news-event-name h3 {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 800px) {
    .news-event-section .news-event-item .news-event-name h3 {
        font-size: 14px;
    }
}

.news-event-section .w50 {
    width: 50%;
}

.news-event-section .load-cont {
    margin-top: 100px;
    position: relative;
}

.news-event-section .load-cont .spinner {
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
}

.description-section {
    padding: 150px 0 175px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1440px) {
    .description-section {
        overflow: hidden;
    }
}

@media screen and (max-width: 991px) {
    .description-section {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 540px) {
    .description-section {
        padding: 50px 0 100px;
    }
}

.description-section .header-text {
    top: 100px;
}

@media screen and (max-width: 1440px) {
    .description-section .header-text {
        left: 0;
        top: -50px;
        -webkit-transform: rotate(0) translateY(0);
        -moz-transform: rotate(0) translateY(0);
        -ms-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
    }
}

.description-section .description-section-text {
    height: 787px;
    left: 0;
    position: relative;
    width: 80%;
}

@media screen and (max-width: 1440px) {
    .description-section .description-section-text {
        height: 600px;
    }
}

@media screen and (max-width: 767px) {
    .description-section .description-section-text {
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .description-section .description-section-text .vert-center {
        position: static;
        transform: translateY(0);
    }
}

.description-section .description-section-text h1,
.description-section .description-section-text h2 {
    margin-bottom: 42px;
    opacity: 0;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}

.description-section .description-section-text p {
    color: #d8d8d8;
    margin-bottom: 50px;
    opacity: 1;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
}

@media screen and (max-width: 767px) {
    .description-section .description-section-text p {
        margin-bottom: 25px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.description-section .description-section-text .btn {
    padding: 12px 60px;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.description-section .slider-cont {
    position: relative;
}

@media screen and (max-width: 1440px) {
    .description-section .slider-cont {
        height: 600px;
        overflow: hidden;
    }
}

@media screen and (max-width: 991px) {
    .description-section .slider-cont {
        height: auto;
    }
}

.single-portfolio .wrapper,
.single-post .wrapper {
    position: relative;
    z-index: 1;
}

.single-portfolio .generic-slider,
.single-post .generic-slider {
    margin: 0 0 0;
}

.single-portfolio .btn,
.single-post .btn {
    margin-top: 50px;
    padding: 12px 60px;
}

.single-portfolio .banner-area .banner-content h1,
.single-portfolio .banner-area .banner-content h2,
.single-post .banner-area .banner-content h1,
.single-post .banner-area .banner-content h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
}

@media screen and (max-width: 1100px) {
    .single-portfolio .banner-area .banner-content h1,
    .single-portfolio .banner-area .banner-content h2,
    .single-post .banner-area .banner-content h1,
    .single-post .banner-area .banner-content h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 540px) {
    .single-portfolio .banner-area .banner-content h1,
    .single-portfolio .banner-area .banner-content h2,
    .single-post .banner-area .banner-content h1,
    .single-post .banner-area .banner-content h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

@media screen and (max-width: 768px) {
    .single-portfolio .upper-content,
    .single-post .upper-content {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .single-portfolio .upper-content,
    .single-post .upper-content {
        padding: 50px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .single-portfolio .lower-content,
    .single-post .lower-content {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .single-portfolio .lower-content,
    .single-post .lower-content {
        padding: 0;
    }
}

.single-portfolio .slider-cont.upper,
.single-post .slider-cont.upper {
    padding-bottom: 0;
}

.page-template-page-about .pad-box img {
    padding: 20px 0;
}

.single-post .generic-slider,
.page-template-page-about .generic-slider,
.page-template-page-meet-the-owner .generic-slider {
    margin: 150px 0 0;
}

@media screen and (max-width: 720px) {
    .single-post .generic-slider,
    .page-template-page-about .generic-slider,
    .page-template-page-meet-the-owner .generic-slider {
        margin-top: 100px;
    }
}

@media screen and (max-width: 420px) {
    .single-post .generic-slider,
    .page-template-page-about .generic-slider,
    .page-template-page-meet-the-owner .generic-slider {
        margin-top: 50px;
    }
}

.video-cont {
    margin: 100px 0 0;
}

.single-post .video-cont {
    margin: 100px 0;
}

.single-post .generic-slider {
    margin-top: 50px;
}

.banner-area .banner-content .info {
    font-weight: 400;
    margin-bottom: 10px;
}

.banner-area .banner-content .info strong {
    color: #ed8c2c;
    font-weight: 400;
}

.contact-choose-location {
    text-align: left;
}

@media screen and (max-width: 640px) {
    .contact-choose-location {
        width: 100%;
        padding: 0 40px;
    }
}

@media screen and (max-width: 320px) {
    .contact-choose-location {
        padding: 0;
    }
}

.contact-choose-location>p {
    margin-bottom: 7px !important;
}

.contact-choose-location ul {
    text-align: left;
}

.contact-choose-location ul li {
    color: #d8d8d8;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    list-style-type: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-choose-location ul li.active,
.contact-choose-location ul li:hover {
    color: #ed8c2c;
}

.contact-choose-location ul li::after {
    content: '|';
    color: #d8d8d8;
    display: inline-block;
    margin: 0 10px;
}

.contact-choose-location ul li:last-child::after {
    display: none;
}

@media screen and (max-width: 720px) {
    .contact-choose-location ul li {
        font-size: 18px;
    }
}

.contact-page {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .contact-page {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1440px) {
    .contact-page .header-text {
        display: none;
    }
}

.page-template-page-contact .contact-choose-location {
    padding: 40px 0 30px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .page-template-page-contact .contact-choose-location {
        padding: 0 0 20px;
    }
}

.page-template-page-contact .contact-choose-location ul {
    text-align: left;
}

.contact-col {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-col.active {
    opacity: 1;
    top: 0;
    position: relative;
    z-index: 3;
}

.contact-col h3 {
    color: #ed8c2c;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-col h3:first-child {
    margin-top: 0;
}

.contact-col p {
    font-size: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .contact-col p {
        font-size: 17px;
    }
}

@media screen and (max-width: 420px) {
    .contact-col p {
        font-size: 14px;
    }
}

.contact-col strong {
    color: #ed8c2c;
    font-weight: 300;
}

.contact-col a {
    color: #d8d8d8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-col a:hover {
    color: #ffffff;
}

.contact-section {
    overflow: hidden;
    padding: 75px 0 100px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1440px) {
    .contact-section {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 420px) {
    .contact-section {
        padding-bottom: 100px;
    }
}

.contact-section .header-text {
    top: 200px;
    right: -360px;
}

@media screen and (max-width: 1440px) {
    .contact-section .header-text {
        top: -50px;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

@media screen and (max-width: 991px) {
    .contact-section .header-text {
        top: -75px;
        -webkit-transform: rotate(0) !important;
        -moz-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
}

.contact-section .contact-content-box {
    position: relative;
    padding-top: 125px;
}

@media screen and (max-width: 991px) {
    .contact-section .contact-content-box {
        padding-top: 0;
        margin-top: 50px;
    }
}

.contact-section .contact-text-box {
    background-color: #2a2a2a;
    float: none;
    height: 550px;
    width: 600px;
    margin-left: 50%;
}

@media screen and (max-width: 1199px) {
    .contact-section .contact-text-box {
        width: 485px;
    }
}

@media screen and (max-width: 991px) {
    .contact-section .contact-text-box {
        width: 50%;
        height: 750px;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}

@media screen and (max-width: 640px) {
    .contact-section .contact-text-box {
        width: 100%;
        margin-left: 0;
        height: auto;
        padding-bottom: 40px;
    }
}

.contact-section .contact-text-box .contact-text {
    float: right;
    margin-right: 0;
    margin-top: 100px;
    position: relative;
    padding-right: 30px;
    width: 333px;
    height: 530px;
}

@media screen and (max-width: 991px) {
    .contact-section .contact-text-box .contact-text {
        width: 320px;
    }
}

@media screen and (max-width: 800px) {
    .contact-section .contact-text-box .contact-text {
        width: 275px;
    }
}

@media screen and (max-width: 768px) {
    .contact-section .contact-text-box .contact-text {
        width: 290px;
    }
}

@media screen and (max-width: 720px) {
    .contact-section .contact-text-box .contact-text {
        width: 270px;
    }
}

@media screen and (max-width: 640px) {
    .contact-section .contact-text-box .contact-text {
        width: 100%;
        box-sizing: border-box;
        margin-top: 40px;
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    .contact-section .contact-text-box .contact-text {
        padding: 0 15px;
    }
}

.contact-section .contact-text-box .contact-text .contact-col {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1199px) {
    .contact-section .contact-text-box .contact-text .contact-col {
        width: 90%;
    }
}

@media screen and (max-width: 640px) {
    .contact-section .contact-text-box .contact-text .contact-col {
        width: 100%;
        box-sizing: border-box;
        padding: 0 40px;
    }
}

@media screen and (max-width: 320px) {
    .contact-section .contact-text-box .contact-text .contact-col {
        padding: 0;
    }
}

.contact-section .contact-text-box .contact-text .contact-col.active {
    opacity: 1;
    top: 90px;
    z-index: 3;
}

@media screen and (max-width: 640px) {
    .contact-section .contact-text-box .contact-text .contact-col.active {
        position: static;
    }
}

.contact-section .contact-text-box h3 {
    color: #ed8c2c;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-section .contact-text-box p {
    margin-bottom: 20px;
}

.contact-section .contact-map-box {
    background-color: rgba(237, 140, 44, 0.95);
    height: 800px;
    left: 177px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 600px;
}

@media screen and (max-width: 1199px) {
    .contact-section .contact-map-box {
        width: 485px;
        left: 75px;
    }
}

@media screen and (max-width: 991px) {
    .contact-section .contact-map-box {
        width: 50%;
        left: 0;
        height: 750px;
        top: 0;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}

@media screen and (max-width: 640px) {
    .contact-section .contact-map-box {
        width: 100%;
        position: relative;
    }
}

@media screen and (max-width: 540px) {
    .contact-section .contact-map-box {
        height: 682px;
    }
}

@media screen and (max-width: 420px) {
    .contact-section .contact-map-box {
        height: 582px;
    }
}

.contact-section .contact-map-box .contact-map {
    height: 600px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-section .contact-map-box .contact-map.active {
    opacity: 1;
    top: 0;
    z-index: 3;
}

.contact-section .contact-map-box .cm-map {
    height: auto;
    left: -42px;
    position: absolute;
    top: 0;
    width: 900px;
    max-width: 119%;
}

@media screen and (max-width: 640px) {
    .contact-section .contact-map-box .cm-map {
        top: -100px;
    }
}

@media screen and (max-width: 375px) {
    .contact-section .contact-map-box .cm-map {
        top: -60px;
    }
}

@media screen and (max-width: 320px) {
    .contact-section .contact-map-box .cm-map {
        top: -30px;
    }
}

.contact-section .contact-map-box .cm-map-europe {
    top: 75px;
}

@media screen and (max-width: 640px) {
    .contact-section .contact-map-box .cm-map-europe {
        top: -75px;
    }
}

.contact-section .contact-map-box .pulse {
    position: absolute;
}

.contact-section .contact-map-box .pulse.dubai {
    left: 384px;
    top: 277px;
}

@media screen and (max-width: 1199px) {
    .contact-section .contact-map-box .pulse.dubai {
        left: 306px;
        top: 222px;
    }
}

@media screen and (max-width: 991px) {
    .contact-section .contact-map-box .pulse.dubai {
        left: 228px;
        top: 173px;
    }
}

@media screen and (max-width: 800px) {
    .contact-section .contact-map-box .pulse.dubai {
        left: 202px;
        top: 154px;
    }
}

@media screen and (max-width: 768px) {
    .contact-section .contact-map-box .pulse.dubai {
        left: 202px;
        top: 152px;
    }
}

@media screen and (max-width: 720px) {
    .contact-section .contact-map-box .pulse.dubai {
        left: 186px;
        top: 145px;
    }
}

@media screen and (max-width: 640px) {
    .contact-section .contact-map-box .pulse.dubai {
        left: 345px;
        top: 148px;
    }
}

@media screen and (max-width: 540px) {
    .contact-section .contact-map-box .pulse.dubai {
        left: 287px;
        top: 111px;
    }
}

@media screen and (max-width: 475px) {
    .contact-section .contact-map-box .pulse.dubai {
        left: 259px;
        top: 91px;
    }
}

@media screen and (max-width: 420px) {
    .contact-section .contact-map-box .pulse.dubai {
        left: 230px;
        top: 73px;
    }
}

@media screen and (max-width: 375px) {
    .contact-section .contact-map-box .pulse.dubai {
        left: 193px;
        top: 89px;
    }
}

@media screen and (max-width: 320px) {
    .contact-section .contact-map-box .pulse.dubai {
        left: 162px;
        top: 100px;
    }
}

.contact-section .contact-map-box .pulse.abu-dhabi {
    left: 208px;
    top: 329px;
}

@media screen and (max-width: 1199px) {
    .contact-section .contact-map-box .pulse.abu-dhabi {
        left: 161px;
        top: 258px;
    }
}

@media screen and (max-width: 991px) {
    .contact-section .contact-map-box .pulse.abu-dhabi {
        left: 113px;
        top: 202px;
    }
}

@media screen and (max-width: 800px) {
    .contact-section .contact-map-box .pulse.abu-dhabi {
        left: 99px;
        top: 181px;
    }
}

@media screen and (max-width: 768px) {
    .contact-section .contact-map-box .pulse.abu-dhabi {
        left: 108px;
        top: 177px;
    }
}

@media screen and (max-width: 720px) {
    .contact-section .contact-map-box .pulse.abu-dhabi {
        left: 89px;
        top: 169px;
    }
}

@media screen and (max-width: 640px) {
    .contact-section .contact-map-box .pulse.abu-dhabi {
        left: 185px;
        top: 191px;
    }
}

@media screen and (max-width: 540px) {
    .contact-section .contact-map-box .pulse.abu-dhabi {
        left: 149px;
        top: 148px;
    }
}

@media screen and (max-width: 475px) {
    .contact-section .contact-map-box .pulse.abu-dhabi {
        left: 133px;
        top: 124px;
    }
}

@media screen and (max-width: 420px) {
    .contact-section .contact-map-box .pulse.abu-dhabi {
        left: 124px;
        top: 100px;
    }
}

@media screen and (max-width: 375px) {
    .contact-section .contact-map-box .pulse.abu-dhabi {
        left: 101px;
        top: 107px;
    }
}

@media screen and (max-width: 320px) {
    .contact-section .contact-map-box .pulse.abu-dhabi {
        left: 79px;
        top: 122px;
    }
}

.contact-section .contact-map-box .pulse.saudi {
    top: 370px;
    left: 333px;
}

@media screen and (max-width: 1199px) {
    .contact-section .contact-map-box .pulse.saudi {
        top: 300px;
        left: 257px;
    }
}

@media screen and (max-width: 991px) {
    .contact-section .contact-map-box .pulse.saudi {
        top: 233px;
        left: 190px;
    }
}

@media screen and (max-width: 800px) {
    .contact-section .contact-map-box .pulse.saudi {
        top: 207px;
        left: 165px;
    }
}

@media screen and (max-width: 768px) {
    .contact-section .contact-map-box .pulse.saudi {
        top: 210px;
        left: 166px;
    }
}

@media screen and (max-width: 720px) {
    .contact-section .contact-map-box .pulse.saudi {
        top: 196px;
        left: 153px;
    }
}

@media screen and (max-width: 640px) {
    .contact-section .contact-map-box .pulse.saudi {
        top: 233px;
        left: 292px;
    }
}

@media screen and (max-width: 540px) {
    .contact-section .contact-map-box .pulse.saudi {
        top: 183px;
        left: 241px;
    }
}

@media screen and (max-width: 475px) {
    .contact-section .contact-map-box .pulse.saudi {
        top: 158px;
        left: 216px;
    }
}

@media screen and (max-width: 420px) {
    .contact-section .contact-map-box .pulse.saudi {
        top: 130px;
        left: 186px;
    }
}

@media screen and (max-width: 375px) {
    .contact-section .contact-map-box .pulse.saudi {
        top: 138px;
        left: 157px;
    }
}

@media screen and (max-width: 320px) {
    .contact-section .contact-map-box .pulse.saudi {
        top: 146px;
        left: 133px;
    }
}

.contact-section .contact-map-box .pulse.europe {
    top: 300px;
    left: 236px;
}

@media screen and (max-width: 1199px) {
    .contact-section .contact-map-box .pulse.europe {
        top: 255px;
        left: 182px;
    }
}

@media screen and (max-width: 991px) {
    .contact-section .contact-map-box .pulse.europe {
        top: 214px;
        left: 131px;
    }
}

@media screen and (max-width: 800px) {
    .contact-section .contact-map-box .pulse.europe {
        top: 197px;
        left: 113px;
    }
}

@media screen and (max-width: 768px) {
    .contact-section .contact-map-box .pulse.europe {
        top: 200px;
        left: 112px;
    }
}

@media screen and (max-width: 720px) {
    .contact-section .contact-map-box .pulse.europe {
        top: 190px;
        left: 102px;
    }
}

@media screen and (max-width: 640px) {
    .contact-section .contact-map-box .pulse.europe {
        top: 126px;
        left: 208px;
    }
}

@media screen and (max-width: 540px) {
    .contact-section .contact-map-box .pulse.europe {
        top: 94px;
        left: 170px;
    }
}

@media screen and (max-width: 475px) {
    .contact-section .contact-map-box .pulse.europe {
        top: 79px;
        left: 150px;
    }
}

@media screen and (max-width: 420px) {
    .contact-section .contact-map-box .pulse.europe {
        top: 65px;
        left: 130px;
    }
}

@media screen and (max-width: 375px) {
    .contact-section .contact-map-box .pulse.europe {
        top: 43px;
        left: 105px;
    }
}

@media screen and (max-width: 320px) {
    .contact-section .contact-map-box .pulse.europe {
        top: 30px;
        left: 89px;
    }
}

.contact-section .contact-map-uae {
    height: 600px;
}

.contact-section .contact-cta-box {
    bottom: 0;
    left: 0;
    position: absolute;
}

@media screen and (max-width: 991px) {
    .contact-section .contact-cta-box {
        bottom: 120px;
        left: 0;
        width: 44%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 640px) {
    .contact-section .contact-cta-box {
        width: 100%;
        bottom: 100px;
        box-sizing: border-box;
    }
}

.contact-section .contact-cta-box h2 {
    margin-bottom: 180px;
}

@media screen and (max-width: 991px) {
    .contact-section .contact-cta-box h2 {
        margin-bottom: 50px;
    }
}

.contact-section .contact-cta-box p {
    color: #d8d8d8;
}

@media screen and (max-width: 991px) {
    .contact-section .contact-cta-box p {
        color: #ffffff;
    }
}

.contact-section .contact-cta-box p a {
    color: #d8d8d8;
}

@media screen and (max-width: 991px) {
    .contact-section .contact-cta-box p a {
        color: #ffffff;
    }
}

.contact-section .contact-cta-box a.btn {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    width: 255px;
}

@media screen and (max-width: 1199px) {
    .contact-section .contact-cta-box a.btn {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .contact-section .contact-cta-box a.btn {
        margin-top: 0;
    }
}

.contact-section .contact-cta-box a.btn.brochure {
    margin-top: -10px;
}

.contact-section .social-sharing {
    background-color: #1a1a1a;
    height: 100px;
    margin-left: 50%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 991px) {
    .contact-section .social-sharing {
        width: 60%;
        margin-left: 40%;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}

@media screen and (max-width: 640px) {
    .contact-section .social-sharing {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 540px) {
    .contact-section .social-sharing {
        height: 80px;
    }
}

.contact-section .social-sharing:hover::before {
    left: -100%;
}

.contact-section .social-sharing:hover .addtoany_shortcode {
    right: 0;
}

.contact-section .social-sharing:hover .sharing-icon img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.contact-section .social-sharing::before {
    background-color: #1a1a1a;
    content: 'Share this page';
    display: block;
    height: calc(100% - 28px);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 128px);
    z-index: 2;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 28px 0 0 28px;
    -webkit-transition: left 1s ease;
    -moz-transition: left 1s ease;
    -ms-transition: left 1s ease;
    transition: left 1s ease;
}

@media screen and (max-width: 475px) {
    .contact-section .social-sharing::before {
        font-size: 21px;
    }
}

@media screen and (max-width: 320px) {
    .contact-section .social-sharing::before {
        font-size: 18px;
    }
}

.contact-section .social-sharing .addtoany_shortcode {
    background: #f78a3e;
    background-image: -webkit-linear-gradient(180deg, #ef8238 0%, #f9b36e 100%);
    background-image: -moz-linear-gradient(180deg, #ef8238 0%, #f9b36e 100%);
    background-image: -ms-linear-gradient(180deg, #ef8238 0%, #f9b36e 100%);
    content: ' ';
    display: block;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: right 1s ease;
    -moz-transition: right 1s ease;
    -ms-transition: right 1s ease;
    transition: right 1s ease;
}

.contact-section .social-sharing .addtoany_shortcode .addtoany_list {
    display: block;
    padding: 20px 28px;
}

@media screen and (max-width: 375px) {
    .contact-section .social-sharing .addtoany_shortcode .addtoany_list {
        padding: 20px 0;
    }
}

.contact-section .social-sharing .sharing-icon {
    background-color: #f78a3e;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

@media screen and (max-width: 540px) {
    .contact-section .social-sharing .sharing-icon {
        height: 80px;
        width: 80px;
    }
}

.contact-section .social-sharing .sharing-icon img {
    height: 40px;
    margin: 30px;
    width: 40px;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 540px) {
    .contact-section .social-sharing .sharing-icon img {
        height: 30px;
        margin: 20px;
        width: 30px;
    }
}

.filter-options {
    margin-right: 50px;
    margin-top: 20px;
    position: absolute;
    left: 75%;
    width: 165px;
}

@media screen and (max-width: 991px) {
    .filter-options {
        margin-top: 10px;
        width: 140px;
    }
}

@media screen and (max-width: 800px) {
    .filter-options {
        left: 78%;
        width: 135px;
    }
}

@media screen and (max-width: 420px) {
    .filter-options {
        position: static;
        width: 50%;
        float: left;
        margin-right: 0;
    }
}

.filter-options.brand {
    left: 55%;
}

.filter-options select {
    color: #ffffff;
    outline: none;
}

@media screen and (max-width: 800px) {
    .filter-options select {
        background: transparent;
        border: 0;
        background-image: url("../../assets/arrow-down.png") !important;
        background-size: 13px 7px !important;
        background-position: 90% center !important;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

@media screen and (max-width: 420px) {
    .filter-options select {
        width: 90%;
    }
}

.filter-options select option {
    color: #ffffff;
}

.pn-filter-options {
    margin-right: 50px;
    margin-top: 0;
    position: absolute;
    left: 230px;
    width: 165px;
    top: 11px;
}

@media screen and (max-width: 768px) {
    .pn-filter-options.news-filter {
        left: 175px;
    }
}

@media screen and (max-width: 540px) {
    .pn-filter-options.news-filter {
        left: 150px;
    }
}

@media screen and (max-width: 800px) {
    .pn-filter-options select {
        background: transparent;
        border: 0;
        background-image: url("../../assets/arrow-down.png") !important;
        background-size: 13px 7px !important;
        background-position: 90% center !important;
        background-repeat: no-repeat;
        color: #ffffff;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

@media screen and (max-width: 768px) {
    .pn-filter-options {
        left: 175px;
        width: 200px;
        top: 10px;
    }
}

@media screen and (max-width: 540px) {
    .pn-filter-options {
        left: 120px;
    }
}

@media screen and (max-width: 420px) {
    .pn-filter-options {
        width: 180px;
        top: 15px;
    }
}

.equipment-filter {
    margin-bottom: 100px;
    position: relative;
    z-index: 3;
    background-color: transparent;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

@media screen and (max-width: 800px) {
    .equipment-filter {
        margin-bottom: 70px;
    }
}

.equipment-filter::before,
.equipment-filter::after {
    content: ' ';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: transparent;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
    z-index: -1;
}

.equipment-filter::after {
    left: auto;
    right: 100%;
}

.equipment-filter.is_stuck {
    background-color: #ed8c2c;
    margin-bottom: 135px;
}

.equipment-filter.is_stuck h3 {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 0;
    line-height: 50px;
}

@media screen and (max-width: 768px) {
    .equipment-filter.is_stuck h3 {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 420px) {
    .equipment-filter.is_stuck h3 {
        font-size: 16px;
        line-height: 16px;
        margin: 10px 0;
    }
}

.equipment-filter.is_stuck::before,
.equipment-filter.is_stuck::after {
    background-color: #ed8c2c;
}

.equipment-filter.is_stuck .filter-options {
    margin-top: 11px;
}

@media screen and (max-width: 420px) {
    .equipment-filter.is_stuck .filter-options {
        margin: 0 0 10px 0;
    }
}

.equipment-filter.is_stuck .chosen-container .chosen-results {
    top: 9px;
}

@media screen and (max-width: 800px) {
    .equipment-filter.is_stuck .chosen-container .chosen-results {
        top: 10px;
    }
}

.equipment-filter.is_stuck .chosen-container-single .chosen-single span {
    font-size: 16px;
}

.equipment-filter h3 {
    float: left;
    margin-right: 200px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 420px) {
    .equipment-filter h3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.equipment-listing {
    clear: both;
    position: relative;
    z-index: 1;
}

.equipment-listing .equipment-item {
    margin-bottom: 140px;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .equipment-listing .equipment-item {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 420px) {
    .equipment-listing .equipment-item {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .equipment-listing .equipment-item:last-child {
        margin-bottom: 50px;
    }
}

.equipment-listing .equipment-item .equipment-image {
    float: left;
    width: 500px;
}

@media screen and (max-width: 1199px) {
    .equipment-listing .equipment-item .equipment-image {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .equipment-listing .equipment-item .equipment-image {
        width: 70%;
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width: 475px) {
    .equipment-listing .equipment-item .equipment-image {
        width: 100%;
    }
}

.equipment-listing .equipment-item .equipment-details {
    float: right;
    position: relative;
    width: 525px;
    -webkit-transition: height 0.6s ease;
    -moz-transition: height 0.6s ease;
    -ms-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

@media screen and (max-width: 1199px) {
    .equipment-listing .equipment-item .equipment-details {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .equipment-listing .equipment-item .equipment-details {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
}

@media screen and (max-width: 420px) {
    .equipment-listing .equipment-item .equipment-details {
        margin-top: 15px;
    }
}

.equipment-listing .equipment-item .equipment-details .equipment-details-inner {
    left: 0;
    position: relative;
    width: 100%;
}

.equipment-listing .equipment-item .equipment-details h3 {
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 45px;
}

@media screen and (max-width: 1199px) {
    .equipment-listing .equipment-item .equipment-details h3 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media screen and (max-width: 991px) {
    .equipment-listing .equipment-item .equipment-details h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 420px) {
    .equipment-listing .equipment-item .equipment-details h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }
}

.equipment-listing .equipment-item .equipment-details p {
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
    .equipment-listing .equipment-item .equipment-details p {
        margin-bottom: 15px;
    }
}

.equipment-listing .equipment-item .equipment-details strong {
    color: #ed8c2c;
    font-weight: 300;
}

.equipment-listing .equipment-item .equipment-details .btn {
    width: 236px;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
    .equipment-listing .equipment-item .equipment-details .btn {
        font-size: 15px;
        width: 198px;
    }
}

@media screen and (max-width: 991px) {
    .equipment-listing .equipment-item .equipment-details .btn {
        font-size: 14px;
        width: 180px;
        margin-bottom: 10px;
        padding: 8px 0;
    }
}

@media screen and (max-width: 375px) {
    .equipment-listing .equipment-item .equipment-details .btn {
        width: 160px;
    }
}

.equipment-listing .equipment-item .equipment-details .equipment-desc {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.equipment-listing .equipment-item .equipment-details .equipment-desc .gradient-filter {
    opacity: 0;
}

.equipment-listing .equipment-item .equipment-details .equipment-desc h6 {
    letter-spacing: 0;
}

.equipment-listing .equipment-item .equipment-details .equipment-desc.shortened {
    max-height: 250px;
    overflow: hidden;
}

.equipment-listing .equipment-item .equipment-details .equipment-desc.shortened .gradient-filter {
    opacity: 1;
}

.equipment-listing .equipment-item .equipment-details .equipment-desc.active {
    max-height: 1000px;
}

.equipment-listing .equipment-item .equipment-details .equipment-desc.active .gradient-filter {
    opacity: 0;
}

.no-results {
    display: none;
}

.portfolio-news-filter {
    background-color: #ed8c2c;
    top: -200px;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 3;
    -webkit-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    -ms-transition: top 0.4s ease;
    transition: top 0.4s ease;
}

.portfolio-news-filter::before,
.portfolio-news-filter::after {
    content: ' ';
    display: block;
    background-color: #ed8c2c;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
    z-index: -1;
}

.portfolio-news-filter::after {
    left: auto;
    right: 100%;
}

.portfolio-news-filter.is_stuck {
    top: 58px;
}

@media screen and (max-width: 767px) {
    .portfolio-news-filter.is_stuck {
        top: 57px;
    }
}

.portfolio-news-filter h3 {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 0;
    line-height: 50px;
    letter-spacing: 2px;
}

@media screen and (max-width: 540px) {
    .portfolio-news-filter h3 {
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 420px) {
    .portfolio-news-filter h3 {
        letter-spacing: 0;
        font-size: 13px;
    }
}

.portfolio-news-filter .filter-options {
    margin-top: 11px;
}

.portfolio-news-filter .chosen-container .chosen-results {
    top: 9px;
}

.portfolio-news-filter .chosen-container-single .chosen-single span {
    font-size: 16px;
}

.sub-category-section {
    position: relative;
    z-index: 1;
}

#uae-map .points {
    stroke-dasharray: 20;
}

.map-cont {
    height: 700px;
    width: 100%;
    overflow: hidden;
    margin: 70px 0 0;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .map-cont {
        height: 500px;
    }
}

.map-cont .directions-cont {
    position: absolute;
    bottom: 95px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
}

.map-cont .get_dir {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
}

.map-cont .get_dir.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
}

.map-cont .get_dir span {
    font-size: 25px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 640px) {
    .map-cont .get_dir span {
        font-size: 18px;
    }
}

.map-cont .get_dir:hover span {
    color: #ed8c2c;
}

#map_canvas {
    height: 800px;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    #map_canvas {
        height: 600px;
    }
}

.page-template-page-contact .contact-section {
    display: none;
}

.contact-form {
    background-color: #ed8c2c;
    position: relative;
    width: 90%;
    z-index: 1;
    margin: -50px auto 300px;
}

@media screen and (max-width: 540px) {
    .contact-form {
        width: 100%;
        margin-bottom: 100px;
    }
}

.contact-form .col-6::after {
    display: block;
    content: ' ';
    clear: both;
}

.contact-form .inner-pad {
    padding: 65px;
}

@media screen and (max-width: 800px) {
    .contact-form .inner-pad {
        padding: 35px;
    }
}

@media screen and (max-width: 540px) {
    .contact-form .inner-pad {
        padding: 35px 15px;
    }
}

.contact-form .inner-pad .col-6 {
    width: 48%;
}

.contact-form .inner-pad .col-6::after {
    display: block;
    content: ' ';
    clear: both;
}

@media screen and (max-width: 1199px) {
    .contact-form .inner-pad .col-6 {
        width: 47%;
    }
}

@media screen and (max-width: 640px) {
    .contact-form .inner-pad .col-6 {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .contact-form .inner-pad .col-6 br {
        display: none;
    }
}

.contact-form p {
    margin-bottom: 0;
}

.contact-form .input-field {
    border: 0;
    border-radius: 29px;
    background-color: #ffb062;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    height: 20px;
    margin-top: 20px;
    padding: 20px;
    width: 90%;
    outline: none;
}

@media screen and (max-width: 540px) {
    .contact-form .input-field {
        box-sizing: border-box;
        width: 100%;
        padding: 27px 20px;
        font-size: 15px;
    }
}

.contact-form textarea.input-field {
    height: 181px;
    resize: none;
}

@media screen and (max-width: 800px) {
    .contact-form textarea.input-field {
        box-sizing: border-box;
        width: 100%;
    }
}

.contact-form .btn {
    width: 100%;
}

.contact-form .btn:hover {
    color: #ed8c2c !important;
}

.contact-form .ajax-loader {
    display: none !important;
}

.contact-form .captcha-box {
    width: 304px;
    margin: 30px auto 0;
}

@media screen and (max-width: 540px) {
    .contact-form .captcha-box {
        box-sizing: border-box;
    }
}

.contact-form .submit-box {
    cursor: pointer;
    float: none;
    width: 30%;
    margin: 20px auto 0;
}

@media screen and (max-width: 540px) {
    .contact-form .submit-box {
        width: 100%;
        box-sizing: border-box;
    }
}

.contact-form .submit-box::before {
    background-color: #ffffff;
}

.contact-form .submit-box .btn {
    background: transparent;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .contact-form .submit-box .btn {
        padding: 12px 0;
    }
}

.contact-form .submit-box:hover .btn {
    color: #ed8c2c;
    border-color: #ffffff;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c56e19;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #c56e19;
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #c56e19;
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: #c56e19;
}

.contact-form .social-sharing {
    position: absolute;
    bottom: -100px;
    right: 0;
}

@media screen and (max-width: 420px) {
    .contact-form .social-sharing {
        width: 100%;
        margin-left: 0;
        height: 80px;
        bottom: -80px;
    }
}

.contact-form span.wpcf7-not-valid-tip {
    margin-bottom: -35px;
    padding-left: 20px;
}

@media screen and (max-width: 640px) {
    .contact-form span.wpcf7-not-valid-tip {
        margin-bottom: 0;
    }
}

.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-acceptance-missing,
.contact-form div.wpcf7-mail-sent-ok,
.contact-form div.wpcf7-spam-blocked {
    background: red;
    border: 0;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

.contact-form div.wpcf7-mail-sent-ok {
    background: green;
}

.social-sharing {
    background-color: #1a1a1a;
    height: 100px;
    margin-left: 50%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 800px) {
    .social-sharing {
        margin-left: 20%;
        width: 80%;
    }
}

.social-sharing:hover::before {
    left: -100%;
}

.social-sharing:hover .addtoany_shortcode {
    right: 0;
}

.social-sharing:hover .sharing-icon img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.social-sharing::before {
    background-color: #1a1a1a;
    content: 'Share this page';
    display: block;
    height: calc(100% - 28px);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 128px);
    z-index: 2;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 28px 0 0 28px;
    -webkit-transition: left 1s ease;
    -moz-transition: left 1s ease;
    -ms-transition: left 1s ease;
    transition: left 1s ease;
}

@media screen and (max-width: 475px) {
    .social-sharing::before {
        font-size: 21px;
    }
}

@media screen and (max-width: 320px) {
    .social-sharing::before {
        font-size: 18px;
    }
}

.social-sharing .addtoany_shortcode {
    background: #f78a3e;
    background-image: -webkit-linear-gradient(180deg, #ef8238 0%, #f9b36e 100%);
    background-image: -moz-linear-gradient(180deg, #ef8238 0%, #f9b36e 100%);
    background-image: -ms-linear-gradient(180deg, #ef8238 0%, #f9b36e 100%);
    content: ' ';
    display: block;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: right 1s ease;
    -moz-transition: right 1s ease;
    -ms-transition: right 1s ease;
    transition: right 1s ease;
}

.social-sharing .addtoany_shortcode .addtoany_list {
    display: block;
    padding: 20px 28px;
}

@media screen and (max-width: 420px) {
    .social-sharing .addtoany_shortcode .addtoany_list {
        padding: 20px 0;
    }
}

.social-sharing .sharing-icon {
    background-color: #f78a3e;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

@media screen and (max-width: 540px) {
    .social-sharing .sharing-icon {
        height: 80px;
        width: 80px;
    }
}

.social-sharing .sharing-icon img {
    height: 40px;
    margin: 30px;
    width: 40px;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 540px) {
    .social-sharing .sharing-icon img {
        height: 30px;
        margin: 20px;
        width: 30px;
    }
}

.footer-section {
    background-color: #1d1d1d;
    overflow: auto;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.footer-section .col {
    padding: 0;
}

.footer-section h5 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .footer-section h5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 540px) {
    .footer-section h5 {
        text-align: center;
    }
}

.footer-section .subscribe-box {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .footer-section .subscribe-box {
        text-align: left;
    }
}

@media screen and (max-width: 540px) {
    .footer-section .subscribe-box {
        text-align: center;
    }
}

.footer-section .subscribe-box h5 {
    margin-left: 50px;
    text-align: right;
}

@media screen and (max-width: 1199px) {
    .footer-section .subscribe-box h5 {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-section .subscribe-box h5 {
        text-align: left;
    }
}

@media screen and (max-width: 540px) {
    .footer-section .subscribe-box h5 {
        text-align: center;
    }
}

.footer-section .subscribe-box .sub-txt {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    width: 360px;
    line-height: 20px;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .footer-section .subscribe-box .sub-txt {
        width: 276px;
        font-size: 13px;
    }
}

.footer-section .subscribe-box .btn.rounded.subscribe-btn {
    padding-left: 140px;
    padding-right: 140px;
}

@media screen and (max-width: 991px) {
    .footer-section .subscribe-box .btn.rounded.subscribe-btn {
        width: 80%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

.footer-section .subscribe-box .mc4wp-response {
    float: right;
    margin-top: 10px;
    text-align: left;
    width: 94%;
}

.footer-section .subscribe-box .mc4wp-response p {
    color: #ed8c2c;
    font-size: 12px;
}

.footer-section .subscribe-box input[type=email] {
    border: 2px solid #2a2a2a;
    background-color: #2a2a2a;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-weight: 400;
    width: 265px;
    padding: 12px 35px;
    outline: none;
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .footer-section .subscribe-box input[type=email] {
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .footer-section .subscribe-box input[type=email] {
        width: 170px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .footer-section .subscribe-box input[type=email] {
        width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .footer-section .subscribe-box input[type=email] {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer-section .subscribe-box .submit-box {
        width: 100%;
    }
}

.footer-section .subscribe-box input[type=submit] {
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    width: 215px;
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .footer-section .subscribe-box input[type=submit] {
        width: 176px;
    }
}

@media screen and (max-width: 991px) {
    .footer-section .subscribe-box input[type=submit] {
        width: 116px;
        font-size: 14px;
        padding: 12px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .footer-section .subscribe-box input[type=submit] {
        width: 333px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer-section .subscribe-box input[type=submit] {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 8px;
    }
}

.site-search-cont {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.site-search-cont.active {
    pointer-events: auto;
}

.site-search-cont.active .search-close-btn {
    opacity: 1;
}

.site-search-cont.active::before {
    opacity: 1;
}

.site-search-cont.active .search-form input {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.site-search-cont.active .search-form .search-info {
    background: none !important;
    border: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.site-search-cont::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    background: rgba(0, 0, 0, 0.85);
}

.site-search-cont .search-close-btn {
    display: block;
    cursor: pointer;
    width: 30px;
    top: 80px;
    position: absolute;
    right: 143px;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

@media screen and (max-width: 1300px) {
    .site-search-cont .search-close-btn {
        right: 50px;
        top: 50px;
    }
}

.site-search-cont .search-form {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-search-cont .search-form input {
    background-color: transparent;
    border: 0;
    border-bottom: #ed8c2c 5px solid;
    color: #ed8c2c;
    font-size: 50px;
    outline: none;
    width: 100%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.site-search-cont .search-form .search-info {
    background: none !important;
    border: 0;
    color: #ed8c2c;
    float: right;
    margin-top: 10px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.search-results .banner-area,
.search-no-results .banner-area,
.error404 .banner-area {
    height: 0 !important;
}

.search-results-cont {
    position: relative;
    z-index: 1;
    margin: 250px 0 50px;
}

@media screen and (max-width: 991px) {
    .search-results-cont {
        margin-top: 150px;
    }
}

.search-results-cont h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 80px;
    letter-spacing: 0;
}

@media screen and (max-width: 991px) {
    .search-results-cont h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.search-results-cont .search-item {
    padding: 0 15px;
    margin-bottom: 50px;
    clear: both;
}

.search-results-cont .search-item a {
    display: block;
}

.search-results-cont .search-item a h2 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-results-cont .search-item a:hover h2 {
    color: #ed8c2c;
}

.search-results-cont .search-item::after {
    display: block;
    content: ' ';
    clear: both;
}

.search-results-cont .search-item .img-holder {
    background-color: #333;
    background-size: cover;
    float: left;
    height: 300px;
    width: 25%;
}

@media screen and (max-width: 991px) {
    .search-results-cont .search-item .img-holder {
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .search-results-cont .search-item .img-holder {
        height: 400px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 540px) {
    .search-results-cont .search-item .img-holder {
        height: 250px;
    }
}

.search-results-cont .search-item .text-holder {
    float: left;
    margin-left: 50px;
    width: 70%;
}

@media screen and (max-width: 1199px) {
    .search-results-cont .search-item .text-holder {
        width: 65%;
    }
}

@media screen and (max-width: 767px) {
    .search-results-cont .search-item .text-holder {
        width: 100%;
        margin-left: 0;
    }
}

.search-results-cont .search-item .text-holder h2 {
    font-size: 35px;
    letter-spacing: 0;
    line-height: 38px;
}

@media screen and (max-width: 991px) {
    .search-results-cont .search-item .text-holder h2 {
        font-size: 25px;
        letter-spacing: 0;
        line-height: 35px;
    }
}

.client-login-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.client-login-box .client-img {
    background-color: #ed8c2c;
    background-image: url("../../assets/user.html");
    height: 50px;
    width: 50px;
    border-radius: 100%;
}

.client-login-box .cl-btn-box {
    background-color: #1a1a1a;
    position: absolute;
}

.page-template-page-landing.inner-page .site-nav,
.page-template-page-landing.inner-page .mobile-search-nav-box {
    display: none;
}

.page-template-page-landing.inner-page .banner-area {
    height: 100vh;
}

.page-template-page-landing.inner-page .banner-area .col-8 {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.page-template-page-landing.inner-page .banner-area .col-8 .logo-center {
    width: 147px;
    margin: -100px auto 20px;
}

.page-template-page-landing.inner-page .upper-content .pad-box {
    padding-top: 50px;
}

.page-template-page-landing.inner-page .upper-content ul li {
    list-style-type: none;
}

.page-template-page-landing.inner-page .upper-content ul li::before {
    content: '';
    display: inline-block;
    background-color: #ed8c2c;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 20px;
}

.page-template-page-landing.inner-page .upper-content h2 {
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .page-template-page-landing.inner-page .upper-content h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .page-template-page-landing.inner-page .upper-content h2 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 420px) {
    .page-template-page-landing.inner-page .upper-content h2 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 320px) {
    .page-template-page-landing.inner-page .upper-content h2 {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0;
    }
}

.page-template-page-landing.inner-page .upper-content h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    padding: 0 4%;
}

@media screen and (max-width: 640px) {
    .page-template-page-landing.inner-page .upper-content h3 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
    }
}

.page-template-page-landing.inner-page .upper-content .btn {
    width: 230px;
    text-align: center;
    margin-bottom: -10px;
}

.page-template-page-landing.inner-page .video-cont {
    margin: 0;
}

.page-template-page-landing.inner-page .video-cont a {
    margin: 0;
}

.page-template-page-landing.inner-page .slider-cont {
    position: relative;
    z-index: 1;
    margin: 80px 0 0px;
}

.page-template-page-landing.inner-page .swipe-cont {
    pointer-events: none;
}

.page-template-page-landing.inner-page .lower-content {
    text-align: center;
    padding-bottom: 50px;
}

.page-template-page-landing.inner-page .lower-content .btn {
    margin-top: 50px;
}

.page-template-page-landing.inner-page .contact-section,
.page-template-page-landing.inner-page .subscribe-box {
    display: none;
}

.page-template-page-landing.inner-page .footer-section .col-6 {
    width: 100%;
    text-align: center;
}

.page-template-page-landing.inner-page .footer-section .col-6 h5,
.page-template-page-landing.inner-page .footer-section .col-6 .social-channels {
    display: none;
}

@media screen and (max-width: 767px) {
    .page-template-page-landing.inner-page .footer-section .col-6 .copyright {
        display: block;
        text-align: center;
    }
}

.page-template-page-landing.inner-page .pp-page {
    position: fixed;
    background: #1a1a1a;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.page-template-page-landing.inner-page .pp-page .pp-container {
    position: absolute;
    width: 500px;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 540px) {
    .page-template-page-landing.inner-page .pp-page .pp-container {
        width: 100%;
        padding: 0 15px;
    }
}

.page-template-page-landing.inner-page .pp-page .pp-container h6 {
    letter-spacing: 0;
    text-align: center;
}

.page-template-page-landing.inner-page .pp-page h6 {
    margin-bottom: 15px;
}

.page-template-page-landing.inner-page .pp-page p.pw-error {
    display: none;
    color: red;
    text-align: center;
}

.page-template-page-landing.inner-page .pp-page button {
    cursor: pointer;
}

@media screen and (max-width: 540px) {
    .page-template-page-landing.inner-page .pp-page button {
        width: 100%;
        margin-top: 20px;
    }
}

.page-template-page-landing.inner-page .pp-page input {
    border: 2px solid #2a2a2a;
    background-color: #2a2a2a;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-weight: 400;
    width: 350px;
    padding: 12px 35px;
    outline: none;
    margin-top: 0;
    margin-right: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 540px) {
    .page-template-page-landing.inner-page .pp-page input {
        width: 100%;
    }
}

/*# sourceMappingURL=main.css.map */

/* STRENGTH SECTION STYLE*/

@media (min-width: 640px) {
    .card-icon-2 {
        min-height: 340px;
    }
}

.bg-primary {
    background-color: #ffffff !important;
}

.bg-primary-2 {
    background-color: #f4442e !important;
}

.bg-primary-3 {
    background-color: #020122 !important;
}

h5 {
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

@media (min-width: 640px) {
    .card-icon-2 {
        min-height: 340px;
    }
}

@media (min-width: 640px) {
    .arrow-icon-view-all-btn {
        margin-top: 110px;
    }
}

.hover-shadow-3d {
    box-shadow: 0 0 0 transparent;
}

.hover-shadow-3d:hover {
    background-color: #ed8c2c;
}

.hover-shadow-3d {
    box-shadow: 0 0 0 transparent;
}

.hover-shadow-3d:hover img.arrow-right {
    filter: brightness(0) invert(1);
}

.hover-shadow-3d-paper {
    box-shadow: 0 0 0 transparent;
}

.hover-shadow-3d-paper:hover {
    background-color: #8dc153;
}

.hover-shadow-3d-plastic {
    box-shadow: 0 0 0 transparent;
}

.hover-shadow-3d-plastic:hover {
    background-color: #3baeda;
}

.hover-shadow-3d-mineral {
    box-shadow: 0 0 0 transparent;
}

.hover-shadow-3d-mineral:hover {
    background-color: #f6bb43;
}

.icon-model {
    background-image: url(../../../../../assets/images/product-images/icons/icon-black/model.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.hover-shadow-3d:hover .icon-model {
    background-image: url(../../../../../assets/images/product-images/icons/icon-blue/model.svg);
}

.icon-growth {
    background-image: url(../../../../../assets/images/product-images/icons/icon-black/growth.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.hover-shadow-3d:hover .icon-growth {
    background-image: url(../../../../../assets/images/product-images/icons/icon-blue/growth.svg);
}

.icon-presence {
    background-image: url(../../../../../assets/images/product-images/icons/icon-black/presence.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.hover-shadow-3d:hover .icon-presence {
    background-image: url(../../../../../assets/images/product-images/icons/icon-blue/presence.svg);
}

.icon-teamwork {
    background-image: url(../../../../../assets/images/product-images/icons/icon-black/teamwork.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.hover-shadow-3d:hover .icon-teamwork {
    background-image: url(../../../../../assets/images/product-images/icons/icon-blue/teamwork.svg);
}

a.card[class*=hover-shadow]:hover {
    text-decoration: none;
}

.card[class*=hover-] {}

.card-body {
    flex: 1 1 auto;
    padding: 2rem;
}

.text-light {
    color: #f8f9fa !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.hover-shadow-3d {
    box-shadow: 0 0 0 transparent;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #2a2a2a;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    font-family: "Montserrat", sans-serif;
}

.icon-round.bg-white {
    background: rgba(255, 255, 255, .1) !important;
}

.icon-round {
    flex-shrink: 0;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------------------------------------------------------------- */

.text-small {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.text-muted {
    color: #adb5bd !important;
}

.product-image-border-radius {
    /*border-radius: 10px;*/
}

.padding-img-div-product-detail-page {
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 20px;
    padding-bottom: 35px;
}

.pro-div-margin {
    margin-top: 35px;
    margin-bottom: 35px;
}

.round-icon-top-div-product {
    justify-content: center;
    display: flex;
}

.round-icon-top-div-product-padding {
    margin-top: 5px;
}

.margin-left-right-product-card {
    margin-right: 12px;
    margin-left: 12px;
}

@media screen and (min-width: 540px) {
    .marginAboveMetel {
        margin-top: 150px;
    }
}

ul.social {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

ul.social>li {
    display: inline-block;
}

ul.social>li>a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 36px;
    background-color: #222222;
    color: #fff;
    margin: 0 3px 3px 0;
}

.facebookAnc {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 36px;
    background-color: #222222;
    color: #fff;
    margin: 0 3px 3px 0;
}

.googleAnc {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 36px;
    background-color: #222222;
    color: #fff;
    margin: 0 3px 3px 0;
}

.twitterAnc {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 36px;
    background-color: #222222;
    color: #fff;
    margin: 0 3px 3px 0;
}

.linkedinAnc {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 36px;
    background-color: #222222;
    color: #fff;
    margin: 0 3px 3px 0;
}

.instagramAnc {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 36px;
    background-color: #222222;
    color: #fff;
    margin: 0 3px 3px 0;
}

/*ul.social > li > a:hover {
    text-decoration: none;
    background-color: #4267b2;
  }
*/

.facebookAnc:hover {
    text-decoration: none;
    background-color: #4267b2;
}

.googleAnc:hover {
    text-decoration: none;
    background-color: #db4a39;
}

.twitterAnc:hover {
    text-decoration: none;
    background-color: #00acee;
}

.linkedinAnc:hover {
    text-decoration: none;
    background-color: #0077B5;
}

.instagramAnc:hover {
    text-decoration: none;
    background-color: #3f729b;
}

/*------------------------------------------------------------------------*/

.services-section .services-listing a:hover .service-name-metal {
    background-color: #ed8c2c;
}

.services-section .services-listing.active .service-name-metal {
    background-color: #ed8c2c;
}

.service-name-metal {
    background-color: #2a2a2a;
    bottom: -1px;
    height: 60px;
    left: 0;
    position: absolute;
    width: 101%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-name-metal h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    left: 0;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 12%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 800px) {
    .service-name-metal h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    .service-name-metal h3 {
        font-size: 15px;
    }
}

/*------------------------------------------------------------------------------------*/

.services-section .services-listing a:hover .service-name-paper {
    background-color: #ed8c2c;
}

.services-section .services-listing.active .service-name-paper {
    background-color: #ed8c2c;
}

.service-name-paper {
    background-color: #2a2a2a;
    bottom: -1px;
    height: 60px;
    left: 0;
    position: absolute;
    width: 101%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-name-paper h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    left: 0;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 12%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 800px) {
    .service-name-paper h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    .service-name-paper h3 {
        font-size: 15px;
    }
}

/*-----------------------------------------------------------------------------------------*/

.services-section .services-listing a:hover .service-name-plastic {
    background-color: #ed8c2c;
}

.services-section .services-listing.active .service-name-plastic {
    background-color: #ed8c2c;
}

.service-name-plastic {
    background-color: #2a2a2a;
    bottom: -1px;
    height: 60px;
    left: 0;
    position: absolute;
    width: 101%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-name-plastic h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    left: 0;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 12%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 800px) {
    .service-name-plastic h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    .service-name-plastic h3 {
        font-size: 15px;
    }
}

/*-----------------------------------------------------------------------------------------*/

.services-section .services-listing a:hover .service-name-mineral {
    background-color: #ed8c2c;
}

.services-section .services-listing.active .service-name-mineral {
    background-color: #ed8c2c;
}

.service-name-mineral {
    background-color: #2a2a2a;
    bottom: -1px;
    height: 60px;
    left: 0;
    position: absolute;
    width: 101%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-name-mineral h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    left: 0;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 12%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 800px) {
    .service-name-mineral h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    .service-name-mineral h3 {
        font-size: 15px;
    }
}

/*--------------------------------------------------------------------------------------*/

.btn-metal::before {
    background-color: #fff;
}

.services-section .service-cta-box .btn-metal:hover {
    border: 2px solid #ffffff;
}

.btn-paper::before {
    background-color: #fff;
}

.services-section .service-cta-box .btn-paper:hover {
    border: 2px solid #ffffff;
}

.btn-plastic::before {
    background-color: #fff;
}

.services-section .service-cta-box .btn-plastic:hover {
    border: 2px solid #ffffff;
}

.btn-mineral::before {
    background-color: #fff;
}

.services-section .service-cta-box .btn-mineral:hover {
    border: 2px solid #ffffff;
}

.testLink {
    background-color: red;
    bottom: -10px;
    content: 'line';
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 0;
    right: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.verticalHeadings {
    display: block;
}

@media screen and (max-width: 1500px) {
    .verticalHeadings {
        display: none !important;
    }
}

.zwijndrecht {
    top: 43%;
    left: 53%;
    position: relative;
}

@media screen and (max-width: 740px) {
    .zwijndrecht {
        top: 32%;
        left: 47%;
        position: relative;
    }
}

.relative {
    position: relative;
}

.activeHead a {
    border-color: #fff !important;
}

.testimonial-section .overlay.orange {
    background-color: #ed8c2c;
}

.buttonBanner,
.buttonAbout {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 12px;
    cursor: pointer;
    outline: none;
}

.buttonBanner:hover {
    background-color: #ffffff;
    color: #141e2f;
}

.buttonAbout:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

.owl-theme .owl-controls {
    text-align: end !important;
}

/***** contact us ****/

.contact-form-box {
    margin-top: 50px;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    width: 65%;
    border: none;
    border-radius: 10px;
    height: 50px;
    padding-left: 20px;
    font-family: "Montserrat", sans-serif;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control-textarea {
    border-radius: 10px;
    width: 65%;
    padding-left: 25px;
    padding-top: 15px;
    resize: none;
    font-family: "Montserrat", sans-serif;
}

.form-control-textarea:focus {
    box-shadow: none;
    outline: none;
}

.form-control-textarea::placeholder {
    font-size: 18px;
}

.form-group button {
    cursor: pointer;
}

/******** common ******/

.pageHeading {
    text-align: center;
    font-weight: 100;
}

/* GENERAL CONDITIONS ACCORDION*/

.accordion {
    background-color: #2a2a2a;
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

.accordion.active,
.accordion:hover {
    background-color: #ed8c2c;
    color: #ffffff;
}

.accordion:after {
    content: '\002B';
    color: #ffffff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2212";
    color: #ffffff;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    margin: 0 !important;
    overflow: hidden;
    border: none;
    transition: max-height 400ms ease-out;
}

#contactBtn:hover {
    border-color: #fff;
    color: #fff;
}

.banner-area .filter {
    background-color: #141e2f !important;
}

.mailLink:hover {
    color: #ed8c2c;
}

/* not required! replaced with icon!
.activePage-1 {
  border-bottom: 2px solid #ed8c2c;
  height: 26px;
}

.activePage {
  border-left: 6px solid #ed8c2c;
  padding-left: 6px;
}
*/

@media screen and (max-width: 540px) {
    .homeHeaderHeading {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .aboutSliderMargin {
        margin-left: 30px !important;
    }
    .contactAddressMargin {
        margin-left: 0 !important;
    }
    .contactFormWidth {
        width: 90% !important;
    }
    .aboutBusinessUnitMargin {
        margin-left: 35px !important;
    }
    .aboutBusinessUnitHeadingLineHeight {
        line-height: 30px !important;
    }
}

.custom-news {
    width: 100%;
    height: 100vh;
    border: none;
    background: #fff;
}

/* Accordion Code Starts */

/*
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/*
.active, .accordion:hover {
  background-color: #ccc 0;
  
}

/* Style the accordion panel. Note: hidden by default */

/*
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

/* Accordion Code Ends */

*/