/*===================================================
Template Name  : Smooth software company landing page
Version        : 1.0.0
Last Update    : 11 January  2020
Author         : 99webpage
====================================================*/
/* 
CSS import - import css file
======================================================== */
@import url(../../assets/css/plugins/bootstrap.min.css);

@import url(../../assets/css/plugins/coreNavigation-1.1.3.css);

@import url(../../assets/css/plugins/owl.carousel.css);

@import url(../../assets/css/plugins/plyr.css);
/* 
CSS import - import fonts  
======================================================== */
/* Montserrat Fonts */
@font-face {
    font-family: 'Montserrat Light';
  src: url("../../assets/fonts/montserrat/montserrat-light.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat';
  src: url("../../assets/fonts/montserrat/montserrat-regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat Medium';
  src: url("../../assets/fonts/montserrat/montserrat-medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat Bold';
  src: url("../../assets/fonts/montserrat/montserrat-bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat SemiBold';
  src: url("../../assets/fonts/montserrat/montserrat-semi-bold.ttf") format("truetype");
}

/*
BASE - base styles,  variables, typhography, etc
======================================================== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
  src: url("../icons/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../icons/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../icons/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../icons/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../icons/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../icons/fontawesome/fontawesome-webfont.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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-1x {
    font-size: 1.6em;
}

.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: 0.14285714em;
    text-align: center;
}

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

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    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;
}

/* Deprecated as of 4.4.0 */
.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);
    transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-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);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    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: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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;
}

/* Icons */
.icon {
    background: transparent;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 60px auto;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .icon {
        margin-bottom: 5px;
        background-size: 30px auto;
        width: 30px;
        height: 30px;
    }
}

.icon-lg {
    width: 120px;
    height: 120px;
    background-size: 120px auto;
}

@media (max-width: 991px) {
    .icon-lg {
        margin-bottom: 5px;
        background-size: 60px auto;
        width: 60px;
        height: 60px;
    }
}

.icon-book {
    background-image: url("../../assets/icons/svg/book.svg");
}

.icon-chart {
    background-image: url("../../assets/icons/svg/chart.svg");
}

.icon-cogs {
    background-image: url("../../assets/icons/svg/cogs.svg");
}

.icon-device {
    background-image: url("../../assets/icons/svg/device.svg");
}

.icon-download {
    background-image: url("../../assets/icons/svg/download.svg");
}

.icon-flask {
    background-image: url("../../assets/icons/svg/flask.svg");
}

.icon-hard-disk {
    background-image: url("../../assets/icons/svg/hard-disk.svg");
}

.icon-help {
    background-image: url("../../assets/icons/svg/help.svg");
}

.icon-gift {
    background-image: url("../../assets/icons/svg/features.svg");
}

.icon-users {
    background-image: url("../../assets/icons/svg/users.svg");
}

.icon-paper-plane {
    background-image: url("../../assets/icons/svg/paper-plane.svg");
}

.icon-tree {
    background-image: url("../../assets/icons/svg/tree.svg");
}

.icon-question {
    background-image: url("../../assets/icons/svg/question.svg");
}

.icon-wallet {
    background-image: url("../../assets/icons/svg/wallet.svg");
}
.icon-feature{
    background-image: url("../../assets/icons/svg/Features_1.svg");
}

/* Typography */
h1, .section__heading, .pricing__content-price, .pricing__grid-header--icon {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 36px;
    line-height: 48px;
    color: #2c2d2d;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    h1, .section__heading, .pricing__content-price, .pricing__grid-header--icon {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    h1, .section__heading, .pricing__content-price, .pricing__grid-header--icon {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }
}

.headline::before, h2, .tabs__navigation-item--icon, .blockquote blockquote::before, .blockquote blockquote::after, .testimoni blockquote::before, .testimoni blockquote::after {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 28px;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .headline::before, h2, .tabs__navigation-item--icon, .blockquote blockquote::before, .blockquote blockquote::after, .testimoni blockquote::before, .testimoni blockquote::after {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .headline::before, h2, .tabs__navigation-item--icon, .blockquote blockquote::before, .blockquote blockquote::after, .testimoni blockquote::before, .testimoni blockquote::after {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

h3, .pricing__popular .pricing__content p, .blockquote blockquote, .testimoni blockquote, .team__card--join-link {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    h3, .pricing__popular .pricing__content p, .blockquote blockquote, .testimoni blockquote, .team__card--join-link {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    h3, .pricing__popular .pricing__content p, .blockquote blockquote, .testimoni blockquote, .team__card--join-link {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

h4, .masthead__content-subtitle, .footer__widget-contact .fa, .form__subscribe-button, .pricing__content p, .pricing__popular .pricing__content-currency, .pricing__popular .pricing__content-package, .pricing__grid-price, .testimoni__author, .article__card-comment {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    h4, .masthead__content-subtitle, .footer__widget-contact .fa, .form__subscribe-button, .pricing__content p, .pricing__popular .pricing__content-currency, .pricing__popular .pricing__content-package, .pricing__grid-price, .testimoni__author, .article__card-comment {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    h4, .masthead__content-subtitle, .footer__widget-contact .fa, .form__subscribe-button, .pricing__content p, .pricing__popular .pricing__content-currency, .pricing__popular .pricing__content-package, .pricing__grid-price, .testimoni__author, .article__card-comment {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}

h5, .section__cta-subscribe-input, .pricing__content-currency, .pricing__content-package, .pricing__grid-content, .package__content ul li, .tabs__navigation-item--link {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    h5, .section__cta-subscribe-input, .pricing__content-currency, .pricing__content-package, .pricing__grid-content, .package__content ul li, .tabs__navigation-item--link {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    h5, .section__cta-subscribe-input, .pricing__content-currency, .pricing__content-package, .pricing__grid-content, .package__content ul li, .tabs__navigation-item--link {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

h6 {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 14px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    h6 {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}

html, body, .body-copy, .section__cta .column__boxed {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #2c2d2d;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    html, body, .body-copy, .section__cta .column__boxed {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}

.fine-print, .form-control {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #2c2d2d;
    margin: 0;
}

@media (max-width: 991px) {
    .fine-print, .form-control {
        font-size: 12px;
        line-height: 22px;
    }
}

.headline {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 36px;
    padding-left: 40px;
    padding-top: 5px;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .headline {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .headline {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.headline::before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    color: #1e5ee5;
    top: -5px;
    left: 0;
}

a {
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    color: #1e5ee5;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
    color: #0f44b2;
}

a.unnderline {
    text-decoration: underline;
}

p {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    p {
        margin-bottom: 10px;
    }
}

strong {
    font-family: "Montserrat Bold", sans-serif !important;
}

.text-normal {
    font-family: "Montserrat", sans-serif;
}

/* Base */
html, body {
    color: #2c2d2d;
    margin-bottom: 0;
    overflow-x: hidden !important;
}

@media (min-width: 1400px) {
    .core-nav .nav-container,
  .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .core-nav .nav-container,
  .container {
        max-width: 1140px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .core-nav .nav-container,
  .container {
        width: 720px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .core-nav .nav-container,
  .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.core-nav .nav-container__fullwidth,
.container__fullwidth {
    width: 100% !important;
}

@media (min-width: 1400px) {
    .core-nav .nav-container__fullwidth,
    .container__fullwidth {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .core-nav .nav-container__fullwidth,
    .container__fullwidth {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 991px) {
    .core-nav .nav-container__fullwidth,
    .container__fullwidth {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1400px) {
    .core-nav .nav-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.divider {
    position: relative;
    display: block;
    height: 1px;
    background: #d7deee;
    margin: 60px 0;
}

@media (max-width: 767px) {
    .divider {
        margin: 30px 0;
    }
}

@-webkit-keyframes flyIn {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes flyIn {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.flyIn {
    -webkit-animation-name: flyIn;
    animation-name: flyIn;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.demo-list {
    margin: 0;
    padding: 0;
}

.demo-list li {
    list-style: none;
    margin: 0 0 2px 0;
    padding: 0;
}

.demo-list li a {
    display: block;
    border: 1px solid #b7c3de;
    padding: 10px 25px;
    color: #000;
    font-weight: 700;
}

/*
PLUGINS - Scss For javascript plugin
======================================================== */
@-webkit-keyframes modal-video {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modal-video {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.modal-video-close {
    opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
}

.modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-zoom-out-cur {
    cursor: default;
}

@media (max-width: 991px) {
    .mfp-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.mfp-bottom-bar {
    margin-top: -20px;
}

.mfp-counter {
    color: #fff;
    font-size: 14px;
}

.mfp-heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.mfp-author {
    font-size: 12px;
}

.mfp-author strong {
    margin-right: 5px;
}

.mfp-counter {
    color: #fff;
    font-size: 14px;
}

.mfp-close {
    opacity: 1;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
    color: #fff;
}

.mfp-arrow {
    opacity: 1;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.mfp-arrow:active, .mfp-arrow:focus {
    margin-top: -15px;
    outline: 0;
}

.mfp-arrow:after {
    display: none;
}

.mfp-arrow:before {
    position: absolute;
    display: block;
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-top: 0;
    border: none;
    opacity: 1;
}

.mfp-arrow.mfp-arrow-left {
    left: 30px;
}

@media (max-width: 991px) {
    .mfp-arrow.mfp-arrow-left {
        left: 5px;
    }
}

.mfp-arrow.mfp-arrow-left:before {
    margin-left: 0;
    content: "\f177";
}

.mfp-arrow.mfp-arrow-right {
    left: auto;
    right: 30px;
}

@media (max-width: 991px) {
    .mfp-arrow.mfp-arrow-right {
        right: 5px;
    }
}

.mfp-arrow.mfp-arrow-right:before {
    margin-left: 5px;
    content: "\f178";
}

/*
PARTIALS - Header,  Masthead, Footer, etc
======================================================== */
/* Header */
.header {
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    z-index: 1020;
}

@media (max-width: 991px) {
    .header {
        padding: 20px 0;
    }
}

.header .wrap-core-nav-list {
    position: initial;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header .wrap-core-nav-list {
        position: static;
    }
}

.header:hover {
    background: #fff;
    -webkit-box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .header:hover {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.header:hover .menu li a,
    .header:hover .attributes li {
    padding: 25px 0 !important;
}

@media (max-width: 991px) {
    .header:hover .attributes li {
        padding: 0 !important;
    }
}

.header:hover .nav-header .brand {
    margin-top: 20px !important;
}

@media (max-width: 991px) {
    .header:hover .nav-header .brand {
        margin-top: 0 !important;
    }
}

.header__white {
    background: #fff;
    -webkit-box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
}

.header__inner {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header__inner:hover {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header__inner.header__sticky:hover {
    -webkit-box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
}

.header__inner .menu li a,
    .header__inner .attributes li {
    padding: 25px 0 !important;
}

@media (max-width: 991px) {
    .header__inner .menu li a,
        .header__inner .attributes li {
        padding: 0 !important;
    }
}

.header__inner .nav-header .brand {
    margin-top: 20px !important;
}

@media (max-width: 991px) {
    .header__inner .nav-header .brand {
        margin-top: 0 !important;
    }
}

.header__sticky {
    background: #fff;
    -webkit-box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .header__sticky:hover {
        background: #fff;
        padding: 20px 0;
        -webkit-box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
    }
}

.header__sticky .menu li a,
    .header__sticky .attributes li {
    padding: 25px 0 !important;
}

@media (max-width: 991px) {
    .header__sticky .menu li a,
        .header__sticky .attributes li {
        padding: 0 !important;
    }
}

.header__sticky .nav-header .brand {
    margin-top: 20px !important;
}

@media (max-width: 991px) {
    .header__sticky .nav-header .brand {
        margin-top: 0 !important;
    }
}

.header .menu li {
    padding: 0 15px;
}

.header .menu li a {
    display: inline-block;
    color: #2c2d2d;
    font-size: 14px;
    line-height: normal;
    font-family: "Montserrat Bold", sans-serif;
    padding: 40px 0;
    text-decoration: none;
}

.header .menu li a:hover {
    color: #1e5ee5;
}

.header .menu li.active a {
    color: #1e5ee5;
}

.header .menu li.megamenu a::after, .header .menu li.dropdown a::after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 11px;
    margin-left: 5px;
    padding-top: 4px;
}

.header .toggle-bar.core-nav-toggle {
    float: right;
    font-size: 24px;
}

.header .attributes {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .header .attributes {
        margin-right: 0 !important;
    }
}

.header .attributes li {
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    padding: 40px 0;
}

@media (max-width: 991px) {
    .header .attributes li {
        padding: 0 !important;
    }
}

.header .attributes li a.btn-header {
    margin-top: -6px;
}

@media (max-width: 991px) {
    .header .attributes li.header__button {
        display: none;
    }
}

.header .attributes li.header__download-icon {
    display: none;
    padding: 0;
}

.header .attributes li.header__download-icon a {
    padding: 0;
    font-size: 22px;
    line-height: auto;
    color: #1e5ee5;
    margin-top: 3px;
}

@media (max-width: 991px) {
    .header .attributes li.header__download-icon {
        display: inline-block;
    }
}

.header .nav-header .brand {
    display: inline-block;
    margin-top: 33px;
}

@media (max-width: 991px) {
    .header .nav-header .brand {
        margin-top: 0;
    }
}

.header__mobile {
    position: fixed;
    width: 100%;
    display: none;
    background: #fff;
    padding: 20px 0;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    top: 0;
    z-index: 2;
}

.header__mobile-brand {
    display: inline-block;
    width: 100px;
    height: 25px;
    background: url("../../../dist/assets/brand/logo@2x.png") no-repeat 0 0;
    background-size: 100px 25px;
    text-indent: -99999px;
}

.header__mobile-toggle {
    position: absolute;
    top: 23px;
    font-size: 18px !important;
    right: 15px;
    color: #d7deee;
}

.header__mobile-toggle:hover {
    color: #1e5ee5;
}

@media (max-width: 991px) {
    .header__mobile {
        display: block;
    }
}

/* Navbar dropdown */
.core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d7deee;
    border-bottom: none;
}

.core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu li {
    padding: 0;
}

.core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu li a {
    display: block;
    padding: 15px 20px !important;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #d7deee;
}

.core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu li a::after {
    display: none;
    margin-left: 0;
    padding-top: 0;
}

.core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu li a:hover {
    background: #f8faff;
}

@media (max-width: 991px) {
    .core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu li a:hover {
        background: none;
    }
}

.core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu li.dropdown {
    position: relative;
}

.core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu li.dropdown::after {
    position: absolute;
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 11px;
    top: 50%;
    right: 20px;
    margin-top: -12px;
}

.core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu .dropdown > .dropdown-menu {
    top: 0;
    left: auto;
    right: 100% !important;
}

.header .menu li.active .dropdown-menu li a {
    color: #000;
}

.header .menu li.active .dropdown-menu li a:hover {
    color: #1e5ee5;
}

/* Navbar responsive */
.dropdown-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0;
}

@media (max-width: 991px) {
    .core-responsive-slide.open {
        margin-left: 100%;
        margin-right: -100%;
    }
}

@media (max-width: 991px) {
    .core-responsive-slide .core-nav .wrap-core-nav-list {
        padding-top: 65px;
        background: #fff;
        z-index: 1080;
        width: 100%;
        border: none;
        z-index: 1070;
        margin-left: -100%;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu,
  .header__inner .core-nav .wrap-core-nav-list.right .menu,
  .header .core-nav .wrap-core-nav-list.right .menu {
        padding: 0 15px !important;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li,
  .header .core-nav .wrap-core-nav-list.right .menu li {
        float: left;
        border-bottom: 1px solid #d7deee;
        padding: 10px 0 !important;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li:last-child,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li:last-child,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li:last-child,
  .header .core-nav .wrap-core-nav-list.right .menu li:last-child {
        border-bottom: none;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li a,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li a,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li a,
  .header .core-nav .wrap-core-nav-list.right .menu li a {
        font-size: 13px;
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown::after,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown::after,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown::after,
  .header .core-nav .wrap-core-nav-list.right .menu li.dropdown::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu,
  .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu {
        position: relative;
        border: none;
        display: block !important;
        margin: 10px 0 0 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li,
  .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li {
        border: none;
        padding: 0 !important;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li:last-child,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li:last-child,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li:last-child,
  .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li a,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li a,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li a,
  .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li a {
        padding: 0 !important;
        font-size: 13px !important;
        border: none;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown,
  .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown {
        margin-top: 5px !important;
        padding-top: 10px !important;
        border-top: 1px solid #d7deee;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown a,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown a,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown a,
  .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown a {
        font-family: "Montserrat Bold", sans-serif;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
  .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a {
        font-family: "Montserrat", sans-serif;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown a,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown a,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown a,
  .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown a {
        font-family: "Montserrat Bold", sans-serif;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
  .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a {
        font-family: "Montserrat", sans-serif;
    }
}

@media (max-width: 991px) {
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown a::after, .header:hover .core-nav .wrap-core-nav-list.right .menu li.megamenu a::after,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown a::after,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li.megamenu a::after,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown a::after,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li.megamenu a::after,
  .header .core-nav .wrap-core-nav-list.right .menu li.dropdown a::after,
  .header .core-nav .wrap-core-nav-list.right .menu li.megamenu a::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .header:hover .menu .megamenu__widget,
  .header__sticky .menu .megamenu__widget,
  .header__inner .menu .megamenu__widget,
  .header .menu .megamenu__widget {
        float: left;
        width: 100%;
        margin-top: 10px !important;
    }
}

@media (max-width: 991px) {
    .header:hover .menu .megamenu__widget-lis,
  .header__sticky .menu .megamenu__widget-lis,
  .header__inner .menu .megamenu__widget-lis,
  .header .menu .megamenu__widget-lis {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

/* Megamenu */
.core-nav .wrap-core-nav-list.right .megamenu > .megamenu-content {
    margin-top: -2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d7deee;
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.04);
    padding: 60px 0;
}

.core-nav .wrap-core-nav-list.right .megamenu > .megamenu-content .container {
    padding-right: 30%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .core-nav .wrap-core-nav-list.right .megamenu > .megamenu-content .container {
        padding-right: 20%;
    }
}

.core-nav .wrap-core-nav-list.right .megamenu > .megamenu-content:before {
    position: absolute;
    content: '';
    width: 35%;
    height: 100%;
    display: block;
    background: #edf3ff url("../../assets/images/megamenu-bg.svg") no-repeat bottom left;
    background-size: 100% auto;
    top: 0;
    right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .core-nav .wrap-core-nav-list.right .megamenu > .megamenu-content:before {
        background-position: 0 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .core-nav .wrap-core-nav-list.right .megamenu > .megamenu-content:before {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .core-nav .wrap-core-nav-list.right .megamenu > .megamenu-content:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .core-nav .wrap-core-nav-list.right .megamenu > .megamenu-content {
        padding: 0;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
}

@media (max-width: 991px) {
    .core-nav .wrap-core-nav-list.right .megamenu > .megamenu-content .col-megamenu {
        padding-left: 0;
        padding-right: 0;
    }
}

.header .menu .megamenu__widget {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .header .menu .megamenu__widget {
        margin-top: 20px;
    }
}

.header .menu .megamenu__widget-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
}

@media (max-width: 991px) {
    .header .menu .megamenu__widget-title {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.header .menu .megamenu__widget-group {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .header .menu .megamenu__widget-group {
        margin-bottom: 10px;
    }
}

.header .menu .megamenu__widget-group-link {
    margin-bottom: 0;
    padding: 0 !important;
    color: #000 !important;
}

.header .menu .megamenu__widget-group-link::before, .header .menu .megamenu__widget-group-link::after {
    display: none;
}

.header .menu .megamenu__widget-group-link span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    color: #2c2d2d;
}

.header .menu .megamenu__widget-group-link:hover span, .header .menu .megamenu__widget-group-link:focus span, .header .menu .megamenu__widget-group-link:active span {
    color: #2c2d2d;
}

.header .menu .megamenu__widget-group:hover .megamenu__widget-group-link {
    color: #1e5ee5 !important;
}

.header .menu .megamenu__widget-list {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .header .menu .megamenu__widget-list {
        float: left;
        width: 100%;
    }
}

.header .menu .megamenu__widget-list li {
    float: none;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .header .menu .megamenu__widget-list li {
        border: none;
        float: left;
        width: 100%;
        padding: 0 !important;
        margin-top: 10px;
    }
}

.header .menu .megamenu__widget-list li a {
    position: relative;
    font-family: "Montserrat", sans-serif;
    padding: 0 0 0 30px !important;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .header .menu .megamenu__widget-list li a {
        font-size: 15px;
        margin-bottom: 0;
        padding: 0 !important;
    }
}

.header .menu .megamenu__widget-list li a::before, .header .menu .megamenu__widget-list li a::after {
    display: none;
}

.header .menu .megamenu__widget-list li a .list--icon {
    color: #1e5ee5;
    position: absolute;
    top: 2px;
    left: 0;
}

@media (max-width: 991px) {
    .header .menu .megamenu__widget-list li a .list--icon {
        display: none;
    }
}

.header .menu .megamenu__widget-list li:last-child a {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .header .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li,
  .header:hover .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li,
  .header .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li,
  .header:hover .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li {
        border-bottom: none;
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    .header .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li:last-child,
  .header:hover .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li:last-child,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li:last-child,
  .header .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li:last-child,
  .header:hover .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li:last-child {
        margin-bottom: 0 !important;
    }
}

.header:hover .menu li a.megamenu__widget-group-link {
    padding: 0 !important;
}

/* Masthead */
.masthead {
    position: relative;
    background: #edf3ff;
    padding: 180px 0 80px 0;
}

@media (max-width: 991px) {
    .masthead {
        padding: 80px 0 40px 0;
    }
}

.masthead__white {
    background: #fff;
}

.masthead__fullscreen {
    width: 100%;
    height: 100vh;
}

.masthead__content {
    display: block;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .masthead__content {
        margin-bottom: 20px;
    }
}

.masthead__content-mtop {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .masthead__content-mtop {
        margin-top: 0;
    }
}

.masthead__content-subtitle {
    font-family: "Montserrat", sans-serif;
}

.masthead__content-image {
    max-width: 100% !important;
    height: auto;
    margin-bottom: -3px;
}

.masthead__content-action {
    display: block;
    margin-top: 40px;
}

.masthead__content-action .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .masthead__content-action .btn {
        margin-right: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .masthead__content-action {
        margin-top: 20px;
    }
}

.masthead__offset-bottom {
    margin-bottom: -140px;
}

@media (max-width: 991px) {
    .masthead__offset-bottom {
        margin-bottom: 0;
    }
}

.masthead__style-watter {
    position: relative;
    background-image: url("../../assets/images/masthead-watter-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
    padding-bottom: 280px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .masthead__style-watter {
        background-image: url("../../assets/images/masthead-watter-bg@2x.png");
    }
}

@media (max-width: 991px) {
    .masthead__style-watter {
        padding-bottom: 140px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .masthead__style-watter {
        padding-bottom: 100px;
    }
}

.masthead__style-watter--image {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 180px;
}

@media (max-width: 991px) {
    .masthead__style-watter--image {
        padding-top: 90px;
    }
}

.masthead__style-watter--icon {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    z-index: 9;
    top: 0;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.masthead__style-overlay {
    position: absolute;
    background-image: url("../../assets/images/masthead-overlay.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    display: block;
    content: '';
    width: 520px;
    height: 596px;
    top: 0;
    right: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .masthead__style-overlay {
        background-image: url("../../assets/images/masthead-overlay@2x.png");
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__style-overlay {
        width: 260px;
        height: 298px;
    }
}

@media (max-width: 991px) {
    .masthead__style-overlay {
        display: none;
    }
}

.masthead__form {
    position: relative;
    display: block;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 20px 40px 20px;
    border: 1px solid #bac6e1;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}

.masthead__form-action {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -60px;
}

.masthead__form-action .btn {
    display: inline-block;
}

.masthead__browser {
    display: block;
    position: relative;
    background-image: url("../../assets/images/icons-bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    overflow: hidden;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .masthead__browser {
        background-image: url("../../assets/images/icons-bg@2x.png");
    }
}

@media (max-width: 991px) {
    .masthead__browser {
        background-position: bottom left;
    }
}

.masthead__browser-wrapper {
    padding: 30px 40px 0 40px;
}

@media (max-width: 991px) {
    .masthead__browser-wrapper {
        padding: 15px 0 0 0;
    }
}

.masthead__browser-wrapper .owl-carousel {
    -webkit-box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.15);
}

.masthead__browser-wrapper .owl-carousel:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    background: #d7deee;
    border-radius: 4px 4px 0 0;
    top: -30px;
    left: 0;
}

.masthead__browser-wrapper .owl-carousel:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 10px;
    background-image: url("../../assets/images/screenshot/browser-clos.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
    top: -20px;
    left: 15px;
    z-index: 2;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .masthead__browser-wrapper .owl-carousel:after {
        background-image: url("../../assets/images/screenshot/browser-close@2x.png");
    }
}

.masthead__video {
    position: relative;
    display: block;
    -webkit-box-shadow: 0px 16px 74px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 16px 74px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: -80px;
}

@media (max-width: 991px) {
    .masthead__video {
        margin-bottom: -40px;
    }
}

.masthead__gradient {
    padding: 0;
    background: #5a25c2;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5a25c2), color-stop(100%, #5f63d6));
    background: -webkit-gradient(linear, left top, left bottom, from(#5a25c2), to(#5f63d6));
    background: linear-gradient(to bottom, #5a25c2 0%, #5f63d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a25c2', endColorstr='#5f63d6', GradientType=0 );
}

.masthead__gradient-content {
    background-image: url("../../assets/images/gradient-image-bg.png");
    background-repeat: repeat;
    background-position: top left;
    padding: 180px 0 80px 0;
}

@media (max-width: 991px) {
    .masthead__gradient-content {
        padding: 80px 0 40px 0;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .masthead__gradient-content {
        background-image: url("../../assets/images/gradient-image-bg@2x.png");
    }
}

.masthead__gradient .masthead__content,
    .masthead__gradient .masthead__content-title {
    color: #fff;
}

/* Inner head */
.innerhead {
    background: #edf3ff;
    padding: 180px 0 80px 0;
}

@media (max-width: 991px) {
    .innerhead {
        padding: 90px 0 40px 0;
    }
}

/* Section */
.section {
    position: relative;
    padding: 80px 0;
}

@media (max-width: 991px) {
    .section {
        padding: 40px 0;
    }
}

.section__divider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .section__divider {
        margin-bottom: 20px;
    }
}

.section__divider::before {
    display: block;
    content: '';
    width: 720px;
    height: 186px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section__divider::before {
        width: 550px;
        height: 142px;
    }
}

@media (max-width: 991px) {
    .section__divider::before {
        display: none;
    }
}

.section__divider-left::before {
    background-image: url("../../assets/images/section-divider-bg-left.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .section__divider-left::before {
        background-image: url("../../assets/images/section-divider-bg-left@2x.png");
    }
}

.section__divider-right::before {
    background-image: url("../../assets/images/section-divider-bg-right.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .section__divider-right::before {
        background-image: url("../../assets/images/section-divider-bg-right@2x.png");
    }
}

.section__purple {
    background: #403595;
    color: #fff;
}

.section__gray {
    background: #edf3ff;
}

.section__gray-watter--top {
    padding: 380px 0 80px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #edf3ff;
    background-image: url("../../assets/images/section-bg-watter-top.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .section__gray-watter--top {
        background-image: url("../../assets/images/section-bg-watter-top@2x.png");
    }
}

@media (max-width: 991px) {
    .section__gray-watter--top {
        padding: 380px 0 80px 0;
    }
}

.section__gray-watter--bottom {
    padding: 80px 0 380px 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    background-color: #edf3ff;
    background-image: url("../../assets/images/section-bg-watter-bottom.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .section__gray-watter--bottom {
        background-image: url("../../assets/images/section-bg-watter-bottom@2x.png");
    }
}

@media (max-width: 991px) {
    .section__gray-watter--bottom {
        padding: 40px 0 80px 0;
    }
}

.section__heading {
    display: block;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .section__heading {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
}

.section__heading:before {
    position: absolute;
    display: block;
    content: '';
    background: url("../../assets/images/section-heading.png") no-repeat 0 0;
    background-size: cover;
    width: 85px;
    height: 8px;
    bottom: 0;
    left: 0;
}

.section__heading-center {
    text-align: center;
}

.section__heading-center:before {
    left: 50%;
    margin-left: -42.5px;
}

.section__column {
    display: block;
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .section__column {
        margin-bottom: 20px;
    }
}

.section__column .column-icon {
    position: absolute;
    top: 0;
}

.section__column-left {
    padding-left: 80px;
}

@media (max-width: 991px) {
    .section__column-left {
        padding-left: 50px;
    }
}

.section__column-left .column-icon {
    left: 0;
}

.section__column-top--left {
    border-bottom: 1px solid #d7deee;
}

.section__column-top--left-action {
    display: block;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .section__column-top--left-action {
        margin-bottom: 20px;
    }
}

.section__column-top--left-action a {
    display: inline-block;
}

.section__contact {
    position: relative;
}

.section__contact::before {
    content: '';
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f4f7fc;
}

@media (max-width: 991px) {
    .section__contact::before {
        display: none;
    }
}

.section__contact:after {
    content: '';
    display: block;
    width: 35%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f4f7fc url("../../assets/images/megamenu-bg.svg") no-repeat bottom left;
}

@media (max-width: 991px) {
    .section__contact:after {
        display: none;
    }
}

/* Footer */
.footer {
    position: relative;
    display: block;
    padding: 100px 0 0 0;
}

@media (max-width: 991px) {
    .footer {
        padding: 50px 0 0 0;
    }
}

.footer__widget {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .footer__widget {
        margin-bottom: 20px;
    }
}

.footer__widget-title {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .footer__widget-title {
        margin-bottom: 10px;
    }
}

.footer__widget-logo {
    display: inline-block;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .footer__widget-logo {
        margin-bottom: 20px;
    }
}

.footer__widget-contact {
    display: block;
    position: relative;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .footer__widget-contact {
        padding-left: 25px;
    }
}

.footer__widget-contact .fa {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
}

.footer__widget-linklist {
    margin: 0;
    padding: 0;
}

.footer__widget-linklist li {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 991px) {
    .footer__widget-linklist li {
        margin: 0 0 7.5px 0;
    }
}

.footer__widget-linklist li a {
    color: #2c2d2d;
}

.footer__widget-linklist li a:hover {
    color: #0f44b2;
}

.footer__widget-network {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footer__widget-network li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.footer__widget-network-link {
    background: #eaeef4;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #7483a3;
    overflow: hidden;
    padding-top: 5px;
    margin-right: 5px;
}

.footer__widget-network-link:hover {
    background: #403595 !important;
    color: #fff;
}

.footer__subfooter {
    display: block;
    border-top: 1px solid #d7deee;
    margin-top: 40px;
    padding: 40px 0 15px;
}

@media (max-width: 991px) {
    .footer__subfooter {
        margin-top: 30px;
        padding: 20px 0 15px;
    }

    .footer__subfooter .text-right {
        text-align: left !important;
    }
}

.footer__subfooter-liststyle {
    display: block;
    margin: 0;
    padding: 0;
}

.footer__subfooter-liststyle li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__subfooter-liststyle li a {
    color: #2c2d2d;
}

.footer__subfooter-liststyle li a:hover {
    color: #0f44b2;
}

.footer__subfooter-liststyle li + li::before {
    display: inline-block;
    padding-right: 10px;
    content: "|";
}

.aside__right {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .aside__right {
        padding-left: 0;
        margin-top: 40px;
    }
}

.aside__left {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .aside__left {
        padding-right: 0;
        margin-top: 40px;
    }
}

.aside__widget {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .aside__widget {
        margin-bottom: 20px;
    }
}

.aside__widget-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .aside__widget-title {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
}

.aside__widget-title:before {
    position: absolute;
    display: block;
    content: '';
    background: url("../../assets/images/section-heading.png") no-repeat 0 0;
    background-size: cover;
    width: 85px;
    height: 8px;
    bottom: 0;
    left: 0;
}

@media (max-width: 991px) {
    .aside__widget-title:before {
        display: none;
    }
}

.aside__widget-title.instagram {
    padding-left: 35px;
}

@media (max-width: 991px) {
    .aside__widget-title.instagram {
        padding-left: 20px;
    }
}

.aside__widget-title.instagram:after {
    position: absolute;
    display: block;
    content: '';
    background: url("../../assets/icons/instagram.png") no-repeat 0 0;
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 5px;
    left: 0;
}

@media (max-width: 991px) {
    .aside__widget-title.instagram:after {
        width: 15px;
        height: 15px;
    }
}

.aside__widget-recent--post {
    margin: 0;
    padding: 0;
}

.aside__widget-recent--post li {
    min-height: 55px;
    position: relative;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 70px;
}

@media (max-width: 991px) {
    .aside__widget-recent--post li {
        margin: 0 0 10px 0;
        padding: 0 0 0 70px;
    }
}

.aside__widget-recent--post li:last-child {
    margin: 0;
}

.aside__widget-recent--post-thumb {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    left: 0;
}

.aside__widget-recent--post-title {
    position: relative;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

.aside__widget-recent--post-title a {
    color: #000;
}

.aside__widget-instagram {
    float: left;
    padding: 0;
    margin: -2px -2px 10px -2px;
    width: 100%;
}

@media (max-width: 991px) {
    .aside__widget-instagram {
        margin: -2px -2px 5px -2px;
    }
}

.aside__widget-instagram li {
    float: left;
    list-style: none;
    width: 25%;
    height: auto;
    margin: 0;
    padding: 2px;
}

.aside__widget-instagram li img {
    width: 100%;
    max-width: auto;
    height: auto;
}

.aside__widget-instagram--follow {
    display: block;
    text-align: center;
}

.aside__widget-instagram--follow label {
    font-family: "Montserrat Bold", sans-serif;
    margin: 0;
}

.aside__widget-categories {
    margin: 0;
    padding: 0 0 0 20px;
}

@media (max-width: 991px) {
    .aside__widget-categories {
        padding: 0 0 0 10px;
    }
}

.aside__widget-tags {
    margin: 0;
    padding: 0;
}

.aside__widget-tags li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0;
}

.aside__widget-tags li a {
    border-radius: 20px;
    background: #d7deee;
    color: #000;
    padding: 2px 15px;
}

@media (max-width: 991px) {
    .aside__widget-tags li a {
        padding: 2px 7.5px;
    }
}

.aside__widget-tags li a:hover, .aside__widget-tags li a:focus, .aside__widget-tags li a:active {
    text-decoration: none;
    background: #1e5ee5;
    color: #fff;
}

/* Section */
.section__cta {
    background: #403595 url("../../assets/images/cta-bg.png") no-repeat center center;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .section__cta {
        padding: 50px 0;
    }
}

.section__cta-column {
    position: relative;
    border-radius: 20px;
    z-index: 1000;
    padding: 40px 0 40px 0;
    -webkit-box-shadow: 0px 30px 59px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 30px 59px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .section__cta-column {
        border-radius: 10px;
        padding: 20px 0 20px 0;
        -webkit-box-shadow: 0px 15x 30px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 15x 30px 0px rgba(0, 0, 0, 0.15);
    }
}

.section__cta-subscribe {
    position: relative;
    display: block;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .section__cta-subscribe {
        margin-top: 0;
    }
}

.section__cta-subscribe-input {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    background: none;
    padding: 20px 0;
    border: none;
    color: #b7c3de;
    border-bottom: 1px solid #695faf;
}

@media (max-width: 991px) {
    .section__cta-subscribe-input {
        padding: 0 0 10px 0;
    }
}

.section__cta-subscribe-input:focus {
    outline: 0;
    border-color: #fff;
}

.section__cta-subscribe-input::-webkit-input-placeholder {
    color: #b7c3de;
}

.section__cta-subscribe-input::-ms-input-placeholder {
    color: #b7c3de;
}

.section__cta-subscribe-input::placeholder {
    color: #b7c3de;
}

.section__cta-subscribe-button {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {
    .section__cta-subscribe-button {
        position: relative;
        display: block;
        width: 100%;
    }
}

.section__cta-offset {
    margin-bottom: -100px;
}

@media (max-width: 991px) {
    .section__cta-offset {
        margin-bottom: -50px;
    }
}

/* back to top */
.back-to-top {
    position: fixed;
    z-index: 99;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #edf3ff;
    background-color: #edf3ff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    padding-top: 8px;
    display: none;
    -webkit-box-shadow: 0px 15px 16px -5px rgba(150, 155, 181, 0.55);
    box-shadow: 0px 15px 16px -5px rgba(150, 155, 181, 0.55);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.back-to-top:focus, .back-to-top:active {
    color: #000;
    background-color: #edf3ff;
    border-color: #edf3ff;
}

.back-to-top:hover {
    background: #d7deee;
    border-color: #d7deee;
}

.back-to-top.active {
    display: block;
}

.back-to-top__icon {
    display: block;
    margin-top: -5px;
    font-size: 24px;
}

.back-to-top__text {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .back-to-top {
        right: 5vw;
        bottom: 5vw;
    }
}

.accordion__group {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .accordion__group {
        margin-bottom: 15px;
    }
}

.accordion__link {
    position: relative;
    border: none;
    display: block;
    width: 100%;
    background: #f1f5fd;
    padding: 20px 60px 20px 30px;
    text-align: left;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .accordion__link {
        padding: 10px 35px 10px 15px;
    }
}

.accordion__link:focus {
    outline: 0;
}

.accordion__link:after {
    position: absolute;
    content: "\f068";
    font-family: 'FontAwesome';
    top: 50%;
    right: 30px;
    margin-top: -11px;
}

@media (max-width: 991px) {
    .accordion__link:after {
        font-size: 14px;
        right: 15px;
    }
}

.accordion__link.collapsed:after {
    content: "\f067";
}

.accordion__collapse {
    background: #f1f5fd;
    margin-top: 2px;
}

.accordion__collapse .card-body {
    padding: 30px;
}

@media (max-width: 991px) {
    .accordion__collapse .card-body {
        padding: 15px;
    }
}

/*
COMPONENTS - button,  form, slider, etc 
======================================================== */
/* Form */
.form {
    display: block;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .form {
        margin-bottom: 20px;
    }
}

.form input:focus, .form textarea:focus, .form select:focus, .form button:focus {
    outline: 0;
}

.form-control {
    background: #fafbfc;
    border: 1px solid #bac6e1;
    padding: 20px 15px;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #1e5ee5;
}

.form__subscribe {
    position: relative;
    display: block;
}

.form__subscribe-rounded {
    border-radius: 80px;
}

.form__subscribe-shadow {
    -webkit-box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.form__subscribe-input {
    background: #fff;
    width: 100%;
    border: 2px solid;
    padding: 20px 20px;
    line-height: normal;
}

@media (max-width: 991px) {
    .form__subscribe-input {
        line-height: 24px;
        padding: 7.5px 10px;
    }
}

.form__subscribe-input-blue {
    border-color: #1e5ee5;
}

.form__subscribe-input-green {
    border-color: #4aa47b;
}

.form__subscribe-input-yellow {
    border-color: #f9d750;
}

.form__subscribe-input-purple {
    border-color: #403595;
}

.form__subscribe-input-red {
    border-color: #e24c43;
}

.form__subscribe-input-orange {
    border-color: #f26822;
}

.form__subscribe-button {
    line-height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 80px 80px 0;
    padding: 20px 20px 20px 20px;
    border: 2px solid;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form__subscribe-button {
        padding: 20px 20px 18px 20px;
    }
}

@media (max-width: 991px) {
    .form__subscribe-button {
        line-height: 24px;
        padding: 7.5px 10px 7.5px 10px;
    }
}

.form__subscribe-button:hover::after {
    right: -5px;
}

.form__subscribe-button:after {
    position: relative;
    content: "\f178";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 10px;
    top: 1px;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .form__subscribe-button:after {
        right: 5px;
    }
}

.form__subscribe-button-blue {
    background: #1e5ee5;
    border-color: #1e5ee5;
    color: #fff;
}

.form__subscribe-button-green {
    background: #4aa47b;
    border-color: #4aa47b;
    color: #fff;
}

.form__subscribe-button-yellow {
    background: #f9d750;
    border-color: #f9d750;
    color: #fff;
}

.form__subscribe-button-purple {
    background: #403595;
    border-color: #403595;
    color: #fff;
}

.form__subscribe-button-red {
    background: #e24c43;
    border-color: #e24c43;
    color: #fff;
}

.form__subscribe-button-orange {
    background: #f26822;
    border-color: #f26822;
    color: #fff;
}

.form-group {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .form-group {
        margin-bottom: 10px;
    }
}

.form-group label {
    font-family: "Montserrat Bold", sans-serif;
}

.form-action {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .form-action {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    font-size: 12px;
    line-height: 22px;
    background: #fafbfc;
    border: 1px solid #bac6e1;
    padding: 20px 15px;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
    color: #2c2d2d;
    width: 100%;
    height: calc(2.25rem + 2px);
}

.select2-container--default .select2-selection--single:focus {
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-size: 12px;
    line-height: 22px;
    margin-top: -10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple:focus, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single:focus {
    outline: 0;
}

.select2-dropdown {
    border: 1px solid #bac6e1;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #d7deee;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1e5ee5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px;
}

/* Button */
button:hover, button:focus, button:active {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn {
    padding: 15px 30px;
    font-family: "Montserrat Bold", sans-serif;
    font-size: 16px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 2px;
}

@media (max-width: 991px) {
    .btn {
        font-size: 14px;
        padding: 12.5px 20px;
    }
}

.btn:hover, .btn:focus, .btn:active {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none;
}

.btn-rounded {
    border-radius: 80px;
}

.btn-sm {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px;
}

@media (max-width: 991px) {
    .btn-sm {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 15px;
    }
}

.btn-xs, .header .attributes li a.btn-header {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 20px;
}

@media (max-width: 991px) {
    .btn-xs, .header .attributes li a.btn-header {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 20px;
    }
}

.btn-lg {
    font-size: 24px;
    line-height: normal;
    padding: 20px 40px;
}

@media (max-width: 991px) {
    .btn-lg {
        font-size: 18px;
        padding: 15px 25px;
    }
}

.btn-icon-left .fa {
    margin-right: 5px;
}

.btn-icon-right .fa {
    margin-left: 5px;
}

.btn-default {
    background: #2c2d2d;
    color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.btn-primary, .header .attributes li a.btn-header {
    background: #1e5ee5;
    border-color: #1e5ee5;
    color: #fff;
}

.btn-primary:hover, .header .attributes li a.btn-header:hover, .btn-primary:focus, .header .attributes li a.btn-header:focus, .btn-primary:active, .header .attributes li a.btn-header:active {
    background: #0f44b2;
    border-color: #0f44b2;
    color: #fff;
    text-decoration: none;
}

.btn-green {
    background: #4aa47b;
    border-color: #4aa47b;
    color: #fff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active {
    background: #2c7855;
    border-color: #2c7855;
    color: #fff;
    text-decoration: none;
}

.btn-purple {
    background: #403595;
    border-color: #403595;
    color: #fff;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background: #271e6f;
    border-color: #271e6f;
    color: #fff;
    text-decoration: none;
}

.btn-red {
    background: #e24c43;
    border-color: #e24c43;
    color: #fff;
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
    background: #ab2921;
    border-color: #ab2921;
    color: #fff;
    text-decoration: none;
}

.btn-yellow {
    background: #f9d750;
    border-color: #f9d750;
    color: #fff;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
    background: #d0af2d;
    border-color: #d0af2d;
    color: #fff;
    text-decoration: none;
}

.btn-orange {
    background: #f26822;
    border-color: #f26822;
    color: #fff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    background: #c74e11;
    border-color: #c74e11;
    color: #fff;
    text-decoration: none;
}

.btn-white {
    background: #fff;
    border-color: #fff;
    color: #2c2d2d;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
    background: #edf3ff;
    border-color: #edf3ff;
    color: #2c2d2d;
    text-decoration: none;
}

.btn-stroke {
    background: none;
}

.btn-stroke.btn-default {
    border-color: #2c2d2d;
    color: #2c2d2d;
}

.btn-stroke.btn-default:hover, .btn-stroke.btn-default:focus, .btn-stroke.btn-default:active {
    background: #2c2d2d;
    color: #fff;
    text-decoration: none;
}

.btn-stroke.btn-primary, .header .attributes li a.btn-stroke.btn-header {
    border-color: #1e5ee5;
    color: #1e5ee5;
}

.btn-stroke.btn-primary:hover, .header .attributes li a.btn-stroke.btn-header:hover, .btn-stroke.btn-primary:focus, .header .attributes li a.btn-stroke.btn-header:focus, .btn-stroke.btn-primary:active, .header .attributes li a.btn-stroke.btn-header:active {
    background: #1e5ee5;
    color: #fff;
    text-decoration: none;
}

.btn-stroke.btn-green {
    border-color: #4aa47b;
    color: #4aa47b;
}

.btn-stroke.btn-green:hover, .btn-stroke.btn-green:focus, .btn-stroke.btn-green:active {
    background: #4aa47b;
    color: #fff;
    text-decoration: none;
}

.btn-stroke.btn-purple {
    border-color: #403595;
    color: #403595;
}

.btn-stroke.btn-purple:hover, .btn-stroke.btn-purple:focus, .btn-stroke.btn-purple:active {
    background: #403595;
    color: #fff;
    text-decoration: none;
}

.btn-stroke.btn-red {
    border-color: #e24c43;
    color: #e24c43;
}

.btn-stroke.btn-red:hover, .btn-stroke.btn-red:focus, .btn-stroke.btn-red:active {
    background: #e24c43;
    color: #fff;
    text-decoration: none;
}

.btn-stroke.btn-yellow {
    border-color: #f9d750;
    color: #f9d750;
}

.btn-stroke.btn-yellow:hover, .btn-stroke.btn-yellow:focus, .btn-stroke.btn-yellow:active {
    background: #f9d750;
    color: #fff;
    text-decoration: none;
}

.btn-stroke.btn-orange {
    border-color: #f26822;
    color: #f26822;
}

.btn-stroke.btn-orange:hover, .btn-stroke.btn-orange:focus, .btn-stroke.btn-orange:active {
    background: #f26822;
    color: #fff;
    text-decoration: none;
}

.btn-stroke.btn-white {
    border-color: #fff;
    color: #fff;
}

.btn-stroke.btn-white:hover, .btn-stroke.btn-white:focus, .btn-stroke.btn-white:active {
    background: #fff;
    color: #fff;
    text-decoration: none;
}

.btn-link {
    position: relative;
    font-family: "Montserrat Bold", sans-serif;
    color: #2c2d2d;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
    color: #0f44b2;
}

.btn-link:hover::after {
    right: -5px;
}

.btn-link::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f178";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 0;
    top: -1.5px;
}

.btn-link.btn-primary, .header .attributes li a.btn-link.btn-header {
    background: none;
    color: #1e5ee5;
}

.btn__play {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #1e5ee5;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-top: 25px;
}

@media (max-width: 991px) {
    .btn__play {
        font-size: 18px;
        line-height: 18px;
        width: 60px;
        height: 60px;
        padding-top: 20px;
    }
}

.btn__play:hover, .btn__play:focus, .btn__play:active {
    background: #0f44b2;
    color: #fff;
}

.btn__play-stroke {
    background: none;
    color: #1e5ee5;
    border: 1px solid #1e5ee5;
}

.btn__play-stroke:hover, .btn__play-stroke:focus, .btn__play-stroke:active {
    background: #0f44b2;
    color: #fff;
    border: 1px solid #0f44b2;
}

.btn__play-white {
    background: #fff;
    color: #1e5ee5;
}

.btn__play-white.btn__play-stroke {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

.btn__play-white.btn__play-stroke:hover, .btn__play-white.btn__play-stroke:focus, .btn__play-white.btn__play-stroke:active {
    background: #fff;
    color: #1e5ee5;
    border: 1px solid #fff;
}

/* Column */
.column__icon {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .column__icon {
        margin-bottom: 15px;
    }
}

.column__icon .text-normal {
    line-height: 24px;
}

.column__icon-left {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .column__icon-left {
        padding-left: 30px;
    }
}

.column__icon-left .fa {
    position: absolute;
    left: 0;
    top: 0;
}

.column__boxed {
    position: relative;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    padding: 30px 30px 30px 110px;
}

@media (max-width: 991px) {
    .column__boxed {
        padding: 15px 15px 15px 60px;
    }
}

.column__boxed-title {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .column__boxed-title {
        margin-bottom: 5px;
    }
}

.column__boxed-icon {
    position: absolute;
    top: 30px;
    left: 30px;
}

@media (max-width: 991px) {
    .column__boxed-icon {
        top: 20px;
        left: 15px;
    }
}

/* Pricing */
.pricing {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .pricing {
        margin-bottom: 30px;
    }
}

.pricing__column {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    width: 31%;
    margin-top: 20px;
    padding: 40px 20px;
}

@media (max-width: 991px) {
    .pricing__column {
        width: 100%;
        margin-top: 0;
        padding: 30px 10px;
        margin-bottom: 20px;
    }

    .pricing__column:last-child {
        margin-bottom: 0;
    }
}

.pricing__column.pp-fist {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 991px) {
    .pricing__column.pp-fist {
        border-width: 1px;
        border-style: solid;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

.pricing__column.pp-last {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 991px) {
    .pricing__column.pp-last {
        border-width: 1px;
        border-style: solid;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}

.pricing__heading h3 {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .pricing__heading h3 {
        margin-bottom: 5px;
    }
}

.pricing__icon {
    font-size: 42px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .pricing__icon {
        font-size: 36px;
        margin-bottom: 5px;
    }
}

.pricing__content {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .pricing__content {
        margin-bottom: 10px;
    }
}

.pricing__content p {
    font-family: "Montserrat Light", sans-serif;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .pricing__content p {
        margin-bottom: 0;
    }
}

.pricing__content-price {
    position: relative;
    font-family: "Montserrat Light", sans-serif;
    padding-left: 10px;
}

.pricing__content-currency {
    position: absolute;
    font-family: "Montserrat Light", sans-serif;
    line-height: auto;
    font-style: normal;
    margin-top: 5px;
    left: 0;
}

.pricing__content-package {
    font-family: "Montserrat Light", sans-serif;
}

.pricing__popular {
    position: relative;
    width: 38%;
    margin-top: 0;
    padding: 60px 20px 50px 20px;
    z-index: 4;
    border-radius: 8px;
    border-width: 3px;
    border-color: #1e5ee5;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .pricing__popular {
        width: 100%;
        padding: 30px 10px;
    }
}

.pricing__popular .pricing__icon {
    font-size: 72px;
    color: #1e5ee5;
}

@media (max-width: 991px) {
    .pricing__popular .pricing__icon {
        font-size: 60px;
    }
}

.pricing__popular .pricing__heading {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .pricing__popular .pricing__heading {
        margin-bottom: 10px;
    }
}

.pricing__popular .pricing__content p {
    font-family: "Montserrat Light", sans-serif;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .pricing__popular .pricing__content p {
        margin-bottom: 5px;
    }
}

.pricing__popular .pricing__content-price {
    font-size: 54px;
}

@media (max-width: 991px) {
    .pricing__popular .pricing__content-price {
        font-size: 42px;
    }
}

.pricing__popular .pricing__content-currency {
    font-family: "Montserrat Light", sans-serif;
}

.pricing__popular .pricing__content-package {
    font-family: "Montserrat Light", sans-serif;
}

.pricing__popular .pricing__action {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
}

@media (max-width: 991px) {
    .pricing__popular .pricing__action {
        position: relative;
        left: auto;
        bottom: auto;
    }
}

.pricing__popular .btn {
    padding: 20px 45px;
    background: #fff;
}

@media (max-width: 991px) {
    .pricing__popular .btn {
        padding: 12.5px 25px;
    }
}

.pricing__green {
    border-color: #4aa47b;
}

.pricing__green .pricing__icon {
    color: #4aa47b;
}

.pricing__green .pricing__content-package {
    color: #4aa47b;
}

@media (max-width: 991px) {
    .pricing__green.pp-fist, .pricing__green.pp-last {
        border-color: #4aa47b;
    }
}

.pricing__red {
    border-color: #e24c43;
}

.pricing__red .pricing__icon {
    color: #e24c43;
}

.pricing__red .pricing__content-package {
    color: #e24c43;
}

@media (max-width: 991px) {
    .pricing__red.pp-fist, .pricing__red.pp-last {
        border-color: #e24c43;
    }
}

.pricing__orange {
    border-color: #f26822;
}

.pricing__orange .pricing__icon {
    color: #f26822;
}

.pricing__orange .pricing__content-package {
    color: #f26822;
}

@media (max-width: 991px) {
    .pricing__orange.pp-fist, .pricing__orange.pp-last {
        border-color: #f26822;
    }
}

.pricing__purple {
    border-color: #403595;
}

.pricing__purple .pricing__icon {
    color: #4aa47b;
}

.pricing__purple .pricing__content-package {
    color: #403595;
}

@media (max-width: 991px) {
    .pricing__purple.pp-fist, .pricing__purple.pp-last {
        border-color: #403595;
    }
}

.pricing__yellow {
    border-color: #f9d750;
}

.pricing__yellow .pricing__icon {
    color: #f9d750;
}

.pricing__yellow .pricing__content-package {
    color: #f9d750;
}

@media (max-width: 991px) {
    .pricing__yellow.pp-fist, .pricing__yellow.pp-last {
        border-color: #f9d750;
    }
}

.pricing__grid {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #d7deee;
    text-align: center;
    -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .pricing__grid {
        margin-bottom: 30px;
    }
}

.pricing__grid-header {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 0 60px 0;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    background-color: #d7deee;
    background-image: url("../../assets/images/pricing-bg-default.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .pricing__grid-header {
        background-image: url("../../assets/images/pricing-bg-default@2x.png");
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pricing__grid-header {
        padding: 40px 0 130px 0;
    }
}

@media (max-width: 767px) {
    .pricing__grid-header {
        padding: 20px 0 20px 0;
    }
}

.pricing__grid-header-title {
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 991px) {
    .pricing__grid-header-title {
        margin-bottom: 20px;
    }
}

.pricing__grid-header--icon {
    font-family: "FontAwesome";
    line-height: 48px;
    display: inline-block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background: #2c2d2d;
    border-radius: 50%;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .pricing__grid-header--icon {
        padding: 10px 0;
        line-height: 42px;
        width: 60px;
        height: 60px;
    }
}

.pricing__grid-price {
    font-family: "Montserrat Light", sans-serif;
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.pricing__grid-price--number {
    position: relative;
    font-size: 54px;
    padding-left: 10px;
}

@media (max-width: 991px) {
    .pricing__grid-price--number {
        font-size: 42px;
    }
}

.pricing__grid-price--currency {
    position: absolute;
    font-style: normal;
    font-size: 18px;
    top: 10px;
    left: 0;
}

.pricing__grid-content {
    font-family: "Montserrat", sans-serif;
    text-align: left;
    display: inline-block;
    padding: 40px 0;
    margin: 0;
}

@media (max-width: 991px) {
    .pricing__grid-content {
        padding: 20px 0;
    }
}

.pricing__grid-content ul {
    margin: 0;
    padding: 0;
}

.pricing__grid-content ul li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

@media (max-width: 991px) {
    .pricing__grid-content ul li {
        margin: 0 0 5px 0;
    }
}

.pricing__grid-content ul li .fa {
    margin-right: 5px;
}

.pricing__grid-content ul li.included .fa {
    color: #4aa47b;
}

.pricing__grid-content ul li.unincluded .fa {
    color: #e24c43;
}

.pricing__grid-action {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: -30px;
}

@media (max-width: 991px) {
    .pricing__grid-action {
        margin-bottom: -20px;
    }
}

.pricing__grid-blue .pricing__grid-header {
    background-color: #1e5ee5;
    background-image: url("../../assets/images/pricing-bg-blue.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .pricing__grid-blue .pricing__grid-header {
        background-image: url("../../assets/images/pricing-bg-blue@2x.png");
    }
}

.pricing__grid-blue .pricing__grid-header-title {
    color: #fff;
}

.pricing__grid-blue .pricing__grid-header--icon {
    background: #fff;
    color: #1e5ee5;
}

.pricing__grid-blue .pricing__grid-price {
    color: #fff;
}

.pricing__grid-orange .pricing__grid-header {
    background-color: #f26822;
    background-image: url("../../assets/images/pricing-bg-orange.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .pricing__grid-orange .pricing__grid-header {
        background-image: url("../../assets/images/pricing-bg-orange@2x.png");
    }
}

.pricing__grid-orange .pricing__grid-header-title {
    color: #fff;
}

.pricing__grid-orange .pricing__grid-header--icon {
    background: #fff;
    color: #f26822;
}

.pricing__grid-orange .pricing__grid-price {
    color: #fff;
}

.pricing__grid-green .pricing__grid-header {
    background-color: #4aa47b;
    background-image: url("../../assets/images/pricing-bg-green.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .pricing__grid-green .pricing__grid-header {
        background-image: url("../../assets/images/pricing-bg-green@2x.png");
    }
}

.pricing__grid-green .pricing__grid-header-title {
    color: #fff;
}

.pricing__grid-green .pricing__grid-header--icon {
    background: #fff;
    color: #4aa47b;
}

.pricing__grid-green .pricing__grid-price {
    color: #fff;
}

.pricing__grid-yellow .pricing__grid-header {
    background-color: #f9d750;
    background-image: url("../../assets/images/pricing-bg-yellow.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .pricing__grid-yellow .pricing__grid-header {
        background-image: url("../../assets/images/pricing-bg-yellow@2x.png");
    }
}

.pricing__grid-yellow .pricing__grid-header-title {
    color: #fff;
}

.pricing__grid-yellow .pricing__grid-header--icon {
    background: #fff;
    color: #f9d750;
}

.pricing__grid-yellow .pricing__grid-price {
    color: #fff;
}

.pricing__grid-red .pricing__grid-header {
    background-color: #e24c43;
    background-image: url("../../assets/images/pricing-bg-red.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .pricing__grid-red .pricing__grid-header {
        background-image: url("../../assets/images/pricing-bg-red@2x.png");
    }
}

.pricing__grid-red .pricing__grid-header-title {
    color: #fff;
}

.pricing__grid-red .pricing__grid-header--icon {
    background: #fff;
    color: #e24c43;
}

.pricing__grid-red .pricing__grid-price {
    color: #fff;
}

.pricing__grid-purple .pricing__grid-header {
    background-color: #403595;
    background-image: url("../../assets/images/pricing-bg-purple.png");
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .pricing__grid-purple .pricing__grid-header {
        background-image: url("../../assets/images/pricing-bg-purple@2x.png");
    }
}

.pricing__grid-purple .pricing__grid-header-title {
    color: #fff;
}

.pricing__grid-purple .pricing__grid-header--icon {
    background: #fff;
    color: #403595;
}

.pricing__grid-purple .pricing__grid-price {
    color: #fff;
}

/* Pricing package */
.package {
    text-align: center;
}

.package__heading {
    display: inline-block;
    width: 252px;
    height: 162px;
    background: url("../../../dist/assets/images/package-head-bg.png") no-repeat center center;
    background-size: cover;
    font-size: 38px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .package__heading {
        margin-left: 0;
    }
}

.package__heading .fa {
    margin-top: 72px;
    margin-left: -10px;
}

.package__heading-green .fa {
    color: #4aa47b;
}

.package__heading-primary .fa {
    color: #1e5ee5;
}

.package__heading-red .fa {
    color: #e24c43;
}

.package__heading-yellow .fa {
    color: #f9d750;
}

.package__heading-purple .fa {
    color: #403595;
}

.package__heading-orange .fa {
    color: #f26822;
}

.package__content {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .package__content {
        margin-bottom: 10px;
    }
}

.package__content ul {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
}

.package__content ul li {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.package__content ul li .fa {
    margin-right: 5px;
}

.package__content ul li.included .fa {
    color: #4aa47b;
}

.package__content ul li.unincluded {
    color: #b7c3de;
}

.package__content ul li.unincluded .fa {
    color: #e24c43;
}

.package__action {
    display: block;
    margin-bottom: 20px;
}

/* Modal */
.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-content {
    border: none;
    border-radius: 0;
}

.modal-content .modal-body {
    padding: 30px;
}

.modal-content .modal-body .close:hover {
    color: #1e5ee5;
}

/* Tabs */
.tabs__navigation {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 6px 40px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 40px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .tabs__navigation {
        margin-bottom: 40px;
    }
}

.tabs__navigation-item {
    float: left;
}

@media (max-width: 991px) {
    .tabs__navigation-item {
        width: 100% !important;
    }
}

.tabs__navigation-item--link {
    font-family: "Montserrat", sans-serif;
    display: block;
    text-align: center;
    color: #2c2d2d;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    margin-bottom: 0;
    padding: 60px 20px;
}

@media (max-width: 991px) {
    .tabs__navigation-item--link {
        padding: 30px 10px;
    }
}

.tabs__navigation-item--link:hover {
    color: #2c2d2d;
    text-decoration: none;
}

.tabs__navigation-item--link:hover .tabs__navigation-item--icon {
    color: #4aa47b;
}

.tabs__navigation-item--link:focus {
    color: #1e5ee5;
    text-decoration: none;
}

.tabs__navigation-item--link.active {
    color: #2c2d2d;
    border-bottom: 3px solid #4aa47b;
}

@media (max-width: 991px) {
    .tabs__navigation-item--link.active {
        background: none;
        color: #2c2d2d;
        border-bottom: 3px solid transparent;
    }
}

.tabs__navigation-item--link.active .tabs__navigation-item--icon {
    color: #4aa47b;
}

@media (max-width: 991px) {
    .tabs__navigation-item--link.active .tabs__navigation-item--icon {
        color: #1e5ee5;
    }
}

.tabs__navigation-item--icon {
    font-family: "FontAwesome";
    margin-bottom: 10px;
    display: block;
    color: #1e5ee5;
}

@media (max-width: 991px) {
    .tabs__navigation-item--icon {
        margin-bottom: 0;
    }
}

.tabs__navigation .owl-nav .owl-prev {
    left: 20px;
}

.tabs__navigation .owl-nav .owl-prev.disabled {
    display: none;
}

.tabs__navigation .owl-nav .owl-next {
    left: auto;
    right: 20px;
}

.tabs__navigation .owl-nav .owl-next.disabled {
    display: none;
}

.tabs__content {
    float: left;
    width: 100%;
}

.blockquote {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .blockquote {
        margin-bottom: 10px;
    }
}

.blockquote blockquote {
    text-align: center;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .blockquote blockquote {
        padding: 0 15px;
    }
}

.blockquote blockquote::before, .blockquote blockquote::after {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    color: #1e5ee5;
    top: -10px;
    left: 0;
}

.blockquote blockquote::after {
    content: "\f10e";
    color: #4aa47b;
    top: auto;
    left: auto;
    right: 10px;
    bottom: -30px;
}

/* Testimoni */
.testimoni {
    display: block;
    position: relative;
}

.testimoni__card {
    position: relative;
    border: 1px solid #d7deee;
    background: #f1f5fd;
    padding: 40px 20px;
    padding-bottom: 98px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .testimoni__card {
        padding: 20px 10px;
        margin-bottom: 15px;
    }
}

.testimoni__card .blockquote {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .testimoni__card .blockquote {
        margin-bottom: 20px;
    }
}

.testimoni__card--author {
    position: absolute;
    width: 100%;
    border-top: 1px solid #d7deee;
    padding: 20px 20px 20px 94px;
    left: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .testimoni__card--author {
        position: relative;
        padding: 10px 10px 0 70px;
    }
}

.testimoni__card--author-avatar {
    position: absolute;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
    top: 20px;
    left: 20px;
}

@media (max-width: 991px) {
    .testimoni__card--author-avatar {
        width: 48px;
        height: 48px;
        top: 10px;
        left: 10px;
    }
}

.testimoni__card--author-avatar img {
    width: 100%;
    height: auto;
}

.testimoni__card--author-name {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .testimoni__card--author-name {
        margin-bottom: 2px;
    }
}

.testimoni blockquote {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    padding: 0 30px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .testimoni blockquote {
        margin-bottom: 20px;
        padding: 0 15px;
    }
}

.testimoni blockquote::before, .testimoni blockquote::after {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    color: #1e5ee5;
    top: 0;
    left: 0;
}

.testimoni blockquote::after {
    content: "\f10e";
    color: #4aa47b;
    top: 75%;
    left: auto;
    right: 10px;
}

.testimoni__author {
    font-family: "Montserrat", sans-serif;
}

.testimoni__avatar {
    display: inline-block;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #edf3ff;
}

@media (max-width: 991px) {
    .testimoni__avatar {
        width: 53px;
        height: 53px;
        border: 4px solid #edf3ff;
    }
}

.testimoni__avatar:hover {
    border-color: #1e5ee5;
}

.testimoni__avatar-image {
    width: 100%;
    height: auto;
}

/* Article */
.article__card {
    display: block;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    border: 1px solid #d7deee;
}

@media (max-width: 991px) {
    .article__card {
        margin-bottom: 5px;
    }
}

.article__card-label {
    font-family: "Montserrat Bold", sans-serif;
    display: block;
    margin-bottom: 10px;
    color: #2c2d2d;
}

@media (max-width: 991px) {
    .article__card-label {
        margin-bottom: 5px;
    }
}

.article__card-label:hover, .article__card-label:active, .article__card-label:focus {
    color: #0f44b2;
}

.article__card-title {
    margin-bottom: 0;
}

.article__card-title a {
    color: #2c2d2d;
}

.article__card-title a:hover, .article__card-title a:active, .article__card-title a:focus {
    color: #0f44b2;
}

.article__card-comment {
    font-family: "Montserrat Light", sans-serif;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #d7deee;
    margin-top: -5px;
}

@media (max-width: 991px) {
    .article__card-comment {
        margin-top: -10px;
    }
}

.article__card-comment:hover, .article__card-comment:active, .article__card-comment:focus {
    text-decoration: none;
    color: #1e5ee5;
}

.article__card-heading {
    position: relative;
    padding: 20px;
}

@media (max-width: 991px) {
    .article__card-heading {
        padding: 10px;
    }
}

.article__card-footer {
    position: relative;
    padding: 20px;
}

@media (max-width: 991px) {
    .article__card-footer {
        padding: 10px;
    }
}

.article__card-author {
    position: relative;
    display: block;
    padding-left: 55px;
}

.article__card-author .fa {
    display: none;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .article__card-author {
        padding-left: 40px;
        font-size: 12px;
        line-height: 16px;
    }

    .article__card-author strong {
        display: none;
    }

    .article__card-author .fa {
        display: inline-block;
    }
}

.article__card-author p {
    margin-bottom: 0;
}

.article__card-author a {
    color: #2c2d2d;
}

.article__card-author a:hover, .article__card-author a:active, .article__card-author a:focus {
    color: #0f44b2;
}

.article__card-avatar {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    left: 0;
    top: 5px;
}

@media (max-width: 991px) {
    .article__card-avatar {
        width: 30px !important;
        height: 30px !important;
        margin-top: -5px;
    }
}

.article__card-action {
    position: absolute;
    top: 30px;
    right: 20px;
}

@media (max-width: 991px) {
    .article__card-action {
        top: 15px;
        right: 10px;
    }
}

.article__card .btn-link:after {
    top: 1px;
}

.article__recent {
    position: relative;
    display: block;
}

.article__recent-content {
    position: absolute;
    background: #fff;
    width: 90%;
    right: 0;
    bottom: 0;
}

.article__recent-content .article__card-footer {
    border-top: 1px solid #d7deee;
}

.section__gray .article__card {
    border: none;
}

/* Owl Carousel */
.owl-active-nav {
    padding: 0 60px;
}

@media (max-width: 991px) {
    .owl-active-nav {
        padding: 0 40px;
    }
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -5px;
    z-index: 99999;
}

.owl-nav .owl-prev,
  .owl-nav .owl-next {
    position: absolute;
    display: block;
    width: 30px;
    height: 10px;
    left: -60px;
}

@media (max-width: 991px) {
    .owl-nav .owl-prev,
      .owl-nav .owl-next {
        left: -40px;
        width: 25px;
    }
}

.owl-nav .owl-prev:before,
    .owl-nav .owl-next:before {
    position: absolute;
    content: "\f177";
    font-family: "FontAwesome";
    font-size: 28px;
    line-height: 28px;
    top: -10px;
    left: -1px;
    color: #d7deee;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

@media (max-width: 991px) {
    .owl-nav .owl-prev:before,
        .owl-nav .owl-next:before {
        font-size: 24px;
        line-height: 24px;
        top: -8px;
    }
}

.owl-nav .owl-prev span,
    .owl-nav .owl-next span {
    display: none;
}

.owl-nav .owl-prev:hover:before,
    .owl-nav .owl-next:hover:before {
    color: #1e5ee5;
}

.owl-nav .owl-next {
    left: auto;
    right: -60px;
}

@media (max-width: 991px) {
    .owl-nav .owl-next {
        right: -40px;
    }
}

.owl-nav .owl-next:before {
    content: "\f178";
}

.owl-dots {
    position: relative;
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

.owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #bfcae2 !important;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 2px !important;
}

.owl-dots .owl-dot span {
    position: absolute;
    display: inline-block;
    background: #bfcae2 !important;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
}

.owl-dots .owl-dot:hover {
    border: 1px solid #1e5ee5 !important;
}

.owl-dots .owl-dot:hover span {
    background: #1e5ee5 !important;
}

.owl-dots .owl-dot.active {
    width: 16px;
    height: 16px;
    border: 1px solid #1e5ee5 !important;
    top: 2px !important;
}

.owl-dots .owl-dot.active span {
    background: #1e5ee5 !important;
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px;
}

.section__purple .owl-nav .owl-prev:hover:before,
.section__purple .owl-nav .owl-next:hover:before {
    color: #f26822;
}

.owl-active-nav {
    position: relative;
}

.owl-active-nav--left .owl-nav {
    position: absolute;
    width: 110px;
    display: block;
    top: -55px;
    left: auto;
    right: 80px;
    background: red;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .owl-active-nav--left .owl-nav {
        right: 40px;
    }
}

@media (max-width: 991px) {
    .owl-active-nav--left .owl-nav {
        right: 15px;
        width: 85px;
    }
}

.owl-active-nav--left .owl-nav .owl-prev,
    .owl-active-nav--left .owl-nav .owl-next {
    position: absolute;
    display: block;
    width: 50px;
    height: 32px;
    left: 0;
}

@media (max-width: 991px) {
    .owl-active-nav--left .owl-nav .owl-prev,
        .owl-active-nav--left .owl-nav .owl-next {
        width: 40px;
        height: 20px;
    }
}

.owl-active-nav--left .owl-nav .owl-prev:before,
      .owl-active-nav--left .owl-nav .owl-next:before {
    position: absolute;
    content: "\f177";
    font-family: "FontAwesome";
    font-size: 28px;
    line-height: 28px;
    top: 0;
    left: 0;
    color: #d7deee;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    border: 1px solid #d7deee;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .owl-active-nav--left .owl-nav .owl-prev:before,
          .owl-active-nav--left .owl-nav .owl-next:before {
        font-size: 18px;
        line-height: 18px;
    }
}

.owl-active-nav--left .owl-nav .owl-prev span,
      .owl-active-nav--left .owl-nav .owl-next span {
    display: none;
}

.owl-active-nav--left .owl-nav .owl-prev:hover:before,
      .owl-active-nav--left .owl-nav .owl-next:hover:before {
    color: #1e5ee5;
    border: 1px solid #1e5ee5;
}

.owl-active-nav--left .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-active-nav--left .owl-nav .owl-next:before {
    content: "\f178";
}

/* Clients */
.client {
    position: relative;
    display: block;
    text-align: center;
}

.client img {
    width: 145px !important;
    height: auto;
    margin: 0 auto;
}

.client_logo {
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.client_logo-hover {
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    opacity: 0;
    left: 50%;
    margin-left: -72.5px !important;
}

.client:hover .client_logo {
    opacity: 0;
}

.client:hover .client_logo-hover {
    opacity: 1;
}

/* Video */
.plyr__control--overlaid {
    background: #f26822;
    padding: 30px;
    -webkit-box-shadow: 0px 5px 28px -5px rgba(190, 151, 151, 0.5);
    box-shadow: 0px 5px 28px -5px rgba(190, 151, 151, 0.5);
}

@media (max-width: 991px) {
    .plyr__control--overlaid {
        padding: 15px;
    }
}

.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
    background: #c74e11;
    border: none;
    outline: 0;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true], .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #c74e11;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.plyr--video .plyr__controls {
    background: none;
}

.plyr--stopped .plyr__controls {
    opacity: 0;
}

.plyr--video {
    background: none !important;
}

.plyr__video-wrapper {
    background: none !important;
}

.plyr__poster {
    background-color: transparent !important;
    background-position: top center;
    background-size: cover;
}

.video__background {
    position: relative;
    display: block;
}

.video__background-wrapper {
    position: absolute;
    top: 5%;
    margin-top: 17px;
}

.video__background-image {
    width: 100%;
}

/* Features */
.features {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.features__card {
    -webkit-box-shadow: 0px 5px 30px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 30px 6px rgba(0, 0, 0, 0.06);
    padding: 40px 30px;
    border-radius: 10px;
}

.features__wrapper {
    position: relative;
    display: block;
}

.features__wrapper .item {
    padding: 30px 0;
}

@media (max-width: 991px) {
    .features__wrapper .item {
        padding: 30px 0 0 0;
    }
}

.features__wrapper:before, .features__wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    z-index: 9;
    background: white;
    background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

@media (max-width: 991px) {
    .features__wrapper:before, .features__wrapper:after {
        width: 100px;
    }
}

.features__wrapper:after {
    left: auto;
    right: 0;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.features__wrapper .owl-nav {
    z-index: 9999 !important;
}

.features__wrapper .owl-nav .owl-next {
    right: 0 !important;
}

.features__wrapper .owl-nav .owl-prev {
    left: 0 !important;
    z-index: 9999;
}

.innerpage__head {
    background: #edf3ff;
    color: #fff;
    padding: 80px 0 10px 0;
    margin-bottom: 40px;
    border-radius: 0;
    display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

@media (max-width: 991px) {
    .innerpage__head {
        padding: 72px 0 5px 0;
        margin-bottom: 20px;
    }
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}

.breadcrumb .breadcrumb-item a {
    color: #000;
}

.breadcrumb .breadcrumb-item i {
    margin-right: 5px;
}

.breadcrumb .breadcrumb-item.active {
    color: #000;
    opacity: 0.6;
}

.pagination {
    margin: 0;
}

.pagination li {
    text-align: center;
    margin-right: 5px;
}

.pagination li span {
    padding: 5px 10px;
}

.pagination li span.disebled, .pagination li span.disebled:hover, .pagination li span.disebled:focus, .pagination li span.disebled:active {
    cursor: default;
    background: #f1f5fd;
    color: #b7c3de;
}

.pagination li a {
    padding: 5px 15px;
    display: block;
    background: #d7deee;
}

.pagination li a:hover, .pagination li a:focus, .pagination li a:active, .pagination li a.active {
    text-decoration: none;
    background: #1e5ee5;
    color: #fff;
}

.pagination li a.disebled, .pagination li a.disebled:hover, .pagination li a.disebled:focus, .pagination li a.disebled:active {
    display: none;
}

.advertisement {
    display: block;
    text-align: center;
}

.advertisement__label {
    color: #b7c3de;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.hero__standout {
    position: relative;
}

.hero__standout .row {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .hero__standout .row {
        padding-left: 0;
        padding-right: 0;
    }
}

.hero__standout--headline {
    background: #fff;
    padding: 40px 30px;
    margin-top: -80px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .hero__standout--headline {
        margin-top: -20px;
        padding: 20px 15px;
    }
}

.hero__standout--content {
    padding: 40px 20px 0 20px;
}

@media (max-width: 991px) {
    .hero__standout--content {
        padding: 20px 10px 0 10px;
    }
}

.team__card {
    -webkit-box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .team__card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .team__card {
        margin-bottom: 20px;
    }
}

.team__card:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.team__card--join {
    display: table;
    width: 100%;
    border: 1px solid #d7deee;
    text-align: center;
    -webkit-box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.05);
}

.team__card--join-link {
    display: table-cell;
    vertical-align: middle;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .team__card--join-link {
        display: block;
        margin: 0;
        padding: 10px 20px;
    }
}

@media (max-width: 991px) {
    .team__card--join {
        border: 1px solid #1e5ee5;
    }
}

.team__thumbnail {
    overflow: hidden;
}

.team__thumbnail img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team__content {
    background: #fff;
    border: 1px solid #d7deee;
    border-top: none;
    padding: 20px 30px;
}

@media (max-width: 991px) {
    .team__content {
        padding: 10px 15px;
    }
}

.team__content--heading {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .team__content--heading {
        margin-bottom: 10px;
    }
}

.team__name {
    margin-bottom: 0;
}

.team__network {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
}

@media (max-width: 991px) {
    .team__network {
        margin: 0 0 10px 0;
    }
}

.team__network li {
    display: inline;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
}

@media (max-width: 991px) {
    .team__network li {
        margin: 0 5px 0 0;
    }
}

.team__network--link {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background: #d7deee;
    color: #2c2d2d;
    line-height: 32px;
}

.team__network--link:hover {
    background: #1e5ee5;
    color: #fff;
}

.notices__heading {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .notices__heading {
        margin-bottom: 30px;
    }
}

/*
Pages - blog,  about, contact, etc 
======================================================== */
.blog__listing {
    position: relative;
    display: block;
    border-bottom: 1px solid #d7deee;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .blog__listing {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.blog__listing-grid .article__card {
    margin-bottom: 30px;
}

.blog__listing-thumbnail {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__listing-thumbnail {
        margin-bottom: 10px;
    }
}

.blog__listing-title {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__listing-title {
        margin-bottom: 10px;
    }
}

.blog__listing-title a {
    color: #000;
}

.blog__listing-meta {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
}

@media (max-width: 991px) {
    .blog__listing-meta {
        margin: 0 0 10px 0;
    }
}

.blog__listing-meta li {
    list-style: none;
    display: inline;
    margin: 0 20px 0 0;
    padding: 0;
}

@media (max-width: 991px) {
    .blog__listing-meta li {
        margin: 0 10px 0 0;
    }
}

.blog__listing-meta li label {
    font-family: "Montserrat Bold", sans-serif;
    margin: 0 5px 0 0;
}

.blog__listing-meta li label i {
    margin-right: 5px;
}

.blog__listing-content {
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .blog__listing-content {
        margin-bottom: 15px;
    }
}

.blog__listing-content--text {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__listing-content--text {
        margin-bottom: 10px;
    }
}

.blog__listing-content--tags {
    display: block;
    margin: 0;
    padding: 0;
}

.blog__listing-content--tags li {
    list-style: none;
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
}

@media (max-width: 991px) {
    .blog__listing-content--tags li {
        margin: 0 1.25px 0 0;
    }
}

.blog__listing-content--tags li a {
    border-radius: 20px;
    background: #d7deee;
    color: #000;
    padding: 3px 15px;
}

@media (max-width: 991px) {
    .blog__listing-content--tags li a {
        padding: 2px 7.5px;
    }
}

.blog__listing-content--tags li a:hover, .blog__listing-content--tags li a:focus, .blog__listing-content--tags li a:active {
    text-decoration: none;
    background: #1e5ee5;
    color: #fff;
}

.blog__asside-image--thumbnail {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__asside-image--thumbnail {
        margin-bottom: 10px;
    }
}

.blog__single-post .blog__listing-content {
    margin-bottom: 0;
}

.blog__single-post .blog__listing-content--tags {
    margin-bottom: 0;
}

.blog__author {
    position: relative;
    background: #edf3ff;
    padding: 30px 30px 10px 130px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .blog__author {
        padding: 15px 15px 5px 80px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.blog__author--avatar {
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    top: 30px;
    left: 30px;
}

@media (max-width: 991px) {
    .blog__author--avatar {
        width: 50px;
        height: 50px;
        top: 15px;
        left: 15px;
    }
}

.blog__author--content-title a {
    color: #000;
}

.blog__author--content-title a:hover {
    color: #1e5ee5;
}

.blog__author--network {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__author--network {
        margin-bottom: 10px;
    }
}

.blog__author--network a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #c4d0e8;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin-right: 5px;
}

.blog__related-read {
    position: relative;
    display: block;
    border-bottom: 1px solid #d7deee;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .blog__related-read {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

.blog__related-read .article__card {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__related-read .article__card {
        margin-bottom: 10px;
    }
}

.blog__comments--media {
    position: relative;
    border: 1px solid #d7deee;
    padding: 30px 30px 10px 100px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .blog__comments--media {
        padding: 15px 15px 5px 70px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.blog__comments--media .blog__comments--media {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__comments--media .blog__comments--media {
        padding-bottom: 10px;
        margin-top: 5px;
        margin-bottom: 0;
    }
}

.blog__comments--avatar {
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    top: 30px;
    left: 30px;
}

@media (max-width: 991px) {
    .blog__comments--avatar {
        width: 40px;
        height: 40px;
        top: 15px;
        left: 15px;
    }
}

.blog__comments--content {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__comments--content {
        margin-bottom: 10px;
    }
}

.blog__comments--content-title {
    position: relative;
}

.blog__comments--content-title a {
    color: #000;
}

.blog__comments--content-title a:hover {
    color: #1e5ee5;
}

.blog__comments--content-title--label {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    background: #d7deee;
    padding: 4px 15px;
    border-radius: 20px;
}

.contact__aside {
    background: #f4f7fc;
    height: 100%;
    text-align: right;
    padding: 60px;
}

@media (max-width: 991px) {
    .contact__aside {
        text-align: left;
        padding: 30px 30px 20px 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        height: auto;
    }
}

.contact__aside--content {
    position: relative;
    z-index: 2;
}

.contact__aside--widget {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .contact__aside--widget {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.contact__aside--widget p {
    margin: 0;
}

.contact__aside--widget::after {
    content: '';
    position: absolute;
    background: #000;
    display: inline-block;
    width: 80px;
    height: 1px;
    border-radius: 3px;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .contact__aside--widget::after {
        right: auto;
        left: 0;
    }
}

.contact__aside--widget-title {
    position: relative;
    padding-right: 25px;
}

@media (max-width: 991px) {
    .contact__aside--widget-title {
        padding-right: 0;
        padding-left: 25px;
    }
}

.contact__aside--widget-title .fa {
    position: absolute;
    right: 0;
    top: 3px;
}

@media (max-width: 991px) {
    .contact__aside--widget-title .fa {
        right: auto;
        left: 0;
    }
}

.contact__main {
    padding: 60px 30px;
}

@media (max-width: 991px) {
    .contact__main {
        padding: 30px 0 0 0;
    }
}

.career__wrapper {
    position: relative;
    border-bottom: 1px solid #d7deee;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .career__wrapper {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

.career__wrapper:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.career__label {
    font-family: "Montserrat Bold", sans-serif;
}

.career__list {
    margin: 0 0 20px 15px;
    padding: 0;
}

@media (max-width: 991px) {
    .career__list {
        margin: 0 0 10px 15px;
    }
}

.career__content {
    padding-left: 60px;
}

@media (max-width: 991px) {
    .career__content {
        padding-left: 0;
    }
}

.gallery__filter {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .gallery__filter {
        margin-bottom: 15px;
    }
}

.gallery__filter--list {
    display: block;
    margin: 0;
    padding: 0;
}

.gallery__filter--list li {
    display: inline-block;
    list-style: none;
}

.gallery__filter--list li.active .gallery__filter--list-link {
    background: #403595;
    color: #fff;
}

.gallery__filter--list-link {
    background: #d7deee;
    border: none;
    display: inline-block;
    color: #000;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery__filter--list-link:hover, .gallery__filter--list-link:active, .gallery__filter--list-link:focus {
    background: #403595;
    color: #fff;
}

.gallery__item {
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .gallery__item {
        margin-bottom: 20px;
    }
}

.gallery__item--image {
    position: relative;
    display: block;
    padding-top: 70%;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .gallery__item--image {
        margin-bottom: 10px;
    }
}

.gallery__item--image--background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

@media (max-width: 991px) {
    .gallery__item--image--background {
        margin-bottom: 10px;
    }
}

.gallery__item--image--overlay {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: normal;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 4;
}

.gallery__item--image--overlay.show {
    opacity: 1;
}

.gallery__item--image--overlay i {
    display: table-cell;
    vertical-align: middle;
}

.gallery__item--image:hover .gallery__item--image--background {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.gallery__item--desc {
    position: relative;
}

.gallery__item--desc--title {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .gallery__item--desc--title {
        margin-bottom: 10px;
    }
}

.gallery__item--desc--title a {
    color: #000;
}

.gallery__item--desc--author {
    position: relative;
    padding-left: 50px;
    padding-right: 100px;
}

.gallery__item--desc--author p {
    margin-bottom: 5px;
    line-height: 14px;
}

.gallery__item--desc--author a {
    color: #000;
}

.gallery__item--desc--author span {
    font-size: 12px;
    line-height: 12px;
}

.gallery__item--desc--author-avatar {
    position: absolute;
    width: 37px;
    height: 37px;
    left: 0;
    top: 2px;
}

.gallery__item--action {
    position: absolute;
    font-size: 20px;
    line-height: normal;
    right: 0;
    bottom: 13px;
}

.gallery__item--action--link {
    color: #b7c3de;
    margin-left: 10px;
}

/*
Demo - demo style
======================================================== */
.demo__masthead {
    display: table;
    position: relative;
    background-image: url("../../assets/images/demo-masthead-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    text-align: center;
    color: #fff;
    min-height: 95vh;
    width: 100%;
    padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .demo__masthead {
        min-height: 50vh;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .demo__masthead {
        min-height: 85vh;
        padding-bottom: 40px;
    }
}

.demo__masthead--content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.demo__title {
    color: #fff;
}

.demo__description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .demo__description {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 40px;
    }
}

.demo__action a {
    margin: 0 10px;
}

.demo__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 15px 0;
    background: #624ada;
    background: -webkit-gradient(left top, right top, color-stop(0%, #624ada), color-stop(100%, #654be5));
    background: -webkit-gradient(linear, left top, right top, from(#624ada), to(#654be5));
    background: linear-gradient(to right, #624ada 0%, #654be5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#624ada', endColorstr='#654be5', GradientType=1 );
    z-index: 5;
}

.demo__header--action {
    float: right;
}

.demo__section {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .demo__section {
        padding: 40px 0;
    }
}

.demo__column {
    padding-top: 40px;
}

@media (max-width: 991px) {
    .demo__column {
        padding-top: 20px;
    }
}

.demo__card {
    text-align: center;
    -webkit-box-shadow: 0px 14px 20px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 20px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
}

.demo__card:hover {
    margin-top: -20px;
}

.demo__card--thumbnail {
    display: block;
    width: 100%;
}

.demo__card--thumbnail .img-fluid {
    width: 100%;
}

.demo__card--content {
    padding: 30px 30px 60px 30px;
}

@media (max-width: 991px) {
    .demo__card--content {
        padding: 15px 15px 30px 15px;
    }
}

.demo__card--title a {
    color: #000;
}

.demo__card--button {
    display: inline-block;
    border: 1px solid #f0f0f0;
    color: #000;
    padding: 10px 30px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 14px 20px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 20px 2px rgba(0, 0, 0, 0.1);
}

.demo__card--button:hover, .demo__card--button:active, .demo__card--button:focus {
    color: #000;
    text-decoration: none;
    font-family: "Montserrat Bold", sans-serif;
}

.demo__card--blank {
    display: table;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 0px2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .demo__card--blank {
        border-radius: 60px;
        height: 60px;
        margin-top: 20px;
    }
}

.demo__card--blank:hover {
    margin-top: -20px;
}

.demo__card--blank-link {
    display: table-cell;
    vertical-align: middle;
    font-family: "Montserrat Bold", sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 24px;
}

.demo__card--blank-link:hover, .demo__card--blank-link:active, .demo__card--blank-link:focus {
    color: #000;
}

.demo__footer {
    color: #fff;
    padding: 15px 0;
    background: #624ada;
    background: -webkit-gradient(left top, right top, color-stop(0%, #624ada), color-stop(100%, #654be5));
    background: -webkit-gradient(linear, left top, right top, from(#624ada), to(#654be5));
    background: linear-gradient(to right, #624ada 0%, #654be5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#624ada', endColorstr='#654be5', GradientType=1 );
    z-index: 5;
    text-align: center;
}

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

.demo__footer a:hover, .demo__footer a:active, .demo__footer a:focus {
    color: #fff;
}

.demo__footer p {
    margin: 0;
}

/*
HELPER - helper style
======================================================== */
/* Helper */
.p0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pt-20 {
    padding-top: 20px;
}

@media (max-width: 991px) {
    .pt-20 {
        padding-top: 10px;
    }
}

.pt-30 {
    padding-top: 30px;
}

@media (max-width: 991px) {
    .pt-30 {
        padding-top: 15px;
    }
}

.pt-40 {
    padding-top: 40px;
}

@media (max-width: 991px) {
    .pt-40 {
        padding-top: 20px;
    }
}

.pb-0 {
    padding-bottom: 0;
}

.pb-20 {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .pb-20 {
        padding-bottom: 10px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .pb-40 {
        padding-bottom: 20px;
    }
}

.pb-50 {
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .pb-50 {
        padding-bottom: 25px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .pb-80 {
        padding-bottom: 40px;
    }
}

.mt-20 {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .mt-20 {
        margin-top: 10px;
    }
}

.mt-30 {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .mt-30 {
        margin-top: 15px;
    }
}

.mt-40 {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .mt-40 {
        margin-top: 20px;
    }
}

.mt-60 {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .mt-60 {
        margin-top: 30px;
    }
}

.mt-80 {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .mt-80 {
        margin-top: 40px;
    }
}

.mt-90 {
    margin-top: 90px;
}

@media (max-width: 991px) {
    .mt-90 {
        margin-top: 45px;
    }
}

.mt-100 {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .mt-100 {
        margin-top: 50px;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .mb-10 {
        margin-bottom: 5px;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .mb-20 {
        margin-bottom: 10px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .mb-30 {
        margin-bottom: 15px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

.mr-10 {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .mr-10 {
        margin-right: 5px;
    }
}

.ml-10 {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .ml-10 {
        margin-left: 5px;
    }
}

.offset-top-160 {
    margin-top: -160px;
}

@media (max-width: 991px) {
    .offset-top-160 {
        margin-top: -80px;
    }
}

.offset-bottom-80 {
    margin-bottom: -80px;
}

@media (max-width: 991px) {
    .offset-bottom-80 {
        margin-bottom: -40px;
    }
}

@media (max-width: 991px) {
    .sm-clear-pt {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .sm-mb-clear {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .sm-text-center {
        text-align: center;
    }
}

.z-index {
    z-index: 9;
}
