/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("../fonts/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;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*===========================================================================
  Owl-Carosel
  ===========================================================================*/
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/*============================================================================*/

/* ==========================================================================
   Tab-Accordian
   ========================================================================== */
body {
}
ul.resp-tabs-list {
    margin: 0;
    padding: 0;
}
.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}
.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    display: none;
}
.resp-tab-content {
    display: none;
    padding: 15px;
}
.resp-tab-active {
    border: 1px solid #5ab1d0;
    margin-bottom: -1px;
    padding: 12px 14px 14px;
    border-top: 4px solid #5ab1d0;
    border-bottom: none;
    background-color: #fff;
}
.resp-accordion-active,
.resp-content-active {
    display: block;
}
.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5ab1d0;
}
h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px;
}
h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1;
    margin-bottom: 0;
    padding: 10px 15px;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1;
    background: #00f;
}
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}
.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}
.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px;
    padding: 14px 15px 15px 14px;
    border: 1px solid #5ab1d0;
    border-left: 4px solid #5ab1d0;
    margin-bottom: 4px;
    border-right: 1px #fff solid;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797;
}
h2.resp-tab-active {
    background: #dbdbdb;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}
.resp-jfit {
    width: 100%;
    margin: 0;
}
.resp-tab-content-active {
    display: block;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}
@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-accordion-closed {
        display: none;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1;
    }
}
/* ==========================================================================*/

/* ==========================================================================
   Fancybox 4
   ========================================================================== */
.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel {
    position: relative;
    box-sizing: border-box;
}
.carousel *,
.carousel *:before,
.carousel *:after {
    box-sizing: inherit;
}
.carousel.is-draggable {
    cursor: move;
    cursor: grab;
}
.carousel.is-dragging {
    cursor: move;
    cursor: grabbing;
}
.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.carousel__track {
    display: flex;
}
.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}
.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none;
}
.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: 0.25;
    transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1;
}
.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity 0.15s ease;
}
.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel__button.is-prev {
    left: 10px;
}
.carousel__button.is-next {
    right: 10px;
}
.carousel__button[disabled] {
    cursor: default;
    opacity: 0.3;
}
.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none;
}
html.with-fancybox {
    scroll-behavior: auto;
}
body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none;
}
.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px)
        env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit;
}
.fancybox__container :focus {
    outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff,
        0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px;
    }
}
.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}
.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
}
.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
}
.fancybox__track {
    display: flex;
    height: 100%;
}
.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
}
.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}
@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px;
    }
}
.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none;
}
.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
    visibility: hidden;
}
.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
    z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
    right: 8px;
}
@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }
}
.fancybox__nav .carousel__button.is-prev {
    left: 8px;
}
@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }
}
.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40;
}
@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px;
    }
}
.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff);
}
.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none;
}
.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}
.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor;
}
@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"]
    .carousel__button.is-close {
    animation: 0.15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
    animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
    animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
    animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
    animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
    animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
    animation: 0.15s ease both fancybox-throwOutDown;
}
@keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing;
}
.fancybox__image {
    transform-origin: 0 0;
    touch-action: none;
    user-select: none;
    transition: none;
}
.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px;
}
.is-closing .has-image .fancybox__content {
    overflow: visible;
}
.has-image[data-image-fit="contain"] {
    overflow: visible;
    touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap;
}
.has-image[data-image-fit="contain"] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
    overflow-x: hidden;
    overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
    min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
    max-width: 100%;
    height: auto;
}
.has-image[data-image-fit="cover"] {
    overflow: visible;
    touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
    width: 100%;
    height: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
}
.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}
.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    opacity: 0;
    transition: opacity 0.15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    user-select: none;
}
.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.006) 8.1%,
        rgba(0, 0, 0, 0.021) 15.5%,
        rgba(0, 0, 0, 0.046) 22.5%,
        rgba(0, 0, 0, 0.077) 29%,
        rgba(0, 0, 0, 0.114) 35.3%,
        rgba(0, 0, 0, 0.155) 41.2%,
        rgba(0, 0, 0, 0.198) 47.1%,
        rgba(0, 0, 0, 0.242) 52.9%,
        rgba(0, 0, 0, 0.285) 58.8%,
        rgba(0, 0, 0, 0.326) 64.7%,
        rgba(0, 0, 0, 0.363) 71%,
        rgba(0, 0, 0, 0.394) 77.5%,
        rgba(0, 0, 0, 0.419) 84.5%,
        rgba(0, 0, 0, 0.434) 91.9%,
        rgba(0, 0, 0, 0.44) 100%
    );
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(
        --fancybox-toolbar-text-shadow,
        1px 1px 1px rgba(0, 0, 0, 0.4)
    );
}
@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px;
    }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}
.fancybox__toolbar__items {
    display: flex;
}
.fancybox__toolbar__items--left {
    margin-right: auto;
}
.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
    margin-left: auto;
}
@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}
.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none;
}
.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
    display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}
/* ========================================================================== */

/* ==========================================================================
   Nice Selector
   ========================================================================== */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
/* ========================================================================== */

/*===========================================================================
Datepicker v1.0.7
===========================================================================*/
/*!
* Datepicker v1.0.7
* https://fengyuanchen.github.io/datepicker
*
* Copyright 2014-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2019-02-19T12:18:01.828Z
*/
.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1;
}
.datepicker-container:after,
.datepicker-container:before {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.datepicker-dropdown {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1;
}
.datepicker-inline {
    position: static;
}
.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #39f;
}
.datepicker-top-left:after,
.datepicker-top-left:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
    border-top: 0;
    left: 10px;
    top: -5px;
}
.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: #39f;
}
.datepicker-top-left:after,
.datepicker-top-right:after {
    border-bottom-color: #fff;
    top: -4px;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
    border-bottom-color: #39f;
}
.datepicker-bottom-left:after,
.datepicker-bottom-left:before,
.datepicker-bottom-right:after,
.datepicker-bottom-right:before {
    border-bottom: 0;
    bottom: -5px;
    left: 10px;
}
.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
    border-top-color: #39f;
}
.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
    border-top-color: #fff;
    bottom: -4px;
}
.datepicker-bottom-right:after,
.datepicker-bottom-right:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
    left: auto;
    right: 10px;
}
.datepicker-panel > ul {
    margin: 0;
    padding: 0;
    width: 102%;
}
.datepicker-panel > ul:after,
.datepicker-panel > ul:before {
    content: " ";
    display: table;
}
.datepicker-panel > ul:after {
    clear: both;
}
.datepicker-panel > ul > li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
}
.datepicker-panel > ul > li:hover {
    background-color: #e5f2ff;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
    color: #999;
}
.datepicker-panel > ul > li.highlighted {
    background-color: #e5f2ff;
}
.datepicker-panel > ul > li.highlighted:hover {
    background-color: #cce5ff;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
    color: #39f;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
    background-color: #e5f2ff;
}
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="next"] {
    font-size: 18px;
}
.datepicker-panel > ul > li[data-view="month current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="years current"] {
    width: 150px;
}
.datepicker-panel > ul[data-view="months"] > li,
.datepicker-panel > ul[data-view="years"] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px;
}
.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
    background-color: #fff;
    cursor: default;
}
.datepicker-hide {
    display: none;
}
/*============================================================================*/

/* ==========================================================================
   icomoonf
   ========================================================================== */
