@charset "utf-8";
@font-face {
  font-family: "FontAwesome";
  src: url(/wp-content/themes/ghaniHoldings/font-awesome/fonts/fontawesome-webfont.woff2)
      format("woff2"),
    url(/wp-content/themes/ghaniHoldings/font-awesome/fonts/fontawesome-webfont.woff2)
      format("woff");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-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-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
/* .lg-outer .lg-has-vimeo .lg-video-play {
  background: url(//www.hoh.net/wp-content/themes/houseofhabib/js/lightgallery/../img/vimeo-play.png)
    no-repeat scroll 0 0 transparent;
} */
/* .lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(//www.hoh.net/wp-content/themes/houseofhabib/js/lightgallery/../img/vimeo-play.png)
    no-repeat scroll 0 -58px transparent;
} */
.lg-outer .lg-has-html5 .lg-video-play {
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
/* .lg-outer .lg-has-youtube .lg-video-play {
  background: url(//www.hoh.net/wp-content/themes/houseofhabib/js/lightgallery/../img/youtube-play.png)
    no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(//www.hoh.net/wp-content/themes/houseofhabib/js/lightgallery/../img/youtube-play.png)
    no-repeat scroll 0 -60px transparent;
} */
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s,
    visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
  overflow-x: hidden;
}
* {
  outline: none;
  padding: 0;
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.dark a,
a.dark:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::selection {
  text-shadow: none;
  background: #000;
  color: #fff;
}
::-moz-selection {
  text-shadow: none;
  background: #000;
  color: #fff;
}
fl {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
}
.left {
  float: left !important;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.noborder {
  border: none !important;
}
.nobor-top {
  border-top: none !important;
}
.nobor-right {
  border-right: none !important;
}
.nobor-left {
  border-left: none !important;
}
.nobor-bottom {
  border-bottom: none !important;
}
.txt-center {
  text-align: center;
}
.center {
  float: none;
  margin: 0 auto !important;
}
.nopad {
  padding: 0;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
a {
  text-decoration: none !important;
  color: #e30000;
  outline: none !important;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.lft {
  float: left;
}
.rht {
  float: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima-Nova-Regular", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:hover,
button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #5daee8;
}
button:focus {
  outline: none;
}
p {
  font: 300 14px/26px "Proxima-Nova-Regular", sans-serif;
  color: #777;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Proxima-Nova-Regular", sans-serif;
}
.container {
  width: 1280px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b1b1b1 !important;
}
input::-moz-placeholder {
  color: #b1b1b1 !important;
}
input:-ms-input-placeholder {
  color: #b1b1b1 !important;
}
input:-moz-placeholder {
  color: #b1b1b1 !important;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(181, 0, 0, 0.3);
  -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #0e76bc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #0e76bc;
}
header {
  position: relative;
}
header .top-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 115px;
}
header .logo a {
  text-align: left;
}
header .logo a img {
  display: block;
  width: auto;
  height: 110px;
  border: 0;
}
header .main-navarea ul {
  list-style: none;
  text-align: right;
  padding-top: 15px;
}
header .main-navarea ul li {
  display: inline-block;
  padding: 0 12px;
}
header .main-navarea ul li a {
  font: normal 16px "Proxima-Nova-Regular", sans-serif;
  color: #fff;
}
.overlay-area {
  width: 100%;
  height: 100%;
  background: #171513;
  background: linear-gradient(
    90deg,
    rgba(23, 21, 19, 1) 0%,
    rgba(0, 0, 0, 0.20960259103641454) 100%
  );
}
.homeslider .slideitem {
  background-size: cover !important;
}
.homeslider {
  width: 100%;
  position: relative;
}
.dis-table {
  display: table;
  width: 100%;
  height: 100%;
}
.dis-table .dis-table-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.dis-table .dis-table-cell a.explore-link {
  position: absolute;
  bottom: 100px;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeslider .slideitem h3 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 20px 0 20px;
  line-height: normal;
}
.homeslider .slideitem p {
  font-size: 26px;
  font-family: "Proxima-Nova-Regular", sans-serif;
  color: #eee;
  text-align: justify;
  line-height: normal;
}
.homeslider ul.slick-dots {
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: right;
  padding-right: 80px;
}
.homeslider ul.slick-dots li {
  display: inline-block;
  width: 45px;
  height: 5.7px;
  opacity: 0.6;
  margin: 0 4px;
  background-color: #fff;
}
.homeslider ul.slick-dots li.slick-active {
  background-color: #5daee8;
}
.homeslider ul.slick-dots li button {
  display: none;
}
section.home-Business h3 {
  color: #000000;
  font-size: 46px;
  font-weight: 700;
  padding-bottom: 18px;
  line-height: 48px;
}
section.home-Business p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.18px;
  color: #888;
  text-align: justify;
}
section.container-fluid.business-box {
  padding: 0;
}
.bussinessthumb {
  position: relative;
}
.bussinessthumb img {
  width: 100%;
  /* height: auto#0a1a37; */
  height: 300px;
}
.bussinessthumb .overlay-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.thumb-area {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 15px;
}
.thumb-area .label-content {
  padding: 20px 30px;
  position: absolute;
  top: 70%;
  color: #fff;
}
.thumb-area .label-box {
  z-index: 5;
  position: absolute;
  color: #fff;
  height: 100%;
  width: 100%;
  top: calc(100% - 70px);
  text-align: left;
  z-index: 9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.thumb-area .label-box h3 {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
}
.thumb-area .label-box .pra {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 20px;
  opacity: 0;
}
.thumb-area:hover .label-box {
  top: 0;
  background: linear-gradient(1deg, rgb(222 192 128 / 75%) 10%, rgb(222 192 128 / 75%) 100%)
}
.thumb-area:hover .label-box .pra {
  opacity: 1;
}
.thumb-area .label-box .pra p {
  color: #fff;
  font: 400 14px "Proxima-Nova-Regular", sans-serif;
}
section.container-fluid.business-box .col-md-4 {
  padding: 0;
}
.thumb-area .label-box:hover h3 {
  padding-top: 25%;
}
section.container-fluid.business-box .col-md-4:nth-child(1) .thumb-area.box {
  margin-right: 8px;
}
section.container-fluid.business-box .col-md-4:nth-child(2) .thumb-area.box {
  margin: 0 8px;
}
section.container-fluid.business-box .col-md-4:nth-child(3) .thumb-area.box {
  margin-left: 8px;
}
section.container-fluid.business-box .col-md-4:nth-child(4) .thumb-area.box {
  margin-right: 8px;
}
section.container-fluid.business-box .col-md-4:nth-child(5) .thumb-area.box {
  margin: 0 8px;
}
section.container-fluid.business-box .col-md-4:nth-child(6) .thumb-area.box {
  margin-left: 8px;
}
.anchor_post_show {
  background: url(/wp-content/themes/ghaniHoldings/images/learnmore_arrow.svg);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
  color: #fff;
  font-size: 14px;
}
.tagline-area {
  position: relative;
  background: url(../images/MainBanner/Quote2.jpg) no-repeat center
    center;
  background-attachment: fixed;
  background-size: cover;
  padding: 130px 0;
}
.tagline-area:before {
  width: 100%;
  height: 100%;
  background: #171513;
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 12%,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.tagline-area h4 p {
  font-size: 38px !important;
  font-weight: 600;
  line-height: 49px;
  color: #fff !important;
  margin-bottom: 0;
  background-image: linear-gradient(to left, #fff, #ffff);
  letter-spacing: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Proxima-Nova-Semibold", sans-serif;
}
footer {
  background: #000000;
  padding: 60px 0 20px;
}
.footerlogo img {
  width: 80%;
  height: auto;
}
footer h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
footer ul {
  list-style: none;
}
footer ul li {
  display: block;
  padding-bottom: 1px;
}
footer ul li a {
  color: #fff;
  font-size: 14px;
  padding-bottom: 5px;
  opacity: 0.5;
}
footer .quick-links {
  padding-left: 160px;
}
footer .business-menu {
  padding-left: 128px;
}
.contact-footer p strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 14px;
  opacity: 1;
  width: 80px;
}
.contact-footer p strong i {
  padding-right: 4px;
  color: rgb(222 192 128);
  font-size: 14px;
  opacity: 1;
}
.contact-footer p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(222 192 128);
  opacity: 0.5;
}
.spr-line {
  width: 100%;
  height: 1px;
  background: rgb(222 192 128);
  margin: 20px 0;
}
.copyright .power-by p {
  text-align: right;
  font-size: 14px;
  color: #fff;
}
.copyright p {
  font-size: 14px;
  color: #fff;
}
.social-icon {
  text-align: center;
}
.social-icon a {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  padding: 7px;
  color: #fff;
  border-radius: 150px;
  line-height: 15px;
  margin: 0 2px;
}
.hoh-histroy {
  padding: 70px 0;
}
.hoh-histroy h3 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.05;
  color: #000000;
  margin-bottom: 80px;
}
.hoh-histroy ul.history-box {
  list-style: none;
}
.hoh-histroy ul.history-box li {
  display: inline-block;
  border: 1px solid #eee;
  width: 32.333%;
  float: left;
  margin: 10px 3px;
}
.hoh-histroy ul.history-box li img {
  width: 100%;
}
.hoh-histroy ul.history-box li .p28 {
  padding: 28px;
  height: 180px;
}
.hoh-histroy ul.history-box li .p28 h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.hoh-histroy ul.history-box li .p28 p {
  font-size: 16px;
  line-height: 1.41;
  color: #333;
}
.Sustainability-area {
  background-color: #f8f8f8;
}
.hoh-sustainability h3 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.05;
  color: #000000;
  margin-bottom: 16px;
}
.hoh-sustainability p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #888;
}
.hoh-sustainability ul.sustainability-box {
  list-style: none;
}
.hoh-sustainability ul.sustainability-box li {
  display: inline-block;
  border: 1px solid #eee;
  width: 32.333%;
  float: left;
  margin: 10px 3px;
}
.hoh-sustainability ul.sustainability-box li img {
  width: 100%;
}
.hoh-sustainability ul.sustainability-box li .ssbox {
  position: relative;
}
.hoh-sustainability ul.sustainability-box li h6 {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #fff;
  padding: 16px 0 17px 38px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 9;
}
.content-page {
  padding: 60px 92px 60px 0;
}
.content-page h4 {
  font-size: 46px;
  padding-bottom: 18px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #000000;
}
.content-page p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #888;
}
.ph60 {
  padding: 60px 158px;
}
.ph60 p {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #333;
}
.gray-color {
  background-color: #fcfcfc;
}
.innerbanner {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.innerbanner:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #171513;
  background: linear-gradient(
    90deg,
    rgba(23, 21, 19, 1) 0%,
    rgba(0, 0, 0, 0.20960259103641454) 100%
  );
}
.innerbanner h3 {
  padding-top: 15%;
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.6px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.googlemmap iframe {
  width: 100%;
}
.sustainbility-bb-area {
  padding-bottom: 70px;
}
.sustainbility-bb-area ul.history-box {
  list-style: none;
}
.sustainbility-bb-area ul.history-box li {
  display: inline-block;
  border: 1px solid #eee;
  width: 32.333%;
  float: left;
  margin: 10px 3px;
}
.sustainbility-bb-area ul.history-box li img {
  width: 100%;
}
.sustainbility-bb-area ul.history-box li .p28 {
  padding: 28px;
  height: 140px;
}
.sustainbility-bb-area ul.history-box li .p28 h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.sustainbility-bb-area ul.history-box li .p28 p {
  font-size: 16px;
  line-height: 1.41;
  color: #333;
}
.sustainbility-bb-area h2.heading {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #333;
  text-transform: capitalize;
}
.boxes-hover {
  height: 330px;
}
.boxes-hover .image {
  overflow: hidden;
}
.boxes-hover .image:hover img {
  transform: scale(1.1);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.contact-form table {
  width: 90%;
}
.contact-form input,
.contact-form textarea {
  border: 0;
  border-bottom: 1px solid #dbe0e7;
  padding: 15px 10px;
  width: 100%;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: normal;
  color: #888;
}
.contact-form textarea {
  height: 125px;
}
.contact-form input[type="submit"] {
  background-color: #000000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0 11px;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
.contact-info .col-md-4 {
  text-align: center;
  color: #333;
  font-size: 18px;
  font-family: "Proxima-Nova-Regular", sans-serif;
}
.contact-info .col-md-4 i {
  font-size: 44px;
  color: #000000;
}
.contact-info .col-md-4 h5 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding: 22px 0 15px;
}
.contact-info .col-md-4 a {
  padding: 45px 17px 58px;
  margin: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.contact-info .col-md-4 a:hover {
  background: #000000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-info .col-md-4 a:hover i,
.contact-info .col-md-4 a:hover h5,
.contact-info .col-md-4 a:hover span {
  color: #fff;
}
.contact-info .col-md-4 span {
  color: #333;
  font-size: 20px;
  font-family: "Proxima-Nova-Regular", sans-serif;
}
ul.download-report-box {
  list-style: none;
}
ul.download-report-box li {
  display: inline-block;
  width: 240px;
  float: left;
  margin: 5px;
  height: 160px;
  overflow: hidden;
}
ul.download-report-box li .boxes-hover {
  height: inherit;
}
ul.download-report-box li .ssbox {
  position: relative;
}
ul.download-report-box li h6 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 65px 14px;
}
ul.download-report-box li.active .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      to bottom,
      rgba(93, 174, 232, 0.4),
      rgba(93, 174, 232, 0.4)
    ),
    linear-gradient(to top, #5daee8, rgba(93, 174, 232, 0));
}
ul.download-report-box li:hover .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      to bottom,
      rgba(93, 174, 232, 0.4),
      rgba(93, 174, 232, 0.4)
    ),
    linear-gradient(to top, #5daee8, rgba(93, 174, 232, 0));
}
ul.download-report-box li .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      to bottom,
      rgba(32, 54, 94, 0.55),
      rgba(32, 54, 94, 0.55)
    ),
    linear-gradient(to top, #000000, rgba(32, 54, 94, 0));
}
ul.download-report-box li:hover .boxes-hover .image img {
  transform: scale(1.1);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.sidebar-report {
  list-style: none;
  margin: 5px;
}
.sidebar-report li {
  display: block;
  border: solid 1px #e5e5e5;
}
.sidebar-report li a {
  font-family: "Open Sans ";
  padding: 16px 38px;
  font-size: 18px;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #333;
  background-color: #f7f7f9;
  display: block;
  font-family: "Open Sans";
}
.sidebar-report li a i {
  float: right;
}
.sidebar-report li a:hover {
  background-color: #000000;
  color: #fff;
}
.sidebar-report li a.active {
  background-color: #000000;
  color: #fff;
}
.download-show-area {
  border: solid 1px #e5e5e5;
  margin: 5px;
  width: 97.8%;
}
.download-show-area h5 {
  padding: 16px 22px;
  font-size: 18px;
  line-height: 1.41;
  letter-spacing: 0.2px;
  background-color: #000000;
  color: #fff;
  display: block;
}
.download-show-area ul {
  list-style: none;
  margin: 22px;
}
.download-show-area ul li {
  display: block;
  border: solid 1px #e5e5e5;
  padding: 16px 18px;
}
.download-show-area ul li h6 {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 15px 45px;
  color: #333;
  width: 85%;
}
.download-show-area ul li .download-icon {
  text-align: center;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #5daee8;
  text-transform: capitalize;
}
.mgr35 {
  padding: 44px 0 55px;
}
h3.heading {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 48px;
  padding-left: 11px;
  line-height: 48px;
}
.history-slider li .home-his-box {
  padding-top: 0;
  padding-right: 11px;
  padding-left: 11px;
  padding-bottom: 11px;
}
.homeshistory .label-box img {
  display: none;
}
.history-slider li:hover .home-his-box h4 {
  color: #333;
}
.home-his-box h4 {
  font-size: 32px;
  font-weight: 600;
  color: #c8c8c8;
  margin-bottom: 24px;
}
.homeshistory {
  position: relative;
  height: 340px;
  background: cover;
  overflow: hidden;
}
.homeshistory .label-content {
  padding: 20px 30px;
  position: absolute;
  top: 70%;
  color: #fff;
}
.homeshistory .label-box {
  z-index: 5;
  position: absolute;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 25px;
  top: 68%;
  text-align: left;
  z-index: 9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.homeshistory .label-box h3 {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
}
.homeshistory .label-box .pra {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
  opacity: 0;
}
.homeshistory:hover .label-box {
  top: 0;
  background:linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(1 1 1) 100%)
}
.homeshistory:hover .label-box .pra {
  opacity: 1;
}
.homeshistory .label-box .pra p {
  color: #fff;
  font: 400 14px "Proxima-Nova-Regular", sans-serif;
}
.homeshistory:hover .label-box h3 {
  padding-top: 60%;
}
.homeshistory:hover .label-box img {
  display: block;
}
.slick-initialized .slick-slide {
  height: inherit;
}
button.slick-prev.slick-arrow {
  position: absolute;
  top: 51%;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 9;
  font-size: 0;
  background: url(/wp-content/themes/ghaniHoldings/images/arrow-prev.svg)
    no-repeat center;
  display: inline-block;
  border: 0;
  background-color: #41505a;
  border-radius: 150px;
  right: -11px;
}
button.slick-next.slick-arrow {
  position: absolute;
  top: 51%;
  width: 40px;
  height: 40px;
  z-index: 9;
  font-size: 0;
  background: url(/wp-content/themes/ghaniHoldings/images/arrow-next.svg)
    no-repeat center;
  display: inline-block;
  background-color: #41505a;
  border: 0;
  border-radius: 150px;
  right: -11px;
}
.news-slider button.slick-prev.slick-arrow {
  top: 160px;
  left: -15px;
}
.news-slider button.slick-next.slick-arrow {
  top: 160px;
  right: -15px;
}
/* section.career-home {
  background: url(//www.hoh.net/wp-content/themes/houseofhabib/images/Careers-at-House-of-Habib.jpg)
    no-repeat right 0;
  background-size: 50%;
  padding: 92px 0 100px;
} */
.career-pd25 {
  padding-right: 45px;
}
.career-pd25 h2 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 24px;
  line-height: 48.5px;
}
.career-pd25 h2 span {
  display: block;
}
.career-pd25 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.3px;
  letter-spacing: 0.2px;
  color: #888;
  margin-bottom: 14px;
}
.career-pd25 a.details {
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  width: 182px;
  text-align: center;
  font-size: 14px;
  font-size: 14px;
  height: 48px;
  vertical-align: middle;
  display: table-cell;
  font-weight: 600;
}
.home-news-box {
  padding: 0 7px;
}
.news-label-box {
  padding: 24px 0;
}
.news-label-box .dateyear {
  font-size: 14px;
  font-weight: 600;
  color: #5daee8;
  padding-bottom: 12px;
}
.news-label-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding-bottom: 7px;
}
.news-label-box .pra {
  font-size: 14px;
  line-height: 1.41;
  letter-spacing: normal;
  color: #333;
}
.col-md-5.ourpresence {
  padding-top: 120px;
}
.col-md-5.ourpresence h3 {
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #000000;
  padding-bottom: 24px;
}
.col-md-5.ourpresence h5 {
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #777;
  padding-bottom: 19px;
}
.col-md-5.ourpresence .line {
  border-top: none !important;
  height: 2px;
  background-image: linear-gradient(to right, #000000, rgba(32, 54, 94, 0));
  width: 100%;
  margin: 15px 0 25px;
}
.contact-home-footer ul {
  list-style: none;
}
.contact-home-footer ul li strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.contact-home-footer ul li {
  display: inline-block;
  width: 45%;
}
.contact-home-footer ul li a {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  padding-top: 10px;
  display: block;
}
section.homecontact {
  padding: 80px 0;
}
section p.As-we-continue-to-innovate-for-the-future-we-are {
  font-family: "Proxima-Nova-Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #333;
}
section p.Introduction {
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #000000;
}
section p.With-a-turnover-of-approximately-2-billion-PKR-and {
  font-family: "Proxima-Nova-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 0.2px;
  color: #888;
}
.Our-automotive-business-is-driven-by-the-mantra-M,
.Our-automotive-business-is-driven-by-the-mantra-M p {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 30.9px;
  letter-spacing: normal;
  color: #333;
  text-align: center;
  padding: 60px 0;
  margin: 0 auto;
}
.Introduction {
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 48.5px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 18px;
}
.Established-in-1989-the-Indus-Motor-Company-IMC p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 25.3px;
  letter-spacing: 0.2px;
  color: #888;
}
.Cars-We-Make {
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: normal;
  color: #333;
  padding-bottom: 38px;
  padding-top: 48px;
}
.fluid-box .col-md-4 {
  padding: 0;
  margin-bottom: 60px;
}
.position-relative img {
  width: 100%;
}
.fluid-box .col-md-4:nth-child(1) {
  padding-right: 10px;
}
.fluid-box .col-md-4:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
}
.fluid-box .col-md-4:nth-child(3) {
  padding-left: 10px;
}
.autoparts-tiles-main .position-relative {
  position: relative;
}
h6.position-absolute {
  position: absolute;
  bottom: 24px;
  left: 40px;
  right: 0;
  margin: auto;
  z-index: 111;
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.nopadding {
  padding: 0;
  margin: 0;
}
.Everything-at-glance {
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 48.5px;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 84px;
}
.position-absolutes {
  position: absolute;
  top: 0;
  margin: 150px 0;
}
.col-3-counter {
  font-size: 52px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 54.8px;
  letter-spacing: normal;
  color: #fff;
}
.col-3-side-text {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 21.1px;
  letter-spacing: 0.4px;
  color: #fff;
}
.col-3-bottom-text {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 2.5px;
  color: #fff;
  margin-top: 14px;
}
.col-3-img img {
  width: 45.4px;
  margin: 30px;
}
.fluid-box .col-md-4:nth-child(4) .col-3-img img {
  width: 61.9px;
}
h3.other-business {
  font-family: "Proxima-Nova-Bold", sans-serif;
  display: inline-block;
}
.View-All {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: "Proxima-Nova-Semibold", sans-serif;
  margin-left: 20px;
  position: relative;
  top: -5px;
}
.view_all_icon {
  background: url(/wp-content/themes/houseofhabib/images/viewmore.svg);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
  color: #fff;
  font-size: 14px;
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: #ff3547;
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  font-size: 30px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: #ff3547;
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  font-size: 30px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 600px) {
  .single-hs-item {
    height: 550px;
  }
  .hero-text h1 {
    font-size: 30px;
  }
  .hero-text p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin: 0;
    bottom: 0;
  }
  .owl-carousel .owl-nav button.owl-prev {
    top: auto;
    margin: 0;
    bottom: 0;
  }
  .owl-dots {
    bottom: 10px;
    left: 50px;
    right: 50px;
  }
}
.custom_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom_overlay_inner {
  position: absolute;
  top: 70%;
  left: 10px;
  right: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.custom_overlay h4 {
  position: relative;
  margin-bottom: 4px;
}
.custom_overlay p {
  color: #000;
  line-height: 1.4em;
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
  .custom_overlay h4 {
    font-size: 80%;
  }
  .custom_overlay p {
    font-size: 85%;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 599px) {
  .custom_overlay h4 {
    font-size: 100%;
  }
  .custom_overlay p {
    font-size: 100%;
  }
}
.custom_overlay_wrapper {
  padding: 10px;
}
.custom_overlay_inner p {
  display: none;
  text-align: left;
  color: #fff;
}
.history_title {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  text-align: left;
  padding-left: 30px;
}
.custom_overlay:hover {
  background: linear-gradient(
    180deg,
    rgba(19, 79, 146, 0.85) 0%,
    rgba(32, 54, 94, 0.85) 100%
  );
}
.custom_overlay_inner:hover {
  top: 50%;
}
.custom_overlay:hover .custom_overlay_inner p {
  display: block;
  padding: 0 30px;
}
.Each-day-House-of-Habib-shapes-your-life-with-its p {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #333;
  padding: 60px 0;
}
.bg-fcfc {
  background: #fcfcfc;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.House-of-Habib-plays-a-pivotal-role-in-shaping-the p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #888;
}
.Vision {
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #fff;
}
.Recognized-as-the-most-respected-and-dynamic-group p {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 0.2px;
  color: #fff;
}
.Executive-Committee {
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #000000;
}
.tooltip-content {
  background: #fff !important;
  padding: 20px !important;
  opacity: 1;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06) !important;
  border: solid 1px #e9e9e9;
  background-color: #fff;
}
.map_pointer_image {
  float: left;
  width: 25%;
}
.map_pointer_image img {
  width: 100%;
}
.pointer_content {
  float: left;
  width: 60%;
  text-align: left;
  padding-left: 10px;
}
.map_pointer_title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  font-family: "Proxima-Nova-Semibold";
}
.map_pointer_description {
  font-size: 12px;
  font-weight: 400;
  line-height: 13.8px;
  letter-spacing: 0.1px;
  color: #333;
  font-family: "Proxima-Nova-Regular", sans-serif;
}
.tooltip-arrow.bottom {
  border-bottom-color: #fff !important;
  border: solid 1px #e9e9e9;
}
.litetooltip-wrapper.bottom {
  opacity: 1 !important;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.We-believe-that-people-flourish-in-a-liberated-env p {
  font-size: 18px;
  line-height: 25.3px;
  letter-spacing: 0.2px;
  color: #888;
  margin-top: 18px;
}
.Life-at-House-of-Habib {
  font-size: 46px;
  font-weight: 700;
  line-height: 48.5px;
  letter-spacing: normal;
  color: #000000;
}
body .mt-65 {
  margin-top: 65px;
}
body .mt-80 {
  margin-top: 80px;
}
body .pt-80 {
  padding-top: 80px;
}
body .pb-48 {
  padding-bottom: 48px;
}
body .mb-48 {
  margin-bottom: 48px;
}
body .mb-32 {
  margin-bottom: 32px;
}
body .row .fw-600 {
  font-weight: 600;
}
body .row .pl-40 {
  padding-left: 40px;
}
body .row .pr-40 {
  padding-right: 40px;
}
body .row .pt-40 {
  padding-top: 40px;
}
body .row .pb-40 {
  padding-bottom: 40px;
}
#backtotop {
  display: inline-block;
  background-color: #000000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop:after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtotop:active {
  background-color: #555;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
.img-overlay-glance.autopartsthal:after {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(to top, #000000e8, rgba(0, 0, 0, 0));
}
.col-sm-6.autoparts-tiles-main .active .position-relative:before {
  background-image: linear-gradient(
      to bottom,
      rgba(93, 174, 232, 0.4),
      rgba(93, 174, 232, 0.4)
    ),
    linear-gradient(to top, #5daee8, rgba(93, 174, 232, 0));
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body .fs-22 {
  font-size: 22px !important;
}
body .fs-32 {
  font-size: 32px !important;
}
body .fs-18 {
  font-size: 18px !important;
}
body .fs-14 {
  font-size: 14px !important;
}
ul.download-report-box .boxes-hover .image img {
  width: 100%;
}
.row.learning-dev-career ul.video_image li {
  vertical-align: top;
  width: 32.1% !important;
}
ul.career-three-tile.download-report-box li {
  height: auto;
}
.short-content-para p {
  font-size: 24px;
  line-height: 1.29;
  color: #333;
}
.short-content-para {
  padding: 60px 0;
  text-align: center;
}
ul.hoh-box.download-report-box li {
  width: 403px;
}
ul.hoh-box.download-report-box li h6 {
  padding: 120px 0;
}
.hoh-careers {
  background: #fcfcfc;
  padding: 50px 0;
}
ul.hoh-box.download-report-box li:hover .image:after {
  background-image: linear-gradient(
      to bottom,
      rgba(32, 54, 94, 0.55),
      rgba(32, 54, 94, 0.55)
    ),
    linear-gradient(to top, #000000, rgba(32, 54, 94, 0));
}
.opportunities-area ul.history-box {
  list-style: none;
}
.opportunities-area ul.history-box li {
  display: inline-block;
  border: 1px solid #eee;
  width: 32.333%;
  float: left;
  margin: 10px 3px;
}
.opportunities-area ul.history-box li .p28 {
  padding: 28px;
  height: 140px;
}
.opportunities-area ul.history-box li .p28 h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.opportunities-area ul.history-box li .p28 p {
  font-size: 16px;
  line-height: 1.41;
  color: #333;
}
.opportunities-area h2.heading {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #333;
  text-transform: capitalize;
}
.opportunities-area ul.history-box li img {
  width: 100%;
}
.opportunities-area ul.history-box li a {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #5daee8;
  background: url(http://www.test.hoh.net/wp-content/uploads/2019/06/job-arrow.png)
    no-repeat center right;
  padding-right: 27px;
}
section.career-home {
  min-height: 80vh;
}
.life-careers {
  background-color: #fcfcfc;
  padding: 60px 0;
}
.opportunities-area {
  padding: 60px 0;
}
a.vlink img {
  width: 100%;
  height: auto;
}
.life-careers h3 {
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #000000;
  padding-top: 80px;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
.row.student-careers .col-md-6 img {
  width: 100%;
  height: auto;
}
.row.student-careers .pd80 {
  padding: 80px 60px 0 100px;
}
.row.student-careers .pd80 h3 {
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #000000;
  padding-bottom: 18px;
}
.row.student-careers .pd80 p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #888;
  padding-bottom: 18px;
}
.row.student-careers .pd80 ul {
  list-style: none;
}
.row.student-careers .pd80 ul li {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5daee8;
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
.row.student-careers .pd80 ul li {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5daee8;
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
.row.student-careers .pd80 ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #5daee8;
  position: absolute;
  left: 5px;
  top: 5px;
}
.row.learning-dev-career h3 {
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #000000;
  padding-bottom: 18px;
}
.row.learning-dev-career p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #888;
}
.row.learning-dev-career {
  padding: 80px 0;
}
.row.learning-dev-career ul.video_image li {
  width: 49%;
  display: inline-block;
}
.row.learning-dev-career ul.video_image li img {
  width: 100%;
}
.row.learning-dev-career ul.video_image li h6 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  padding: 18px 0 10px;
}
.row.learning-dev-career ul.video_image li p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #333;
}
.row.learning-dev-career ul.video_image li + li {
  margin-left: 1%;
}
.Culture-section {
  height: 80vh !important;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}
.Culture-section:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: rgba(249, 172, 187, 0.9);
  top: 0;
  left: 0;
  z-index: 1;
}
.curlta-area {
  position: relative;
  z-index: 9;
}
.culture_content .pd20 h4 {
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  margin-bottom: 18px;
  color: #fff;
}
.culture_content .pd20 p {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #fff;
}
.curlta-area ul.slick-dots {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.curlta-area ul.slick-dots li button {
  width: 40px;
  height: 4px;
  background: #fff;
  border: 0;
  font-size: 0;
  text-indent: -999px;
}
.curlta-area ul.slick-dots li {
  display: inline-block;
  margin: 0 7px 0 0;
}
.curlta-area ul.slick-dots li.slick-active button {
  opacity: 1;
}
.curlta-area ul.slick-dots li button {
  opacity: 0.5;
}
.curlta-area button.slick-prev.slick-arrow,
.curlta-area button.slick-next.slick-arrow {
  background-color: transparent;
  border: 2px solid #fff;
  top: inherit;
  bottom: -20px;
  right: 0;
  left: inherit;
}
.curlta-area button.slick-prev.slick-arrow {
  right: 55px;
}
.Culture-slider {
  margin: 160px 140px 0 0;
  position: relative;
  padding-bottom: 60px;
}
h3 {
  font-family: "Proxima-Nova-Bold", sans-serif;
}
.hoh-careers h2,
.opportunities-area h4,
.pd-open-poistion h3 {
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  margin-bottom: 18px;
  color: #000000;
}
.hoh-careers p,
.opportunities-area p,
.pd-open-poistion p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #888;
}
a.video-popup {
  position: relative;
  display: block;
}
.video-popup:after {
  background: url(/wp-content/themes/houseofhabib/css/../video-icon.svg)
    no-repeat center center;
  width: 70px;
  height: 70px;
  content: "";
  position: absolute;
  z-index: 9;
  top: 30%;
  left: 35%;
}
.life-careers .video-popup:after {
  top: 41%;
  left: 55%;
}
.video_image-hover a.video-popup:after {
  width: 45px;
  height: 45px;
  background-size: cover;
  top: 39%;
  left: 42%;
}
.open-positions table {
  width: 100%;
}
h3.fellow-us-heading {
  display: none;
}
.open-positions table th {
  color: #000000;
  border-top: 2px solid #000000;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #000000;
  padding: 20px 40px;
  border-bottom: 1px solid #dbe0e7;
}
.open-positions table td {
  padding: 20px 43px;
  border-bottom: 1px solid #dbe0e7;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #333;
}
.open-positions table td a {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #5daee8;
  background: url(http://www.test.hoh.net/wp-content/uploads/2019/06/job-arrow.png)
    no-repeat center right;
  padding-right: 27px;
}
.pd-open-poistion {
  padding: 70px 0;
  width: 100%;
  float: left;
  text-align: center;
}
.open-positions {
  padding-bottom: 120px;
}
.job-serach {
  padding-bottom: 65px;
  clear: both;
  float: left;
  width: 100%;
}
.job-serach {
  padding-bottom: 65px;
  clear: both;
}
.job-serach selcet {
  width: 100%;
  display: block;
}
.job-serach select {
  width: 100% !important;
  padding: 10px;
  margin: 4px;
  display: block;
  float: left;
  border: 0;
  border-bottom: 1px solid #dbe0e7;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: normal;
  color: #888;
}
ul.download-report-box li .ssbox {
  cursor: pointer;
}
.contact-footer a {
  color: #fff;
}
.contact-footer a:hover {
  text-decoration: underline;
}
.bunissus-slider {
  position: relative;
}
.bunissus-slider .innerbanner {
  height: 500px !important;
}
.bunissus-slider ul.slick-dots {
  list-style: none;
  position: absolute;
  bottom: 50;
  right: 120px;
}
.bunissus-slider ul.slick-dots li button {
  width: 40px;
  height: 4px;
  background: #fff;
  border: 0;
  font-size: 0;
  text-indent: -999px;
}
.bunissus-slider ul.slick-dots li {
  display: inline-block;
  margin: 0 7px 0 0;
}
.bunissus-slider ul.slick-dots li.slick-active button {
  opacity: 1;
}
.bunissus-slider ul.slick-dots li button {
  opacity: 0.5;
}
.table-row {
  width: 100%;
  height: 100%;
  display: table;
}
.table-row .table-cel {
  display: table-cell;
  vertical-align: middle;
}
.map_pointer_title {
  text-transform: capitalize;
}
p.Introduction,
.vision {
  font-family: "Proxima-Nova-Bold", sans-serif;
}
.Recognized-as-the-most-respected-and-dynamic-group p {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 0.2px;
  color: #fff;
  padding-top: 18px;
}
.mobile-dnone {
  display: block;
}
.page-id-401 li.business-41,
.page-id-465 li.business-40,
.page-id-411 li.business-39,
.page-id-343 li.business-38,
.page-id-245 li.business-30,
.page-id-513 li.business-37 {
  display: none !important;
}
.litetooltip-hotspot-container img {
  max-width: 100%;
}
footer .col-md-12.mobile-copyright {
  display: none;
}
section.career-home.des-show {
  display: block;
}
.thumb-area.packaging-page .label-box {
  top: calc(100% - 64px);
  padding-left: 35px;
}
.thumb-area.packaging-page:hover .label-box {
  top: 0;
}
.thumb-area.packaging-page .label-box h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  padding-left: 0;
}
@media screen and (max-width: 1240px) {
  .position-absolutes {
    margin: 50px 0;
  }
}
@media (max-width: 1024px) {
  header .main-navarea ul {
    list-style: none;
    text-align: left;
    width: 155px;
    padding-top: 15px;
    padding: 10px;
}
.menu-main-menu-container{
  background: #000000;
  border-radius: 5px;
}
.top-header.stick .main-navarea ul li a {
  color: #ffff !important;
}
.top-header.stick .current-menu-item:after {
  bottom: 5px !important;
}
.top-header.stick .main-navarea ul li {
  margin: 0 12px !important;
}
  .innerbanner h3 {
    padding-top: 20%;
  }
  .container {
    width: 100% !important;
    overflow: hidden;
  }
  header .main-navarea ul li {
    margin: 0 4px !important;
  }
  .home-business-main {
    padding: 30px;
    width: 100%;
  }
  .bussinessthumb img {
    min-height: 220px;
  }
  .tagline-area .col-md-8.col-sm-12 {
    width: 90%;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
  }
  .hoh-sustainability ul.sustainability-box li {
    width: 48%;
  }
  .hoh-sustainability ul.sustainability-box li .boxes-hover {
    height: inherit;
  }
  .hoh-sustainability ul.sustainability-box li:nth-child(3n + 0) {
    margin: 15px 5px !important;
  }
  .hoh-sustainability ul.sustainability-box li:nth-child(3n + 1) {
    margin: 15px 5px !important;
  }
  .hoh-sustainability ul.sustainability-box li:nth-child(3n + 2) {
    margin: 15px 5px !important;
  }
  .copyright {
    padding: 0 20px;
  }
  .sustainbility-bb-area ul.history-box li:nth-child(3n + 1),
  .opportunities-area ul.history-box li:nth-child(3n + 1),
  .hoh-histroy ul.history-box li:nth-child(3n + 1) {
    margin: 0 6px 20px 0 !important;
  }
  .thumb-area .label-box {
    top: calc(100% - 6vh);
  }
  .thumb-area .label-box h3 {
    font-size: 19px !important;
  }
  body .bunissus-slider.slick-slider button.slick-prev.slick-arrow {
    left: 1%;
  }
  body .bunissus-slider.slick-slider button.slick-next.slick-arrow {
    left: 8%;
  }
  section.container-fluid.fluid-box,
  .automobintro {
    overflow: hidden;
  }
  .modal .modal-dialog {
    width: auto;
  }
  ul.hoh-box.download-report-box li,
  .container .row.learning-dev-career ul.video_image li {
    width: 31.33333% !important;
  }
  body .career-students-box {
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  body header .logo a img {
    display: inline-block;
  }
  body header .logo a img {
    height: 80px;
  }
  .logo.aos-init.aos-animate {
    text-align: left;
    display: block;
  }
  .logo img {
    display: inline-block;
  }
  .hoh-sustainability ul.sustainability-box li {
    width: 46%;
  }
  body .homeslider {
    position: static;
  }
  #responsive-menu-container #responsive-menu li > .responsive-menu-item-link {
    padding: 5px 0 !important;
    margin: 20px;
    display: inline;
    font-family: "Proxima-Nova-Bold", sans-serif;
  }
  #responsive-menu {
    margin-top: 20% !important;
  }
  button.responsive-menu-button.responsive-menu-off.responsive-menu-accessible.is-active {
    position: fixed !important;
  }
  .responsive-menu-open .is-active .responsive-menu-inner:before,
  .responsive-menu-open .is-active .responsive-menu-inner:after {
    background: #000 !important;
  }
  .responsive-menu-open .is-active .responsive-menu-inner:before {
    transform: rotate(45deg) translateY(8px);
  }
  .responsive-menu-open .is-active .responsive-menu-inner:after {
    transform: rotate(-45deg) translateY(-9px);
  }
  /* nav.main-navarea,
  body header nav.main-navarea,
  body header .top-header.stick,
  section.career-home.des-show {
    display: none;
  } */
  .bunissus-slider .innerbanner h3 {
    padding-top: 22%;
  }
  .home-page-banner .dis-table {
    height: 100%;
    width: 100%;
  }
  .homeslider .slideitem h3 {
    font-size: 36px;
  }
  .homeslider .slideitem {
    width: 100% !important;
  }
  .homeslider .slick-track {
    width: 100% !important;
  }
  section.career-home {
    height: auto !important;
  }
  .page-id-8 .container-fluid {
    background-position-x: 68% !important;
  }
  .page-id-8 .container-fluid .col-md-8 {
    width: 95%;
    float: left;
  }
  body .container .row-eq-height .col-md-6.align-middle {
    transform: translateY(0);
  }
  section.career-home .row.align-items-center.row-eq-height {
    margin: 0;
    display: flex;
    flex-wrap: wrap-reverse;
    height: auto;
  }
  section.career-home .col-md-6.align-middle {
    width: 100%;
    padding-bottom: 20px;
  }
  section.career-home .col-md-6.careerBg {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    height: 40vh !important;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  }
  section.career-home .container.pb-60 {
    padding-bottom: 0;
  }
  section.homecontact .col-md-7 .litetooltip-hotspot-wrapper {
    margin: auto;
  }
  div .map_pointer_image,
  div .pointer_content {
    width: 100%;
  }
  div .tooltip-content {
    padding: 10px !important;
  }
  footer .col-md-2 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  footer ul li a {
    color: #fff;
    font-size: 14px;
    padding-bottom: 14px;
    opacity: 1;
    font-weight: 100;
    display: block;
  }
  .contact-footer {
    padding-top: 40px;
  }
  footer .contact-footer p strong {
    display: block;
    font-size: 14px;
    font-weight: 100;
    padding-bottom: 14px;
    font-size: 14px;
    opacity: 1;
  }
  footer .col-md-12.mobile-copyright,
  h3.fellow-us-heading {
    text-align: center;
    padding-top: 15px;
    display: block;
  }
  .contact-home-footer ul li a {
    font-size: 18px;
  }
  .contact-home-footer ul li strong {
    font-size: 14px;
  }
  .col-md-5.ourpresence {
    padding-top: 0;
  }
  .col-md-5.ourpresence h5 {
    font-size: 22px;
  }
  section.container-fluid.business-box .col-md-4:nth-child(n) .thumb-area.box {
    margin: 20px !important;
  }
  .tagline-area h4 p {
    font-size: 20px !important;
    line-height: 24px;
  }
  .tagline-area .col-md-8.col-sm-12 {
    width: 100%;
  }
  section.container.fluid-box.autoparts-active-find
    .row
    .col-sm-6.autoparts-tiles-main {
    width: 46%;
    float: left;
    padding: 0;
    margin: 2%;
  }
  section.container.fluid-box.autoparts-active-find
    .row
    .col-sm-6.autoparts-tiles-main
    a
    .position-absolute,
  ul.download-report-box li h6 {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
  }
  section.container.fluid-box.autoparts-active-find > .row {
    margin: 0;
  }
  section.container.fluid-box.autoparts-active-find
    .row
    .col-sm-6.autoparts-tiles-main
    .position-relative
    img {
    height: 137px;
    object-fit: cover;
    object-position: center;
  }
  ul.download-report-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  ul.download-report-box li,
  .boxes-hover .image img {
    width: 48%;
    height: auto;
    float: left;
    margin: 1%;
  }
  section.tagline-area {
    height: auto;
    padding: 46px 0;
  }
  body .sustainbility-bb-area ul.history-box li:nth-child(3n + 1),
  body .opportunities-area ul.history-box li:nth-child(3n + 1),
  body .hoh-histroy ul.history-box li:nth-child(3n + 1),
  body .sustainbility-bb-area ul.history-box li:nth-child(3n + 3),
  body .opportunities-area ul.history-box li:nth-child(3n + 3),
  body .hoh-histroy ul.history-box li:nth-child(3n + 3),
  body .sustainbility-bb-area ul.history-box li:nth-child(3n + 2),
  body .opportunities-area ul.history-box li:nth-child(3n + 2),
  body .hoh-histroy ul.history-box li:nth-child(3n + 2) {
    margin: 0 0 20px !important;
  }
  .boxes-hover .image img,
  .row.contact-info.flex-box,
  .contact-info.flex-box .col-md-4 {
    width: 100%;
  }
  .boxes-hover .image img,
  .row.contact-info.flex-box {
    flex-wrap: wrap;
    align-items: center;
  }
  div img.automobintroimg {
    position: static;
    max-width: 100%;
    width: 100% !important;
    height: auto;
    right: 0;
  }
  .position-relative.img-overlay-glance img {
    height: 110%;
    object-fit: cover;
    object-position: right;
  }
  body .fluid-box .col-md-4:nth-child(n) {
    padding: 0;
  }
  body .col-md-4.border-gradient:nth-child(3):before,
  body .col-md-4.border-gradient:nth-child(3):after {
    content: none;
  }
  .position-absolutes {
    margin: 8% -7.5px;
    width: 96% !important;
  }
  body .careerBg {
    width: 100%;
    background-size: 100% !important;
    height: 70% !important;
    position: static;
  }
  body section.container-fluid.business-box {
    overflow: hidden;
  }
  ul.sidebar-report {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
  }
  ul.sidebar-report li {
    width: 100%;
    text-align: center;
  }
  .col-md-8 .download-show-area {
    width: auto;
  }
  ul.sidebar-report li a {
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  ul.sidebar-report li a i {
    display: none;
  }
  ul.sidebar-report li a span {
    width: 100%;
    display: block;
  }
  .col-md-8 .download-show-area ul {
    margin: 0;
  }
  .col-md-8 .download-show-area ul li {
    padding: 20px 10px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    border: none;
  }
  .col-md-8 .download-show-area ul li .download-icon,
  .download-show-area ul li h6 {
    background-position-y: center;
  }
  .download-show-area ul li h6 {
    padding-left: 40px;
  }
  .col-md-8 .download-show-area ul li .download-icon {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  /* @media (max-width: 768px) {
    .main-navarea {
        display: none;
    }
    .rmp-menu-open .main-navarea {
        display: block;
    }
} */
.home-page-banner {
  height: 85vh !important;
}
  .combined-cards_content-top {
    grid-row-gap: 2rem !important;
    grid-template-columns: 2fr !important;
  }
  .combined-cards_image {
    max-width: 25% !important;
  }
  .combined-cards_content-bottom {
    grid-row-gap: 2rem !important;
    grid-template-columns: 1fr !important;
  }
  .combined-cards_image {
    max-width: 35% !important;
  }
  .Values {
    font-size: 29px !important;
  }
  .hoh-careers h2,
  .opportunities-area h4,
  .pd-open-poistion h3 {
    font-size: 29px !important;
  }
  .slideitem2 {
    background: url(../images/Mobilebanners/chairmanMessage.png) no-repeat center center !important;
    background-size: cover !important;
}
  .Vision {
    font-size: 29px !important;
  }
  .Introduction {
    font-size: 29px !important;
  }
  section p.Introduction {
    font-size: 29px !important;
  }
  .col-md-5.ourpresence h3 {
    font-size: 29px !important;
  }
  h3.heading {
    font-size: 29px !important;
  }
  .content-page h4 {
    font-size: 29px !important;
  }
  .hoh-sustainability h3 {
    font-size: 29px !important;
  }
  .hoh-histroy h3 {
    font-size: 29px !important;
  }
  section.home-Business h3 {
    font-size: 29px !important;
  }
  .aboutVision{
    height: 100% !important;
    padding-top: 20px;
  }
  body .pt-80 {
    padding-top: 30px !important;
}
  .desktopQuote{
    display: none !important;
  }
  .mobileQuote{
    display: block !important;
  }
  .footerlogo img {
    width: 25% !important;
  }
  .thumb-area.packaging-page .label-box {
    padding-left: 20px;
  }
  .thumb-area .label-box {
    top: calc(100% - 16vh) !important;
    padding-top: 20px !important;
  }
  .bg-fcfc .pt-60{
    padding-top:0 !important ;
  }
  #responsive-menu {
    margin-top: 30% !important;
  }
  .slick-slider {
    width: 98%;
  }
  .bunissus-slider .innerbanner h3 {
    padding-top: 60%;
  }
  .col-3-img img {
    margin: 10px;
  }
  .col-3-bottom-text {
    margin: 0;
  }
  .Everything-at-glance {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .home-his-box h4 {
    color: #333;
  }
  .innerbanner {
    background-position: 95% !important;
  }
  .innerbanner h3 {
    padding-top: 60%;
    font-size: 46px;
    text-align: center;
  }
  body .homeslider .slideitem h3,
  body .bunissus-slider.slick-slider .slick-slide h3 {
    font-size: 30px;
    text-align: center;
  }
  body .homeslider .slideitem p,
  body .bunissus-slider.slick-slider .slick-slide h5 {
    font-size: 23px;
    text-align: center;
  }
  body .dis-table .dis-table-cell a.explore-link {
    width: 100%;
    text-align: center;
  }
  body .home-business-main {
    padding: 0;
  }
  h6.position-absolute {
    left: 0;
    font-size: 30px;
    width: 85%;
  }
  section.container-fluid.business-box .col-md-4:nth-child(n) .thumb-area.box {
    margin: 0 0 8px !important;
  }
  body .sustainbility-bb-area ul.history-box li,
  body .opportunities-area ul.history-box li,
  body .hoh-histroy ul.history-box li {
    width: 100%;
  }
  body .bunissus-slider ul.slick-dots {
    right: 0;
    bottom: 10px;
  }
  body .thumb-area:hover .label-box {
    padding: 8% 40px 0 !important;
    top: calc(100% - 32vh) !important;

  }
  .fluid-box .col-md-4,
  h3.heading {
    margin-bottom: 20px;
  }
  .col-3-counter {
    font-size: 32px;
  }
  .col-3-bottom-text {
    font-size: 16px;
  }
  .col-3-side-text {
    font-size: 18px;
  }
  div .View-All {
    display: inline-flex;
    margin: 20px 12px;
  }
  .download-show-area ul li h6 {
    padding-left: 32px;
    padding-top: 20px;
  }
  .col-md-8 .download-show-area ul li .download-icon {
    padding-left: 16px;
  }
  ul.sidebar-report li {
    display: flex;
    align-items: center;
  }
  ul.sidebar-report li a {
    padding: 20px;
    align-items: center;
    height: 15vh;
  }
  ul.hoh-box.download-report-box li {
    width: 100% !important;
    margin: 0 0 10px;
  }
  ul.hoh-box.download-report-box li h6 {
    padding: 0;
  }
  .Culture-section:before {
    width: 100%;
  }
  .career-pd25 h2 span {
    display: inline-block;
  }
  .row.value-content .row-values .col-md-4 .image-center > img {
    height: 60px;
  }
  .career-pd25 h2 {
    font-size: 36px;
    font-weight: 700;
  }
  .sidebar-report {
    margin-bottom: 25px;
  }
  .contact-form table {
    width: 100%;
  }
  body .sustainbility-bb-area ul.history-box li:nth-child(3n + 1),
  body .opportunities-area ul.history-box li:nth-child(3n + 1),
  body .hoh-histroy ul.history-box li:nth-child(3n + 1),
  body .sustainbility-bb-area ul.history-box li:nth-child(3n + 3),
  body .opportunities-area ul.history-box li:nth-child(3n + 3),
  body .hoh-histroy ul.history-box li:nth-child(3n + 3),
  body .sustainbility-bb-area ul.history-box li:nth-child(3n + 2),
  body .opportunities-area ul.history-box li:nth-child(3n + 2),
  body .hoh-histroy ul.history-box li:nth-child(3n + 2) {
    margin: 0 5px 20px !important;
  }
  body .sustainbility-bb-area ul.history-box li,
  body .opportunities-area ul.history-box li,
  body .hoh-histroy ul.history-box li {
    width: 48%;
  }
  body .contact-info.flex-box .col-md-4 a {
    padding: 10px;
    height: auto;
  }
  .container .row.learning-dev-career ul.video_image li {
    width: 100% !important;
  }
  body .careerBg {
    background-size: auto 100% !important;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .innerbanner h3 {
    padding-top: 30%;
  }
  #responsive-menu {
    margin-top: 15% !important;
  }
  body .bunissus-slider.slick-slider button.slick-next.slick-arrow {
    left: 8%;
  }
  body .fluid-box .col-md-4:nth-child(n) {
    width: 33.33333%;
    float: left;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  body .bunissus-slider.slick-slider button.slick-next.slick-arrow {
    left: 15%;
  }
}
@media (max-width: 620px) {
  body .sustainbility-bb-area ul.history-box li,
  body .opportunities-area ul.history-box li,
  body .hoh-histroy ul.history-box li {
    width: 100%;
  }
  .content-page h4 {
    font-size: 30px;
  }
  .page-id-43 .ph60 {
    padding: 50px;
  }
}
@media (max-width: 400px) {
  body .fs-32 {
    font-size: 26px !important;
  }
  .contact-home-footer ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
  }
  .row.learning-dev-career ul.video_image li:nth-child(3n + 2),
  .row.learning-dev-career ul.video_image li:nth-child(3n + 3) {
    margin-left: 0 !important;
  }
  .Culture-slider {
    margin: 40px 10px 10px;
  }
  .curlta-area button.slick-prev.slick-arrow,
  .curlta-area button.slick-next.slick-arrow {
    bottom: 0;
  }
  .page-id-43 .ph60 {
    padding: 10px;
  }
  .contact-footer {
    padding-top: 40px;
    width: 100%;
  }
}
.height100,
.top-header.stick .main-navarea,
.top-header.stick .menu-main-menu-container {
  height: 100%;
}
.homeslider .slideitem p {
  font-size: 26px;
}
a {
  color: #5daee8;
}
header .top-header {
  position: fixed;
  top: 6px;
}
.top-header.stick {
  background-color: #000000;
  -webkit-animation: 0.3s fadeIn;
  animation: 0.3s fadeIn;
  transition: 0.3s all;
  z-index: 999;
  padding: 0;
  height: 85px;
  top: 0;
}
.top-header.stick .main-navarea ul,
.top-header.stick .serach-icon-area {
  padding: 0;
  height: 100%;
}
header .main-navarea ul li {
  position: relative;
  margin: 0 12px;
  padding: 0;
  display: inline-flex;
  flex-wrap: nowrap;
}
.top-header.stick .main-navarea ul li {
  height: 100%;
  align-items: center;
  position: relative;
}
nav.main-navarea {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
  text-align: right;
  width: 100%;
  position: relative;
}
.serach-icon-area {
  width: auto;
  height: 100%;
  display: flex;
  cursor: pointer;
  padding-top: 45px;
  margin-left: 22px;
}
.search-area-wrapper form {
  position: relative;
}
.search-area-wrapper input#search {
  padding: 12px 57px 12px 12px;
  border: none;
  width: 100%;
}
.search-area-wrapper {
  position: absolute;
  bottom: -78px;
  right: -15px;
  background-color: #efefef;
  padding: 13px 12px;
  box-sizing: border-box;
  width: 345px;
  display: none;
}
.search-area-wrapper:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: -6px;
  right: 20px;
  transform: rotate(45deg);
  background-color: #efefef;
}
button.search-btn {
  background-color: #5daee8;
  padding: 15px;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.top-header.stick .main-navarea ul li a {
  color: #fff;
}
.top-header.stick .serach-icon-area > img {
  filter: invert(75%);
  color: #848484;
}
.top-header.stick .logo a img {
  height: 80px !important;
}
.top-header.stick .current-menu-item:after {
  bottom: 5px;
}
.home-page-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homeslider {
  width: 100%;
  position: static;
  height: 100%;
  z-index: 0;
}
.home-content {
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.banner-overlay .overlay-area {
  background: linear-gradient(
    90deg,
    rgba(23, 21, 19, 1) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.heading-bold {
  font-family: "Proxima-Nova-Bold", sans-serif;
}
.heading-regular {
  font-family: "Proxima-Nova-Regular", sans-serif;
}
.heading-semibold {
  font-family: "Proxima-Nova-SemiBold", sans-serif;
}
.heading-light {
  font-family: "Proxima-Nova-Light", sans-serif;
}
header .main-navarea ul li a {
  padding: 5px 0;
  position: relative;
}
header .main-navarea ul .current-menu-item:after {
  content: "";
  width: 100%;
  height: 2px;
  box-shadow: 0 2px 0 0 rgb(222 192 128);
  transition: box-shadow 0.12s linear;
  position: absolute;
  bottom: 2px;
  left: 0;
}
header .main-navarea ul li:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  box-shadow: 0 2px 0 0 rgb(222 192 128);
  transition: box-shadow 0.12s linear;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.top-header.stick .main-navarea ul li:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  box-shadow: 0 2px 0 0 rgb(222 192 128);
  transition: box-shadow 0.12s linear;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.explore-link img {
  display: inline-block;
  margin: -5px 12px 0 0;
}
.anchor_post_show {
  display: inline-block;
  margin-top: 14px;
}
.overlay-area,
.innerbanner:after {
  background-image: linear-gradient(
    90deg,
    rgba(23, 21, 19, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.history-slider .overlay-area {
  background-image: linear-gradient(#ffffff, rgba(0, 0, 0, 0), rgba(23, 21, 19, 0.9))
}
section.container-fluid.business-box .col-md-4:nth-child(1) .thumb-area.box {
  margin-right: 10px;
}
section.container-fluid.business-box .col-md-4:nth-child(2) .thumb-area.box {
  margin: 0 5px;
}
section.container-fluid.business-box .col-md-4:nth-child(3) .thumb-area.box {
  margin-left: 10px;
}
section.container-fluid.business-box .col-md-4:nth-child(4) .thumb-area.box {
  margin-right: 10px;
}
section.container-fluid.business-box .col-md-4:nth-child(5) .thumb-area.box {
  margin: 0 5px;
}
section.container-fluid.business-box .col-md-4:nth-child(6) .thumb-area.box {
  margin-left: 10px;
}
.thumb-area:hover .label-box {
  padding-top: 18%;
}
.thumb-area .label-box:hover h3,
footer .quick-links,
footer .business-menu,
.row.student-careers .pd80 {
  padding: 0;
}
.homeshistory {
  background-size: cover !important;
  background-position: top center !important;
}
.col-md-5.ourpresence h4 {
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  margin-bottom: 19px;
}
button.slick-prev.slick-arrow {
  left: -8px;
}
section.career-home {
  background-color: #fcfcfc;
  padding: 0;
  min-height: auto;
  background-image: none;
  position: relative;
  height: 64vh;
}
.container .row-eq-height {
  display: table;
  width: 100%;
  height: 100%;
}
.container .row-eq-height .col-md-6 {
  display: table-cell;
  vertical-align: middle;
}
.container .row-eq-height .col-md-5.align-middle,
.container .row-eq-height .col-md-6.align-middle {
  transform: translateY(14vh);
}
.careerBg {
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
}
section.home-news {
  margin: 80px 0;
}
.news-label-box {
  padding: 24px 10px 0;
}
.Sustainability-area {
  padding: 38px 0;
  margin-bottom: 70px;
}
section.homecontact {
  padding: 10px 0 80px;
}
.homeshistory .label-box .pra p {
  font-size: 16px;
}
.boxes-hover .image img {
  transform: scale(1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.boxes-hover .image:hover img {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.anchor_post_show {
  font-weight: 600;
}
.hoh-sustainability ul.sustainability-box li {
  margin: 30px 0;
}
.hoh-sustainability ul.sustainability-box li:nth-child(3n + 0) {
  margin: 30px 0 30px 10px;
}
.hoh-sustainability ul.sustainability-box li:nth-child(3n + 1) {
  margin: 30px 10px 30px 0;
}
.hoh-sustainability ul.sustainability-box li:nth-child(3n + 2) {
  margin: 30px 5px;
}
.page-id-6 section.home-Business {
  padding-bottom: 0;
}
.page-id-6 section.container.home-Business {
  padding: 60px 0 38px;
}
.page-id-6 section.container.home-Business:first-child {
  padding-bottom: 0;
}
.page-id-6 p.As-we-continue-to-innovate-for-the-future-we-are {
  width: 75%;
  margin: auto;
}
.page-id-6 .businessIntro {
  background: #f8f8f8;
  padding: 60px 0;
  position: relative;
  z-index: 9;
  margin-top: 60px;
}
.page-id-6 .businessIntro:before,
.page-id-6 .businessIntro:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #f8f8f8;
  z-index: -1;
}
.page-id-6 .businessIntro:after {
  right: -50%;
}
.page-id-6 .businessIntro:before {
  left: -50%;
}
.news-slider button.slick-prev.slick-arrow {
  left: -11px;
}
.col-md-4.image-right.background-right {
  position: absolute;
  right: -60px;
  width: 40%;
}
.d-table {
  width: 100%;
  height: 100%;
  display: table;
}
.d-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.custom-btn1 {
  background-color: #ff3547;
  color: #fff;
  border: 1px solid #ff3547;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
}
.custom-btn1:hover {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
}
footer {
  z-index: 1;
  position: relative;
}
.power-by a {
  margin-left: 17px;
}
.social-icon a {
  margin: 0 8px;
}
.footerlogo img {
  width: 70%;
}
footer ul li a,
.contact-footer p {
  opacity: 1;
}
.contact-footer p {
  font-weight: 400;
}
.contact-home-footer .fa {
  padding-right: 5px;
}
.innerbanner {
  background-attachment: scroll !important;
}
.home-business-main {
  background-color: #f8f8f8;
}
.content-page {
  padding: 40px 0;
  width: 100%;
}
.home-news .news-slider .slick-slide .home-news-box .news-label-box {
  background: 0 0;
}
.content-page .contact-us-para {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 28.4px;
  letter-spacing: normal;
  color: #333;
}
.flex-box {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  align-content: center;
}
.row.contact-info.flex-box {
  width: 85%;
  margin: auto;
  padding: 1% 0;
}
.contact-info.flex-box .col-md-4 a {
  margin: 0;
  height: 100%;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.contact-info .col-md-4 h5,
.contact-info .col-md-4 span {
  width: 100%;
}
.contact-info .col-md-4 i,
.contact-info.flex-box .col-md-4 {
  display: flex;
}
.page-id-10 .content-page {
  padding: 0 0 40px;
}
.sustainbility-bb-area .row ul.history-box,
.opportunities-area ul.history-box,
.hoh-histroy ul.history-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
}
.sustainbility-bb-area ul.history-box li .p28,
.opportunities-area ul.history-box li .p28,
.hoh-histroy ul.history-box li .p28 {
  height: auto;
  padding: 24px;
}
.sustainbility-bb-area ul.history-box li,
.opportunities-area ul.history-box li,
.hoh-histroy ul.history-box li {
  width: 32%;
}
.sustainbility-bb-area ul.history-box li:nth-child(3n + 1),
.opportunities-area ul.history-box li:nth-child(3n + 1),
.hoh-histroy ul.history-box li:nth-child(3n + 1) {
  margin: 0 16px 20px 0;
}
.sustainbility-bb-area ul.history-box li:nth-child(3n + 2),
.opportunities-area ul.history-box li:nth-child(3n + 2),
.hoh-histroy ul.history-box li:nth-child(3n + 2) {
  margin: 0 8px 20px;
}
.sustainbility-bb-area ul.history-box li:nth-child(3n + 3),
.opportunities-area ul.history-box li:nth-child(3n + 3),
.hoh-histroy ul.history-box li:nth-child(3n + 3) {
  margin: 0 0 20px 16px;
}
.sustainbility-bb-area p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #888;
}
.sustainbility-bb-area p a {
  color: #5daee8;
}
.sustainbility-bb-area p a:hover {
  text-decoration: underline !important;
}
.hoh-histroy ul.history-box li img {
  height: 330px;
  object-fit: cover;
}
.hoh-careers {
  padding: 60px 0;
}
.hoh-careers .hoh-box.download-report-box .active .image:after,
.hoh-careers .hoh-box.download-report-box li .image:after {
  content: none;
}
.hoh-box-0 .col-md-12 h4 + p {
  padding-bottom: 48px;
}
.life-careers .video-popup:after {
  content: url(/wp-content/themes/houseofhabib/css/../video-icon.svg);
  background: 0 0;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-popup img {
  position: relative;
}
.autoparts-tiles-main a .position-absolute {
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.row.learning-dev-career ul.video_image li {
  width: 32.2%;
}
.row.learning-dev-career ul.video_image li + li {
  margin-left: 0;
}
.row.learning-dev-career ul.video_image li:nth-child(3n + 1) {
  margin-left: 0;
}
.row.learning-dev-career ul.video_image li:nth-child(3n + 2),
.row.learning-dev-career ul.video_image li:nth-child(3n + 3) {
  margin-left: 19px;
}
.row.student-careers .careerBg {
  background-size: 100%;
  background-repeat: no-repeat;
}
.career-students-box {
  position: relative;
  background-color: #fcfcfc;
  height: 100%;
}
.align-middle .embed-responsive {
  margin-top: 68px;
}
.page-id-12 .content-page {
  padding-bottom: 44px;
}
i.fa.fa-long-arrow-right {
  position: relative;
}
.active .fa-long-arrow-right:before,
a:hover .fa-long-arrow-right:before {
  content: url(/wp-content/themes/houseofhabib/css/../images/learnmore_arrow.svg);
  filter: invert(0);
}
.fa-long-arrow-right:before {
  content: url(/wp-content/themes/houseofhabib/css/../images/learnmore_arrow.svg);
  filter: invert(80%);
  position: absolute;
  top: 8px;
  right: 0;
}
.padding-right-career {
  padding-right: 40px;
}
.allcontentboxes {
  padding-bottom: 15px;
}
.download-show-area ul li {
  margin-bottom: 14px;
}
.download-show-area ul li:last-child {
  margin-bottom: 0;
}
.download-show-area h5 {
  padding: 20px 22px;
}
.sidebar-report li a {
  padding: 20px 38px;
}
.sidebar-report li {
  border: none;
}
.page-id-8 .House-of-Habib-plays-a-pivotal-role-in-shaping-the p:last-child {
  margin-bottom: 0;
}
.Values {
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 48.5px;
  letter-spacing: normal;
  color: #fff;
}
.Humility-Respect h5 {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 8px;
}
.Responsibility-of-tolerance-lies-in-those-who-have p {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 22.5px;
  letter-spacing: normal;
  color: #f1f1f1;
  font-family: inherit;
}
.image-center img {
  text-align: center;
  margin: 0 auto 17px;
}
.row.value-content .row-values .col-md-4 .image-center > img {
  height: 70px;
}
.row.value-content .row-values {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
  align-content: center;
}
.row.value-content .row-values .col-md-4 {
  display: flex;
  float: none;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: baseline;
  justify-content: center;
}
.para-margin-14 p {
  margin-bottom: 14px;
}
.row.value-content .row-values .col-md-4 div {
  width: 100%;
}
.image-center {
  text-align: center;
  width: 100%;
  margin-top: 45px;
}
section.home-news.ex-com.mt-0 {
  margin: 38px 0 60px;
}
section.mgr-60 {
  margin: 60px 0;
}
.bunissus-slider.slick-slider,
.bunissus-slider.slick-slider .slick-track .container .row .col-md-12 {
  z-index: 1;
}
.bunissus-slider.slick-slider .container.slick-slide {
  padding: 0;
}
.bunissus-slider.slick-slider button.slick-prev.slick-arrow,
.bunissus-slider.slick-slider button.slick-next.slick-arrow {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  top: auto;
  bottom: 28px;
}
.bunissus-slider ul.slick-dots li.slick-active button {
  background-color: #5daee8;
}
.bunissus-slider.slick-slider button.slick-prev.slick-arrow {
  left: 6%;
}
.bunissus-slider.slick-slider button.slick-next.slick-arrow {
  left: 10%;
}
.bunissus-slider.slick-slider .slick-slide h3 {
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 20px;
}
.bunissus-slider.slick-slider .slick-slide h5 {
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #eee;
}
.fluid-box .col-md-4:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
}
.company-modal .modal-header {
  display: flex;
  align-items: center;
  border: none;
}
.company-modal .modal-header .col-md-2 {
  align-self: flex-start;
}
.modal-dialog {
  width: 70%;
}
.company-modal .modal-header img {
  width: 100%;
  border-radius: 4px;
}
.company-modal .modal-body .col-md-12 {
  margin-bottom: 22px;
}
.company-modal .modal-body .col-md-12 p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22.5px;
  letter-spacing: normal;
  color: #333;
}
.company-modal .modal-footer {
  border: none;
  padding: 15px 15px 30px;
}
.automobintro {
  position: relative;
}
.automobintro .container .row .col-md-5 {
  position: static;
}
.modal-header .close {
  font-size: 30px;
  color: #000;
  opacity: 0.47;
}
img.automobintroimg {
  position: absolute;
  right: -55px;
  width: 40%;
}
.col-md-4.border-gradient:nth-child(3):before,
.col-md-4.border-gradient:nth-child(3):after {
  content: "";
  background-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  height: 120%;
  width: 2px;
  position: absolute;
  top: 0;
}
.col-md-4.border-gradient:nth-child(3):before {
  left: 0;
}
.col-md-4.border-gradient:nth-child(3):after {
  right: 0;
}
.other-business-main {
  margin: 70px 0;
}
.home-news-box {
  padding: 0 8px;
}
.autoparts-tiles-main {
  padding: 7.5px 8.5px;
}
.View-All {
  margin-left: 40px;
  display: inline;
}
.img-overlay:after {
  content: "";
  background-image: linear-gradient(
    0deg,
    rgba(23, 21, 19, 0.9) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-overlay img,
.img-overlay,
.img-overlay-glance {
  position: relative;
  overflow: hidden;
}
.img-overlay-glance:after {
  content: "";
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-slider .slick-slide .home-news-box .news-label-box {
  background-color: #f9f9f9;
}
.view_profile_btn.anchor_post_show {
  color: #5daee8;
  background-image: url(/wp-content/themes/houseofhabib/css/../images/learn-more-active.svg);
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.ex-com .news-label-box p {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
}
.ex-com .news-label-box h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  margin-top: 6px;
}
.homeshistory img.img-responsive {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.homeshistory img.img-responsive:hover {
  transform: scale(1.1);
}
.homeslider .slideitem.has_mobile_image .mobile_banner_image {
  display: none;
}
@media (max-width: 768px) {
  .home-page-banner .slideitem.has_mobile_image {
    background: 0 0 !important;
  }
  .home-page-banner .slideitem.has_mobile_image .mobile_banner_image {
    display: block;
    width: 100%;
  }
  .home-page-banner .slideitem.has_mobile_image .home_banner_content {
    display: none;
  }
  .home-page-banner,
  .home-page-banner .homeslider,
  .home-page-banner .homeslider .dis-table,
  .home-page-banner .homeslider .dis-table .dis-table-cell,
  .home-page-banner .homeslider .has_mobile_image .overlay-area .height100 {
    height: auto;
  }
  .home-page-banner .homeslider .has_mobile_image .overlay-area {
    height: auto;
    background: 0 0 !important;
  }
  .home-page-banner .homeslider .has_mobile_image .overlay-area .pd99 {
    padding: 0;
  }
}
/* --------------------------------- */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}
#rmp_menu_trigger-1798 {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 38px;
  border-radius: 5px;
  display: none;
  text-decoration: none;
  right: 8%;
  background: transparent;
  transition: transform 0.5s, background-color 0.5s;
}

#rmp_menu_trigger-1798 .rmp-trigger-box {
  width: 28px;
  color: #ffffff;
}

#rmp_menu_trigger-1798 .rmp-trigger-icon-active,
#rmp_menu_trigger-1798 .rmp-trigger-text-open {
  display: none;
}

#rmp_menu_trigger-1798.is-active .rmp-trigger-icon-active,
#rmp_menu_trigger-1798.is-active .rmp-trigger-text-open {
  display: inline;
}

#rmp_menu_trigger-1798.is-active .rmp-trigger-icon-inactive,
#rmp_menu_trigger-1798.is-active .rmp-trigger-text {
  display: none;
}

#rmp_menu_trigger-1798 .rmp-trigger-label {
  color: #ffffff;
  pointer-events: none;
  line-height: 13px;
  font-family: inherit;
  font-size: 14px;
  display: inline;
  text-transform: inherit;
}

#rmp_menu_trigger-1798 .rmp-trigger-label.rmp-trigger-label-top {
  display: block;
  margin-bottom: 12px;
}

#rmp_menu_trigger-1798 .rmp-trigger-label.rmp-trigger-label-bottom {
  display: block;
  margin-top: 12px;
}

#rmp_menu_trigger-1798 .responsive-menu-pro-inner {
  display: block;
}

#rmp_menu_trigger-1798 .rmp-trigger-icon-inactive .rmp-font-icon {
  color: #ffffff;
}

#rmp_menu_trigger-1798 .responsive-menu-pro-inner,
#rmp_menu_trigger-1798 .responsive-menu-pro-inner::before,
#rmp_menu_trigger-1798 .responsive-menu-pro-inner::after {
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
}

#rmp_menu_trigger-1798 .rmp-trigger-icon-active .rmp-font-icon {
  color: #ffffff;
}

#rmp_menu_trigger-1798.is-active .responsive-menu-pro-inner,
#rmp_menu_trigger-1798.is-active .responsive-menu-pro-inner::before,
#rmp_menu_trigger-1798.is-active .responsive-menu-pro-inner::after {
  background-color: #ffffff;
}

#rmp_menu_trigger-1798:hover .rmp-trigger-icon-inactive .rmp-font-icon {
  color: #ffffff;
}

