/* CSS Document */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

 @font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('../fonts/Raisonne-DemiBold.woff2') format('woff2'),
      url('../fonts/Raisonne-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont5b62.eot?v=4.6.3");
  src: url("../fonts/fontawesome/fontawesome-webfontd41d.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont5b62.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont5b62.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome/fontawesome-webfont5b62.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

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

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

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

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

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-battery-4:before,
.fa-battery-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";
}

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

@font-face {
  font-family: "Amethysta";
  src: url("../fonts/Amethysta-Regular.html");
  src: url("../fonts/Amethysta-Regulard41d.html?#iefix") format("embedded-opentype"), url("../fonts/Amethysta-Regular-2.html") format("woff"), url("../fonts/Amethysta-Regular-3.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
 font-family: 'Montserrat', sans-serif;
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PlayfairBold";
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "NunitoLight";
  src: url("../fonts/Nunito-Light.woff2") format("woff2"), url("../fonts/Nunito-Light.woff") format("woff"), url("../fonts/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon8a6b.eot?mhgm7a");
  src: url("../fonts/icomoon8a6b.eot?mhgm7a#iefix") format("embedded-opentype"), url("../fonts/icomoon8a6b.ttf?mhgm7a") format("truetype"), url("../fonts/icomoon8a6b.woff?mhgm7a") format("woff"), url("../fonts/icomoon8a6b.svg?mhgm7a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  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-filter:before {
  content: "\e90b";
}

.icon-Payment:before {
  content: "\e908";
}

.icon-ic_cart:before {
  content: "\e909";
}

.icon-book:before {
  content: "\e90a";
}

.icon-caret-down:before {
  content: "\e907";
}

.icon-download:before {
  content: "\e906";
  color: #979797;
}

.icon-tick:before {
  content: "\e905";
}

.icon-arrow-down:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e903";
}

.icon-ic_search:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e900";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e901";
  color: #fff;
}

/* scss variables */ /* media queries */
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100);
    transform: translateY(-100);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100);
    transform: translateY(-100);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce {
  80% {
    margin-top: 15px;
  }
  85% {
    margin-top: -50px;
  }
  90% {
    margin-top: 15px;
  }
  95% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}
@keyframes bounce {
  80% {
    margin-top: 15px;
  }
  85% {
    margin-top: -50px;
  }
  90% {
    margin-top: 15px;
  }
  95% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}

@-webkit-keyframes line_animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50.01% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes line_animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50.01% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  overflow-x: hidden;
}

html, body {
  margin: 0;
}
@media screen and (max-width: 1060px) {
  html, body {
    overflow-x: hidden;
  }
}

/*body {
  font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}*/
body {
  margin: 0;
 font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .modal-open {
  margin-right: 0;
}
body.stop_overflow {
  overflow-x: hidden;
}
@media screen and (min-width: 1500px) {
  body {
    -moz-transform: scale(1.1, 1.1);
    zoom: 1.1;
    zoom: 110%;
  }
}
@media screen and (min-width: 1700px) {
  body {
    -moz-transform: scale(1.2, 1.2);
    zoom: 1.19;
    zoom: 119%;
  }
}
body.edit-mode {
  -moz-transform: scale(1, 1) !important;
  zoom: 1 !important;
  zoom: 100% !important;
}

.wrapper {
  /*min-height: 100vh;*/
  margin-bottom: -50px; /* This needs to be calculated dynamically via js  - height of the footer */
  margin-top: 78px;
  /* headings */
  /* form fields */
}
@media screen and (max-width: 1199px) {
  .wrapper {
    margin-top: 86px;
  }
}
@media screen and (max-width: 1060px) {
  .wrapper {
    overflow: hidden;
  }
}
.wrapper h1 {
  font-size: 72px;
  line-height: 74px;
  margin-bottom: 15px;
  font-weight: normal;
 font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 1199px) {
  .wrapper h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
.wrapper h2 {
  font-size: 54px;
  line-height: 62px;
  margin-bottom: 13px;
  font-weight: normal;
 font-family: 'Montserrat', sans-serif;
 color: #4d897c;
 font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .wrapper h2 {
    font-size: 55px;
    line-height: 58px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wrapper h3 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 12px;
  font-weight: normal;
 font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 1400px) {
  .wrapper h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.wrapper h4 {
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 11px;
  font-weight: normal;
 font-family: 'Montserrat', sans-serif;
  color: #000;
}
.wrapper h5 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}
.wrapper h6 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: normal;
}
.wrapper input, .wrapper textarea, .wrapper select {
 font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper select {
  cursor: pointer;
  padding: 9px 6px 9px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  -webkit-appearance: none;
  height: 36px;
  -moz-appearance: none;
  background: none;
  text-indent: 0.01px;
  color: rgba(0, 0, 0, 0.4);
 font-family: 'Montserrat', sans-serif;
  text-overflow: "";
}

p {
  font-size: 20px;
 font-family: 'Montserrat', sans-serif;
 color: #000000;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
p a {
  text-decoration: underline;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

ul {
  padding-left: 0;
}
ul li {
  line-height: 26px;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none 0;
}

input[type=submit] {
  cursor: pointer;
}

input:focus, textarea:focus {
  outline: transparent none;
}

select:focus {
  outline: none;
}

section {
  display: block;
}

.errors, .success {
  background: #FFFFFF;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
}

.errors {
  color: #f04f71;
}

.success {
  color: #51bf9b;
}

/* text selection color */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

/* scrollbar color only for windows OS */
.win-os ::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .win-os ::-webkit-scrollbar {
    width: 4px;
  }
}

.win-os ::-webkit-scrollbar-track {
  background-color: #ccc;
}

.win-os ::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #ECECEC;
}
@media screen and (max-width: 768px) {
  .win-os ::-webkit-scrollbar-thumb {
    width: 4px;
  }
}

/* placeholder */
input, textarea {
  /* hide placeholder on focus of input */
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

input[type=submit] {
  -webkit-appearance: none;
}

.ios-device * {
  background-attachment: scroll;
}

/* wow default css to avoid flickering */
.wow {
  visibility: hidden;
}
@media screen and (max-width: 1060px) {
  .wow {
    visibility: visible;
  }
}

/* Site Loader */
.site-loader {
  display: none;
  background: #FFFFFF;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.site-loader.anim {
  width: 25%;
}

.logo-middle {
  display: none;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
}
.logo-middle img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Formidable Lable movement */
.formidable .formidable_message {
  background: transparent;
  padding: 10px 0px;
}
.formidable .formidable_message h3 {
  font-size: 36px !important;
  line-height: 44px !important;
  margin-bottom: 20px !important;
  color: #000;
  text-align: center;
}
.formidable .formidable_message p {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.formidable .formidable_message p a {
  display: inline-block;
  margin-top: 55px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 7px 30px;
  text-decoration: none;
}
.formidable .element {
  margin-bottom: 20px;
  position: relative;
}
.formidable .element .label {
  position: absolute;
  top: 12px;
  left: 0;
  pointer-events: none;
  padding: 0;
  -webkit-transition: top 0.3s cubic-bezier(0, 0.82, 0, 1.01);
  transition: top 0.3s cubic-bezier(0, 0.82, 0, 1.01);
}
.formidable .element .label.focus {
  top: -7px;
}
.formidable .element .label.focus label {
  font-size: 13px;
  line-height: 22px;
}
@media screen and (max-width: 640px) {
  .formidable .element .label.focus label {
    font-size: 10px;
  }
}
.formidable .element .label label {
  color: #2b2b2b;
  color: rgba(43, 43, 43, 0.5);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  -webkit-transition: font-size 0.3s cubic-bezier(0, 0.82, 0, 1.01);
  transition: font-size 0.3s cubic-bezier(0, 0.82, 0, 1.01);
}
@media screen and (max-width: 640px) {
  .formidable .element .label label {
    font-size: 13px;
    line-height: 22px;
  }
}
.formidable .element .label .no_counter {
  color: #ff0000;
}
.formidable .element > .error {
  background: #ff0000;
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
}
.formidable .element input, .formidable .element textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #7d7c7c;
  color: #2b2b2b;
  color: rgba(43, 43, 43, 0.5);
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
}
.formidable .element textarea {
  min-height: 120px;
  max-height: 150px;
  min-width: 100%;
  max-width: 100%;
}
.formidable .element .buttons {
  /*padding-top: 15px;*/
}
.formidable .element .buttons input {
  width: auto;
  background: none;
  border: 1px solid #232d39;
  border-radius: 25px;
  padding: 10px 20px;
  color: #232d39;
  text-transform: uppercase;
  opacity: 1;
  font-size: 10px;
  font-family: "robotoBlack";
  width: 50%;
  text-align: center;
  letter-spacing: 2px;
}
.formidable .element .buttons input:hover {
  /*background: #232d39;*/
  color: #fff;
}

/* Push div to keep footer sticky at the bootom */
.push {
  height: 50px; /* this needs to be recalculated via js - height of the footer */
}

/* Developed by */
.developed-by {
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.developed-by img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Go to top */
#gotoTop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  /*line-height: 40px;*/
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: #4d897c;
  color: #fff;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 720px) {
  #gotoTop {
    display: none;
  }
}
#gotoTop:hover {
  background: #5D5D5D;
}
#gotoTop.active {
  opacity: 1;
  visibility: visible;
}
#gotoTop .icon-arrow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.landscape-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 9999;
  display: none;
  padding: 20% 10% 0;
  overflow: hidden;
  /*@include landscape{
    display: block;
  }*/
}
.landscape-alert p {
  font-size: 16px;
  line-height: 26px;
  color: #131C4E;
}
.landscape-alert p span {
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 10px;
}

.cursor {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  background-image: url(../images/cursor_play.svg);
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .cursor {
    background-image: none !important;
    visibility: hidden;
  }
}
.cursor.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.cursor.pause_video {
  background-image: url(../images/cursor_pause.svg);
}
@media screen and (max-width: 767px) {
  .cursor.pause_video {
    background-image: none !important;
    visibility: hidden;
  }
}

.cursor.cursor-shadow {
  background-color: transparent;
}

.no-support {
  background-color: #ff0000;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  padding: 10px;
}
.no-support a {
  color: #ffffff;
  text-decoration: underline;
}