@import url("https://p.typekit.net/p.css?s=1&k=ncd2vgl&ht=tk&f=26961.26962.26963.26964.26965.26966.26967.26968.26969.26970.26971.26972.26973.26974&a=20994192&app=typekit&e=css");

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/100311/00000000000000007735b568/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/100311/00000000000000007735b568/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3")
            format("woff"),
        url("https://use.typekit.net/af/100311/00000000000000007735b568/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/572cf2/00000000000000007735b56c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/572cf2/00000000000000007735b56c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3")
            format("woff"),
        url("https://use.typekit.net/af/572cf2/00000000000000007735b56c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/2a735d/00000000000000007735b56f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/2a735d/00000000000000007735b56f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
            format("woff"),
        url("https://use.typekit.net/af/2a735d/00000000000000007735b56f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/10de34/00000000000000007735b571/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/10de34/00000000000000007735b571/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3")
            format("woff"),
        url("https://use.typekit.net/af/10de34/00000000000000007735b571/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/17af94/00000000000000007735b575/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/17af94/00000000000000007735b575/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
            format("woff"),
        url("https://use.typekit.net/af/17af94/00000000000000007735b575/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/6a3e44/00000000000000007735b578/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/6a3e44/00000000000000007735b578/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
            format("woff"),
        url("https://use.typekit.net/af/6a3e44/00000000000000007735b578/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/a2eb5e/00000000000000007735b57b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/a2eb5e/00000000000000007735b57b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3")
            format("woff"),
        url("https://use.typekit.net/af/a2eb5e/00000000000000007735b57b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/ba24c0/00000000000000007735b57f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/ba24c0/00000000000000007735b57f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
            format("woff"),
        url("https://use.typekit.net/af/ba24c0/00000000000000007735b57f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/a371b0/00000000000000007735b588/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/a371b0/00000000000000007735b588/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
            format("woff"),
        url("https://use.typekit.net/af/a371b0/00000000000000007735b588/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/37c75f/00000000000000007735b583/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/37c75f/00000000000000007735b583/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
            format("woff"),
        url("https://use.typekit.net/af/37c75f/00000000000000007735b583/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/ca52db/00000000000000007735b586/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/ca52db/00000000000000007735b586/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3")
            format("woff"),
        url("https://use.typekit.net/af/ca52db/00000000000000007735b586/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/f12709/00000000000000007735b58a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/f12709/00000000000000007735b58a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3")
            format("woff"),
        url("https://use.typekit.net/af/f12709/00000000000000007735b58a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/3a8e02/00000000000000007735b58c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/3a8e02/00000000000000007735b58c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3")
            format("woff"),
        url("https://use.typekit.net/af/3a8e02/00000000000000007735b58c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: "objektiv-mk1";
    src: url("https://use.typekit.net/af/47e90a/00000000000000007735b58f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/47e90a/00000000000000007735b58f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3")
            format("woff"),
        url("https://use.typekit.net/af/47e90a/00000000000000007735b58f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 900;
}

.tk-objektiv-mk1 {
    font-family: "objektiv-mk1", sans-serif;
}
/*============================================================================*/

/* ==========================================================================
   icomoonf
   ========================================================================== */
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icon-fonts/icomoon.eot?u1xduw");
    src: url("../fonts/icon-fonts/icomoon.eot?u1xduw#iefix")
            format("embedded-opentype"),
        url("../fonts/icon-fonts/icomoon.ttf?u1xduw") format("truetype"),
        url("../fonts/icon-fonts/icomoon.woff?u1xduw") format("woff"),
        url("../fonts/icon-fonts/icomoon.svg?u1xduw#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon-1:before {
    content: "\e900";
}
.icon-icon-2:before {
    content: "\e901";
}
.icon-icon-3:before {
    content: "\e902";
}
.icon-icon-4:before {
    content: "\e903";
}
.icon-icon-5:before {
    content: "\e904";
}
.icon-icon-6:before {
    content: "\e905";
}
.icon-icon-7:before {
    content: "\e906";
}
.icon-icon-8:before {
    content: "\e907";
}
.icon-icon-9:before {
    content: "\e908";
}
.icon-icon-10:before {
    content: "\e909";
}
.icon-icon-11:before {
    content: "\e90a";
}
.icon-icon-12:before {
    content: "\e90b";
}
.icon-icon-13:before {
    content: "\e90c";
}
.icon-icon-14:before {
    content: "\e90d";
}
.icon-icon-15:before {
    content: "\e90e";
}
.icon-icon-16:before {
    content: "\e90f";
}
.icon-icon-17:before {
    content: "\e910";
}
.icon-icon-18:before {
    content: "\e911";
}
.icon-icon-19:before {
    content: "\e912";
}
.icon-icon-20:before {
    content: "\e913";
}
.icon-icon-21:before {
    content: "\e914";
}
.icon-icon-22:before {
    content: "\e915";
}
.icon-icon-23:before {
    content: "\e916";
}
.icon-icon-24:before {
    content: "\e917";
}
.icon-icon-25:before {
    content: "\e918";
}
/* ========================================================================== */

/* ==========================================================================
   Css reset begin
   ========================================================================== */
* {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #6d6e72;
    position: relative;
    font-display: auto;
    font-style: normal;
    font-family: "objektiv-mk1";
}
::selection {
    background: #103e91; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #103e91; /* Firefox */
    color: #fff;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: none;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    color: #0a2540;
    font-weight: 500;
}
h2 {
    font-size: 60px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 28px;
}
a {
    color: #018aff;
    text-decoration: none;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}
a:hover {
    text-decoration: none;
    color: #3ba4ff;
}
label {
    font-weight: normal;
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: #6d6e72;
    margin: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 15px;
}
ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
focus {
    outline: none;
}
/* ==========================================================================
   Css reset begin
   ========================================================================== */

/*========================== Commen styles ========================*/
.set__as--bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
span.make__bg {
    display: none;
}

.primary__btn {
    display: inline-block;
    background: #e0a820;
    color: #ffffff;
    font-size: 18px;
    padding: 20px 70px 19px 30px;
    font-weight: 700;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.primary__btn::after {
    content: "\e904";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    right: 32px;
    top: 19px;
    font-size: 12px;
}
.primary__btn:hover {
    background: #ffcb51;
    color: #fff;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.secondary__btn {
    display: inline-block;
    background: #76b828;
    color: #ffffff;
    font-size: 14px;
    padding: 16px 40px;
    border-radius: 4px;
    text-align: center;
}
.secondary__btn:hover {
    background: #a9ee59;
    color: #ffffff;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.commen__link {
    display: inline-block;
    color: #79b450;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    margin-right: 20px;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.commen__link::after {
    content: "\e904";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    right: -20px;
}
.commen__link:hover {
    color: #9ed676;
    text-decoration: underline;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.commen__head {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    max-width: 1010px;
    margin: auto;
}
.commen__head h3 {
    color: #021015;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}
.commen__head p {
    color: #273337;
    font-size: 16px;
    line-height: 28px;
}
/*========================== Commen styles ========================*/

.header {
    display: block;
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.header__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.logo {
    display: inline-block;
    position: relative;
    padding: 13px 0;
}
.header__right {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header__search__language--signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header__search {
    display: block;
    margin-right: 9px;
}
.header__search--btn {
    display: block;
    padding: 10px 20px;
    color: #79b450;
    font-size: 20px;
    line-height: 14px;
    position: relative;
    border: 2px solid transparent;
}
.header__search--btn:hover {
    color: #548a2e;
}
.header__search--btn.active {
    background: #eaf1f2;
    box-shadow: 0 4px 18px 0 #0000001e;
    border-color: #ffffff;
}
.header__search--btn.active:before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    margin: auto;
    background: #eaf1f2;
    z-index: 5;
}
.header__search--box {
    display: block;
    width: 615px;
    padding: 24px 30px;
    border: 2px solid #ffffff;
    position: absolute;
    right: 0;
    top: 43px;
    background: #eaf1f2;
    box-shadow: 0 4px 18px 0 #00000011;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.header__search--box.open {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.header__search--input {
    border: none;
}
.header__search--input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #95a08d;
    font-size: 14px;
}
.header__search--input::-moz-placeholder {
    /* Firefox 19+ */
    color: #95a08d;
    font-size: 14px;
}
.header__search--input:-ms-input-placeholder {
    /* IE 10+ */
    color: #95a08d;
    font-size: 14px;
}
.header__search--input:-moz-placeholder {
    /* Firefox 18- */
    color: #95a08d;
    font-size: 14px;
}
.header__search--box .icon {
    display: inline-block;
    position: absolute;
    left: 48px;
    top: 40px;
    color: #c7d5be;
    font-size: 19px;
}
.header__search--btn.active {
    background: #eaf1f2;
}

.header__language {
    display: block;
    width: 124px;
    position: relative;
}
.header__language--link {
    display: block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #cdd5c7;
    font-size: 12px;
    color: #5b6454;
    position: relative;
}
.header__language--link:hover {
    color: #5b6454;
}
.header__language--link .flag__icon {
    display: inline-block;
    margin-right: 9px;
}
.header__language--link::after {
    content: "\e901";
    font-family: "icomoon";
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 13px;
    color: #a8b0a2;
    top: 10px;
    line-height: 14px;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.header__language--link.active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 8px;
}
.language__dropdown {
    display: block;
    border-radius: 3px;
    border: 1px solid #cdd5c7;
    position: absolute;
    right: 0;
    top: 35px;
    width: 100%;
    background: #ffffff;
    max-height: 108px;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.language__dropdown li {
    display: block;
}
.language__dropdown li a {
    display: block;
    padding: 5px;
    padding-left: 40px;
    font-size: 12px;
    color: #5b6454;
    position: relative;
}
.language__dropdown li a .flag__icon {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 3px;
}
.language__dropdown li a:hover {
    background: #eef1eb;
}
.language__dropdown.open {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header__signup {
    display: block;
    margin-left: 28px;
}
.header__signup .header__signup--btn {
    background: #79b450;
    color: #ffffff;
    padding: 9px 28px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
}
.header__signup .header__signup--btn:hover {
    background: #9cd871;
    color: #ffffff;
}
.user__logged--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 30px 7px 15px;
    border-radius: 3px;
    border: 1px solid #cdd5c7;
    font-size: 12px;
    color: #5b6454;
    position: relative;
    max-width: 170px;
    line-height: 16px;
}
.user__logged--btn:hover,
.user__logged--btn.active {
    background: #79b450;
    color: #ffffff;
}
.user__logged--btn .bi-person-circle {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}
.user__logged--btn::after {
    content: "\e901";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 8px;
    font-size: 10px;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}
.user__logged--btn.active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header__signup > li {
    display: block;
    position: relative;
}

.user__account {
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
    padding: 10px 15px;
    background: #ffffff;
    box-shadow: 0 0 8px 0 #0000001a;
    width: 170px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.user__account li {
    display: block;
    border-top: 1px solid #eef1eb;
}
.user__account li:first-child {
    border-top: none;
}
.user__account li a {
    display: block;
    font-size: 14px;
    color: #5b6454;
    padding: 4px 0;
}
.user__account li a i {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
}
.user__account li a:hover {
    color: #79b450;
}
.user__account.open {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* ==========================================================================
   Menu with dropdown menu begin 27-01-2021
   ========================================================================== */
.main-menu {
    display: flex;
    align-items: center;
}
.main-menu > ul {
    display: block;
    padding: 16px 0;
}
.main-menu > ul > li {
    display: inline-block;
}
/* .main-menu > ul > li.dropdown > a:after { content: ""; width: 0; height: 0; display: block; border: 4px solid #90dac1; border-color: #90dac1 transparent transparent transparent; position: absolute; right: 8px; top: 20px;} */
.main-menu > ul > li > a {
    color: #112702;
    display: block;
    font-size: 16px;
    padding: 11px 22px;
    position: relative;
    line-height: 20px;
    font-weight: 700;
    border: 2px solid transparent;
    z-index: 9;
}
.main-menu > ul > li.drp:hover > a:before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    margin: auto;
    background: #eaf1f2;
    z-index: 9;
}
.main-menu > ul > li:hover > a,
.main-menu > ul > li.active > a {
    background: #eaf1f2;
    color: #28776c;
    border-color: #ffffff;
    box-shadow: 0 -4px 12px 0 #0000001e;
}

.main-menu > ul > li > ul {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    background-color: #eaf1f2;
    width: 220px;
    font-weight: 400;
    z-index: 10;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 18px 0 #0000001e;
}
.main-menu > ul > li > ul > li {
    display: block;
    border-top: 1px solid #ffffff;
}
.main-menu > ul > li > ul > li:first-child {
    border-top: none;
}
.main-menu > ul > li > ul > li > a {
    display: block;
    color: #72888b;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    text-align: left;
}
.main-menu > ul > li > ul > li > a:hover {
    background: #ffffff;
    color: #79b450 !important;
}
.main-menu > ul > li:nth-child(4) > ul {
    left: inherit;
    right: 0px;
}
.main-menu > ul > li > ul.normal-sub-menu {
    width: 250px;
}

/* Menu Second Level  */
.main-menu > ul > li > ul > li {
    position: relative;
    display: block;
}
.main-menu > ul > li > ul > li > a.hoverClass {
    color: #fff;
}
.main-menu > ul > li > ul > li.dropdown > a:after {
    content: "\f107";
    position: absolute;
    top: 8px;
    right: 15px;
    font-family: "FontAwesome";
    transition: all ease 0.2s;
}
.main-menu > ul > li > ul > li.dropdown > a.hoverClass:after {
    color: #fff;
    transform: rotate(-90deg);
}
.main-menu > ul > li > ul > li > ul {
    display: block;
    transition: all ease 0.2s;
    position: absolute;
    top: 0px;
    left: 220px;
    background-color: #454546;
    width: 200px;
    font-weight: 400;
    opacity: 0;
}
.main-menu > ul > li > ul > li > ul.pull-ul {
    right: 200px;
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
}
.main-menu > ul > li > ul > li > ul > li {
    display: block;
    border-top: 1px solid #615f5f;
}
.main-menu > ul > li > ul > li > ul > li:first-child {
    border-top: none;
}
.main-menu > ul > li > ul > li ul > li > a {
    display: block;
    color: #a6a6ac;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    text-align: left;
}
.main-menu > ul > li > ul > li ul > li > a:hover {
    color: #fff;
}

.second-menu {
    display: block;
}
.second-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.second-menu > ul > li {
    display: inline-block;
}
.second-menu > ul > li > a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    line-height: 20px;
    font-weight: 700;
}
.second-menu > ul > li:hover a,
.second-menu > ul > li.active a {
    color: #ff5168;
}
.second-menu > ul > li > a svg path {
    transition: all ease-out 0.3s;
    fill: #ffffff;
}
.second-menu > ul > li:hover a svg path,
.second-menu > ul > li.active a svg path {
    fill: #ff5168;
}

/*======================================== Menu Style End =======================================*/
.mobile-menu ul.menu-list {
    padding: 15px 0;
}
.mobile-menu ul.menu-list > li > a:hover {
    background: #79b450;
    color: #fff;
}
.mobile-menu ul.menu-list > li > ul {
    display: none;
    margin-left: 0;
    padding: 10px 0;
    background: #2b2a2a;
}
.mobile-menu ul.menu-list > li a.open,
.mobile-menu ul.menu-list > li > ul > li a:hover {
    background: #79b450;
    color: #fff;
}
.mobile-menu ul.menu-list > li > ul > li a {
    color: #fff;
    padding: 10px 10px;
    display: block;
    font-size: 16px;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    text-align: center;
}
a.menu-toggle {
    position: absolute;
    display: none;
    width: 45px;
    height: 45px;
    background: #3cb9e0;
    top: 8px;
    right: 20px;
    padding-top: 4px;
    box-sizing: border-box;
}
a.menu-toggle span.line {
    position: relative;
    width: 65%;
    height: 3px;
    background: #fff;
    margin: 7px auto;
    display: block;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
a.menu-toggle.active span.line {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center center;
}
a.menu-toggle.active span.line.a {
    transform: rotate(45deg);
}
a.menu-toggle.active span.line.c {
    transform: rotate(-45deg);
}
a.menu-toggle.active span.line.b {
    opacity: 0;
}
.mobile-menu {
    display: none;
}
.mobile-menu ul {
    padding: 10px 0;
}
.mobile-menu ul > li {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
.mobile-menu ul > li:first-child {
    border-top: none;
}
.mobile-menu ul > li.drp > a:hover::after {
    color: #ffffff;
}
.mobile-menu ul > li > a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
}
.mobile-menu ul > li > a > img {
    display: none;
}
.mobile-menu ul > li.drp > a {
    position: relative;
}
.mobile-menu ul > li.drp > a:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 6px solid #fff;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 15px;
}
.mobile-menu ul > li.drp > a.open:after {
    border: 6px solid #fff;
    border-color: transparent transparent #fff transparent;
    top: 10px;
}
.mobile-menu ul > li.dropdown > a:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 6px solid #fff;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 15px;
}
/*======================================== Menu Style End =======================================*/

.mega-drop {
    background: #eaf1f2;
    position: absolute;
    max-width: 1170px;
    width: 100%;
    top: 60px;
    right: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.3s;
    transform: scale(0.96);
    text-align: left;
    padding: 35px 30px;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 18px 0 #0000001e;
}
.mega-drop.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    z-index: 5;
}
.mega-drop-main {
    display: block;
    overflow: hidden;
}
.mega-drop-box {
    display: block;
    padding: 0 25px;
    position: relative;
}
.mega-drop-box:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #e0e8f6;
    position: absolute;
    left: -15px;
    top: 0px;
}
.mega-drop-box span {
    color: #98acce;
    font-size: 50px;
    display: inline-block;
    margin-bottom: 20px;
}
.mega-drop-box h5 {
    color: #363232;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.mega-drop-box p {
    color: #8b9a9f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.mega-drop .resp-vtabs .resp-tabs-list {
    width: 22%;
    margin-right: -20px;
    padding: 20px 0;
}
.mega-drop .resp-vtabs .resp-tabs-list > li {
    font-size: 16px;
    color: #72888b;
    padding: 15px 25px;
    position: relative;
    border-radius: 5px;
}
.mega-drop .resp-vtabs .resp-tabs-list > li::after {
    content: "";
    width: 2px;
    height: 0;
    display: block;
    background: #79b450;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mega-drop .resp-vtabs .resp-tabs-list > li.resp-tab-active {
    border: none !important;
    box-shadow: 0 4px 18px 0 #00000014;
    color: #79b450;
}
.mega-drop .resp-vtabs .resp-tabs-list > li.resp-tab-active::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 7px solid #79b450;
    border-color: transparent transparent transparent #79b450;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mega-drop .resp-vtabs .resp-tabs-list > li.resp-tab-active::after {
    height: 70%;
}
.mega-drop .resp-vtabs .resp-tabs-container {
    width: 79%;
    border: none;
    min-height: 300px;
}
.mega-drop .resp-vtabs .resp-tab-content {
    padding: 25px 30px;
}
.mega__drop--main {
    display: block;
}
.mega__drop--left {
    display: block;
    padding: 13px 0;
    padding-left: 150px;
    position: relative;
}
.mega__drop__left--icon {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 15px;
}
.mega__drop--left h5 {
    color: #0a463e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.mega__drop--left p {
    color: #929884;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 22px;
}
.mega__drop--right {
    display: block;
    overflow: hidden;
    position: relative;
}
.course__link--box {
    display: block;
    margin-top: -1px;
}
.course__link--box li {
    display: block;
    border-top: 1px solid #d7e4e2;
}
.course__link {
    display: block;
    padding: 10px 15px 10px 23px;
    position: relative;
    color: #72888b;
    font-size: 14px;
    font-weight: 700;
}
.course__link::before {
    content: "\e904";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    color: #79b450;
    font-size: 14px;
}
.course__link--box li a:hover {
    color: #79b450;
}

/* ==========================================================================
   Menu with dropdown menu End 27-01-2021
   ========================================================================== */

.hero__section {
    display: block;
}
.hero__main {
    display: block;
}
.banner__item {
    display: block;
    min-height: 765px;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
}
.hero__section .owl-nav {
    display: none;
}
.hero__section .owl-dots {
    text-align: center;
    width: 280px;
    position: absolute;
    left: 0;
    bottom: 100px;
    right: 0;
    margin: auto;
}
.hero__section .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin: 0 10px;
    background: #ffffff;
    border-radius: 100%;
}
.hero__section .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
}
.hero__section .owl-carousel .owl-item img {
    width: 100%;
    display: inline-block;
}
.hero__section video {
    width: 100%;
    height: 765px;
}
.banner__next__prev--block {
    display: block;
    width: 100%;
    position: relative;
    margin: auto;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
}

.banner__next--prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 61px;
    height: 61px;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    border-radius: 100%;
    color: #869694;
}
.banner__next--prev:hover {
    color: #000000;
}
.banner__next--prev.prev {
    left: 0;
}
.banner__next--prev.next {
    right: 0;
}

.professional__education--banner {
    display: block;
}
.professional__education--left {
    display: block;
    padding: 115px 0;
}
.professional__education--left h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 75px;
}
.professional__education--left p {
    color: #ffffff;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 45px;
}

.professional__education--right {
    display: block;
    padding: 80px 0;
    padding-left: 85px;
    margin-left: 85px;
    position: relative;
}
.professional__education--right h4 {
    color: #ffffff;
    font-size: 18px;
}
.professional__education--ul {
    display: block;
}
.professional__education--ul li {
    display: block;
    background: #191c0477;
    padding: 25px 35px 8px 84px;
    position: relative;
    margin-bottom: 15px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.professional__education--ul li h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.professional__education--ul li p {
    color: #c7cdb9;
    font-size: 14px;
    line-height: 22px;
}
.professional__education--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #d4ebe863;
    padding: 12px 0;
}
.lectures__span {
    display: block;
    color: #79b450;
    font-size: 12px;
}
.lectures__span span {
    background: #79b450;
    color: #ffffff;
    padding: 5px 10px;
    margin-left: 13px;
    border-radius: 15px;
    font-weight: 400;
}
.total__hours--span {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
.professional__education--ul li .icon {
    width: 42px;
    height: 39px;
    display: inline-block;
    position: absolute;
    left: 24px;
    top: 28px;
}
.professional__education--ul li .icon .popular__course--iconhover {
    display: none;
}
.professional__education--ul li:hover .icon .popular__course--iconhover {
    display: block;
}
.professional__education--ul li:hover .icon .popular__course--icon {
    display: none;
}
.professional__education--ul li:hover {
    background: #ffffff;
}
.professional__education--ul li:hover h5 {
    color: #112702;
}
.professional__education--ul li:hover p {
    color: #929884;
}
.professional__education--ul li:hover .professional__education--bottom {
    border-color: #d4ebe8;
}
.professional__education--ul
    li:hover
    .professional__education--bottom
    .total__hours--span {
    color: #839279;
}
.professional__education--right .commen__link {
    color: #ffffff;
}

.bringing__intelligence--banner {
    display: block;
}
.bringing__intelligence--banner .professional__education--left {
    padding-right: 75px;
}
.bringing__intelligence--right {
    display: block;
    padding: 115px 0;
}
.vision__mission--box {
    display: block;
    background: #ffffff;
    padding: 38px 33px 70px 33px;
    position: relative;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin: 0 10px;
}
.vision__mission--box .icon {
    display: inline-block;
    margin-bottom: 30px;
}
.vision__mission--box h4 {
    font-weight: 700;
    font-size: 24px;
}
.vision__mission--box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #929884;
}
.vision__mission--box .commen__link {
    position: absolute;
    left: 35px;
    bottom: 40px;
}

.farmers__student--banner {
    display: block;
}
.farmers__student__banner--main {
    display: block;
    padding: 82px 0;
}
.farmers__student__banner--main h3 {
    text-align: center;
    font-size: 75px;
    color: #ffffff;
    font-weight: 700;
    max-width: 925px;
    margin: auto;
}
.farmers__student--speack {
    display: block;
    background: #ffffff;
    padding: 45px 48px 25px 48px;
    margin: 0 10px;
    margin-top: 60px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}
.farmers__student--speack h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.farmers__student--speack p {
    font-size: 14px;
    color: #5b6157;
    line-height: 24px;
}
.farmers__student--speack .icon {
    display: inline-block;
    position: absolute;
    left: 37px;
    top: -31px;
}
.farmers__student--speack h6 {
    color: #79b450;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.agriculture__collaborative--banner {
    display: block;
}
.agriculture__collaborative__banner--main {
    display: block;
}
.professional__education--left h2 span {
    display: block;
    font-size: 36px;
    padding-bottom: 10px;
}
.agriculture__collaborative__banner--right {
    display: block;
    text-align: right;
    padding: 55px 0;
}
.agriculture__collaborative__banner--right img {
    display: inline-block;
}

.solutions__ecosystems--block {
    display: block;
}
.solutions__ecosystems--block .container {
    position: relative;
}
.solutions__ecosystems--block .container::after {
    content: "";
    width: 11px;
    height: 75%;
    display: block;
    background: #202b11;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sol-eco-head {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 80px;
    right: 0;
    margin: auto;
    z-index: 2;
}
.solutions__ecosystems--head {
    padding: 40px 30px 0 30px;
    display: inline-block;
    margin-bottom: 0;
    background: #ffffff;
    color: #5d9e2f;
    font-size: 80px;
    text-align: center;
    box-shadow: 0 15px 27px 0 #0000002c;
    border-radius: 15px;
    font-weight: 700;
    line-height: 133px;
}
.solutions__ecosystems--head span {
    display: block;
    font-size: 43px;
    line-height: 22px;
}
.solutions__ecosystems--head::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    margin: auto;
    border: 13px solid #ffffff;
    border-color: #ffffff transparent transparent transparent;
}
.solutions__ecosystems--left {
    display: block;
    min-height: 905px;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
    text-align: right;
}
.solutions__ecosystems__left--box {
    display: inline-block;
    position: relative;
    max-width: 595px;
    width: 100%;
    margin-right: 60px;
    text-align: center;
    margin-top: 290px;
    z-index: 2;
}
.ecosystems__img--mobile {
    display: none;
}

.ecosystems__solution {
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.ecosystems__solution--link {
    width: 150px;
    height: 150px;
    background: #ffffff;
    border: 2px solid #5d9e2f;
    border-radius: 100%;
    box-shadow: 10px 13px 49px 0 #00000028;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}
.ecosystems__solution--link .icon {
    color: #79b450;
    font-size: 50px;
    display: inline-block;
    margin-bottom: 10px;
}
.ecosystems__solution--link p {
    margin-bottom: 0;
    color: #08190c;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
}

.ecosystems__solution1 {
    left: 10px;
    top: 53px;
}
.ecosystems__solution2 {
    left: 10px;
    top: 225px;
}
.ecosystems__solution3 {
    left: 10px;
    top: 395px;
}
.ecosystems__solution4 {
    right: 0px;
    top: 53px;
}
.ecosystems__solution5 {
    right: 0px;
    top: 225px;
}
.ecosystems__solution6 {
    right: 0px;
    top: 395px;
}

.ecosystems__solution--popup {
    width: 450px;
    height: auto;
    display: block;
    padding: 15px 20px;
    background: #e0a820;
    position: absolute;
    left: -148px;
    bottom: 151px;
    border-radius: 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.ecosystems__solution--popup::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -18px;
    right: 0;
    margin: auto;
    border: 9px solid #e0a820;
    border-color: #e0a820 transparent transparent transparent;
}
.solution__popup--list {
    display: block;
    text-align: left;
}
.solution__popup--list li {
    display: block;
    margin-left: 25px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    border-top: 1px solid #e6b94d;
    font-weight: 700;
    padding: 5px 0;
    line-height: 18px;
    color: #ffffff;
}
.solution__popup--list li::before {
    content: "\e904";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 3px;
    font-size: 11px;
    color: #f0d490;
}
.solution__popup--list li:first-child {
    border-top: none;
}

.ecosystems__solution:hover {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    z-index: 5;
}
.ecosystems__solution:hover .ecosystems__solution--link {
    background: #5d9e2f;
}
.ecosystems__solution:hover .ecosystems__solution--link .icon {
    color: #ffffff;
}
.ecosystems__solution:hover .ecosystems__solution--link p {
    color: #ffffff;
}
.ecosystems__solution:hover .ecosystems__solution--popup {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.solutions__ecosystems--right {
    display: block;
    min-height: 905px;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
    padding-top: 425px;
    position: relative;
}
.solutions__ecosystems__right--box {
    display: block;
    margin-left: 70px;
    position: relative;
    max-width: 595px;
    text-align: center;
}
.ecosystems__right__mobile--icon {
    display: none;
}

.solutions__ecosystems__right--box .ecosystems__solution1 {
    left: 0;
    top: -78px;
}
.solutions__ecosystems__right--box .ecosystems__solution2 {
    left: 0;
    top: 95px;
}
.solutions__ecosystems__right--box .ecosystems__solution3 {
    left: 0;
    top: 265px;
}
.solutions__ecosystems__right--box .ecosystems__solution4 {
    right: 0;
    top: -78px;
}
.solutions__ecosystems__right--box .ecosystems__solution5 {
    right: 0;
    top: 95px;
}
.solutions__ecosystems__right--box .ecosystems__solution6 {
    right: 0;
    top: 265px;
}

/*==================== Radio button styles begin ====================*/
.radio-container {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #d1d5d7;
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1);
}
.checkmark:focus {
    outline: none;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
    background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #71b944;
}
/*==================== Radio button styles End ====================*/

/*==================== Checkbox button styles begin ====================*/
.check-container {
    display: block;
    position: relative;
    padding-left: 29px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.check-checkmark {
    position: absolute;
    top: -2px;
    left: 5px;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    border: 1px solid #d1d5d7;
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1);
}
/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .check-checkmark {
    border: 1px solid #71b944;
}
/* Create the checkmark/indicator (hidden when not checked) */
.check-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check-container input:checked ~ .check-checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.check-container .check-checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #72b945;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*==================== Checkbox button styles End ====================*/

.schedule__session--block {
    display: block;
    background: #79b450;
    overflow: hidden;
}
.schedule__session--left {
    display: block;
    padding-top: 120px;
    margin-left: -140px;
    margin-right: -15px;
}
.schedule__session--left .icon {
    display: inline-block;
}
.schedule__session--left h2 {
    color: #ffffff;
    font-size: 98px;
    line-height: 75px;
    font-weight: 700;
    margin-bottom: 45px;
}
.schedule__session--left h2 span {
    font-size: 75px;
    line-height: 75px;
}
.schedule__session--right {
    display: block;
    padding: 60px 0;
    padding-left: 15px;
}
.schedule__session--form {
    display: block;
    margin-bottom: 20px;
}
.schedule__session--form p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
.schedule__session--input {
    width: 100%;
    height: 54px;
    border: 1px solid #bddfa5;
    background: #79b450;
    border-radius: 4px;
    padding: 0 15px;
    color: #ffffff;
}
.schedule__session--input:focus {
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
    background: #79b450;
}
.schedule__session--textarea {
    width: 100%;
    height: 83px;
    border: 1px solid #bddfa5;
    background: #79b450;
    border-radius: 4px;
    padding: 0 15px;
    color: #ffffff;
    resize: none;
}
.schedule__session--textarea:focus {
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
    background: #79b450;
}
.schedule__session--form .voice__record {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-left: 34px;
    text-decoration: underline;
    margin-bottom: 10px;
}
.schedule__session--form .voice__record::before {
    content: "\e911";
    font-family: "icomoon";
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    left: -34px;
    top: -4px;
}
.schedule__session--form .check-container {
    color: #ffffff;
    padding-left: 38px;
}
.schedule__session--form .check-container .check-checkmark {
    width: 25px;
    height: 25px;
    left: 0;
    border: 2px solid #ffffff;
}
.schedule__session--form .check-container input:checked ~ .check-checkmark {
    border: 2px solid #ffffff;
}
.schedule__session--form .check-container .check-checkmark:after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px;
}
.schedule__session--form .primary__btn {
    border: none;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    width: 158px;
    background: url(../img/submit__arrow.svg) no-repeat 118px 24px #e0a820;
}

.home__features--block {
    display: block;
    padding: 60px 0;
}
.home__features--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    overflow: hidden;
}
.home__features--list li {
    display: inline-block;
    text-align: left;
    padding: 20px 28px;
    padding-bottom: 42px;
    position: relative;
    width: calc(100% / 7);
}
.home__features--list li h5 {
    font-weight: 700;
    font-size: 18px;
}
.home__features--list li .icon {
    display: inline-block;
    margin-bottom: 20px;
}
.home__features--list li .commen__link {
    position: absolute;
    left: 28px;
    bottom: 18px;
}
.home__features--list li::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #d8d8d8;
    position: absolute;
    left: -1px;
    top: 0;
}

.footer__block {
    display: block;
    background: #eeeeee;
}
.footer__links--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
}
.footer__links--link {
    display: block;
    width: 200px;
    margin: 0 15px;
}
.footer__links--link h5 {
    color: #08190c;
    font-size: 13px;
    font-weight: 700;
}
.footer__links--list {
    display: block;
}
.footer__links--list > li {
    display: block;
    margin-bottom: 5px;
}
.footer__links--list li a {
    color: #848980;
    font-size: 13px;
}
.footer__links--list li a:hover {
    color: #292929;
}