#rmp_menu_trigger-1798:not(.is-active):hover .responsive-menu-pro-inner,
#rmp_menu_trigger-1798:not(.is-active):hover .responsive-menu-pro-inner::before,
#rmp_menu_trigger-1798:not(.is-active):hover .responsive-menu-pro-inner::after {
  background-color: #ffffff;
}

#rmp_menu_trigger-1798 .responsive-menu-pro-inner::before {
  top: 10px;
}

#rmp_menu_trigger-1798 .responsive-menu-pro-inner::after {
  bottom: 10px;
}

#rmp_menu_trigger-1798.is-active .responsive-menu-pro-inner::after {
  bottom: 0;
}

#rmp-container-1798 {
  position: fixed;
  top: 0;
  margin: 0;
  transition: transform 0.5s;
  overflow: auto;
  display: block;
  width: 75%;
  background-color: #ffffff;
  background-image: url("");
  height: 100%;
  right: 0;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

#rmp-menu-wrap-1798 {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  background-color: #ffffff;
}

#rmp-menu-wrap-1798 .rmp-menu,
#rmp-menu-wrap-1798 .rmp-submenu {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#rmp-menu-wrap-1798 .rmp-submenu-depth-1 .rmp-menu-item-link {
  padding-left: 10%;
}

#rmp-menu-wrap-1798 .rmp-submenu-depth-2 .rmp-menu-item-link {
  padding-left: 15%;
}