.page_banner {
  width: 100%;
  height: 85vh;
  max-height: 600px;
  position: relative;
  /*max-width: 1600px;*/
  /*max-width: 1440px;*/
  margin: auto;
}
.page_banner .custom_paging {
  display: none;
  opacity: 0;
}
.page_banner .animation_outer {
  position: absolute;
  bottom: 86px;
  height: 45px;
  width: 1px;
  left: 9vw;
  overflow: hidden;
  background-color: transparent;
}
@media screen and (max-width: 1460px) {
  .page_banner .animation_outer {
    left: 7vw;
  }
}
@media screen and (max-width: 1400px) {
  .page_banner .animation_outer {
    left: 3%;
  }
}
@media screen and (max-width: 1300px) {
  .page_banner .animation_outer {
    left: 0.5%;
  }
}
@media screen and (max-width: 1199px) {
  .page_banner .animation_outer {
    left: 5%;
  }
}
@media screen and (max-width: 1160px) {
  .page_banner .animation_outer {
    left: 3%;
  }
}
@media screen and (max-width: 1100px) {
  .page_banner .animation_outer {
    left: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .page_banner .animation_outer {
    top: 85%;
    left: 50%;
    z-index: 2;
  }
}
.page_banner .line_animation {
  position: relative;
  display: block;
  height: 45px;
  width: 1px;
  background-color: #000;
  -webkit-animation: line_animation 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  animation: line_animation 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@media screen and (max-width: 768px) {
  .page_banner .line_animation {
    background-color: #fff;
  }
}
.page_banner .banner_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  left: 0px;
}
.page_banner .banner_slick {
  height: 100%;
  width: 100%;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page_banner .banner_slick .slick-list {
  height: 100% !important;
}
.page_banner .banner_slick .slick-list .slick-track {
  height: 100%;
}
.page_banner .each_banner {
  width: 100%;
  height: 100%;
}
.page_banner .each_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0px;
  /*transform: scale(1);
  opacity: 1;
  transform-origin: left center;*/
}
.page_banner .each_banner .heading_outer {
  position: absolute;
  /*width: 52%;*/
  top: 42.5%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  /*left: 25%;*/
  text-align: center;
  padding-bottom: 30px;
  z-index: 2;
  overflow: hidden;
  /*padding-left: 16%;
   		padding-right: 16%;*/
  width: 50%;
  left: 25%;
}
@media screen and (min-width: 1700px) {
  .page_banner .each_banner .heading_outer {
    width: 50%;
    left: 25%;
  }
}
@media screen and (min-width: 1500px) {
  .page_banner .each_banner .heading_outer {
    width: 60%;
    left: 20%;
  }
}
@media screen and (max-width: 1360px) {
  .page_banner .each_banner .heading_outer {
    width: 60%;
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .page_banner .each_banner .heading_outer {
    width: 100%;
    left: 0%;
    padding: 0px 100px;
  }
}
@media screen and (max-width: 767px) {
  .page_banner .each_banner .heading_outer {
    top: 40%;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 375px) {
  .page_banner .each_banner .heading_outer {
    /*width: 90%;
    left: 5%;*/
  }
}
.page_banner .each_banner .heading_outer h1 {
  font-size: 60px;
  line-height: 66px;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .page_banner .each_banner .heading_outer h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page_banner .each_banner .heading_outer h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .page_banner .each_banner .heading_outer h1 {
    font-size: 36px;
    line-height: 35px;
  }
}
.page_banner .social_icons {
  position: relative;
  bottom: 68px;
  float: right;
  padding: 10px 0px;
  cursor: pointer;
}
.page_banner .social_icons a:hover span {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.page_banner .social_icons a:hover span.fa-twitter {
  opacity: 0.6;
}
.page_banner .social_icons a .fa-twitter::after {
  background-image: url("../images/tw-white.png");
}
.page_banner .social_icons span {
  margin-left: 19px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media screen and (max-width: 767px) {
  .page_banner .social_icons {
    display: none;
  }
}
.page_banner .search_product {
  position: absolute;
  bottom: 0px;
  padding: 20px 92px 20px 8px;
  background-color: #fff;
}
.page_banner .search_product:before {
  content: "";
  position: absolute;
  left: -1000%;
  width: 1000%;
  height: 100%;
  top: 0px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page_banner .search_product {
    display: none;
  }
}
.page_banner .search_product .ico_icon {
  color: #000;
  position: absolute;
  position: absolute;
  left: 0px;
  top: 25px;
  z-index: 2;
  padding-left: 3px;
  pointer-events: none;
  font-size: 20px;
}
.page_banner .search_product .ccm-search-block-submit {
  float: left;
  width: 38px;
  height: 30px;
  border: none;
  color: transparent;
  /*pointer-events: none;*/
  margin-left: -10px;
  background-color: transparent;
}
.page_banner .search_product .ccm-search-block-text {
  border: none;
  color: #ccc;
  line-height: 30px;
}
.page_banner .search_product .ccm-search-block-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.page_banner .link {
  position: absolute;
  bottom: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-height: 700px) {
  .page_banner .link {
    bottom: 30%;
  }
}
@media screen and (max-width: 767px) {
  .page_banner .link {
    bottom: 30%;
    width: 70%;
  }
}
.page_banner .link .link_inner {
  display: inline-block;
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media screen and (max-width: 767px) {
  .page_banner .link .link_inner {
    display: block;
    width: 100%;
    margin: auto;
  }
}
.page_banner .link .link_inner:hover {
  background-color: #4d897c;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.page_banner .link .link_inner:hover a {
  color: #ffffff;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.page_banner .link span {
  position: absolute;
  display: inline-block;
  background-color: #fff;
}
.page_banner .link span.top {
  width: 0%;
  height: 1px;
  top: 0px;
  right: 0px;
}
.page_banner .link span.top.show {
  width: 100%;
  -webkit-transition: width 0.2s linear 1.15s;
  transition: width 0.2s linear 1.15s;
}
.page_banner .link span.bottom {
  width: 0%;
  height: 1px;
  bottom: 0px;
  left: 0px;
}
.page_banner .link span.bottom.show {
  width: 100%;
  -webkit-transition: width 0.2s linear 0.8s;
  transition: width 0.2s linear 0.8s;
}
.page_banner .link span.right {
  width: 1px;
  height: 0%;
  right: 0px;
  bottom: 0px;
}
.page_banner .link span.right.show {
  height: 100%;
  -webkit-transition: height 0.15s linear 1s;
  transition: height 0.15s linear 1s;
}
.page_banner .link span.left {
  width: 1px;
  height: 0%;
  left: 0px;
  top: 0px;
}
.page_banner .link span.left.show {
  height: 100%;
  -webkit-transition: height 0.8s linear;
  transition: height 0.8s linear;
}
.page_banner .link a {
  display: inline-block;
  padding: 11px 30px;
  text-decoration: none;
  color: #fff;
 font-family: 'Montserrat', sans-serif;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.please_wait_loader {
  background-image: url("../images/loader.gif");
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 60;
  background-size: 180px;
  background-position: center;
  width: 60px;
  height: 100%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide_number {
  position: absolute;
  right: -3px;
  top: 38%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 42px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .slide_number {
    right: 3px;
    top: 40%;
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .slide_number {
    right: 40%;
    top: 25%;
    font-size: 25px;
    -webkit-transform: none;
            transform: none;
  }
}
.slide_number .curr_no {
  width: 40px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .slide_number .curr_no {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news-view-page .slide_number {
    top: auto;
    bottom: 27px;
  }
}

.slick-arrow {
  position: absolute;
  right: 43px;
  top: 58%;
  display: inline-block !important;
  width: 30px;
  height: 30px;
  background: transparent;
  border: transparent;
  z-index: 1;
  color: transparent;
  text-align: center;
  padding: 3px 6px;
  font-size: 25px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .slick-arrow {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    top: auto;
    right: auto;
    left: 5%;
    bottom: 5%;
  }
}
.slick-arrow.slick-next {
  top: calc(58% + 38px);
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    top: auto;
    right: 5%;
    left: auto;
  }
}

.no_banner {
  height: 100px;
}

html {
  /*cursor: url(../images/cursor.png), auto;*/
}

.list_overview {
  position: relative;
  margin-top: 55px;
  overflow: hidden;
  /*max-width: 1600px;*/
  /*max-width: 1440px;*/
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .list_overview {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_overview {
    margin-bottom: 30px;
    margin-top: 0px;
  }
}
.list_overview .product_page_outer {
  width: 87%;
  margin: auto;
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .list_overview .product_page_outer {
    margin-top: 25px;
  }
}
.list_overview .product_page_outer .col-sm-6.even_block {
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .list_overview .product_page_outer .col-sm-6.even_block {
    padding-left: 15px;
  }
}
.list_overview .product_page_outer .col-sm-6.odd_block {
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .list_overview .product_page_outer .col-sm-6.odd_block {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .list_overview .product_page_outer .col-sm-6 {
    width: 100%;
  }
}
.list_overview .product_page_outer .col-sm-6 a {
  text-decoration: none;
  display: block;
  color: #000;
}
.list_overview .product_page_outer .col-sm-6 a .each_product {
  width: 100%;
  margin-bottom: 75px;
}
.list_overview .product_page_outer .col-sm-6 a .each_product .block-content {
  text-align: center;
  margin-top: 20px;
}
.list_overview .product_page_outer .col-sm-6 a .each_product h2 {
  margin-bottom: 10px;
  font-size: 32px;
  pointer-events: none;
  margin: 0px;
  padding-bottom: 2px;
  padding-top: 0px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .list_overview .product_page_outer .col-sm-6 a .each_product h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .list_overview .product_page_outer .col-sm-6 a .each_product h2 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
}
.list_overview .product_page_outer .col-sm-6 a .each_product h2 span {
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
  margin-right: 35px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list_overview .product_page_outer .col-sm-6 a .each_product h2 span {
    position: absolute;
    left: 0px;
  }
}
.list_overview .product_page_outer .col-sm-6 a .each_product .img_container {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}
.list_overview .product_page_outer .col-sm-6 a .each_product .img_container .overlay_div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.44);
  /*transform: translateY(100%);*/
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.list_overview .product_page_outer .col-sm-6 a .each_product .img_container .overlay_div span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 9px 42px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  .list_overview .product_page_outer .col-sm-6 a .each_product .img_container .overlay_div span {
    width: 70%;
    padding: 9px 30px;
  }
}
.list_overview .product_page_outer .col-sm-6 a .each_product .img_container img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.list_overview .product_page_outer .col-sm-6 a .each_product .descr {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .list_overview .product_page_outer .col-sm-6 a .each_product .descr {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .list_overview .product_page_outer .col-sm-6 a .each_product .descr {
    font-size: 15px;
  }
}
.list_overview .product_page_outer .col-sm-6 a:hover .img_container .overlay_div {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  /*transform: translateY(0%);*/
  opacity: 1;
}
.list_overview .product_page_outer .col-sm-6 a:hover .img_container .overlay_div span {
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.list_overview .product_page_outer .col-sm-6 a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.list_overview .product_page_outer .col-sm-6 a:active .img_container span {
  background-color: #fff;
  color: #000 !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.product-overview-page .list_overview .each_product .data_part h2, .project-page .list_overview .each_product .data_part h2 {
  font-size: 28px;
}
@media screen and (max-width: 1360px) {
  .product-overview-page .list_overview .each_product .data_part h2, .project-page .list_overview .each_product .data_part h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 1199px) {
  .product-overview-page .list_overview .each_product .data_part h2, .project-page .list_overview .each_product .data_part h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 1060px) {
  .product-overview-page .list_overview .each_product .data_part h2, .project-page .list_overview .each_product .data_part h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .product-overview-page .list_overview .each_product .data_part h2, .project-page .list_overview .each_product .data_part h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .product-overview-page .list_overview .each_product .data_part h2, .project-page .list_overview .each_product .data_part h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .product-overview-page .list_overview .each_product .link, .project-page .list_overview .each_product .link {
    top: 55px;
    left: 60px;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 1100px) {
  .product-overview-page .list_overview .each_product .link, .project-page .list_overview .each_product .link {
    top: 40px;
  }
}

.heading_para_block {
  margin-top: 35px;
  text-align: center;
  margin: auto;
}
.heading_para_block h2 {
  margin-bottom: 25px;
}
.heading_para_block p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .heading_para_block p {
    font-size: 16px;
    line-height: 30px;
  }
}
.heading_para_block.small_width {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .heading_para_block.small_width {
    width: 90%;
  }
}

form .formidable_row .element .label {
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  left: 5px;
}
form .formidable_row .element .label.focus {
  top: -11px;
  z-index: 1;
}
form .formidable_row .element .label.focus label {
  color: #000;
}
form .formidable_row .element .label .no_counter {
  display: none;
}
form .formidable_row .element input {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
  height: 42px;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
}
form .formidable_row .element input.focus {
  border: 1px solid #000;
}
form .formidable_row .element input.error {
  border-color: #FF4A4A;
}
form .formidable_row .element textarea {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
  height: 105px;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
}
form .formidable_row .element textarea.focus {
  border: 1px solid #000;
}
form .formidable_row .element textarea.error {
  border-color: #FF4A4A;
}
form .formidable_row .element .ccm-input-submit {
  width: 100%;
  border-radius: 0px;
  background-color: #4d897c;
  border: 1px solid #4d897c;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 19px;
 font-family: 'Montserrat', sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
form .formidable_row .element .ccm-input-submit.please_wait {
  color: transparent;
}
form .formidable_row .element .ccm-input-submit:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
form .formidable_row .element .error.no_label, form .formidable_row .element .has_label.error {
  background-color: transparent;
  color: #FF4A4A;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
 font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
form .formidable_row .element.fileupload .label {
  display: block;
  position: static;
  text-align: left;
  font-weight: normal;
  margin: 23px 0 10px 0px;
}
form .formidable_row .element.fileupload .label label {
  font-size: 14px;
  line-height: 19px;
  color: #000;
}
form .formidable_row .element .counter {
  display: none;
}
form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-main-title, form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-plus-icon {
  display: none;
}
form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-browse-c .ax-text {
  position: absolute;
  display: block;
  width: 155px;
  height: 42px;
  background: #fff;
  border: 1px solid #000;
  border-radius: inherit;
  pointer-events: none;
  color: transparent;
}
form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-browse-c .ax-text:after {
  content: "Choose Files";
  color: #000;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: absolute;
  height: 42px;
  line-height: 37px;
  pointer-events: none;
  left: 0px;
  top: 0px;
}
form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-browse {
  width: 155px;
  border: none;
  cursor: pointer;
}
form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-upload-all, form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-clear {
  display: none;
}
form .formidable_row .element .ccm_formidable_upload .ax-main-container .error {
  color: #FF4A4A;
}
form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-extensions {
  margin-top: 8px;
}
form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-file-list {
  position: absolute;
  top: 50%;
  left: 200px;
  list-style: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 16px;
}
form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-file-list .ax-file-name, form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-file-list .ax-file-size, form .formidable_row .element .ccm_formidable_upload .ax-main-container .ax-file-list .ax-progress {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

.news_letter_form form .ccm-input-submit {
  letter-spacing: 0.5px !important;
}

.modal .modal-dialog {
  cursor: default;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  min-width: 600px;
  max-width: 420px;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 0px;
}
.modal .modal-dialog .modal-content h2 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .icon-close {
  border: none;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  opacity: 1;
  color: #000;
  padding: 5px;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.modal .modal-dialog .modal-content .icon-close:hover {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 40px 30px 75px 30px;
  }
}
.modal .modal-dialog .modal-content .modal-body.thankyou_modalbody {
  padding: 40px 100px 100px 135px;
  background-image: url(../images/leaf_bg1.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: -36% 65%;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body.thankyou_modalbody {
    padding: 40px 30px 100px 30px;
    background-size: 44%;
    background-position: -36% 106%;
  }
}
.modal .modal-dialog .modal-content .modal-body.thankyou_modalbody h2 {
  display: none;
}

.img_title_block {
  margin-bottom: 25px;
}
.img_title_block a, .img_title_block span {
  text-decoration: none;
}
.img_title_block .content .img_outer {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.img_title_block .content .img_outer img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.img_title_block .content .img_outer .hover_div {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.img_title_block .content .img_outer .hover_div button {
  display: block;
  margin: auto;
  padding: 10px 60px;
  background: transparent;
  border: 1px solid #fff;
  margin-top: 22%;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.img_title_block .content .img_outer .hover_div span {
  display: block;
  text-align: center;
  margin-top: 10%;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.img_title_block .content .img_outer:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.img_title_block .content .img_outer:hover .hover_div {
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.img_title_block .content .img_outer:hover .hover_div span, .img_title_block .content .img_outer:hover .hover_div button {
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.img_title_block .content .text {
  text-align: center;
  margin-top: 20px;
}
.img_title_block .content .text .type_1 {
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .img_title_block .content .text .type_1 {
    font-size: 18px;
  }
}
.img_title_block .content .text .type_2 {
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .img_title_block .content .text .type_2 {
    font-size: 16px;
  }
}

.chosen-container {
  width: 100% !important;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.chosen-container.icon-caret-down:before {
  position: absolute;
  right: 10px;
  top: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 6px;
  color: #000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.chosen-container.chosen-with-drop.icon-caret-down:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.chosen-container .chosen-single {
  background-color: transparent;
  height: 42px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border-radius: 0px;
  background: none !important;
  padding: 10px 15px;
  border: 1px solid #000 !important;
}
.chosen-container .chosen-single span {
  font-size: 14px;
  color: #000;
  line-height: 19px;
 font-family: 'Montserrat', sans-serif;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.chosen-container .chosen-drop {
  min-width: 160px;
  border-top: 1px solid #aaa;
  right: 0px;
}
.chosen-container .chosen-drop .chosen-results {
  margin: 0 0px 0px 0;
  padding: 8px 8px 8px 8px;
}
.chosen-container .chosen-drop .chosen-results li {
  font-size: 16px;
 font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  padding: 13px 10px;
  margin-bottom: 6px;
}
.chosen-container .chosen-drop .chosen-results li.highlighted, .chosen-container .chosen-drop .chosen-results li.result-selected {
  background-color: black;
  color: #fff;
  background-image: none;
}
.chosen-container .chosen-drop .chosen-results li:hover {
  background-color: rgba(216, 216, 216, 0.4);
  color: rgba(0, 0, 0, 0.4);
}

.swiper-container {
  overflow: visible;
}

.active_in_edit {
  display: none;
}

.edit-mode .active_in_edit {
  display: block;
  height: 100px;
}

.slick-slide {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

[data-notify=container] {
  width: auto;
  padding: 10px 30px;
}

.cart-view-page [data-notify=container] {
  width: 50%;
  left: 25%;
  padding: 50px 30px;
  top: 40% !important;
}

#loader {
  height: 100px;
  width: 100px;
  display: none;
  position: relative;
  left: 50%;
  top: 150px;
  background-image: url("../images/loader-black.gif");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .digital_library-page .digi_lib .digi_lib_inner .digi_lib__ {
    padding: 0 15px;
  }
}
.digital_library-page .digi_lib .digi_lib_inner .digi_lib__ h4 {
  padding: 0 15px;
}

.digital_library-page .digi_lib .digi_lib_inner .digi_lib__ h4:after {
  content: "";
  position: static;
  display: block;
  clear: both;
  padding-bottom: 15px;
}
.digital_library-page .digi_lib .digi_lib_inner .each_logo {
  outline: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 300px !important;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 5px;
  outline: 0;
  box-shadow: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1060px) {
  .digital_library-page .digi_lib .digi_lib_inner .each_logo {
    width: 100%;
    height: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .digital_library-page .digi_lib .digi_lib_inner .each_logo {
    width: 100%;
    height: 238px !important;
  }
}
.digital_library-page .digi_lib .digi_lib_inner .each_logo.link {
  border: 1px solid black;
}
.digital_library-page .digi_lib .digi_lib_inner .each_logo.link a {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
 font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  left: 50%;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  font-size: 14px;
}
.digital_library-page .digi_lib .digi_lib_inner .each_logo img {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.digital_library-page .digi_lib .digi_lib_inner .each_logo:hover {
  border: 1px solid black;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.digital_library-page .digi_lib .digi_lib_inner .each_logo:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  -webkit-transition: all 0.5s easeIn;
  transition: all 0.5s easeIn;
}

.list_expand_block_wrapper .list_expand_block .list_category {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .list_expand_block_wrapper .list_expand_block .list_category {
    width: 100%;
  }
}
.list_expand_block_wrapper .list_expand_block .list_category ul {
  list-style: none;
}
.list_expand_block_wrapper .list_expand_block .list_category ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_expand_block_wrapper .list_expand_block .list_category ul li {
    padding-left: 15px;
  }
}
.list_expand_block_wrapper .list_expand_block .list_category ul li a {
  text-decoration: none;
}
.list_expand_block_wrapper .list_expand_block .list_category ul li h2 {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 10px;
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
  text-decoration: none;
  padding-left: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list_expand_block_wrapper .list_expand_block .list_category ul li h2 .list_no {
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
  margin-right: 35px;
  display: inline-block;
  position: absolute;
  left: 0px;
}
.list_expand_block_wrapper .list_expand_block .list_category ul li.active a h2 {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list_expand_block_wrapper .list_expand_block .list_detail {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .list_expand_block_wrapper .list_expand_block .list_detail {
    display: none;
  }
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer a {
  text-decoration: none;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer .img_container {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer .img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer .loc_name {
  margin-top: 10px;
  color: #000;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer .descr {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding-top: 10px;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer .tags {
  padding-top: 10px;
  padding-bottom: 0px;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer .tags ul {
  list-style: none;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer .tags ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 5px;
  color: #000;
  padding: 5px 5px 5px 0px;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer .link {
  margin-top: 20px;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer .link span {
  color: #000;
  font-size: 14px;
  position: relative;
  margin-left: 60px;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer .link span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #000;
  left: -60px;
  top: 50%;
}
.list_expand_block_wrapper .list_expand_block .list_detail .cate_detail_outer.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.custom_paging {
  display: none !important;
}

input:focus::-webkit-input-placeholder {
  color: red;
}

.alert.alert-info {
  background-color: #E8E8E8;
  border-color: #E8E8E8;
  color: #000;
  text-align: center;
  width: 100%;
  height: 60px;
  padding: 20px 30px;
  top: 0px !important;
  right: 0px !important;
  border-radius: 0px;
}
.alert.alert-info span[data-notify=message] {
  font-size: 14px;
  line-height: 20px;
}

#product-load-more {
  text-align: center;
  border: 1px solid #D8D8D8;
  display: inline-block;
  padding: 7px 40px;
  position: relative;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fa-twitter::before {
  content: none;
}
.fa-twitter::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/tw.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  background-color: #fff;
  padding: 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .logo {
  width: 160px;
  line-height: 90px;
  margin-right: 20px;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1060px) {
  header .logo {
    width: 100px;
  }
}
header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  header {
    display: none;
  }
}
header.show_box_shadow {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header_mob {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  background-color: #fff;
  padding: 0px 0px;
  display: none;
}
@media screen and (max-width: 768px) {
  .header_mob {
    display: block;
    border-bottom: 1px solid #D8D8D8;
  }
}
.header_mob .logo {
  width: 100px;
  margin-right: 40px;
  display: inline-block;
  float: left;
  padding: 20px 0px;
}
@media screen and (max-width: 767px) {
  .header_mob .logo {
    width: 120px;
    margin-left: 20px;
    margin-right: 0px;
    padding: 31px 0;
  }
}
.header_mob .logo img {
  width: 100%;
  height: auto;
}
.header_mob .header_nav_mob {
  width: calc(100% - 150px);
  display: inline-block;
  text-align: right;
}
.header_mob ul {
  list-style: none;
  margin-bottom: 0px;
  margin-right: 0px;
}
.header_mob ul li {
  display: inline-block;
  margin-left: 25px;
  font-size: 20px;
  padding: 35px 0px 20px 0px;
}
.header_mob ul li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.header_mob ul li a span {
  font-size: 20px;
  color: #000;
}
.header_mob ul li.icon_cart a span {
  position: relative;
}
.header_mob ul li.icon_cart a span sup {
  position: absolute;
  top: 1px;
  font-size: 14px;
}
.header_mob ul li.search_icon {
  color: #000;
}
.header_mob ul li.more_menu {
  position: relative;
  width: 40px;
  text-align: center;
}
.header_mob ul li.more_menu span {
  width: 25px;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_mob ul li.more_menu span.line-2 {
  margin-top: 9px;
}
.header_mob ul li.more_menu.open span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_mob ul li.more_menu.open span.line-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 36px;
}

.extra_link {
  display: none;
}
@media screen and (max-width: 767px) {
  .extra_link {
    display: block;
    /*border-top: 1px solid #D8D8D8;*/
    clear: both;
  }
}
.extra_link ul {
  text-align: center;
}
.extra_link ul li {
  padding: 20px 0px 20px 0px;
  margin-left: 10px;
  display: inline-block;
}
.extra_link ul li a {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  position: relative;
}
.extra_link ul li a:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 20px;
  width: calc(100% - 20px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.extra_link ul li a span {
  color: #000;
  font-size: 20px;
  vertical-align: middle;
}

.more_nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .more_nav {
    display: block;
    position: fixed;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    top: 82px;
    width: 100%;
    z-index: 5;
    background: #fff;
    height: 90vh;
    padding: 50px 10px 50px 10px;
    overflow: auto;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .more_nav.open {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .more_nav ul {
    padding: 10px 40px;
  }
  .more_nav ul li a {
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 12px 35px 12px 0px;
    background-color: transparent !important;
  }
  /* .more_nav ul li.nav-path-selected a {
    color: #000;
    border-bottom: 1px solid #000;
  } */
  .more_nav button.btn_enquiry {
    background: #000;
    width: 100%;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
    padding: 12px 20px;
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
  }
  .more_nav .social_icons {
    width: 100%;
    /*max-width: 270px;*/
    margin-top: 30px;
    text-align: center;
  }
  .more_nav .social_icons a {
    padding: 0 10px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .more_nav .social_icons a:hover {
    color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .more_nav .social_icons a:hover span.fa-twitter {
    opacity: 1;
  }
  .more_nav .social_icons a span.fa-twitter {
    opacity: 0.4;
  }
}

body.logged-in header, body.logged-in .header_mob {
  top: 48px;
}

.header_nav {
  display: flex;
  justify-content: flex-end;
}
.header_nav ul {
  /* display: inline-block; */
  cursor: pointer;
}
.header_nav .dropdown-menu {
  border-radius: 0px;
  border: none;
  box-shadow: none;
}
.header_nav .dropdown-menu li a {
  padding: 10px 20px;
}

.header_nav .dropdown-menu li a::before {
  display: none;
}
.header_nav ul li:hover .dropdown-menu {
  display: block;
}
.header_nav ul.cd-primary-nav {
  float: left;
  margin-right: 15px;
}
.header_nav ul li {
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_nav ul li a {
  padding: 30px 10px 23px 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1199px) {
  .header_nav ul li a {
    padding: 30px 4px 23px 4px;
    font-size: 12px;
  }
}
.header_nav ul li a span {
  font-size: 7px;
}
.header_nav ul li a span.icon-arrow-down {
  margin-left: 3px;
  display: inline-block;
}
.header_nav ul li a span.icon-arrow-down:before {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1060px) {
  .header_nav ul li a span.icon-arrow-down {
    display: none;
  }
}
.header_nav ul li a span.icon-book {
  color: #000;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  .header_nav ul li a span.icon-book {
    font-size: 16px;
  }
}
.header_nav ul li a:before {
  content: "";
  position: absolute;
  width: 0%;
  bottom: 15px;
  left: 8%;
  height: 1px;
  background-color: #4d897c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_nav ul li a:hover {
  background: transparent;
}
.header_nav ul li.nav_hover {
  background-color: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_nav ul li.nav_hover a {
  color: #4d897c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_nav ul li.nav_hover a:before {
  width: 82%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_nav ul li.nav_hover a .icon-arrow-down:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_nav ul li.nav-path-selected {
  background-color: none;
}
.header_nav ul li.nav-path-selected a {
  color: #000;
}
.header_nav ul li.nav-path-selected a:before {
  width: 80%;
}
.header_nav ul li.nav-path-selected a .icon-arrow-down:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header_nav ul.header_menu2 li {
  color: #000;
}
.header_nav ul.header_menu2 li a {
  color: rgba(0, 0, 0, 0.3);
  padding: 30px 8px 23px 9px;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .header_nav ul.header_menu2 li a {
    font-size: 12px;
    padding: 30px 7px 23px 7px;
  }
}
.header_nav ul.header_menu2 li a span {
  color: #000;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  .header_nav ul.header_menu2 li a span {
    font-size: 16px;
  }
}
.header_nav ul.header_menu2 li.icon_cart a {
  padding: 30px 12px 23px 9px;
}
@media screen and (max-width: 1199px) {
  .header_nav ul.header_menu2 li.icon_cart a {
    padding: 30px 7px 23px 7px;
  }
}
.header_nav ul.header_menu2 li.icon_cart span {
  font-size: 20px;
  position: relative;
}
.header_nav ul.header_menu2 li.icon_cart span sup {
  position: absolute;
  top: 3px;
  font-size: 14px;
 font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 1199px) {
  .header_nav ul.header_menu2 li.icon_cart span {
    font-size: 16px;
  }
}
.header_nav ul.header_menu2 li.search_icon {
  padding: 10px 8px;
}
.header_nav ul.header_menu2 li.search_icon span {
  font-size: 18px;
  vertical-align: middle;
}
.header_nav ul.header_menu2 li.btn_enquiry button {
  background-color: #4d897c;
  color: #fff;
  padding: 8px 32px;
  margin-left: 6px;
  border: none;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media screen and (max-width: 1199px) {
  .header_nav ul.header_menu2 li.btn_enquiry button {
    padding: 8px 14px;
  }
}
.header_nav ul.header_menu2 li.btn_enquiry button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.product_menu_wrapper {
  position: fixed;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.09);
  z-index: 200;
  left: 0px;
  top: 75px;
  pointer-events: none;
  opacity: 0;
  height: 100vh;
  visibility: hidden;
  -webkit-transform: translateY(2%);
          transform: translateY(2%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1060px) {
  .product_menu_wrapper {
    display: none !important;
  }
}
.product_menu_wrapper.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.product_menu_wrapper .product_menu {
  background: #fff;
  padding: 65px 0px 85px 0px;
}
.product_menu_wrapper .product_menu .project_category {
  width: 26.5%;
  display: inline-block;
  float: left;
  margin-top: -25px;
}
.product_menu_wrapper .product_menu .project_category ul li {
  list-style: none;
  display: block;
}
.product_menu_wrapper .product_menu .project_category ul li h3 {
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 7px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product_menu_wrapper .product_menu .project_category ul li h3:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product_menu_wrapper .product_menu .project_category ul li:first-child h3 {
  /*margin-top: -15px;*/
}
.product_menu_wrapper .product_menu .project_category ul li.active h3 {
  color: #000;
}
.product_menu_wrapper .product_menu .project_category ul li.active h3:before {
  width: 100%;
}
.product_menu_wrapper .product_menu .project_category ul li:hover h3 {
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product_menu_wrapper .product_menu .project_category ul li:hover h3:before {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product_menu_wrapper .product_menu .category_detail1 {
  width: 35%;
  display: inline-block;
  float: left;
  position: relative;
  height: 290px;
}
.product_menu_wrapper .product_menu .category_detail1 .cate_slick_outer {
  position: absolute;
  left: 0px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product_menu_wrapper .product_menu .category_detail1 .cate_slick_outer.active {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product_menu_wrapper .product_menu .category_detail1 .cate_slick img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product_menu_wrapper .product_menu .category_detail1 .custom_paging {
  display: none !important;
}
.product_menu_wrapper .product_menu .category_detail1 .slide_number {
  font-size: 24px;
  padding-top: 20px;
}
.product_menu_wrapper .product_menu .category_detail1 .slide_number .curr_no {
  width: 30px;
}
.product_menu_wrapper .product_menu .category_detail1 .slide_number.no_transform {
  position: static;
  -webkit-transform: none;
          transform: none;
  color: #000;
}
.product_menu_wrapper .product_menu .category_detail1 .slick-arrow {
  top: auto;
  bottom: -50px;
  right: 0px;
  padding-right: 0px;
  text-align: right;
}
.product_menu_wrapper .product_menu .category_detail1 .slick-arrow:before {
  color: #000;
}
.product_menu_wrapper .product_menu .category_detail1 .slick-arrow.slick-prev {
  right: 20px;
}
.product_menu_wrapper .product_menu .category_detail2 {
  width: 35%;
  padding-left: 5%;
  height: 290px;
  display: inline-block;
  float: left;
  position: relative;
}
.product_menu_wrapper .product_menu .category_detail2 .cate_detail_content {
  position: absolute;
  left: 15%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product_menu_wrapper .product_menu .category_detail2 .cate_detail_content.active {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product_menu_wrapper .product_menu .category_detail2 h3 {
  color: #000;
  margin-top: -5px;
  margin-bottom: 15px;
}

.logged-in .product_menu_wrapper {
  top: 113px;
}

.search_box_wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100vh;
  top: 0px;
  opacity: 0;
  background: transparent;
  z-index: 120;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.search_box_wrapper form {
  position: relative;
  width: 58%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .search_box_wrapper form {
    width: 100%;
  }
}
.search_box_wrapper form button {
  position: absolute;
  right: 0px;
  padding: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.search_box_wrapper form input {
  width: 100%;
  height: 100px;
  border: none;
  padding-left: 30px;
}
.search_box_wrapper.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_box_wrapper.meta {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logged-in .search_box_wrapper {
  top: 48px;
}

@media screen and (max-width: 767px) {
  .hide_in_mob {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hide_in_tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide_in_tab {
    display: block !important;
  }
}

#sticky-wrapper {
  position: relative;
  z-index: 10;
}

.no_padding {
  padding: 0px;
}

footer {
  padding: 80px 0px 20px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  footer {
    background-color: #FAFAFA;
    padding: 40px 15px;
  }
}
footer .footer_logo img {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 768px) {
  footer .footer_logo img {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_logo img {
    margin-bottom: 20px;
  }
}
footer .footer_list {
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  footer .footer_list {
    margin-top: 0px;
  }
}
footer .footer_list ul {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  footer .footer_list ul {
    margin-bottom: 0px;
  }
}
footer .footer_list ul li {
  list-style: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer .footer_list ul li {
    margin-bottom: 15px;
  }
}
footer .footer_list ul li a {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer_list ul li:hover a {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
footer .socail_links {
  text-align: right;
  cursor: pointer;
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  footer .socail_links {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  footer .socail_links {
    text-align: left;
    margin-top: 30px;
  }
}
footer .socail_links a {
  display: inline-block;
  width: 35px;
  height: 30px;
  font-size: 18px;
  position: relative;
  /*&:nth-of-type(1){
  	img{
  		height: 54%;
  	}
  }
  &:nth-of-type(3){
  	img{
  		height: 54%;
  	}
  }
  &:nth-of-type(4){
  	img{
  		height: 45%;
  	}
  }*/
}
footer .socail_links a img {
  position: absolute;
  color: #000;
  top: 50%;
  left: 50%;
  height: 22px;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  footer .socail_links a img {
    left: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
footer .socail_links a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
footer .copy_right_sec {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  footer .copy_right_sec {
    text-align: center;
  }
}
footer .copy_right_sec p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
footer .copy_right_sec p:hover {
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
footer .copy_right_sec .ten {
  text-align: right;
  float: right;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: rgba(0, 0, 0, 0.4);
}
footer .copy_right_sec .ten:hover {
  opacity: 0.5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  footer .copy_right_sec .ten {
    text-align: center;
    float: none;
  }
}
footer .copy_right_sec .ten img {
  width: 128px;
}

.heading_para_link {
  position: relative;
}
.heading_para_link:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .heading_para_link:after {
    display: none;
  }
}
.heading_para_link .heading {
  display: inline-block;
  width: 34%;
}
@media screen and (max-width: 768px) {
  .heading_para_link .heading {
    width: 70%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .heading_para_link .heading {
    width: 100%;
    text-align: center;
  }
}
.heading_para_link .heading h2 {
  margin-top: 10px;
  line-height: 66px;
  font-size: 54px;
  /*color: $light-grey;*/
}
@media screen and (max-width: 1400px) {
  .heading_para_link .heading h2 {
    line-height: 70px;
    font-size: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .heading_para_link .heading h2 {
    line-height: 60px;
  }
}
.heading_para_link .paragraph {
  width: 51%;
  display: inline-block;
  padding-right: 4%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .heading_para_link .paragraph {
    width: 80%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .heading_para_link .paragraph {
    width: 90%;
    margin: auto;
    text-align: center;
  }
}
.heading_para_link .paragraph p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1199px) {
  .heading_para_link .paragraph p {
    font-size: 16px;
    line-height: 30px;
  }
  .heading_para_link .paragraph p br {
    display: none;
  }
}
.heading_para_link .link {
  width: 14.3%;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .heading_para_link .link {
    width: 14%;
  }
}
@media screen and (max-width: 768px) {
  .heading_para_link .link {
    width: auto;
    position: absolute;
    top: 100px;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .heading_para_link .link {
    display: none;
  }
}
.heading_para_link .link a {
  text-decoration: none;
  float: right;
 font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 10px 47px;
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media screen and (max-width: 1199px) {
  .heading_para_link .link a {
    padding: 10px 40px;
  }
}
.heading_para_link .link a:hover {
  color: #fff;
  background-color: #4d897c;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  border: 1px solid #ffffff;
}

.home-page .heading_para_link {
  padding: 75px 0px 30px 0px;
}
@media screen and (max-width: 767px) {
  .home-page .heading_para_link {
    padding: 25px 0px 30px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .home-page .home_contact_sec {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .home_contact_sec {
    margin-bottom: 40px;
  }
}
.home-page footer {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .home-page footer {
    margin-top: 40px;
  }
}

.double_slick .slick_1 {
  position: relative;
  /*.slick-arrow{
  	right: -108px;

  	top: auto;
  	bottom: calc(0% + 33px);
  	@include screen767{
  		display: none !important;
  	}
  	&.slick-next{
  		bottom: 0px;
  	}
  	&:before{
  		color: $color-black;
  	}

  }*/
}
@media screen and (max-width: 767px) {
  .double_slick .slick_1 .main_slider {
    display: none;
  }
}
.double_slick .slick_1 .slide_number {
  right: -110px;
  bottom: 126px;
  top: auto;
  color: #4d897c;
}
@media screen and (max-width: 1400px) {
  .double_slick .slick_1 .slide_number {
    right: -100px;
  }
}
@media screen and (max-width: 1300px) {
  .double_slick .slick_1 .slide_number {
    right: 0px;
    z-index: 1;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .double_slick .slick_1 .slide_number {
    display: none;
  }
}
.double_slick .slick_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 12px 25px 15px 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .double_slick .slick_1 ul {
    padding: 12px 0px 35px 0px;
  }
}
.double_slick .slick_1 ul li {
  list-style-type: none;
  margin-right: 25px;
  margin-left: 25px;
 font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
  width: auto !important;
  opacity: 1 !important;
  left: auto !important;
  padding-bottom: 20px;
  padding-top: 17px;
  padding-right: 7px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .double_slick .slick_1 ul li {
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .double_slick .slick_1 ul li {
    margin-right: 35px;
    margin-left: 5px;
    font-size: 15px;
  }
}
.double_slick .slick_1 ul li:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 1px;
  background-color: #4d897c;
}
.double_slick .slick_1 ul li:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 1px;
  background-color: #4d897c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.double_slick .slick_1 ul li:hover:before {
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.double_slick .slick_1 ul li.slick-current:after {
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.double_slick .slider_content {
  height: 600px;
}
.double_slick .slider_content .slick-arrow {
  display: block !important;
}
.double_slick .slider_content .slick-arrow {
  right: -60px;
  top: auto;
  bottom: calc(0% + 33px);
}
@media screen and (max-width: 1400px) {
  .double_slick .slider_content .slick-arrow {
    right: -50px;
  }
}
@media screen and (max-width: 1300px) {
  .double_slick .slider_content .slick-arrow {
    right: 50px;
  }
}
@media screen and (max-width: 1160px) {
  .double_slick .slider_content .slick-arrow {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .double_slick .slider_content .slick-arrow {
    left: 10px;
    right: auto;
    top: 490px;
  }
}
.double_slick .slider_content .slick-arrow.slick-next {
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .double_slick .slider_content .slick-arrow.slick-next {
    right: 10px;
    left: auto;
  }
}
.double_slick .slider_content .slick-arrow:before {
  color: #4d897c;
}
@media screen and (max-width: 1300px) {
  .double_slick .slider_content .slick-arrow:before {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .double_slick .slider_content .slick-arrow:before {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .double_slick .slider_content {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .double_slick .slider_content {
    height: auto;
  }
}
.double_slick .slider_content .slick-list {
  height: 100% !important;
  overflow: visible !important;
}
.double_slick .slider_content .slick-track {
  height: 100% !important;
}
.double_slick a {
  color: inherit;
  text-decoration: none;
}
.double_slick .slider_sub_content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 396px;
  background-color: #fff;
  padding-left: 30px;
  padding-top: 17px;
  /*@include transition(all  ease .5s);*/
}
@media screen and (max-width: 1199px) {
  .double_slick .slider_sub_content {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .double_slick .slider_sub_content {
    position: static;
    padding-right: 30px;
    width: 100%;
    text-align: center;
  }
}
.double_slick .slider_sub_content h3 {
  color: #4d897c;
}
.double_slick .slider_sub_content p {
  color: rgba(0, 0, 0, 0.46);
  margin-top: 17px;
  margin-bottom: 27px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .double_slick .slider_sub_content p br {
    /*display: none;*/
  }
}
.double_slick .slider_sub_content .link {
  margin-top: 20px;
  margin-bottom: 45px;
}
.double_slick .slider_sub_content .link span {
  display: inline-block;
  padding-left: 65px;
  position: relative;
 font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  margin-left: 0px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  .double_slick .slider_sub_content .link span {
    display: block;
    width: 96%;
    margin: auto;
    padding: 12px 40px;
    border: 1px solid #000;
  }
}
.double_slick .slider_sub_content .link span:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 45px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .double_slick .slider_sub_content .link span:after {
    display: none;
  }
}
.double_slick .slider_sub_content:hover {
  /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  @include transition(all  ease .5s);*/
}
.double_slick .slider_sub_content:hover .link span {
  margin-left: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.double_slick .each_slider {
  overflow: hidden;
}
.double_slick .slick_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .double_slick .slick_2 {
    height: 450px;
  }
}
.double_slick .slick_2 .slick-list {
  height: 100% !important;
}
.double_slick .slick_2 .slick-track {
  width: 100% !important;
}
.double_slick .slick_2 .each_img {
  width: 100% !important;
  height: 600px;
  position: absolute !important;
  left: auto !important;
}
@media screen and (max-width: 768px) {
  .double_slick .slick_2 .each_img {
    height: 450px;
  }
}
.double_slick .slick_2 .each_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.double_slick .featured_products {
  margin-top: 38px;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .double_slick .featured_products {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .double_slick .featured_products {
    display: none;
  }
}
.double_slick .featured_products a {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.double_slick .featured_products .pro_featured_list:nth-of-type(1) .each_product .img_outer img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.double_slick .featured_products .each_product {
  width: 100%;
}
.double_slick .featured_products .each_product .img_outer {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .double_slick .featured_products .each_product .img_outer {
    height: 160px;
  }
}
.double_slick .featured_products .each_product img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .double_slick .featured_products .each_product img {
    height: 160px;
  }
}
.double_slick .featured_products .each_product .content_sec {
  text-align: center;
  margin-top: 20px;
}
.double_slick .featured_products .each_product .content_sec .title {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  margin: 0px;
}
@media screen and (max-width: 1199px) {
  .double_slick .featured_products .each_product .content_sec .title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .double_slick .featured_products .each_product .content_sec .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.double_slick .featured_products .each_product .content_sec .text {
  font-size: 18px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 30px;
  margin-top: 5px;
}
@media screen and (max-width: 1199px) {
  .double_slick .featured_products .each_product .content_sec .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .double_slick .featured_products .each_product .content_sec .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.double_slick .featured_products .each_product:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.about_sec {
  margin-top: 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .about_sec {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .about_sec {
    padding: 0px 15px;
    margin-top: 0px;
  }
}
.about_sec h2 {
  color: #000;
  margin-bottom: 28px;
}
.about_sec .content_left, .about_sec .content_right {
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  .about_sec .content_left, .about_sec .content_right {
    padding-right: 0px;
  }
}
.about_sec .content_left p, .about_sec .content_right p {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .about_sec .content_left p, .about_sec .content_right p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .about_sec .content_left p, .about_sec .content_right p {
    margin-bottom: 30px;
  }
}
.about_sec .content_left .link p, .about_sec .content_right .link p {
  margin: 0px;
}
.about_sec .content_left .link p a, .about_sec .content_right .link p a {
  text-decoration: none;
  color: #fff;
  padding: 11px 28px;
  background-color: #000;
 font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  border: 1px solid #000;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media screen and (max-width: 767px) {
  .about_sec .content_left .link p a, .about_sec .content_right .link p a {
    display: block;
    text-align: center;
  }
}
.about_sec .content_left .link p a:hover, .about_sec .content_right .link p a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.design_trends {
  /*height: 577px;*/
  /*max-width: 1600px;*/
  /*max-width: 1440px;*/
  margin: auto;
  position: relative;
  /*@include screen1024{
  	height: 500px;
  }
  @include screen768{
  	height: 400px;
  }
  @include screen767{
  	height: auto;
  }*/
}
.design_trends .video_sec {
  width: calc(50% - 10px);
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
  position: relative;
  cursor: none;
  display: inline-block;
  z-index: 5;
  /*cursor: url(../images/cursor_play_med.png) 0 0, auto;*/
  /*@include transition(all ease 1s);*/
  /*&.active{
  	cursor: url(../images/cursor_play.png), auto;
  	@include transition(all linear 1s);
  	transition-delay: 2s;
  	@include container-md-max{
  		cursor: url(../images/cursor_play_med.png), auto;
  	}
  }*/
  /*&.play{
  	cursor: url(../images/cursor_pause.png), auto;
  	@include container-md-max{
  		cursor: url(../images/cursor_pause_med.png), auto;
  	}
  }*/
  /*img{ 
  	width: 100%;
  	height: 577px;
  	object-fit: cover;
  	@include screen1024{
  		height: 500px;
  	}
  	@include screen768{
  		height: 400px;
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .design_trends .video_sec {
    width: 100%;
    padding-bottom: 73%;
  }
}
.design_trends .video_sec .video_wrapper {
  width: 100%;
  /*height: 577px;*/
  overflow: hidden;
  position: relative;
  padding-bottom: 73%;
}
.design_trends .video_sec .video_wrapper .follower {
  width: 120px;
  height: 120px;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  position: absolute;
  background-image: url(../images/cursor_play.png);
  background-size: contain;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .design_trends .video_sec .video_wrapper .follower {
    background-image: none !important;
    visibility: hidden;
  }
}
.design_trends .video_sec .video_wrapper .follower.pause_video {
  background-image: url(../images/cursor_pause.png);
}
@media screen and (max-width: 767px) {
  .design_trends .video_sec .video_wrapper .follower.pause_video {
    background-image: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 1060px) {
  .design_trends .video_sec .video_wrapper .follower {
    display: none !important;
  }
}
.design_trends .video_sec .video_wrapper:hover .follower {
  z-index: 1;
  opacity: 1;
  position: fixed;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.design_trends .video_sec .video_wrapper iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
}
.design_trends .play_video {
  position: absolute;
  top: 50%;
  left: 48.5%;
  display: inline-block;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
  padding-top: 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
 font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.design_trends .content_sec {
  position: absolute;
  left: 57%;
  width: 35%;
  max-width: 500px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .design_trends .content_sec {
    left: 54%;
    width: 40%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .design_trends .content_sec {
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 0 15px;
    margin-top: 30px;
  }
}
.design_trends .content_sec h2 {
  color: #000;
  margin-bottom: 40px;
}
.design_trends .content_sec p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 1400px) {
  .design_trends .content_sec p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .design_trends .content_sec p {
    font-size: 16px;
    line-height: 28px;
  }
}

.home_brands {
  /*max-width: 1600px;*/
  /*max-width: 1440px;*/
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  .home_brands {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home_brands {
    margin-top: 20px;
  }
}
.home_brands .home_brands_inner {
  width: 100%;
  overflow: visible;
}
.home_brands h2 {
  text-align: center;
  color: #4d897c;
  margin-bottom: 40px;
  font-size: 54px;
  line-height: 64px;
}
@media screen and (max-width: 1440px) {
  .home_brands h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1060px) {
  .home_brands h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .home_brands h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home_brands h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .home_brands .home_brand_slick {
    padding-left: 15px;
  }
}
.home_brands .home_brand_slick .slick-slide {
  margin-right: 55px;
}
@media screen and (max-width: 1060px) {
  .home_brands .home_brand_slick .slick-slide {
    margin-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .home_brands .home_brand_slick .slick-slide {
    margin-right: 25px;
  }
}

.home_brands .home_brand_slick .each_logo {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 238px !important;
  height: 238px !important;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 50px;
  outline: 0;
  box-shadow: none;
  position: relative;
}
.home_brands .home_brand_slick.NetworkSlick .each_logo {
   height: auto !important;
   padding: 30px;
}
@media screen and (max-width: 1060px) {
  .home_brands .home_brand_slick .each_logo {
    width: 200px !important;
    height: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .home_brands .home_brand_slick .each_logo {
    width: 238px !important;
    height: 238px !important;
    padding: 30px;
  }
}
.home_brands .home_brand_slick .each_logo.link {
  border: 1px solid black;
}
.home_brands .home_brand_slick .each_logo.link a {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
 font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  left: 50%;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  font-size: 14px;
}
.home_brands .home_brand_slick .each_logo img {
  width: 100%;
  max-width: 80px;
  height: auto;
  /* position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
.home_brands .home_brand_slick .each_logo h4 {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1440px) {
  .home_brands .home_brand_slick .each_logo h4{
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .home_brands .home_brand_slick .each_logo img {
    width: 100%;
  }
}
.home_brands .home_brand_slick .each_logo:hover img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_section {
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  .news_section {
    margin-top: 10px;
  }
}
.news_section .news_heading_sec {
  padding: 30px 0px 30px 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_section .news_heading_sec {
    padding: 0px;
    margin: 0px 0px 20px 15px;
  }
}
.news_section .news_heading_sec h2 {
  display: inline-block;
  width: 69%;
}
@media screen and (max-width: 767px) {
  .news_section .news_heading_sec h2 {
    margin: 15px 0px;
    line-height: 40px;
  }
}
.news_section .news_heading_sec .link {
  display: inline-block;
  width: 31%;
  text-align: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news_section .news_heading_sec .link {
    width: 48%;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .news_section .news_heading_sec .link p {
    margin: 0px;
  }
}
.news_section .news_heading_sec .link a {
  padding: 10px 26px;
  border: 1px solid #000;
 font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  margin-right: 5px;
  background-color: transparent;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.news_section .news_heading_sec .link a:hover {
  background-color: #4d897c;
  border: 1px solid #4d897c;
  color: #fff;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media screen and (max-width: 767px) {
  .news_section .news_heading_sec .link a {
    display: inline-block;
  }
}
.news_section .col-sm-4 {
  bottom: 0px;
}
.news_section .col-sm-4 a {
  text-decoration: none;
  color: #000;
}
.news_section .news_blocks {
  clear: both;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_section .news_blocks {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.news_section .news_blocks .each_news_block .img_outer {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
  padding-bottom: 109%;
}
.news_section .news_blocks .each_news_block .img_outer .overlay_div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.44);
  /*transform: translateY(100%);*/
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.news_section .news_blocks .each_news_block .img_outer .overlay_div span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 9px 15px;
    border: 1px solid #fff;
    color: #fff;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.news_section .news_blocks .each_news_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.news_section .news_blocks .each_news_block .text_part {
  background: #fff;
  position: relative;
  z-index: 1;
  height: 100%;
}
.news_section .news_blocks .each_news_block .date_span {
  display: block;
  padding-top: 23px;
 font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.news_section .news_blocks .each_news_block p {
  font-size: 20px;
  line-height: 27px;
  color: #000;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .news_section .news_blocks .each_news_block p {
    margin-top: 10px;
    margin-bottom: 45px;
  }
}
.news_section .news_blocks .each_news_block:hover .img_outer .overlay_div {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  /*transform: translateY(0%);*/
  opacity: 1;
}
.news_section .news_blocks .each_news_block:hover .img_outer .overlay_div span {
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.news_section .news_blocks .each_news_block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.news_section .news_blocks .each_news_block:active .img_outer span {
  background-color: #fff;
  color: #000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.news_letter_sec {
  margin: 130px 0px 100px 0px;
  padding: 15px 0% 15px 0%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news_letter_sec {
    margin: 0px 0px 30px 0px;
    padding: 15px 0% 0px 0%;
  }
}
.news_letter_sec .news_inner_sec {
  position: relative;
  padding: 0 9% 15px 9%;
}
@media screen and (max-width: 1199px) {
  .news_letter_sec .news_inner_sec {
    padding: 0 9% 15px 11%;
  }
}
@media screen and (max-width: 768px) {
  .news_letter_sec .news_inner_sec {
    padding: 0 0% 15px 11%;
  }
}
@media screen and (max-width: 767px) {
  .heading_para_link .heading h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .news_letter_sec .news_inner_sec {
    padding: 0 15px 250px 15px;
    text-align: center;
  }
}
.news_letter_sec .news_inner_sec .bg_img {
  padding: 0 9% 15px 9%;
  background-image: url(../images/leaf_bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -66px;
}
@media screen and (max-width: 768px) {
  .news_letter_sec .news_inner_sec .bg_img {
    background-size: 70px;
    padding: 0 0% 15px 9%;
  }
}
@media screen and (max-width: 767px) {
  .news_letter_sec .news_inner_sec .bg_img {
    background-position: 10px 32px;
    background-size: 0px;
  }
}
.news_letter_sec .news_inner_sec h3 {
  color: #4d897c;
}
.news_letter_sec .news_inner_sec p {
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .news_letter_sec .news_inner_sec p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .news_letter_sec .news_inner_sec p {
    padding: 0 30px;
  }
}
.news_letter_sec .news_inner_sec .col-sm-6:nth-of-type(2) {
  position: static;
}
.news_letter_sec .news_inner_sec .news_letter_form {
  position: absolute;
  width: 30%;
  right: 10%;
  top: calc(50% + 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .news_letter_sec .news_inner_sec .news_letter_form {
    width: 40%;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .news_letter_sec .news_inner_sec .news_letter_form {
    width: 100%;
    position: static;
    margin-top: 30px;
  }
}
.news_letter_sec .news_inner_sec .news_letter_form .formidable_row {
  width: 60%;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 767px) {
  .news_letter_sec .news_inner_sec .news_letter_form .formidable_row {
    width: 80%;
    margin-left: 10%;
  }
}
.news_letter_sec .news_inner_sec .news_letter_form .formidable_row:nth-of-type(2) {
  width: 40%;
  margin-left: -1px;
}
@media screen and (max-width: 767px) {
  .news_letter_sec .news_inner_sec .news_letter_form .formidable_row:nth-of-type(2) {
    width: 80%;
    margin-left: 10%;
  }
}
.news_letter_sec .news_inner_sec .news_letter_form .formidable_row .buttons {
  padding-top: 0px;
}
.news_letter_sec .news_inner_sec .news_letter_form .formidable_row .ccm-input-submit {
  /*background: #fff;
  color: $color-black;*/
}
.news_letter_sec .news_inner_sec .news_letter_form .formidable_row .error.has_label {
  top: 70px;
  left: 0px;
  right: auto;
  padding-left: 0px;
}

.home_contact_sec, .contact_sec {
  height: 776px;
  /*max-width: 1600px;*/
  /*max-width: 1440px;*/
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home_contact_sec, .contact_sec {
    height: auto;
  }
}
.home_contact_sec .map_wrapper, .contact_sec .map_wrapper {
  float: right;
  width: 58.8%;
  height: 686px;
  position: relative;
}
@media screen and (min-width: 2100px) {
  .home_contact_sec .map_wrapper, .contact_sec .map_wrapper {
    width: 56.8%;
  }
}
@media screen and (max-width: 1199px) {
  .home_contact_sec .map_wrapper, .contact_sec .map_wrapper {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .home_contact_sec .map_wrapper, .contact_sec .map_wrapper {
    height: 646px;
  }
}
@media screen and (max-width: 767px) {
  .home_contact_sec .map_wrapper, .contact_sec .map_wrapper {
    min-height: 400px;
    height: auto;
    float: none;
    width: 100%;
  }
}
.home_contact_sec .map_wrapper .location_list, .contact_sec .map_wrapper .location_list {
  position: absolute;
  left: 0px;
  bottom: 140px;
  width: 100%;
  height: 35%;
  background: #fff;
  z-index: 1;
  padding: 20px 0px 20px 0px;
}
@media screen and (max-width: 1060px) {
  .home_contact_sec .map_wrapper .location_list, .contact_sec .map_wrapper .location_list {
    /*padding: 50px 35px 60px 35px;*/
  }
}
@media screen and (max-width: 767px) {
  .home_contact_sec .map_wrapper .location_list, .contact_sec .map_wrapper .location_list {
    position: relative;
    width: 100%;
    height: 220px;
    margin-top: 20px;
    padding: 20px 0px 20px 20px;
  }
}
.home_contact_sec .map_wrapper .location_list .each_loc, .contact_sec .map_wrapper .location_list .each_loc {
  width: calc(100% - 20px);
  vertical-align: top;
  display: inline-block;
  padding: 10px 20px;
  margin-right: 20px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 100%;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.home_contact_sec .map_wrapper .location_list .each_loc.active, .contact_sec .map_wrapper .location_list .each_loc.active {
  border: 1px solid black;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.home_contact_sec .map_wrapper .location_list .each_loc.active:hover, .contact_sec .map_wrapper .location_list .each_loc.active:hover {
  border: 1px solid black;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.home_contact_sec .map_wrapper .location_list .each_loc:hover, .contact_sec .map_wrapper .location_list .each_loc:hover {
  border: 1px solid black;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1360px) {
  .home_contact_sec .map_wrapper .location_list .each_loc, .contact_sec .map_wrapper .location_list .each_loc {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .home_contact_sec .map_wrapper .location_list .each_loc, .contact_sec .map_wrapper .location_list .each_loc {
    /*width: calc(32.5% - 10px);
    margin-right: 10px;*/
  }
}
@media screen and (max-width: 768px) {
  .home_contact_sec .map_wrapper .location_list .each_loc, .contact_sec .map_wrapper .location_list .each_loc {
  
    margin-right: 0px;
    left: 0px !important;
    position: absolute !important;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home_contact_sec .map_wrapper .location_list .each_loc, .contact_sec .map_wrapper .location_list .each_loc {
    margin-right: 0px;
    left: 10px !important;
    position: absolute !important;
    height: 100%;
  }
}
.home_contact_sec .map_wrapper .location_list .slick-arrow, .contact_sec .map_wrapper .location_list .slick-arrow {
  position: absolute;
  bottom: calc(50% + 25px);
  top: auto;
  right: auto;
  left: 65%;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .home_contact_sec .map_wrapper .location_list .slick-arrow, .contact_sec .map_wrapper .location_list .slick-arrow {
    bottom: calc(50% + 25px);
    right: auto;
    left: 88%;
  }
}
.home_contact_sec .map_wrapper .location_list .slick-arrow:before, .contact_sec .map_wrapper .location_list .slick-arrow:before {
  color: #000;
}
.home_contact_sec .map_wrapper .location_list .slick-arrow.slick-prev, .contact_sec .map_wrapper .location_list .slick-arrow.slick-prev {
  bottom: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .home_contact_sec .map_wrapper .location_list .slick-arrow.slick-prev, .contact_sec .map_wrapper .location_list .slick-arrow.slick-prev {
    bottom: calc(50% - 25px);
  }
}
.home_contact_sec .map_wrapper .location_list .slick-arrow.slick-disabled, .contact_sec .map_wrapper .location_list .slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: normal;
}
@media screen and (max-width: 768px) {
  .home_contact_sec .map_wrapper .location_list .slick-list, .contact_sec .map_wrapper .location_list .slick-list {
    height: 100%;
  }
  .home_contact_sec .map_wrapper .location_list .slick-list .slick-track, .contact_sec .map_wrapper .location_list .slick-list .slick-track {
    height: 100%;
  }
}
.home_contact_sec .map_wrapper .location_list .showroom_name, .contact_sec .map_wrapper .location_list .showroom_name {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  line-height: 27px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1260px) {
  .home_contact_sec .map_wrapper .location_list .showroom_name, .contact_sec .map_wrapper .location_list .showroom_name {
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .home_contact_sec .map_wrapper .location_list .showroom_name, .contact_sec .map_wrapper .location_list .showroom_name {
    font-size: 17px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1160px) {
  .home_contact_sec .map_wrapper .location_list .showroom_name, .contact_sec .map_wrapper .location_list .showroom_name {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .home_contact_sec .map_wrapper .location_list .showroom_name, .contact_sec .map_wrapper .location_list .showroom_name {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home_contact_sec .map_wrapper .location_list .showroom_name, .contact_sec .map_wrapper .location_list .showroom_name {
    font-size: 20px;
  }
}
.home_contact_sec .map_wrapper .location_list .showroom_loc, .contact_sec .map_wrapper .location_list .showroom_loc {
  font-size: 14px;
  color: #000;
  line-height: 28px;
  /*@include container-md-max{
  	font-size: 14px;
  	line-height: 24px;
  }*/
}
@media screen and (max-width: 1360px) {
  .home_contact_sec .map_wrapper .location_list .showroom_loc, .contact_sec .map_wrapper .location_list .showroom_loc {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1060px) {
  .home_contact_sec .map_wrapper .location_list .showroom_loc, .contact_sec .map_wrapper .location_list .showroom_loc {
    font-size: 12.5px;
  }
}
.home_contact_sec .map_wrapper #map_canvas, .contact_sec .map_wrapper #map_canvas {
  width: 100%;
  height: 65%;
}
@media screen and (max-width: 767px) {
  .home_contact_sec .map_wrapper #map_canvas, .contact_sec .map_wrapper #map_canvas {
    height: 400px;
  }
}
.home_contact_sec .contact_content_wrapper, .contact_sec .contact_content_wrapper {
  position: absolute;
  width: 100%;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .home_contact_sec .contact_content_wrapper, .contact_sec .contact_content_wrapper {
    position: static;
  }
}
.home_contact_sec .contact_content, .contact_sec .contact_content {
  /*width: 38%;*/
  width: 34%;
}
@media screen and (max-width: 1199px) {
  .home_contact_sec .contact_content, .contact_sec .contact_content {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .home_contact_sec .contact_content, .contact_sec .contact_content {
    width: 100%;
    padding: 0 15px;
  }
}
.home_contact_sec .contact_content p, .contact_sec .contact_content p {
  margin-top: 20px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .home_contact_sec .contact_content p, .contact_sec .contact_content p {
    line-height: 28px;
  }
}
.home_contact_sec .contact_content .contact-form, .contact_sec .contact_content .contact-form {
  margin-top: 35px;
}

.about-page .page_banner {
  height: 61.5vh;
}
.about-page .page_banner .heading_outer {
  top: 43.5%;
}

.page_history {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .page_history {
    padding: 0 15px;
  }
}
.page_history .alshamsi-breadcrumbs {
  list-style: none;
}
.page_history .alshamsi-breadcrumbs li, .page_history .alshamsi-breadcrumbs a {
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.8);
}

.about_content .content_left, .about_content .content_right {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .about_content .content_left, .about_content .content_right {
    padding: 0 15px;
  }
}
.about_content .content_left p, .about_content .content_right p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 33px;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .about_content .content_left p, .about_content .content_right p {
    font-size: 16px;
    line-height: 30px;
  }
}

.about_designer_block {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .about_designer_block {
    margin-bottom: 60px;
  }
}

.designer_block {
  height: 577px;
  position: relative;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .designer_block {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .designer_block {
    height: auto;
    margin-bottom: 0px;
  }
}
.designer_block .img_sec {
  width: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .designer_block .img_sec {
    width: 100%;
    position: static;
  }
}
.designer_block .img_sec img {
  height: 577px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .designer_block .img_sec img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .designer_block .img_sec img {
    height: 40vh;
  }
}
.designer_block .cont_sec .col-sm-6 {
  float: right;
  /* padding-left: 8%; */
}
@media screen and (max-width: 767px) {
  .designer_block .cont_sec .col-sm-6 {
    float: none;
  }
}
.designer_block .cont_sec .col-sm-6 .content_sec h2 {
  margin-bottom: 25px;
  font-size: 54px;
  line-height: 64px;
}
.designer_block .cont_sec .col-sm-6 .content_sec p {
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 1440px) {
  .designer_block .cont_sec .col-sm-6 .content_sec h2 {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 48px;
}
}

@media screen and (max-width: 1199px) {
  .designer_block .cont_sec .col-sm-6 .content_sec p {
    font-size: 16px;
    line-height: 28px;
  }
}
.designer_block .cont_sec .col-sm-6 .content_sec .icons_sec {
  margin-top: 50px;
}
.designer_block .cont_sec .col-sm-6 .content_sec .icons_sec p {
  margin: 20px 0px 40px 0px;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .designer_block .cont_sec .col-sm-6 .content_sec .icons_sec p {
    margin: 20px 0px 30px 0px;
  }
}
.designer_block .cont_sec .col-sm-6 .content_sec .icons_sec p img {
  width: 37px;
  height: auto;
  margin-right: 25px;
}
.designer_block.swap .img_sec {
  left: auto;
  right: 0px;
}
.designer_block.swap .cont_sec .col-sm-6 {
  float: left;
  padding-left: 0px;
  padding-right: 5%;
}
.designer_block.swap .cont_sec .col-sm-6 .content_sec {
  margin-top: 80px;
}
@media screen and (max-width: 1060px) {
  .designer_block.swap .cont_sec .col-sm-6 .content_sec {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
 
  .designer_block .cont_sec .col-sm-6 .content_sec h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
}
  .about_designer_block {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .designer_block.swap .cont_sec .col-sm-6 .content_sec {
    margin-top: 40px;
    margin-left: 30px;
  }
}

.product-overview-page .wrapper, .brands-page .wrapper {
  margin-top: 95px;
}
.product-overview-page .page_history, .brands-page .page_history {
  margin-top: 0px;
}
.product-overview-page h4, .brands-page h4 {
  font-size: 32px;
 font-family: 'Montserrat', sans-serif;
  color: #000;
}

.product_container {
  overflow: hidden;
}

.main_category-view-page .div_sort {
  float: right;
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main_category-view-page .div_sort {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}
.main_category-view-page .div_sort span.text {
  font-size: 16px;
  line-height: 21px;
  padding-right: 15px;
}
.main_category-view-page .div_sort select {
  color: #000;
  height: 42px;
}
.main_category-view-page .div_sort select option {
  line-height: 24px;
}
.main_category-view-page .chosen-container {
  width: auto !important;
}
.main_category-view-page .chosen-container .chosen-single {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.procat_main_sec {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .procat_main_sec {
    margin-top: 0px;
  }
}

.page_title {
  text-align: center;
}
.page_title h1 {
  color: #000;
}
.page_title ul {
  list-style: none;
}

@media screen and (max-width: 1360px) {
  .main_content_list #sidebar {
    width: 18%;
  }
}
@media screen and (max-width: 1300px) {
  .main_content_list #sidebar {
    width: 22%;
  }
}
@media screen and (max-width: 1260px) {
  .main_content_list #sidebar {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .main_content_list #sidebar {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .main_content_list #sidebar {
    width: 100%;
    display: none;
    position: static;
  }
  .main_content_list #sidebar.open {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .main_content_list #sidebar .sidebar__inner {
    position: fixed;
    top: 0vh;
    width: 100% !important;
    height: 100vh;
    overflow: auto;
    left: 0px;
    z-index: 100;
    background: #FAFAFA;
    padding: 30px 0px;
    z-index: 1111111111111111111;
    top: 0px !important;
  }
}
.main_content_list #sidebar .sidebar__inner .close_outer {
  display: none;
}
@media screen and (max-width: 767px) {
  .main_content_list #sidebar .sidebar__inner .close_outer {
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 11;
  }
  .main_content_list #sidebar .sidebar__inner .close_outer span {
    font-size: 18px;
    color: #000;
    border: none !important;
    background-color: transparent;
  }
}
.main_content_list #sidebar .product_main_list ul {
  list-style: none;
  overflow: auto;
  position: relative;
  padding: 10px 25px 10px 50px;
  width: calc(100% + 75px);
  left: -75px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .main_content_list #sidebar .product_main_list ul {
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .main_content_list #sidebar .product_main_list ul {
    left: 0px;
    width: 100%;
    background: #FAFAFA;
  }
}
.main_content_list #sidebar .product_main_list ul li a {
  line-height: 24px;
  margin-bottom: 16px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main_content_list #sidebar .product_main_list ul li a.active {
  color: #000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main_content_list #sidebar .product_main_list ul li a:hover {
  color: #000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1260px) {
  .main_content_list #sidebar .product_main_list ul li a {
    font-size: 17px;
  }
}
.main_content_list #sidebar .product_main_list.scroll_started ul {
  background: #FAFAFA;
  position: relative;
  width: 170%;
  left: -78%;
  /*padding: 10px 25px 0px 50px;*/
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1360px) {
  .main_content_list #sidebar .product_main_list.scroll_started ul {
    left: -65%;
    width: 157%;
  }
}
@media screen and (max-width: 1300px) {
  .main_content_list #sidebar .product_main_list.scroll_started ul {
    left: -43%;
    width: 140%;
  }
}
@media screen and (max-width: 1260px) {
  .main_content_list #sidebar .product_main_list.scroll_started ul {
    left: -23%;
    width: 120%;
  }
}
@media screen and (max-width: 768px) {
  .main_content_list #sidebar .product_main_list.scroll_started ul {
    left: -23%;
    width: 130%;
  }
}
.main_content_list #sidebar .more_filter {
  position: relative;
  background: #FAFAFA;
  width: 180%;
  left: -78%;
  padding: 10px 25px 30px 50px;
  height: calc(90vh - 50px);
  overflow: auto;
  z-index: 2;
  /*-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);*/
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1360px) {
  .main_content_list #sidebar .more_filter {
    left: -65%;
    width: 157%;
  }
}
@media screen and (max-width: 1300px) {
  .main_content_list #sidebar .more_filter {
    left: -43%;
    width: 140%;
  }
}
@media screen and (max-width: 1260px) {
  .main_content_list #sidebar .more_filter {
    left: -23%;
    width: 120%;
  }
}
@media screen and (max-width: 768px) {
  .main_content_list #sidebar .more_filter {
    left: -23%;
    width: 130%;
  }
}
@media screen and (max-width: 767px) {
  .main_content_list #sidebar .more_filter {
    left: 0px;
    width: 100%;
    height: auto !important;
    max-height: 100% !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.main_content_list #sidebar .more_filter h4 {
  font-size: 18px;
  line-height: 30px;
 font-family: 'Montserrat', sans-serif;
  color: #000;
  padding-top: 20px;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main_content_list #sidebar .more_filter ul {
  overflow: auto;
}
.main_content_list #sidebar .more_filter ul::-webkit-scrollbar {
  width: 3px;
}
.main_content_list #sidebar .more_filter ul::-webkit-scrollbar-thumb {
  background-color: #525252;
  outline: 1px solid slategrey;
}
.main_content_list #sidebar .more_filter ul li {
  list-style: none;
  padding: 8px 0px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
@media screen and (max-width: 1260px) {
  .main_content_list #sidebar .more_filter ul li {
    font-size: 13px;
  }
}
.main_content_list #sidebar .more_filter ul li .num {
  font-family: 'Montserrat', sans-serif;
  float: right;
  margin-right: 25px;
}
.main_content_list #sidebar .more_filter ul li .name {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  max-width: 65%;
}
.main_content_list #sidebar .more_filter ul li:after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_content_list #sidebar .more_filter ul li:before {
  position: absolute;
  left: 4px;
  font-size: 12px;
  /*color: $color-black;*/
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_content_list #sidebar .more_filter ul li input {
  width: 100%;
  position: absolute;
  height: 75%;
  left: 0px;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.main_content_list #sidebar .more_filter ul li.clicked:before {
  color: #000;
}
.main_content_list #sidebar .more_filter.scroll_started {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main_content_list #sidebar .more_filter.scroll_started h4 {
  margin-top: 0px;
  padding-top: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1360px) {
  .main_content_list #content {
    width: 82%;
  }
}
@media screen and (max-width: 1300px) {
  .main_content_list #content {
    width: 78%;
  }
}
@media screen and (max-width: 1260px) {
  .main_content_list #content {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .main_content_list #content {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .main_content_list #content {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main_content_list #content #product_list .col-sm-4 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .main_content_list #content #product_list .col-sm-4 {
    width: 100%;
  }
}
@media screen and (max-width: 1060px) {
  .main_content_list #content #product_list .clearfix {
    display: none;
  }
}

.product_search {
  position: relative;
}
@media screen and (max-width: 767px) {
  .product_search {
    text-align: center;
    margin-top: 5px;
  }
}
.product_search .icon-ic_search {
  position: absolute;
  font-size: 20px;
  top: 4px;
  color: #000;
}
.product_search input {
  border: none;
  padding-left: 30px;
  font-size: 16px;
  line-height: 21px;
}

.inner-wrapper-sticky {
  left: auto !important;
}

.block-product h1 {
  color: #000;
}
@media screen and (max-width: 767px) {
  .block-product h1 {
    padding-left: 15px;
  }
}
.block-product .page_history {
  margin-top: 15px;
}

.product_details {
  margin-top: 60px;
}
.product_details .image_gallery {
  margin-top: 10px;
}
.product_details .image_gallery .large_view img {
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_details .image_gallery .thumbs {
  margin-top: 20px;
  padding-bottom: 5%;
  position: relative;
  overflow: hidden;
}
.product_details .image_gallery .thumbs img {
  width: 15%;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5%;
  margin-bottom: 20px;
}
.product_details .image_gallery .thumbs img:nth-child(5n+5) {
  margin-right: 0px;
}
.product_details .product_descr {
  width: calc(70% + 10px);
  padding-left: 15px;
}
@media screen and (max-width: 1060px) {
  .product_details .product_descr {
    width: 100%;
  }
}
.product_details .product_descr h3 {
  color: #000;
  margin-top: 0px;
}
.product_details .product_descr .descr {
  font-size: 18px;
  line-height: 30px;
}
.product_details .product_descr .download_file {
  display: block;
  color: #000;
  margin-bottom: 20px;
  text-decoration: none;
  margin-top: 20px;
}
.product_details .product_descr .download_file .icon-download {
  margin-right: 20px;
  font-size: 16px;
}
.product_details .product_descr .dimensions {
  border-top: 1px solid #000;
  padding-top: 20px;
}
.product_details .product_descr .dimensions ul {
  width: 100%;
}
.product_details .product_descr .dimensions ul li {
  list-style: none;
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
.product_details .product_descr .dimensions ul li span {
  width: 50%;
  float: right;
  text-align: left;
}

.add_to_cart_section {
  margin-bottom: 30px;
  margin-top: 30px;
}
.add_to_cart_section .qty_outer {
  width: 40%;
  background-color: #FAFAFA;
  height: 42px;
  max-width: 168px;
  display: inline-block;
}
.add_to_cart_section .qty_outer button {
  width: 50px;
  height: 100%;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 30px;
 font-family: 'Montserrat', sans-serif;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .add_to_cart_section .qty_outer button {
    width: 45px;
  }
}
@media screen and (max-width: 1060px) {
  .product_details .product_descr .descr {
    font-size: 16px;
  }
  .add_to_cart_section .qty_outer button {
    width: 35px;
  }
}
.add_to_cart_section .qty_outer span {
  width: 50px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
 font-family: 'Montserrat', sans-serif;
  color: #000;
}
@media screen and (max-width: 1060px) {
  .add_to_cart_section .qty_outer span {
    width: 35px;
  }
}
.add_to_cart_section form {
  display: inline-block;
}
.add_to_cart_section .add_cart {
  padding: 12px 40px;
  background-color: #4d897c;
  color: #fff;
  border-color: #4d897c;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .add_to_cart_section .add_cart {
    max-width: 160px;
    padding: 10px 40px;
    text-align: center;
    border-radius: 0px;
  }
}
.add_to_cart_section .add_cart:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.products_sugg {
  margin-top: 70px;
  margin-bottom: 0px;
  position: relative;
}
.products_sugg .container {
  position: relative;
}
.products_sugg h3 {
  text-align: center;
  color: #000;
  margin-bottom: 55px;
}
.products_sugg .swiper-container {
  overflow: hidden;
}
.products_sugg .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.products_sugg .col-sm-3 {
  width: 25.5% !important;
  margin: 0px !important;
}
@media screen and (max-width: 767px) {
  .product_details .product_descr .dimensions ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .products_sugg .col-sm-3 {
    width: 50% !important;
  }
}
.products_sugg .swiper-button-next, .products_sugg .swiper-button-prev {
  background-image: none;
  text-align: center;
  width: 35px;
  height: 35px;
  top: 40%;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  /*transform: translateY(-50%);*/
}
.products_sugg .swiper-button-next:before, .products_sugg .swiper-button-prev:before {
  color: #000;
  position: relative;
  top: 30%;
}
.products_sugg .swiper-button-next {
  right: -80px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1360px) {
  .products_sugg .swiper-button-next {
    right: -40px;
  }
}
@media screen and (max-width: 1260px) {
  .products_sugg .swiper-button-next {
    right: 40px;
  }
}
.products_sugg .swiper-button-prev {
  left: -80px;
}
@media screen and (max-width: 1360px) {
  .products_sugg .swiper-button-prev {
    left: -40px;
  }
}
@media screen and (max-width: 1260px) {
  .products_sugg .swiper-button-prev {
    left: 40px;
  }
}

.main_content_list {
  margin-bottom: 100px;
}

.btn_filter {
  display: none;
  padding: 14px 10px;
  background-color: #fff;
  border: 1px solid #000;
  /*background: $color-black;*/
  height: 42px;
  width: 42px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  cursor: pointer;
  vertical-align: middle;
  /*span{
  	display: block;
  	width: 20px;
  	height: 1px;
  	background: #fff;
  	margin-bottom: 6px;
  	position: relative;
  	@include transition(all .5s ease);
  	&.line_2{
  		width: 14px;
  	}
  }
  &.active{
  	z-index: 110;
  	top: 10px;
  	right: 10px;
  	.line_2{
  		display: none;
  	}
  	span{
             transform: rotate(45deg);
             @include transition(all .5s ease);
             &.line_1{
                 transform: rotate(-45deg);
                 top: 7px;
             }
         }
  }*/
}
@media screen and (max-width: 767px) {
  .btn_filter {
    position: relative;
    top: 0px;
    left: 10px;
    z-index: 3;
    display: inline;
  }
}

.block_list {
  /*ul{
  	.slick-list{
  		height: auto !important;
  	}
  	li{
  		list-style: none;
  		opacity: 1 !important;
  		left: 0px !important;
  	}
  }
  .each_block_list_outer{
  	.each_block_list_slider{
  		.img_container{
  			width: 100%;
  			height: 400px;
  			img{
  				width: 100%;
  				height: 100%;
  				object-fit: cover;
  			}
  		}
  	}
  }
  .each_block_thumb_outer{
  	.each_block_list_slider{
  		.img_container{
  			width: 100%;
  			height: 193px;
  			img{
  				width: 100%;
  				height: 100%;
  				object-fit: cover;
  			}
  		}
  	}
  }
  .special_col{
  	height: 400px;
  	.each_block_thumb_outer{
  		position: absolute;
  		bottom: 0px;
  		max-width: 300px !important;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .block_list {
    display: none;
  }
}
.block_list .block_item {
  min-height: 500px;
}
@media screen and (max-width: 1199px) {
  .block_list .block_item {
    min-height: 600px;
  }
}
.block_list .block_item ul {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
}
.block_list .block_item ul li {
  font-size: 24px;
  line-height: 32px;
  list-style: none;
  padding: 8px 0px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_list .block_item ul li a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.block_list .block_item ul li:hover {
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_list .block_item ul li.active {
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_list .each_block_list_outer {
  position: relative;
  width: 94%;
}
@media screen and (max-width: 1300px) {
  .block_list .each_block_list_outer {
    width: 90%;
  }
}
.block_list .each_block_list_outer .pagi_div {
  position: absolute;
  right: 0px;
  top: 415px;
}
.block_list .each_block_list_outer .pagi_div .arrows button {
  border: none;
  background: transparent;
  font-size: 22px;
  position: absolute;
  right: 0;
}
.block_list .each_block_list_outer .pagi_div .arrows button:before {
  color: #000;
}
.block_list .each_block_list_outer .pagi_div .arrows button.arrow_next {
  top: 37px;
}
.block_list .each_block_list_outer .pagi_div .counter {
  position: absolute;
  right: -131px;
  display: inline-block;
  width: 100px;
  top: 4px;
  font-size: 31px;
  color: #000;
}
.block_list .each_block_list_outer .pagi_div .counter .curr {
  width: 35px;
  display: inline-block;
}
.block_list .each_block_list_outer .each_block_list_slider {
  position: absolute;
  top: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_list .each_block_list_outer .each_block_list_slider a {
  text-decoration: none;
}
.block_list .each_block_list_outer .each_block_list_slider .img_container {
  width: 100%;
  height: 400px;
  position: relative;
}
.block_list .each_block_list_outer .each_block_list_slider .img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_list .each_block_list_outer .each_block_list_slider .img_container .overlay_div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.44);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.block_list .each_block_list_outer .each_block_list_slider .img_container .overlay_div span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 9px 42px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  .block_list .each_block_list_outer .each_block_list_slider .img_container .overlay_div span {
    width: 70%;
    padding: 9px 30px;
  }
}
.block_list .each_block_list_outer .each_block_list_slider .block-content {
  margin-top: 20px;
  width: 90%;
}
.block_list .each_block_list_outer .each_block_list_slider .block-content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.block_list .each_block_list_outer .each_block_list_slider.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_list .each_block_list_outer .each_block_list_slider:hover .img_container .overlay_div {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 1;
}
.block_list .each_block_list_outer .each_block_list_slider:hover .img_container .overlay_div span {
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.block_list .special_col {
  height: 400px;
  overflow: visible;
  margin-left: -3.8%;
}
@media screen and (max-width: 1300px) {
  .block_list .special_col {
    margin-left: -5.8%;
  }
}
.block_list .each_block_thumb_outer {
  position: relative;
  height: 100%;
  min-width: 300px;
  margin-left: -6%;
}
@media screen and (max-width: 1300px) {
  .block_list .each_block_thumb_outer {
    min-width: 190px;
  }
}
@media screen and (max-width: 1060px) {
  .block_list .each_block_thumb_outer {
    min-width: 155px;
  }
}
@media screen and (max-width: 768px) {
  .block_list .each_block_thumb_outer {
    min-width: 110px;
  }
}
.block_list .each_block_thumb_outer .each_block_list_slider {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_list .each_block_thumb_outer .each_block_list_slider .img_container {
  width: 100%;
  height: 193px;
}
.block_list .each_block_thumb_outer .each_block_list_slider .img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_list .each_block_thumb_outer .each_block_list_slider.active {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.brands-page .block_list .block_item {
  min-height: 700px;
}
@media screen and (max-width: 1199px) {
  .brands-page .block_list .block_item {
    min-height: 800px;
  }
}

.project-page .block_list .block_item {
  min-height: 600px;
}
@media screen and (max-width: 1199px) {
  .project-page .block_list .block_item {
    min-height: 700px;
  }
}

.block_list_mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .block_list_mob {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .block_list_mob {
    padding: 0 30px;
  }
}
.block_list_mob .each_mob_block_list {
  cursor: pointer;
}
.block_list_mob .each_mob_block_list h3 {
  font-size: 24px;
  line-height: 32px;
  list-style: none;
  padding: 8px 0px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_list_mob .each_mob_block_list.active h3 {
  color: black;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_list_mob .each_mob_block_list .mob_block_content {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block_list_mob .each_mob_block_list .mob_block_content {
    width: 100%;
  }
}
.block_list_mob .each_mob_block_list .mob_block_content a {
  text-decoration: none;
}
.block_list_mob .each_mob_block_list .mob_block_content .img_container {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .block_list_mob .each_mob_block_list .mob_block_content .img_container {
    height: 200px;
  }
}
.block_list_mob .each_mob_block_list .mob_block_content .img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_list_mob .each_mob_block_list .mob_block_content .block-content {
  margin-top: 20px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .block_list_mob .each_mob_block_list .mob_block_content .block-content {
    width: 100%;
  }
}
.block_list_mob .each_mob_block_list .mob_block_content .block-content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.block_list_mob .each_mob_block_list .mob_block_content .block-content span {
  padding-left: 50px;
  display: inline-block;
  position: relative;
  color: #000;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
}
.block_list_mob .each_mob_block_list .mob_block_content .block-content span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
}

.search_container {
  min-height: 55vh;
}

.gen_search {
  margin-top: 100px;
  width: 30%;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .gen_search {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .gen_search {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .gen_search {
    width: 70%;
  }
}
.gen_search .icon-close {
  color: #000;
  position: absolute;
  right: -20px;
  padding: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}
.gen_search .ccm-search-block-text {
  color: #000;
  text-align: center;
  width: 100%;
  padding-right: 25px;
  /*max-width: 300px;*/
  border: none;
  border-bottom: 1px solid #D8D8D8;
  font-size: 72px;
}
.gen_search .ccm-search-block-text::-webkit-input-placeholder {
  font-size: 24px;
  text-align: center;
}
.gen_search .ccm-search-block-text:-moz-placeholder {
  font-size: 24px;
  text-align: center;
}
.gen_search .ccm-search-block-text::-moz-placeholder {
  font-size: 24px;
  text-align: center;
}
.gen_search .ccm-search-block-text:-ms-input-placeholder {
  font-size: 24px;
  text-align: center;
}

.search_result {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .search_result {
    margin-bottom: 60px;
  }
}
.search_result #load-more {
  font-size: 20px;
  color: #000;
  text-align: center;
}
.search_result .tab_list {
  text-align: center;
  margin-bottom: 60px;
}
.search_result .tab_list li {
  list-style: none;
  display: inline-block;
  font-size: 26px;
}
.search_result .tab_list li:first-child {
  margin-right: 30px;
}
.search_result .tab_list li a {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.search_result .tab_list li.active a {
  color: #000;
}
.search_result .tab-content .tab_content .each_block {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .search_result .tab-content .tab_content .each_block {
    padding: 0 15px;
  }
}
.search_result .tab-content .tab_content .each_block a {
  text-decoration: none;
  color: inherit;
}
.search_result .tab-content .tab_content .each_block .content .img_outer {
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
}
.search_result .tab-content .tab_content .each_block .content .img_outer img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.search_result .tab-content .tab_content .each_block .content h3 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
}
.search_result .tab-content .tab_content .each_block .content .text {
  text-align: center;
  margin-top: 20px;
}
.search_result .tab-content .tab_content .each_block .content .text .type_1 {
  font-size: 20px;
  color: #000;
  word-break: break-all;
}
.search_result .tab-content .tab_content .each_block .content .text .type_2 {
  font-size: 18px;
}
.search_result .tab-content .tab_content .each_block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.search_error {
  margin-top: 50px;
}
.search_error p {
  text-align: center;
  color: #000;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .search_error p {
    font-size: 20px;
    padding: 0px 15px;
  }
}

.searchpage-page .page_history {
  text-align: center;
  margin-top: 10px;
}

.img_gallery_wrapper {
  position: relative;
  margin-top: 38px;
}
.img_gallery_wrapper .slick-arrow {
  right: -70px;
  top: auto;
  bottom: 0px;
  content: "";
}
@media screen and (max-width: 1360px) {
  .img_gallery_wrapper .slick-arrow {
    right: -40px;
  }
}
@media screen and (max-width: 1300px) {
  .img_gallery_wrapper .slick-arrow {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .img_gallery_wrapper .slick-arrow {
    bottom: calc(0% - 42px);
    top: auto;
  }
}
.img_gallery_wrapper .slick-arrow:before {
  color: #000;
}
.img_gallery_wrapper .slick-arrow.slick-prev {
  bottom: calc(0% + 38px);
}
@media screen and (max-width: 767px) {
  .img_gallery_wrapper .slick-arrow.slick-prev {
    bottom: calc(0% - 42px);
  }
}
.img_gallery_wrapper .slide_number {
  right: -120px;
  bottom: calc(130px + 0%);
  top: auto;
  color: #000;
}
@media screen and (max-width: 1360px) {
  .img_gallery_wrapper .slide_number {
    right: -90px;
  }
}
@media screen and (max-width: 1300px) {
  .img_gallery_wrapper .slide_number {
    right: -30px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .img_gallery_wrapper .slide_number {
    bottom: calc(0% - 42px);
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.img_gallery_wrapper .img_gallery {
  height: 600px;
  width: 100%;
}
.img_gallery_wrapper .img_gallery .slick-list, .img_gallery_wrapper .img_gallery .slick-track {
  height: 100% !important;
}
@media screen and (max-width: 1199px) {
  .img_gallery_wrapper .img_gallery {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .img_gallery_wrapper .img_gallery {
    height: 350px;
  }
}
.img_gallery_wrapper .img_gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_gallery_wrapper > img {
  width: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.testimonial_block {
  width: 72%;
  margin: auto;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .testimonial_block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial_block {
    width: 90%;
  }
}
.testimonial_block p {
  font-size: 18px;
  line-height: 32px;
  margin: 40px 0px 20px 0px;
}
@media screen and (max-width: 1199px) {
  .testimonial_block p {
    font-size: 16px;
    line-height: 28px;
    margin: 30px 0px 20px 0px;
  }
}
.testimonial_block .long_bar {
  position: relative;
  display: block;
  padding-bottom: 30px;
  padding-top: 20px;
}
.testimonial_block .long_bar:before {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 20px;
  left: 20%;
}
.testimonial_block .person_name, .testimonial_block .org_name {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
.testimonial_block .org_name {
  color: rgba(0, 0, 0, 0.4);
}

.project_sugg {
  margin-top: 95px;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .project_sugg {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .project_sugg {
    margin-top: 80px;
  }
}
.project_sugg h3 {
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}
.project_sugg .col-sm-3 {
  float: none;
  display: inline-block;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .project_sugg .col-sm-3 {
    width: 100%;
  }
}

.project_details-view-page .page_banner .heading_outer {
  top: 43.5%;
}
.project_details-view-page .heading_para_block {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .project_details-view-page .heading_para_block {
    margin-top: 30px;
  }
}
.project_details-view-page .heading_para_block h2 {
  margin-bottom: 40px;
}
.project_details-view-page .heading_para_block p {
  margin-bottom: 35px;
}

.cart_section {
  margin-bottom: 100px;
}
.cart_section .cart_top h4 {
  font-size: 24px;
  color: #000;
 font-family: 'Montserrat', sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .cart_section .cart_top h4 {
    padding: 0 15px;
  }
}
.cart_section .cart_top .page_history {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .cart_section .col-sm-5, .cart_section .col-sm-7 {
    width: 100%;
  }
}
.cart_section .cart_left {
  padding-left: 75px;
}
@media screen and (max-width: 1300px) {
  .cart_section .cart_left {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .cart_section .cart_left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cart_section .cart_left {
    padding: 0 120px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cart_section .cart_left {
    padding: 0 15px;
    margin-top: 0px;
  }
}
.cart_section .cart_left h5 {
  font-size: 20px;
  line-height: 27px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #000;
 font-family: 'Montserrat', sans-serif;
}
.cart_section .cart_left .cart_enquire_btn {
  background-color: #000;
  border-color: #000;
  padding: 10px 60px;
  max-width: 167px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  display: inline-block !important;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media screen and (max-width: 767px) {
  .cart_section .cart_left .cart_enquire_btn {
    margin-left: 0px;
  }
}
.cart_section .cart_left .cart_enquire_btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.cart_section .cart_right {
  padding-right: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1300px) {
  .cart_section .cart_right {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .cart_section .cart_right {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cart_section .cart_right {
    padding: 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .cart_section .cart_right {
    padding: 0 15px;
  }
}
.cart_section .cart_right .cart_subhead {
  font-size: 20px;
  line-height: 27px;
  color: #000;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  margin-right: 42px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cart_section .cart_right .cart_subhead {
    margin-right: 0px;
  }
}
.cart_section table tr td, .cart_section table tr th {
  text-align: left;
  padding-left: 0px;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 15px;
  border-bottom-color: rgba(151, 151, 151, 0.3);
  font-weight: normal;
}
.cart_section table tr td {
  border-bottom: none;
  line-height: 30px;
  padding-bottom: 10px;
}
.cart_section table tr td .empty_msg {
  color: #000;
}
.cart_section table tr td .empty_msg2 {
  margin-top: 5px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
}
.cart_section table tr td.ccm-core-commerce-cart-remove {
  padding-left: 10px;
}
.cart_section table tr td.ccm-core-commerce-cart-thumbnail img {
  width: 135px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cart_section table tr td.ccm-core-commerce-cart-thumbnail {
    display: none;
  }
}
.cart_section table tr td.ccm-core-commerce-cart-name {
  padding-left: 40px;
}
@media screen and (max-width: 1199px) {
  .cart_section table tr td.ccm-core-commerce-cart-name {
    padding-left: 10px;
    max-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .cart_section table tr td.ccm-core-commerce-cart-name {
    max-width: 110px;
  }
}
.cart_section table tr td.ccm-core-commerce-cart-name .text_1 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .cart_section table tr td.ccm-core-commerce-cart-name .text_1 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cart_section table tr td.ccm-core-commerce-cart-name .text_1 {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart_section table tr td.ccm-core-commerce-cart-name .text_2 {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 1199px) {
  .cart_section table tr td.ccm-core-commerce-cart-name .text_2 {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cart_section table tr td.ccm-core-commerce-cart-name .text_2 {
    font-size: 13px;
    line-height: 20px;
  }
}
.cart_section #ccm-core-commerce-cart-form {
  height: 240px;
  overflow: auto;
  margin-bottom: 80px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .cart_section #ccm-core-commerce-cart-form {
    height: auto;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
.cart_section #ccm-core-commerce-cart-form::-webkit-scrollbar {
  width: 2px;
}
.cart_section #ccm-core-commerce-cart-form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(151, 151, 151, 0.3);
}
.cart_section #ccm-core-commerce-cart-form::-webkit-scrollbar-thumb {
  background-color: #525252;
  outline: 1px solid slategrey;
}
@media screen and (max-width: 1060px) {
  .cart_section #ccm-core-commerce-cart-form::-webkit-scrollbar-thumb {
    outline: none;
  }
}
.cart_section #ccm-core-commerce-cart-form .ccm-core-commerce-cart-buttons {
  position: absolute;
  bottom: -10px;
  right: 65px;
}
@media screen and (max-width: 768px) {
  .cart_section #ccm-core-commerce-cart-form .ccm-core-commerce-cart-buttons {
    right: auto;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .cart_section #ccm-core-commerce-cart-form .ccm-core-commerce-cart-buttons {
    position: static;
    margin-top: 30px;
  }
}
.cart_section #ccm-core-commerce-cart-form .ccm-core-commerce-cart-buttons .back_shopping {
  background-color: transparent;
  border-color: #000;
  padding: 10px 22px;
  max-width: 167px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  border-radius: 0px;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media screen and (max-width: 767px) {
  .cart_section #ccm-core-commerce-cart-form .ccm-core-commerce-cart-buttons .back_shopping {
    max-width: 100%;
    width: auto;
    padding: 10px 10px;
  }
}
.cart_section #ccm-core-commerce-cart-form .ccm-core-commerce-cart-buttons .back_shopping:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.cart_section #ccm-core-commerce-cart-form .ccm-core-commerce-cart-buttons #enq_s1 {
  background-color: #000;
  border-color: #000;
  padding: 10px 60px;
  max-width: 167px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  margin-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cart_section #ccm-core-commerce-cart-form .ccm-core-commerce-cart-buttons #enq_s1 {
    margin-left: 0px;
    max-width: 100%;
    width: auto;
    padding: 10px 33px;
    float: right;
  }
}
.cart_section #ccm-core-commerce-cart-form .ccm-core-commerce-cart-buttons #update_cart_button {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  max-width: 167px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  margin-left: 20px;
  border-radius: 0px;
}
.cart_section #ccm-core-commerce-cart-form .add_to_cart_section {
  margin-bottom: 0px;
  margin-top: 0px;
}
.cart_section #ccm-core-commerce-cart-form .add_to_cart_section .qty_outer {
  width: 168px;
}
@media screen and (max-width: 1199px) {
  .cart_section #ccm-core-commerce-cart-form .add_to_cart_section .qty_outer button {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cart_section #ccm-core-commerce-cart-form .add_to_cart_section .qty_outer button {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cart_section #ccm-core-commerce-cart-form .add_to_cart_section .qty_outer button .qty-counter {
    font-size: 15px;
  }
}

#billing_address_form .ccm-required {
  display: none;
}
#billing_address_form .control-group {
  position: relative;
}
#billing_address_form label {
  position: absolute;
  top: 10px;
  left: 5px;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
 font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.82, 0, 1.01);
  transition: all 0.3s cubic-bezier(0, 0.82, 0, 1.01);
}
#billing_address_form label.focus {
  top: -11px;
  font-size: 13px;
  color: #000;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.82, 0, 1.01);
  transition: all 0.3s cubic-bezier(0, 0.82, 0, 1.01);
}
#billing_address_form .controls {
  /*position: relative;*/
}
#billing_address_form .controls .custom-error {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 12px;
}
#billing_address_form .controls .ccm-attribute-address-line {
  position: relative;
}
#billing_address_form .controls .ccm-attribute-address-line label {
  position: absolute;
}
#billing_address_form .controls.error_div input, #billing_address_form .controls.error_div textarea {
  border-color: #FF4A4A;
}
#billing_address_form .ccm-attribute-address-country label {
  display: none;
}
#billing_address_form input {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
  height: 42px;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
}
#billing_address_form input.focus {
  border: 1px solid #000;
}
#billing_address_form input.error {
  border-color: #FF4A4A;
}
#billing_address_form .address.billing_address .col-md-6 {
  width: 100%;
}

.contact_sec {
  margin-top: 50px;
  /*margin-bottom: 140px;*/
}
.contact_sec .contact_content h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.contact-us-page footer {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .contact-us-page footer {
    margin-top: 40px;
  }
}

.page_banner .tag {
  position: absolute;
  top: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .page_banner .tag {
    padding-left: 20px;
  }
}
.page_banner .tag p {
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .page_banner .tag p {
    line-height: 24px;
    font-size: 16px;
  }
}

.news-view-page .page_banner .each_banner .heading_outer, .news_detail-view-page .page_banner .each_banner .heading_outer {
  /*width: 42%;
  left: 29%;*/
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .news-view-page .page_banner .each_banner .heading_outer, .news_detail-view-page .page_banner .each_banner .heading_outer {
    /*width: 50%;
    left: 25%;*/
  }
}
@media screen and (max-width: 768px) {
  .news-view-page .page_banner .each_banner .heading_outer, .news_detail-view-page .page_banner .each_banner .heading_outer {
    /*width: 70%;
    left: 15%;*/
  }
}
@media screen and (max-width: 767px) {
  .news-view-page .page_banner .each_banner .heading_outer, .news_detail-view-page .page_banner .each_banner .heading_outer {
    /*width: 90%;
    left: 5%;*/
  }
}
.news-view-page .page_banner .each_banner .heading_outer span, .news_detail-view-page .page_banner .each_banner .heading_outer span {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.news-view-page .page_banner .each_banner .heading_outer h3, .news_detail-view-page .page_banner .each_banner .heading_outer h3 {
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.news-view-page .page_banner .each_banner .heading_outer p, .news_detail-view-page .page_banner .each_banner .heading_outer p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.news-view-page .news_section, .news_detail-view-page .news_section {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .news-view-page .news_section, .news_detail-view-page .news_section {
    padding: 0 15px;
  }
}
.news-view-page .news_section .news_blocks .each_news_block .img_outer .overlay_div span, .news_detail-view-page .news_section .news_blocks .each_news_block .img_outer .overlay_div span {
  padding: 9px 30px;
}

.news_filter {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news_filter {
    margin-bottom: 20px;
  }
}
.news_filter li {
  cursor: pointer;
  display: inline-block;
  list-style: none;
  padding: 0px 15px;
}
.news_filter li a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 26px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media screen and (max-width: 767px) {
  .news_filter li a {
    font-size: 22px;
    line-height: 32px;
  }
}
.news_filter li a.active {
  color: #000;
}
.news_filter li a:hover {
  color: #000;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.news_listing #news_section, .news_sugg #news_section {
  text-align: center;
}
.news_listing #news_section .col-sm-3, .news_sugg #news_section .col-sm-3 {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.news_listing .news_blocks, .news_sugg .news_blocks {
  margin-bottom: 25px;
  overflow: hidden;
  padding: 0px;
}
.news_listing .news_blocks .each_news_block a, .news_sugg .news_blocks .each_news_block a {
  text-decoration: none;
}
.news_listing .news_blocks .each_news_block .img_outer, .news_sugg .news_blocks .each_news_block .img_outer {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.news_listing .news_blocks .each_news_block .img_outer .tag, .news_sugg .news_blocks .each_news_block .img_outer .tag {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  color: #000;
  z-index: 1;
  background: #fff;
  padding: 6px 16px;
}
.news_listing .news_blocks .each_news_block .img_outer img, .news_sugg .news_blocks .each_news_block .img_outer img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.news_listing .news_blocks .each_news_block .text_part .date_span, .news_sugg .news_blocks .each_news_block .text_part .date_span {
  padding-top: 8px;
}
.news_listing .news_blocks .each_news_block .text_part .title, .news_sugg .news_blocks .each_news_block .text_part .title {
  height: 27px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 5px;
}
.news_listing .news_blocks .each_news_block .text_part .descr, .news_sugg .news_blocks .each_news_block .text_part .descr {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 5px;
  height: 42px;
  line-height: 22px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news_listing .news_blocks .each_news_block .text_part .descr, .news_sugg .news_blocks .each_news_block .text_part .descr {
    margin-bottom: 20px;
  }
}
.news_listing .news_blocks:hover img, .news_sugg .news_blocks:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.load_more_news {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .load_more_news {
    margin-bottom: 40px;
  }
}
.load_more_news button {
  width: 140px;
  height: 42px;
  text-align: center;
  background: transparent;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  font-size: 14px;
}

.news_content {
  width: 80%;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .news_content {
    width: 100%;
    padding: 0 15px;
  }
}
.news_content p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 36px;
  color: #000;
}
.news_content img {
  margin-bottom: 20px;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .news_content img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .news_content img {
    height: 400px;
  }
}

.news_img img {
  margin-bottom: 20px;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .news_img img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .news_img img {
    height: 400px;
  }
}

.news_content1 {
  margin-top: 40px;
}
.news_content1 p {
  margin: auto;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .news_content1 p {
    width: 100%;
    padding: 0 15px;
  }
}
.news_content1 img {
  margin-bottom: 20px;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .news_content1 img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .news_content1 img {
    height: 400px;
  }
}

.news_detail-view-page .article_main {
  width: 80%;
}
.news_detail-view-page .news_sugg {
  text-align: center;
}
.news_detail-view-page .news_sugg .col-sm-3 {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.news_sugg {
  margin-top: 80px;
}
.news_sugg h3 {
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}

.news_detail-view-page .news_letter_sec {
  margin-top: 20px;
}

.tankyou_msg {
  padding: 5% 0px;
  background-image: url(../images/leaf_bg.png);
  background-repeat: no-repeat;
  background-size: 190px 304px;
  background-position: 0% 35%;
  height: 500px;
  position: relative;
  vertical-align: middle;
}
.tankyou_msg .msg_thanks {
  width: 50%;
  margin: auto;
  text-align: center;
}
.tankyou_msg .msg_thanks h3 {
  font-size: 36px !important;
  line-height: 44px !important;
  margin-bottom: 20px !important;
  color: #000;
  text-align: center;
  margin-top: 0px;
}
.tankyou_msg .msg_thanks p {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 0 50px;
}
.tankyou_msg .msg_thanks p a {
  display: inline-block;
  margin-top: 55px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 7px 30px;
  text-decoration: none;
}

.careers-page .wrapper {
  margin-top: 121px;
}
.careers-page .page_banner {
  max-height: 350px;
}
.careers-page .page_banner .heading_outer {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.careers-page .page_banner .heading_outer h3 {
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.careers-page .page_history {
  margin-top: 73px;
}
.careers-page .page_heading h3 {
  margin-top: 16px;
  color: #000;
  text-align: center;
}
.careers-page .page_heading p {
  line-height: 36px;
}

.job_list {
  margin-top: 60px;
  margin-bottom: 45px;
}
.job_list .each_job {
  padding: 0px 0px 24px 0px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.job_list .each_job h6 {
 font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 36px;
  margin: 0px 0px 22px 0px;
}
.job_list .each_job p {
  width: 86%;
  display: inline-block;
}
.job_list .each_job a {
  width: 12%;
  display: inline-block;
  padding: 10px;
  border: 1px solid #000;
  position: absolute;
  right: 0px;
  top: 50%;
  color: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 14px;
 font-family: 'Montserrat', sans-serif;
}

.apply_form {
  width: 36%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 65px;
}
@media screen and (max-width: 1199px) {
  .apply_form {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .apply_form {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .apply_form {
    margin-bottom: 30px;
    width: 80%;
  }
}

.default-page .default_content, .policy-page .default_content {
  margin-top: 50px;
}
.default-page .page_history, .policy-page .page_history {
  margin-bottom: 60px;
  margin-top: 0px;
}
.default-page .page_heading, .policy-page .page_heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .default-page .page_heading, .policy-page .page_heading {
    padding: 0 15px;
  }
}
.default-page .page_heading h3, .policy-page .page_heading h3 {
  margin-top: 28px;
  color: #000;
}
.default-page .page_content, .policy-page .page_content {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .default-page .page_content, .policy-page .page_content {
    padding: 0 15px;
  }
}
.default-page .page_content h6, .policy-page .page_content h6 {
  font-size: 20px;
  line-height: 36px;
  color: #000;
 font-family: 'Montserrat', sans-serif;
  margin-bottom: 25px;
}
.default-page .page_content p, .policy-page .page_content p {
  font-size: 18px;
  line-height: 36px;
  color: #000;
  margin-bottom: 10px;
}
.default-page .page_content ul li, .policy-page .page_content ul li {
  list-style: none;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  margin-bottom: 5px;
 font-family: 'Montserrat', sans-serif;
}
.default-page .page_content a, .policy-page .page_content a {
  display: inline-block;
  position: relative;
 font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  margin-left: 0px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.default-page .page_content a:hover, .policy-page .page_content a:hover {
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.policy-page .page_content p {
  margin-bottom: 36px;
}

.login-view-page h3 {
  color: #000;
}
.login-view-page .page-header {
  border: none;
}
.login-view-page .ccm-login-form legend {
  padding-bottom: 20px;
}
.login-view-page .ccm-login-form label {
  font-size: 18px;
  line-height: 44px;
  color: #000;
  font-weight: 100;
}
.login-view-page .ccm-login-form input {
  width: 50%;
  max-width: 400px;
  height: 42px;
  padding-left: 15px;
}
.login-view-page .ccm-login-form input.ccm-input-checkbox {
  width: auto;
  height: 42px;
}
.login-view-page .ccm-login-form input.ccm-input-submit {
  max-width: 200px;
  background-color: #000;
  color: #fff;
  border-radius: 0px;
}
.login-view-page p {
  font-size: 18px;
  color: #000;
}
.login-view-page .ccm-forgot-password-form label {
  font-size: 18px;
  line-height: 44px;
  color: #000;
  font-weight: 100;
}
.login-view-page .ccm-forgot-password-form input {
  width: 50%;
  max-width: 400px;
  height: 42px;
  padding-left: 15px;
}
.login-view-page .ccm-forgot-password-form input.ccm-input-submit {
  max-width: 200px;
  background-color: #000;
  color: #fff;
  border-radius: 0px;
}

.page_not_found-view-page h1, .page_not_found-view-page h3, .page_not_found-view-page p {
  color: #000;
}
.page_not_found-view-page .notpage {
  min-height: 70vh;
  padding: 5% 0px;
}
.page_not_found-view-page .notpage .fourofourbutton {
  text-align: center;
  margin-top: 50px;
}
.page_not_found-view-page .notpage .fourofourbutton a {
  padding: 12px 30px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.page_not_found-view-page .notpage .fourofourbutton a:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

html {
  scroll-behavior: smooth;
}

.header_nav ul.header_landing, .fooLandlinks, .more_nav ul.header_landing {
  display: none;
}

@media screen and (max-width: 1199px) {
  .investments-page .wrapper, .landing-page .wrapper, .real_estate-page .wrapper {
    margin-top: 83px;
  }
}
.investments-page .header_nav, .landing-page .header_nav, .real_estate-page .header_nav {
  float: right;
}
.investments-page .header_nav ul.cd-primary-nav, .investments-page .header_nav ul.header_menu2, .landing-page .header_nav ul.cd-primary-nav, .landing-page .header_nav ul.header_menu2, .real_estate-page .header_nav ul.cd-primary-nav, .real_estate-page .header_nav ul.header_menu2 {
  display: none;
}
.investments-page .header_nav ul.header_landing, .landing-page .header_nav ul.header_landing, .real_estate-page .header_nav ul.header_landing {
  display: block;
}
.investments-page .header_nav ul li a.active, .landing-page .header_nav ul li a.active, .real_estate-page .header_nav ul li a.active {
  color: #000;
}
.investments-page .fooMainlinks, .investments-page .extra_link, .investments-page .mobileMainLinks, .landing-page .fooMainlinks, .landing-page .extra_link, .landing-page .mobileMainLinks, .real_estate-page .fooMainlinks, .real_estate-page .extra_link, .real_estate-page .mobileMainLinks {
  display: none;
}
.investments-page .fooLandlinks, .investments-page .more_nav ul.header_landing, .landing-page .fooLandlinks, .landing-page .more_nav ul.header_landing, .real_estate-page .fooLandlinks, .real_estate-page .more_nav ul.header_landing {
  display: block;
}
.investments-page .header_nav_mob ul li, .landing-page .header_nav_mob ul li, .real_estate-page .header_nav_mob ul li {
  display: none;
}
.investments-page .header_nav_mob ul li.more_menu, .landing-page .header_nav_mob ul li.more_menu, .real_estate-page .header_nav_mob ul li.more_menu {
  display: inline-block;
}

.landing-page .designer_block {
  min-height: 577px;
  height: initial;
}
@media screen and (max-width: 1199px) {
  .landing-page .designer_block {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .landing-page .designer_block {
    min-height: initial;
  }
}
.landing-page .designer_block .cont_sec .col-sm-6 {
  padding-left: 6%;
}
@media screen and (max-width: 1199px) {
  .landing-page .designer_block .cont_sec .col-sm-6 {
    padding-left: 5%;
  }
}
.landing-page .designer_block .cont_sec .col-sm-6 .content_sec {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .landing-page .designer_block .cont_sec .col-sm-6 .content_sec {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .landing-page .designer_block .cont_sec .col-sm-6 .content_sec {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .landing-page .designer_block .cont_sec .col-sm-6 .content_sec h2 {
    margin-bottom: 10px;
  }
}
.landing-page .designer_block .cont_sec .col-sm-6 .content_sec .icons_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 28px;
}
@media screen and (max-width: 1199px) {
  .landing-page .designer_block .cont_sec .col-sm-6 .content_sec .icons_sec {
    margin-top: 20px;
  }
}
.landing-page .designer_block .cont_sec .col-sm-6 .content_sec .icons_sec p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .landing-page .designer_block .cont_sec .col-sm-6 .content_sec .icons_sec p {
    margin: 10px 0;
  }
}
@media screen and (max-width: 960px) {
  .landing-page .designer_block .cont_sec .col-sm-6 .content_sec .icons_sec p span {
    display: block;
    margin-top: 10px;
  }
}
.landing-page .designer_block .cont_sec .col-sm-6 .content_sec .link {
  margin-top: 18px;
}
.landing-page .designer_block .cont_sec .col-sm-6 .content_sec .link a {
  text-decoration: none;
  color: #fff;
  padding: 11px 28px;
  background-color: #000;
 font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  border: 1px solid #000;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .landing-page .designer_block.swap .cont_sec .col-sm-6 {
    padding-left: 0;
  }
}
.landing-page .designer_block.swap .cont_sec .col-sm-6 .content_sec {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .landing-page .designer_block.swap .cont_sec .col-sm-6 .content_sec {
    margin-top: 30px;
  }
}
.landing-page .about_sec {
  margin-top: 0;
  padding-top: 70px;
}
@media screen and (max-width: 960px) {
  .landing-page .about_sec {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.investments-page .page_banner, .real_estate-page .page_banner {
  height: 492px;
}
@media screen and (max-width: 960px) {
  .investments-page .page_banner, .real_estate-page .page_banner {
    height: 320px;
  }
}
.investments-page .page_banner .each_banner .heading_outer, .real_estate-page .page_banner .each_banner .heading_outer {
  padding-bottom: 0;
}

.landingForm {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .landingForm {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .landingForm {
    padding: 30px 15px;
  }
}
.landingForm h2, .landingForm p {
  text-align: center;
}
.landingForm h2 {
  margin: 0 0 30px 0;
}
.landingForm p {
  max-width: 354px;
  margin: 0 auto;
}
.landingForm .formidable {
  max-width: 398px;
  margin: 33px auto 0;
}

.landOfferings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .landOfferings {
    padding: 0 15px;
  }
}
.landOfferings h4 {
  font-size: 18px;
  margin: 35px 0;
  line-height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .landOfferings h4 {
    margin: 0 0 20px;
  }
}
.landOfferings p {
  font-size: 18px;
  color: #000;
  padding: 0 20px;
  margin-bottom: 30px;
}
.landOfferings p img {
  width: 36px;
  margin-right: 25px;
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti__selected-flag .iti__flag {
  display: none;
}

.iti__flag-container:after {
  content: "";
  display: block;
  height: 24px;
  width: 1px;
  opacity: 0.1;
  background-color: #2B2B2B;
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 1;
}

.ccm-input-tel {
  padding-left: 70px !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti__flag {
  background-image: url("../images/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags%402x.png") !important;
  }
}
/* mobile menu */
.mobile-menu {
  cursor: pointer;
  float: right;
  height: 32px;
  width: 32px;
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
.mobile-menu:hover .nav-icon, .mobile-menu:hover .nav-icon::before, .mobile-menu:hover .nav-icon::after {
  background: #5D5D5D;
}
.mobile-menu.active:hover .nav-icon::before, .mobile-menu.active:hover .nav-icon::after {
  background: #5D5D5D;
}
.mobile-menu.active .nav-icon {
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
  background: transparent;
}
.mobile-menu.active .nav-icon::before, .mobile-menu.active .nav-icon::after {
  top: 0;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mobile-menu.active .nav-icon::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-menu.active .nav-icon::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.nav-icon, .nav-icon::before, .nav-icon::after {
  background: #B9814D;
  display: inline-block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon {
  position: relative;
}
.nav-icon::before, .nav-icon::after {
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
}
.nav-icon::before {
  top: 10px;
}
.nav-icon::after {
  top: -10px;
}

.banner_slick .each_banner.meta {
  /*img{
    transform: scale(1);
    @include transition(all 1s ease .3s);
  }*/
  /*&.slick-active img {
    opacity: 1;
    transform: scale(1.1) !important;
    @include transition(all 1s ease .5s);
  }*/
}
.banner_slick .each_banner.meta h1 {
  -webkit-transform: translateY(150%) !important;
          transform: translateY(150%) !important;
}
.banner_slick .each_banner.meta.slick-active h1 {
  opacity: 1;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

/*.double_slick .slick_2 .each_img{
  img{
    transform: translateX(-100%);
    @include transition(all 1s ease .3s);
  }
  &.meta{
    img{
      transform: translateX(-100%);
      @include transition(all 1s ease .3s);
    }
  }
  &.slick-active{
    img{
      transform: translateX(0%);
      @include transition(all 1s ease .3s);
    }
  }
}*/