.footer__contact--block {
    display: block;
    padding: 50px 0;
    border-top: 1px solid #d8d8d8;
}
.footer__contact--social {
    display: block;
}
.footer__contact--social h5 {
    color: #08190c;
    font-size: 13px;
    font-weight: 700;
}
.footer__contact--social ul li {
    margin-top: 6px;
}
.footer__contact--social ul li a {
    color: #848980;
    font-size: 13px;
}
.footer__contact--social ul li a span {
    color: #a9afb8;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}
.footer__contact--social ul li a:hover,
.footer__contact--social ul li a:hover span {
    color: #292929;
}
.footer__contact {
    display: block;
}
.footer__contact h5 {
    color: #08190c;
    font-size: 13px;
    font-weight: 700;
}
.footer__contact--list {
    display: flex;
}
.footer__contact--list li {
    width: 25%;
    display: inline-block;
    padding: 0 40px;
    border-left: 1px solid #dddee0;
}
.footer__contact--list li:first-child {
    width: 48%;
    padding-left: 0;
    border-left: none;
}
.footer__contact--box .icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #08190c;
}
.footer__contact--list li p {
    margin-bottom: 0;
    font-size: 14px;
}
.footer__contact--list li p span {
    display: block;
}
.footer__contact--list li p span a {
    color: #08190c;
    font-size: 14px;
    font-weight: 700;
}
.footer__contact--box {
    display: block;
    padding-left: 32px;
    position: relative;
}
.footer__contact--box p {
    margin-bottom: 0;
    color: #989faa;
    font-size: 14px;
    line-height: 20px;
}