#rmp-menu-wrap-1798 .rmp-submenu-depth-3 .rmp-menu-item-link {
  padding-left: 20%;
}

#rmp-menu-wrap-1798 .rmp-submenu-depth-4 .rmp-menu-item-link {
  padding-left: 25%;
}

#rmp-menu-wrap-1798 .rmp-submenu.rmp-submenu-open {
  display: block;
}

#rmp-menu-wrap-1798 .rmp-menu-item {
  width: 100%;
  list-style: none;
  margin: 0;
}

#rmp-menu-wrap-1798 .rmp-menu-item-link {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 2px solid #ffffff;
  font-family: inherit;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  font-weight: normal;
  letter-spacing: 0px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background-color 0.5s, border-color 0.5s, 0.5s;
  word-wrap: break-word;
  height: auto;
  padding: 0 5%;
  padding-right: 50px;
}

#rmp-menu-wrap-1798 .rmp-menu-item-link:after,
#rmp-menu-wrap-1798 .rmp-menu-item-link:before {
  display: none;
}

#rmp-menu-wrap-1798 .rmp-menu-item-link:hover,
#rmp-menu-wrap-1798 .rmp-menu-item-link:focus {
  color: #000000;
  border-color: #5daee8;
  background-color: #ffffff;
}

#rmp-menu-wrap-1798 .rmp-menu-item-link:focus {
  outline: none;
  border-color: unset;
  box-shadow: unset;
}