.footer__contact--bottom {
    display: block;
    text-align: center;
    padding: 32px 0;
    border-top: 1px solid #d8d8d8;
}
.footer__contact--bottom p {
    margin-bottom: 0;
    color: #848980;
    font-size: 14px;
}

.sub__hero--section {
    display: block;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.sub__hero--section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 333px;
}
.sub__hero--main {
    padding: 50px 0;
    max-width: 635px;
}
.sub__hero--main h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 65px;
    margin-bottom: 5px;
}
.sub__hero--main p {
    color: #ffffff;
    font-size: 18px;
    line-height: 29px;
}

.contact__content--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #eeeeee;
}
.contact__address--block {
    display: block;
    margin-top: -50px;
}
.contact__address--box {
    display: block;
    background: #ffffff;
    padding: 44px 65px 40px 65px;
    border-radius: 10px;
    box-shadow: 0 5px 75px 0 #0000001c;
}
.contact__address--box .icon {
    display: inline-block;
    margin-bottom: 20px;
}
.contact__address--box h4 {
    color: #020109;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.contact__address--box p {
    color: #7a7694;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}
.contact__address--box .secondary__btn {
    display: block;
}
.mail__link {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.mail__link a {
    color: #76b828;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.contact__form--block {
    display: block;
    margin-top: 60px;
}
.contact__form--left {
    display: block;
    padding-right: 35px;
    margin-bottom: -35px !important;
}
.contact__form--left h3 {
    color: #112702;
    font-size: 36px;
    font-weight: 700;
}
.contact__form--left p {
    color: #5a6254;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 50px;
}
.contact__form--left .icon {
    display: inline-block;
}
.contact__form--right {
    display: block;
    padding-left: 50px;
}
.contact__form--box {
    display: block;
    margin-bottom: 20px;
}
.contact__form--box p {
    color: #4d5c63;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}
.contact__form--input {
    width: 100%;
    height: 48px;
    width: 100%;
    border: 1px solid #c3c2cc;
    border-radius: 5px;
    background: #ededed;
    box-shadow: 0 5px 7px 0 #00000013;
    padding: 0 15px;
}
.contact__form--input:focus {
    background: #ffffff;
    border-color: #76b828;
}
.contact__form--textarea {
    width: 100%;
    height: 139px;
    width: 100%;
    border: 1px solid #c3c2cc;
    border-radius: 5px;
    background: #ededed;
    box-shadow: 0 5px 7px 0 #00000013;
    padding: 10px 15px;
    resize: none;
}
.contact__form--textarea:focus {
    background: #ffffff;
    border-color: #76b828;
}
.contact__form--box .primary__btn {
    border: none;
    width: 158px;
    background: url(../img/submit__arrow.svg) no-repeat 118px 24px #e0a820;
}

.policy__content--area {
    display: block;
    background: #ffffff;
    padding: 75px 0 40px;
}
.policy__content--main {
    display: block;
    position: relative;
}
.policy__content--links {
    display: block;
    width: 326px;
    padding: 25px 43px;
    background: #ffffff;
    box-shadow: 0 2px 62px 0 #00000023;
    position: absolute;
    left: 0;
    top: 0;
}
.policy__sidebar {
    display: block;
}
.policy__sidebar li {
    display: block;
    border-top: 1px solid #d9e3ee;
}
.policy__sidebar li:first-child {
    border-top: none;
}
.policy__sidebar li a {
    display: block;
    color: #00592c;
    font-size: 14px;
    padding: 18px 30px 18px 0;
    font-weight: 700;
    position: relative;
}
.policy__sidebar li a::after {
    content: "\e901";
    font-family: "icomoon";
    width: 16px;
    height: 16px;
    display: block;
    background: #c0d1d8;
    border-radius: 100%;
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 6px;
    text-align: center;
    line-height: 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all ease-out 0.3s;
}
.policy__sidebar li a:hover {
    color: #76b828;
}
.policy__sidebar li a:hover::after {
    background: #76b828;
}

.policy__content--tab {
    display: block;
}
.policy__content--main .resp-tabs-list {
    width: 26%;
    float: left;
    padding: 25px 43px;
    background: #ffffff;
    box-shadow: 0 2px 62px 0 #00000023;
}
.policy__content--main .resp-tabs-list li.resp-tab-item {
    float: none;
    display: block;
    border-top: 1px solid #d9e3ee;
    color: #00592c;
    font-size: 14px;
    padding: 18px 30px 18px 0;
    font-weight: 700;
    position: relative;
    margin-right: 0px;
}
.policy__content--main .resp-tabs-list li.resp-tab-item::after {
    content: "\e901";
    font-family: "icomoon";
    width: 16px;
    height: 16px;
    display: block;
    background: #c0d1d8;
    border-radius: 100%;
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 6px;
    text-align: center;
    line-height: 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all ease-out 0.3s;
}
.policy__content--main .resp-tabs-list li.resp-tab-item.resp-tab-active {
    border: none !important;
    color: #76b828;
    border-top: 1px solid #d9e3ee !important;
}
.policy__content--main .resp-tabs-list li.resp-tab-item.resp-tab-active::after {
    background: #76b828;
}
.policy__content--main .resp-tabs-container {
    width: 69%;
    float: right;
    clear: none;
    background-color: transparent;
}
.policy__content--main .resp-tabs-list li.resp-tab-item:first-child {
    border-top: none !important;
}
.policy__content--main .resp-tab-content {
    border: none;
    padding: 0px;
}
.policy__content--right {
    display: block;
}
.policy__content--box {
    display: block;
    padding: 35px 0 20px 0;
    border-top: 1px solid #d9e3ee;
}
.policy__content--box:first-child {
    padding-top: 0;
    border-top: none;
}
.policy__content--box h3 {
    color: #08190c;
    font-size: 30px;
    font-weight: 700;
}
.policy__content--box h5 {
    color: #08190c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.policy__content--box p {
    color: #5b6157;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.generic__listing {
    display: block;
}
.generic__listing > li {
    display: block;
    padding-left: 22px;
    position: relative;
    color: #5b6157;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.generic__listing > li::before {
    content: "\e901";
    font-family: "icomoon";
    width: 13px;
    height: 13px;
    display: block;
    background: #76b828;
    border-radius: 100%;
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 6px;
    text-align: center;
    line-height: 13px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sub__generic--list {
    display: block;
}
.sub__generic--list li {
    display: block;
    padding-left: 22px;
    position: relative;
    color: #5b6157;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.sub__generic--list li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #bedbcc;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}

.become__instructor--banner .container {
    min-height: 484px;
}
.become__instructor--banner .sub__hero--main {
    max-width: 700px;
}
.become__instructor--banner .sub__hero--main p {
    margin-bottom: 36px;
}
.start__reasons--block {
    display: block;
    padding: 65px 0;
}
.start__reasons--block .commen__head h3 {
    font-weight: 700;
    font-size: 48px;
}
.start__reasons--left {
    display: block;
}
.start__reasons--listing {
    display: block;
}
.start__reasons--listing li {
    display: block;
    padding: 40px 0;
    padding-left: 305px;
    position: relative;
    border-top: 1px solid #e2ebdb;
    min-height: 230px;
}
.start__reasons--listing li:first-child {
    border-top: none;
}
.start__reasons--listing li .icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 30px;
    max-width: 300px;
    width: 100%;
    text-align: center;
}
.start__reasons--listing li h5 {
    color: #112702;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.start__reasons--right {
    display: block;
    background: #79b450;
    padding: 15px 35px 35px 35px;
    margin-left: 35px;
    border-radius: 20px;
    margin-top: 35px;
}
.start__reasons--countbox {
    display: block;
    background: #ffffff;
    padding: 38px;
    border-radius: 15px;
    margin-top: 35px;
}
.start__reasons--countbox h3 {
    margin-bottom: 0;
    color: #79b450;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
}
.start__reasons--countbox p {
    margin-bottom: 0;
    color: #112702;
    font-size: 16px;
    font-weight: 700;
}

.how__being--block {
    display: block;
    background: #edf5f1;
    padding: 75px 0;
}
.how__being--block h3 {
    color: #080b0e;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.how__being--main {
    display: block;
    position: relative;
}
.how__being--main::after {
    content: "";
    width: 4px;
    height: 75%;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.how__being--row {
    display: block;
    padding: 20px 0;
}
.how__being--cont {
    display: block;
}
.how__being--cont h4 {
    color: #112702;
    font-weight: 700;
    font-size: 24px;
}
.how__being--cont p {
    color: #888c85;
    font-weight: 400;
}
.how__being--img {
    display: block;
    position: relative;
}
.step__cont {
    width: 98px;
    height: 98px;
    line-height: 110px;
    text-align: center;
    display: block;
    background: #79b450;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    right: -170px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.how__being--row:nth-child(even) .step__cont {
    right: inherit;
    left: -170px;
}

.industry__today--block {
    display: block;
    background: #79b450;
    padding: 55px 0;
}
.industry__today--main {
    max-width: 930px;
    display: block;
    margin: auto;
    padding-right: 250px;
    position: relative;
}
.industry__today--main h3 {
    color: #ffffff;
    font-weight: 700;
    font-weight: 48px;
    margin-bottom: 5px;
}
.industry__today--main p {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0;
}
.industry__today--main .primary__btn {
    position: absolute;
    right: 0;
    top: 5px;
}

.bloom__taxonomy--block {
    display: block;
    background: #eeeeee;
    padding: 77px 0;
}
.bloom__taxonomy--block h3 {
    color: #08190c;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.bloom__taxonomy--main {
    display: block;
    text-align: center;
}

.company__overview--banner .sub__hero--main {
    max-width: 645px;
}
.company__top--block {
    display: block;
    padding: 93px 0;
}
.company__top--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 522px;
    min-height: 348px;
    border-radius: 20px;
    overflow: hidden;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    position: relative;
}
.company__top--logo {
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 10px 13px 49px 0 rgb(0 0 0 / 20%);
}
.company__top--right {
    display: block;
    padding: 0 55px;
}
.company__top--right h6 {
    color: #5b6157;
    font-size: 26px;
    line-height: 42px;
    font-weight: 400;
}
.company__top--right h6 span {
    color: #76b828;
    font-weight: 700;
}

.founders__corner--block {
    display: block;
    padding-top: 88px;
}
.founders__corner--image {
    display: block;
    position: relative;
    max-width: 522px;
    margin-bottom: -25px;
}
.founders__corner--span {
    display: block;
    min-height: 568px;
    border-radius: 20px;
    overflow: hidden;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover;
}
.founder__datils {
    display: block;
    width: 85%;
    background: #79b450;
    padding: 22px 43px;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    bottom: -30px;
    right: 0;
    margin: auto;
}
.founder__datils h4 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10;
}
.founder__datils h4 span {
    display: block;
    color: #c9f1ae;
    font-size: 18px;
    padding-bottom: 3px;
}
.founder__datils--list {
    display: block;
}
.founder__datils--list li {
    display: block;
    margin-top: 6px;
    background: #6ea747;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    padding: 8px 15px;
    font-weight: 400;
}
.founder__datils--list li span {
    display: block;
    font-weight: 700;
}
.founders__corner--right {
    display: block;
    padding-bottom: 55px;
    padding-left: 33px;
}
.founders__corner--right h3 {
    color: #08190c;
    font-size: 36px;
    font-weight: 700;
}

.popular__writing--block {
    display: block;
    padding: 75px 0;
    background: #eeeeee;
}
.popular__writing--left {
    display: block;
    padding-right: 50px;
    padding-top: 40px;
}
.popular__writing--left h3 {
    color: #08190c;
    font-size: 24px;
    font-weight: 700;
}
.popular__writing--left h3 span {
    color: #79b450;
    font-size: 18px;
}
.popular__writing--box {
    display: block;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    padding-left: 120px;
    position: relative;
}
.popular__writing--box .icon {
    display: inline-block;
    position: absolute;
    left: 37px;
    top: 33px;
}
.popular__writing--box p {
    color: #5b6157;
    font-size: 16px;
    line-height: 26px;
}
.popular__writing--box .commen__link {
    margin: 0 0 0 20px;
}
.popular__writing--box .commen__link::after {
    right: inherit;
    left: -20px;
    top: -2px;
}

.knowledge__center--box {
    display: block;
    min-height: 280px;
    max-width: 454px;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    border-radius: 5px;
    border: 3px solid #ffffff;
    text-align: center;
    padding: 35px 25px;
    margin-left: -40px;
}
.knowledge__center--box h4 {
    font-weight: 700;
    font-size: 30px;
}
.skill__intelligence {
    display: inline-block;
    background: #e0a820;
    padding: 7px 23px 5px 23px;
    border-radius: 30px;
    color: #ffffff;
    margin-bottom: 26px;
}
.farmers__meetimg__top--block {
    display: block;
}
.farmers__meetimg__top--main {
    display: block;
}
.farmers__meetimg__top--left {
    display: block;
    padding: 70px 0;
}
.course__objective {
    display: block;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    padding: 30px;
}
.course__objective h5 {
    font-size: 22px;
    font-weight: 700;
    color: #08190c;
    margin-bottom: 10px;
}
.commen__listing {
    display: block;
}
.commen__listing li {
    display: block;
    color: #5b6157;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}
.commen__listing li::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/check__bullet.svg) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -1px;
}
.course__generic {
    display: block;
    border-top: 1px solid #e3e2df;
    padding-top: 35px;
    margin-top: 35px;
}
.course__generic--first {
    padding-top: 0;
    border-top: none;
}
.course__generic h5 {
    font-size: 22px;
    font-weight: 700;
    color: #08190c;
    margin-bottom: 10px;
}
.course__outline--list {
    display: block;
}
.course__outline--list li {
    display: block;
    background: #f6f6f6;
    padding: 15px 20px 14px 73px;
    margin-bottom: 10px;
    color: #5b6157;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    position: relative;
}
.course__outline--list li span {
    display: inline-block;
    background: #79b450;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 10px 2px 10px;
    border-radius: 25px;
    line-height: 18px;
    position: absolute;
    left: 20px;
    top: 12px;
}

.instructor__affiliation {
    display: block;
    background: #f6f6f6;
    padding: 38px 50px 25px 132px;
    position: relative;
    border-radius: 15px;
}
.instructor__affiliation h6 {
    color: #649e3b;
    font-size: 18px;
    font-weight: 700;
}
.instructor__affiliation h6 span {
    display: block;
    color: #29312b;
    font-size: 14px;
    font-weight: 500;
    padding-top: 3px;
}
.instructor__affiliation p {
    color: #5b6157;
    font-size: 14px;
    line-height: 24px;
}
.instructor__affiliation .avatar {
    width: 81px;
    height: 81px;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    left: 30px;
    top: 38px;
}
.farmers__meetimg__top--right {
    display: block;
    max-width: 356px;
    margin-left: 60px;
}
.farmers__right--top {
    display: block;
    background: #79b450;
    border-radius: 20px;
    margin-top: -230px;
}
.farmers__meetimg__green--block {
    display: block;
    padding: 30px;
}
.farmers__green--video {
    display: block;
    margin-bottom: 22px;
}
.farmers__meetimg__green--block .primary__btn {
    display: block;
    text-align: center;
    margin-bottom: 24px;
}
.farmers__meetimg__green--block .generic__listing > li {
    color: #d6f1c4;
    font-size: 16px;
    font-weight: 400;
}
.farmers__meetimg__green--block .generic__listing > li::before {
    content: "\e904";
    background: none;
    color: #ffffff;
    font-size: 12px;
    transform: rotate(0deg);
    top: 4px;
}
.farmers__meetimg__green--block h5 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}
.need__training--box {
    display: block;
    padding: 30px;
    background: #649e3b;
    border-radius: 20px;
}
.need__training--box h5 {
    color: #ffffff;
    margin-bottom: 8px;
}
.need__training--box p {
    color: #d6f1c4;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}
.need__training--box .primary__btn {
    display: block;
    background: none;
    border: 1px solid #ffffff;
    font-size: 16px;
    padding: 18px 60px 17px 30px;
}
.need__training--box .primary__btn::after {
    top: 18px;
}
.need__training--box .primary__btn:hover {
    background: #ffffff;
    color: #649e3b;
}
.need__training--box .primary__btn:hover::after {
    color: #649e3b;
}
.sample__certificate {
    display: block;
    margin-top: 34px;
}
.sample__certificate h6 {
    color: #08190c;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.learning__platform--block {
    display: block;
    border-top: 1px solid #e3e2df;
    padding: 58px 0;
}
.learning__platform--block .commen__head h4 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}
.learning__platform--block .commen__head p {
    color: #5b6157;
    font-size: 16px;
    line-height: 26px;
}
.learning__platform--list {
    display: block;
    max-width: 1223px;
    margin: auto;
}
.learning__platform--list li {
    display: block;
    padding-left: 64px;
    position: relative;
    border-top: 1px dashed #babfbd;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 18px 0;
    padding-left: 64px;
    font-weight: 500;
}
.learning__platform--list li:first-child {
    border-top: none;
}
.learning__platform--list li::before {
    content: "";
    width: 34px;
    height: 24px;
    display: block;
    background: url(../img/announce.svg) no-repeat left top;
    position: absolute;
    left: 0;
    top: 15px;
}

.bought__block {
    display: block;
    background: #eeeeee;
    padding: 50px 0;
}
.bought__block h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.bought__main {
    display: block;
}
.bought__box {
    display: block;
    max-width: 306px;
    margin: auto;
    margin-bottom: 25px;
    background: #ffffff;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}
.bought__iamge {
    display: block;
    overflow: hidden;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.bought__body {
    display: block;
    padding: 25px 30px;
    height: 200px;
}
.bought__iamge img {
    width: 100%;
    max-height: 200px;
    height: 100%;
}
.bought__body h4 {
    color: #112702;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}
.beginners__span {
    display: block;
    color: #79b450;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.beginners__span span {
    display: inline-block;
    background: #79b450;
    color: #ffffff;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 20px;
}
.bought__body p {
    color: #81847a;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.bought__body h6 {
    color: #839279;
    font-size: 12px;
    margin-bottom: 0;
}

.become__instructor--popup h3 {
    color: #080b0e;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}
.become__instructor--form {
    display: block;
}
.instructor__form--box {
    display: block;
    margin-top: 22px;
    position: relative;
}
.instructor__form--box .icon {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 13px;
}
.instructor__form--box p {
    color: #4d5c63;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.instructor__form--input {
    width: 100%;
    height: 46px;
    padding: 0 15px;
    border: none;
    background: #ededed;
    font-size: 14px;
}
.instructor__form--input:focus {
    border: 1px solid #76b828;
    background: #ffffff;
}
.instructor__form--box .nice-select {
    border-radius: 0;
    height: 46px;
    line-height: 46px;
    background: #ededed;
}
.instructor__form--box .nice-select.wide .list {
    max-height: 160px;
    overflow-y: auto;
}
.instructor__form--box .primary__btn {
    border: none;
    background: url(../img/submit__arrow.svg) no-repeat 118px 24px #e0a820;
}
.instructor__form--textarea {
    display: block;
    width: 100%;
    height: 135px;
    padding: 10px 15px;
    border: none;
    background: #ededed;
    font-size: 14px;
    resize: none;
}
.instructor__form--textarea:focus {
    border: 1px solid #76b828;
    background: #ffffff;
}
.become__instructor--popup .carousel__button {
    width: 39px;
    height: 39px;
    border-radius: 100%;
    background: #84bf4b;
    top: 20px !important;
    right: 20px !important;
}
.become__instructor--popup .carousel__button svg {
    filter: none;
}

/* ==================== 01-02-2022 =================== */
.sheduled__session--btn {
    width: 188px;
    height: 69px;
    padding: 15px;
    display: flex;
    align-items: center;
    padding-left: 80px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0 rgb(0 0 0 / 8%);
    background: #e0a820;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.sheduled__session--btn span {
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 15px;
}
.sheduled__session--btn:hover {
    background: #ffcb51;
    color: #ffffff;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}
.instructor__form--box .nice-select:focus {
    border: 1px solid #76b828;
    background: #ffffff;
    box-shadow: 0 4px 7px 0 #000000;
}

.sheduled--session--popup .modal-content {
    padding: 35px;
    padding-top: 25px;
    border-radius: 20px;
    position: relative;
}
.sheduled--session--popup .btn-close {
    width: 39px;
    height: 39px;
    background: url(../img/pop__close.svg) no-repeat center center #84bf4b;
    display: block;
    opacity: 1;
    border-radius: 100%;
    position: absolute;
    right: 28px;
    top: 25px;
    z-index: 5;
}
.record__voice {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #76b828;
    text-align: center;
    background: #e4f1df;
    color: #6e9061;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
}
.record__voice span {
    font-size: 26px;
}
.record__voice:hover {
    background: #76b828;
    color: #ffffff;
}
.sheduled--session--popup .modal-lg {
    max-width: 678px;
}
.instructor__form--box .check-container {
    padding-left: 39px;
    color: #4d5c63;
    font-size: 14px;
    font-weight: 700;
}
.instructor__form--box .check-checkmark {
    width: 26px;
    height: 26px;
}
.instructor__form--box .check-container .check-checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 12px;
}
.sheduled--session--popup .instructor__form--box .nice-select:focus {
    box-shadow: none;
}
/* ==================== 01-02-2022 =================== */

.company__overview--banner h2 {
    line-height: 65px;
}
.collaborations__partner__top--block {
    display: block;
    padding-top: 80px;
}
.collaborations__partner__top--box {
    display: block;
    background: #d6eef3;
    background: #ffffff;
    padding: 22px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 28px;
    border: 1px solid #d6eef3;
}
.collaborations__partner__top--box p {
    color: #28776c;
    font-size: 18px;
    font-weight: 700;
}
.partner__logo--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}
.partner__logo--list img {
    display: block;
    margin: 0 10px;
}

.oppertunity__block {
    display: block;
    padding: 67px 0;
}
.oppertunity__left {
    display: block;
    padding-right: 43px;
}
.oppertunity__left h3 {
    font-weight: 700;
    font-size: 36px;
}

.problem__solve--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #eeeeee;
    padding: 63px 0 0 0;
}
.problem__solve--block .commen__head h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.problem__solve--block .commen__head p {
    color: #5c7362;
    font-weight: 700;
    font-size: 18px;
}
.problem__solve--steps {
    display: block;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 130px;
}
.problem__solve--stepbox {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 15px;
    padding-bottom: 15px;
    margin-top: -105px;
}
.problem__solve--stepbox .icon {
    width: 153px;
    height: 153px;
    background: #28776c;
    border-radius: 100%;
    padding: 20px;
    margin-bottom: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.problem__solve--stepbox p {
    font-size: 14px;
    color: #5b6157;
}
.problem__solve--steps > ul > li {
    position: relative;
}
.problem__solve--steps > ul > li::before {
    content: "";
    width: 62px;
    height: 56px;
    display: block;
    position: absolute;
    left: -30px;
    top: -80px;
    background: url(../img/step__arrow.svg) no-repeat center top;
}
.problem__solve--steps > ul > li:first-child:before {
    display: none;
}
.problem__solve--steps > ul > li:nth-child(odd) .problem__solve--stepbox .icon {
    background: rgb(141, 194, 65);
    background: -moz-linear-gradient(
        top,
        rgba(141, 194, 65, 1) 0%,
        rgba(69, 141, 98, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(141, 194, 65, 1) 0%,
        rgba(69, 141, 98, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(141, 194, 65, 1) 0%,
        rgba(69, 141, 98, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc241', endColorstr='#458d62',GradientType=0 );
}
.spread__accross--block {
    display: block;
    margin-top: 50px;
}
.spread__accross--block h4 {
    font-size: 22px;
    color: #08190c;
    font-weight: 700;
}
.spread__accross--list {
    display: block;
    margin-bottom: 20px;
}
.spread__accross--list li {
    display: block;
    font-size: 14px;
    color: #5b6157;
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
}
.spread__accross--list li::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/listing__bullet.svg) no-repeat center top;
    position: absolute;
    left: 0;
    top: 0;
}
.spread__accross--block p {
    color: #5b6157;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}
.spread__accross--block p span {
    font-weight: 700;
}
.announce__span {
    display: block;
    position: relative;
    color: #5b6157;
    font-size: 14px;
    line-height: 24px;
    padding-left: 48px;
    font-weight: 400;
    margin-bottom: 40px;
}
.announce__span .icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.why__invest--block {
    background: #28776c;
    padding: 30px 78px;
    border-radius: 10px;
    display: block;
    margin-bottom: -70px;
}
.why__invest--head {
    display: block;
    max-width: 170px;
}
.why__invest--block h3 {
    margin-bottom: 0;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}
.why__invest--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 87px;
    padding-left: 135px;
    margin-left: -60px;
}
.why__invest--block p {
    margin-bottom: 0;
    position: relative;
    color: #aed5d0;
    font-size: 18px;
    line-height: 24px;
}
.why__invest--icon {
    width: 87px;
    height: 87px;
    padding-top: 12px;
    overflow: hidden;
    background: #ffffff;
    color: #28776c;
    font-size: 48px;
    font-weight: 400;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.value__creation--block {
    display: block;
    padding: 140px 0 92px;
}
.value__creation--left {
    display: block;
    padding-right: 55px;
}
.value__creation--left h3 {
    color: #08190c;
    font-size: 60px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 20px;
}
.value__creation--left p {
    font-size: 18px;
    line-height: 30px;
    color: #5b6157;
}
.value__creation--right {
    display: block;
    text-align: center;
}

.our__solutions--block {
    display: block;
    background: #79b450;
    padding: 75px 0;
}
.our__solutions--block .commen__head {
    margin-bottom: 20px;
}
.our__solutions--block .commen__head h3 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}
.our__solutions--block .commen__head p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.our__solutions--left {
    display: block;
}
.our__solutions--list {
    display: block;
}
.our__solutions--list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    margin-bottom: 20px;
    padding: 30px 110px 30px 135px;
    border-radius: 80px;
    color: #08190c;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    min-height: 132px;
}
.our__solutions--list li .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 78px;
    height: 78px;
    border-radius: 100%;
    margin-right: 30px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(113, 173, 74);
    background: -moz-linear-gradient(
        top,
        rgba(113, 173, 74, 1) 0%,
        rgba(41, 120, 107, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(113, 173, 74, 1) 0%,
        rgba(41, 120, 107, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(113, 173, 74, 1) 0%,
        rgba(41, 120, 107, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71ad4a', endColorstr='#29786b',GradientType=0 );
}
.our__solutions--right {
    display: block;
    padding-left: 30px;
}

.track__record--block {
    display: block;
    padding: 50px 0 70px;
}
.track__record--left {
    display: block;
}
.track__record--left h3 {
    display: block;
    font-weight: 700;
    font-size: 60px;
    line-height: 62px;
}
.track__record--left h3 span {
    display: block;
    font-size: 24px;
    color: #28776c;
}
.track__record--right {
    display: block;
}

.investors__desk--schedule {
    background: #28776c;
    overflow: visible;
}
.investors__desk--schedule .schedule__session--left {
    padding-top: 67px;
    padding-right: 48px;
    margin: 0;
    margin-bottom: -15px;
}
.investors__desk--schedule .schedule__session--left h3 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
}
.investors__desk--schedule .schedule__session--left p {
    color: #9bbbb7;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 35px;
}
.investors__desk--schedule .schedule__session--input {
    background: #28776c;
    border-color: #74afa7;
}
.investors__desk--schedule .schedule__session--input:focus {
    box-shadow: 0 0 0 1px #ffffff;
}
.investors__desk--schedule .schedule__session--textarea {
    background: #28776c;
    border-color: #74afa7;
    min-height: 152px;
    padding: 10px 15px;
}

.banner__news__events--block {
    display: block;
}
.bringing__intelligence--box {
    display: block;
    padding: 30px;
    padding-bottom: 20px;
    background: #ffffff;
    margin: 0 5px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.bringing__intelligence--box h4 {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #112702;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.bringing__intelligence--box h4 .icon {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    position: relative;
    top: -4px;
}
.bringing__intelligence--list {
    display: block;
}
.bringing__intelligence--list li {
    display: block;
    padding: 20px 0;
    border-top: 1px solid #e8eee5;
}
.bringing__intelligence--list li h5 {
    color: #112702;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.bringing__intelligence--list li p {
    color: #929884;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
.date__time {
    display: block;
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 400;
}
.bringing__intelligence--popup {
    max-width: 900px;
    width: 100%;
}
.bringing__intelligence--popup .is-close {
    background: #28776c;
    border-radius: 100%;
    padding: 10px;
    top: 10px !important;
    right: 10px !important;
}
.bringing__intelligence--popup h3 {
    font-size: 24px;
    font-weight: 700;
}
.intelligence__popup--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.intelligence__popup--top p {
    margin-bottom: 0;
    font-size: 14px;
}
.intelligence__popup--cont {
    display: block;
    padding: 20px;
    background: #eaf5f3;
}
.intelligence__popup--cont p {
    font-size: 14px;
    margin-bottom: 10px;
}
.intelligence__popup--cont a {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.intelligence__popup--cont h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.intelligence__popup--cont ul {
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}
.intelligence__popup--cont ul li {
    font-size: 14px;
    position: relative;
    list-style: outside;
    font-size: 14px;
    font-weight: 400;
}

.record__box {
    display: block;
    background: #efefef;
    padding: 20px;
    text-align: center;
}
.voice__record--btn {
    display: inline-block;
    border: none;
    padding: 14px 30px 12px 55px;
    background: url(../img/record.svg) no-repeat 25px 12px #ffffff;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    border: 1px solid #ffffff;
    font-weight: 600;
}
.voice__record--btn:hover {
    background: url(../img/record.svg) no-repeat 25px 12px #ebf5e3;
}

.start__record {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #efefef;
    padding: 20px;
    position: relative;
}
.start__record--btn {
    display: inline-block;
    border: none;
    padding: 14px 30px 12px 55px;
    background: url(../img/upload.svg) no-repeat 25px 12px #ffffff;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    border: 1px solid #ffffff;
    font-weight: 600;
    margin: 0 5px;
}
.start__record--btn:hover {
    background: url(../img/upload.svg) no-repeat 25px 12px #ebf5e3;
}
.wave__span {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    border: 1px solid red;
    padding: 5px;
    background: #ffffff;
    border-radius: 3px;
}
.start__record p {
    font-weight: 400 !important;
    color: #79b450 !important;
}

.course__detail--block {
    display: block;
    padding-bottom: 70px;
}
.courses__detail__cont--box {
    position: relative;
    min-height: 500px;
    margin-bottom: 20px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cover__content {
    display: block;
    background: #ffffff;
    padding: 0px 120px 50px 120px;
    position: relative;
    max-width: 821px;
    width: 100%;
    border-radius: 19px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px) brightness(115%);
    text-align: center;
}
.cover__content h4 {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 0;
}
.cover__code {
    display: inline-block;
    background: #e0a820;
    color: #ffffff;
    padding: 8px 25px 8px 65px;
    border-radius: 30px;
    position: relative;
    top: -25px;
    text-align: left;
}
.cover__code p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}
.cover__code p span {
    display: block;
    font-size: 12px;
    color: #ffedbf;
    font-weight: 400;
}
.cover__code .icon {
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 13px;
}
.enroll__count--box {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    padding: 15px;
}
.enroll__count--box img {
    width: 60px;
}
.enroll__count--box h6 {
    margin-bottom: 0;
    padding: 0 20px;
    color: #f7b618;
    font-size: 18px;
}
.enroll__count--box h6 span {
    font-size: 12px;
}
.enroll__btn {
    display: inline-block;
    border: none;
    padding: 3px 15px;
    background: #ddf3c5;
    color: #75a046;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
}
.enroll__btn:hover {
    background: #69ae20;
    color: #ffffff;
}

.header__search .ui-autocomplete {
    left: 30px;
    top: 75px !important;
}

/* ======================== 19-04-2022 Investors Desk ======================== */
.value__creation--block .commen__head {
    padding-bottom: 30px;
}
.value__creation--block .commen__head h3 {
    color: #08190c;
    font-size: 60px;
    font-weight: 700;
}
.value__creation--block .commen__head p {
    color: #5b6157;
    font-size: 18px;
    line-height: 30px;
}
.value__creation--main {
    display: block;
}
.value__creation--main h4 {
    color: #08190c;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.value__creation--box {
    display: block;
    padding: 35px 40px;
    border-radius: 30px;
    background: #eeeeee;
    margin-top: 20px;
}
.value__creation--box .icon {
    display: inline-block;
    margin-bottom: 20px;
}
.value__creation--box p {
    color: #5b6157;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.our__solutions--list li {
    font-size: 24px;
    padding: 30px 65px 30px 135px;
}

.track__record--block2 {
    display: block;
    padding: 95px 0;
}
.track__record--block2 h3 {
    text-align: center;
    font-weight: 700;
    font-size: 60px;
}
.track__record--left2 {
    display: block;
}
.track__record--list {
    display: block;
}
.track__record--list li {
    display: block;
    padding: 33px 86px;
    position: relative;
    color: #28776c;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}
.track__record--list li::after {
    content: "";
    width: 85%;
    height: 5px;
    display: block;
    background: #79b450;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.track__record--list li:first-child::after {
    display: none;
}
.track__record--list li:nth-child(odd):before {
    content: "";
    width: 70px;
    height: 104%;
    display: block;
    border: 5px solid #79b450;
    border-right: none;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}
.track__record--list li:nth-child(even):before {
    content: "";
    width: 70px;
    height: 104%;
    display: block;
    border: 5px solid #79b450;
    border-left: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.track__record--right2 {
    display: block;
}

.track__record__logos--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px;
    background: #fbffef;
    border: 1px solid #c7d087;
    border-radius: 10px;
    margin-top: 50px;
}
.track__record__logos--box img {
    display: inline-block;
    margin: 10px 12px;
}
/* ======================== 19-04-2022 Investors Desk ======================== */

/* ======================== 19-04-2022 Become coe ======================== */
.become__coe__top--block {
    display: block;
    padding: 70px 0 50px;
    background: #eeeeee;
}
.become__coe__top--main {
    display: block;
}
.become__coe__top--box {
    display: block;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.become__coe--industry .industry__today--main {
    max-width: 1030px;
}
/* ======================== 19-04-2022 Become coe ======================== */

/* ======================== 20-04-2022 knowledge__center ======================== */
.knowledge__center__top--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 75px 0 0 0;
}
.knowledge__center__top--block .commen__head {
    max-width: 1165px;
    padding-bottom: 30px;
}
.knowledge__center__top--block .commen__head p {
    color: #5c6158;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.knowledge__center__top--main {
    display: block;
    min-height: 612px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    border-radius: 10px;
    margin-bottom: -45px;
    padding: 55px;
    text-align: center;
}
.knowledge__center__top--main h3 {
    color: #112702;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}
.knowledge__center__top--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 890px;
    margin: auto;
    position: relative;
}
.knowledge__center__top--list::after {
    content: "";
    width: 495px;
    height: 88px;
    display: block;
    background: url(../img/left__right--line.svg) no-repeat center top;
    background-size: cover;
    margin: auto;
    margin-top: 15px;
}
.knowledge__center__top--list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 35px 0 138px;
    position: relative;
    max-width: 400px;
    width: 100%;
    height: 127px;
    background: #7dbb36;
    border-radius: 100px;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}
.knowledge__center__top--list li::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 14px solid #7dbb36;
    border-color: #7dbb36 transparent transparent transparent;
    position: absolute;
    left: 0;
    bottom: -26px;
    right: 0;
    margin: auto;
}
.knowledge__center__top--list li .icon {
    width: 98px;
    height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 15px;
}
.knowledge__center__top--main h5 {
    max-width: 855px;
    margin: auto;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 30px;
}
.ramping__content {
    display: block;
    text-align: center;
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 80px;
    max-width: 885px;
    margin: auto;
}
.ramping__content p {
    margin-bottom: 0;
    font-size: 18px;
    color: #386771;
    font-weight: 500;
}
.ramping__content p span {
    display: block;
}
.ramping__content p span a {
    color: #18454e;
    font-weight: 700;
    text-decoration: underline;
}

.council__expert--block {
    display: block;
    background: #edf5f1;
    padding: 100px 0 70px;
}
.council__expert--block h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}
.council__expert--main {
    display: block;
    background: #ffffff;
    padding: 15px;
    padding-top: 0;
    position: relative;
}
.light__gray--bg {
    background: #eeeeee !important;
}
.bluish__gray--bg {
    background: #d6dce5 !important;
}
.light__orange--bg {
    background: #fbe5d6 !important;
}
.light__yellow--bg {
    background: #fff2cc !important;
}
.council__expert--main .table {
    position: relative;
}
.council__expert--main .table thead {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: table;
}
.council__expert--main .table thead tr {
    width: 100%;
}
.council__expert--main .table thead tr th {
    background: #70ad47;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: none;
    padding: 10px 25px;
}
.council__expert--main .table thead tr th:nth-child(1) {
    width: 20%;
    background: none;
}
.council__expert--main .table thead tr th:nth-child(2) {
    width: 22%;
}
.council__expert--main .table thead tr th:nth-child(3) {
    width: 23%;
}
.council__expert--main .table thead tr th:nth-child(4) {
    width: 30%;
}
.council__expert--main .table tbody tr td {
    border: none;
    padding: 15px 20px;
    border-top: 1px solid #ffffff;
}
.council__expert--main .table tbody tr td:nth-child(1) {
    width: 20%;
    background: none;
}
.council__expert--main .table tbody tr td:nth-child(2) {
    width: 22%;
}
.council__expert--main .table tbody tr td:nth-child(3) {
    width: 23%;
}
.council__expert--main .table tbody tr td:nth-child(4) {
    width: 30%;
}
.council__expert--main .table tbody tr td h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #70ad47;
}
.council__expert--main .table tbody tr td h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #414956;
}

.council__expert--ul {
    display: block;
}
.council__expert--ul li {
    display: block;
    position: relative;
    color: #414956;
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
    position: relative;
    margin: 10px 0;
}
.council__expert--ul li::before {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 2px;
    border: 2px solid #7ea691;
}
/* ======================== 20-04-2022 knowledge__center ======================== */

/* ======================== 21-04-2022 knowledge__center ======================== */
.collaborations__partners--block {
    display: block;
    padding: 30px 0;
}
.collaborations__partners--main {
    display: block;
}
.collaborations__partners--box {
    display: block;
    padding: 45px 0;
    border-top: 1px solid #dae3f0;
}
.collaborations__partners--box:first-child {
    border-top: none;
}
.collaborations__partners--left {
    display: block;
}
.collaborations__partners--left h4 {
    color: #1a201f;
    font-weight: 700;
    font-size: 24px;
}
.collaborations__partners--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.collaborations__partners--right img {
    display: inline-block;
    margin: 0 20px;
}
.collaborations__partners--right a {
    display: inline-block;
    margin: 0 40px;
}
/* ======================== 21-04-2022 knowledge__center ======================== */

.problem__solve--stepbox .spread__accross--list {
    max-width: 225px;
    margin: auto;
    text-align: left;
}
.testi__avatar {
    display: block;
    position: relative;
    width: 95px;
    height: 95px;
    background: grey;
    border-radius: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}
.testi__avatar img {
    width: 95px;
    height: 95px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.next__btn {
    pointer-events: none;
}

/*===============================================================
font-family: 'icomoon';
font-family: 'FontAwesome';
font-family:"objektiv-mk1";
===============================================================*/

.record__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.no-access_record {
    width: 52px;
    height: 52px;
    background: white;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__section {
    background: #48a349;
    background-size: cover;
    height: 765px;
    position: relative;
}

.warning__block {
    display: block;
    background: #e82f2f;
    padding: 10px 15px;
    text-align: center;
}
.warning__block p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}
.warning__block p i {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-right: 10px;
}

.banner__item video {
    object-fit: cover;
    width: 100%;
    height: 900px;
}

.thumb__vdo {
    display: inline-block;
    position: relative;
}
.thumb__vdo i {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 44px;
    color: #000000;
    border-radius: 100%;
    border: 3px solid #fff;
    background: #fff;
    box-shadow: 0 0 30px 0 #0000002e;
}

.contact__address--box .icon .bi-camera-reels {
    font-size: 44px;
    color: #00592b;
}

/********************** LIYA JOHN NEW STYLE ON HOME PAGE BANNER - 16-05-2022 START*****************************/
.agriculture__collaborative__banner--right .logo-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.agriculture__collaborative__banner--right .logo-block {
    padding-left: 120px;
}
.agriculture__collaborative__banner--right .logo-block li {
    width: 140px;
    transition: 0.5s ease;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
}
.agriculture__collaborative__banner--right .logo-block li a {
    margin: auto;
}
.agriculture__collaborative__banner--right .logo-block li:hover {
    box-shadow: 1px 1px 5px 5px rgb(255 255 255 / 40%);
}
/********************** LIYA JOHN NEW STYLE ON HOME PAGE BANNER END*****************************/

h4.cour__coin {
    color: #fff;
}

.course__outline--list.adjust__m li span {
    position: absolute;

    margin-right: 5px;

    left: 10px;

    top: 2px;
}

.course__outline--list.adjust__m li {
    padding: 5px 10px 2px 10px;
    padding-left: 79px;
}

.cour__coin span img {
    height: 50px;
}

/*========================= LIYA JOHN NEW STYLE ON 27-05-2022 FOR AGRICULTURE INTELLIGENCE  ==============================*/
.agriculture-intelligence {
    padding: 60px 0;
}
.agriculture-intelligence h3 {
    font-size: 30px;
    font-weight: bold;
}
.sub__hero--main.verticle-area {
    max-width: 760px;
}
/* Browse course  */
.browse-course-section {
    background: #f5f5f5;
    padding: 40px 0;
}
/* .browse__courses--block { display: block; margin-top: 30px;} */
.browse__courses--block h4 {
    font-size: 18px;
    color: #28332c;
    font-weight: 700;
    margin-bottom: 0px;
}
.browse__courses--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.browse__courses--head h3 {
    margin-bottom: 0;
    color: #08190c;
    font-size: 24px;
    font-weight: bold;
}
.browse__courses--filtering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.browse__courses--filtering > li {
    display: inline-block;
}
.browse__courses--filtering > li > label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #767d79;
    padding: 13px 18px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    overflow: hidden;
}
.browse__courses--filtering > li > label > input {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.browse__courses--filtering > li > label:hover {
    color: #69ae21;
}
.browse__courses--filtering > li.selected > label {
    background: #ffffff;
    color: #69ae21;
}
.browse__courses--main {
    display: block;
}
.browse__courses--crops {
    display: block;
    position: relative;
    padding: 0 45px;
    background: #ffffff;
}
.browse__courses--crops .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    height: 50px;
}
.all-course {
    width: 275px;
    margin-right: 30px;
}
.courses__crops--item {
    display: block;
    text-align: center;
    padding: 14px 5px;
    border-left: 2px solid #f0f0f0;
    position: relative;
}
.courses__crops--item::after {
    content: "";
    width: 0%;
    height: 3px;
    display: block;
    background: #69ae21;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all ease-out 0.3s;
}
.courses__crops--item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
}
.courses__crops--item span img {
    display: inline-block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}
.courses__crops--item p {
    margin-bottom: 0;
    color: #767d79;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
}
.courses__crops--item input {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.crop__arrows {
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
}
.crop__arrows.prev {
    left: 0;
    border-right: 2px solid #f0f0f0;
}
.crop__arrows.next {
    right: 0;
    border-left: 2px solid #f0f0f0;
}
.browse__courses--crops .owl-nav {
    display: none;
}
.courses__crops--carosel {
    margin-left: -2px;
}
.browse__courses--filtering .commen__selector {
    border: none;
    background-color: transparent;
    font-weight: 700;
    font-size: 14px;
    width: 155px;
}
.browse__courses--filtering .nice-select:after {
    width: 7px;
    height: 7px;
}
.browse__courses--filtering .nice-select.wide .list {
    max-height: 200px;
    overflow-y: auto;
}
.browse__courses--crops .selected .courses__crops--item img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
}
.browse__courses--crops .selected .courses__crops--item p {
    color: #69ae21;
}
.browse__courses--crops .selected .courses__crops--item::after {
    width: 100%;
}

.browse__mycourse--main {
    display: block;
    padding: 28px 33px 40px 33px;
    border: 2px solid #ffffff;
}
.browse__mycourse--radios {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.course__radio {
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 21px;
    font-size: 14px;
    font-weight: 700;
    color: #767d79;
    margin-right: 27px;
}
.course__radio.selected {
    color: #69ae21;
}
.course__radio::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 100%;
    border: 3px solid #b6bfad;
    position: absolute;
    left: 0;
    top: 1px;
}
.course__radio.selected::before {
    border-color: #69ae21;
}
.course__radio .radio__filter {
    display: inline-block;
    position: absolute;
    left: -20px;
    top: -20px;
    opacity: 0;
}
.dashboard__browse--coins {
    display: block;
    position: relative;
    padding-left: 57px;
}
.dashboard__browse--coins .icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.dashboard__browse--coins h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 3px;
}
.dashboard__browse--coins p {
    font-size: 11px;
    line-height: 15px;
    font-weight: 300;
    margin-bottom: 0;
    color: #8b9890;
}

.dashboard__mycourse--block {
    display: block;
    margin-top: 48px;
}
.dashboard__mycourse--block h3 {
    color: #223310;
    font-size: 30px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard__mycourse--main {
    display: block;
}
.dashboard__mycourse--box {
    display: block;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.dashboard__mycourse--image {
    display: block;
    position: relative;
    height: 195px;
}
.dashboard__mycourse--image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.mycourse__image--list {
    display: inline-block;
    position: absolute;
    left: 24px;
    top: 23px;
    background: #e0a820;
    padding: 2px 10px;
    border-radius: 25px;
}
.mycourse__image--list li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #fffebc;
    line-height: 12px;
}
.mycourse__image--list li:first-child {
    border-left: none;
}
.mycourse__image--list li a {
    display: block;
    color: #fff5c3;
    font-size: 12px;
    font-weight: 400;
}
.mycourse__image--list li a:hover {
    color: #ffffff;
}
.dashboard__mycourse--cont {
    display: block;
    padding: 25px;
}
.dashboard__mycourse--cont h4 {
    font-size: 18px;
    color: #28332c;
    font-weight: 700;
    margin-bottom: 0px;
}
.entroll-btn-box {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.entroll-btn-box h5 {
    color: #080b0e;
    font-size: 24px;
    font-weight: bold;
    margin: auto 0;
}
.modal-available-courses .modal-dialog {
    max-width: 880px;
    border-radius: 20px;
}
.modal-available-courses .modal-content {
    border-radius: 20px;
}
.modal-available-courses .primary__btn::after {
    right: 50px;
}
.popup-img-block {
    padding: 35px;
}
.popup-img-box {
    position: relative;
}
.popup-img-box span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
}
.popup-img-box span img {
    margin: auto;
}
.modal-available-courses h4 {
    font-size: 30px;
    font-weight: bold;
}
.modal-available-courses .modal-body {
    padding: 0;
}
.modal-available-courses .modal-header .btn-close {
    width: 35px;
    height: 35px;
    font-size: 35px;
    color: #fff;
    background: #84bf4b;
    opacity: 1;
    border-radius: 50%;
    box-shadow: none;
}
.course-content {
    height: 100%;
}
.course-content li {
    color: #5b6157;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}
.course-content li:after {
    position: absolute;
    content: "";
    left: 0;
    background: url(../img/tick.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.modal-available-courses h6 {
    color: #080b0e;
    font-size: 18px;
    font-weight: bold;
}
.content-course-review {
    background: #f0f0f0;
    padding: 35px;
    border-radius: 20px;
}
.modal-available-courses .modal-header {
    padding: 30px 35px;
    padding-bottom: 0;
    border: 0;
}
.course-content {
    padding: 25px;
    border-radius: 20px;
    background: #fff;
}
.commen-head {
    padding-left: 0;
}

.progressBar-block {
    padding: 25px 35px;
    border-radius: 20px;
    background: #fff;
}
.progressBar {
    margin-bottom: 26px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 15px;
    display: flex;
    justify-content: space-between;
}
.progressBar .rating-star {
    color: #1a1d18;
    font-size: 12px;
    font-weight: bold;
}
.review-rating-box img {
    width: 15px;
}
.review-rating-box {
    margin-bottom: 15px;
}
.review-rating-box {
    display: flex;
}

.rating-number {
    color: #5b6157;
    font-size: 12px;
    margin-left: 20px;
    display: inline-block;
}
.rating-value {
    color: #1a1d18;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    display: inline-block;
}
.progressBar h4 {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 7px;
    margin-bottom: 0.33em;
    color: #2e1437;
}
.progressBar-block h6 {
    margin-bottom: 0;
}
.progressBarcontainer {
    width: 83%;
    height: 10px;
    background: #e8e8e8 !important;
    overflow: hidden;
    border-radius: 0.3em;
}
.progressBarValue {
    height: 10px;
    float: left;
    border-radius: 0.3em;
    background: #e0a820;
}
.speech-bubble {
    font-size: 12px;
    color: #5b6157;
    line-height: 2em;
    position: absolute;
    top: -0.6em;
    text-align: center;
    width: 3em;
    border-radius: 0.3em;
    right: -35px;
    display: none;
}

/*======================== LEARNING PACKAGES PAGE - LIYA JOHN 1-6-2022 ===========================*/
.customized-offers {
    padding: 70px 0;
}
.customized-offers li {
    padding: 11px 30px;
    min-height: 83px;
}
.customized-offers .owl-carousel .owl-stage-outer {
    border-radius: 10px;
}
.course-detailed-heading li {
    color: #112702;
    font-weight: bold;
    text-align: left;
    position: relative;
    display: flex;
}
.course-detailed-heading li span {
    margin: auto 0;
}
.course-detailed-heading {
    margin-top: 71px;
}
.course-detailed-heading li:first-child {
    padding-top: 55px;
    min-height: 90px;
}
.customized-offers li:nth-child(odd) {
    background: #f0f0f0;
}
.customized-offers li:nth-child(even) {
    background: #e6e6e6;
}
.customized-offers .owl-stage {
    padding-top: 35px;
}
.customized-offers .owl-carousel:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50px;
    z-index: -1;
    border-radius: 15px;
    bottom: 0;
    box-shadow: 0 0 65px rgb(0 0 0 / 14%);
}
.customized-offers h3 {
    text-align: center;
    color: #080b0e;
    font-size: 48px;
    font-weight: bold;
}
.course-content-data img {
    width: 25px !important;
    margin: auto;
}
.course-content-data li:first-child {
    min-height: 125px;
}
.course-content-data li:first-child {
    padding-top: 75px;
}
.course-content-data li:last-child {
    min-height: 110px;
}
.customized-offers .owl-item:nth-child(odd) li:nth-child(odd) {
    background: #fff;
}
.customized-offers .owl-item:nth-child(odd) li:nth-child(even) {
    background: #eee;
}
.customized-offers .owl-item:nth-child(even) li:nth-child(odd) {
    background: #eaeaea;
}
.customized-offers .owl-item:nth-child(even) li:nth-child(even) {
    background: #e3e3e3;
}
.customized-offers .owl-item:nth-child(odd) li:last-child {
    background: #112403;
}
.customized-offers .owl-carousel {
    border-radius: 5px;
}
.customized-offers .owl-item:nth-child(even) li:last-child {
    background: #2b3b20;
}
.customized-offers .amount {
    color: #ffffff;
    font-size: 24px;
    display: block;
    text-align: center;
    margin-top: 12px;
}
.customized-offers .amount-detail {
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
}
.customized-offers .course-type {
    font-weight: bold;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.course-data-div {
    border-radius: 5px;
    background: #4473c5;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 20px;
    right: 20px;
}
.course-data-div:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #4473c5;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(180deg);
}
.orange-div .course-data-div:after {
    border-bottom: 9px solid #f07c31;
}
.yellow-div .course-data-div:after {
    border-bottom: 9px solid #ecb407;
}
.green-div .course-data-div:after {
    border-bottom: 9px solid #77a856;
}
.course-duration {
    color: #fff;
    font-size: 14px;
}
.orange-div .course-data-div {
    background: #f07c31;
}
.yellow-div .course-data-div {
    background: #ecb407;
}
.green-div .course-data-div {
    background: #77a856;
}
.responsive-text {
    display: none;
}

.browse__mycourse--radios .c--type__faa {
    display: flex;
    align-items: center;
}
.browse__mycourse--radios .commen__selector .list {
    max-height: 300px;
    overflow-y: auto;
}

/*== Progress bar ==*/

.progress-custom {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}

.progress-custom .progress {
    width: 75%;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    background: #e8e8e8;
    height: 10px;
    border-radius: 15px;
    overflow: hidden;
}

.progress-custom .progress-value {
    width: 13%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 4px;
    font-size: 12px;
    color: #e0a820;
    font-weight: 400;
    line-height: 12px;
    height: 10px;
    position: relative;
    top: 2px;
}

.progress-bar {
    height: 11px;
    border-radius: 15px;
    background: #e0a820;
}

.progress-custom .rating-star {
    width: 12%;
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    line-height: 12px;
    height: 12px;
    position: relative;
    top: 2px;
    font-size: 14px;
}

.progress-custom .rating-star img {
    width: 10px;
}

/*== Progress bar ==*/

.popup-img-box img,
.popup-img-box video {
    width: 100%;
    max-height: 520px;
    object-fit: fill;
}

/*== for sticky header ==*/

.header.sticky-header {
    width: 100%;
    position: fixed;
    z-index: 100;
    transition: 0.2s ease-in;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

/* =============== MSO Added for Testimonials Section ================== */

.testimonials__block .container-fluid {
    padding: 60px 0 0 0;
}

.testimonials__block .customer__details {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.testimonials__heading h1 {
    color: #08190c;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
}
.testimonials__heading h3 {
    color: #08190c;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
}

.customer__details .customer__photo img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
}

.customer__name {
    margin-left: 15px;
}

.customer__details h6 {
    font-size: 18px;
    font-weight: 600;
    color: #424242;
    margin: 0;
    padding: 0;
}

.customer__details span {
    font-size: 16px;
    color: #737c87;
}

.testimonial--item {
    width: 380px;
    padding: 25px 45px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.testimonial--item p {
    color: #777989;
}

.testimonial--carosel.owl-carousel .owl-stage-outer {
    padding: 50px 0 100px 0;
}

/*.home__features--block .container { border-bottom: solid 1px #d9e3f0; padding-bottom: 60px; }*/

.audio__section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.start__record p {
    margin-right: 20px;
}

.audio__section input[type="button"] {
    background-image: url(../img/record__icon.svg);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 9px;
    background-size: 23%;
    background-color: #ff3d00;
    height: 52px;
    border-radius: 35px;
    font-weight: 500;
    font-size: 16px;
    padding: 0 20px 0 55px;
    color: #fff;
    border: none;
    transition: background-color 0.3s ease-in-out;
}

.audio__section input[type="button"]:hover {
    background-color: #d93400;
}

.simply-scroll-container {
    position: relative;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 50px 0;
    list-style: none;
}

.simply-scroll {
    width: 100%;
    margin-bottom: 1em;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
}

.simply-scroll .simply-scroll-list li {
    margin: 0 15px;
    float: left;
}

.home__features--list li:first-child::before {
    display: none;
}

/***********************
CEO PAGE
************************/
.ceo__contant--heading {
    margin-bottom: 25px;
}
.ceo__contant--heading h1 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 5px 0;
}
.ceo__contant--heading h6 {
    font-size: 16px;
    text-align: center;
    color: #787d75;
}

.ceo-tile {
    padding: 30px 25px;
    background-color: #faf8f8;
    border-radius: 30px;
}
.ceo-image {
    background: url(../img/ceo__image-bg.png) no-repeat;
    background-size: contain;
    height: 130px;
    width: 145px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin: 0 auto;
}
.ceo-image img {
    width: 123px;
    height: 105px;
    background-size: cover;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.ceo-name {
    display: flex;
    justify-content: center;
}
.ceo-name h5 {
    font-size: 16px;
    margin: 15px 0 0 0;
    padding: 8px 16px;
    color: #fff;
    background-color: #76b828;
    border-radius: 50px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
}
.ceo-tile h6 {
    font-size: 14px;
    color: #787d75;
    font-weight: 500;
    text-align: center;
    margin: 15px 0 0 0;
    padding: 0;
}
.ceo-tile h6 span {
    display: block;
}
.ceo-tile p {
    color: #888c85;
    text-align: center;
    margin: 15px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.detail-link {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.coe--detail-popup .detail__nane-photo {
    display: flex;
    align-items: center;
}
.coe--detail-popup h1 {
    font-size: 32px;
    color: #76b828;
    font-weight: 800;
    margin: 0;
    padding: 0;
}
.coe--detail-popup h6 {
    font-size: 14px;
    color: #787d75;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0;
}
.coe--detail-popup .ceo-image {
    margin: 0;
}
.coe--detail-popup .btn-close {
    padding: 15px;
    background-color: #84bf4b;
    background-image: none;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}
.coe--detail-popup .btn-close svg {
    vertical-align: top;
}
.coe--detail-popup .btn-close svg path {
    fill: white !important;
}
.coe--detail-popup p {
    margin: 25px 0 0 0;
}
.popup-ceo-name {
    margin-left: 25px;
}
.ceo__knowmore .modal-content {
    padding: 42px 60px;
}

.header__signup_02 .header__signup--btn {
    background: #79b450;
    color: #ffffff;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
}

.header__signup_02.mob--signin_btn {
    display: none;
}

.policy__content--tab {
    display: flex;
    align-items: flex-start;
}
.policy__content--tab .tab-menu {
    width: 26%;
    float: left;
    padding: 25px 43px;
    background: #ffffff;
    box-shadow: 0 2px 62px 0 #00000023;
}
.policy__content--main .policy__content--tab .resp-tabs-container {
    width: 74%;
    padding-left: 70px;
}
.policy__content--tab .tab-menu li {
    float: none;
    display: block;
    border-top: 1px solid #d9e3ee;
    position: relative;
    margin-right: 0px;
}
.policy__content--tab .tab-menu li:first-child {
    border-top: none;
}
.policy__content--tab .tab-menu li a {
    padding: 18px 30px 18px 0;
    color: #00592c;
    font-size: 14px;
    font-weight: 700;
}
.policy__content--tab .tab-menu li a::after {
    content: "\e901";
    font-family: "icomoon";
    width: 16px;
    height: 16px;
    display: block;
    background: #c0d1d8;
    border-radius: 100%;
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 6px;
    text-align: center;
    line-height: 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all ease-out 0.3s;
}
.policy__content--tab .tab-menu li.active a {
    color: #76b828;
}
.policy__content--tab .tab-menu li.active a::after {
    background: #76b828;
}

.tab-content {
    display: none;
}
.tab-content.showcontent {
    display: block;
}

.cc_request {
    padding-top: 30px;
}

.nice-select.schedule__session--input {
    line-height: 54px;
}

.nice-select.schedule__session--input .list {
    width: 100%;
}

.nice-select.schedule__session--input .option {
    color: #000;
    width: 100%;
}

.schedule__session--input .nice-select.open,
.schedule__session--input .nice-select:active,
.schedule__session--input .nice-select:focus {
    border-color: #ffffff;
}

.input-focus {
    border: 1px dotted black;
    padding: 5px 8px;
    border-radius: 10px;
}

.clients {
    padding: 25px;
}

.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;
    margin-right: 15px !important;


}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}