#rmp-menu-wrap-1798 .rmp-menu-item-link .rmp-font-icon {
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  font-size: 16px;
}

#rmp-menu-wrap-1798 .rmp-menu-current-item .rmp-menu-item-link {
  color: #000000;
  border-color: #5daee8;
  background-color: #ffffff;
}

#rmp-menu-wrap-1798 .rmp-menu-current-item .rmp-menu-item-link:hover,
#rmp-menu-wrap-1798 .rmp-menu-current-item .rmp-menu-item-link:focus {
  color: #000000;
  border-color: #5daee8;
  background-color: #ffffff;
}

#rmp-menu-wrap-1798 .rmp-menu-subarrow {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  overflow: hidden;
  right: 0;
  border-left-style: solid;
  border-left-color: #212121;
  border-left-width: 2px;
  height: 39px;
  width: 40px;
  color: #ffffff;
  background-color: #212121;
}

#rmp-menu-wrap-1798 .rmp-menu-subarrow svg {
  fill: #ffffff;
}

#rmp-menu-wrap-1798 .rmp-menu-subarrow:hover {
  color: #ffffff;
  border-color: #3f3f3f;
  background-color: #3f3f3f;
}

#rmp-menu-wrap-1798 .rmp-menu-subarrow:hover svg {
  fill: #ffffff;
}

#rmp-menu-wrap-1798 .rmp-menu-subarrow .rmp-font-icon {
  margin-right: unset;
}

#rmp-menu-wrap-1798 .rmp-menu-subarrow * {
  vertical-align: middle;
  line-height: 39px;
}

#rmp-menu-wrap-1798 .rmp-menu-subarrow-active {
  display: block;
  background-size: cover;
  color: #ffffff;
  border-color: #212121;
  background-color: #212121;
}

#rmp-menu-wrap-1798 .rmp-menu-subarrow-active svg {
  fill: #ffffff;
}

#rmp-menu-wrap-1798 .rmp-menu-subarrow-active:hover {
  color: #ffffff;
  border-color: #3f3f3f;
  background-color: #3f3f3f;
}

#rmp-menu-wrap-1798 .rmp-menu-subarrow-active:hover svg {
  fill: #ffffff;
}

#rmp-menu-wrap-1798 .rmp-submenu {
  display: none;
}

#rmp-menu-wrap-1798 .rmp-submenu .rmp-menu-item-link {
  height: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  font-size: 13px;
  border-bottom: 1px solid #212121;
  font-family: inherit;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  background-color: #212121;
}

#rmp-menu-wrap-1798 .rmp-submenu .rmp-menu-item-link:hover,
#rmp-menu-wrap-1798 .rmp-submenu .rmp-menu-item-link:focus {
  color: #ffffff;
  border-color: #212121;
  background-color: #3f3f3f;
}

#rmp-menu-wrap-1798 .rmp-submenu .rmp-menu-current-item .rmp-menu-item-link {
  color: #ffffff;
  border-color: #212121;
  background-color: #212121;
}

#rmp-menu-wrap-1798
  .rmp-submenu
  .rmp-menu-current-item
  .rmp-menu-item-link:hover,
#rmp-menu-wrap-1798
  .rmp-submenu
  .rmp-menu-current-item
  .rmp-menu-item-link:focus {
  color: #ffffff;
  border-color: #3f3f3f;
  background-color: #3f3f3f;
}

#rmp-menu-wrap-1798 .rmp-submenu .rmp-menu-subarrow {
  right: 0;
  border-right: unset;
  border-left-style: solid;
  border-left-color: #212121;
  border-left-width: 1px;
  height: 39px;
  line-height: 39px;
  width: 40px;
  color: #ffffff;
  background-color: #212121;
}

#rmp-menu-wrap-1798 .rmp-submenu .rmp-menu-subarrow:hover {
  color: #ffffff;
  border-color: #3f3f3f;
  background-color: #3f3f3f;
}

#rmp-menu-wrap-1798 .rmp-submenu .rmp-menu-subarrow-active {
  color: #ffffff;
  border-color: #212121;
  background-color: #212121;
}

#rmp-menu-wrap-1798 .rmp-submenu .rmp-menu-subarrow-active:hover {
  color: #ffffff;
  border-color: #3f3f3f;
  background-color: #3f3f3f;
}

#rmp-menu-wrap-1798 .rmp-menu-item-description {
  margin: 0;
  padding: 5px 5%;
  opacity: 0.8;
  color: #000000;
}

#rmp-search-box-1798 {
  display: block;
  padding-top: 0px;
  padding-left: 5%;
  padding-bottom: 0px;
  padding-right: 5%;
}

#rmp-search-box-1798 .rmp-search-form {
  margin: 0;
}

#rmp-search-box-1798 .rmp-search-box {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #333333;
  width: 100%;
  padding: 0 5%;
  border-radius: 30px;
  height: 45px;
  -webkit-appearance: none;
}

#rmp-search-box-1798 .rmp-search-box::placeholder {
  color: #c7c7cd;
}

#rmp-search-box-1798 .rmp-search-box:focus {
  background-color: #ffffff;
  outline: 2px solid #dadada;
  color: #333333;
}

#rmp-menu-title-1798 {
  background-color: #212121;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  padding-top: 10%;
  padding-left: 5%;
  padding-bottom: 0%;
  padding-right: 5%;
  font-weight: 400;
  transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}

#rmp-menu-title-1798:hover {
  background-color: #212121;
  color: #ffffff;
}

#rmp-menu-title-1798 > .rmp-menu-title-link {
  color: #ffffff;
  width: 100%;
  background-color: unset;
  text-decoration: none;
}

#rmp-menu-title-1798 > .rmp-menu-title-link:hover {
  color: #ffffff;
}

#rmp-menu-title-1798 .rmp-font-icon {
  font-size: 16px;
}

#rmp-menu-additional-content-1798 {
  padding-top: 0px;
  padding-left: 5%;
  padding-bottom: 0px;
  padding-right: 5%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.rmp-container {
  display: none;
  visibility: visible;
  padding: 0px 0px 0px 0px;
  z-index: 99998;
  transition: all 0.3s;
}

.rmp-container.rmp-fade-top,
.rmp-container.rmp-fade-left,
.rmp-container.rmp-fade-right,
.rmp-container.rmp-fade-bottom {
  display: none;
}

.rmp-container.rmp-slide-left,
.rmp-container.rmp-push-left {
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
}

.rmp-container.rmp-slide-left.rmp-menu-open,
.rmp-container.rmp-push-left.rmp-menu-open {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}

.rmp-container.rmp-slide-right,
.rmp-container.rmp-push-right {
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
}

.rmp-container.rmp-slide-right.rmp-menu-open,
.rmp-container.rmp-push-right.rmp-menu-open {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}

.rmp-container.rmp-slide-top,
.rmp-container.rmp-push-top {
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
}

.rmp-container.rmp-slide-top.rmp-menu-open,
.rmp-container.rmp-push-top.rmp-menu-open {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.rmp-container.rmp-slide-bottom,
.rmp-container.rmp-push-bottom {
  transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
}

.rmp-container.rmp-slide-bottom.rmp-menu-open,
.rmp-container.rmp-push-bottom.rmp-menu-open {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}

.rmp-container::-webkit-scrollbar {
  width: 0px;
}

.rmp-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
}

.rmp-container ::-webkit-scrollbar-thumb {
  background: transparent;
}

.rmp-container ::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.rmp-container .rmp-menu-wrap .rmp-menu {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

.rmp-container .rmp-menu-additional-content {
  display: block;
  word-break: break-word;
}

.rmp-container .rmp-menu-title {
  display: flex;
  flex-direction: column;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image {
  max-width: 100%;
  margin-bottom: 15px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

button.rmp_menu_trigger {
  z-index: 999999;
  overflow: hidden;
  outline: none;
  border: 0;
  display: none;
  margin: 0;
  transition: transform 0.5s, background-color 0.5s;
  padding: 0;
}

button.rmp_menu_trigger .responsive-menu-pro-inner::before,
button.rmp_menu_trigger .responsive-menu-pro-inner::after {
  content: "";
  display: block;
}

button.rmp_menu_trigger .responsive-menu-pro-inner::before {
  top: 10px;
}

button.rmp_menu_trigger .responsive-menu-pro-inner::after {
  bottom: 10px;
}

button.rmp_menu_trigger .rmp-trigger-box {
  width: 40px;
  display: inline-block;
  position: relative;
  pointer-events: none;
  vertical-align: super;
}

.rmp-menu-trigger-boring .responsive-menu-pro-inner {
  transition-property: none;
}

.rmp-menu-trigger-boring .responsive-menu-pro-inner::after,
.rmp-menu-trigger-boring .responsive-menu-pro-inner::before {
  transition-property: none;
}

.rmp-menu-trigger-boring.is-active .responsive-menu-pro-inner {
  transform: rotate(45deg);
}

.rmp-menu-trigger-boring.is-active .responsive-menu-pro-inner:before {
  top: 0;
  opacity: 0;
}

.rmp-menu-trigger-boring.is-active .responsive-menu-pro-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
  content: " ";
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner:before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner:before {
    animation-name: blink;
    animation-duration: 2s;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 [inert] {
  opacity: 0.5;
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}
.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}
.wpcf7-reflection > output[hidden] {
  display: none;
}
.home-page-banner,
.home-page-banner .homeslider,
.home-page-banner .homeslider .dis-table,
.home-page-banner .homeslider .dis-table .dis-table-cell,
.home-page-banner .homeslider .has_mobile_image .overlay-area .height100 {
  height: 100%;
}
.about-section {
  position: relative;
  padding-top: 120px;
  background: #ffffff;
}

.about-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -410px;
  width: 50%;
  height: 100%;
  background: #f4f5f8;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 30px;
}

.about-section .image-column .inner {
  position: relative;
  display: block;
}

.about-section .image-column .inner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 280px;
  background: #000000;
  border-radius: 8px;
}

.about-section .image-column .image-block {
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden;
}

.about-section .image-column .image-block img {
  display: block;
  width: 100%;
  border-radius: 7px;
}

.about-section .image-column .image-block:nth-child(1) {
  margin-left: 110px;
}

.about-section .image-column .image-block:nth-child(2) {
  margin-right: 140px;
  margin-top: -170px;
}

.about-section .text-column {
  position: relative;
  margin-bottom: 30px;
}

.about-section .text-column .inner {
  position: relative;
  display: block;
  padding-left: 60px;
}

.about-section .text-column .sec-title {
  margin-bottom: 35px;
}

.about-section .text-column .sec-title .lower-text {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  color: #000000;
  line-height: 34px;
}

.about-section .text-column .text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125em;
}

.about-section .text-column .text p {
  margin-bottom: 32px;
  line-height: 2.125em;
}

.about-section .text-column .text ul {
  position: relative;
  float: left;
}

.about-section .text-column .text ul li {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 10px;
  padding-left: 35px;
}

.about-section .text-column .text ul li:before {
  content: "\f107";
  font-family: "Flaticon";
  position: absolute;
  left: 0;
  top: -1px;
  color: #000000;
  font-weight: 400;
}

.about-section .text-column .text .since {
  position: relative;
  float: left;
  margin-left: 82px;
  margin-top: 10px;
}

.about-section .text-column .text .since:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  width: 80px;
  height: 80px;
  background: #e8e9e9;
  border-radius: 50%;
}

.about-section .text-column .text .since:after {
  content: "";
  position: absolute;
  left: -42px;
  top: 0px;
  bottom: 0px;
  border-left: 2px solid#000000;
}

.about-section .text-column .text .since .txt {
  position: relative;
  display: block;
  padding: 21px 5px;
  width: 90px;
  height: 90px;
  line-height: 24px;
  text-align: center;
  background: black;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  padding-top: 24px;
}

.about-section .text-column .link-box {
  padding-top: 30px;
}
.sec-title h2 .dot {
  color: #000000;
  padding-left: 7px;
}
.section_combined-cards {
  position: relative;
}
.combined-cards_content-top {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.combined-cards_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.combined-cards_item-large {
  background-color: #0d0d0d;
  border-radius: 6px;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.combined-cards_small-wrapper {
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.combined-cards_item-small {
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}
.combined-cards_image {
  max-width: 30%;
  position: absolute;
  inset: 0% 0% auto auto;
}
.combined-cards_item-small-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.combined-cards_item-date {
  font-size: 0.875rem;
}
.combined-cards_item-large-text-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}
.combined-cards_content-bottom {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.combined-cards_item-large-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}
.container-medium,
.container-small,
.container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}
.container-large {
  width: 100%;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
}
.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
  display: block;
}
.buttonAbout.is-alternate {
  color: white;
  background-color: rgb(18, 18, 18);
  border-color: rgb(144, 114, 49);
}
.buttonAbout {
  border: 2px solid rgb(144, 114, 49);
  color: rgb(144, 114, 49);
  text-align: center;
  background-color: rgb(144, 114, 49);
  border-radius: 5px;
  padding: 1rem 3rem;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}
.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}
.spacer-large {
  width: 100%;
  padding-top: 3rem;
  display: block;
}
.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}
.combined-cards_category-link {
  color: black;
  text-transform: uppercase;
  background-color: #e1d2ff;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}
.buttonAbout.is-alternate:hover {
  color: #141414;
  background-color: rgb(144, 114, 49);
}
.AboutText {
  color: white !important;
}
.darkBlue {
  color: #000000 !important;
}
.justify-content-center {
  justify-content: center;
}

.d-flex {
  display: flex;
}
.innerbanner .Recognized-as-the-most-respected-and-dynamic-group p {
  padding-top: 1%;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.6px;
  color: #e3dede;
  position: relative;
  z-index: 1;
}
.tiles-box h3 {
  color: white !important;
}
.tiles-box p span {
  color: white !important;
  font-size: 1.2rem;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
  margin: 25px;
}
.counter-section {
  text-align: center;
  padding: 50px 0;
  background-color: white;
}
.counter-number {
  font-size: 40px;
  font-weight: bold;
  color: #001f87; /* Dark Blue */
}
.counter-title {
  font-size: 18px;
  font-weight: bold;
  color: black;
}
/* Preloader Fullscreen Video */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
  transition: opacity 1s ease-out, visibility 1s ease-out; /* Smooth fade transition */
}

#preloader video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fade out effect */
body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
}

/* Show content only after preloader is gone */
body.loaded #content {
  display: block;
}

body:not(.loaded) #content {
  display: none;
}

.combined-cards_heading-wrapper h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
}
.desktopQuote{
  display: block;
}
.mobileQuote{
  display: none;
}
.historyUpperlog{
  top: 25px;
  left: 25px;
}

