@charset "UTF-8";
/* Theme Name: Miami Performance Agency - WP Theme
 * Theme URI: http://underscores.me/
 * Author: Adnane
 * Author URI: https://miamiagency.fi
 * Description: WP Miami Agency Theme
 * Version: 1.0.0
 * Tested up to: 5.4
 * Requires PHP: 5.6
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: miami
 * Tags: custom made WP theme, Whitelabel Miami WP, custom-menu, featured-images, threaded-comments, translation-ready
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned.
 *
 * Miami Agency WP Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later. */
/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.textShadow, .tabular-section h3, .tabular-section h2, .parallax-block h3.style-two, .parallax-block h3.style-one, .parallax-block h2.style-two, .parallax-block h2.style-one, .parallax-section h3, .parallax-section h2, .feature-item-two h4, .hero-content .sub-title, .header-five .header-inner:after {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.textShadowL {
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.8);
}

.gradient_darkoverlay, .about-four-images .video-blog {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0.35)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.35) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$light-black-color",endColorstr="$color-black",GradientType=1);
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab,
.fa-linkedin,
.fa-instagram,
.fa-facebook {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-linkedin, .fa-instagram, .fa-facebook {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

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

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

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.1111111111em;
}

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left,
.fa-pull-left.fa-linkedin,
.fa-pull-left.fa-instagram,
.fa-pull-left.fa-facebook {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right,
.fa-pull-right.fa-linkedin,
.fa-pull-right.fa-instagram,
.fa-pull-right.fa-facebook {
  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(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

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

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

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

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

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

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

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

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

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

.fa-amilia:before {
  content: "\f36d";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

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

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

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

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

.fa-archway:before {
  content: "\f557";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a";
}

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

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

.fa-asymmetrik:before {
  content: "\f372";
}

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

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

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

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

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

.fa-bacon:before {
  content: "\f7e5";
}

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

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

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

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

.fa-band-aid:before {
  content: "\f462";
}

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

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

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

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

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

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

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

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

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

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

.fa-battle-net:before {
  content: "\f835";
}

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

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

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

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

.fa-biohazard:before {
  content: "\f780";
}

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

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

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

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

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

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

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

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

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

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

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

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

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

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

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

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

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

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

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

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

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

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

.fa-buffer:before {
  content: "\f837";
}

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

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

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

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

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

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

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

.fa-business-time:before {
  content: "\f64a";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

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

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787";
}

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

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

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

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

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

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

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

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

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

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

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

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

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

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

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

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

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

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

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

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

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

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

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

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

.fa-cloud-sun-rain:before {
  content: "\f743";
}

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

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

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

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

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

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

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

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

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

.fa-coins:before {
  content: "\f51e";
}

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

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

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

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f";
}

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

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

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

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

.fa-confluence:before {
  content: "\f78d";
}

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

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

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

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

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

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

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

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

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

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

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

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

.fa-critical-role:before {
  content: "\f6c9";
}

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

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

.fa-cross:before {
  content: "\f654";
}

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

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

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

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

.fa-deaf:before {
  content: "\f2a4";
}

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

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

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

.fa-dev:before {
  content: "\f6cc";
}

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

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

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

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

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

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

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

.fa-dove:before {
  content: "\f4ba";
}

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

.fa-draft2digital:before {
  content: "\f396";
}

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

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

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

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

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

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

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

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

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

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

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

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

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

.fa-elementor:before {
  content: "\f430";
}

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

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

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

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

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

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

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

.fa-equals:before {
  content: "\f52c";
}

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

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

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

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

.fa-evernote:before {
  content: "\f839";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

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

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

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

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

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

.fa-figma:before {
  content: "\f799";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571";
}

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

.fa-file-medical-alt:before {
  content: "\f478";
}

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

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

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

.fa-fingerprint:before {
  content: "\f577";
}

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

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

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

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

.fa-first-aid:before {
  content: "\f479";
}

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

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

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

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

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

.fa-football-ball:before {
  content: "\f44e";
}

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

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

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

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

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

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

.fa-gas-pump:before {
  content: "\f52f";
}

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

.fa-gem:before {
  content: "\f3a5";
}

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

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

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

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

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

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

.fa-gifts:before {
  content: "\f79c";
}

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

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

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

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

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664";
}

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

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

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

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

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

.fa-hand-middle-finger:before {
  content: "\f806";
}

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

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

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

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

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

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

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

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

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

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

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

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

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

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

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

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

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

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

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

.fa-headset:before {
  content: "\f590";
}

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

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

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

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

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

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

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

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

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

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1";
}

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

.fa-hryvnia:before {
  content: "\f6f2";
}

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

.fa-hubspot:before {
  content: "\f3b2";
}

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

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

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

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

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

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

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

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

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

.fa-infinity:before {
  content: "\f534";
}

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

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

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

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-invision:before {
  content: "\f7b0";
}

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

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

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

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

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

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

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

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

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

.fa-keybase:before {
  content: "\f4f5";
}

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

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

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

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

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

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

.fa-laravel:before {
  content: "\f3bd";
}

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

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

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

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

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

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

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

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

.fa-life-ring:before {
  content: "\f1cd";
}

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

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

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

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

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

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

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

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

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

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

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

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

.fa-mandalorian:before {
  content: "\f50f";
}

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

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

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

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

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

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

.fa-markdown:before {
  content: "\f60f";
}

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

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

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

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

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

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

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

.fa-medrt:before {
  content: "\f3c8";
}

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

.fa-megaport:before {
  content: "\f5a3";
}

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

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

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

.fa-meteor:before {
  content: "\f753";
}

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

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

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

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

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

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

.fa-mizuni:before {
  content: "\f3cc";
}

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

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

.fa-monero:before {
  content: "\f3d0";
}

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

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

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

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

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

.fa-mountain:before {
  content: "\f6fc";
}

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

.fa-mug-hot:before {
  content: "\f7b6";
}

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

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

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

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

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

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

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

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

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

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

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

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

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

.fa-page4:before {
  content: "\f3d7";
}

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

.fa-pager:before {
  content: "\f815";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

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

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

.fa-parachute-box:before {
  content: "\f4cd";
}

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

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

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

.fa-patreon:before {
  content: "\f3d9";
}

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

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

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

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

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

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

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

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

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

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

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

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

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

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

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

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

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

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

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df";
}

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

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

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

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

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

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

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

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

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

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

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

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

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

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

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

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

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

.fa-raspberry-pi:before {
  content: "\f7bb";
}

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

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

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

.fa-receipt:before {
  content: "\f543";
}

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

.fa-red-river:before {
  content: "\f3e3";
}

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

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

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

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

.fa-remove-format:before {
  content: "\f87d";
}

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

.fa-reply:before {
  content: "\f3e5";
}

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

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

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

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

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

.fa-robot:before {
  content: "\f544";
}

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

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

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

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

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

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

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

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

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

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

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

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

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

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

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

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

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

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

.fa-shipping-fast:before {
  content: "\f48b";
}

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

.fa-shoe-prints:before {
  content: "\f54b";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

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

.fa-shuttle-van:before {
  content: "\f5b6";
}

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

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

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

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

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

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

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

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

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

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

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

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

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

.fa-sleigh:before {
  content: "\f7cc";
}

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

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

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

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

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

.fa-sms:before {
  content: "\f7cd";
}

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

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

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

.fa-snowboarding:before {
  content: "\f7ce";
}

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

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

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

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

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

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

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

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

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

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

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

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

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

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

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

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

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

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

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

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

.fa-spider:before {
  content: "\f717";
}

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

.fa-splotch:before {
  content: "\f5bc";
}

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

.fa-spray-can:before {
  content: "\f5bd";
}

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

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

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

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

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

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

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

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

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

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7";
}

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

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

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

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

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

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

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

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

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

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

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

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

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

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

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

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

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

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

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

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

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

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

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

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

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

.fa-tape:before {
  content: "\f4db";
}

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

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

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

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

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

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

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

.fa-thermometer:before {
  content: "\f491";
}

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

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

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

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

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

.fa-think-peaks:before {
  content: "\f731";
}

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

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

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

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

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

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

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

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

.fa-tired:before {
  content: "\f5c8";
}

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

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

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

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

.fa-traffic-light:before {
  content: "\f637";
}

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

.fa-tram:before {
  content: "\f7da";
}

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

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

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

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

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

.fa-trash-restore-alt:before {
  content: "\f82a";
}

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

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

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

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

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

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

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

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

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

.fa-tshirt:before {
  content: "\f553";
}

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

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

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

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

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

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

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

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

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

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

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

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

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

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

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

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

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

.fa-untappd:before {
  content: "\f405";
}

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

.fa-ups:before {
  content: "\f7e0";
}

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

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

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

.fa-user-alt-slash:before {
  content: "\f4fa";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

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

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

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

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

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

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

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

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

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

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

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

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

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

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

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

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

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

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

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

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

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

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

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

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

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

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

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

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

.fa-whmcs:before {
  content: "\f40d";
}

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

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

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

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

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

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

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

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

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

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

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

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

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

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

.fa-wpressr:before {
  content: "\f3e4";
}

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

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

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

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

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

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

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

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

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

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

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

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

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab, .fa-linkedin, .fa-instagram, .fa-facebook {
  font-family: "Font Awesome 5 Brands";
}

/*******************************************************/
/******************* 01. Default Style *****************/
/*******************************************************/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  color: #585858;
  background: white;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
}

a {
  color: #585858;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

.inactiveLink {
  pointer-events: none;
  cursor: default;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #B8A7DA;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
  color: #FFFFFF;
}

h1 {
  line-height: 1.333;
  font-size: 3.052rem;
}

h2 {
  line-height: 1.333;
  font-size: 1.953rem;
}

h3 {
  line-height: 1.333;
  font-size: 1.563rem;
}

h4 {
  line-height: 1.333;
  font-size: 1.1rem;
}

h5 {
  line-height: 1.333;
  font-size: 1rem;
}

h6 {
  line-height: 1.333;
  font-size: 0.888rem;
}

p {
  line-height: 1.5;
  color: #585858;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

header:after, section:after, footer:after {
  display: block;
  clear: both;
  content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.form-control {
  width: 100%;
  height: auto;
  padding: 16px 30px;
  border-radius: 0px;
  height: 50px;
  background-color: #FFFFFF;
  border: 1px solid #A7A7A7;
}

textarea {
  display: inherit;
  padding-top: 20px;
}

label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #585858;
}

.form-group {
  margin-bottom: 25px;
}

input:focus,
button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #925EF8;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=checkbox], input[type=radio] {
  height: auto;
  width: auto;
}

.text-white input,
.text-white select,
.text-white textarea,
.text-white .form-control {
  color: #FFFFFF;
  border-color: #A7A7A7;
  background: #232323;
}
.text-white label {
  margin-bottom: 10px;
}

/*******************************************************/
/*****************  02. Common Classes *****************/
/*******************************************************/
@font-face {
  font-family: "WorkSans";
  src: url("/wp-content/themes/miami/assets/fonts/Work_Sans/static/WorkSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans SemiBold";
  src: url("/wp-content/themes/miami/assets/fonts/Work_Sans/static/WorkSans-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans Bold";
  src: url("/wp-content/themes/miami/assets/fonts/Work_Sans/static/WorkSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans Black";
  src: url("/wp-content/themes/miami/assets/fonts/Work_Sans/static/WorkSans-Black.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/miami/assets/fonts/Manrope/Manrope-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope SemiBold";
  src: url("/wp-content/themes/miami/assets/fonts/Manrope/Manrope-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope Bold";
  src: url("/wp-content/themes/miami/assets/fonts/Manrope/Manrope-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope Black";
  src: url("/wp-content/themes/miami/assets/fonts/Manrope/Manrope-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#style_b body {
  font-family: "Manrope" !important;
  font-weight: 400;
}
#style_b h1,
#style_b h1 p {
  font-family: "Manrope Black";
  font-weight: 600;
}
#style_b h2,
#style_b h2 p {
  font-family: "Manrope";
  font-weight: 600;
}
#style_b h3, #style_b h4, #style_b h5, #style_b h6,
#style_b h3 p, #style_b h4 p, #style_b h5 p, #style_b h6 p {
  font-family: "Manrope";
  font-weight: 600;
}
#style_b p, #style_b a {
  font-family: "Manrope";
}
#style_b strong {
  font-family: "Manrope SemiBold";
}

.section-text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-top: 10px;
  text-transform: none;
  list-style-position: outside;
}
.section-text li:before {
  color: #B8A7DA;
  font-size: inherit;
  line-height: 1.75;
  content: "\f00c";
  font-weight: 700;
  margin-top: 0px;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
}

figcaption {
  background-color: #B8A7DA;
  color: #585858;
  font-style: italic;
  padding: 2px;
  text-align: center;
  font-weight: 300;
  font-size: 0.888rem;
}

.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 300px;
  background: #FFFFFF;
}

.container {
  max-width: 1320px;
}

.small-gap {
  margin-left: -5px;
  margin-right: -5px;
}
.small-gap > div {
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 375px) {
  .col-small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/** Section Title style **/
.section-title .upper-title {
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
}
.section-title .upper-black {
  color: #232323 !important;
}
.section-title .upper-gray {
  color: #585858 !important;
}
.section-title .upper-white {
  color: #FFFFFF !important;
}
.section-title .upper-salmon {
  color: #B8A7DA !important;
}
.section-title .upper-salmondrk {
  color: #925EF8 !important;
}
.section-title .sub-title {
  font-weight: 500;
  margin-bottom: 20px;
  color: #B8A7DA;
  display: inline-block;
}
.section-title .sub-title .upper-black {
  color: #232323 !important;
}
.section-title .sub-title .upper-gray {
  color: #585858 !important;
}
.section-title .sub-title .upper-white {
  color: #FFFFFF !important;
}
.section-title .sub-title .upper-salmon {
  color: #B8A7DA !important;
}
.section-title .sub-title .upper-salmondrk {
  color: #925EF8 !important;
}
@media only screen and (max-width: 480px) {
  .section-title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-title h2 br {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .section-title h2 {
    font-size: 25px;
  }
}

.text-white .sub-title {
  color: #FFFFFF;
}

.section-title-with-btn {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-title-with-btn h2 {
  margin-right: 25px;
}

/** Centralized Contents style **/
.centred-content .section-title .sub-title,
.centred-content .section-text .sub-title {
  font-weight: 500;
  margin-bottom: 20px;
  color: #B8A7DA;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .centred-content .section-title h2,
  .centred-content .section-text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .centred-content .section-title h2 br,
  .centred-content .section-text h2 br {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .centred-content .section-title h2,
  .centred-content .section-text h2 {
    font-size: 25px;
  }
}

.text-white .sub-title {
  color: #FFFFFF;
}

.section-title-with-btn {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-title-with-btn h2 {
  margin-right: 25px;
}

/** Button style **/
.theme-btn,
a.theme-btn {
  border: 3px solid #B8A7DA;
  font-size: 1.1rem;
  font-weight: 600;
  color: #B8A7DA !important;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  text-transform: none;
}
.theme-btn:first-letter,
a.theme-btn:first-letter {
  text-transform: uppercase;
}
.theme-btn:after,
a.theme-btn:after {
  content: "\f30b";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.theme-btn i,
a.theme-btn i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.theme-btn.btn-circle,
a.theme-btn.btn-circle {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.theme-btn:hover,
a.theme-btn:hover {
  color: #585858 !important;
  background: #B8A7DA;
}
.theme-btn:hover i,
a.theme-btn:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .theme-btn,
  a.theme-btn {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

/** Post Tags Button style **/
.blog-footer .posts-tags b {
  font-weight: 400;
  color: #585858;
}
.blog-footer .posts-tags a:before {
  content: "\f292";
}

.tags-btn,
a.tags-btn {
  margin-right: 10px;
  border: 1px solid #A7A7A7;
  font-size: 1rem;
  font-weight: 400;
  color: #585858 !important;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: lowercase;
  background: #f4f5fa;
}
.tags-btn:before,
a.tags-btn:before {
  content: "\f292";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
}
.tags-btn i,
a.tags-btn i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
}
.tags-btn:hover,
a.tags-btn:hover {
  color: #585858 !important;
  background: #B8A7DA;
  border: 1px solid #585858;
}
@media only screen and (max-width: 480px) {
  .tags-btn,
  a.tags-btn {
    font-size: 1rem;
    padding: 10px;
  }
}
.tags-btn:last-child,
a.tags-btn:last-child {
  margin-right: 0px;
}

/** CALL US Button style **/
.theme-btn-callus,
a.theme-btn-callus {
  border: 2px solid #B8A7DA;
  font-size: 1.1rem;
  font-weight: 600;
  color: #585858 !important;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: none;
  background: #925EF8;
}
.theme-btn-callus:after,
a.theme-btn-callus:after {
  content: "\f879";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.theme-btn-callus i,
a.theme-btn-callus i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 15px;
}
.theme-btn-callus.btn-circle,
a.theme-btn-callus.btn-circle {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.theme-btn-callus:hover,
a.theme-btn-callus:hover {
  color: #585858 !important;
  background: #B8A7DA;
  border: 2px solid #925EF8;
}
.theme-btn-callus:hover i,
a.theme-btn-callus:hover i {
  margin-left: 10px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .theme-btn-callus,
  a.theme-btn-callus {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

.theme-btn-request,
a.theme-btn-request {
  border: 2px solid #B8A7DA;
  font-size: 1.1rem;
  font-weight: 600;
  color: #585858 !important;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: none;
  background: #925EF8;
}
.theme-btn-request:after,
a.theme-btn-request:after {
  content: "\f1d8";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.theme-btn-request i,
a.theme-btn-request i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 15px;
}
.theme-btn-request.btn-circle,
a.theme-btn-request.btn-circle {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.theme-btn-request:hover,
a.theme-btn-request:hover {
  color: #585858 !important;
  background: #B8A7DA;
  border: 2px solid #925EF8;
}
.theme-btn-request:hover i,
a.theme-btn-request:hover i {
  margin-left: 10px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .theme-btn-request,
  a.theme-btn-request {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

.theme-btn-emailus,
a.theme-btn-emailus {
  border: 2px solid #B8A7DA;
  font-size: 1.1rem;
  font-weight: 600;
  color: #585858 !important;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: none;
  background: #925EF8;
}
.theme-btn-emailus:after,
a.theme-btn-emailus:after {
  content: "\f1d8";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.theme-btn-emailus i,
a.theme-btn-emailus i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 15px;
}
.theme-btn-emailus.btn-circle,
a.theme-btn-emailus.btn-circle {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.theme-btn-emailus:hover,
a.theme-btn-emailus:hover {
  color: #585858 !important;
  background: #B8A7DA;
  border: 2px solid #925EF8;
}
.theme-btn-emailus:hover i,
a.theme-btn-emailus:hover i {
  margin-left: 10px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .theme-btn-emailus,
  a.theme-btn-emailus {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

/** CTA BG Button style **/
.cta-theme-btn,
a.cta-theme-btn {
  border: 3px solid #B8A7DA;
  font-size: 1.1rem;
  font-weight: 600;
  color: #B8A7DA !important;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #585858;
  text-transform: none;
}
.cta-theme-btn:first-letter,
a.cta-theme-btn:first-letter {
  text-transform: uppercase;
}
.cta-theme-btn:after,
a.cta-theme-btn:after {
  content: "\f30b";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.cta-theme-btn i,
a.cta-theme-btn i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 15px;
}
.cta-theme-btn.btn-circle,
a.cta-theme-btn.btn-circle {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.cta-theme-btn:hover,
a.cta-theme-btn:hover {
  color: #585858 !important;
  background: #B8A7DA;
  border: 3px solid #585858;
}
.cta-theme-btn:hover i,
a.cta-theme-btn:hover i {
  margin-left: 10px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .cta-theme-btn,
  a.cta-theme-btn {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

/** HEADER CTA BUTTON**/
.theme-cta-btn a {
  border: 3px solid #B8A7DA;
  font-size: 1.1rem;
  font-weight: 500;
  color: #B8A7DA !important;
  cursor: pointer;
  text-align: center;
  padding: 13px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  text-transform: none;
}
.theme-cta-btn a:first-letter {
  text-transform: uppercase;
}
.theme-cta-btn a:after {
  content: "\f30b";
  margin-left: 15px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
.theme-cta-btn a i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.theme-cta-btn a.btn-circle {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.theme-cta-btn a:hover {
  color: #585858 !important;
  background: #B8A7DA;
}
.theme-cta-btn a:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .theme-cta-btn a {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

/** Filled Button style **/
.filled-theme-btn,
a.filled-theme-btn {
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #FFFFFF !important;
  cursor: pointer;
  text-align: center;
  padding: 13px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#925EF8), color-stop(#B8A7DA), to(#925EF8));
  background-image: linear-gradient(to right, #925EF8, #B8A7DA, #925EF8);
  -webkit-box-shadow: 0 2px 10px 0 rgba(146, 94, 248, 0.25);
          box-shadow: 0 2px 10px 0 rgba(146, 94, 248, 0.25);
  background-size: 300% 100%;
  moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filled-theme-btn:first-letter,
a.filled-theme-btn:first-letter {
  text-transform: uppercase;
}
.filled-theme-btn:after,
a.filled-theme-btn:after {
  content: "\f30b";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.filled-theme-btn i,
a.filled-theme-btn i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.filled-theme-btn.btn-circle,
a.filled-theme-btn.btn-circle {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.filled-theme-btn:focus,
a.filled-theme-btn:focus {
  outline: none;
}
.filled-theme-btn:hover,
a.filled-theme-btn:hover {
  color: #FFFFFF !important;
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filled-theme-btn:hover i,
a.filled-theme-btn:hover i {
  margin-left: 20px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .filled-theme-btn,
  a.filled-theme-btn {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

.filled-theme-btn.transparent_btn_bg,
a.filled-theme-btn.transparent_btn_bg {
  color: #176739 !important;
}

/** Gray BG Button style **/
.gray-theme-btn,
a.gray-theme-btn {
  border: 3px solid #925EF8;
  font-size: 1.1rem;
  font-weight: 600;
  color: #925EF8 !important;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  text-transform: none;
}
.gray-theme-btn:first-letter,
a.gray-theme-btn:first-letter {
  text-transform: uppercase;
}
.gray-theme-btn:after,
a.gray-theme-btn:after {
  content: "\f30b";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.gray-theme-btn i,
a.gray-theme-btn i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.gray-theme-btn.btn-circle,
a.gray-theme-btn.btn-circle {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.gray-theme-btn:hover,
a.gray-theme-btn:hover {
  color: #FFFFFF !important;
  background: #925EF8;
}
.gray-theme-btn:hover i,
a.gray-theme-btn:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .gray-theme-btn,
  a.gray-theme-btn {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

/** Salmon BG Button style **/
.salmon-theme-btn,
a.salmon-theme-btn {
  border: 3px solid #B8A7DA;
  font-size: 1.1rem;
  font-weight: 600;
  color: #B8A7DA !important;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  text-transform: none;
}
.salmon-theme-btn:first-letter,
a.salmon-theme-btn:first-letter {
  text-transform: uppercase;
}
.salmon-theme-btn:after,
a.salmon-theme-btn:after {
  content: "\f30b";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
}
.salmon-theme-btn i,
a.salmon-theme-btn i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 15px;
}
.salmon-theme-btn.btn-circle,
a.salmon-theme-btn.btn-circle {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.salmon-theme-btn:hover,
a.salmon-theme-btn:hover {
  color: #585858 !important;
  background: #B8A7DA;
}
.salmon-theme-btn:hover i,
a.salmon-theme-btn:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .salmon-theme-btn,
  a.salmon-theme-btn {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

.theme-btn.style-two,
a.theme-btn.style-two {
  padding: 11px 35px;
  background: #925EF8;
  border: 1px solid #B8A7DA;
}
.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
  background: #585858;
  border-color: #585858;
}

.theme-btn.style-three,
a.theme-btn.style-three {
  padding: 11px 40px;
  color: #B8A7DA;
  background: #ededed;
}
.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
  color: #ededed;
  background: #B8A7DA;
}

.theme-btn.style-four,
a.theme-btn.style-four {
  padding: 11px 35px;
  background: #24323d;
}
.theme-btn.style-four:hover,
a.theme-btn.style-four:hover {
  background: #B8A7DA;
}

.theme-btn.style-five,
a.theme-btn.style-five {
  padding: 10px 35px;
  background: transparent;
  border: 1px solid white;
}
.theme-btn.style-five:hover,
a.theme-btn.style-five:hover {
  background: white;
  color: #B8A7DA;
}

.theme-btn.style-six,
a.theme-btn.style-six {
  padding: 10px 35px;
  color: #585858;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.theme-btn.style-six:hover,
a.theme-btn.style-six:hover {
  background: #ededed;
}

.theme-btn.style-seven,
a.theme-btn.style-seven {
  padding: 13px 33px;
  color: #925EF8;
  background: transparent;
  border: 3px solid #925EF8;
}
.theme-btn.style-seven:hover,
a.theme-btn.style-seven:hover {
  color: white;
  background: #925EF8;
}

.learn-more {
  font-size: 1rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #585858;
}
.learn-more:hover {
  color: #B8A7DA;
}
.learn-more:hover i {
  margin-left: 15px;
  color: #B8A7DA;
}
.learn-more i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 2px 0 0 30px;
}

/** Linkedin Button style **/
.linkedin-btn,
a.linkedin-btn {
  border: 3px solid #585858;
  font-size: 1.1rem;
  font-weight: 600;
  color: #585858 !important;
  cursor: pointer;
  text-align: center;
  padding: 10px 20px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  background: transparent;
  width: 100%;
  text-transform: none;
}
.linkedin-btn:first-letter,
a.linkedin-btn:first-letter {
  text-transform: uppercase;
}
.linkedin-btn:after,
a.linkedin-btn:after {
  content: "\f0e1";
  color: #585858;
  margin: auto;
  text-align: center;
  font-family: "Font Awesome 5 Brands";
  font-weight: 700;
}
.linkedin-btn:hover,
a.linkedin-btn:hover {
  color: #B8A7DA !important;
  background: #585858;
}
.linkedin-btn:hover:after,
a.linkedin-btn:hover:after {
  color: #B8A7DA;
}
@media only screen and (max-width: 480px) {
  .linkedin-btn,
  a.linkedin-btn {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

/** Team memembers Button style **/
.team-cta-btn,
a.team-cta-btn {
  border: 3px solid #585858;
  font-size: 1rem;
  font-weight: 600;
  color: #585858 !important;
  cursor: pointer;
  text-align: center;
  padding: 10px 20px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  text-transform: lowercase;
  background: transparent;
  width: 100%;
}
.team-cta-btn:not(:last-child),
a.team-cta-btn:not(:last-child) {
  margin-bottom: 5px;
}
.team-cta-btn:hover,
a.team-cta-btn:hover {
  color: #B8A7DA !important;
  background: #585858;
}
.team-cta-btn:hover:after,
a.team-cta-btn:hover:after {
  color: #B8A7DA;
  content: "\f30b";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .team-cta-btn,
  a.team-cta-btn {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

/** Read More style **/
.luelisaa,
a.luelisaa {
  font-size: 1rem;
  font-weight: 600;
  color: #B8A7DA !important;
  cursor: pointer;
  text-align: center;
  margin: 10px 20px;
  display: block;
  background: transparent;
  text-transform: none;
}
.luelisaa:first-letter,
a.luelisaa:first-letter {
  text-transform: uppercase;
}
.luelisaa:hover i,
a.luelisaa:hover i {
  margin-left: 15px;
  color: #B8A7DA;
}
.luelisaa:after,
a.luelisaa:after {
  content: "\f30b";
  margin-left: 30px;
  font-family: "Font Awesome 5 Free";
}
.luelisaa:after:hover,
a.luelisaa:after:hover {
  margin-left: 15px;
}
.luelisaa i,
a.luelisaa i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 30px;
}
.luelisaa.btn-circle,
a.luelisaa.btn-circle {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.luelisaa:hover,
a.luelisaa:hover {
  color: #FFFFFF !important;
}
.luelisaa:hover i,
a.luelisaa:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .luelisaa,
  a.luelisaa {
    font-size: 1rem;
    padding: 15px 25px;
  }
}

/** List style **/
.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin-top: 20px;
}
.list-style-one li:before {
  color: white;
  font-size: 14px;
  content: "\f00c";
  font-weight: 600;
  margin-top: -4px;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background: #B8A7DA;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
}

.list-style-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  text-transform: none;
}
.list-style-two li:first-letter {
  text-transform: uppercase;
}
.list-style-two i {
  margin: 6px 20px 0 0;
}

.link-widget {
  padding: 0px;
}
.link-widget ul {
  text-align: left !important;
  margin-bottom: 10px;
}
@media only screen and (max-width: 375px) {
  .link-widget ul {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .link-widget ul {
    text-align: left !important;
  }
}

.footer-link-widget {
  padding: 0px;
}
.footer-link-widget ul {
  text-align: right !important;
  margin-bottom: 10px;
}
@media only screen and (max-width: 375px) {
  .footer-link-widget ul {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-link-widget ul {
    text-align: center !important;
  }
}

.list-style-footer li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1 !important;
  font-size: 0.888rem;
  text-transform: none;
}
.list-style-footer li:first-letter {
  text-transform: uppercase;
}
.list-style-footer li a {
  color: #FFFFFF;
  text-align: right;
}
.list-style-footer li a:hover {
  color: #B8A7DA;
}
.list-style-footer i {
  margin: 6px 20px 0 0;
}

.list-style-three li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  text-transform: none;
  margin-left: 30px;
  list-style-position: outside;
  text-indent: -30px;
}
.list-style-three li:first-letter {
  text-transform: uppercase;
}
.list-style-three li:before {
  font-size: 14px;
  content: "\f00c";
  font-weight: 700;
  margin-right: 20px;
  color: #B8A7DA;
  font-family: "Font Awesome 5 Free";
}

/** Social Link Style One **/
.footer_bottom_widgets {
  padding: 10px 0px;
}

.social_widget {
  margin: auto;
  border-top: 1px solid rgba(167, 167, 167, 0.5);
  border-bottom: 1px solid rgba(167, 167, 167, 0.2);
}

.social-style-one {
  display: inline-block;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.social-style-one a {
  margin-right: 15px;
  color: #585858;
}
.social-style-one a img {
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-style-one a:last-child {
  margin-right: 0;
}
.social-style-one a:hover {
  color: #B8A7DA;
}
.social-style-one a:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-style-one a svg {
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transition: color 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.social-style-one a svg:hover, .social-style-one a svg:focus-visible {
  color: #176739;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.page-template-template-marketing-landing .footer-widget .footer-title {
  text-align: center;
  text-transform: uppercase;
}
.page-template-template-marketing-landing .footer-widget .social-style-one {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

/** Social Link Style two **/
.social-style-two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-style-two a {
  color: white;
  opacity: 0.4;
  margin-right: 7px;
  width: 40px;
  height: 40px;
  background: #162b3b;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.social-style-two a:last-child {
  margin-right: 0;
}
.social-style-two a:hover {
  opacity: 1;
  background: #B8A7DA;
}

/*** Preloader style ***/
.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  z-index: 999999999999999;
}
.preloader .theme-loader {
  margin: auto;
  height: 70px;
  width: 70px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: animate 4.59s ease-in-out infinite;
          animation: animate 4.59s ease-in-out infinite;
}
.preloader .theme-loader:before,
.preloader .theme-loader:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  border: 15px solid #B8A7DA;
  animation: animate_1 1.73s ease-in-out infinite both reverse;
}
.preloader .theme-loader:after {
  border-color: #925EF8;
  -webkit-animation-delay: -0.86s;
          animation-delay: -0.86s;
}

/* Pagination */
.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 50%;
}
.page-item:last-child .page-link {
  border-radius: 50%;
}
.page-item.active .page-link {
  z-index: 3;
  color: #585858;
  background: #B8A7DA;
  border-color: #925EF8;
}
.page-item.disabled .page-link {
  color: #585858;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #585858;
}
.page-item > .pre a {
  padding: 12px 30px;
}

.pagination li {
  margin: 0px 10px 0px 0px;
}
.pagination li a, .pagination li .page-link {
  padding: 0;
  color: #585858;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 40px;
  height: 40px;
  background: white;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #585858;
}
@media only screen and (max-width: 480px) {
  .pagination li a, .pagination li .page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.pagination li.disabled .page-link, .pagination li:last-child .page-link {
  border-radius: 50%;
}
.pagination li:hover:not(.disabled) .page-link, .pagination li:hover:not(.disabled) .swipepost, .pagination li.active .page-link, .pagination li.active .swipepost {
  color: #FFFFFF;
  background: #925EF8;
  border-color: #925EF8;
}
.pagination li .swipepost {
  padding: 0;
  color: #585858;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 40px;
  border-radius: 50px;
  padding: 10px;
  border: 1px solid #585858;
}

/*** Scroll Top style ***/
.scroll-top {
  position: fixed;
  float: right;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  width: 50px;
  height: 50px;
  color: white;
  display: none;
  cursor: pointer;
  border-radius: 50px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  background: radial-gradient(#925EF8 50%, rgba(184, 167, 218, 0.5) 52%);
}
.scroll-top .fa {
  font-size: 1.563rem;
  color: #FFFFFF;
  line-height: 1.333;
}
.scroll-top:hover {
  background: #925EF8;
  color: #FFFFFF;
}

/* Text White */
.text-white *,
.text-white a {
  color: #FFFFFF;
}

/* Overlay */
.overlay {
  z-index: 1;
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #282828;
}

/* Overlay */
.overlay2 {
  z-index: -1;
  position: relative;
}
.overlay2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #282828;
}

/* Video Play Btn */
.video-play {
  display: inline-block;
}
.video-play i {
  width: 55px;
  height: 55px;
  background: white;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  color: #B8A7DA;
}
.video-play span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}

.lfb_bootstraped {
  font-family: "Manrope" !important;
}
.lfb_bootstraped h1, .lfb_bootstraped h2, .lfb_bootstraped h3 {
  font-family: "Manrope SemiBold" !important;
}

.lfb_genSlide.lfb_activeStep {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

/* Position */
.rel {
  position: relative;
}

.z-0 {
  z-index: 0;
}

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

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.bgs-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

/* Border None */
.no-border {
  border: none !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

/* Background Colors */
.bg-lightblack {
  background-color: #232323;
}

.bg-base {
  background-color: #585858;
}

.bg-darkgray {
  background-color: #282828;
}

.bg-lighter {
  background-color: #ededed;
}

.bg-salmon {
  background-color: #B8A7DA;
}

.bg-violetti {
  background-color: #B8A7DA;
}

.bg-white {
  background: #FFFFFF;
}

.bg-black {
  background: #000000;
}

/* Border Radius */
.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.br-25 {
  border-radius: 25px;
}

.br-30 {
  border-radius: 30px;
}

.home-six a:hover {
  color: #925EF8;
}
.home-six .theme-btn,
.home-six .scroll-top,
.home-six .theme-btn.style-three:hover {
  background: #925EF8;
}
.home-six .theme-btn:hover,
.home-six .scroll-top:hover,
.home-six .theme-btn.style-three:hover:hover {
  color: white;
}
.home-six .theme-btn.style-three {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #585858;
  text-transform: uppercase;
}
.home-six .bg-lighter {
  background-color: #F4F7FA;
}
.home-six .section-title .sub-title {
  color: #925EF8;
}
.home-six .section-title h2 {
  text-transform: none;
}
.home-six .section-title h2:first-letter {
  text-transform: uppercase;
}

.portfolio-sidebar .bg-lighter {
  background-color: #F4F7FA;
}

.mobile-no {
  display: block;
}

.on-mobile {
  display: none;
}

@media only screen and (max-width: 990px) {
  .mobile-no {
    display: none !important;
  }
  .on-mobile {
    display: block !important;
  }
  .navbar-collapse .menu-btn.on-mobile {
    max-width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .marketing-landing-wrapper .carousel_reviews_section .section-title h2 {
    font-size: 32px;
  }
  .marketing-landing-wrapper .pb-100 {
    padding-bottom: 50px !important;
  }
  .marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .slick-prev {
    left: -10px !important;
  }
  .marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .slick-next {
    right: -10px !important;
  }
  .marketing-landing-wrapper #lfb_form.lfb_bootstraped .lfb_stepDescription {
    padding-bottom: 20px !important;
    margin: 0 !important;
  }
  .marketing-landing-wrapper #lfb_bootstraped.lfb_bootstraped .container-fluid,
  .marketing-landing-wrapper .bootstrap-datetimepicker-widget .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .marketing-landing-wrapper #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .marketing-landing-wrapper #lfb_form.lfb_bootstraped .btn-primary {
    font-size: 14px !important;
    padding: 10px 10px !important;
  }
  .marketing-landing-wrapper .tabular-section-image {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .marketing-landing-wrapper .pt-100 {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 480px) {
  .work-progress-three {
    margin-bottom: 50px;
  }
  .work-progress-three .section-title h2 {
    line-height: 38px;
  }
  .work-progress-three .style-two {
    padding: 20px 0;
  }
  .custom_posts_section {
    padding: 50px 0;
  }
  .custom_posts_section.pb-100 {
    padding-bottom: 50px !important;
  }
  .custom_posts_section.py-100 {
    padding-top: 50px !important;
  }
  .custom_posts_section.py-100 .section-text p {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }
  .custom_posts_section.py-100 .custom_posts_grid .posts-three-item {
    padding: 70px 50px 50px;
    min-height: 340px;
    max-height: 340px;
  }
  .custom_posts_section .custom_posts_image .posts-three-item {
    min-height: 90vw !important;
  }
  .stages_lit {
    margin-left: 0 !important;
  }
  .strategy_block_section .stages_lit .stages_item .stages_name {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 30px !important;
  }
  .portfolio-section.videos-hub-slider .videos-hub-item img {
    max-height: 42vw !important;
  }
  .portfolio-section.videos-hub-slider .videos-hub-content h4 {
    margin: 20px 0 !important;
  }
  .portfolio-section.videos-hub-slider .video-hub-carousel .slick-next {
    left: 70% !important;
  }
  .portfolio-section.videos-hub-slider .video-hub-carousel .slick-prev {
    left: 5% !important;
  }
  .cta-section {
    padding: 50px 0;
  }
  .work-progress-three.mb-100 {
    margin-bottom: 50px !important;
  }
  .work-progress-three.mt-100 {
    margin-top: 50px !important;
  }
  .counters-section.mb-150 {
    margin-bottom: 50px !important;
  }
  .counters-section.mt-150 {
    margin-top: 50px !important;
  }
  .counter_item {
    margin-bottom: 30px;
  }
}
/*******************************************************/
/******************* 03. Repeat Style ******************/
/*******************************************************/
h1, h2, h3, h4, h5, h6 {
  color: #585858;
  font-family: "Manrope", sans-serif;
  line-height: 1.333;
  font-weight: 700;
}

.blog-standard-item h4,
.blog-details-content h4, .blog-standard-item h3,
.blog-details-content h3, .blog-standard-item h2,
.blog-details-content h2 {
  color: #925EF8;
  font-family: "Manrope", sans-serif;
  line-height: 1.333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  color: #585858;
  font-family: "Manrope", sans-serif;
}

.work-progress-item .icon i, .service-three-item .icon i, .service-style-two .icon i, .service-normal .icon i {
  font-size: 70px;
  display: inline-block;
  color: #B8A7DA;
  margin-bottom: 20px;
}

.feature-item .icon i {
  font-size: 50px;
  display: inline-block;
  color: #B8A7DA;
}

.feature-item .icon span {
  font-size: 70px;
  display: inline-block;
  color: #B8A7DA;
  margin-bottom: 20px;
}

/*******************************************************/
/************** 04. Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.p-105 {
  padding: 105px;
}

.p-110 {
  padding: 110px;
}

.p-115 {
  padding: 115px;
}

.p-120 {
  padding: 120px;
}

.p-125 {
  padding: 125px;
}

.p-130 {
  padding: 130px;
}

.p-135 {
  padding: 135px;
}

.p-140 {
  padding: 140px;
}

.p-145 {
  padding: 145px;
}

.p-150 {
  padding: 150px;
}

.p-155 {
  padding: 155px;
}

.p-160 {
  padding: 160px;
}

.p-165 {
  padding: 165px;
}

.p-170 {
  padding: 170px;
}

.p-175 {
  padding: 175px;
}

.p-180 {
  padding: 180px;
}

.p-185 {
  padding: 185px;
}

.p-190 {
  padding: 190px;
}

.p-195 {
  padding: 195px;
}

.p-200 {
  padding: 200px;
}

.p-205 {
  padding: 205px;
}

.p-210 {
  padding: 210px;
}

.p-215 {
  padding: 215px;
}

.p-220 {
  padding: 220px;
}

.p-225 {
  padding: 225px;
}

.p-230 {
  padding: 230px;
}

.p-235 {
  padding: 235px;
}

.p-240 {
  padding: 240px;
}

.p-245 {
  padding: 245px;
}

.p-250 {
  padding: 250px;
}

/* Padding Top */
.pt-5,
.py-5 {
  padding-top: 5px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px;
}

.pt-15,
.py-15 {
  padding-top: 15px;
}

.pt-20,
.py-20 {
  padding-top: 20px;
}

.pt-25,
.py-25 {
  padding-top: 25px;
}

.pt-30,
.py-30 {
  padding-top: 30px;
}

.pt-35,
.py-35 {
  padding-top: 35px;
}

.pt-40,
.py-40 {
  padding-top: 40px;
}

.pt-45,
.py-45 {
  padding-top: 45px;
}

.pt-50,
.py-50 {
  padding-top: 50px;
}

.pt-55,
.py-55 {
  padding-top: 55px;
}

.pt-60,
.py-60 {
  padding-top: 60px;
}

.pt-65,
.py-65 {
  padding-top: 65px;
}

.pt-70,
.py-70 {
  padding-top: 70px;
}

.pt-75,
.py-75 {
  padding-top: 75px;
}

.pt-80,
.py-80 {
  padding-top: 80px;
}

.pt-85,
.py-85 {
  padding-top: 85px;
}

.pt-90,
.py-90 {
  padding-top: 90px;
}

.pt-95,
.py-95 {
  padding-top: 95px;
}

.pt-100,
.py-100 {
  padding-top: 100px;
}

.pt-105,
.py-105 {
  padding-top: 105px;
}

.pt-110,
.py-110 {
  padding-top: 110px;
}

.pt-115,
.py-115 {
  padding-top: 115px;
}

.pt-120,
.py-120 {
  padding-top: 120px;
}

.pt-125,
.py-125 {
  padding-top: 125px;
}

.pt-130,
.py-130 {
  padding-top: 130px;
}

.pt-135,
.py-135 {
  padding-top: 135px;
}

.pt-140,
.py-140 {
  padding-top: 140px;
}

.pt-145,
.py-145 {
  padding-top: 145px;
}

.pt-150,
.py-150 {
  padding-top: 150px;
}

.pt-155,
.py-155 {
  padding-top: 155px;
}

.pt-160,
.py-160 {
  padding-top: 160px;
}

.pt-165,
.py-165 {
  padding-top: 165px;
}

.pt-170,
.py-170 {
  padding-top: 170px;
}

.pt-175,
.py-175 {
  padding-top: 175px;
}

.pt-180,
.py-180 {
  padding-top: 180px;
}

.pt-185,
.py-185 {
  padding-top: 185px;
}

.pt-190,
.py-190 {
  padding-top: 190px;
}

.pt-195,
.py-195 {
  padding-top: 195px;
}

.pt-200,
.py-200 {
  padding-top: 200px;
}

.pt-205,
.py-205 {
  padding-top: 205px;
}

.pt-210,
.py-210 {
  padding-top: 210px;
}

.pt-215,
.py-215 {
  padding-top: 215px;
}

.pt-220,
.py-220 {
  padding-top: 220px;
}

.pt-225,
.py-225 {
  padding-top: 225px;
}

.pt-230,
.py-230 {
  padding-top: 230px;
}

.pt-235,
.py-235 {
  padding-top: 235px;
}

.pt-240,
.py-240 {
  padding-top: 240px;
}

.pt-245,
.py-245 {
  padding-top: 245px;
}

.pt-250,
.py-250 {
  padding-top: 250px;
}

/* Padding Right */
.pr-5,
.px-5 {
  padding-right: 5px !important;
}

.pr-10,
.px-10 {
  padding-right: 10px;
}

.pr-15,
.px-15 {
  padding-right: 15px;
}

.pr-20,
.px-20 {
  padding-right: 20px;
}

.pr-25,
.px-25 {
  padding-right: 25px;
}

.pr-30,
.px-30 {
  padding-right: 30px;
}

.pr-35,
.px-35 {
  padding-right: 35px;
}

.pr-40,
.px-40 {
  padding-right: 40px;
}

.pr-45,
.px-45 {
  padding-right: 45px;
}

.pr-50,
.px-50 {
  padding-right: 50px;
}

.pr-55,
.px-55 {
  padding-right: 55px;
}

.pr-60,
.px-60 {
  padding-right: 60px;
}

.pr-65,
.px-65 {
  padding-right: 65px;
}

.pr-70,
.px-70 {
  padding-right: 70px;
}

.pr-75,
.px-75 {
  padding-right: 75px;
}

.pr-80,
.px-80 {
  padding-right: 80px;
}

.pr-85,
.px-85 {
  padding-right: 85px;
}

.pr-90,
.px-90 {
  padding-right: 90px;
}

.pr-95,
.px-95 {
  padding-right: 95px;
}

.pr-100,
.px-100 {
  padding-right: 100px;
}

.pr-105,
.px-105 {
  padding-right: 105px;
}

.pr-110,
.px-110 {
  padding-right: 110px;
}

.pr-115,
.px-115 {
  padding-right: 115px;
}

.pr-120,
.px-120 {
  padding-right: 120px;
}

.pr-125,
.px-125 {
  padding-right: 125px;
}

.pr-130,
.px-130 {
  padding-right: 130px;
}

.pr-135,
.px-135 {
  padding-right: 135px;
}

.pr-140,
.px-140 {
  padding-right: 140px;
}

.pr-145,
.px-145 {
  padding-right: 145px;
}

.pr-150,
.px-150 {
  padding-right: 150px;
}

.pr-155,
.px-155 {
  padding-right: 155px;
}

.pr-160,
.px-160 {
  padding-right: 160px;
}

.pr-165,
.px-165 {
  padding-right: 165px;
}

.pr-170,
.px-170 {
  padding-right: 170px;
}

.pr-175,
.px-175 {
  padding-right: 175px;
}

.pr-180,
.px-180 {
  padding-right: 180px;
}

.pr-185,
.px-185 {
  padding-right: 185px;
}

.pr-190,
.px-190 {
  padding-right: 190px;
}

.pr-195,
.px-195 {
  padding-right: 195px;
}

.pr-200,
.px-200 {
  padding-right: 200px;
}

.pr-205,
.px-205 {
  padding-right: 205px;
}

.pr-210,
.px-210 {
  padding-right: 210px;
}

.pr-215,
.px-215 {
  padding-right: 215px;
}

.pr-220,
.px-220 {
  padding-right: 220px;
}

.pr-225,
.px-225 {
  padding-right: 225px;
}

.pr-230,
.px-230 {
  padding-right: 230px;
}

.pr-235,
.px-235 {
  padding-right: 235px;
}

.pr-240,
.px-240 {
  padding-right: 240px;
}

.pr-245,
.px-245 {
  padding-right: 245px;
}

.pr-250,
.px-250 {
  padding-right: 250px;
}

/* Padding Bottom */
.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px;
}

.pb-15,
.py-15 {
  padding-bottom: 15px;
}

.pb-20,
.py-20 {
  padding-bottom: 20px;
}

.pb-25,
.py-25 {
  padding-bottom: 25px;
}

.pb-30,
.py-30 {
  padding-bottom: 30px;
}

.pb-35,
.py-35 {
  padding-bottom: 35px;
}

.pb-40,
.py-40 {
  padding-bottom: 40px;
}

.pb-45,
.py-45 {
  padding-bottom: 45px;
}

.pb-50,
.py-50 {
  padding-bottom: 50px;
}

.pb-55,
.py-55 {
  padding-bottom: 55px;
}

.pb-60,
.py-60 {
  padding-bottom: 60px;
}

.pb-65,
.py-65 {
  padding-bottom: 65px;
}

.pb-70,
.py-70 {
  padding-bottom: 70px;
}

.pb-75,
.py-75 {
  padding-bottom: 75px;
}

.pb-80,
.py-80 {
  padding-bottom: 80px;
}

.pb-85,
.py-85 {
  padding-bottom: 85px;
}

.pb-90,
.py-90 {
  padding-bottom: 90px;
}

.pb-95,
.py-95 {
  padding-bottom: 95px;
}

.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.pb-105,
.py-105 {
  padding-bottom: 105px;
}

.pb-110,
.py-110 {
  padding-bottom: 110px;
}

.pb-115,
.py-115 {
  padding-bottom: 115px;
}

.pb-120,
.py-120 {
  padding-bottom: 120px;
}

.pb-125,
.py-125 {
  padding-bottom: 125px;
}

.pb-130,
.py-130 {
  padding-bottom: 130px;
}

.pb-135,
.py-135 {
  padding-bottom: 135px;
}

.pb-140,
.py-140 {
  padding-bottom: 140px;
}

.pb-145,
.py-145 {
  padding-bottom: 145px;
}

.pb-150,
.py-150 {
  padding-bottom: 150px;
}

.pb-155,
.py-155 {
  padding-bottom: 155px;
}

.pb-160,
.py-160 {
  padding-bottom: 160px;
}

.pb-165,
.py-165 {
  padding-bottom: 165px;
}

.pb-170,
.py-170 {
  padding-bottom: 170px;
}

.pb-175,
.py-175 {
  padding-bottom: 175px;
}

.pb-180,
.py-180 {
  padding-bottom: 180px;
}

.pb-185,
.py-185 {
  padding-bottom: 185px;
}

.pb-190,
.py-190 {
  padding-bottom: 190px;
}

.pb-195,
.py-195 {
  padding-bottom: 195px;
}

.pb-200,
.py-200 {
  padding-bottom: 200px;
}

.pb-205,
.py-205 {
  padding-bottom: 205px;
}

.pb-210,
.py-210 {
  padding-bottom: 210px;
}

.pb-215,
.py-215 {
  padding-bottom: 215px;
}

.pb-220,
.py-220 {
  padding-bottom: 220px;
}

.pb-225,
.py-225 {
  padding-bottom: 225px;
}

.pb-230,
.py-230 {
  padding-bottom: 230px;
}

.pb-235,
.py-235 {
  padding-bottom: 235px;
}

.pb-240,
.py-240 {
  padding-bottom: 240px;
}

.pb-245,
.py-245 {
  padding-bottom: 245px;
}

.pb-250,
.py-250 {
  padding-bottom: 250px;
}

/* Padding Left */
.pl-5,
.px-5 {
  padding-left: 5px !important;
}

.pl-10,
.px-10 {
  padding-left: 10px;
}

.pl-15,
.px-15 {
  padding-left: 15px;
}

.pl-20,
.px-20 {
  padding-left: 20px;
}

.pl-25,
.px-25 {
  padding-left: 25px;
}

.pl-30,
.px-30 {
  padding-left: 30px;
}

.pl-35,
.px-35 {
  padding-left: 35px;
}

.pl-40,
.px-40 {
  padding-left: 40px;
}

.pl-45,
.px-45 {
  padding-left: 45px;
}

.pl-50,
.px-50 {
  padding-left: 50px;
}

.pl-55,
.px-55 {
  padding-left: 55px;
}

.pl-60,
.px-60 {
  padding-left: 60px;
}

.pl-65,
.px-65 {
  padding-left: 65px;
}

.pl-70,
.px-70 {
  padding-left: 70px;
}

.pl-75,
.px-75 {
  padding-left: 75px;
}

.pl-80,
.px-80 {
  padding-left: 80px;
}

.pl-85,
.px-85 {
  padding-left: 85px;
}

.pl-90,
.px-90 {
  padding-left: 90px;
}

.pl-95,
.px-95 {
  padding-left: 95px;
}

.pl-100,
.px-100 {
  padding-left: 100px;
}

.pl-105,
.px-105 {
  padding-left: 105px;
}

.pl-110,
.px-110 {
  padding-left: 110px;
}

.pl-115,
.px-115 {
  padding-left: 115px;
}

.pl-120,
.px-120 {
  padding-left: 120px;
}

.pl-125,
.px-125 {
  padding-left: 125px;
}

.pl-130,
.px-130 {
  padding-left: 130px;
}

.pl-135,
.px-135 {
  padding-left: 135px;
}

.pl-140,
.px-140 {
  padding-left: 140px;
}

.pl-145,
.px-145 {
  padding-left: 145px;
}

.pl-150,
.px-150 {
  padding-left: 150px;
}

.pl-155,
.px-155 {
  padding-left: 155px;
}

.pl-160,
.px-160 {
  padding-left: 160px;
}

.pl-165,
.px-165 {
  padding-left: 165px;
}

.pl-170,
.px-170 {
  padding-left: 170px;
}

.pl-175,
.px-175 {
  padding-left: 175px;
}

.pl-180,
.px-180 {
  padding-left: 180px;
}

.pl-185,
.px-185 {
  padding-left: 185px;
}

.pl-190,
.px-190 {
  padding-left: 190px;
}

.pl-195,
.px-195 {
  padding-left: 195px;
}

.pl-200,
.px-200 {
  padding-left: 200px;
}

.pl-205,
.px-205 {
  padding-left: 205px;
}

.pl-210,
.px-210 {
  padding-left: 210px;
}

.pl-215,
.px-215 {
  padding-left: 215px;
}

.pl-220,
.px-220 {
  padding-left: 220px;
}

.pl-225,
.px-225 {
  padding-left: 225px;
}

.pl-230,
.px-230 {
  padding-left: 230px;
}

.pl-235,
.px-235 {
  padding-left: 235px;
}

.pl-240,
.px-240 {
  padding-left: 240px;
}

.pl-245,
.px-245 {
  padding-left: 245px;
}

.pl-250,
.px-250 {
  padding-left: 250px;
}

/* Margin Around */
.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-55 {
  margin: 55px;
}

.m-60 {
  margin: 60px;
}

.m-65 {
  margin: 65px;
}

.m-70 {
  margin: 70px;
}

.m-75 {
  margin: 75px;
}

.m-80 {
  margin: 80px;
}

.m-85 {
  margin: 85px;
}

.m-90 {
  margin: 90px;
}

.m-95 {
  margin: 95px;
}

.m-100 {
  margin: 100px;
}

.m-105 {
  margin: 105px;
}

.m-110 {
  margin: 110px;
}

.m-115 {
  margin: 115px;
}

.m-120 {
  margin: 120px;
}

.m-125 {
  margin: 125px;
}

.m-130 {
  margin: 130px;
}

.m-135 {
  margin: 135px;
}

.m-140 {
  margin: 140px;
}

.m-145 {
  margin: 145px;
}

.m-150 {
  margin: 150px;
}

.m-155 {
  margin: 155px;
}

.m-160 {
  margin: 160px;
}

.m-165 {
  margin: 165px;
}

.m-170 {
  margin: 170px;
}

.m-175 {
  margin: 175px;
}

.m-180 {
  margin: 180px;
}

.m-185 {
  margin: 185px;
}

.m-190 {
  margin: 190px;
}

.m-195 {
  margin: 195px;
}

.m-200 {
  margin: 200px;
}

.m-205 {
  margin: 205px;
}

.m-210 {
  margin: 210px;
}

.m-215 {
  margin: 215px;
}

.m-220 {
  margin: 220px;
}

.m-225 {
  margin: 225px;
}

.m-230 {
  margin: 230px;
}

.m-235 {
  margin: 235px;
}

.m-240 {
  margin: 240px;
}

.m-245 {
  margin: 245px;
}

.m-250 {
  margin: 250px;
}

/* Margin Top */
.mt-5,
.my-5 {
  margin-top: 5px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px;
}

.mt-15,
.my-15 {
  margin-top: 15px;
}

.mt-20,
.my-20 {
  margin-top: 20px;
}

.mt-25,
.my-25 {
  margin-top: 25px;
}

.mt-30,
.my-30 {
  margin-top: 30px;
}

.mt-35,
.my-35 {
  margin-top: 35px;
}

.mt-40,
.my-40 {
  margin-top: 40px;
}

.mt-45,
.my-45 {
  margin-top: 45px;
}

.mt-50,
.my-50 {
  margin-top: 50px;
}

.mt-55,
.my-55 {
  margin-top: 55px;
}

.mt-60,
.my-60 {
  margin-top: 60px;
}

.mt-65,
.my-65 {
  margin-top: 65px;
}

.mt-70,
.my-70 {
  margin-top: 70px;
}

.mt-75,
.my-75 {
  margin-top: 75px;
}

.mt-80,
.my-80 {
  margin-top: 80px;
}

.mt-85,
.my-85 {
  margin-top: 85px;
}

.mt-90,
.my-90 {
  margin-top: 90px;
}

.mt-95,
.my-95 {
  margin-top: 95px;
}

.mt-100,
.my-100 {
  margin-top: 100px;
}

.mt-105,
.my-105 {
  margin-top: 105px;
}

.mt-110,
.my-110 {
  margin-top: 110px;
}

.mt-115,
.my-115 {
  margin-top: 115px;
}

.mt-120,
.my-120 {
  margin-top: 120px;
}

.mt-125,
.my-125 {
  margin-top: 125px;
}

.mt-130,
.my-130 {
  margin-top: 130px;
}

.mt-135,
.my-135 {
  margin-top: 135px;
}

.mt-140,
.my-140 {
  margin-top: 140px;
}

.mt-145,
.my-145 {
  margin-top: 145px;
}

.mt-150,
.my-150 {
  margin-top: 150px;
}

.mt-155,
.my-155 {
  margin-top: 155px;
}

.mt-160,
.my-160 {
  margin-top: 160px;
}

.mt-165,
.my-165 {
  margin-top: 165px;
}

.mt-170,
.my-170 {
  margin-top: 170px;
}

.mt-175,
.my-175 {
  margin-top: 175px;
}

.mt-180,
.my-180 {
  margin-top: 180px;
}

.mt-185,
.my-185 {
  margin-top: 185px;
}

.mt-190,
.my-190 {
  margin-top: 190px;
}

.mt-195,
.my-195 {
  margin-top: 195px;
}

.mt-200,
.my-200 {
  margin-top: 200px;
}

.mt-205,
.my-205 {
  margin-top: 205px;
}

.mt-210,
.my-210 {
  margin-top: 210px;
}

.mt-215,
.my-215 {
  margin-top: 215px;
}

.mt-220,
.my-220 {
  margin-top: 220px;
}

.mt-225,
.my-225 {
  margin-top: 225px;
}

.mt-230,
.my-230 {
  margin-top: 230px;
}

.mt-235,
.my-235 {
  margin-top: 235px;
}

.mt-240,
.my-240 {
  margin-top: 240px;
}

.mt-245,
.my-245 {
  margin-top: 245px;
}

.mt-250,
.my-250 {
  margin-top: 250px;
}

/* Margin Right */
.mr-5,
.mx-5 {
  margin-right: 5px !important;
}

.mr-10,
.mx-10 {
  margin-right: 10px;
}

.mr-15,
.mx-15 {
  margin-right: 15px;
}

.mr-20,
.mx-20 {
  margin-right: 20px;
}

.mr-25,
.mx-25 {
  margin-right: 25px;
}

.mr-30,
.mx-30 {
  margin-right: 30px;
}

.mr-35,
.mx-35 {
  margin-right: 35px;
}

.mr-40,
.mx-40 {
  margin-right: 40px;
}

.mr-45,
.mx-45 {
  margin-right: 45px;
}

.mr-50,
.mx-50 {
  margin-right: 50px;
}

.mr-55,
.mx-55 {
  margin-right: 55px;
}

.mr-60,
.mx-60 {
  margin-right: 60px;
}

.mr-65,
.mx-65 {
  margin-right: 65px;
}

.mr-70,
.mx-70 {
  margin-right: 70px;
}

.mr-75,
.mx-75 {
  margin-right: 75px;
}

.mr-80,
.mx-80 {
  margin-right: 80px;
}

.mr-85,
.mx-85 {
  margin-right: 85px;
}

.mr-90,
.mx-90 {
  margin-right: 90px;
}

.mr-95,
.mx-95 {
  margin-right: 95px;
}

.mr-100,
.mx-100 {
  margin-right: 100px;
}

.mr-105,
.mx-105 {
  margin-right: 105px;
}

.mr-110,
.mx-110 {
  margin-right: 110px;
}

.mr-115,
.mx-115 {
  margin-right: 115px;
}

.mr-120,
.mx-120 {
  margin-right: 120px;
}

.mr-125,
.mx-125 {
  margin-right: 125px;
}

.mr-130,
.mx-130 {
  margin-right: 130px;
}

.mr-135,
.mx-135 {
  margin-right: 135px;
}

.mr-140,
.mx-140 {
  margin-right: 140px;
}

.mr-145,
.mx-145 {
  margin-right: 145px;
}

.mr-150,
.mx-150 {
  margin-right: 150px;
}

.mr-155,
.mx-155 {
  margin-right: 155px;
}

.mr-160,
.mx-160 {
  margin-right: 160px;
}

.mr-165,
.mx-165 {
  margin-right: 165px;
}

.mr-170,
.mx-170 {
  margin-right: 170px;
}

.mr-175,
.mx-175 {
  margin-right: 175px;
}

.mr-180,
.mx-180 {
  margin-right: 180px;
}

.mr-185,
.mx-185 {
  margin-right: 185px;
}

.mr-190,
.mx-190 {
  margin-right: 190px;
}

.mr-195,
.mx-195 {
  margin-right: 195px;
}

.mr-200,
.mx-200 {
  margin-right: 200px;
}

.mr-205,
.mx-205 {
  margin-right: 205px;
}

.mr-210,
.mx-210 {
  margin-right: 210px;
}

.mr-215,
.mx-215 {
  margin-right: 215px;
}

.mr-220,
.mx-220 {
  margin-right: 220px;
}

.mr-225,
.mx-225 {
  margin-right: 225px;
}

.mr-230,
.mx-230 {
  margin-right: 230px;
}

.mr-235,
.mx-235 {
  margin-right: 235px;
}

.mr-240,
.mx-240 {
  margin-right: 240px;
}

.mr-245,
.mx-245 {
  margin-right: 245px;
}

.mr-250,
.mx-250 {
  margin-right: 250px;
}

/* Margin Bottom */
.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px;
}

.mb-15,
.my-15 {
  margin-bottom: 15px;
}

.mb-20,
.my-20 {
  margin-bottom: 20px;
}

.mb-25,
.my-25 {
  margin-bottom: 25px;
}

.mb-30,
.my-30 {
  margin-bottom: 30px;
}

.mb-35,
.my-35 {
  margin-bottom: 35px;
}

.mb-40,
.my-40 {
  margin-bottom: 40px;
}

.mb-45,
.my-45 {
  margin-bottom: 45px;
}

.mb-50,
.my-50 {
  margin-bottom: 50px;
}

.mb-55,
.my-55 {
  margin-bottom: 55px;
}

.mb-60,
.my-60 {
  margin-bottom: 60px;
}

.mb-65,
.my-65 {
  margin-bottom: 65px;
}

.mb-70,
.my-70 {
  margin-bottom: 70px;
}

.mb-75,
.my-75 {
  margin-bottom: 75px;
}

.mb-80,
.my-80 {
  margin-bottom: 80px;
}

.mb-85,
.my-85 {
  margin-bottom: 85px;
}

.mb-90,
.my-90 {
  margin-bottom: 90px;
}

.mb-95,
.my-95 {
  margin-bottom: 95px;
}

.mb-100,
.my-100 {
  margin-bottom: 100px;
}

.mb-105,
.my-105 {
  margin-bottom: 105px;
}

.mb-110,
.my-110 {
  margin-bottom: 110px;
}

.mb-115,
.my-115 {
  margin-bottom: 115px;
}

.mb-120,
.my-120 {
  margin-bottom: 120px;
}

.mb-125,
.my-125 {
  margin-bottom: 125px;
}

.mb-130,
.my-130 {
  margin-bottom: 130px;
}

.mb-135,
.my-135 {
  margin-bottom: 135px;
}

.mb-140,
.my-140 {
  margin-bottom: 140px;
}

.mb-145,
.my-145 {
  margin-bottom: 145px;
}

.mb-150,
.my-150 {
  margin-bottom: 150px;
}

.mb-155,
.my-155 {
  margin-bottom: 155px;
}

.mb-160,
.my-160 {
  margin-bottom: 160px;
}

.mb-165,
.my-165 {
  margin-bottom: 165px;
}

.mb-170,
.my-170 {
  margin-bottom: 170px;
}

.mb-175,
.my-175 {
  margin-bottom: 175px;
}

.mb-180,
.my-180 {
  margin-bottom: 180px;
}

.mb-185,
.my-185 {
  margin-bottom: 185px;
}

.mb-190,
.my-190 {
  margin-bottom: 190px;
}

.mb-195,
.my-195 {
  margin-bottom: 195px;
}

.mb-200,
.my-200 {
  margin-bottom: 200px;
}

.mb-205,
.my-205 {
  margin-bottom: 205px;
}

.mb-210,
.my-210 {
  margin-bottom: 210px;
}

.mb-215,
.my-215 {
  margin-bottom: 215px;
}

.mb-220,
.my-220 {
  margin-bottom: 220px;
}

.mb-225,
.my-225 {
  margin-bottom: 225px;
}

.mb-230,
.my-230 {
  margin-bottom: 230px;
}

.mb-235,
.my-235 {
  margin-bottom: 235px;
}

.mb-240,
.my-240 {
  margin-bottom: 240px;
}

.mb-245,
.my-245 {
  margin-bottom: 245px;
}

.mb-250,
.my-250 {
  margin-bottom: 250px;
}

/* Margin Left */
.ml-5,
.mx-5 {
  margin-left: 5px !important;
}

.ml-10,
.mx-10 {
  margin-left: 10px;
}

.ml-15,
.mx-15 {
  margin-left: 15px;
}

.ml-20,
.mx-20 {
  margin-left: 20px;
}

.ml-25,
.mx-25 {
  margin-left: 25px;
}

.ml-30,
.mx-30 {
  margin-left: 30px;
}

.ml-35,
.mx-35 {
  margin-left: 35px;
}

.ml-40,
.mx-40 {
  margin-left: 40px;
}

.ml-45,
.mx-45 {
  margin-left: 45px;
}

.ml-50,
.mx-50 {
  margin-left: 50px;
}

.ml-55,
.mx-55 {
  margin-left: 55px;
}

.ml-60,
.mx-60 {
  margin-left: 60px;
}

.ml-65,
.mx-65 {
  margin-left: 65px;
}

.ml-70,
.mx-70 {
  margin-left: 70px;
}

.ml-75,
.mx-75 {
  margin-left: 75px;
}

.ml-80,
.mx-80 {
  margin-left: 80px;
}

.ml-85,
.mx-85 {
  margin-left: 85px;
}

.ml-90,
.mx-90 {
  margin-left: 90px;
}

.ml-95,
.mx-95 {
  margin-left: 95px;
}

.ml-100,
.mx-100 {
  margin-left: 100px;
}

.ml-105,
.mx-105 {
  margin-left: 105px;
}

.ml-110,
.mx-110 {
  margin-left: 110px;
}

.ml-115,
.mx-115 {
  margin-left: 115px;
}

.ml-120,
.mx-120 {
  margin-left: 120px;
}

.ml-125,
.mx-125 {
  margin-left: 125px;
}

.ml-130,
.mx-130 {
  margin-left: 130px;
}

.ml-135,
.mx-135 {
  margin-left: 135px;
}

.ml-140,
.mx-140 {
  margin-left: 140px;
}

.ml-145,
.mx-145 {
  margin-left: 145px;
}

.ml-150,
.mx-150 {
  margin-left: 150px;
}

.ml-155,
.mx-155 {
  margin-left: 155px;
}

.ml-160,
.mx-160 {
  margin-left: 160px;
}

.ml-165,
.mx-165 {
  margin-left: 165px;
}

.ml-170,
.mx-170 {
  margin-left: 170px;
}

.ml-175,
.mx-175 {
  margin-left: 175px;
}

.ml-180,
.mx-180 {
  margin-left: 180px;
}

.ml-185,
.mx-185 {
  margin-left: 185px;
}

.ml-190,
.mx-190 {
  margin-left: 190px;
}

.ml-195,
.mx-195 {
  margin-left: 195px;
}

.ml-200,
.mx-200 {
  margin-left: 200px;
}

.ml-205,
.mx-205 {
  margin-left: 205px;
}

.ml-210,
.mx-210 {
  margin-left: 210px;
}

.ml-215,
.mx-215 {
  margin-left: 215px;
}

.ml-220,
.mx-220 {
  margin-left: 220px;
}

.ml-225,
.mx-225 {
  margin-left: 225px;
}

.ml-230,
.mx-230 {
  margin-left: 230px;
}

.ml-235,
.mx-235 {
  margin-left: 235px;
}

.ml-240,
.mx-240 {
  margin-left: 240px;
}

.ml-245,
.mx-245 {
  margin-left: 245px;
}

.ml-250,
.mx-250 {
  margin-left: 250px;
}

/* Responsive Padding Margin */
@media only screen and (max-width: 991px) {
  /* Padding Around */
  .rp-0 {
    padding: 0px !important;
  }
  .rp-5 {
    padding: 5px !important;
  }
  .rp-10 {
    padding: 10px;
  }
  .rp-15 {
    padding: 15px;
  }
  .rp-20 {
    padding: 20px;
  }
  .rp-25 {
    padding: 25px;
  }
  .rp-30 {
    padding: 30px;
  }
  .rp-35 {
    padding: 35px;
  }
  .rp-40 {
    padding: 40px;
  }
  .rp-45 {
    padding: 45px;
  }
  .rp-50 {
    padding: 50px;
  }
  .rp-55 {
    padding: 55px;
  }
  .rp-60 {
    padding: 60px;
  }
  .rp-65 {
    padding: 65px;
  }
  .rp-70 {
    padding: 70px;
  }
  .rp-75 {
    padding: 75px;
  }
  .rp-80 {
    padding: 80px;
  }
  .rp-85 {
    padding: 85px;
  }
  .rp-90 {
    padding: 90px;
  }
  .rp-95 {
    padding: 95px;
  }
  .rp-100 {
    padding: 100px;
  }
  .rp-105 {
    padding: 105px;
  }
  .rp-110 {
    padding: 110px;
  }
  .rp-115 {
    padding: 115px;
  }
  .rp-120 {
    padding: 120px;
  }
  .rp-125 {
    padding: 125px;
  }
  .rp-130 {
    padding: 130px;
  }
  .rp-135 {
    padding: 135px;
  }
  .rp-140 {
    padding: 140px;
  }
  .rp-145 {
    padding: 145px;
  }
  .rp-150 {
    padding: 150px;
  }
  /* Padding Top */
  .rpt-0,
  .rpy-0 {
    padding-top: 0px !important;
  }
  .rpt-5,
  .rpy-5 {
    padding-top: 5px !important;
  }
  .rpt-10,
  .rpy-10 {
    padding-top: 10px;
  }
  .rpt-15,
  .rpy-15 {
    padding-top: 15px;
  }
  .rpt-20,
  .rpy-20 {
    padding-top: 20px;
  }
  .rpt-25,
  .rpy-25 {
    padding-top: 25px;
  }
  .rpt-30,
  .rpy-30 {
    padding-top: 30px;
  }
  .rpt-35,
  .rpy-35 {
    padding-top: 35px;
  }
  .rpt-40,
  .rpy-40 {
    padding-top: 40px;
  }
  .rpt-45,
  .rpy-45 {
    padding-top: 45px;
  }
  .rpt-50,
  .rpy-50 {
    padding-top: 50px;
  }
  .rpt-55,
  .rpy-55 {
    padding-top: 55px;
  }
  .rpt-60,
  .rpy-60 {
    padding-top: 60px;
  }
  .rpt-65,
  .rpy-65 {
    padding-top: 65px;
  }
  .rpt-70,
  .rpy-70 {
    padding-top: 70px;
  }
  .rpt-75,
  .rpy-75 {
    padding-top: 75px;
  }
  .rpt-80,
  .rpy-80 {
    padding-top: 80px;
  }
  .rpt-85,
  .rpy-85 {
    padding-top: 85px;
  }
  .rpt-90,
  .rpy-90 {
    padding-top: 90px;
  }
  .rpt-95,
  .rpy-95 {
    padding-top: 95px;
  }
  .rpt-100,
  .rpy-100 {
    padding-top: 100px;
  }
  .rpt-105,
  .rpy-105 {
    padding-top: 105px;
  }
  .rpt-110,
  .rpy-110 {
    padding-top: 110px;
  }
  .rpt-115,
  .rpy-115 {
    padding-top: 115px;
  }
  .rpt-120,
  .rpy-120 {
    padding-top: 120px;
  }
  .rpt-125,
  .rpy-125 {
    padding-top: 125px;
  }
  .rpt-130,
  .rpy-130 {
    padding-top: 130px;
  }
  .rpt-135,
  .rpy-135 {
    padding-top: 135px;
  }
  .rpt-140,
  .rpy-140 {
    padding-top: 140px;
  }
  .rpt-145,
  .rpy-145 {
    padding-top: 145px;
  }
  .rpt-150,
  .rpy-150 {
    padding-top: 150px;
  }
  /* Padding Right */
  .rpr-0,
  .rpx-0 {
    padding-right: 0px !important;
  }
  .rpr-5,
  .rpx-5 {
    padding-right: 5px !important;
  }
  .rpr-10,
  .rpx-10 {
    padding-right: 10px;
  }
  .rpr-15,
  .rpx-15 {
    padding-right: 15px;
  }
  .rpr-20,
  .rpx-20 {
    padding-right: 20px;
  }
  .rpr-25,
  .rpx-25 {
    padding-right: 25px;
  }
  .rpr-30,
  .rpx-30 {
    padding-right: 30px;
  }
  .rpr-35,
  .rpx-35 {
    padding-right: 35px;
  }
  .rpr-40,
  .rpx-40 {
    padding-right: 40px;
  }
  .rpr-45,
  .rpx-45 {
    padding-right: 45px;
  }
  .rpr-50,
  .rpx-50 {
    padding-right: 50px;
  }
  .rpr-55,
  .rpx-55 {
    padding-right: 55px;
  }
  .rpr-60,
  .rpx-60 {
    padding-right: 60px;
  }
  .rpr-65,
  .rpx-65 {
    padding-right: 65px;
  }
  .rpr-70,
  .rpx-70 {
    padding-right: 70px;
  }
  .rpr-75,
  .rpx-75 {
    padding-right: 75px;
  }
  .rpr-80,
  .rpx-80 {
    padding-right: 80px;
  }
  .rpr-85,
  .rpx-85 {
    padding-right: 85px;
  }
  .rpr-90,
  .rpx-90 {
    padding-right: 90px;
  }
  .rpr-95,
  .rpx-95 {
    padding-right: 95px;
  }
  .rpr-100,
  .rpx-100 {
    padding-right: 100px;
  }
  .rpr-105,
  .rpx-105 {
    padding-right: 105px;
  }
  .rpr-110,
  .rpx-110 {
    padding-right: 110px;
  }
  .rpr-115,
  .rpx-115 {
    padding-right: 115px;
  }
  .rpr-120,
  .rpx-120 {
    padding-right: 120px;
  }
  .rpr-125,
  .rpx-125 {
    padding-right: 125px;
  }
  .rpr-130,
  .rpx-130 {
    padding-right: 130px;
  }
  .rpr-135,
  .rpx-135 {
    padding-right: 135px;
  }
  .rpr-140,
  .rpx-140 {
    padding-right: 140px;
  }
  .rpr-145,
  .rpx-145 {
    padding-right: 145px;
  }
  .rpr-150,
  .rpx-150 {
    padding-right: 150px;
  }
  /* Padding Bottom */
  .rpb-0,
  .rpy-0 {
    padding-bottom: 0px !important;
  }
  .rpb-5,
  .rpy-5 {
    padding-bottom: 5px !important;
  }
  .rpb-10,
  .rpy-10 {
    padding-bottom: 10px;
  }
  .rpb-15,
  .rpy-15 {
    padding-bottom: 15px;
  }
  .rpb-20,
  .rpy-20 {
    padding-bottom: 20px;
  }
  .rpb-25,
  .rpy-25 {
    padding-bottom: 25px;
  }
  .rpb-30,
  .rpy-30 {
    padding-bottom: 30px;
  }
  .rpb-35,
  .rpy-35 {
    padding-bottom: 35px;
  }
  .rpb-40,
  .rpy-40 {
    padding-bottom: 40px;
  }
  .rpb-45,
  .rpy-45 {
    padding-bottom: 45px;
  }
  .rpb-50,
  .rpy-50 {
    padding-bottom: 50px;
  }
  .rpb-55,
  .rpy-55 {
    padding-bottom: 55px;
  }
  .rpb-60,
  .rpy-60 {
    padding-bottom: 60px;
  }
  .rpb-65,
  .rpy-65 {
    padding-bottom: 65px;
  }
  .rpb-70,
  .rpy-70 {
    padding-bottom: 70px;
  }
  .rpb-75,
  .rpy-75 {
    padding-bottom: 75px;
  }
  .rpb-80,
  .rpy-80 {
    padding-bottom: 80px;
  }
  .rpb-85,
  .rpy-85 {
    padding-bottom: 85px;
  }
  .rpb-90,
  .rpy-90 {
    padding-bottom: 90px;
  }
  .rpb-95,
  .rpy-95 {
    padding-bottom: 95px;
  }
  .rpb-100,
  .rpy-100 {
    padding-bottom: 100px;
  }
  .rpb-105,
  .rpy-105 {
    padding-bottom: 105px;
  }
  .rpb-110,
  .rpy-110 {
    padding-bottom: 110px;
  }
  .rpb-115,
  .rpy-115 {
    padding-bottom: 115px;
  }
  .rpb-120,
  .rpy-120 {
    padding-bottom: 120px;
  }
  .rpb-125,
  .rpy-125 {
    padding-bottom: 125px;
  }
  .rpb-130,
  .rpy-130 {
    padding-bottom: 130px;
  }
  .rpb-135,
  .rpy-135 {
    padding-bottom: 135px;
  }
  .rpb-140,
  .rpy-140 {
    padding-bottom: 140px;
  }
  .rpb-145,
  .rpy-145 {
    padding-bottom: 145px;
  }
  .rpb-150,
  .rpy-150 {
    padding-bottom: 150px;
  }
  /* Padding Left */
  .rpl-0,
  .rpx-0 {
    padding-left: 0px !important;
  }
  .rpl-5,
  .rpx-5 {
    padding-left: 5px !important;
  }
  .rpl-10,
  .rpx-10 {
    padding-left: 10px;
  }
  .rpl-15,
  .rpx-15 {
    padding-left: 15px;
  }
  .rpl-20,
  .rpx-20 {
    padding-left: 20px;
  }
  .rpl-25,
  .rpx-25 {
    padding-left: 25px;
  }
  .rpl-30,
  .rpx-30 {
    padding-left: 30px;
  }
  .rpl-35,
  .rpx-35 {
    padding-left: 35px;
  }
  .rpl-40,
  .rpx-40 {
    padding-left: 40px;
  }
  .rpl-45,
  .rpx-45 {
    padding-left: 45px;
  }
  .rpl-50,
  .rpx-50 {
    padding-left: 50px;
  }
  .rpl-55,
  .rpx-55 {
    padding-left: 55px;
  }
  .rpl-60,
  .rpx-60 {
    padding-left: 60px;
  }
  .rpl-65,
  .rpx-65 {
    padding-left: 65px;
  }
  .rpl-70,
  .rpx-70 {
    padding-left: 70px;
  }
  .rpl-75,
  .rpx-75 {
    padding-left: 75px;
  }
  .rpl-80,
  .rpx-80 {
    padding-left: 80px;
  }
  .rpl-85,
  .rpx-85 {
    padding-left: 85px;
  }
  .rpl-90,
  .rpx-90 {
    padding-left: 90px;
  }
  .rpl-95,
  .rpx-95 {
    padding-left: 95px;
  }
  .rpl-100,
  .rpx-100 {
    padding-left: 100px;
  }
  .rpl-105,
  .rpx-105 {
    padding-left: 105px;
  }
  .rpl-110,
  .rpx-110 {
    padding-left: 110px;
  }
  .rpl-115,
  .rpx-115 {
    padding-left: 115px;
  }
  .rpl-120,
  .rpx-120 {
    padding-left: 120px;
  }
  .rpl-125,
  .rpx-125 {
    padding-left: 125px;
  }
  .rpl-130,
  .rpx-130 {
    padding-left: 130px;
  }
  .rpl-135,
  .rpx-135 {
    padding-left: 135px;
  }
  .rpl-140,
  .rpx-140 {
    padding-left: 140px;
  }
  .rpl-145,
  .rpx-145 {
    padding-left: 145px;
  }
  .rpl-150,
  .rpx-150 {
    padding-left: 150px;
  }
  /* Margin Around */
  .rm-0 {
    margin: 0px !important;
  }
  .rm-5 {
    margin: 5px !important;
  }
  .rm-10 {
    margin: 10px;
  }
  .rm-15 {
    margin: 15px;
  }
  .rm-20 {
    margin: 20px;
  }
  .rm-25 {
    margin: 25px;
  }
  .rm-30 {
    margin: 30px;
  }
  .rm-35 {
    margin: 35px;
  }
  .rm-40 {
    margin: 40px;
  }
  .rm-45 {
    margin: 45px;
  }
  .rm-50 {
    margin: 50px;
  }
  .rm-55 {
    margin: 55px;
  }
  .rm-60 {
    margin: 60px;
  }
  .rm-65 {
    margin: 65px;
  }
  .rm-70 {
    margin: 70px;
  }
  .rm-75 {
    margin: 75px;
  }
  .rm-80 {
    margin: 80px;
  }
  .rm-85 {
    margin: 85px;
  }
  .rm-90 {
    margin: 90px;
  }
  .rm-95 {
    margin: 95px;
  }
  .rm-100 {
    margin: 100px;
  }
  .rm-105 {
    margin: 105px;
  }
  .rm-110 {
    margin: 110px;
  }
  .rm-115 {
    margin: 115px;
  }
  .rm-120 {
    margin: 120px;
  }
  .rm-125 {
    margin: 125px;
  }
  .rm-130 {
    margin: 130px;
  }
  .rm-135 {
    margin: 135px;
  }
  .rm-140 {
    margin: 140px;
  }
  .rm-145 {
    margin: 145px;
  }
  .rm-150 {
    margin: 150px;
  }
  /* Margin Top */
  .rmt-0,
  .rmy-0 {
    margin-top: 0px !important;
  }
  .rmt-5,
  .rmy-5 {
    margin-top: 5px !important;
  }
  .rmt-10,
  .rmy-10 {
    margin-top: 10px;
  }
  .rmt-15,
  .rmy-15 {
    margin-top: 15px;
  }
  .rmt-20,
  .rmy-20 {
    margin-top: 20px;
  }
  .rmt-25,
  .rmy-25 {
    margin-top: 25px;
  }
  .rmt-30,
  .rmy-30 {
    margin-top: 30px;
  }
  .rmt-35,
  .rmy-35 {
    margin-top: 35px;
  }
  .rmt-40,
  .rmy-40 {
    margin-top: 40px;
  }
  .rmt-45,
  .rmy-45 {
    margin-top: 45px;
  }
  .rmt-50,
  .rmy-50 {
    margin-top: 50px;
  }
  .rmt-55,
  .rmy-55 {
    margin-top: 55px;
  }
  .rmt-60,
  .rmy-60 {
    margin-top: 60px;
  }
  .rmt-65,
  .rmy-65 {
    margin-top: 65px;
  }
  .rmt-70,
  .rmy-70 {
    margin-top: 70px;
  }
  .rmt-75,
  .rmy-75 {
    margin-top: 75px;
  }
  .rmt-80,
  .rmy-80 {
    margin-top: 80px;
  }
  .rmt-85,
  .rmy-85 {
    margin-top: 85px;
  }
  .rmt-90,
  .rmy-90 {
    margin-top: 90px;
  }
  .rmt-95,
  .rmy-95 {
    margin-top: 95px;
  }
  .rmt-100,
  .rmy-100 {
    margin-top: 100px;
  }
  .rmt-105,
  .rmy-105 {
    margin-top: 105px;
  }
  .rmt-110,
  .rmy-110 {
    margin-top: 110px;
  }
  .rmt-115,
  .rmy-115 {
    margin-top: 115px;
  }
  .rmt-120,
  .rmy-120 {
    margin-top: 120px;
  }
  .rmt-125,
  .rmy-125 {
    margin-top: 125px;
  }
  .rmt-130,
  .rmy-130 {
    margin-top: 130px;
  }
  .rmt-135,
  .rmy-135 {
    margin-top: 135px;
  }
  .rmt-140,
  .rmy-140 {
    margin-top: 140px;
  }
  .rmt-145,
  .rmy-145 {
    margin-top: 145px;
  }
  .rmt-150,
  .rmy-150 {
    margin-top: 150px;
  }
  /* Margin Right */
  .rmr-0,
  .rmx-0 {
    margin-right: 0px !important;
  }
  .rmr-5,
  .rmx-5 {
    margin-right: 5px !important;
  }
  .rmr-10,
  .rmx-10 {
    margin-right: 10px;
  }
  .rmr-15,
  .rmx-15 {
    margin-right: 15px;
  }
  .rmr-20,
  .rmx-20 {
    margin-right: 20px;
  }
  .rmr-25,
  .rmx-25 {
    margin-right: 25px;
  }
  .rmr-30,
  .rmx-30 {
    margin-right: 30px;
  }
  .rmr-35,
  .rmx-35 {
    margin-right: 35px;
  }
  .rmr-40,
  .rmx-40 {
    margin-right: 40px;
  }
  .rmr-45,
  .rmx-45 {
    margin-right: 45px;
  }
  .rmr-50,
  .rmx-50 {
    margin-right: 50px;
  }
  .rmr-55,
  .rmx-55 {
    margin-right: 55px;
  }
  .rmr-60,
  .rmx-60 {
    margin-right: 60px;
  }
  .rmr-65,
  .rmx-65 {
    margin-right: 65px;
  }
  .rmr-70,
  .rmx-70 {
    margin-right: 70px;
  }
  .rmr-75,
  .rmx-75 {
    margin-right: 75px;
  }
  .rmr-80,
  .rmx-80 {
    margin-right: 80px;
  }
  .rmr-85,
  .rmx-85 {
    margin-right: 85px;
  }
  .rmr-90,
  .rmx-90 {
    margin-right: 90px;
  }
  .rmr-95,
  .rmx-95 {
    margin-right: 95px;
  }
  .rmr-100,
  .rmx-100 {
    margin-right: 100px;
  }
  .rmr-105,
  .rmx-105 {
    margin-right: 105px;
  }
  .rmr-110,
  .rmx-110 {
    margin-right: 110px;
  }
  .rmr-115,
  .rmx-115 {
    margin-right: 115px;
  }
  .rmr-120,
  .rmx-120 {
    margin-right: 120px;
  }
  .rmr-125,
  .rmx-125 {
    margin-right: 125px;
  }
  .rmr-130,
  .rmx-130 {
    margin-right: 130px;
  }
  .rmr-135,
  .rmx-135 {
    margin-right: 135px;
  }
  .rmr-140,
  .rmx-140 {
    margin-right: 140px;
  }
  .rmr-145,
  .rmx-145 {
    margin-right: 145px;
  }
  .rmr-150,
  .rmx-150 {
    margin-right: 150px;
  }
  /* Margin Bottom */
  .rmb-0,
  .rmy-0 {
    margin-bottom: 0px !important;
  }
  .rmb-5,
  .rmy-5 {
    margin-bottom: 5px !important;
  }
  .rmb-10,
  .rmy-10 {
    margin-bottom: 10px;
  }
  .rmb-15,
  .rmy-15 {
    margin-bottom: 15px;
  }
  .rmb-20,
  .rmy-20 {
    margin-bottom: 20px;
  }
  .rmb-25,
  .rmy-25 {
    margin-bottom: 25px;
  }
  .rmb-30,
  .rmy-30 {
    margin-bottom: 30px;
  }
  .rmb-35,
  .rmy-35 {
    margin-bottom: 35px;
  }
  .rmb-40,
  .rmy-40 {
    margin-bottom: 40px;
  }
  .rmb-45,
  .rmy-45 {
    margin-bottom: 45px;
  }
  .rmb-50,
  .rmy-50 {
    margin-bottom: 50px;
  }
  .rmb-55,
  .rmy-55 {
    margin-bottom: 55px;
  }
  .rmb-60,
  .rmy-60 {
    margin-bottom: 60px;
  }
  .rmb-65,
  .rmy-65 {
    margin-bottom: 65px;
  }
  .rmb-70,
  .rmy-70 {
    margin-bottom: 70px;
  }
  .rmb-75,
  .rmy-75 {
    margin-bottom: 75px;
  }
  .rmb-80,
  .rmy-80 {
    margin-bottom: 80px;
  }
  .rmb-85,
  .rmy-85 {
    margin-bottom: 85px;
  }
  .rmb-90,
  .rmy-90 {
    margin-bottom: 90px;
  }
  .rmb-95,
  .rmy-95 {
    margin-bottom: 95px;
  }
  .rmb-100,
  .rmy-100 {
    margin-bottom: 100px;
  }
  .rmb-105,
  .rmy-105 {
    margin-bottom: 105px;
  }
  .rmb-110,
  .rmy-110 {
    margin-bottom: 110px;
  }
  .rmb-115,
  .rmy-115 {
    margin-bottom: 115px;
  }
  .rmb-120,
  .rmy-120 {
    margin-bottom: 120px;
  }
  .rmb-125,
  .rmy-125 {
    margin-bottom: 125px;
  }
  .rmb-130,
  .rmy-130 {
    margin-bottom: 130px;
  }
  .rmb-135,
  .rmy-135 {
    margin-bottom: 135px;
  }
  .rmb-140,
  .rmy-140 {
    margin-bottom: 140px;
  }
  .rmb-145,
  .rmy-145 {
    margin-bottom: 145px;
  }
  .rmb-150,
  .rmy-150 {
    margin-bottom: 150px;
  }
  /* Margin Left */
  .rml-0,
  .rmx-0 {
    margin-left: 0px !important;
  }
  .rml-5,
  .rmx-5 {
    margin-left: 5px !important;
  }
  .rml-10,
  .rmx-10 {
    margin-left: 10px;
  }
  .rml-15,
  .rmx-15 {
    margin-left: 15px;
  }
  .rml-20,
  .rmx-20 {
    margin-left: 20px;
  }
  .rml-25,
  .rmx-25 {
    margin-left: 25px;
  }
  .rml-30,
  .rmx-30 {
    margin-left: 30px;
  }
  .rml-35,
  .rmx-35 {
    margin-left: 35px;
  }
  .rml-40,
  .rmx-40 {
    margin-left: 40px;
  }
  .rml-45,
  .rmx-45 {
    margin-left: 45px;
  }
  .rml-50,
  .rmx-50 {
    margin-left: 50px;
  }
  .rml-55,
  .rmx-55 {
    margin-left: 55px;
  }
  .rml-60,
  .rmx-60 {
    margin-left: 60px;
  }
  .rml-65,
  .rmx-65 {
    margin-left: 65px;
  }
  .rml-70,
  .rmx-70 {
    margin-left: 70px;
  }
  .rml-75,
  .rmx-75 {
    margin-left: 75px;
  }
  .rml-80,
  .rmx-80 {
    margin-left: 80px;
  }
  .rml-85,
  .rmx-85 {
    margin-left: 85px;
  }
  .rml-90,
  .rmx-90 {
    margin-left: 90px;
  }
  .rml-95,
  .rmx-95 {
    margin-left: 95px;
  }
  .rml-100,
  .rmx-100 {
    margin-left: 100px;
  }
  .rml-105,
  .rmx-105 {
    margin-left: 105px;
  }
  .rml-110,
  .rmx-110 {
    margin-left: 110px;
  }
  .rml-115,
  .rmx-115 {
    margin-left: 115px;
  }
  .rml-120,
  .rmx-120 {
    margin-left: 120px;
  }
  .rml-125,
  .rmx-125 {
    margin-left: 125px;
  }
  .rml-130,
  .rmx-130 {
    margin-left: 130px;
  }
  .rml-135,
  .rmx-135 {
    margin-left: 135px;
  }
  .rml-140,
  .rmx-140 {
    margin-left: 140px;
  }
  .rml-145,
  .rmx-145 {
    margin-left: 145px;
  }
  .rml-150,
  .rmx-150 {
    margin-left: 150px;
  }
}
/*******************************************************/
/***************** 05. Custom Animation ****************/
/*******************************************************/
/** Header Section Animation **/
.main-header .logo,
.main-menu .navigation > li {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.main-header .logo {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.main-menu .navigation > li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.main-menu .navigation > li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.main-menu .navigation > li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.main-menu .navigation > li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.main-menu .navigation > li:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.main-menu .navigation > li:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.main-menu .navigation > li:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.main-menu .navigation > li:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.main-menu .navigation > li:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.main-menu .navigation > li:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@media only screen and (max-width: 1199px) {
  .main-menu .navigation > li {
    -webkit-animation: none;
            animation: none;
  }
}

/* Animation Delay */
.delay-1-0s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-2-0s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-0-1s {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-0-2s {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-0-3s {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-0-5s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-0-6s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-0-7s {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay-0-8s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-0-9s {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-1-1s {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.delay-1-2s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-1-3s {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.delay-1-4s {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-1-5s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-1-6s {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-1-7s {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.delay-1-8s {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-1-9s {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

/* Menu Sticky */
@-webkit-keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
/* Hero Circle */
@-webkit-keyframes hero_circle {
  0%, 100% {
    -webkit-transform: translate(-40%, 40%) rotate(0deg);
            transform: translate(-40%, 40%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-40%, 40%) rotate(-111deg);
            transform: translate(-40%, 40%) rotate(-111deg);
  }
}
@keyframes hero_circle {
  0%, 100% {
    -webkit-transform: translate(-40%, 40%) rotate(0deg);
            transform: translate(-40%, 40%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-40%, 40%) rotate(-111deg);
            transform: translate(-40%, 40%) rotate(-111deg);
  }
}
/* Preloader */
@-webkit-keyframes animate {
  0%, 100% {
    -webkit-transform: rotateX(8.75deg) rotateY(35deg);
            transform: rotateX(8.75deg) rotateY(35deg);
  }
  50% {
    -webkit-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
            transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
  }
}
@keyframes animate {
  0%, 100% {
    -webkit-transform: rotateX(8.75deg) rotateY(35deg);
            transform: rotateX(8.75deg) rotateY(35deg);
  }
  50% {
    -webkit-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
            transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
  }
}
@-webkit-keyframes animate_1 {
  0%, 100% {
    -webkit-transform: translateZ(25px) rotateX(14deg);
            transform: translateZ(25px) rotateX(14deg);
  }
  33% {
    -webkit-transform: translateZ(-25px) scale(0.4);
            transform: translateZ(-25px) scale(0.4);
  }
  66% {
    -webkit-transform: translateZ(-25px);
            transform: translateZ(-25px);
  }
}
@keyframes animate_1 {
  0%, 100% {
    -webkit-transform: translateZ(25px) rotateX(14deg);
            transform: translateZ(25px) rotateX(14deg);
  }
  33% {
    -webkit-transform: translateZ(-25px) scale(0.4);
            transform: translateZ(-25px) scale(0.4);
  }
  66% {
    -webkit-transform: translateZ(-25px);
            transform: translateZ(-25px);
  }
}
/* About Image Animation */
@-webkit-keyframes borderRadius1 {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
@keyframes borderRadius1 {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
@-webkit-keyframes borderRadius2 {
  0% {
    border-radius: 60% 30% 70% 40%/60% 40% 30% 70%;
  }
  50% {
    border-radius: 50% 60% 30% 60%/30% 60% 70% 40%;
  }
  100% {
    border-radius: 60% 30% 70% 40%/60% 40% 30% 70%;
  }
}
@keyframes borderRadius2 {
  0% {
    border-radius: 60% 30% 70% 40%/60% 40% 30% 70%;
  }
  50% {
    border-radius: 50% 60% 30% 60%/30% 60% 70% 40%;
  }
  100% {
    border-radius: 60% 30% 70% 40%/60% 40% 30% 70%;
  }
}
@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
            transform: translate(0px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
            transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
            transform: translate(150px, 0px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
            transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
            transform: translate(0px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
            transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
            transform: translate(150px, 0px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
            transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
            transform: translate(-150px, 0px) rotate(270deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
            transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0px, -150px) rotate(90deg);
            transform: translate(0px, -150px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
            transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
            transform: translate(-150px, 0px) rotate(270deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
            transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0px, -150px) rotate(90deg);
            transform: translate(0px, -150px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
            transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
            transform: translate(50px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
            transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
            transform: translate(150px, 50px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
            transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
            transform: translate(50px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
            transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
            transform: translate(150px, 50px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
            transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
            transform: translate(-150px -50px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
            transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
            transform: translate(-50px, -150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
            transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
            transform: translate(-150px -50px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
            transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
            transform: translate(-50px, -150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
            transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
            transform: translate(-100px -100px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
            transform: translate(100px, 50px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
            transform: translate(-100px, 150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
            transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
            transform: translate(-100px -100px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
            transform: translate(100px, 50px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
            transform: translate(-100px, 150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
            transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
            transform: rotateX(0deg) translateY(25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
}
@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
            transform: rotateX(0deg) translateY(25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
            transform: rotateX(0deg) translate(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translate(25px, -25px);
            transform: rotateX(0deg) translate(25px, -25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
            transform: rotateX(0deg) translate(0px);
  }
}
@keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
            transform: rotateX(0deg) translate(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translate(25px, -25px);
            transform: rotateX(0deg) translate(25px, -25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
            transform: rotateX(0deg) translate(0px);
  }
}
@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*******************************************************/
/******************* 06. Header style ******************/
/*******************************************************/
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.125em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
@media only screen and (max-width: 375px) {
  .dropdown-toggle::after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .dropdown-toggle::after {
    display: none;
  }
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .header-upper {
  z-index: 5;
  width: 100%;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .header-upper .container-fluid {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .main-header .logo-outer {
    display: none;
  }
}
.main-header .logo {
  z-index: 9;
  position: relative;
}
.main-header.fixed-header .header-upper {
  top: 0;
  left: 0;
  position: fixed;
  -webkit-animation: sticky 1s;
          animation: sticky 1s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}

.header-top {
  color: #585858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .top-left {
    display: none;
  }
}
.top-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.top-left ul li {
  margin-right: 50px;
}
@media only screen and (max-width: 1500px) {
  .top-left ul li {
    margin-right: 15px;
  }
}

.top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (max-width: 991px) {
  .top-right {
    margin: auto;
  }
}
@media only screen and (max-width: 375px) {
  .top-right .office-time {
    display: none;
  }
}
.top-right .office-time i {
  margin-right: 10px;
  color: #B8A7DA;
}
@media only screen and (max-width: 1500px) {
  .top-right .office-time {
    margin-right: 15px;
  }
}

.nav-outer {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .nav-outer .menu-btn {
    display: none;
  }
}

/** Header Main Menu **/
@media only screen and (max-width: 991px) {
  .main-menu {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .main-menu .mobile-logo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto;
  }
}
.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .navbar-collapse .nav-link {
  padding: 0px !important;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse > ul {
    margin: 25px 0;
    border-bottom: 1px solid #f3f3f3;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse {
    left: 0;
    width: 100%;
    padding: 0 15px;
    position: absolute;
    background: #FFFFFF;
    border-bottom: 1px solid #f4f5fa;
    height: calc(100vh - 70px);
  }
}
.main-menu .navbar-collapse li {
  float: left;
  padding: 34px 25px;
}
@media only screen and (max-width: 1500px) {
  .main-menu .navbar-collapse li {
    padding: 34px 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu .navbar-collapse li {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li {
    float: none;
    padding: 10px;
  }
  .main-menu .navbar-collapse li:not(:first-child) {
    border-top: 1px solid #f3f3f3;
  }
}
.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 0;
  width: 50px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    display: block;
  }
}
.main-menu .navbar-collapse li a {
  position: relative;
  display: block;
  opacity: 1;
  font-size: 1.1rem;
  font-weight: 500;
  color: #585858;
  text-transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li a {
    padding: 15px 10px !important;
    line-height: 22px;
  }
}
.main-menu .navbar-collapse li.current a, .main-menu .navbar-collapse li.current-menu-item a {
  color: #B8A7DA;
}
.main-menu .navbar-collapse li a:hover {
  color: #B8A7DA;
}
.main-menu .navbar-collapse li .btn-style-two {
  text-decoration: none;
  color: #585858;
}
.main-menu .navbar-collapse li .theme-btn {
  color: #B8A7DA !important;
  padding: 12px 20px;
  background: transparent;
}
.main-menu .navbar-collapse li .theme-btn:hover {
  color: #585858;
  background: #B8A7DA;
}
.main-menu .navbar-collapse li .megamenu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  padding: 20px 0;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navbar-collapse li .megamenu:after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li .megamenu {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
  .main-menu .navbar-collapse li .megamenu .container {
    max-width: 100%;
  }
  .main-menu .navbar-collapse li .megamenu .row {
    margin: 0px;
  }
}
.main-menu .navbar-collapse li .megamenu ul {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-menu .navbar-collapse li .dropdown-menu {
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border: none !important;
}
.main-menu .navbar-collapse li .dropdown-menu:hover {
  text-decoration: none;
  background-color: transparent;
}
.main-menu .navbar-collapse li ul {
  position: absolute;
  left: inherit;
  top: 100%;
  min-width: 280px;
  width: 100%;
  z-index: 100;
  display: none;
  background: rgba(40, 40, 40, 0.7);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul {
    position: relative;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-menu .navbar-collapse li ul:after {
    display: block;
    clear: both;
    content: "";
  }
}
.main-menu .navbar-collapse li ul li {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #000000;
}
.main-menu .navbar-collapse li ul li:hover {
  background: #B8A7DA;
}
.main-menu .navbar-collapse li ul li:hover a {
  color: #585858;
  background: none;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li {
    padding: 0 15px;
  }
}
.main-menu .navbar-collapse li ul li a {
  position: relative;
  display: block;
  opacity: 1;
  font-size: 1rem;
  font-weight: 600;
  padding: 0px;
  color: #FFFFFF;
  text-transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu .navbar-collapse li ul li ul {
  left: 100%;
  top: 0%;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li ul {
    left: auto;
  }
}
.main-menu .navbar-header {
  display: none;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-menu .navbar-header .navbar-toggle {
  float: right;
  padding: 4px 0;
  cursor: pointer;
  background: transparent;
}
.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: #585858;
  height: 2px;
  width: 30px;
  display: block;
  margin: 7px 5px;
}

.text-white .navbar-collapse > ul > li > a,
.text-white .navbar-collapse > ul > li.current > a {
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .text-white .navbar-collapse > ul > li > a,
  .text-white .navbar-collapse > ul > li.current > a {
    color: black;
  }
}
.text-white .navbar-collapse > ul > li > a:hover,
.text-white .navbar-collapse > ul > li.current > a {
  color: #B8A7DA;
}
.text-white .top-right .office-time i {
  color: #FFFFFF;
}
.text-white .navbar-header .navbar-toggle .icon-bar {
  background: #FFFFFF;
}
.text-white .dropdown-btn span {
  color: #B8A7DA;
}

#style_b {
  /* Menu Icons */
}
#style_b .header-three .header-upper {
  background: #FFFFFF;
}
#style_b .text-white .navbar-collapse > ul > li > a {
  color: #000000;
}
#style_b .main-menu .navbar-collapse li a {
  font-size: 1.3rem;
}
#style_b .reference-client h4 a:hover,
#style_b .text-white .dropdown-btn span,
#style_b .text-white .navbar-collapse > ul > li.current > a,
#style_b .text-white .navbar-collapse > ul > li > a:hover {
  color: #176739;
}
#style_b .theme-cta-btn a {
  border: 2px solid #176739;
  color: #176739 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#style_b .theme-cta-btn a:hover {
  border: 2px solid #52b97d;
  color: #FFFFFF !important;
  background: #52b97d;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#style_b .theme-cta-btn a:after {
  display: none;
}
#style_b .filled-theme-btn,
#style_b a.filled-theme-btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#style_b .text-white .navbar-header .navbar-toggle .icon-bar {
  background: #000;
}

.menu-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-icons > button {
  margin: 0 15px;
  background: transparent;
}

/* Header Search */
.nav-search {
  position: relative;
}
.nav-search button {
  background: transparent;
}
.nav-search form {
  position: absolute;
  width: 320px;
  top: 100%;
  right: 0;
  z-index: 777;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.nav-search form.hide {
  display: none;
}
.nav-search form input {
  border: none;
  padding: 15px 5px 15px 25px;
}
.nav-search form button {
  padding: 15px;
  color: #454545;
  border-left: 1px solid #cfdbf1;
}

/* Header One */
@media only screen and (max-width: 1199px) {
  .header-one .logo-outer {
    margin-right: 25px;
    padding: 25px;
  }
}
@media only screen and (max-width: 1500px) {
  .header-one .header-inner,
  .header-one .header-top {
    padding-right: 85px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-one .header-inner,
  .header-one .header-top {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-one .header-top {
    font-size: 14px;
    padding-left: 25px;
  }
}

/* Header Two */
.header-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #4e597b;
}
.header-two .header-top {
  border-bottom: 1px solid #4e597b;
}
@media only screen and (max-width: 1500px) {
  .header-two .header-top {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-two .header-top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-two .header-top .top-left {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .header-two .header-top .top-left ul li:last-child {
    display: none;
  }
}
.header-two .logo-outer {
  border-right: 1px solid #4e597b;
}
@media only screen and (max-width: 1500px) {
  .header-two .logo-outer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.header-two .header-inner {
  padding-left: 5px;
}
@media only screen and (max-width: 1500px) {
  .header-two .header-inner {
    padding: 0 30px 0 15px;
  }
}
.header-two.fixed-header {
  top: 0;
  position: fixed;
  -webkit-animation: sticky 1s;
          animation: sticky 1s;
}
.header-two.fixed-header .header-upper {
  position: relative;
  -webkit-animation: none;
          animation: none;
}
.header-two.fixed-header .header-top {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header-two .main-menu .navbar-collapse li {
    padding-right: 10px;
  }
}

.header-wrap {
  width: 100%;
}

/* Header Three */
.header-three .container {
  max-width: 1450px;
}
.header-three .header-upper {
  position: absolute;
  border-bottom: 1px solid #232323;
}
.header-three.fixed-header .header-upper {
  background: #282828;
}
.header-three .top-left {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-three .top-left {
    display: none;
  }
}
.header-three .top-right {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .header-three .top-right {
    margin-right: auto;
  }
}
.header-three .top-right .office-time {
  display: block;
}

/* Header Four */
.header-four .container {
  max-width: 1450px;
}
.header-four .header-upper {
  position: absolute;
}
.header-four.fixed-header .header-upper {
  background: #282828;
}
@media only screen and (max-width: 1199px) {
  .header-four .nav-search,
  .header-four .top-left li:last-child {
    display: none;
  }
}

/* Header Five */
.header-five {
  position: absolute;
}
.header-five .container {
  max-width: 1450px;
}
@media only screen and (min-width: 1501px) {
  .header-five .header-top-wrap {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1501px) {
  .header-five .header-top {
    margin-right: -20px;
    padding-left: 20px;
  }
}
.header-five .header-inner {
  position: relative;
}
.header-five .header-inner:after {
  content: "";
  top: 0;
  right: 0;
  z-index: -1;
  background: white;
  width: 100vw;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .header-five .header-inner:after {
    right: -15px;
  }
}
.header-five .main-menu .navigation > li {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media only screen and (max-width: 991px) {
  .header-five .main-menu .navigation > li {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-five .nav-search,
  .header-five .top-left li:last-child {
    display: none;
  }
}
.header-five.fixed-header .header-upper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Header Six */
.header-six {
  position: absolute;
}
@media only screen and (min-width: 1501px) {
  .header-six {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-six .menu-icons {
    display: none;
  }
}
.header-six .menu-icons button {
  color: #925EF8;
}
.header-six.fixed-header .header-upper {
  background: white;
}
@media only screen and (min-width: 1501px) {
  .header-six .main-menu .navbar-collapse li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*******************************************************/
/******************* 07. Hero Section ******************/
/*******************************************************/
.hero-section {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.hero-section .left-circle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border: 3px solid #39446b;
  width: 400px;
  height: 400px;
  background: transparent;
  line-height: 400px;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-40%, 40%);
          transform: translate(-40%, 40%);
  -webkit-animation: hero_circle 30s infinite;
          animation: hero_circle 30s infinite;
}
@media only screen and (max-width: 1199px) {
  .hero-section .left-circle {
    left: auto;
    right: -150px;
  }
}
.hero-section .left-circle:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -32px;
  width: 65px;
  height: 65px;
  background: #B8A7DA;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
}

.hero-content .sub-title {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
}
.hero-content .buttons_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-content h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 375px) {
  .hero-content h1 {
    font-size: 30px;
  }
}
.hero-content .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.hero-content .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.hero-content .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.hero-content .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.hero-content .benefits_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.5;
}
.hero-content .benefits_list li img {
  width: 20px;
  height: 20px;
}
.hero-content .benefits_list li h5, .hero-content .benefits_list li p {
  font-size: 14px;
  color: #585858;
  margin: 10px 0;
}

.hero-image {
  max-width: 450px;
  margin-left: -65px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .hero-image {
    margin-left: 0;
  }
}
.hero-image img {
  border-radius: 200px 200px 0 0;
}
.hero-image:before {
  content: "";
  width: 100%;
  height: 100%;
  right: -30px;
  position: absolute;
  border-radius: 200px 200px 0 0;
  border: 4px solid #B8A7DA;
}
.hero-image:after {
  content: "";
  right: 0;
  top: 50%;
  opacity: 0.05;
  position: absolute;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  width: 175px;
  height: 175px;
  background: #e5e5e5;
  line-height: 175px;
  border-radius: 50%;
  text-align: center;
}
.hero-image .circle-one {
  width: 90px;
  height: 90px;
  background: #B8A7DA;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 15px;
}
.hero-image .circle-two {
  top: 35%;
  right: -45px;
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}

/* Hero Two */
.hero-section-two {
  background-image: url("../../assets/images/hero/BikerMan.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section-two:before {
  background: #282828;
}

/* Hero Two Video*/
.hero-section-video .herovideo {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -999;
}
.hero-section-video:before {
  background: #282828;
}

/* Hero Three */
.hero-section-three:before {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
  background: linear-gradient(to right, #000000, transparent);
}

.hero-line-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
}

@media only screen and (max-width: 480px) {
  .hero-section-form {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Hero Five*/
.hero-content-five .sub-title {
  font-weight: 500;
  color: #B8A7DA;
}
@media only screen and (min-width: 1501px) {
  .hero-content-five h1 {
    line-height: 1;
    font-size: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-content-five h1 {
    font-size: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-five h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-content-five h1 {
    font-size: 40px;
  }
}
.hero-content-five .list-style-one li {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .hero-content-five .list-style-one li {
    font-size: 16px;
  }
}
.hero-content-five .list-style-one li:before {
  width: 25px;
  height: 25px;
  margin-top: 0;
  font-size: 14px;
  line-height: 25px;
}

.hero-five-image {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .hero-five-image {
    display: none;
  }
}

/* Hero Six */
@media only screen and (min-width: 1501px) {
  .hero-section-six {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-six {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-six {
    padding-bottom: 35px;
  }
}
.hero-content-six .sub-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #925EF8;
}
.hero-content-six p {
  font-size: 18px;
  line-height: 30px;
}
.hero-content-six h1 {
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .hero-content-six h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-content-six h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content-six h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-content-six h1 {
    font-size: 38px;
  }
}
.hero-content-six .video-play i {
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
  color: #925EF8;
  border: 1px solid #925EF8;
}
.hero-content-six .video-play:hover i {
  color: #FFFFFF;
  background: #925EF8;
}

.hero-six-images {
  padding-left: 5%;
  position: relative;
}
@media only screen and (min-width: 1501px) {
  .hero-six-images {
    margin-right: -175px;
  }
}
.hero-six-images img {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.hero-six-images img:nth-child(1) {
  width: 96%;
  -webkit-animation: bounce 15s infinite linear;
          animation: bounce 15s infinite linear;
}
.hero-six-images img:nth-child(2) {
  width: 52%;
  display: block;
  margin: -35% 5% 0 auto;
  -webkit-animation: shake 15s infinite linear;
          animation: shake 15s infinite linear;
}
.hero-six-images img:nth-child(3) {
  left: 0;
  width: 39%;
  bottom: 20%;
  position: absolute;
  -webkit-animation: bounce 5s infinite linear;
          animation: bounce 5s infinite linear;
}
.hero-six-images img:nth-child(4) {
  top: 8%;
  right: 0;
  width: 80%;
  z-index: -1;
  position: absolute;
  -webkit-animation: down-up-two 5s infinite linear;
          animation: down-up-two 5s infinite linear;
}

.hero-shapes img {
  z-index: -1;
  position: absolute;
}
.hero-shapes img:nth-child(1) {
  left: 0;
  top: 35%;
  max-width: 10%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation: down-up-one 5s infinite linear;
          animation: down-up-one 5s infinite linear;
}
.hero-shapes img:nth-child(2) {
  left: 18%;
  bottom: 12%;
  -webkit-animation: shapeAnimationTwo 20s infinite linear;
          animation: shapeAnimationTwo 20s infinite linear;
}
.hero-shapes img:nth-child(3) {
  top: 20%;
  left: 45%;
  -webkit-animation: shapeAnimationThree 20s infinite linear;
          animation: shapeAnimationThree 20s infinite linear;
}
.hero-shapes img:nth-child(4) {
  right: 33%;
  bottom: 12%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation: shapeAnimationFour 20s infinite linear;
          animation: shapeAnimationFour 20s infinite linear;
}
.hero-shapes img:nth-child(5) {
  top: 15%;
  right: 10%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation: shapeAnimationFive 20s infinite linear;
          animation: shapeAnimationFive 20s infinite linear;
}

#style_b .hero-content h1 {
  font-size: 70px;
  line-height: 100px;
  color: #FFFFFF;
  font-weight: 500;
}
#style_b .hero-content .sub-title {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media only screen and (max-width: 1199px) {
  #style_b .hero-content .sub-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  #style_b .hero-content .sub-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #style_b .hero-content .sub-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  #style_b .hero-content .sub-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  #style_b .hero-content .sub-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  #style_b .hero-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #style_b .hero-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #style_b .hero-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  #style_b .hero-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 375px) {
  #style_b .hero-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
#style_b .filled-theme-btn,
#style_b a.filled-theme-btn {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  background: #176739;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #176739;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 40px 20px 40px;
}
#style_b .filled-theme-btn:after,
#style_b a.filled-theme-btn:after {
  display: none;
}
#style_b .filled-theme-btn:hover,
#style_b a.filled-theme-btn:hover {
  background-color: #52b97d;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #52b97d;
}
#style_b .filled-theme-btn i,
#style_b .filled-theme-btn a i,
#style_b a.filled-theme-btn i,
#style_b a.filled-theme-btn a i {
  display: none !important;
}
#style_b .filled-theme-btn.transparent_btn_bg {
  background: none;
}
#style_b .hero-content.hero-content-landing .above_title {
  color: #176739;
}
#style_b .hero-content.hero-content-landing h1 {
  color: #333;
}
#style_b .hero-content.hero-content-landing .sub-title {
  text-shadow: none;
}
#style_b .hero-content.hero-content-landing .transparent_btn_bg {
  color: #176739 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#style_b .hero-content.hero-content-landing .transparent_btn_bg:hover {
  color: #fff !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.arrows {
  position: absolute;
  margin: auto;
  left: 50%;
  top: calc(100% - 120px);
}
.arrows a {
  color: transparent !important;
  background: transparent !important;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.arrows a:hover {
  color: transparent !important;
  background: transparent !important;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.arrows .triangles {
  position: relative;
  margin: auto;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  width: 78px;
  height: 60px;
}
.arrows .triangles:hover .triangle:not(:nth-child(4)) {
  -webkit-transform: translateX(7px) translateY(-5px) scale(0.8);
          transform: translateX(7px) translateY(-5px) scale(0.8);
}
.arrows .triangles .triangle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 78px;
  height: 60px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#f4f5fa), color-stop(60%, #FFFFFF));
  background-image: linear-gradient(to bottom right, #f4f5fa 0%, #FFFFFF 60%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-shape-outside: polygon(50% 0%, 0% 100%, 100% 100%);
  mix-blend-mode: screen;
  opacity: 0.7;
  -webkit-transition: 400ms ease transform;
  transition: 400ms ease transform;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.arrows .triangles .triangle:nth-child(1) {
  -webkit-transform: translateY(-15px) translateX(10px);
          transform: translateY(-15px) translateX(10px);
}
.arrows .triangles .triangle:nth-child(2) {
  -webkit-transform: translateY(-15px) translateX(3px);
          transform: translateY(-15px) translateX(3px);
}
.arrows .triangles .triangle:nth-child(3) {
  -webkit-transform: translateY(-30px) translateX(7px);
          transform: translateY(-30px) translateX(7px);
}
.arrows .triangles .triangle:nth-child(4) {
  mix-blend-mode: normal;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.9)), color-stop(60%, rgba(184, 167, 218, 0.8)));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9) 0%, rgba(184, 167, 218, 0.8) 60%);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  width: 64px;
  height: 50px;
  z-index: 10;
  -webkit-transform: translateX(14px) translateY(0px);
          transform: translateX(14px) translateY(0px);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-shape-outside: polygon(50% 0%, 0% 100%, 100% 100%);
}

/*******************************************************/
/******************* 08. Page Banner *******************/
/*******************************************************/
.pattern-page-banner {
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (max-width: 991px) {
  .pattern-page-banner {
    min-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-page-banner {
    min-height: 400px;
  }
}
.pattern-page-banner:after {
  background: url(../images/shapes/page_header_pattern.svg) no-repeat center center;
  position: absolute;
  z-index: -1;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
}
.pattern-page-banner:before {
  background: #282828;
  z-index: -2;
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
}
.pattern-page-banner .page-title {
  color: #FFFFFF;
  text-transform: none;
  text-align: center !important;
}
@media only screen and (max-width: 991px) {
  .pattern-page-banner .page-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-page-banner .page-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 375px) {
  .pattern-page-banner .page-title {
    font-size: 38px;
  }
}
.pattern-page-banner .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  text-transform: none;
}
.pattern-page-banner .breadcrumb .breadcrumb-item {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}
.pattern-page-banner .breadcrumb .breadcrumb-item a {
  color: #FFFFFF;
}
.pattern-page-banner .breadcrumb .breadcrumb-item a:hover {
  color: #B8A7DA !important;
}
.pattern-page-banner .breadcrumb .breadcrumb-item.active {
  color: #B8A7DA;
  font-weight: 600;
}
.pattern-page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  margin: 0px 5px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #B8A7DA;
}

.page-banner {
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (max-width: 991px) {
  .page-banner {
    min-height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner {
    min-height: 450px;
  }
}
.page-banner:before {
  background: #282828;
  z-index: -2;
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
}
.page-banner .page-title {
  color: #FFFFFF;
  text-transform: none;
  text-align: center !important;
}
@media only screen and (max-width: 991px) {
  .page-banner .page-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner .page-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 375px) {
  .page-banner .page-title {
    font-size: 38px;
  }
}

.page-banner .breadcrumb,
.blog-banner .breadcrumb,
.single-ref-banner .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  text-transform: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}
.page-banner .breadcrumb .breadcrumb-item,
.blog-banner .breadcrumb .breadcrumb-item,
.single-ref-banner .breadcrumb .breadcrumb-item {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}
.page-banner .breadcrumb .breadcrumb-item a,
.blog-banner .breadcrumb .breadcrumb-item a,
.single-ref-banner .breadcrumb .breadcrumb-item a {
  color: #FFFFFF;
}
.page-banner .breadcrumb .breadcrumb-item a:hover,
.blog-banner .breadcrumb .breadcrumb-item a:hover,
.single-ref-banner .breadcrumb .breadcrumb-item a:hover {
  color: #B8A7DA !important;
}
.page-banner .breadcrumb .breadcrumb-item.active,
.blog-banner .breadcrumb .breadcrumb-item.active,
.single-ref-banner .breadcrumb .breadcrumb-item.active {
  color: #B8A7DA;
  font-weight: 600;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.blog-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.single-ref-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  margin: 0px 5px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #B8A7DA;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before + .breadcrumb-item::before,
.blog-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before + .breadcrumb-item::before,
.single-ref-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before + .breadcrumb-item::before {
  content: "\f054";
  margin: 0px 5px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #B8A7DA;
}
.page-banner .breadcrumb a,
.blog-banner .breadcrumb a,
.single-ref-banner .breadcrumb a {
  color: #FFFFFF;
}
.page-banner .breadcrumb a:hover,
.blog-banner .breadcrumb a:hover,
.single-ref-banner .breadcrumb a:hover {
  color: #B8A7DA !important;
}
.page-banner .breadcrumb.active,
.blog-banner .breadcrumb.active,
.single-ref-banner .breadcrumb.active {
  color: #B8A7DA;
  font-weight: 600;
}
.page-banner .breadcrumb + .item-current::before,
.blog-banner .breadcrumb + .item-current::before,
.single-ref-banner .breadcrumb + .item-current::before {
  content: "\f054";
  margin: 0px 5px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #B8A7DA;
}

/*---- Breadcumb Blog and Article Pages---*/
.blog-banner {
  max-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (max-width: 991px) {
  .blog-banner {
    min-height: 580px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-banner {
    min-height: 550px;
  }
}
.blog-banner:before {
  background: #282828;
  z-index: -2;
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
}
.blog-banner .page-title {
  color: #FFFFFF;
  text-transform: none;
  text-align: center !important;
}
@media only screen and (max-width: 991px) {
  .blog-banner .page-title {
    font-size: 3.052rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-banner .page-title {
    font-size: 1.953rem;
  }
}
@media only screen and (max-width: 375px) {
  .blog-banner .page-title {
    font-size: 1.953rem;
  }
}
.blog-banner .breadcrumb-blogs {
  margin: auto;
  padding: 0;
  display: block;
  background: transparent;
  text-align: center;
}
.blog-banner .breadcrumb-blogs .breadcrumb-item {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
}
.blog-banner .breadcrumb-blogs .breadcrumb-item a {
  color: #FFFFFF;
}
.blog-banner .breadcrumb-blogs .breadcrumb-item a:hover {
  color: #B8A7DA !important;
}
.blog-banner .breadcrumb-blogs .breadcrumb-item.active {
  color: #B8A7DA;
  font-weight: 600;
}
.blog-banner .breadcrumb-blogs .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  margin: 0px 5px;
  font-weight: 600;
  color: #FFFFFF;
}
.blog-banner a {
  color: #FFFFFF;
}
.blog-banner a:hover {
  color: #B8A7DA !important;
}
.blog-banner.active {
  color: #B8A7DA;
  font-weight: 600;
}
.blog-banner + .item-current::before {
  content: "\f054";
  margin: 0px 5px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #B8A7DA;
}

/*---- Breadcumb Single Reference---*/
.single-ref-banner {
  max-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (max-width: 991px) {
  .single-ref-banner {
    min-height: 580px;
  }
}
@media only screen and (max-width: 767px) {
  .single-ref-banner {
    min-height: 550px;
  }
}
.single-ref-banner:after {
  background: url(../images/blogs/blog_featured_pattern.svg) no-repeat center center;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
}
.single-ref-banner:before {
  background: #282828;
  z-index: -2;
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
}
.single-ref-banner .page-title {
  color: #FFFFFF;
  text-transform: none;
  text-align: center !important;
}
@media only screen and (max-width: 991px) {
  .single-ref-banner .page-title {
    font-size: 3.052rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-ref-banner .page-title {
    font-size: 1.953rem;
  }
}
@media only screen and (max-width: 375px) {
  .single-ref-banner .page-title {
    font-size: 1.953rem;
  }
}
.single-ref-banner .breadcrumb-blogs {
  margin: auto;
  padding: 0;
  display: block;
  background: transparent;
  text-align: center;
}
.single-ref-banner .breadcrumb-blogs .breadcrumb-item {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
}
.single-ref-banner .breadcrumb-blogs .breadcrumb-item a {
  color: #FFFFFF;
}
.single-ref-banner .breadcrumb-blogs .breadcrumb-item a:hover {
  color: #B8A7DA !important;
}
.single-ref-banner .breadcrumb-blogs .breadcrumb-item.active {
  color: #B8A7DA;
  font-weight: 600;
}
.single-ref-banner .breadcrumb-blogs .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  margin: 0px 5px;
  font-weight: 600;
  color: #FFFFFF;
}

.reference-client {
  padding: 0px;
  text-align: center;
  margin: 20px auto 60px auto;
}
.reference-client p {
  margin-bottom: 20px;
  color: #585858;
  line-height: 1.5;
}
.reference-client h4 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.reference-client h4 a {
  color: #585858;
}
.reference-client h4 a:hover {
  color: #B8A7DA;
}
.reference-client .reference-meta-item {
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 20px;
}
.reference-client .reference-meta-item li {
  font-size: 0.888rem;
  color: #B8A7DA;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 20px 5px 0;
}
.reference-client .reference-meta-item li:hover {
  color: #B8A7DA;
}
.reference-client .reference-meta-item li:last-child {
  margin-right: 0;
}
.reference-client .reference-meta-item li i {
  margin-right: 10px;
  color: #B8A7DA;
}
.reference-client .reference-meta-item li b {
  font-weight: 600;
}
.reference-client .reference-meta-item li a {
  color: #B8A7DA;
}
.reference-client .reference-meta-item li a:hover {
  color: #B8A7DA;
}

/*******************************************************/
/****************** 09. About Section ******************/
/*******************************************************/
.about-section {
  z-index: 1;
  position: relative;
}
.about-section:after {
  content: "";
  height: 90%;
  width: 40%;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  background: url(../images/about/about-bg-shape.png) no-repeat bottom;
}
.about-section.style-four:after, .about-section.style-five:after {
  background: url(../images/about/about-four-bg-shape.png) no-repeat bottom;
}
.about-section .fact-counter-inner {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media only screen and (max-width: 991px) {
  .about-section .fact-counter-inner {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.about-image-shape {
  max-width: 555px;
  position: relative;
  z-index: 1;
}
.about-image-shape:before {
  content: "";
  height: 70%;
  width: 86%;
  left: -9px;
  z-index: -1;
  bottom: 42px;
  position: absolute;
  background: #104cba;
  -webkit-animation: borderRadius1 8s ease-in-out infinite;
          animation: borderRadius1 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
}
.about-image-shape:after {
  content: "";
  height: 97%;
  width: 76%;
  top: 13px;
  left: 13px;
  z-index: -1;
  position: absolute;
  background: #273540;
  -webkit-animation: borderRadius2 8s ease-in-out infinite;
          animation: borderRadius2 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
}

.about-content .list-style-one {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-content .list-style-one li {
  width: 49%;
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .about-content .list-style-one li {
    width: 100%;
  }
}
.about-content > i {
  color: black;
  display: block;
  margin-right: 25px;
  margin-bottom: 10px;
}
.about-content .feature-item {
  border: none;
  max-width: 470px;
  padding: 0 0 30px;
  border-bottom: 1px solid #E6E8E9;
}
.about-content .feature-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #E6E8E9;
}

/* About Two */
.about-wrap {
  position: relative;
}
.about-wrap:before {
  position: absolute;
  width: 80%;
  height: 100%;
  content: "";
  right: 0;
  top: 75px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0007);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0007);
}
@media only screen and (max-width: 991px) {
  .about-wrap:before {
    display: none;
  }
}

.about-two-image,
.about-three-image {
  max-width: 500px;
  position: relative;
}
.about-two-image:before,
.about-three-image:before {
  content: "";
  z-index: -1;
  left: -45px;
  bottom: -35px;
  position: absolute;
  width: 130px;
  height: 100px;
  background: url(../images/about/about-bg-dots.png) no-repeat;
}
.about-two-image img,
.about-three-image img {
  border-radius: 220px 220px 0 0;
}

/* About Three */
.about-three-image:before {
  bottom: 15%;
}
.about-three-image img {
  width: 67%;
  border-radius: 5px;
}
.about-three-image img:last-child {
  margin: -33% 0 0 33%;
}

/* About Four */
@media only screen and (max-width: 767px) {
  .about-four-images {
    margin-top: 20px;
  }
}
.about-four-images .about-bg-circle {
  z-index: -1;
  margin-top: -45px;
  position: relative;
}
.about-four-images .bg-circle-dtos,
.about-four-images .about-bg-circle {
  max-width: 60%;
}
.about-four-images .embed-video {
  position: relative;
  margin: auto;
}
.about-four-images .video-blog {
  position: relative;
  margin: auto;
}
.about-four-images .video-blog .darkoverlay {
  mix-blend-mode: overlay;
}
.about-four-images .video-blog img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about-four-images .video-blog .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-four-images .video-blog .video-play i {
  color: #925EF8;
  border: 1px solid #925EF8;
  font-size: 73px;
  width: 100px;
  height: 100px;
  background: #B8A7DA;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .about-four-images .video-blog .video-play i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.about-tab-section .fact-counter-inner {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
@media only screen and (max-width: 991px) {
  .about-tab-section .fact-counter-inner {
    -webkit-transform: translateY(-95px);
            transform: translateY(-95px);
  }
}

.about-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #1a2935;
}
@media only screen and (max-width: 767px) {
  .about-tab {
    border-bottom: none;
  }
}
.about-tab li:last-child a {
  padding-right: 0;
}
.about-tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  padding: 0 20px 25px 0;
}
@media only screen and (max-width: 767px) {
  .about-tab li a {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.about-tab li a.active i {
  color: #B8A7DA;
}
.about-tab li a.active:before {
  width: 100%;
}
.about-tab li a:before {
  content: "";
  height: 3px;
  width: 0;
  left: 0;
  top: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  background: #B8A7DA;
}
.about-tab li a i {
  font-size: 40px;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .about-tab li a i {
    font-size: 30px;
    margin-right: 10px;
  }
}
.about-tab li a h3 {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .about-tab li a h3 {
    font-size: 16px;
  }
}

.about-tab-content {
  padding-top: 65px;
}

/* About Five */
.about-fiver-image .about-bg-circle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

/* About Six */
.about-content-six .list-style-one li {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .about-content-six .list-style-one li {
    font-size: 16px;
  }
}
.about-content-six .list-style-one li:before {
  width: 25px;
  height: 25px;
  margin-top: 0;
  font-size: 14px;
  line-height: 25px;
}

.about-shape-six {
  z-index: 1;
  max-width: 520px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-shape-six {
    margin-top: 55px;
  }
}
.about-shape-six .about-graph {
  position: absolute;
  bottom: -5%;
  left: -8%;
  width: 50%;
  -webkit-animation: bounce 15s infinite linear;
          animation: bounce 15s infinite linear;
}
.about-shape-six:before {
  content: "";
  opacity: 0.1;
  z-index: -1;
  top: 0;
  right: 0;
  position: absolute;
  width: 95%;
  height: 95%;
  background: #B8A7DA;
  line-height: 95%;
  border-radius: 50%;
  text-align: center;
  -webkit-animation: down-up-one 5s infinite linear;
          animation: down-up-one 5s infinite linear;
}

/* Section wysiwyg editor */
.wysiwyg-editor ul {
  margin-left: 20px;
}
.wysiwyg-editor ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  text-transform: none;
  list-style-position: outside;
  line-height: 1.75;
}
.wysiwyg-editor ul li:before {
  font-size: inherit;
  line-height: 1.75;
  content: "\f00c";
  font-weight: 700;
  margin-right: 10px;
  color: #B8A7DA;
  font-family: "Font Awesome 5 Free";
}

/* customization */
.customization-images {
  max-width: 570px;
  position: relative;
}
.customization-images img:nth-child(1) {
  margin-left: -9%;
  margin-right: 11%;
}
.customization-images img:nth-child(2) {
  display: block;
  margin: -48% 0 0 auto;
}
.customization-images:after {
  content: "";
  height: 90%;
  width: 100%;
  top: 10%;
  left: -10%;
  z-index: -1;
  position: absolute;
  background: #F9F6FD;
  -webkit-animation: jello 20s linear infinite;
          animation: jello 20s linear infinite;
  border-radius: 10% 40% 40% 60%/40% 60% 35% 65%;
}

.customization-content .list-style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customization-content .list-style-three li {
  width: 48%;
  margin-bottom: 18px;
}
@media only screen and (max-width: 480px) {
  .customization-content .list-style-three li {
    width: 100%;
  }
}
.customization-content .list-style-three li:before {
  font-size: 10px;
  margin-top: 5px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: white;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #925EF8;
  border: 1px solid #925EF8;
}

.custom_posts_section.dark-bg {
  background-color: #f5f5f5;
}

.custom_posts_section h2 {
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .custom_posts_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .custom_posts_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_posts_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .custom_posts_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .custom_posts_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.custom_posts_section .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.custom_posts_section .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.custom_posts_section .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.custom_posts_section .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.custom_posts_section .section-text p {
  font-size: 22px;
  font-weight: 400;
}
.custom_posts_section .custom_posts_grid .posts-three-item {
  background-color: #E8F0EB;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 94px 54px 65px;
  min-height: 400px;
  max-height: 400px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.custom_posts_section .custom_posts_grid .posts-three-item:nth-child(2n) {
  background-color: #EDF7F1;
}
.custom_posts_section .custom_posts_grid .posts-three-item:hover,
.custom_posts_section .custom_posts_grid .posts-three-item:nth-child(2n):hover {
  background-color: #0E3F23;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_grid .posts-three-item:hover .content-area,
.custom_posts_section .custom_posts_grid .posts-three-item:nth-child(2n):hover .content-area {
  border-left: 1px solid #82e3ab;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_grid .posts-three-item:hover h4,
.custom_posts_section .custom_posts_grid .posts-three-item:nth-child(2n):hover h4 {
  color: #82e3ab;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 30px;
}
.custom_posts_section .custom_posts_grid .posts-three-item:hover p,
.custom_posts_section .custom_posts_grid .posts-three-item:nth-child(2n):hover p {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_grid .posts-three-item:hover .learn-more,
.custom_posts_section .custom_posts_grid .posts-three-item:nth-child(2n):hover .learn-more {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_grid .posts-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-wrap-mobile: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.custom_posts_section .custom_posts_grid .content-area {
  border-left: 1px solid #8BB39C;
  padding-left: 40px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_grid .content-area h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 0;
}
.custom_posts_section .custom_posts_grid .content-area p {
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
.custom_posts_section .custom_posts_grid .learn-more {
  color: #0e3f23;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_grid .learn-more i {
  color: #52b97d;
  margin: 2px 0 0 10px;
  font-size: 26px;
}
.custom_posts_section .custom_posts_icon {
  position: relative;
}
.custom_posts_section .custom_posts_icon .row:hover .posts-three-item:not(:hover) {
  -webkit-box-flex: 0.9;
      -ms-flex-positive: 0.9;
          flex-grow: 0.9;
  max-width: calc(21% - 10px);
}
.custom_posts_section .custom_posts_icon .posts-three-item {
  background-color: #ebe7ee;
  margin-bottom: 0 !important;
  padding: 40px 30px;
  min-height: 350px;
  max-height: 350px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.custom_posts_section .custom_posts_icon .posts-three-item:nth-child(2n) {
  background-color: #f3f1f5;
}
.custom_posts_section .custom_posts_icon .posts-three-item:hover,
.custom_posts_section .custom_posts_icon .posts-three-item:nth-child(2n):hover {
  -webkit-box-flex: 1.5;
      -ms-flex-positive: 1.5;
          flex-grow: 1.5;
  max-width: calc(40% - 10px);
  background-color: #301938;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_icon .posts-three-item:hover .content-area,
.custom_posts_section .custom_posts_icon .posts-three-item:nth-child(2n):hover .content-area {
  border-left: 1px solid #9E54BA;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_icon .posts-three-item:hover h4,
.custom_posts_section .custom_posts_icon .posts-three-item:nth-child(2n):hover h4 {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 20px;
}
.custom_posts_section .custom_posts_icon .posts-three-item:hover p,
.custom_posts_section .custom_posts_icon .posts-three-item:nth-child(2n):hover p {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_icon .posts-three-item:hover .icon,
.custom_posts_section .custom_posts_icon .posts-three-item:nth-child(2n):hover .icon {
  -webkit-filter: invert(29%) sepia(96%) saturate(414%) hue-rotate(230deg) brightness(88%) contrast(96%);
          filter: invert(29%) sepia(96%) saturate(414%) hue-rotate(230deg) brightness(88%) contrast(96%);
}
.custom_posts_section .custom_posts_icon .posts-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-wrap-mobile: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.custom_posts_section .custom_posts_icon .icon {
  margin-bottom: 50px;
}
.custom_posts_section .custom_posts_icon .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom_posts_section .custom_posts_icon .content-area {
  border-left: 1px solid #176739;
  padding-left: 40px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_icon .content-area h4 {
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 0;
}
.custom_posts_section .custom_posts_icon .content-area p {
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
.custom_posts_section .custom_posts_image .posts-three-item {
  -webkit-transition: 300ms;
  transition: 300ms;
  min-height: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 24px;
  text-align: center;
  position: relative;
}
.custom_posts_section .custom_posts_image .posts-three-item::before {
  content: "";
}
.custom_posts_section .custom_posts_image .posts-three-item .posts-item-content {
  position: relative;
}
.custom_posts_section .custom_posts_image .posts-three-item .posts-item-content h3,
.custom_posts_section .custom_posts_image .posts-three-item .posts-item-content p,
.custom_posts_section .custom_posts_image .posts-three-item .posts-item-content .filled-theme-btn {
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_image .posts-three-item:hover {
  scale: 1.05;
  z-index: 10;
}
.custom_posts_section .custom_posts_image .posts-three-item:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_image .posts-three-item:hover h3 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 22px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_image .posts-three-item:hover p {
  letter-spacing: 0.2px;
  color: #fff;
  margin-bottom: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  display: block;
  transition: 0.2s;
}
.custom_posts_section .custom_posts_image .posts-three-item:hover .filled-theme-btn,
.custom_posts_section .custom_posts_image .posts-three-item:hover .filled-theme-btn.transparent_btn_bg {
  color: #fff !important;
  padding: 10px 20px !important;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.custom_posts_section .custom_posts_image .posts-three-item:hover .filled-theme-btn:hover,
.custom_posts_section .custom_posts_image .posts-three-item:hover .filled-theme-btn.transparent_btn_bg:hover {
  background-color: #52b97d !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #52b97d;
}

#style_b .custom_posts_section .filled-theme-btn.transparent_btn_bg {
  color: #176739 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

#style_b .custom_posts_section .custom_posts_image .filled-theme-btn.transparent_btn_bg {
  color: #fff !important;
}

#style_b .custom_posts_section .filled-theme-btn.transparent_btn_bg:hover {
  color: #fff !important;
}

.width80 {
  max-width: 80%;
  margin: auto;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .width80 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .width80 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .width80 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .width80 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .width80 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .width80 {
    max-width: 100%;
  }
}

.feature-item {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: none;
  border-radius: 0px;
  position: relative;
  margin-bottom: 30px;
}
.feature-item:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0008);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0008);
}
@media only screen and (max-width: 375px) {
  .feature-item {
    display: block;
  }
}
.feature-item .icon {
  margin-right: 25px;
}
.feature-item .icon .ficon.salmon {
  color: #925EF8;
}
.feature-item .icon .ficon.gray {
  color: #A7A7A7;
}
.feature-item .icon .ficon.white {
  color: #FFFFFF;
}
.feature-item .icon .ficon.black {
  color: #000000;
}
.feature-item p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.feature-item h4 {
  text-align: left;
  line-height: 1.333;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: "Manrope", sans-serif;
  margin-bottom: 15px;
}
.feature-item .learn-more {
  margin-top: 12px;
}
.feature-item .feature-btn {
  width: 45px;
  height: 45px;
  background: white;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  color: #B8A7DA;
  position: absolute;
  right: 30px;
  top: -20px;
  -webkit-box-shadow: 10px 0px 60px 0px rgba(16, 76, 186, 0.3);
          box-shadow: 10px 0px 60px 0px rgba(16, 76, 186, 0.3);
}

/* Feature Style Two */
.feature-item-two {
  min-height: 250px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}
.feature-item-two .inner-wrap {
  vertical-align: middle;
  display: inline-block;
}
.feature-item-two:hover {
  border-color: rgba(146, 94, 248, 0.0025);
  background: #B8A7DA;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.001);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.001);
}
.feature-item-two .icon i {
  color: #ededed;
  font-size: 50px;
  padding-top: 0px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #000000 !important;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
}
.feature-item-two p {
  margin-bottom: 0;
  font-size: 0.888rem;
  color: #FFFFFF !important;
}
.feature-item-two h4 {
  text-align: center;
  line-height: 1.333;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
  margin: auto !important;
}

/* Parallax block Style */
.parallax-section {
  background-color: #000000 !important;
  width: 100%;
  color: #FFFFFF;
  padding: 100px 0px;
  margin-bottom: 0px;
}
.parallax-section .section-text p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #FFFFFF;
}
.parallax-section .parablock {
  margin: auto;
}
.parallax-section h2 {
  text-align: center;
  line-height: 1.333;
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
}
.parallax-section h3 {
  text-align: center;
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
  line-height: 1.333;
}

.parallax-section-image {
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 5%;
  background-size: cover;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: top center;
  -webkit-transition: background-position 0s !important;
  transition: background-position 0s !important;
}

.custom_posts_section .posts-three-item .posts-item-content {
  position: relative;
}

@media (max-width: 990px) {
  .custom_posts_image .posts-three-item::before {
    content: "";
  }
  .custom_posts_image .posts-three-item:hover {
    scale: 1.05;
    z-index: 10;
  }
  .custom_posts_image .posts-three-item:hover::before {
    content: none;
  }
  .custom_posts_section .custom_posts_image .posts-three-item {
    position: relative;
    overflow: hidden;
    min-height: 420px;
  }
  .custom_posts_section .custom_posts_image .posts-three-item .posts-item-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 14px;
    text-align: left;
    z-index: 2;
    color: #fff;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    max-height: 150px;
    overflow: hidden;
  }
  .custom_posts_section .custom_posts_image .posts-three-item .posts-item-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    z-index: 3;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
    backdrop-filter: blur(1.5px);
  }
  .custom_posts_section .custom_posts_image .posts-three-item .posts-item-content h3, .custom_posts_section .custom_posts_image .posts-three-item .posts-item-content p {
    display: block !important;
    color: #fff !important;
    margin: 0 0 6px;
  }
  .custom_posts_section .custom_posts_image .posts-three-item .posts-item-content p {
    width: 100% !important;
  }
  .custom_posts_section .custom_posts_image .posts-three-item .posts-item-content.is-open {
    max-height: none;
    overflow: visible;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0, 0, 0, 0.6705882353);
    top: 0;
  }
  .custom_posts_section .custom_posts_image .posts-three-item .posts-item-content.is-open::after {
    display: none;
  }
  .custom_posts_section .custom_posts_image .posts-three-item .posts-item-content .filled-theme-btn {
    display: none !important;
  }
}
.cta-section {
  position: relative;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.cta-section .container-fluid {
  position: relative;
  z-index: 1;
}
.cta-section h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: 80px;
  font-size: 42px;
  line-height: 46px;
  font-size: 42px;
  line-height: 46px;
  font-size: 42px;
  line-height: 46px;
  font-size: 42px;
  line-height: 46px;
  font-size: 42px;
  line-height: 46px;
}
.cta-section .highlight.black {
  color: #000;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.cta-section .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.cta-section .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.cta-section .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.cta-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta-section .row .cta_content_area {
  position: relative;
}
.cta-section .row .cta_content_area .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-section .row .cta_image_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.cta-section .row .cta_image_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-section .filled-theme-btn.transparent_btn_bg {
  color: #176739 !important;
}

/*******************************************************/
/***************** 10. Services Section ****************/
/*******************************************************/
.service-box {
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.service-box:hover .service-normal {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.service-box:hover .service-hover {
  bottom: 0;
}

.service-normal,
.service-hover {
  padding: 25px;
  border-radius: 5px;
}

.service-normal {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #e7edf8;
}
.service-normal h6 {
  margin-bottom: 15px;
}
.service-normal .btn-circle {
  margin-top: 10px;
  color: #B8A7DA;
  display: inline-block;
  width: 33px;
  height: 33px;
  background: #ededed;
  line-height: 33px;
  border-radius: 50%;
  text-align: center;
}

.service-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-hover h3 {
  margin-bottom: 20px;
}
.service-hover .theme-btn {
  display: block;
  margin-top: 30px;
  padding: 10px 20px;
  background: #285ec1;
}

.service-normal.style-two {
  text-align: center;
  margin-bottom: 20px;
  padding: 25px 15px 10px;
}

/* Service Style Two */
.service-two-wrap {
  z-index: 1;
  position: relative;
  margin-bottom: -40px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media only screen and (max-width: 1199px) {
  .service-two-wrap {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

.service-style-two {
  background: white;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 25px 15px 15px;
}
/* Service Style Three */
.services-three {
  z-index: 1;
  position: relative;
  font-size: 18px;
}
.services-three:after {
  content: "";
  height: 90%;
  width: 40%;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  background: url(../images/about/about-bg-shape.png) no-repeat bottom;
}
@media only screen and (max-width: 991px) {
  .services-three:after {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.service-three-item {
  margin-bottom: 35px;
}
.service-three-item .icon {
  width: 105px;
  height: 105px;
  background: white;
  line-height: 105px;
  border-radius: 50%;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}
.service-three-item .icon i {
  margin: 10px 0 0;
}
.service-three-item h4 {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.333;
  color: #585858;
  text-transform: uppercase;
}
.service-three-item h4 a {
  color: #585858;
}
.service-three-item h4 a:hover {
  color: #B8A7DA;
}
.service-three-item h5 {
  margin-bottom: 20px;
  line-height: 1.333;
  color: #B8A7DA;
  font-weight: 700;
}
.service-three-item p {
  color: #585858;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}

/* Service Style Four */
.service-item-four {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
  padding: 0 25px 20px;
}
.service-item-four img {
  width: 100%;
  border-radius: 5px;
}
.service-item-four:before {
  position: absolute;
  content: "";
  height: 90%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  background: white;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.service-four-content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-four-content i {
  font-size: 50px;
  color: #B8A7DA;
}

.service-title-area {
  margin-right: 15px;
}
.service-title-area .category {
  color: #B8A7DA;
}
.service-title-area h3 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .service-title-area h3 {
    font-size: 18px;
  }
}

/* Service Five */
.who-we-are.overlay:before {
  opacity: 1;
  height: 130%;
  background: #232323;
}
@media only screen and (max-width: 991px) {
  .who-we-are.overlay:before {
    height: 110%;
  }
}

.service-item-five {
  margin-bottom: 30px;
}
.service-item-five img {
  width: 100%;
}
.service-item-five:hover .service-content-five {
  background: white;
  border-color: #FFFFFF;
}
.service-item-five:hover .service-content-five .icon i {
  color: #B8A7DA;
}
.service-item-five:hover .service-content-five h3 {
  color: #585858;
}
.service-item-five:hover .service-content-five p {
  color: #585858;
}

.service-content-five {
  padding: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #273540;
}
.service-content-five .icon {
  font-size: 45px;
  margin-bottom: 15px;
}
.service-content-five i, .service-content-five p, .service-content-five h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service-content-five .theme-btn {
  width: 100%;
  margin-top: 8px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Service Six */
.service-item-six {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-bottom: 30px;
}
.service-item-six .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #2F97F7;
  font-size: 25px;
  padding-top: 3px;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  background: rgba(47, 151, 247, 0.1215686275);
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
}
.service-item-six .service-content h5 {
  margin-bottom: 15px;
}
.service-item-six:last-child {
  margin-bottom: 0;
}
.service-item-six:last-child .icon {
  color: #9E59FF;
  background: rgba(158, 89, 255, 0.1215686275);
}

/* Service Details */
.service-details-content h2, .service-details-content h3, .service-details-content h4, .service-details-content h5, .service-details-content h6, .service-details-content p {
  margin-bottom: 15px;
}
.service-details-content h2 {
  font-size: 30px;
  font-weight: 500;
}
.service-details-content h3 {
  font-size: 24px;
  font-weight: 500;
}
.service-details-content .list-style-three {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-details-content .list-style-three li {
  width: 45%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .service-details-content .list-style-three li {
    width: 100%;
  }
}
.service-details-content .row {
  margin-left: -10px;
  margin-right: -10px;
}
.service-details-content .row > div {
  padding-left: 10px;
  padding-right: 10px;
}

/* Reference Customer Logos */
.who-we-are.overlay:before {
  opacity: 1;
  height: 130%;
  background: #232323;
}
@media only screen and (max-width: 991px) {
  .who-we-are.overlay:before {
    height: 110%;
  }
}

.reference-item-three {
  margin-bottom: 60px;
}
.reference-item-three img {
  width: auto;
  display: block;
  max-height: 80px;
  margin: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.reference-item-three img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.reference-item-three:hover .reference-content-three {
  background: white;
  border-color: #FFFFFF;
}
.reference-item-three:hover .reference-content-three .icon i {
  color: #B8A7DA;
}
.reference-item-three:hover .reference-content-three h3 {
  color: #585858;
}
.reference-item-three:hover .reference-content-three p {
  color: #585858;
}

.reference-content-three {
  padding: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #273540;
}
.reference-content-three .icon {
  font-size: 45px;
  margin-bottom: 15px;
}
.reference-content-three i, .reference-content-three p, .reference-content-three h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reference-content-three .theme-btn {
  width: 100%;
  margin-top: 8px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.counters-section .section-title h2 {
  font-size: 3em;
}
.counters-section .counter_items {
  text-align: center;
}
.counters-section .counter_items .counter {
  font-size: 6em;
  line-height: 1.2;
  font-weight: 900;
}
.counters-section .counter_items .counter-description {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

#style_b .counters-section {
  color: #1E1C20;
}
#style_b .counters-section .section-title h2 {
  color: #1E1C20;
}

.counters-section.counters-live-section {
  background: #EDF7F1;
  padding: 100px 0;
}
.counters-section.counters-live-section .counter-description {
  font-size: 18px;
}
.counters-section.counters-live-section .counter {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.counters-section.counters-live-section .counter .progress-ring {
  position: relative;
  width: 100%;
  height: 200px;
}
.counters-section.counters-live-section .counter .circle-progress {
  background: #fff;
  border-radius: 50%;
}
.counters-section.counters-live-section .counter .progress-ring-background,
.counters-section.counters-live-section .counter .progress-ring-fill {
  -webkit-transition: stroke-dashoffset 2s ease-in-out;
  transition: stroke-dashoffset 2s ease-in-out;
}
.counters-section.counters-live-section .counter .progress-ring-background {
  stroke: #e6e6e6;
}
.counters-section.counters-live-section .counter .progress-ring-fill {
  stroke: #FF5733;
  stroke-dasharray: 565.5;
  stroke-dashoffset: 565.5;
}
.counters-section.counters-live-section .counter .counter-data {
  text-align: center;
  width: 100%;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-top: 20px;
}
.counters-section.counters-live-section .counter .counter-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counters-section.counters-live-section .counter .counter-item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*******************************************************/
/******************* 24. FAQ Accordion Item ************/
/*******************************************************/
*:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

/* Single accordion */
.single-accordion {
  border: 1px solid #ededed;
  border-radius: 0px;
  margin-bottom: 4px;
}
.single-accordion .card-header {
  background: transparent;
  border-radius: 0px;
  border: 0;
  padding: 0;
}
.single-accordion .card-header h2 button, .single-accordion .card-header h2 a {
  font-size: 1.1rem;
  color: #585858;
  width: 100%;
  text-align: left;
  position: relative;
  background: rgba(237, 237, 237, 0.25);
  border-radius: 0px;
  border: 0;
  padding: 20px 60px 20px 20px;
  height: auto;
  line-height: 1.5;
  float: left;
  font-weight: 600;
  white-space: normal;
}
.single-accordion .card-header h2 button:after, .single-accordion .card-header h2 a:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: #585858;
  top: 50%;
  right: 40px;
}
.single-accordion .card-header h2 button:before, .single-accordion .card-header h2 a:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: #585858;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 40px;
}
.single-accordion .card-header h2 button i, .single-accordion .card-header h2 a i {
  float: left;
  margin-right: 10px;
  color: #585858;
  line-height: 1.5;
}
.single-accordion .card-header h2 button:not(.collapsed), .single-accordion .card-header h2 a:not(.collapsed) {
  color: #B8A7DA;
  background-color: #585858;
}
.single-accordion .card-header h2 button:not(.collapsed):before, .single-accordion .card-header h2 button:not(.collapsed):after, .single-accordion .card-header h2 a:not(.collapsed):before, .single-accordion .card-header h2 a:not(.collapsed):after {
  background: #B8A7DA;
}
.single-accordion .card-header h2 button:not(.collapsed) i, .single-accordion .card-header h2 a:not(.collapsed) i {
  color: #B8A7DA;
}
.single-accordion .card-header h2 button.collapsed:before, .single-accordion .card-header h2 a.collapsed:before {
  -webkit-transform: matrix(0, 1, -1, 0, 0, 0);
          transform: matrix(0, 1, -1, 0, 0, 0);
}
.single-accordion .card-header h2 button:hover, .single-accordion .card-header h2 a:hover {
  text-decoration: none;
}
.single-accordion .card-body p {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.5;
  color: #585858;
}

.single-accordion .card-header h2 button:hover, .single-accordion .card-header h2 button:focus, .single-accordion .card-header h2 button:active {
  text-decoration: none;
}

.accordion.style-two .single-accordion {
  -webkit-box-shadow: 0px 10px 54px rgba(151, 161, 178, 0.1411764706);
          box-shadow: 0px 10px 54px rgba(151, 161, 178, 0.1411764706);
  border: 0;
}
.accordion.style-two .single-accordion .card-header h2 button {
  background: transparent;
  padding: 14px 35px 14px 55px;
  color: #5B6880;
}
.accordion.style-two .single-accordion .card-body {
  padding: 10px 30px 35px 53px;
}

.accordion.style-two .single-accordion .card-header h2 button:before, .accordion.style-two .single-accordion .card-header h2 button:after {
  left: 30px;
  background: var(--main-color-one);
}

.accordion.style-two .single-accordion .card-header h2 button.collapsed:before, .accordion.style-two .single-accordion .card-header h2 button.collapsed:after {
  background: #5B6880;
}

.accordion.style-3 .single-accordion {
  border: 1px solid #ededed;
  border-radius: 0px;
  margin-bottom: 4px;
}
.accordion.style-3 .single-accordion .card-header {
  background: transparent;
  border-radius: 0px;
  border: 0;
  padding: 0;
}
.accordion.style-3 .single-accordion .card-header h2 button, .accordion.style-3 .single-accordion .card-header h2 a {
  font-size: 1.1rem;
  color: #585858;
  width: 100%;
  text-align: left;
  position: relative;
  background: rgba(237, 237, 237, 0.25);
  border-radius: 0px;
  border: 0;
  padding: 20px 60px 20px 20px;
  height: auto;
  line-height: 1.5;
  float: left;
  font-weight: 600;
  white-space: normal;
}
.accordion.style-3 .single-accordion .card-header h2 button:after, .accordion.style-3 .single-accordion .card-header h2 a:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: #585858;
  top: 50%;
  right: 40px;
}
.accordion.style-3 .single-accordion .card-header h2 button:before, .accordion.style-3 .single-accordion .card-header h2 a:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: #585858;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 40px;
}
.accordion.style-3 .single-accordion .card-header h2 button i, .accordion.style-3 .single-accordion .card-header h2 a i {
  float: left;
  margin-right: 10px;
  color: #585858;
  line-height: 1.5;
}
.accordion.style-3 .single-accordion .card-header h2 button:not(.collapsed), .accordion.style-3 .single-accordion .card-header h2 a:not(.collapsed) {
  color: #B8A7DA;
  background-color: #585858;
}
.accordion.style-3 .single-accordion .card-header h2 button:not(.collapsed):before, .accordion.style-3 .single-accordion .card-header h2 button:not(.collapsed):after, .accordion.style-3 .single-accordion .card-header h2 a:not(.collapsed):before, .accordion.style-3 .single-accordion .card-header h2 a:not(.collapsed):after {
  background: #B8A7DA;
}
.accordion.style-3 .single-accordion .card-header h2 button:not(.collapsed) i, .accordion.style-3 .single-accordion .card-header h2 a:not(.collapsed) i {
  color: #B8A7DA;
}
.accordion.style-3 .single-accordion .card-header h2 button.collapsed:before, .accordion.style-3 .single-accordion .card-header h2 a.collapsed:before {
  -webkit-transform: matrix(0, 1, -1, 0, 0, 0);
          transform: matrix(0, 1, -1, 0, 0, 0);
}
.accordion.style-3 .single-accordion .card-header h2 button:hover, .accordion.style-3 .single-accordion .card-header h2 a:hover {
  text-decoration: none;
}
.accordion.style-3 .single-accordion .card-body .section-text ul {
  padding: 0px 10px;
}
.accordion.style-3 .single-accordion .card-body .section-text p {
  padding: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #585858;
}

.marketing-landing-wrapper .faq-section .card-header h2 a:not(.collapsed) {
  color: #fff;
  background-color: #ff7714;
}
.marketing-landing-wrapper .faq-section .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.marketing-landing-wrapper .faq-section .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.marketing-landing-wrapper .faq-section .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.marketing-landing-wrapper .faq-section .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.marketing-landing-wrapper .single-accordion {
  border: none;
  border-radius: 0px;
  background: none;
  margin-bottom: 14px;
  border-bottom: 1px solid #dbdbdb !important;
}
.marketing-landing-wrapper .single-accordion .card-header h2 a {
  color: #333;
  background: none;
  font-size: 22px;
}
.marketing-landing-wrapper .single-accordion .card-header h2 a i {
  color: #000000;
}
.marketing-landing-wrapper .single-accordion .card-header h2 a:not(.collapsed):before,
.marketing-landing-wrapper .single-accordion .card-header h2 a:not(.collapsed):after {
  background: #fff;
}

/*******************************************************/
/***************** 12. Feature Section *****************/
/*******************************************************/
.width80 {
  max-width: 80%;
  margin: auto;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .width80 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .width80 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .width80 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .width80 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .width80 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .width80 {
    max-width: 100%;
  }
}

.feature-item {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: none;
  border-radius: 0px;
  position: relative;
  margin-bottom: 30px;
}
.feature-item:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0008);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0008);
}
@media only screen and (max-width: 375px) {
  .feature-item {
    display: block;
  }
}
.feature-item .icon {
  margin-right: 25px;
}
.feature-item .icon .ficon.salmon {
  color: #925EF8;
}
.feature-item .icon .ficon.gray {
  color: #A7A7A7;
}
.feature-item .icon .ficon.white {
  color: #FFFFFF;
}
.feature-item .icon .ficon.black {
  color: #000000;
}
.feature-item p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.feature-item h4 {
  text-align: left;
  line-height: 1.333;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: "Manrope", sans-serif;
  margin-bottom: 15px;
}
.feature-item .learn-more {
  margin-top: 12px;
}
.feature-item .feature-btn {
  width: 45px;
  height: 45px;
  background: white;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  color: #B8A7DA;
  position: absolute;
  right: 30px;
  top: -20px;
  -webkit-box-shadow: 10px 0px 60px 0px rgba(16, 76, 186, 0.3);
          box-shadow: 10px 0px 60px 0px rgba(16, 76, 186, 0.3);
}

/* Feature Style Two */
.feature-item-two {
  min-height: 250px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}
.feature-item-two .inner-wrap {
  vertical-align: middle;
  display: inline-block;
}
.feature-item-two:hover {
  border-color: rgba(146, 94, 248, 0.0025);
  background: #B8A7DA;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.001);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.001);
}
.feature-item-two .icon i {
  color: #ededed;
  font-size: 50px;
  padding-top: 0px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #000000 !important;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
}
.feature-item-two p {
  margin-bottom: 0;
  font-size: 0.888rem;
  color: #FFFFFF !important;
}
.feature-item-two h4 {
  text-align: center;
  line-height: 1.333;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
  margin: auto !important;
}

/* Parallax block Style */
.parallax-section {
  background-color: #000000 !important;
  width: 100%;
  color: #FFFFFF;
  padding: 100px 0px;
  margin-bottom: 0px;
}
.parallax-section .section-text p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #FFFFFF;
}
.parallax-section .parablock {
  margin: auto;
}
.parallax-section h2 {
  text-align: center;
  line-height: 1.333;
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
}
.parallax-section h3 {
  text-align: center;
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
  line-height: 1.333;
}

.parallax-section-image {
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 5%;
  background-size: cover;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: top center;
  -webkit-transition: background-position 0s !important;
  transition: background-position 0s !important;
}

/*******************************************************/
/****************** 13. Work Progress ******************/
/*******************************************************/
@media only screen and (max-width: 575px) {
  .work-progress-area .section-title-with-btn {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .work-progress-area .section-title-with-btn h2 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .work-progress-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.work-progress-item {
  margin: 50px auto 0;
  text-align: center;
  max-width: 190px;
}
.work-progress-item .icon {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  width: 130px;
  height: 130px;
  background: #285ec1;
  line-height: 130px;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .work-progress-item .icon {
    width: 100px;
    height: 100px;
    background: #285ec1;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
  }
}
.work-progress-item .icon i {
  color: #FFFFFF;
  margin: 12px 0 0;
}
@media only screen and (max-width: 575px) {
  .work-progress-item .icon i {
    font-size: 45px;
  }
}
.work-progress-item .icon .progress-step {
  top: 5px;
  right: 5px;
  font-weight: 500;
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #B8A7DA;
}

.progress-bg-line {
  position: relative;
  z-index: 1;
}
.progress-bg-line:after {
  position: absolute;
  width: 90%;
  height: 80px;
  content: "";
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: url(../images/background/progress-bg-line.png) no-repeat center/cover;
}
@media only screen and (max-width: 991px) {
  .progress-bg-line:after {
    display: none;
  }
}

/* Work Progess Two */
.work-progress-two {
  -webkit-transform: translateY(95px);
          transform: translateY(95px);
}

.work-progress-inner-two {
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.progress-item-two {
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 0 40px 60px;
  border-right: 1px solid #e6e8eb;
}
@media only screen and (max-width: 991px) {
  .progress-item-two {
    border: none;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-item-two {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.progress-item-two .icon {
  color: #FFFFFF;
  font-size: 60px;
  padding-top: 8px;
  margin: 0 auto -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 125px;
  height: 125px;
  background: #B8A7DA;
  line-height: 125px;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .progress-item-two .icon {
    width: 100px;
    height: 100px;
    padding-top: 0;
    font-size: 45px;
  }
}
.progress-item-two .learn-more {
  font-size: 14px;
  font-weight: 500;
  color: #585858;
}
.progress-item-two .learn-more i {
  color: #B8A7DA;
}
.progress-item-two .progress-step {
  position: absolute;
  font-size: 125px;
  font-weight: 900;
  opacity: 0.06;
  left: 50%;
  z-index: -1;
  bottom: 5px;
  line-height: 1;
  color: #B8A7DA;
  font-family: "Manrope", sans-serif;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

/* Work Progress Three */
.work-progress-three {
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.progress-item-two.style-two {
  border: none;
  margin-top: -65px;
  padding: 0 15px 30px;
}
.progress-item-two.style-two .progress-step {
  left: 0;
  top: 55px;
  z-index: 1;
  color: #f7f7f7;
  font-weight: 400;
  position: relative;
}
.progress-item-two.style-two .icon {
  background: white;
  margin-bottom: 25px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.progress-item-two.style-two .icon i {
  color: #B8A7DA;
}
.progress-item-two.style-two .learn-more,
.progress-item-two.style-two .learn-more i {
  color: #FFFFFF;
}
.progress-item-two.style-two p {
  opacity: 0.8;
}

/* Work Progress Four */
.work-progress-area-four .container {
  max-width: 1380px;
}

/*******************************************************/
/****************** 14. Case Page Single *******************/
/*******************************************************/
/*---- Breadcumb Single Case---*/
.single-case-banner {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (max-width: 991px) {
  .single-case-banner {
    min-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .single-case-banner {
    min-height: 450px;
  }
}
.single-case-banner:after {
  background: url(../images/blogs/blog_featured_pattern.svg) no-repeat center center;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
}
.single-case-banner:before {
  background: #282828;
  z-index: -2;
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
}
.single-case-banner .page-title {
  color: #FFFFFF;
  text-transform: none;
  text-align: center !important;
}
@media only screen and (max-width: 991px) {
  .single-case-banner .page-title {
    font-size: 3.052rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-case-banner .page-title {
    font-size: 1.953rem;
  }
}
@media only screen and (max-width: 375px) {
  .single-case-banner .page-title {
    font-size: 1.953rem;
  }
}
.single-case-banner .sub-title {
  color: #FFFFFF;
  text-transform: none;
  text-align: center !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}
.single-case-banner .sub-title span {
  color: #B8A7DA;
}
@media only screen and (max-width: 991px) {
  .single-case-banner .sub-title {
    font-size: 3.052rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-case-banner .sub-title {
    font-size: 1.953rem;
  }
}
@media only screen and (max-width: 375px) {
  .single-case-banner .sub-title {
    font-size: 1.953rem;
  }
}
.single-case-banner .breadcrumb-blogs {
  margin: auto;
  padding: 0;
  display: block;
  background: transparent;
  text-align: center;
}
.single-case-banner .breadcrumb-blogs .breadcrumb-item {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
}
.single-case-banner .breadcrumb-blogs .breadcrumb-item a {
  color: #FFFFFF;
}
.single-case-banner .breadcrumb-blogs .breadcrumb-item a:hover {
  color: #B8A7DA !important;
}
.single-case-banner .breadcrumb-blogs .breadcrumb-item.active {
  color: #B8A7DA;
  font-weight: 600;
}
.single-case-banner .breadcrumb-blogs .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  margin: 0px 5px;
  font-weight: 600;
  color: #FFFFFF;
}
.single-case-banner .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  text-transform: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}
.single-case-banner .breadcrumb .breadcrumb-item {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}
.single-case-banner .breadcrumb .breadcrumb-item a {
  color: #FFFFFF;
}
.single-case-banner .breadcrumb .breadcrumb-item a:hover {
  color: #B8A7DA !important;
}
.single-case-banner .breadcrumb .breadcrumb-item.active {
  color: #B8A7DA;
  font-weight: 600;
}
.single-case-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  margin: 0px 5px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #B8A7DA;
}
.single-case-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before + .breadcrumb-item::before {
  content: "\f054";
  margin: 0px 5px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #B8A7DA;
}
.single-case-banner .breadcrumb a {
  color: #FFFFFF;
}
.single-case-banner .breadcrumb a:hover {
  color: #B8A7DA !important;
}
.single-case-banner .breadcrumb.active {
  color: #B8A7DA;
  font-weight: 600;
}
.single-case-banner .breadcrumb + .item-current::before {
  content: "\f054";
  margin: 0px 5px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #B8A7DA;
}

.single-case-section blockquote {
  color: #585858;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0px;
  margin: 0px;
  clear: both;
  position: relative;
  text-align: center;
}
.single-case-section blockquote:before {
  content: "\f10e";
  font-size: 3.052rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  color: #925EF8;
  padding-bottom: 0;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .single-case-section blockquote {
    font-size: 18px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .single-case-section blockquote {
    font-size: 16px;
  }
}
.single-case-section .author {
  display: block;
  font-size: 16px;
  padding: 0px;
  margin: 30px 0px 0px;
  font-weight: 500;
  text-align: center;
}
.single-case-section .author-description {
  display: block;
  margin: 30px 0px 0px;
  text-align: center;
}
.single-case-section .author-description .designation span {
  font-weight: 400;
  font-size: 16px;
  color: #585858;
}
.single-case-section .author-description .designation .company {
  font-weight: 500;
}
.single-case-section .author-description .designation .company:before {
  content: "|";
  margin: 0px 5px;
}
@media only screen and (max-width: 375px) {
  .single-case-section .author-description .designation h5 {
    font-size: 16px;
  }
}

.case-details-content:after,
.case-standard-content:after {
  content: "";
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 110vw;
  background: white;
  position: absolute;
}

/* case Single Page */
.case-page-area,
.case-details-area {
  position: relative;
  z-index: 1;
}
.case-page-area .col-md-6,
.case-details-area .col-md-6 {
  display: none;
}
.case-page-area .container > .row,
.case-details-area .container > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.case-page-area .container > .row > div,
.case-details-area .container > .row > div {
  padding-left: 30px;
  padding-right: 30px;
}
.case-page-area .divider,
.case-details-area .divider {
  width: 80%;
  margin: 60px auto;
  border-radius: 1px;
  border: 1px solid #925EF8;
}
.case-page-area .social-style-one,
.case-details-area .social-style-one {
  margin: auto;
  text-align: center;
  display: block;
}
.case-page-area .social-style-one .fab, .case-page-area .social-style-one .fa-linkedin, .case-page-area .social-style-one .fa-instagram, .case-page-area .social-style-one .fa-facebook,
.case-details-area .social-style-one .fab,
.case-details-area .social-style-one .fa-linkedin,
.case-details-area .social-style-one .fa-instagram,
.case-details-area .social-style-one .fa-facebook {
  width: 53px;
  height: 53px;
  font-size: 1.953rem;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #FFFFFF;
  background: #585858 !important;
}
.case-page-area .social-style-one .fab:hover, .case-page-area .social-style-one .fa-linkedin:hover, .case-page-area .social-style-one .fa-instagram:hover, .case-page-area .social-style-one .fa-facebook:hover,
.case-details-area .social-style-one .fab:hover,
.case-details-area .social-style-one .fa-linkedin:hover,
.case-details-area .social-style-one .fa-instagram:hover,
.case-details-area .social-style-one .fa-facebook:hover {
  color: #585858;
  background: #B8A7DA !important;
}

.case-standard-item .image,
.case-details-content .image {
  margin-bottom: 35px;
}
.case-standard-item .image img,
.case-details-content .image img {
  width: 100%;
}
.case-standard-item h3,
.case-details-content h3 {
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .case-standard-item h3,
  .case-details-content h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .case-standard-item h3,
  .case-details-content h3 {
    font-size: 20px;
  }
}
.case-standard-item p,
.case-details-content p {
  margin-bottom: 25px;
}

.case-details-content .case-excerpt .case-excerpt-text p {
  font-weight: 600;
  text-align: center;
}
.case-details-content .case-excerpt .divider {
  width: 50%;
  margin: 40px auto 10px auto;
  border-radius: 1px;
  border: 1px solid #925EF8;
}

.counters-section .section-title h2 {
  font-size: 3em;
}
.counters-section .counter_items {
  text-align: center;
}
.counters-section .counter_items .counter {
  font-size: 6em;
  line-height: 1.2;
  font-weight: 900;
}
.counters-section .counter_items .counter-description {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

#style_b .counters-section {
  color: #1E1C20;
}
#style_b .counters-section .section-title h2 {
  color: #1E1C20;
}

.counters-section.counters-live-section {
  background: #EDF7F1;
  padding: 100px 0;
}
.counters-section.counters-live-section .counter-description {
  font-size: 18px;
}
.counters-section.counters-live-section .counter {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.counters-section.counters-live-section .counter .progress-ring {
  position: relative;
  width: 100%;
  height: 200px;
}
.counters-section.counters-live-section .counter .circle-progress {
  background: #fff;
  border-radius: 50%;
}
.counters-section.counters-live-section .counter .progress-ring-background,
.counters-section.counters-live-section .counter .progress-ring-fill {
  -webkit-transition: stroke-dashoffset 2s ease-in-out;
  transition: stroke-dashoffset 2s ease-in-out;
}
.counters-section.counters-live-section .counter .progress-ring-background {
  stroke: #e6e6e6;
}
.counters-section.counters-live-section .counter .progress-ring-fill {
  stroke: #FF5733;
  stroke-dasharray: 565.5;
  stroke-dashoffset: 565.5;
}
.counters-section.counters-live-section .counter .counter-data {
  text-align: center;
  width: 100%;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-top: 20px;
}
.counters-section.counters-live-section .counter .counter-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counters-section.counters-live-section .counter .counter-item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*******************************************************/
/***************** 15. Gallery Section *****************/
/*******************************************************/
.gallery-section:before {
  opacity: 1;
  height: 50%;
  background: #B8A7DA;
}

.gallery-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.gallery-item:hover .gallery-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gallery-item .videos {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}
.gallery-item .videos iframe, .gallery-item .videos object, .gallery-item .videos embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-item img {
  width: 100%;
}
.gallery-item .gallery-content {
  left: 0px;
  bottom: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: none;
          transform: none;
}
.gallery-item .gallery-content .category {
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}

.portfolio-section h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .portfolio-section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .portfolio-section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.portfolio-section .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.portfolio-section .highlight.purple {
  color: #4F2A5D;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.portfolio-section .highlight.green {
  color: #176739;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.portfolio-section .highlight.orange {
  color: #EB6D12;
  font-weight: 600;
  font-family: "Manrope Bold";
}

.video-thumbnail {
  width: 100%;
  cursor: pointer;
  position: relative;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 0, 0, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.play-button::after {
  content: "▶";
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.portfolio-section.videos-hub-slider {
  background-color: #f5f5f5;
}
.portfolio-section.videos-hub-slider .read-more {
  color: #000;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.portfolio-section.videos-hub-slider .read-more:hover {
  color: #176739;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.portfolio-section.videos-hub-slider .read-more i {
  color: #176739;
  font-size: 28px;
  margin-left: 10px;
}
.portfolio-section.videos-hub-slider p {
  color: #000;
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
}
.portfolio-section.videos-hub-slider .videos-hub-item img {
  max-height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-section.videos-hub-slider .section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio-section.videos-hub-slider .section-text p {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}
.portfolio-section.videos-hub-slider .video-hub-carousel .row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.portfolio-section.videos-hub-slider .video-hub-carousel .slick-next,
.portfolio-section.videos-hub-slider .video-hub-carousel .slick-prev {
  background: none;
  font-size: 26px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -70px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.portfolio-section.videos-hub-slider .video-hub-carousel .slick-next:hover,
.portfolio-section.videos-hub-slider .video-hub-carousel .slick-prev:hover {
  color: #176739;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.portfolio-section.videos-hub-slider .video-hub-carousel .slick-next i,
.portfolio-section.videos-hub-slider .video-hub-carousel .slick-prev i {
  color: #176739;
  font-size: 36px;
  margin: 0 10px;
}
.portfolio-section.videos-hub-slider .video-hub-carousel .slick-next {
  left: 30%;
}
.portfolio-section.videos-hub-slider .video-hub-carousel .slick-prev {
  left: 15%;
}
.portfolio-section.videos-hub-slider .video-hub-carousel iframe {
  width: 100%;
}
.portfolio-section.videos-hub-slider .videos-hub-content {
  color: #000;
  padding-right: 8vw;
}
.portfolio-section.videos-hub-slider .videos-hub-content h4 {
  color: #000;
  font-size: 30px !important;
  line-height: 36px !important;
  margin-bottom: 40px;
}

.portfolio-section.videos-hub-slider h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-section.videos-hub-slider h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-section.videos-hub-slider h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-section.videos-hub-slider h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .portfolio-section.videos-hub-slider h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .portfolio-section.videos-hub-slider h2 {
    font-size: 42px;
    line-height: 46px;
  }
}

.videos-hub {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.videos-hub .videos {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.videos-hub .videos iframe, .videos-hub .videos object, .videos-hub .videos embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos-hub img {
  width: 100%;
}
.videos-hub .gallery-content {
  left: 0px;
  bottom: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: none;
          transform: none;
}
.videos-hub .gallery-content .category {
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}
.videos-hub.videohub .gallery-content {
  background: #FFFFFF;
  border-radius: 10px;
  color: #585858;
  height: 100px;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  display: block;
  position: relative;
}
.videos-hub.videohub .gallery-content p {
  margin-bottom: 20px;
  color: #585858;
  font-size: 0.888rem;
  line-height: 1.5;
}
.videos-hub.videohub .gallery-content h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #585858;
}
.videos-hub.videohub .gallery-content h4 a {
  color: #585858;
}
.videos-hub.videohub .gallery-content h4 a:hover {
  color: #B8A7DA;
}
.videos-hub.videohub img {
  border-radius: 10px;
}

/* Gallery Style Two */
.gallery-section-two:before,
.gallery-section-three:before {
  opacity: 1;
  height: 70%;
  background: #ededed;
}

.gallery-item.style-two {
  margin-bottom: 30px;
  border-radius: 10px;
}
.gallery-item.style-two .gallery-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 25px 0 25px 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#282828), to(transparent));
  background: linear-gradient(to top, #282828, transparent);
}
.gallery-item.style-two .gallery-content h5 {
  padding-bottom: 15px;
  border-bottom: 1px solid #925EF8;
}
.gallery-item.style-two .gallery-content .gallery-content-inner {
  width: 100%;
}

/* Team Profile section Style */
.team-projects-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.team-projects-item:hover .team-projects-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.team-projects-item img {
  width: 100%;
}
.team-projects-item .team-projects-content {
  left: 20px;
  bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: calc(100% - 40px);
  padding: 22px 22px 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(calc(100% + 30px));
          transform: translateY(calc(100% + 30px));
}
.team-projects-item .team-projects-content .category {
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}

.team-projects-section:before {
  opacity: 1;
  height: 70%;
  background: rgba(184, 167, 218, 0.7);
}

.team-projects-section-title .sub-title {
  color: #585858;
}
@media only screen and (min-width: 1501px) {
  .team-projects-section-title {
    width: 20%;
  }
}

@media only screen and (min-width: 1501px) {
  .team-projects-wrap {
    left: 20%;
    position: relative;
    margin-top: -325px;
  }
}
@media only screen and (max-width: 1500px) {
  .team-projects-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.team-projects-carousel-arrow .slick-arrow {
  margin-right: 20px;
  width: 55px;
  height: 55px;
  background: #585858;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  color: #B8A7DA;
}
.team-projects-carousel-arrow .slick-arrow:hover {
  color: #585858;
  width: 55px;
  height: 55px;
  background: #925EF8;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
}

.team-projects-item.style-three {
  padding-left: 15px;
  padding-right: 15px;
}
.team-projects-item.style-three:hover .team-projects-content {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #B8A7DA;
}
.team-projects-item.style-three:hover .team-projects-content a {
  color: #585858;
}
.team-projects-item.style-three .team-projects-content {
  left: 30px;
  background: #585858;
  border-radius: 10px;
  width: calc(100% - 60px);
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.team-projects-item.style-three img {
  border-radius: 10px;
}

/* Gallery Style Three */
@media only screen and (min-width: 1501px) {
  .gallery-section-title {
    width: 20%;
  }
}

@media only screen and (min-width: 1501px) {
  .gallery-three-wrap {
    left: 20%;
    position: relative;
    margin-top: -325px;
  }
}
@media only screen and (max-width: 1500px) {
  .gallery-three-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gallery-carousel-arrow .slick-arrow {
  margin-right: 20px;
  width: 55px;
  height: 55px;
  background: white;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  color: #B8A7DA;
}

.gallery-item.style-three {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.gallery-item.style-three .gallery-content {
  left: 0px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: -25px 0px 0px;
  color: #585858;
  height: 120px;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  display: block;
  position: relative;
}
.gallery-item.style-three .gallery-content h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #585858;
}
.gallery-item.style-three .gallery-content h4 a {
  color: #585858;
}
.gallery-item.style-three .gallery-content h4 a:hover {
  color: #B8A7DA;
}
.gallery-item.style-three img {
  border-radius: 10px 10px 0px 0px;
}

/* Gallery Style Four */
.gallery-item.style-four {
  margin-bottom: 30px;
}
.gallery-item.style-four .gallery-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  background: rgba(14, 30, 42, 0.85);
}
.gallery-item.style-four:hover .gallery-content {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* Gallery Style Five */
@media only screen and (max-width: 1500px) {
  .gallery-section-five {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gallery-section-five .container {
  max-width: 1600px;
}
.gallery-section-five:before {
  opacity: 1;
  height: 120%;
  background-color: #ededed;
  background-image: url(../images/gallery/gallery-bg.png);
}

.gallery-item-five {
  position: relative;
  margin-bottom: 30px;
}
.gallery-item-five img {
  width: 100%;
}
.gallery-item-five .gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#060020), to(transparent));
  background: linear-gradient(to top, #060020, transparent);
}
.gallery-item-five .gallery-content h3 {
  margin-bottom: 5px;
}
.gallery-item-five .gallery-content .gallery-btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  right: 22px;
  top: -20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #B8A7DA;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.gallery-item-five:hover .gallery-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Portfolio Page */
.portfolio-filter {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio-filter li {
  margin: 3px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  padding: 3px 18px;
  border-radius: 10px;
  color: #585858;
}
@media only screen and (max-width: 480px) {
  .portfolio-filter li {
    font-size: 16px;
  }
}
.portfolio-filter li:hover, .portfolio-filter li.current {
  color: #FFFFFF;
  background: #B8A7DA;
}

.portfolio-wrap .gallery-item.style-three, .portfolio-wrap .gallery-item.videohub {
  padding: 0;
  margin-bottom: 30px;
}

/* Portfolio Details */
.portfolio-details-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.portfolio-details-content p {
  margin-bottom: 30px;
}

.next-prev-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 35px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e6ecf7;
  border-bottom: 1px solid #e6ecf7;
}
.next-prev-wrap a {
  margin-bottom: 10px;
  display: inline-block;
}
.next-prev-wrap a span {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  .next-prev-wrap a span {
    font-size: 18px;
  }
}
.next-prev-wrap a i {
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .next-prev-wrap a i {
    font-size: 16px;
  }
}

#style_b .portfolio-section {
  background-color: #f5f5f5;
}
#style_b .portfolio-section .gallery-item.style-three .gallery-content {
  border-radius: 0;
  margin: 0;
}
#style_b .portfolio-section .gallery-item.style-three,
#style_b .portfolio-section .gallery-item.style-three img {
  border-radius: 0px;
}
#style_b .portfolio-section .gallery-item.style-three .gallery-content h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #000;
}
#style_b .portfolio-section .gallery-item.style-three .gallery-content h4 a {
  color: #000;
}
#style_b .portfolio-section .gallery-item.style-three .gallery-content {
  height: 150px;
}
#style_b .portfolio-section .gallery-item .gallery-content {
  padding: 20px 30px;
}
#style_b .portfolio-section .gallery-item .gallery-content :not(:root:root) .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#style_b .portfolio-section .gallery-item .gallery-content :not(:root:root) .equal-height > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

/*******************************************************/
/****************** 16. References Section *************/
/*******************************************************/
.references-item {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.references-item .image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.references-content {
  padding: 22px 22px 2px;
  border-bottom: 1px solid #925EF8;
}

.references-section-two {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.references-item.style-two {
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.references-item.style-two .references-content {
  background: #FFFFFF;
  border-radius: 10px;
  height: 120px;
  position: relative;
  padding: 15px;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  border-bottom: none;
}
.references-item.style-two .references-content h4 {
  color: #585858;
  text-align: center;
  margin-bottom: 0px;
}
.references-item.style-two .references-content h4 a {
  color: #585858;
  text-align: center;
}
.references-item.style-two .references-content h4 a:hover {
  color: #B8A7DA;
}
.references-item.style-two .references-subcontent {
  margin: 10px 20px;
}
.references-item.style-two .references-subcontent h5 {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0px;
}
.references-item.style-two .references-subcontent h5 a {
  color: #FFFFFF;
  text-align: center;
}
.references-item.style-two .references-subcontent h5 a:hover {
  color: #B8A7DA;
}

/*******************************************************/
/****************** 16. News Section *******************/
/*******************************************************/
.news-item {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.news-item .image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.news-content {
  padding: 22px 22px 2px;
  border-bottom: 1px solid #e3e3e3;
}
.news-content p {
  margin-bottom: 20px;
  color: #585858;
  font-size: 0.888rem;
  line-height: 1.5;
}
.news-content h4 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #585858;
}
.news-content h4 a {
  color: #585858;
}
.news-content h4 a:hover {
  color: #B8A7DA;
}

.post-meta-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 20px;
}
.post-meta-item li {
  font-size: 0.888rem;
  color: #A7A7A7;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 30px 5px 0;
}
.post-meta-item li:hover {
  color: #B8A7DA;
}
.post-meta-item li:last-child {
  margin-right: 0;
}
.post-meta-item li i {
  margin-right: 10px;
  color: #A7A7A7;
}
.post-meta-item li b {
  font-weight: 700;
}
.post-meta-item li a {
  color: #A7A7A7;
}
.post-meta-item li a:hover {
  color: #B8A7DA;
}

.news-author {
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 15px 22px;
}
.news-author img {
  width: 50px !important;
  height: 50px !important;
  background: white;
  line-height: 50px !important;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
}
.news-author .posted-by {
  adding: 0;
}
.news-author .posted-by a {
  color: #585858;
}
.news-author .posted-by a:hover {
  color: #B8A7DA;
}

/* News Style Two */
.news-section-two {
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.news-item.style-two {
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news-item.style-two .news-content {
  min-height: 220px;
  background: #FFFFFF;
  position: relative;
  border-radius: 10px;
  border-bottom: none;
  padding: 20px;
  margin: -25px 0px 0px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
.news-item.style-two .news-content p {
  margin-bottom: 20px;
  color: #585858;
  font-size: 0.888rem;
  line-height: 1.5;
}
.news-item.style-two .news-content h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #585858;
}
.news-item.style-two .news-content h4 a {
  color: #585858;
}
.news-item.style-two .news-content h4 a:hover {
  color: #B8A7DA;
}
@media only screen and (max-width: 375px) {
  .news-item.style-two .news-content {
    min-height: 200px;
  }
}
.news-item.style-two .news-content .news-author {
  padding: 0;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
  margin-bottom: -20px;
}
.news-item.style-two .news-content .news-author img {
  width: 50px !important;
  height: 50px !important;
  background: white;
  line-height: 50px !important;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
}
.news-item.style-two .news-content .posted-by {
  padding: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.news-item.style-two .news-content .posted-by a {
  color: #B8A7DA;
}
.news-item.style-two .news-content .posted-by a:hover {
  color: #585858;
}

.news-item.style-hub {
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news-item.style-hub .news-content {
  min-height: 220px;
  background: white;
  position: relative;
  border-radius: 10px;
  border-bottom: none;
  padding: 20px;
  margin: -25px 0px 0px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
.news-item.style-hub .news-content p {
  margin-bottom: 20px;
  color: #585858;
  font-size: 0.888rem;
  line-height: 1.5;
}
.news-item.style-hub .news-content h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #585858;
}
.news-item.style-hub .news-content h4 a {
  color: #585858;
}
.news-item.style-hub .news-content h4 a:hover {
  color: #B8A7DA;
}
@media only screen and (max-width: 375px) {
  .news-item.style-hub .news-content {
    margin-right: 15px;
    min-height: 200px;
  }
}
.news-item.style-hub .news-content .news-author {
  padding: 0;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
  margin-bottom: -20px;
}
.news-item.style-hub .news-content .posted-by {
  padding: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.news-item.style-hub .news-content .posted-by a {
  color: #585858;
}
.news-item.style-hub .news-content .posted-by a:hover {
  color: #B8A7DA;
}

/* News Style Three */
.news-item.style-three {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-item.style-three * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-item.style-three .news-content {
  border-bottom: none;
  padding: 33px 30px 18px;
}
@media only screen and (max-width: 375px) {
  .news-item.style-three .news-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news-item.style-three:hover {
  background: #B8A7DA;
}
.news-item.style-three:hover * {
  color: #FFFFFF;
}
.news-item.style-three:hover p,
.news-item.style-three:hover .post-meta-item a {
  opacity: 0.5;
}

/* Blog Page */
.blog-page-area,
.blog-details-area {
  position: relative;
  z-index: 1;
}
.blog-page-area .container > .row,
.blog-details-area .container > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.blog-page-area .container > .row > div,
.blog-details-area .container > .row > div {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-page-area .divider,
.blog-details-area .divider {
  width: 80%;
  margin: 60px auto;
  border-radius: 1px;
  border: 0.5px solid rgba(184, 167, 218, 0.5);
}
.blog-page-area .social-style-one,
.blog-details-area .social-style-one {
  margin: auto;
  text-align: center;
  display: block;
}
.blog-page-area .social-style-one .fab, .blog-page-area .social-style-one .fa-linkedin, .blog-page-area .social-style-one .fa-instagram, .blog-page-area .social-style-one .fa-facebook,
.blog-details-area .social-style-one .fab,
.blog-details-area .social-style-one .fa-linkedin,
.blog-details-area .social-style-one .fa-instagram,
.blog-details-area .social-style-one .fa-facebook {
  width: 53px;
  height: 53px;
  font-size: 1.953rem;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), to(#000000)) !important;
  background-image: linear-gradient(to top, #282828, #000000) !important;
  background-size: 300% 100%;
  moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-page-area .social-style-one .fab:hover, .blog-page-area .social-style-one .fa-linkedin:hover, .blog-page-area .social-style-one .fa-instagram:hover, .blog-page-area .social-style-one .fa-facebook:hover,
.blog-details-area .social-style-one .fab:hover,
.blog-details-area .social-style-one .fa-linkedin:hover,
.blog-details-area .social-style-one .fa-instagram:hover,
.blog-details-area .social-style-one .fa-facebook:hover {
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#925EF8), to(#B8A7DA)) !important;
  background-image: linear-gradient(to top, #925EF8, #B8A7DA) !important;
  -webkit-box-shadow: 0 2px 10px 0 rgba(146, 94, 248, 0.25);
          box-shadow: 0 2px 10px 0 rgba(146, 94, 248, 0.25);
  background-position: 0 100%;
  moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-page-area .share-icons,
.blog-details-area .share-icons {
  display: block;
}
.blog-page-area .share-icons a,
.blog-details-area .share-icons a {
  width: 30px;
  height: 30px;
  opacity: 1;
  color: #FFFFFF;
  line-height: 30px;
  background: #B8A7DA;
}
.blog-page-area .share-icons .fab, .blog-page-area .share-icons .fa-linkedin, .blog-page-area .share-icons .fa-instagram, .blog-page-area .share-icons .fa-facebook,
.blog-details-area .share-icons .fab,
.blog-details-area .share-icons .fa-linkedin,
.blog-details-area .share-icons .fa-instagram,
.blog-details-area .share-icons .fa-facebook {
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), to(#000000)) !important;
  background-image: linear-gradient(to top, #282828, #000000) !important;
  background-size: 300% 100%;
  moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-page-area .share-icons .fab:hover, .blog-page-area .share-icons .fa-linkedin:hover, .blog-page-area .share-icons .fa-instagram:hover, .blog-page-area .share-icons .fa-facebook:hover,
.blog-details-area .share-icons .fab:hover,
.blog-details-area .share-icons .fa-linkedin:hover,
.blog-details-area .share-icons .fa-instagram:hover,
.blog-details-area .share-icons .fa-facebook:hover {
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#925EF8), to(#B8A7DA)) !important;
  background-image: linear-gradient(to top, #925EF8, #B8A7DA) !important;
  -webkit-box-shadow: 0 2px 10px 0 rgba(146, 94, 248, 0.25);
          box-shadow: 0 2px 10px 0 rgba(146, 94, 248, 0.25);
  background-position: 0 100%;
  moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blog-header,
.blog-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-header .social-style-one,
.blog-header .social-style-two,
.blog-footer .social-style-one,
.blog-footer .social-style-two {
  font-size: 14px;
  margin-bottom: 15px;
}
.blog-header .social-style-one span,
.blog-header .social-style-two span,
.blog-footer .social-style-one span,
.blog-footer .social-style-two span {
  font-size: 16px;
  margin-right: 15px;
}
.blog-header .social-style-one a:not(:hover),
.blog-footer .social-style-one a:not(:hover) {
  color: #8a8a8a;
}
.blog-header .social-style-two a,
.blog-footer .social-style-two a {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  opacity: 1;
  color: #FFFFFF;
  line-height: 30px;
  background: #B8A7DA;
}

.blog-footer .popular-tags {
  font-size: 0.888rem;
}
.blog-footer .popular-tags b {
  font-weight: 500;
  color: #585858;
}
.blog-footer .popular-tags span {
  color: #925EF8;
}
.blog-footer .popular-tags span:after {
  content: "|";
  padding: 0px 5px;
}
.blog-footer .popular-tags span:last-child:after {
  content: "";
  padding: 0px;
}
.blog-footer .popular-tags span:hover {
  color: #B8A7DA;
}
.blog-footer .divider {
  width: 100%;
  margin: 40px auto;
  border-radius: 1px;
  border: 0.5px solid #925EF8;
}

.blog-standard-item blockquote,
.blog-details-content blockquote {
  padding: 20px 0px;
  margin: 20px 0px;
  clear: both;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog-standard-item blockquote p,
.blog-details-content blockquote p {
  color: #925EF8;
  font-size: 1.563rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0px;
}
.blog-standard-item blockquote:before,
.blog-details-content blockquote:before {
  content: "\f10e";
  font-size: 4.209rem;
  line-height: 1;
  margin-right: 20px;
  color: #925EF8;
  padding-bottom: 0;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  text-align: left;
}
.blog-standard-item .image,
.blog-details-content .image {
  margin-bottom: 35px;
}
.blog-standard-item .image img,
.blog-details-content .image img {
  width: 100%;
}
.blog-standard-item h2,
.blog-details-content h2 {
  font-size: 1.953rem;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-standard-item h2:not(:first-child),
.blog-details-content h2:not(:first-child) {
  margin-top: 25px;
}
.blog-standard-item h2 + p,
.blog-details-content h2 + p {
  margin-top: 30px !important;
}
.blog-standard-item h3,
.blog-details-content h3 {
  font-size: 1.563rem;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-standard-item h3 + p,
.blog-details-content h3 + p {
  margin-top: 20px !important;
}
@media only screen and (max-width: 575px) {
  .blog-standard-item h3,
  .blog-details-content h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .blog-standard-item h3,
  .blog-details-content h3 {
    font-size: 20px;
  }
}
.blog-standard-item h4,
.blog-details-content h4 {
  font-size: 1.1rem;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-standard-item h4 + p,
.blog-details-content h4 + p {
  margin-top: 20px !important;
}
@media only screen and (max-width: 575px) {
  .blog-standard-item h4,
  .blog-details-content h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  .blog-standard-item h4,
  .blog-details-content h4 {
    font-size: 18px;
  }
}
.blog-standard-item p,
.blog-details-content p {
  margin-bottom: 25px;
}
.blog-standard-item p + p,
.blog-details-content p + p {
  margin-bottom: 25px !important;
}
.blog-standard-item p:not(:last-child),
.blog-details-content p:not(:last-child) {
  margin-bottom: 25px !important;
}
.blog-standard-item p:last-child,
.blog-details-content p:last-child {
  margin-bottom: 40px !important;
}
.blog-standard-item p a,
.blog-details-content p a {
  font-weight: 500;
  color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(146, 94, 248, 0)), color-stop(0, rgba(146, 94, 248, 0.4)));
  background: linear-gradient(180deg, rgba(146, 94, 248, 0) 60%, rgba(146, 94, 248, 0.4) 0);
  -webkit-transition: linear-gradient 0.3s ease;
  transition: linear-gradient 0.3s ease;
}
.blog-standard-item p a:hover,
.blog-details-content p a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(146, 94, 248, 0)), color-stop(0, rgba(146, 94, 248, 0.45)));
  background: linear-gradient(180deg, rgba(146, 94, 248, 0) 10%, rgba(146, 94, 248, 0.45) 0);
  text-decoration: none !important;
}
.blog-standard-item ul,
.blog-details-content ul {
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 30px 0px 30px 30px;
}
.blog-standard-item ul li,
.blog-details-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: inherit;
  line-height: 1.333;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  margin: 15px 0px;
}
.blog-standard-item ul li:before,
.blog-details-content ul li:before {
  color: #FFFFFF;
  background: #925EF8;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  content: "\f00c";
  font-weight: 600;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.blog-excerpt .blog-excerpt-text p {
  font-weight: 600;
  text-align: inherit;
}
.blog-excerpt .divider {
  width: 80%;
  margin: 40px auto;
  border-radius: 1px;
  border: 0.5px solid rgba(184, 167, 218, 0.5);
}

.blog-details-content .list-style-blog {
  margin: 30px;
}
.blog-details-content .list-style-blog li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-bottom: 5px;
  text-transform: none;
}
.blog-details-content .list-style-blog li:before {
  font-size: 18px;
  line-height: 1.5;
  content: "\f058";
  font-weight: 700;
  margin-right: 10px;
  color: #B8A7DA;
  font-family: "Font Awesome 5 Free";
}

.blog-standard-item {
  margin-bottom: 55px;
}
.blog-standard-item .video-blog {
  position: relative;
}
.blog-standard-item .video-blog .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog-standard-item .video-blog .video-play i {
  color: #FFFFFF;
  font-size: 20px;
  width: 100px;
  height: 100px;
  background: #B8A7DA;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .blog-standard-item .video-blog .video-play i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.blog-standard-item.without-image {
  padding: 35px 25px;
  border: 1px solid #e9e9e9;
}
.blog-standard-item.quote-blog {
  z-index: 1;
  padding: 50px;
  position: relative;
  background: #B8A7DA;
}
@media only screen and (max-width: 375px) {
  .blog-standard-item.quote-blog {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-standard-item.quote-blog h3 {
  margin-bottom: 0;
}
.blog-standard-item.quote-blog h3 a {
  color: #FFFFFF;
}
.blog-standard-item.quote-blog:after {
  position: absolute;
  content: "\f10e";
  font-weight: 700;
  left: 50%;
  top: 50%;
  z-index: -1;
  color: #FFFFFF;
  opacity: 0.25;
  font-size: 100px;
  font-family: "Font Awesome 5 Free";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Blog Details */
blockquote {
  color: #585858;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 40px 0px;
  margin: 30px 0px;
  clear: both;
  position: relative;
}
blockquote:before {
  content: "\f10e";
  font-size: 3.052rem;
  line-height: 1;
  margin-bottom: 30px;
  color: #B8A7DA;
  padding-bottom: 0;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  blockquote {
    font-size: 18px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 375px) {
  blockquote {
    font-size: 16px;
  }
}
blockquote .author {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}

.next-prev-blog {
  z-index: 0;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  padding: 30px 40px 20px;
  background: #ededed;
}
.next-prev-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 375px) {
  .next-prev-blog h4 {
    font-size: 18px;
  }
}
.next-prev-blog:hover {
  background: rgba(184, 167, 218, 0.9);
}
.next-prev-blog:hover h4 {
  color: #FFFFFF;
}

/* Author */
.wp-kirjoittaja:before {
  content: "";
  display: block;
  border-top: 3px solid #B8A7DA;
  margin: 20px 0 32px !important;
  width: 30%;
  position: relative;
}

/* Comments */
.comments-wrap {
  max-width: 700px;
}

.comment-title {
  position: relative;
  font-size: 1.563rem;
  font-weight: 500;
}
@media only screen and (max-width: 375px) {
  .comment-title {
    font-size: 1.1rem;
  }
}
.comment-title:after {
  content: "";
  width: 45px;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(100% + 10px);
  background: #925EF8;
}
.comment-title:before {
  content: "";
  width: 5px;
  height: 2px;
  left: 10px;
  z-index: 1;
  background: white;
  position: absolute;
  top: calc(100% + 10px);
}

.comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .comment-item {
    display: block;
  }
}
.comment-item .author-image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0px 20px 20px 0px;
}
.comment-item .author-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  vertical-align: middle;
}
.comment-item .comment-details .name-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-item .comment-details .name-date h4 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.comment-item .comment-details .name-date .date {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px 25px;
  display: inline-block;
  color: #B8A7DA;
}
.comment-item .comment-details p {
  margin-bottom: 5px;
  line-height: 1.7;
  font-size: 0.888rem;
}
.comment-item .comment-details .reply {
  font-size: 14px;
  font-weight: 500;
}
.comment-item.child-comment {
  margin-left: 55px;
}
@media only screen and (max-width: 375px) {
  .comment-item.child-comment {
    margin-left: 25px;
  }
}

/* Comment Form */
.comment-form .form-group {
  position: relative;
}
.comment-form .form-group label {
  position: absolute;
  right: 15px;
  top: 12px;
  padding: 5px 10px;
  color: #B8A7DA;
}

/*******************************************************/
/****************** 16. Blog Details Page Section ******/
/*******************************************************/
.news-item {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 991px) {
  .news-item {
    margin-bottom: 20px;
  }
}
.news-item .image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.content-writer {
  padding: 0px;
  text-align: center;
  margin: 20px auto 60px auto;
}
.content-writer p {
  margin-bottom: 20px;
  color: #585858;
  line-height: 1.5;
}
.content-writer h4 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #585858;
}
.content-writer h4 a {
  color: #585858;
}
.content-writer h4 a:hover {
  color: #B8A7DA;
}
.content-writer .content-author {
  text-align: center;
  margin: auto;
  font-size: 15px;
  font-weight: 500;
  padding: 0px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 15px 22px;
}
.content-writer .content-author img {
  width: 85px;
  height: 85px;
  background: white;
  line-height: 85px;
  border-radius: 50%;
  text-align: center;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  margin: auto;
}
.content-writer .posted-by {
  padding: 0px;
  display: block;
  text-align: center;
  margin: auto;
  color: #FFFFFF;
}
.content-writer .posted-by a {
  color: #FFFFFF;
}
.content-writer .posted-by a:hover {
  color: #B8A7DA;
}
.content-writer .post-meta-item {
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 20px;
}
.content-writer .post-meta-item li {
  font-size: 0.888rem;
  color: #B8A7DA;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 20px 5px 0;
}
.content-writer .post-meta-item li:hover {
  color: #B8A7DA;
}
.content-writer .post-meta-item li:last-child {
  margin-right: 0;
}
.content-writer .post-meta-item li i {
  margin-right: 10px;
  color: #B8A7DA;
}
.content-writer .post-meta-item li b {
  font-weight: 600;
}
.content-writer .post-meta-item li a {
  color: #B8A7DA;
}
.content-writer .post-meta-item li a:hover {
  color: #B8A7DA;
}

.strategy_block_section h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .strategy_block_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .strategy_block_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy_block_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .strategy_block_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .strategy_block_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.strategy_block_section .highlight.black {
  color: #000;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.strategy_block_section .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.strategy_block_section .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.strategy_block_section .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.strategy_block_section .wysiwyg-editor {
  color: #000;
  font-weight: 400;
  font-size: 22px;
}
.strategy_block_section .read-more {
  color: #000;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.strategy_block_section .read-more:hover {
  color: #176739;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.strategy_block_section .read-more i {
  color: #176739;
  font-size: 28px;
  margin-left: 10px;
}
.strategy_block_section .stages_lit .stages_item {
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.strategy_block_section .stages_lit .stages_item:hover .stages_name {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #176739;
}
.strategy_block_section .stages_lit .stages_item:hover .stages_name i {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.strategy_block_section .stages_lit .stages_item img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
.strategy_block_section .stages_lit .stages_item .stages_name {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 25px 0;
}
.strategy_block_section .stages_lit .stages_item .stages_name i {
  color: #176739;
  font-size: 36px;
  margin: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*******************************************************/
/********************* 17. Wedgets *********************/
/*******************************************************/
.widget {
  background: transparent;
  padding: 0px;
  margin-top: 50px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .list-style-two li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget .list-style-two li:last-child {
  margin-bottom: 0;
}
.widget .list-style-two li span {
  margin-left: 10px;
}

/* Team lead */
.widget-recent-post .team-lead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-bottom: 25px;
  border: none;
}
.widget-recent-post .team-lead img {
  width: 150px;
  height: 150px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 50%;
  margin-right: 25px;
}
.widget-recent-post .team-lead img:hover {
  border: 4px solid #B8A7DA;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.bg-lightblack .widget-title {
  color: #FFFFFF !important;
}
.bg-lightblack .widget-title:after {
  background: #B8A7DA !important;
}
.bg-lightblack .widget-title:before {
  background: #232323 !important;
}

.team-lead-content h5 {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.team-lead-content h5 a {
  color: #B8A7DA;
  font-weight: 500;
}
.team-lead-content h5 a:hover {
  color: #925EF8;
}
.team-lead-content .widget-title {
  font-size: 1.563rem;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 35px;
  position: relative;
}
.team-lead-content .widget-title:after {
  content: "";
  width: 45px;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(100% + 10px);
  background: #B8A7DA;
}
.team-lead-content .widget-title:before {
  content: "";
  width: 5px;
  height: 2px;
  left: 10px;
  z-index: 1;
  background: white;
  position: absolute;
  top: calc(100% + 10px);
}
.team-lead-content .linkedin-icon,
.team-lead-content a.linkedin-icon {
  margin-top: 10px;
  font-size: 1rem;
  background: #585858;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  height: 35px;
  width: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  text-transform: none;
  border-radius: 35px;
  line-height: 35px;
}
.team-lead-content .linkedin-icon:after,
.team-lead-content a.linkedin-icon:after {
  content: "\f0e1";
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  font-family: "Font Awesome 5 Brands";
  font-weight: 700;
}
.team-lead-content .linkedin-icon:hover,
.team-lead-content a.linkedin-icon:hover {
  color: #B8A7DA !important;
  background: #585858;
}
.team-lead-content .linkedin-icon:hover:after,
.team-lead-content a.linkedin-icon:hover:after {
  color: #B8A7DA;
}

/* Search Widget */
.widget-search {
  padding: 5px 0;
}
.widget-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-search form input {
  border: none;
  padding-right: 0;
}
.widget-search form button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 5px 15px;
  margin-right: 10px;
  color: #B8A7DA;
  background: transparent;
}

/* Tag Cloud */
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -10px 0;
}
.tags a {
  color: #8a8a8a;
  padding: 5px 20px;
  border-radius: 5px;
  background: #eef3f9;
  margin: 0 10px 10px 0;
}
.tags a:hover {
  color: #FFFFFF;
  background: #B8A7DA;
}

/* Call Action */
.widget-call-action {
  text-align: center;
  padding: 100px 50px;
  z-index: 1;
  position: relative;
  background: url(../images/news/call-action-widget.jpg) no-repeat center/cover;
}
.widget-call-action::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.85;
  background-color: #B8A7DA;
}
@media only screen and (max-width: 1199px) {
  .widget-call-action {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.widget-call-action h2 {
  color: #FFFFFF;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media only screen and (max-width: 375px) {
  .widget-call-action h2 {
    font-size: 35px;
  }
}
.widget-call-action p {
  color: #FFFFFF;
  margin-bottom: 35px;
}

/* Portfolio Info */
.widget-portfolio-info li {
  margin-bottom: 20px;
}
.widget-portfolio-info li h4 {
  margin-bottom: 5px;
}
.widget-portfolio-info li p {
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 375px) {
  .widget-portfolio-info li p {
    font-size: 16px;
  }
}
.widget-portfolio-info li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 375px) {
  .widget-portfolio-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Service Lise */
.widget-services {
  padding: 0;
}
.widget-services li {
  margin-bottom: 10px;
}
.widget-services li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  padding: 20px 30px;
  border-radius: 5px;
  border: 2px solid #e6ecf7;
}
@media only screen and (max-width: 375px) {
  .widget-services li a {
    font-size: 16px;
  }
}
.widget-services li a:after {
  color: #8e959b;
  content: "\f061";
  font-size: 16px;
  font-weight: 700;
  margin-left: auto;
  font-family: "Font Awesome 5 Free";
}
.widget-services li a:hover a, .widget-services li a.active a {
  border-color: #B8A7DA;
}

/*******************************************************/
/****************** 18. Client Logo ********************/
/*******************************************************/
.bg-white-shade {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.left-carousel-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.left-carousel-wrap .slick-track .logo-item {
  padding-left: 15px;
  padding-right: 15px;
}
.left-carousel-wrap .slick-track .logo-item img {
  display: inline-block;
}

/* Logo style two */
.left-carousel-wrap.style-two {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media only screen and (max-width: 991px) {
  .left-carousel-wrap.style-two {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
}

h3 {
  font-size: 32px;
  font-weight: 600;
}

#style_b h2 {
  color: #1E1C20;
}
#style_b h3 {
  color: #1E1C20;
}

/*******************************************************/
/****************** 18. Client Logo ********************/
/*******************************************************/
.logo-carousel-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.logo-carousel-wrap .slick-track .logo-item {
  padding-left: 15px;
  padding-right: 15px;
}
.logo-carousel-wrap .slick-track .logo-item img {
  display: inline-block;
  width: auto;
  max-height: 80px;
  margin: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.logo-carousel-wrap .slick-track .logo-item img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/* Logo style two */
.logo-carousel-wrap.style-two {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 991px) {
  .logo-carousel-wrap.style-two {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

/*******************************************************/
/****************** 18. Client Logo ********************/
/*******************************************************/
.bg-white-shade {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.platforms-carousel-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.platforms-carousel-wrap .slick-track .logo-item {
  padding-left: 15px;
  padding-right: 15px;
}
.platforms-carousel-wrap .slick-track .logo-item img {
  display: inline-block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/* Logo style two */
.platforms-carousel-wrap.style-two {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media only screen and (max-width: 991px) {
  .platforms-carousel-wrap.style-two {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.parallax-block {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
  background-color: #000000 !important;
  width: 100%;
  padding: 100px 0px;
}
.parallax-block .section-title {
  margin-bottom: 60px;
}
.parallax-block .parablock {
  margin: auto;
}
.parallax-block h2.style-one {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: "Manrope", sans-serif;
  font-style: italic;
  color: #FFFFFF;
  font-size: 9.313rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .parallax-block h2.style-one {
    font-size: 5.2rem;
  }
}
.parallax-block h2.style-two {
  text-align: center;
  margin: 70px 0px;
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
  font-size: 1.953rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .parallax-block h2.style-two {
    font-size: 1.953rem;
  }
}
.parallax-block h3.style-one {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-style: italic;
  margin-bottom: 60px;
  color: #FFFFFF;
  font-size: 2.45rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .parallax-block h3.style-one {
    font-size: 1.1rem;
  }
}
.parallax-block h3.style-two {
  text-align: center;
  font-family: "Manrope", sans-serif;
  margin: 50px 0px;
  color: #FFFFFF;
  font-size: 1.563rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .parallax-block h3.style-two {
    font-size: 1.563rem;
  }
}

.parallax-image {
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: top center;
  -webkit-transition: background-position 0s !important;
  transition: background-position 0s !important;
}
.parallax-image.style-img {
  padding-top: 5%;
  padding-bottom: 5%;
}
.parallax-image.style-quot {
  padding-top: 7%;
  padding-bottom: 7%;
}

/*******************************************************/
/************** 19. Testimonials Section ***************/
/*******************************************************/
.testimonial-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonial-item {
  background: white;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 45px 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 480px) {
  .testimonial-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.author-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 22px;
}
.author-description img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80px;
  height: 80px;
  background: white;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  margin-right: 22px;
}
@media only screen and (max-width: 375px) {
  .author-description img {
    width: 50px;
    height: 50px;
  }
}
.author-description .designation {
  margin-right: 20px;
}
.author-description .designation h5 {
  margin: 3px 0 6px;
}
.author-description i {
  opacity: 0.5;
  font-size: 50px;
  margin-left: auto;
  color: #B8A7DA;
}
@media only screen and (max-width: 375px) {
  .author-description i {
    display: none;
  }
}

/* Testimonial Two */
.testimonial-section-two .container {
  max-width: 900px;
}

.testimonial-two-wrap {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.testimonial-two-wrap .row {
  margin-left: 0;
  margin-right: 0;
}
.testimonial-two-wrap .row > div {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 480px) {
  .testimonial-two-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.testimonial-two-active .author-description {
  margin-top: 22px;
}
.testimonial-two-active .author-description img {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 375px) {
  .testimonial-two-active .author-description img {
    width: 50px;
    height: 50px;
  }
}
.testimonial-two-active .author-description .designation span {
  font-weight: 500;
  color: #B8A7DA;
}
@media only screen and (max-width: 375px) {
  .testimonial-two-active .author-description .designation h5 {
    font-size: 16px;
  }
}
.testimonial-two-active .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.testimonial-two-active .slick-dots li {
  width: 15px;
  height: 15px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
  border-radius: 50%;
  border: 3px solid #dee7f6;
}
.testimonial-two-active .slick-dots li button {
  background: transparent;
  text-indent: 999px;
}
.testimonial-two-active .slick-dots li.slick-active {
  border-color: #B8A7DA;
}

/* Testimonial Three */
.testimonial-three-wrap {
  overflow: hidden;
  border-radius: 20px;
}

@media only screen and (max-width: 480px) {
  .testimonial-three-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.testimonial-three-active .designation {
  padding-top: 110px;
}

.testimonial-three-thumbs {
  display: inline-block;
  margin-top: -110px;
  margin-bottom: 0;
  bottom: 95px;
}
@media only screen and (max-width: 767px) {
  .testimonial-three-thumbs {
    bottom: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-three-thumbs {
    bottom: 120px;
  }
}
.testimonial-three-thumbs img {
  width: 70px;
  height: 70px;
  margin: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 2px solid transparent;
}
@media only screen and (max-width: 480px) {
  .testimonial-three-thumbs img {
    width: 50px;
    height: 50px;
  }
}
.testimonial-three-thumbs img.slick-current {
  border-color: #B8A7DA;
}

/*******************************************************/
/****************** 20. Team Members *******************/
/*******************************************************/
.team-member {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  margin-bottom: 60px;
}
.team-member .image {
  max-height: 300px;
  max-width: 300px;
  margin: 0 auto;
}
.team-member .image img {
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  max-width: 100%;
  z-index: 2;
  vertical-align: middle;
}
@media only screen and (max-width: 1550px) {
  .team-member .image img {
    height: 200px;
    width: 200px;
    background-size: contain;
  }
}
.team-member .image img:hover {
  border: 4px solid #B8A7DA;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.team-member .member-designation {
  padding: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 15px;
}
.team-member .member-designation p {
  font-size: 0.888rem;
}
.team-member .member-designation h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.team-member .member-designation h4 a {
  color: #B8A7DA;
}
.team-member .member-designation h4 a:hover {
  color: #585858;
}
.team-member .member-designation h5 {
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 400;
}
.team-member .member-designation h5 a {
  color: #585858;
}
.team-member .member-designation h5 a:hover {
  color: #585858;
}

/* Team Two */
.team-member.style-two .member-designation {
  position: relative;
  margin: -22px 22px 0;
  background: #282828;
}
.team-member.style-two:hover {
  margin-bottom: 41px;
}
.team-member.style-two:hover .member-designation {
  margin-top: -33px;
  background: #B8A7DA;
}

/* Team Three */
.team-member-three {
  text-align: center;
}
.team-member-three .image img {
  width: 100%;
}
.team-member-three .member-designation {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 28px;
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .team-member-three .member-designation {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.team-member-three .member-designation h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .team-member-three .member-designation h3 {
    font-size: 20px;
  }
}
.team-member-three .member-designation .social-style-one {
  opacity: 0;
  display: block;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team-member-three .member-designation .social-style-one a {
  margin-right: 30px;
}
.team-member-three .member-designation .social-style-one a:last-child {
  margin-right: 0;
}
.team-member-three:hover .member-designation {
  background: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: -11px 12px 33px 0px rgba(32, 88, 191, 0.08);
          box-shadow: -11px 12px 33px 0px rgba(32, 88, 191, 0.08);
}
.team-member-three:hover .social-style-one {
  opacity: 1;
}

/* Team Profile */
.team-profile-image img {
  width: 100%;
  display: inline-block;
  height: auto;
}

.team-profile-content h2 {
  color: #585858;
  margin-bottom: 20px;
  font-size: 1.953rem;
  line-height: 1.5;
}
.team-profile-content h3 {
  color: #B8A7DA;
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.5;
}
.team-profile-content .name {
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .team-profile-content .name {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .team-profile-content .name {
    font-size: 25px;
  }
}
.team-profile-content .designation {
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 30px;
}
.team-profile-content .designation p {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 375px) {
  .team-profile-content .designation {
    font-size: 18px;
  }
}
.team-profile-content .list-style-three {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-profile-content .list-style-three li {
  width: 45%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .team-profile-content .list-style-three li {
    width: 100%;
  }
}
.team-profile-content .social-style-two i {
  color: #585858;
  font-size: 1.1rem;
}
.team-profile-content .social-style-two a {
  opacity: 1;
  margin-right: 20px;
  color: #585858;
}
.team-profile-content .social-style-two a:hover {
  color: #B8A7DA;
}

/* Team Single Blogs */
/** Linkedin Button style **/
.linkedin-icon,
a.linkedin-icon {
  font-size: 0.888rem;
  background: #585858;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  height: 25px;
  width: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  text-transform: none;
  border-radius: 25px;
  line-height: 25px;
}
.linkedin-icon:first-letter,
a.linkedin-icon:first-letter {
  text-transform: uppercase;
}
.linkedin-icon:after,
a.linkedin-icon:after {
  content: "\f0e1";
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.linkedin-icon:hover,
a.linkedin-icon:hover {
  color: #B8A7DA !important;
  background: #585858;
}
.linkedin-icon:hover:after,
a.linkedin-icon:hover:after {
  color: #B8A7DA;
}

/** Facebook Button style **/
.facebook-icon,
a.facebook-icon {
  font-size: 0.888rem;
  background: #585858;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  height: 25px;
  width: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  text-transform: none;
  border-radius: 25px;
  line-height: 25px;
}
.facebook-icon:first-letter,
a.facebook-icon:first-letter {
  text-transform: uppercase;
}
.facebook-icon:after,
a.facebook-icon:after {
  content: "\f39e";
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.facebook-icon:hover,
a.facebook-icon:hover {
  color: #B8A7DA !important;
  background: #585858;
}
.facebook-icon:hover:after,
a.facebook-icon:hover:after {
  color: #B8A7DA;
}

/** Twitter Button style **/
.x-icon,
a.x-icon {
  font-size: 0.888rem;
  background: #585858;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  height: 25px;
  width: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  text-transform: none;
  border-radius: 25px;
  line-height: 25px;
}
.x-icon:first-letter,
a.x-icon:first-letter {
  text-transform: uppercase;
}
.x-icon:after,
a.x-icon:after {
  content: "\f099";
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.x-icon:hover,
a.x-icon:hover {
  color: #B8A7DA !important;
  background: #585858;
}
.x-icon:hover:after,
a.x-icon:hover:after {
  color: #B8A7DA;
}

/** Instagram Button style **/
.ig-icon,
a.ig-icon {
  font-size: 0.888rem;
  background: #585858;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  height: 25px;
  width: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  text-transform: none;
  border-radius: 25px;
  line-height: 25px;
}
.ig-icon:first-letter,
a.ig-icon:first-letter {
  text-transform: uppercase;
}
.ig-icon:after,
a.ig-icon:after {
  content: "\f16d";
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.ig-icon:hover,
a.ig-icon:hover {
  color: #B8A7DA !important;
  background: #585858;
}
.ig-icon:hover:after,
a.ig-icon:hover:after {
  color: #B8A7DA;
}

/*******************************************************/
/**************** 21. Subscribe Section ****************/
/*******************************************************/
.subscribe-form {
  padding: 2px;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #585858;
}
@media only screen and (max-width: 480px) {
  .subscribe-form {
    display: block;
  }
}
.subscribe-form .gform_footer input [type=submit] {
  font-weight: 500;
  background: #585858;
  border-radius: 0px;
  padding: 12px 45px;
  color: #B8A7DA;
}
.subscribe-form .gform_footer input [type=submit]:hover {
  color: #585858;
  background: #925EF8;
}
@media only screen and (max-width: 480px) {
  .subscribe-form .gform_footer input [type=submit] {
    width: 100%;
  }
}
.subscribe-form .gform-body input {
  border: none;
  color: #585858;
  opacity: 0.8;
  background: transparent;
  padding: 10px;
}
.subscribe-form .gform-body input::-webkit-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form .gform-body input::-moz-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form .gform-body input:-ms-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form .gform-body input::-ms-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form .gform-body input::placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form input {
  border: none;
  color: #585858;
  opacity: 0.8;
  background: transparent;
  padding: 10px;
}
.subscribe-form input::-webkit-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form input::-moz-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form input:-ms-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form input::-ms-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form input::placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form button {
  font-weight: 500;
  background: #585858;
  border-radius: 0px;
  padding: 12px 45px;
  color: #B8A7DA;
}
.subscribe-form button:hover {
  color: #585858;
  background: #925EF8;
}
@media only screen and (max-width: 480px) {
  .subscribe-form button {
    width: 100%;
  }
}

/* LeadGen Form One */
.subscribe-form-one {
  padding: 2px;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #585858;
}
@media only screen and (max-width: 480px) {
  .subscribe-form-one {
    display: block;
  }
}
.subscribe-form-one .gform_footer input [type=submit] {
  font-weight: 500;
  background: #585858;
  border-radius: 0px;
  padding: 12px 45px;
  color: #B8A7DA;
}
.subscribe-form-one .gform_footer input [type=submit]:hover {
  color: #585858;
  background: #925EF8;
}
@media only screen and (max-width: 480px) {
  .subscribe-form-one .gform_footer input [type=submit] {
    width: 100%;
  }
}
.subscribe-form-one .gform-body input {
  border: none;
  color: #585858;
  opacity: 0.8;
  background: transparent;
  padding: 10px;
}
.subscribe-form-one .gform-body input::-webkit-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-one .gform-body input::-moz-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-one .gform-body input:-ms-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-one .gform-body input::-ms-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-one .gform-body input::placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-one input {
  border: none;
  color: #585858;
  opacity: 0.8;
  background: transparent;
  padding: 10px;
}
.subscribe-form-one input::-webkit-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-one input::-moz-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-one input:-ms-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-one input::-ms-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-one input::placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-one button {
  font-weight: 500;
  background: #585858;
  border-radius: 0px;
  padding: 15px;
  color: #B8A7DA;
  width: 30%;
}
.subscribe-form-one button:hover {
  color: #585858;
  background: #925EF8;
}
@media only screen and (max-width: 480px) {
  .subscribe-form-one button {
    width: 100%;
  }
}

/* Subscribe Form Two */
.subscribe-form-two {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 480px) {
  .subscribe-form-two {
    display: block;
    margin-right: 0;
  }
}
.subscribe-form-two .leadmagnet2 input[type=text], .subscribe-form-two .leadmagnet2 input[type=url], .subscribe-form-two .leadmagnet2 input[type=email], .subscribe-form-two .leadmagnet2 input[type=tel] {
  background: transparent;
  border: 1px solid #A7A7A7;
  padding: 10px;
  color: #585858;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}
.subscribe-form-two .leadmagnet2 .gform_footer .gform_button {
  font-size: 1.1rem !important;
  height: auto;
  font-weight: 600 !important;
  color: #B8A7DA !important;
  cursor: pointer;
  text-align: center;
  padding: 15px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: none;
  background: #585858;
  border: none;
  border-radius: 0px;
}
.subscribe-form-two .leadmagnet2 .gform_footer .gform_button:hover {
  color: #585858 !important;
  background: #925EF8 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .subscribe-form-two .leadmagnet2 .gform_footer .gform_button {
    width: 100%;
  }
}
.subscribe-form-two .leadmagnet2 .gform-body input {
  background: transparent;
  border: 1px solid #A7A7A7;
  padding: 10px;
  color: #585858;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}
.subscribe-form-two .leadmagnet2 .gform-body input::-webkit-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-two .leadmagnet2 .gform-body input::-moz-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-two .leadmagnet2 .gform-body input:-ms-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-two .leadmagnet2 .gform-body input::-ms-input-placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-two .leadmagnet2 .gform-body input::placeholder {
  color: #585858;
  opacity: 0.8;
}
.subscribe-form-two .theme-btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 13px 28px;
  background: #FF6600;
  margin-right: -50px;
}
@media only screen and (max-width: 480px) {
  .subscribe-form-two .theme-btn {
    width: 100%;
    margin-right: 0;
  }
}

.subscribe-two .shape-dots,
.subscribe-two .shape-stones {
  width: 15%;
  max-width: 85px;
  position: absolute;
}
.subscribe-two .shape-dots {
  top: 50px;
  right: 10%;
  -webkit-animation: bounce 10s infinite linear;
          animation: bounce 10s infinite linear;
}
.subscribe-two .shape-stones {
  -webkit-animation: shake 15s infinite linear;
          animation: shake 15s infinite linear;
}

/*******************************************************/
/***************** 22. Call To Action ******************/
/*******************************************************/
.call-to-action .section-title h2 {
  font-size: 30px;
}
@media only screen and (max-width: 375px) {
  .call-to-action .section-title h2 {
    font-size: 25px;
  }
}

/* Call Action Two */
@media only screen and (min-width: 1501px) {
  .call-to-action-two .section-title h2 {
    font-size: 48px;
  }
}

.about-three .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#925EF8 50%, rgba(184, 167, 218, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about-three .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
          transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #585858;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about-three .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(146, 94, 248, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(88, 88, 88, 0);
}
.about-three .play-btn:hover::after {
  border-left: 15px solid #925EF8;
  -webkit-transform: scale(20);
          transform: scale(20);
}
.about-three .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
          transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #585858;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
/*******************************************************/
/**************** 23. Contact Section ******************/
/*******************************************************/
.fullwidth {
  max-width: 100% !important;
}
.fullwidth .contact-section-inner {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .fullwidth .contact-section-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.fullwidth .contact-section-inner > .row {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.fullwidth .contact-section-inner > .row > div {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.fullwidth .gray_side {
  background: #585858;
  color: #FFFFFF;
  text-align: center;
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.fullwidth .gray_side .section-text p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #FFFFFF;
}
.fullwidth .gray_side .trio_float_img_left {
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(100% - 150px);
  bottom: 10%;
  background: url(../images/shapes/arrow_salmon.svg) 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .fullwidth .gray_side .trio_float_img_left {
    display: none;
  }
}
.fullwidth .gray_side h2, .fullwidth .gray_side p {
  text-align: center;
  line-height: 1.333;
  color: #FFFFFF;
}
.fullwidth .gray_side h2 a, .fullwidth .gray_side p a {
  color: #B8A7DA;
}
.fullwidth .gray_side h2 a:hover, .fullwidth .gray_side p a:hover {
  color: #925EF8;
}
.fullwidth .salmon_side {
  background: #B8A7DA;
  color: #585858;
  padding-right: 60px !important;
  padding-left: 60px !important;
  text-align: center;
}
.fullwidth .salmon_side .trio_float_img_right {
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(100% - 150px);
  bottom: 10%;
  background: url(../images/shapes/arrow_gray.svg) 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .fullwidth .salmon_side .trio_float_img_right {
    display: none;
  }
}
.fullwidth .salmon_side h2, .fullwidth .salmon_side p {
  text-align: center;
  line-height: 1.333;
  color: #585858;
}
.fullwidth .salmon_side h2 a, .fullwidth .salmon_side p a {
  color: #232323;
}
.fullwidth .salmon_side h2 a:hover, .fullwidth .salmon_side p a:hover {
  color: #925EF8;
}

.contact-section-inner {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .contact-section-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.contact-section-inner > .row {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.contact-section-inner > .row > div {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.contact-image-number {
  position: relative;
  height: 100%;
  overflow: hidden;
  min-height: 400px;
  border-radius: 5px;
}
.contact-image-number .contentholder h4 {
  color: #585858;
}
.contact-image-number .contentholder img {
  width: 50%;
  border-radius: 50%;
  margin: auto;
  display: block;
}
.contact-image-number .contact-number {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: center;
  padding-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#B8A7DA), to(transparent));
  background-image: linear-gradient(to top, #B8A7DA, transparent);
}
.contact-image-number .contact-number i {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: white;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #B8A7DA;
}
.contact-image-number .contact-number a {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media only screen and (max-width: 375px) {
  .contact-image-number .contact-number a {
    font-size: 16px;
  }
}
.contact-image-number.style-two {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .contact-image-number.style-two {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-image-number.style-two h5 a {
    word-break: break-all;
  }
}
.contact-image-number.style-two:before {
  opacity: 0.9;
  background-color: #B8A7DA;
}
.contact-image-number.style-two h3 {
  font-size: 30px;
}
@media only screen and (max-width: 480px) {
  .contact-image-number.style-two h3 {
    font-size: 25px;
  }
}
.contact-image-number .contact-info h4, .contact-image-number .contact-info h5, .contact-image-number .contact-info a {
  color: #585858;
  margin-bottom: 20px;
  font-weight: 500;
}
.contact-image-number .contact-info li {
  margin-top: 35px;
}
.contact-image-number .contact-info li i {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.25);
}
.contact-image-number .contact-info li span {
  opacity: 0.7;
}

/* Contact us Yhteystiedot part */
.contactus-image {
  position: relative;
  height: 100%;
  overflow: hidden;
  min-height: 400px;
  border-radius: 5px;
  text-align: left;
}
.contactus-image .contentholder {
  border: none;
}
.contactus-image .contentholder h3, .contactus-image .contentholder h4 {
  color: #585858;
}
.contactus-image .contentholder img {
  width: 100%;
  margin: auto;
  display: block;
}
.contactus-image .contact-number {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: center;
  padding-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#B8A7DA), to(transparent));
  background-image: linear-gradient(to top, #B8A7DA, transparent);
}
.contactus-image .contact-number i {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: white;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #B8A7DA;
}
.contactus-image .contact-number a {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media only screen and (max-width: 375px) {
  .contactus-image .contact-number a {
    font-size: 16px;
  }
}
.contactus-image.style-two {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .contactus-image.style-two {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contactus-image.style-two h5 a {
    word-break: break-all;
  }
}
.contactus-image.style-two:before {
  opacity: 0.9;
  background-color: #B8A7DA;
}
.contactus-image.style-two h3 {
  font-size: 30px;
}
@media only screen and (max-width: 480px) {
  .contactus-image.style-two h3 {
    font-size: 25px;
  }
}
.contactus-image .contact-info h3, .contactus-image .contact-info h4 {
  color: #585858;
  font-size: 1.1rem;
  font-weight: 700;
}
.contactus-image .contact-info h5, .contactus-image .contact-info a {
  color: #585858;
  font-weight: 600;
}
.contactus-image .contact-info .content h5 {
  font-size: 1rem;
}

/* Contact Form Footer */
.gray_side .gform_wrapper {
  font-size: 18px;
}
.gray_side .gform_wrapper .gform_heading {
  display: none;
}
.gray_side .gform_wrapper p {
  font-size: 1rem;
  margin-top: 30px;
}
.gray_side .gform_wrapper .gfield_required {
  color: #B8A7DA !important;
  display: inline-block;
  padding-left: 0.125em;
}
.gray_side .gform_wrapper input,
.gray_side .gform_wrapper select,
.gray_side .gform_wrapper textarea,
.gray_side .gform_wrapper .select-selected,
.gray_side .gform_wrapper .form-control {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #A7A7A7;
  padding: 10px;
  color: #B8A7DA;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 20px;
}
.gray_side .gform_wrapper input:focus,
.gray_side .gform_wrapper select:focus,
.gray_side .gform_wrapper textarea:focus,
.gray_side .gform_wrapper .select-selected:focus,
.gray_side .gform_wrapper .form-control:focus {
  outline: none;
  border-color: #B8A7DA;
}
.gray_side .gform_wrapper input:focus > label,
.gray_side .gform_wrapper select:focus > label,
.gray_side .gform_wrapper textarea:focus > label,
.gray_side .gform_wrapper .select-selected:focus > label,
.gray_side .gform_wrapper .form-control:focus > label {
  color: #B8A7DA;
  -webkit-transform: translate(0px, 10px) scale(0.9);
          transform: translate(0px, 10px) scale(0.9);
}
.gray_side .gform_wrapper label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #FFFFFF;
  margin-top: 10px;
  font-size: 1rem;
  background: #585858;
  padding: 0px 25px;
  -webkit-transform: translate(0px, 20px) scale(1);
          transform: translate(0px, 20px) scale(1);
}
.gray_side .gform_wrapper label span {
  color: #B8A7DA;
  font-weight: 600;
}
@media only screen and (max-width: 375px) {
  .gray_side .gform_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .gray_side .gform_wrapper {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.gray_side .gform_body {
  margin-bottom: 40px;
}
.gray_side .gform_footer input[type=submit] {
  display: inline-block;
  width: auto;
  font-weight: 600;
  font-size: 1.1rem;
  color: #B8A7DA !important;
  border: 3px solid #B8A7DA;
  text-transform: capitalize;
  line-height: 1.333;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  padding: 12px 20px;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0px !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 200px;
  min-height: 72px;
}
.gray_side .gform_footer input[type=submit]:after {
  content: "\f30b";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.gray_side .gform_footer input[type=submit] i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.gray_side .gform_footer input[type=submit]:hover {
  color: #585858 !important;
  background: #B8A7DA;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gray_side .gform_footer input[type=submit]:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .gray_side .gform_footer input[type=submit] {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}
.gray_side .gform_footer .button-primary {
  border-color: #A7A7A7;
  color: #585858;
}
.gray_side .gform_footer .button-primary:hover {
  border-color: transparent;
  background-color: #585858;
  color: #925EF8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.top_gform_wrapper input,
.top_gform_wrapper select,
.top_gform_wrapper textarea,
.top_gform_wrapper .form-control {
  width: 100%;
  height: auto;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #A7A7A7;
  padding: 10px;
  color: #585858;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 10px;
}
.top_gform_wrapper input:focus,
.top_gform_wrapper select:focus,
.top_gform_wrapper textarea:focus,
.top_gform_wrapper .form-control:focus {
  outline: none;
  border-color: #FFFFFF;
}
.top_gform_wrapper input:focus > label,
.top_gform_wrapper select:focus > label,
.top_gform_wrapper textarea:focus > label,
.top_gform_wrapper .form-control:focus > label {
  color: #B8A7DA;
  -webkit-transform: translate(0px, 10px) scale(0.9);
          transform: translate(0px, 10px) scale(0.9);
}
.top_gform_wrapper label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #585858;
  margin-top: 10px;
  font-size: 1.1rem;
  background: #B8A7DA;
  padding: 0px 25px;
  -webkit-transform: translate(0px, 25px) scale(1);
          transform: translate(0px, 25px) scale(1);
}
.top_gform_wrapper label span {
  color: #585858;
  font-weight: 600;
}
@media only screen and (max-width: 375px) {
  .top_gform_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .top_gform_wrapper {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.gform_title,
.gform_description,
.gform_required_legend {
  display: none;
}

.gform_wrapper {
  font-size: 18px;
}
.gform_wrapper .ginput_container_checkbox {
  margin-top: 20px;
}
.gform_wrapper .gfield_required_text,
.gform_wrapper .gfield_required_custom {
  font-style: italic;
  font-weight: 400;
}
.gform_wrapper .ginput_container_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper .ginput_container_radio .gfield_radio {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.gform_wrapper .ginput_container_radio .gfield_radio .gchoice {
  width: 50%;
}
.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px;
  width: 1.953rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translate(0px, -3px) scale(1);
          transform: translate(0px, -3px) scale(1);
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  display: inline;
  height: 25px;
  width: 25px;
  padding: 0px;
  margin: auto;
  line-height: 1;
  text-align: left;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 1rem !important;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 15px !important;
}
.gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 1rem !important;
  padding: 0px;
  margin: 10px 0px 0px 0px !important;
  color: #FFFFFF;
  -webkit-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
  display: inline-block;
}
.gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 1rem !important;
  padding: 0px;
  margin: 0px !important;
  color: #FFFFFF;
  -webkit-transform: translate(0px, -3px) scale(1);
          transform: translate(0px, -3px) scale(1);
  display: inline-block;
}

.wpcf7 input[type=text], .wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel],
.gform_forms input[type=text], .gform_forms input[type=url], .gform_forms input[type=email], .gform_forms input[type=tel] {
  background: transparent;
  border: 1px solid #A7A7A7;
  padding: 10px;
  color: #B8A7DA;
  font-weight: 400;
  font-size: 1rem;
  width: 40%;
  text-align: center;
  margin-bottom: 10px;
}

.subscribe-section.bg-lightblack h2, .subscribe-section.bg-lightblack .section-text, .subscribe-section.bg-lightblack p {
  color: #FFFFFF;
}
.subscribe-section.bg-lightblack .section-title {
  color: #FFFFFF;
}
.subscribe-section.bg-lightblack .section-title .sub-title {
  color: #B8A7DA;
}
.subscribe-section.bg-lightblack .gform_wrapper label, .subscribe-section.bg-lightblack .gform_wrapper legend {
  background: #232323;
}
.subscribe-section.bg-lightblack .gform_wrapper label span, .subscribe-section.bg-lightblack .gform_wrapper legend span {
  color: #B8A7DA;
}

.subscribe-section p a {
  color: #B8A7DA;
}
.subscribe-section p a:hover {
  color: #925EF8;
}
.subscribe-section .gform_wrapper {
  font-size: 18px;
  text-align: center;
}
.subscribe-section .gform_wrapper .gform_heading {
  display: none;
}
.subscribe-section .gform_wrapper p {
  font-size: 1rem;
  margin-top: 30px;
}
.subscribe-section .gform_wrapper .gfield_required {
  color: #B8A7DA !important;
  display: inline-block;
  padding-left: 0.125em;
}
.subscribe-section .gform_wrapper input,
.subscribe-section .gform_wrapper select,
.subscribe-section .gform_wrapper textarea,
.subscribe-section .gform_wrapper .select-selected,
.subscribe-section .gform_wrapper .form-control {
  border: 1px solid #A7A7A7;
  color: #B8A7DA;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  background: transparent;
  padding: 10px;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 20px;
}
.subscribe-section .gform_wrapper input:focus,
.subscribe-section .gform_wrapper select:focus,
.subscribe-section .gform_wrapper textarea:focus,
.subscribe-section .gform_wrapper .select-selected:focus,
.subscribe-section .gform_wrapper .form-control:focus {
  border-color: #B8A7DA;
  outline: none;
}
.subscribe-section .gform_wrapper input:focus > label,
.subscribe-section .gform_wrapper select:focus > label,
.subscribe-section .gform_wrapper textarea:focus > label,
.subscribe-section .gform_wrapper .select-selected:focus > label,
.subscribe-section .gform_wrapper .form-control:focus > label {
  color: #B8A7DA;
  -webkit-transform: translate(0px, 10px) scale(0.9);
          transform: translate(0px, 10px) scale(0.9);
}
.subscribe-section .gform_wrapper label, .subscribe-section .gform_wrapper legend {
  background: #585858;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #FFFFFF;
  margin-top: 10px;
  font-size: 1rem;
  padding: 0px 25px;
  -webkit-transform: translate(0px, 20px) scale(1);
          transform: translate(0px, 20px) scale(1);
}
.subscribe-section .gform_wrapper label span, .subscribe-section .gform_wrapper legend span {
  color: #B8A7DA;
  font-weight: 600;
}
@media only screen and (max-width: 375px) {
  .subscribe-section .gform_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .subscribe-section .gform_wrapper {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.subscribe-section .gform_body {
  margin-bottom: 40px;
}
.subscribe-section .gform_footer {
  display: inline-block;
}
.subscribe-section .gform_footer input[type=submit] {
  color: #B8A7DA !important;
  border: 3px solid #B8A7DA;
  font-size: 1.1rem;
  display: inline-block;
  width: auto;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.333 !important;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0px !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 200px;
  min-height: 50px;
}
.subscribe-section .gform_footer input[type=submit]:after {
  content: "\f30b";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.subscribe-section .gform_footer input[type=submit] i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.subscribe-section .gform_footer input[type=submit]:hover {
  color: #585858 !important;
  background: #B8A7DA;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.subscribe-section .gform_footer input[type=submit]:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .subscribe-section .gform_footer input[type=submit] {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}
.subscribe-section .gform_footer .button-primary {
  border-color: #A7A7A7;
  color: #585858;
}
.subscribe-section .gform_footer .button-primary:hover {
  border-color: transparent;
  background-color: #585858;
  color: #925EF8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about-content p a {
  color: #B8A7DA;
}
.about-content p a:hover {
  color: #925EF8;
}
.about-content .gform_wrapper {
  font-size: 18px;
  text-align: left;
}
.about-content .gform_wrapper .gform_heading {
  display: none;
}
.about-content .gform_wrapper p {
  font-size: 1rem;
  margin-top: 30px;
}
.about-content .gform_wrapper .gfield_required {
  color: #925EF8 !important;
  display: inline-block;
  padding-left: 0.125em;
}
.about-content .gform_wrapper .gfield--type-html {
  font-size: 1rem;
}
.about-content .gform_wrapper .gfield--type-html a {
  color: #B8A7DA;
}
.about-content .gform_wrapper .gfield--type-html a:hover {
  color: #925EF8;
}
.about-content .gform_wrapper input,
.about-content .gform_wrapper select,
.about-content .gform_wrapper textarea,
.about-content .gform_wrapper .select-selected,
.about-content .gform_wrapper .form-control {
  border: 1px solid #A7A7A7;
  color: #585858;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  background: transparent;
  padding: 10px;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: left;
  margin-bottom: 20px;
}
.about-content .gform_wrapper input:focus,
.about-content .gform_wrapper select:focus,
.about-content .gform_wrapper textarea:focus,
.about-content .gform_wrapper .select-selected:focus,
.about-content .gform_wrapper .form-control:focus {
  border-color: #925EF8;
  outline: none;
}
.about-content .gform_wrapper input:focus > label,
.about-content .gform_wrapper select:focus > label,
.about-content .gform_wrapper textarea:focus > label,
.about-content .gform_wrapper .select-selected:focus > label,
.about-content .gform_wrapper .form-control:focus > label {
  color: #925EF8;
  -webkit-transform: translate(0px, 10px) scale(0.9);
          transform: translate(0px, 10px) scale(0.9);
}
.about-content .gform_wrapper label, .about-content .gform_wrapper legend {
  background: #585858;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #FFFFFF;
  margin-top: 10px;
  font-size: 1rem;
  padding: 0px 25px;
  -webkit-transform: translate(0px, 20px) scale(1);
          transform: translate(0px, 20px) scale(1);
}
.about-content .gform_wrapper label span, .about-content .gform_wrapper legend span {
  color: #925EF8;
  font-weight: 600;
}
@media only screen and (max-width: 375px) {
  .about-content .gform_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .about-content .gform_wrapper {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.about-content .gform_body {
  margin-bottom: 10px;
}
.about-content .gform_footer {
  display: inline-block;
}
.about-content .gform_footer input[type=submit] {
  color: #B8A7DA !important;
  border: 3px solid #B8A7DA;
  font-size: 1.1rem;
  display: inline-block;
  width: auto;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.333 !important;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0px !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 200px;
  min-height: 50px;
}
.about-content .gform_footer input[type=submit]:after {
  content: "\f30b";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.about-content .gform_footer input[type=submit] i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.about-content .gform_footer input[type=submit]:hover {
  color: #585858 !important;
  background: #B8A7DA;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about-content .gform_footer input[type=submit]:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .about-content .gform_footer input[type=submit] {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}
.about-content .gform_footer .button-primary {
  border-color: #A7A7A7;
  color: #585858;
}
.about-content .gform_footer .button-primary:hover {
  border-color: transparent;
  background-color: #585858;
  color: #925EF8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.thanks-section h2, .thanks-section .section-text, .thanks-section p {
  color: #FFFFFF;
}
.thanks-section .section-title {
  color: #FFFFFF;
}
.thanks-section .section-title .sub-title {
  color: #B8A7DA;
}
.thanks-section .gform_wrapper label, .thanks-section .gform_wrapper legend {
  background: #232323;
}
.thanks-section .gform_wrapper label span, .thanks-section .gform_wrapper legend span {
  color: #B8A7DA;
}
.thanks-section p a {
  color: #B8A7DA;
}
.thanks-section p a:hover {
  color: #925EF8;
}
.thanks-section .gform_wrapper {
  font-size: 18px;
  text-align: center;
}
.thanks-section .gform_wrapper .gform_heading {
  display: none;
}
.thanks-section .gform_wrapper p {
  font-size: 1rem;
  margin-top: 30px;
}
.thanks-section .gform_wrapper .gfield_required {
  color: #B8A7DA !important;
  display: inline-block;
  padding-left: 0.125em;
}
.thanks-section .gform_wrapper input,
.thanks-section .gform_wrapper select,
.thanks-section .gform_wrapper textarea,
.thanks-section .gform_wrapper .select-selected,
.thanks-section .gform_wrapper .form-control {
  border: 1px solid #A7A7A7;
  color: #B8A7DA;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  background: transparent;
  padding: 10px;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 20px;
}
.thanks-section .gform_wrapper input:focus,
.thanks-section .gform_wrapper select:focus,
.thanks-section .gform_wrapper textarea:focus,
.thanks-section .gform_wrapper .select-selected:focus,
.thanks-section .gform_wrapper .form-control:focus {
  border-color: #B8A7DA;
  outline: none;
}
.thanks-section .gform_wrapper input:focus > label,
.thanks-section .gform_wrapper select:focus > label,
.thanks-section .gform_wrapper textarea:focus > label,
.thanks-section .gform_wrapper .select-selected:focus > label,
.thanks-section .gform_wrapper .form-control:focus > label {
  color: #B8A7DA;
  -webkit-transform: translate(0px, 10px) scale(0.9);
          transform: translate(0px, 10px) scale(0.9);
}
.thanks-section .gform_wrapper label, .thanks-section .gform_wrapper legend {
  background: #585858;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #FFFFFF;
  margin-top: 10px;
  font-size: 1rem;
  padding: 0px 25px;
  -webkit-transform: translate(0px, 20px) scale(1);
          transform: translate(0px, 20px) scale(1);
}
.thanks-section .gform_wrapper label span, .thanks-section .gform_wrapper legend span {
  color: #B8A7DA;
  font-weight: 600;
}
@media only screen and (max-width: 375px) {
  .thanks-section .gform_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .thanks-section .gform_wrapper {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.thanks-section .gform_body {
  margin-bottom: 40px;
}
.thanks-section .gform_footer input[type=submit] {
  color: #B8A7DA !important;
  border: 3px solid #B8A7DA;
  font-size: 1.1rem;
  display: inline-block;
  width: auto;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.333 !important;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0px !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 200px;
  min-height: 50px;
}
.thanks-section .gform_footer input[type=submit]:after {
  content: "\f30b";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.thanks-section .gform_footer input[type=submit] i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.thanks-section .gform_footer input[type=submit]:hover {
  color: #585858 !important;
  background: #B8A7DA;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.thanks-section .gform_footer input[type=submit]:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .thanks-section .gform_footer input[type=submit] {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}
.thanks-section .gform_footer .button-primary {
  border-color: #A7A7A7;
  color: #585858;
}
.thanks-section .gform_footer .button-primary:hover {
  border-color: transparent;
  background-color: #585858;
  color: #925EF8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.salmon_side .gform_footer input[type=submit] {
  display: inline-block;
  width: auto;
  font-weight: 600;
  font-size: 1.1rem;
  color: #585858 !important;
  border: 3px solid #585858;
  text-transform: capitalize;
  line-height: 1.333;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  padding: 12px 20px;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0px !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 200px;
  min-height: 72px;
}
.salmon_side .gform_footer input[type=submit]:after {
  content: "\f30b";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.salmon_side .gform_footer input[type=submit] i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.salmon_side .gform_footer input[type=submit]:hover {
  color: #B8A7DA !important;
  background: #585858;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.salmon_side .gform_footer input[type=submit]:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .salmon_side .gform_footer input[type=submit] {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}
.salmon_side .gform_footer .button-primary {
  border-color: #A7A7A7;
  color: #585858;
}
.salmon_side .gform_footer .button-primary:hover {
  border-color: transparent;
  background-color: #585858;
  color: #925EF8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.salmon_side .gform_wrapper {
  font-size: 18px;
}
.salmon_side .gform_wrapper .gform_heading {
  display: none;
}
.salmon_side .gform_wrapper p {
  font-size: 1rem;
  margin-top: 30px;
}
.salmon_side .gform_wrapper .gfield_required {
  color: #925EF8 !important;
  display: inline-block;
  padding-left: 0.125em;
}
.salmon_side .gform_wrapper input,
.salmon_side .gform_wrapper select,
.salmon_side .gform_wrapper textarea,
.salmon_side .gform_wrapper .select-selected,
.salmon_side .gform_wrapper .form-control {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #A7A7A7;
  padding: 10px;
  color: #585858;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 20px;
}
.salmon_side .gform_wrapper input:focus,
.salmon_side .gform_wrapper select:focus,
.salmon_side .gform_wrapper textarea:focus,
.salmon_side .gform_wrapper .select-selected:focus,
.salmon_side .gform_wrapper .form-control:focus {
  outline: none;
  border-color: #925EF8;
}
.salmon_side .gform_wrapper input:focus > label,
.salmon_side .gform_wrapper select:focus > label,
.salmon_side .gform_wrapper textarea:focus > label,
.salmon_side .gform_wrapper .select-selected:focus > label,
.salmon_side .gform_wrapper .form-control:focus > label {
  color: #585858;
  -webkit-transform: translate(0px, 10px) scale(0.9);
          transform: translate(0px, 10px) scale(0.9);
}
.salmon_side .gform_wrapper label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #585858;
  margin-top: 10px;
  font-size: 1rem;
  background: #B8A7DA;
  padding: 0px 25px;
  -webkit-transform: translate(0px, 20px) scale(1);
          transform: translate(0px, 20px) scale(1);
}
.salmon_side .gform_wrapper label span {
  color: #925EF8;
  font-weight: 600;
}
@media only screen and (max-width: 375px) {
  .salmon_side .gform_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .salmon_side .gform_wrapper {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.salmon_side .gform_body {
  margin-bottom: 40px;
}

.gray_side .gform_button {
  border-color: #A7A7A7;
  color: #925EF8;
}
.gray_side .gform_button:hover {
  border-color: transparent;
  background-color: #925EF8;
  color: #585858;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Contact Two */
.contact-two .contact-section-inner {
  margin-top: 0px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 375px) {
  .contact-two .contact-section-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-two .contact-section-inner {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/* Contact Three */
.contact-section-three .container {
  max-width: 1380px;
}

@media only screen and (max-width: 375px) {
  .contact-form-three {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact-form-three button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Contact Page */
.contact-info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 55px 0 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 10px solid #f1f1f1;
}

.contact-info-item {
  width: 33.33%;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  border-right: 5px solid #f1f1f1;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .contact-info-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-info-item {
    width: 100%;
    border-right: none;
  }
}
.contact-info-item:last-child {
  border-right: none;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .contact-info-item:nth-child(2) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-item:nth-child(2) {
    border-right: none;
  }
}
.contact-info-item i {
  font-size: 40px;
  margin-bottom: 15px;
  display: inline-block;
  color: #B8A7DA;
}
.contact-info-item p {
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 500;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
}
.contact-info-item p a {
  color: #8a8a8a;
}

.contact-form-left {
  z-index: 1;
  position: relative;
  min-height: 400px;
}
.contact-form-left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #B8A7DA;
}
.contact-form-left h2 {
  width: 80%;
  left: 10%;
  color: #FFFFFF;
  bottom: 40px;
  font-size: 40px;
  padding-left: 30px;
  position: absolute;
  border-left: 5px solid white;
}
@media only screen and (max-width: 375px) {
  .contact-form-left h2 {
    font-size: 35px;
  }
}

/*Google Map style items*/
.contact-page-map {
  margin-bottom: -10px;
}
.contact-page-map .our-location iframe {
  border: 0;
  -webkit-filter: grayscale(100%);
  -webkit-filter--moz-filter: grayscale(100%);
  -webkit-filter--moz-filter--ms-filter: grayscale(100%);
  -webkit-filter--moz-filter--ms-filter--o-filter: grayscale(100%);
  -webkit-filter--moz-filter--ms-filter--o-filter-filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 1199px) {
  .contact-page-map .our-location iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page-map .our-location iframe {
    height: 250px;
  }
}

/* Maps ACF */
.acf-map {
  border: 0;
  -webkit-filter: grayscale(100%);
  -webkit-filter--moz-filter: grayscale(100%);
  -webkit-filter--moz-filter--ms-filter: grayscale(100%);
  -webkit-filter--moz-filter--ms-filter--o-filter: grayscale(100%);
  -webkit-filter--moz-filter--ms-filter--o-filter-filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 450px;
  margin: 0px;
}
@media only screen and (max-width: 1199px) {
  .acf-map {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .acf-map {
    height: 350px;
  }
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/*the container must be positioned relative:*/
.custom-drop-select {
  position: relative;
}
.custom-drop-select select {
  display: none;
}

/*style the arrow inside the select element:*/
.select-selected {
  color: #585858;
}
.select-selected:after {
  position: absolute;
  content: "\f078";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  right: 10px;
  width: 100%;
  display: inline;
  text-align: right;
}
.select-selected.select-arrow-active:after {
  content: "\f077";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}

/*point the arrow upwards when the select box is open (active):*/
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  color: #585858;
  background-color: #ededed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.discovery-call {
  background: transparent;
  border: 1px solid #A7A7A7;
  padding: 10px;
  color: #B8A7DA;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}
.discovery-call label {
  color: #A7A7A7;
}
.discovery-call legend.gfield_label,
.discovery-call label.gfield_label {
  font-weight: 700;
  font-size: inherit;
  color: #585858;
}
.discovery-call .gf_progressbar {
  background: #585858 !important;
}
.discovery-call ul.gform_fields li.gfield {
  margin-top: 30px;
}
.discovery-call .gfield_checkbox li input[type=checkbox],
.discovery-call .gfield_radio li input[type=radio],
.discovery-call .gfield_checkbox li input {
  accent-color: #925EF8;
  display: -moz-inline-stack !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0px 10px 0px 0px !important;
  width: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.discovery-call .gfield_radio li label {
  margin: 0px !important;
}
.discovery-call ul.gfield_radio li input[type=radio]:checked + label,
.discovery-call ul.gfield_checkbox li input[type=checkbox]:checked + label,
.discovery-call .gchoice_select_all {
  font-weight: 700;
  color: #925EF8;
}
.discovery-call .gform_page_footer a.gform_save_link {
  color: #585858;
}
.discovery-call .gform_page_footer a.gform_save_link:hover {
  color: #925EF8;
}
.discovery-call .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #B8A7DA;
  padding: 16px 0 0 0;
  clear: both;
}
.discovery-call .ginput_container_radio .gfield_radio {
  display: block !important;
  width: 100%;
}
.discovery-call .gform_footer input[type=submit],
.discovery-call .gform_page_footer input[type=submit] {
  display: -moz-inline-stack;
  display: inline-block;
  border: 3px solid #925EF8;
  font-size: 18px !important;
  line-height: 1.333;
  font-weight: 600;
  color: #585858 !important;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #B8A7DA;
  text-transform: none;
}
.discovery-call .gform_footer input[type=submit]:first-letter,
.discovery-call .gform_page_footer input[type=submit]:first-letter {
  text-transform: uppercase;
}
.discovery-call .gform_footer input[type=submit]:hover,
.discovery-call .gform_page_footer input[type=submit]:hover {
  color: #B8A7DA !important;
  background: #585858;
  border: 3px solid #925EF8;
}
@media only screen and (max-width: 480px) {
  .discovery-call .gform_footer input[type=submit],
  .discovery-call .gform_page_footer input[type=submit] {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}
.discovery-call .button.gform_previous_button,
.discovery-call .button.gform_next_button {
  display: -moz-inline-stack;
  display: inline-block;
  border: 3px solid #585858;
  font-size: 18px !important;
  line-height: 1.333;
  font-weight: 600;
  color: #585858 !important;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  text-transform: none;
}
.discovery-call .button.gform_previous_button:first-letter,
.discovery-call .button.gform_next_button:first-letter {
  text-transform: uppercase;
}
.discovery-call .button.gform_previous_button:hover,
.discovery-call .button.gform_next_button:hover {
  color: #B8A7DA !important;
  background: #585858;
}
@media only screen and (max-width: 480px) {
  .discovery-call .button.gform_previous_button,
  .discovery-call .button.gform_next_button {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}

.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_wrapper {
  font-size: 18px;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading {
  display: none;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading p {
  font-size: 1rem;
  margin-top: 30px;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading .gfield_required {
  color: #B8A7DA !important;
  display: inline-block;
  padding-left: 0.125em;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading input,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading select,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading textarea,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading .select-selected,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading .form-control {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #A7A7A7;
  padding: 10px;
  color: #B8A7DA;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 20px;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading input:focus,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading select:focus,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading textarea:focus,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading .select-selected:focus,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading .form-control:focus {
  outline: none;
  border-color: #B8A7DA;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading input:focus > label,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading select:focus > label,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading textarea:focus > label,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading .select-selected:focus > label,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading .form-control:focus > label {
  color: #B8A7DA;
  -webkit-transform: translate(0px, 10px) scale(0.9);
          transform: translate(0px, 10px) scale(0.9);
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #FFFFFF;
  margin-top: 10px;
  font-size: 1rem;
  background: #585858;
  padding: 0px 25px;
  -webkit-transform: translate(0px, 20px) scale(1);
          transform: translate(0px, 20px) scale(1);
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_heading label span {
  color: #B8A7DA;
  font-weight: 600;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_body {
  margin-bottom: 40px;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_footer input[type=submit] {
  display: inline-block;
  width: auto;
  font-weight: 600;
  font-size: 1.1rem;
  color: #B8A7DA !important;
  border: 3px solid #B8A7DA;
  text-transform: capitalize;
  line-height: 1.333;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  padding: 12px 20px;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0px !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 200px;
  min-height: 72px;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_footer input[type=submit]:after {
  content: "\f30b";
  margin-left: 15px;
  font-family: "Font Awesome 5 Free";
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_footer input[type=submit] i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_footer input[type=submit]:hover {
  color: #585858 !important;
  background: #B8A7DA;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_footer input[type=submit]:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
@media only screen and (max-width: 480px) {
  .gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_footer input[type=submit] {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_footer .button-primary {
  border-color: #A7A7A7;
  color: #585858;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button .gform_footer .button-primary:hover {
  border-color: transparent;
  background-color: #585858;
  color: #925EF8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*Lead magnet Form*/
.gw-horizontal-form_wrapper .gform_fields {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2%;
  -ms-grid-columns: 1fr 2% [12];
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr [12];
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  width: 100%;
}

.gw-horizontal-form_wrapper .gfield {
  display: grid !important;
  grid-column: span 9 !important;
  -ms-grid-column-span: 9 !important;
}
.gw-horizontal-form_wrapper .gform-body input {
  padding: 15px !important;
  font-size: 1rem !important;
  height: auto !important;
  font-weight: 400 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.gw-horizontal-form_wrapper .gform-body select {
  grid-column: span 9;
  -ms-grid-column-span: 9;
}

.gw-horizontal-form_wrapper #field_submit input.button {
  grid-column: span 3;
  -ms-grid-column-span: 3;
  height: auto;
}

.gw-horizontal-form_wrapper {
  width: 100%;
  background: transparent;
  padding: 2px;
  color: #B8A7DA;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0px;
}
.gw-horizontal-form_wrapper .gform_footer, .gw-horizontal-form_wrapper .gform_page_footer {
  margin: 0px !important;
  padding: 0px !important;
}
.gw-horizontal-form_wrapper #field_submit {
  display: grid !important;
  grid-column: span 3 !important;
  -ms-grid-column-span: 3 !important;
}
.gw-horizontal-form_wrapper #field_submit input.button {
  font-size: 1.1rem !important;
  height: auto;
  font-weight: 600 !important;
  color: #B8A7DA !important;
  cursor: pointer;
  text-align: center;
  padding: 15px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #B8A7DA;
  text-transform: none;
  background: #585858;
  border-radius: 0px;
}
.gw-horizontal-form_wrapper #field_submit input.button:hover {
  color: #585858 !important;
  background: #925EF8 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gw-horizontal-form_wrapper .gform_fields {
  grid-column-gap: 1vw !important;
}

.gw-horizontal-form_wrapper .ginput_complex span:not(:first-child) {
  padding-left: 1vw !important;
}

.contact-two {
  position: relative;
}
.contact-two .contacts-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#style_b .contact_details_section .contact-info-area {
  border: 2px solid #176739;
}
#style_b .contact_details_section .contact-info-item {
  border-right: 1px solid #176739 45;
}
#style_b .contact_details_section .contact-info-item i {
  color: #176739;
  border: 1px solid #176739;
  padding: 30px;
  border-radius: 50%;
}
#style_b .contact_details_section .contact-info-item p,
#style_b .contact_details_section .contact-info-item a {
  color: #333;
  font-size: 20px;
}

.contact-section-large h2 {
  color: #fff !important;
}

.contact-section-large,
.contact_details_section {
  position: relative;
}
.contact-section-large h2,
.contact_details_section h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .contact-section-large h2,
  .contact_details_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-section-large h2,
  .contact_details_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section-large h2,
  .contact_details_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-section-large h2,
  .contact_details_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .contact-section-large h2,
  .contact_details_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.contact-section-large .highlight_words .highlight.black,
.contact-section-large .highlight_words_right .highlight.black,
.contact_details_section .highlight_words .highlight.black,
.contact_details_section .highlight_words_right .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.contact-section-large .highlight_words .highlight.purple,
.contact-section-large .highlight_words_right .highlight.purple,
.contact_details_section .highlight_words .highlight.purple,
.contact_details_section .highlight_words_right .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.contact-section-large .highlight_words .highlight.green,
.contact-section-large .highlight_words_right .highlight.green,
.contact_details_section .highlight_words .highlight.green,
.contact_details_section .highlight_words_right .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.contact-section-large .highlight_words .highlight.orange,
.contact-section-large .highlight_words_right .highlight.orange,
.contact_details_section .highlight_words .highlight.orange,
.contact_details_section .highlight_words_right .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.contact-section-large .intro,
.contact_details_section .intro {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
.contact-section-large .contact-info p,
.contact-section-large .contact-info label,
.contact-section-large .contact-info h4,
.contact-section-large .contact-info h5,
.contact-section-large .contact-info h6,
.contact_details_section .contact-info p,
.contact_details_section .contact-info label,
.contact_details_section .contact-info h4,
.contact_details_section .contact-info h5,
.contact_details_section .contact-info h6 {
  color: #fff;
}
.contact-section-large .contact-info a,
.contact_details_section .contact-info a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.contact-section-large .contact-info h3,
.contact_details_section .contact-info h3 {
  color: #176739 !important;
}
.contact-section-large .contactus-image .contentholder img,
.contact_details_section .contactus-image .contentholder img {
  max-width: 220px;
}
.contact-section-large .linkedin-btn, .contact-section-large a.linkedin-btn,
.contact_details_section .linkedin-btn,
.contact_details_section a.linkedin-btn {
  border: 2px solid #176739;
  font-size: 1rem;
  color: #176739 !important;
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-section-large .linkedin-btn::after, .contact-section-large a.linkedin-btn::after,
.contact_details_section .linkedin-btn::after,
.contact_details_section a.linkedin-btn::after {
  color: #176739;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-section-large .contact-form p,
.contact-section-large .contact-form label,
.contact-section-large .contact-form h3,
.contact-section-large .contact-form h4,
.contact-section-large .contact-form h5,
.contact-section-large .contact-form h6,
.contact-section-large .contact-form a,
.contact_details_section .contact-form p,
.contact_details_section .contact-form label,
.contact_details_section .contact-form h3,
.contact_details_section .contact-form h4,
.contact_details_section .contact-form h5,
.contact_details_section .contact-form h6,
.contact_details_section .contact-form a {
  color: #fff;
}
.contact-section-large .contact-form .gform_button,
.contact_details_section .contact-form .gform_button {
  font-size: 18px !important;
  line-height: 19px !important;
  font-weight: 700 !important;
  background: #176739;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0;
}
.contact-section-large .contact-form .gform_button:hover,
.contact_details_section .contact-form .gform_button:hover {
  background: #52b97d;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*******************************************************/
/**************** GravityForm Popup Section ************/
/*******************************************************/
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
  margin: 0px 0px !important;
}
.gform_wrapper .hyvaksy .gform-field-label, .gform_wrapper .hyvaksy .gfield_checkbox label {
  margin: 0px !important;
}

.pum-theme-6058 .pum-content p, .pum-theme-content-only .pum-content p {
  color: #FFFFFF !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 20px;
}
.pum-theme-6058 .pum-container, .pum-theme-content-only .pum-container {
  padding: 20px !important;
  border-radius: 10px !important;
  border: 4px none #925EF8 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#925EF8), to(#B8A7DA));
  background-image: linear-gradient(to bottom, #925EF8, #B8A7DA);
  -webkit-box-shadow: 0 2px 10px 0 rgba(146, 94, 248, 0.25);
          box-shadow: 0 2px 10px 0 rgba(146, 94, 248, 0.25);
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pum-theme-6058 .pum-title, .pum-theme-content-only .pum-title {
  color: #FFFFFF !important;
  font-size: 1.953rem !important;
  font-family: "Manrope", sans-serif !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pum-theme-6058 .ginput_container .ginput_container_checkbox .gfield_checkbox label, .pum-theme-content-only .ginput_container .ginput_container_checkbox .gfield_checkbox label {
  margin: 0px !important;
}
.pum-theme-6058 .gform-field-label, .pum-theme-content-only .gform-field-label {
  margin: 0px !important;
}
.pum-theme-6058 .gform-field-label a, .pum-theme-content-only .gform-field-label a {
  color: #000000;
}
.pum-theme-6058 .gform-field-label a:hover, .pum-theme-content-only .gform-field-label a:hover {
  color: #585858;
}
.pum-theme-6058 .gform_footer .gform_button, .pum-theme-content-only .gform_footer .gform_button {
  font-size: 1.1rem !important;
  height: auto;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  cursor: pointer;
  text-align: center;
  padding: 15px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: none;
  background: #000000;
  border: none;
  border-radius: 0px;
}
.pum-theme-6058 .gform_footer .gform_button:hover, .pum-theme-content-only .gform_footer .gform_button:hover {
  color: #FFFFFF !important;
  background: #585858 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .pum-theme-6058 .gform_footer .gform_button, .pum-theme-content-only .gform_footer .gform_button {
    width: 100%;
  }
}

/*******************************************************/
/******************* 24. 404 Error *********************/
/*******************************************************/
.error-page-banner {
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (max-width: 991px) {
  .error-page-banner {
    min-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-banner {
    min-height: 400px;
  }
}
.error-page-banner:after {
  background: url(../images/shapes/page_header_pattern.svg) no-repeat center center;
  position: absolute;
  z-index: -1;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
}
.error-page-banner:before {
  background: #282828;
  z-index: -2;
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
}
.error-page-banner .page-title {
  color: #FFFFFF;
  text-transform: none;
  text-align: center !important;
}
@media only screen and (max-width: 991px) {
  .error-page-banner .page-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-banner .page-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 375px) {
  .error-page-banner .page-title {
    font-size: 38px;
  }
}
.error-page-banner .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  text-transform: capitalize;
}
.error-page-banner .breadcrumb .breadcrumb-item {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}
.error-page-banner .breadcrumb .breadcrumb-item a {
  color: #FFFFFF;
}
.error-page-banner .breadcrumb .breadcrumb-item a:hover {
  color: #B8A7DA !important;
}
.error-page-banner .breadcrumb .breadcrumb-item.active {
  color: #B8A7DA;
  font-weight: 600;
}
.error-page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  margin: 0px 5px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #B8A7DA;
}

.error-content {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.error-content h2 {
  font-size: 48px;
  margin: 50px 0 30px;
}
@media only screen and (max-width: 991px) {
  .error-content h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .error-content h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .error-content h2 {
    font-size: 30px;
  }
}
.error-content .theme-btn, .error-content .gray-theme-btn {
  min-width: 200px;
  padding-left: 45px;
  padding-right: 45px;
}

.services_gallery_section.dark-bg {
  background-color: #f5f5f5;
}

.services_gallery_section h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .services_gallery_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .services_gallery_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .services_gallery_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .services_gallery_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .services_gallery_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.services_gallery_section .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.services_gallery_section .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.services_gallery_section .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.services_gallery_section .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.services_gallery_section .section-text p {
  font-size: 22px;
  font-weight: 400;
}
.services_gallery_section .custom_posts_grid .posts-three-item {
  background-color: #E8F0EB;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  max-height: 800px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.services_gallery_section .custom_posts_grid .posts-three-item .posts-three-img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.services_gallery_section .custom_posts_grid .posts-three-item:nth-child(2n) {
  background-color: #EDF7F1;
}
.services_gallery_section .custom_posts_grid .posts-three-item:nth-child(2n) .posts-three-img {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.services_gallery_section .custom_posts_grid .posts-three-item:hover,
.services_gallery_section .custom_posts_grid .posts-three-item:nth-child(2n):hover {
  background-color: #0E3F23;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.services_gallery_section .custom_posts_grid .posts-three-item:hover .content-area,
.services_gallery_section .custom_posts_grid .posts-three-item:nth-child(2n):hover .content-area {
  border-left: 1px solid #82e3ab;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.services_gallery_section .custom_posts_grid .posts-three-item:hover h4,
.services_gallery_section .custom_posts_grid .posts-three-item:nth-child(2n):hover h4 {
  color: #82e3ab;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 20px;
}
.services_gallery_section .custom_posts_grid .posts-three-item:hover p,
.services_gallery_section .custom_posts_grid .posts-three-item:nth-child(2n):hover p {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services_gallery_section .custom_posts_grid .posts-three-item:hover .learn-more,
.services_gallery_section .custom_posts_grid .posts-three-item:nth-child(2n):hover .learn-more {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.services_gallery_section .custom_posts_grid .posts-three-item:hover .posts-three-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services_gallery_section .custom_posts_grid .posts-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-height: 400px;
  height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.services_gallery_section .custom_posts_grid .posts-three-item:hover .posts-item-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.services_gallery_section .custom_posts_grid .content-area {
  border-left: 1px solid #8BB39C;
  padding-left: 40px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.services_gallery_section .custom_posts_grid .content-area h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 0;
}
.services_gallery_section .custom_posts_grid .content-area p {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
}
.services_gallery_section .custom_posts_grid .posts-three-item:hover .content-area p {
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.services_gallery_section .custom_posts_grid .learn-more {
  color: #0e3f23;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 20px;
}
.services_gallery_section .custom_posts_grid .learn-more i {
  color: #52b97d;
  margin: 2px 0 0 10px;
  font-size: 26px;
}
.services_gallery_section .custom_posts_grid .learn-more:hover i {
  padding-left: 10px;
  scale: 1.2;
}

#style_b .services_gallery_section .filled-theme-btn.transparent_btn_bg {
  color: #176739 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

#style_b .services_gallery_section .custom_posts_image .filled-theme-btn.transparent_btn_bg {
  color: #fff !important;
}

#style_b .services_gallery_section .filled-theme-btn.transparent_btn_bg:hover {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .services_gallery_section .custom_posts_grid .posts-three-item:nth-child(2n) .posts-three-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .services_gallery_section .custom_posts_grid .posts-item-content {
    opacity: 1;
  }
}
.numbered_list_section.dark-bg {
  background-color: #f5f5f5;
}

.numbered_list_section h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .numbered_list_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .numbered_list_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .numbered_list_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .numbered_list_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .numbered_list_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.numbered_list_section .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.numbered_list_section .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.numbered_list_section .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.numbered_list_section .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.numbered_list_section .section-text p {
  font-size: 22px;
  font-weight: 400;
}
.numbered_list_section .custom_posts_grid .posts-three-item {
  background-color: #fbf0ff;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
}
.numbered_list_section .custom_posts_grid .posts-three-item .index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  font-weight: 900;
  width: 100%;
  max-width: 4vw;
  height: 4vw;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #176739;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.numbered_list_section .custom_posts_grid .posts-three-item:nth-child(4n+2) .index {
  background: #9bcb64;
}
.numbered_list_section .custom_posts_grid .posts-three-item:nth-child(4n+3) .index {
  background: #4F2A5D;
}
.numbered_list_section .custom_posts_grid .posts-three-item:nth-child(4n+4) .index {
  background: #176739;
}
.numbered_list_section .custom_posts_grid .posts-three-item:nth-child(2n) {
  background-color: #f0e4ff;
}
.numbered_list_section .custom_posts_grid .posts-three-item:nth-child(2n) .posts-three-img {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.numbered_list_section .custom_posts_grid .posts-item-content {
  position: relative;
  z-index: 2;
}
.numbered_list_section .custom_posts_grid .posts-item-content .content-area {
  border-left: 1px solid #4F2A5D;
  padding-left: 30px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.numbered_list_section .custom_posts_grid .posts-item-content .content-area h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 30px;
}
.numbered_list_section .custom_posts_grid .posts-item-content .content-area p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #4F2A5D;
}
.numbered_list_section .custom_posts_grid .posts-three-item:hover,
.numbered_list_section .custom_posts_grid .posts-three-item:nth-child(2n):hover {
  background-color: #4F2A5D;
  -webkit-transition: 0.2ss;
  transition: 0.2ss;
}
.numbered_list_section .custom_posts_grid .posts-three-item:hover .content-area,
.numbered_list_section .custom_posts_grid .posts-three-item:nth-child(2n):hover .content-area {
  border-left: 1px solid #dbd0df;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.numbered_list_section .custom_posts_grid .posts-three-item:hover h4,
.numbered_list_section .custom_posts_grid .posts-three-item:nth-child(2n):hover h4 {
  color: #dbd0df;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.numbered_list_section .custom_posts_grid .posts-three-item:hover p,
.numbered_list_section .custom_posts_grid .posts-three-item:nth-child(2n):hover p {
  color: #fff;
}
.numbered_list_section .custom_posts_grid .posts-three-item:hover .index,
.numbered_list_section .custom_posts_grid .posts-three-item:nth-child(2n):hover .index {
  background: #fff;
  color: #176739;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#style_b .numbered_list_section .filled-theme-btn.transparent_btn_bg {
  color: #176739 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

#style_b .numbered_list_section .custom_posts_image .filled-theme-btn.transparent_btn_bg {
  color: #fff !important;
}

#style_b .numbered_list_section .filled-theme-btn.transparent_btn_bg:hover {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .numbered_list_section .custom_posts_grid .posts-three-item .index {
    max-width: 100%;
    height: 17vw;
  }
}
.two_columns_large_section {
  padding-top: 100px;
}
.two_columns_large_section .section-title h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .two_columns_large_section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .two_columns_large_section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .two_columns_large_section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .two_columns_large_section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .two_columns_large_section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.two_columns_large_section .section-title .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.two_columns_large_section .section-title .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.two_columns_large_section .section-title .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.two_columns_large_section .section-title .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.two_columns_large_section .section-text {
  font-size: 22px;
  font-weight: 400;
}
#style_b .two_columns_large_section .filled-theme-btn.transparent_btn_bg {
  color: #176739 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

#style_b .two_columns_large_section .custom_posts_image .filled-theme-btn.transparent_btn_bg {
  color: #fff !important;
}

#style_b .two_columns_large_section .filled-theme-btn.transparent_btn_bg:hover {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .order-first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*******************************************************/
/****************** 20. Tabs Services *******************/
/*******************************************************/
/* Parallax block Style */
.tabular-section {
  background-color: #000000 !important;
  width: 100%;
  padding: 100px 0px;
  margin-bottom: 0px;
}
.tabular-section .section-text p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #FFFFFF;
}
.tabular-section .parablock {
  margin: auto;
}
.tabular-section h2 {
  line-height: 1.333;
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
}
.tabular-section h3 {
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
  line-height: 1.333;
}

.tabular-section-image {
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 5%;
  background-size: cover;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: top center;
  -webkit-transition: background-position 0s !important;
  transition: background-position 0s !important;
}

.servicetab .section-text p {
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
  color: #585858;
}
.servicetab .section-text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin-top: 20px;
}
.servicetab .section-text li:before {
  color: white;
  font-size: 14px;
  content: "\f00c";
  font-weight: 600;
  margin-top: -4px;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background: #B8A7DA;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
}
.servicetab .tab-content {
  background-color: #ededed;
  padding: 15px 10px;
}
.servicetab h3 {
  background-color: #ededed;
  padding: 5px 15px;
}
.servicetab .nav-pills > li > a {
  border-radius: 0;
  font-weight: 500;
}
.servicetab .nav-pills {
  font-family: "Manrope", sans-serif;
  background-color: #D3D3D3;
  border-radius: 8px 8px 0px 0px !important;
}
.servicetab .nav-pills .nav-link {
  border-radius: 8px 8px 0px 0px !important;
}
.servicetab .nav-pills .nav-link:hover {
  color: #925EF8;
}
.servicetab .nav-pills .nav-link.active {
  color: #585858;
  background-color: #ededed;
  font-weight: 600;
}
.servicetab .nav-pills .nav-link .show > .nav-link {
  color: #fff;
  background-color: #ededed;
}

.marketing-landing-wrapper h2 {
  text-shadow: none;
}
.marketing-landing-wrapper .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.marketing-landing-wrapper .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.marketing-landing-wrapper .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.marketing-landing-wrapper .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.marketing-landing-wrapper .tabular-section {
  background-color: rgba(255, 255, 255, 0) !important;
}
.marketing-landing-wrapper .section-text p {
  color: #1E1C20;
  text-align: left;
}
.marketing-landing-wrapper .servicetab .tab-content {
  background: url("/wp-content/themes/miami/assets/images/background/bg_landing_00.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 30px 30px;
}
.marketing-landing-wrapper .servicetab .nav-pills {
  background-color: rgba(110, 192, 224, 0.168627451);
  border-radius: 0px !important;
}
.marketing-landing-wrapper .servicetab .nav-pills .nav-link {
  border-radius: 0px !important;
  padding: 15px;
}
.marketing-landing-wrapper .servicetab .nav-pills .nav-link:hover {
  color: #75b9e7;
}
.marketing-landing-wrapper .servicetab .nav-pills .nav-link.active {
  background-color: rgba(108, 195, 222, 0.6784313725);
  font-weight: 500;
  color: #fff;
}

.service_description_section .about-content h2 {
  font-size: 52px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .service_description_section .about-content h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .service_description_section .about-content h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .service_description_section .about-content h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .service_description_section .about-content h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .service_description_section .about-content h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.service_description_section .about-content .highlight.black {
  color: #000;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.service_description_section .about-content .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.service_description_section .about-content .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.service_description_section .about-content .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.service_description_section .wysiwyg-editor {
  color: #585858;
  font-weight: 400;
  font-size: 22px;
}
.service_description_section .read-more {
  color: #585858;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service_description_section .read-more:hover {
  color: #176739;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service_description_section .read-more i {
  color: #176739;
  font-size: 28px;
  margin-left: 10px;
}
.service_description_section .service_list .service_item {
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.service_description_section .service_list .service_item p {
  font-size: 22px;
}
.service_description_section .service_list .service_item h3 {
  padding: 25px 0;
  margin: 0;
}
.service_description_section .service_list .service_item .service_description_items {
  width: 100%;
}
.service_description_section .service_list .service_item .service_description_items h3 {
  color: #000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service_description_section .service_list .service_item .service_description_items h3 i {
  color: #176739;
  font-size: 36px;
  margin: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service_description_section .service_list .service_item .service_description_items:hover h3 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #176739 !important;
}
.service_description_section .service_list .service_item .service_description_items:hover h3 i {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*******************************************************/
/**************** 25. Main Footer Style ****************/
/*******************************************************/
/* Tooltip */
.X-tooltip {
  position: relative;
  display: inline-block;
}
.X-tooltip .tooltip-inner {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.X-tooltip .tooltip-inner::after {
  content: "";
  position: absolute;
  background-color: #555;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.X-tooltip .tooltip-inner::after:hover .tooltip-inner {
  visibility: visible;
  opacity: 1;
}

.servicetagit {
  padding: 60px 0px;
}
.servicetagit .tagit a {
  color: #FFFFFF;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
}
.servicetagit .tagit a::before {
  padding-right: 0.422rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f101";
}
.servicetagit .tagit a:hover {
  color: #B8A7DA;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/** Social Widget **/
.social_widget ul {
  padding-left: 0;
  text-align: left;
}
.social_widget ul li {
  display: block;
  list-style: none;
}
.social_widget ul li:not(:last-child) {
  margin-right: 20px;
}
.social_widget ul a {
  color: #000000;
}
.social_widget ul a:hover {
  color: #B8A7DA;
}

.dashicons,
.fab,
.fa-linkedin,
.fa-instagram,
.fa-facebook {
  width: 60px;
  height: 60px;
  font-size: 1.953rem;
  line-height: inherit;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #FFFFFF;
  background: #925EF8 !important;
}
.dashicons:hover,
.fab:hover,
.fa-linkedin:hover,
.fa-instagram:hover,
.fa-facebook:hover {
  background: #B8A7DA !important;
}

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

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

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

.footer-widget-area {
  background-color: transparent;
}

.footer-logo {
  margin-top: 0px;
  text-align: left;
}
.footer-logo img {
  height: 80px;
  width: auto;
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.footer-widget .text {
  text-align: left;
}
.footer-widget .text p {
  margin-bottom: 0px;
}

.footer-title {
  margin-bottom: 28px;
}

.subfooter-title {
  text-align: left;
  margin: 20px 0 10px 0;
}

.newsletter-widget form {
  padding: 7px;
  max-width: 310px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 35px;
  border: 1px solid #3a4a65;
}
.newsletter-widget form input {
  color: #FFFFFF;
  height: auto;
  border: none;
  background: transparent;
  padding: 5px 5px 5px 20px;
}
.newsletter-widget form input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.newsletter-widget form input::-moz-placeholder {
  color: #FFFFFF;
}
.newsletter-widget form input:-ms-input-placeholder {
  color: #FFFFFF;
}
.newsletter-widget form input::-ms-input-placeholder {
  color: #FFFFFF;
}
.newsletter-widget form input::placeholder {
  color: #FFFFFF;
}
.newsletter-widget form button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 45px;
  height: 45px;
  background: rgb(241.936, 238.808, 248.192);
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .newsletter-widget p br {
    display: none;
  }
}

.contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-info li i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #ced1d5;
  margin: 5px 12px 0 0;
  width: 40px;
  height: 40px;
  background: #223452;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.widget-news-item {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 25px;
}
.widget-news-item:last-child {
  margin-bottom: 0;
}
.widget-news-item img {
  max-width: 75px;
  margin-right: 22px;
}

.widget-news-content h6, .widget-news-content h5 {
  margin-bottom: 5px;
}

.footer-top .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer-top .contact-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-top .contact-info li {
  width: 33.33%;
  padding-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #223452;
}
.footer-top .contact-info li:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.footer-top .contact-info li:last-child {
  margin-right: 0;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .footer-top .contact-info li {
    width: auto;
    margin-right: 25px;
    border-right: none;
  }
}
.footer-top .contact-info li i {
  color: white;
  background: #B8A7DA;
  border-color: white;
}

/** Footer Copyright **/
.copyright-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.copyright-inner span, .copyright-inner p {
  color: #000000;
  opacity: 1 !important;
  font-size: 0.888rem;
}
.copyright-inner span a, .copyright-inner p a {
  letter-spacing: 0.42px;
  font-weight: 500;
  display: inline-block;
  color: #925EF8;
}
.copyright-inner span a:hover, .copyright-inner p a:hover {
  color: #B8A7DA;
}
.copyright-inner span i, .copyright-inner p i {
  color: #925EF8;
  padding: 0px 3px;
}
.copyright-inner .social-style-one a {
  margin-right: 33px;
}
@media only screen and (max-width: 991px) {
  .copyright-inner {
    text-align: center !important;
    display: block;
  }
}

/* Footer One */
.footer-one .newsletter-widget {
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
  background: rgb(204.2776, 192.1328, 228.5672);
}
.footer-one .newsletter-widget form {
  border: 1px solid #4d79cc;
}

/* Footer Two */
.footer-two {
  background-color: #FFFFFF;
}
.footer-two .footer-widget-area {
  background: transparent;
}
.footer-two .copyright-area {
  padding: 0px;
}
.footer-two .newsletter-widget input::-webkit-input-placeholder {
  opacity: 1;
}
.footer-two .newsletter-widget input::-moz-placeholder {
  opacity: 1;
}
.footer-two .newsletter-widget input:-ms-input-placeholder {
  opacity: 1;
}
.footer-two .newsletter-widget input::-ms-input-placeholder {
  opacity: 1;
}
.footer-two p,
.footer-two .text,
.footer-two .list-style-two,
.footer-two .contact-info span,
.footer-two .newsletter-widget input::placeholder {
  opacity: 1;
}

/* Footer Three */
.footer-three p,
.footer-three .date,
.footer-three .text,
.footer-three .list-style-three,
.footer-three .contact-info span,
.footer-three .list-style-two *:not(i) {
  opacity: 1;
}

.main-footer .list-style-three li:before {
  color: #000000;
  font-size: 14px;
  content: "\f054";
}

/* Footer Four */
.footer-sign-up {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}
@media only screen and (max-width: 767px) {
  .footer-sign-up .footer-signup-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .footer-sign-up .footer-signup-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-sign-up .container {
  max-width: 1330px;
}
.footer-sign-up .sign-in-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  position: relative;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px 10px 0;
}
@media only screen and (max-width: 480px) {
  .footer-sign-up .sign-in-form {
    padding: 5px;
  }
}
.footer-sign-up .sign-in-form input {
  border: none;
  background: transparent;
}
@media only screen and (max-width: 375px) {
  .footer-sign-up .sign-in-form input {
    padding: 10px 0 10px 10px;
  }
}
.footer-sign-up .sign-in-form input::-webkit-input-placeholder {
  font-weight: 500;
  color: #585858;
}
.footer-sign-up .sign-in-form input::-moz-placeholder {
  font-weight: 500;
  color: #585858;
}
.footer-sign-up .sign-in-form input:-ms-input-placeholder {
  font-weight: 500;
  color: #585858;
}
.footer-sign-up .sign-in-form input::-ms-input-placeholder {
  font-weight: 500;
  color: #585858;
}
.footer-sign-up .sign-in-form input::placeholder {
  font-weight: 500;
  color: #585858;
}
.footer-sign-up .sign-in-form button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media only screen and (max-width: 375px) {
  .footer-sign-up .sign-in-form button {
    padding: 10px 15px;
  }
}

.footer-four .social-style-two a {
  opacity: 1;
  color: #454545;
  background: white;
}
.footer-four .social-style-two a:hover {
  color: #FFFFFF;
  background: #B8A7DA;
}
.footer-four .list-style-three li:before {
  color: #454545;
}
.footer-four .list-style-two i {
  color: #B8A7DA;
}

/* Footer Five */
.footer-five .copyright-inner {
  border-top: 1px solid #CED0D4;
}
.footer-five .copyright-inner p {
  opacity: 1;
  color: #0A1426;
  font-size: 16px;
  padding: 10px 0;
}
.footer-five .list-style-two i {
  font-size: 18px;
  color: #925EF8;
}
.footer-five .social-style-two a {
  opacity: 1;
  background: white;
  color: #585858;
}
.footer-five .social-style-two a:hover {
  color: #FFFFFF;
  background: #925EF8;
}

#style_b .social_widget ul a:hover {
  color: #176739 !important;
}
#style_b footer h3 {
  color: #176739;
}
#style_b footer i {
  color: #176739;
}
#style_b footer .copyright-area a {
  color: #176739;
}
#style_b .dashicons,
#style_b .fab,
#style_b .fa-linkedin,
#style_b .fa-instagram,
#style_b .fa-facebook {
  background: #176739 !important;
  line-height: 2.2;
}
#style_b .dashicons:hover,
#style_b .fab:hover,
#style_b .fa-linkedin:hover,
#style_b .fa-instagram:hover,
#style_b .fa-facebook:hover {
  background: #52b97d !important;
}
#style_b .social-style-one a i {
  color: #fff;
}
#style_b .scroll-top {
  background: radial-gradient(#176739 50%, rgba(184, 167, 218, 0.5) 52%);
}

.road-map-section {
  background-color: #f5f5f5;
  padding: 100px 0 200px 0;
}
.road-map-section .section-title h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .road-map-section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .road-map-section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .road-map-section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .road-map-section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .road-map-section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.road-map-section .section-title .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.road-map-section .section-title .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.road-map-section .section-title .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.road-map-section .section-title .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.road-map-section .roadmap-items {
  position: relative;
}
.road-map-section .roadmap-items .timeline {
  position: absolute;
  width: 4px;
  height: calc(100% + 60px);
  background: #333;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.road-map-section .roadmap-item:nth-child(2n+1) .roadmap-item-box {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.road-map-section .roadmap-item.right_side .roadmap-item-info::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  left: -30px;
}
.road-map-section .roadmap-item.left_side .roadmap-item-info::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #333;
  position: absolute;
  top: 25%;
  right: -15px;
  left: auto;
}
.road-map-section .roadmap-item.left_side .roadmap-item-box::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #b9b9b9;
  position: absolute;
  top: 35%;
  right: 0px;
  left: auto;
  z-index: 0;
}
.road-map-section .roadmap-item.right_side .roadmap-item-box::before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #b9b9b9;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 0;
}
.road-map-section .roadmap-item .roadmap-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.road-map-section .roadmap-item .roadmap-item-box img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #333;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: #fff;
  z-index: 3;
}
.road-map-section .roadmap-item .roadmap-item-box .roadmap-item-info {
  background: #176739;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  line-height: 1.2;
  width: 80%;
  padding-left: 50px;
  z-index: 2;
}
.road-map-section .roadmap-item .roadmap-item-box .roadmap-item-info h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.road-map-section .roadmap-item:nth-child(4n+2) .roadmap-item-info {
  background: #9bcb64;
}
.road-map-section .roadmap-item:nth-child(4n+3) .roadmap-item-info {
  background: #4F2A5D;
}
.road-map-section .roadmap-item:nth-child(4n+4) .roadmap-item-info {
  background: #176739;
}

@media only screen and (max-width: 768px) {
  .road-map-section {
    padding: 50px 0 100px 0;
  }
  .road-map-section .roadmap-items .timeline {
    left: 90%;
  }
  .roadmap-item {
    width: 90%;
  }
  .road-map-section .roadmap-item.right_side .roadmap-item-info::before {
    right: -45px;
    left: auto;
  }
  .road-map-section .roadmap-item.left_side .roadmap-item-info::after {
    top: 35%;
    right: -45px;
  }
  .road-map-section .roadmap-item.right_side .roadmap-item-box::before {
    left: 50%;
  }
  .road-map-section .roadmap-item:nth-child(2n+1) .roadmap-item-box {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .road-map-section .roadmap-item .roadmap-item-box .roadmap-item-info {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
.marketing-landing-wrapper .road-map-section .section-title h2 {
  font-size: 48px;
  line-height: 52px;
}
.marketing-landing-wrapper .road-map-section .roadmap-item .roadmap-item-box .roadmap-item-info,
.marketing-landing-wrapper .road-map-section .roadmap-item:nth-child(4n+2) .roadmap-item-info,
.marketing-landing-wrapper .road-map-section .roadmap-item:nth-child(4n+3) .roadmap-item-info,
.marketing-landing-wrapper .road-map-section .roadmap-item:nth-child(4n+4) .roadmap-item-info {
  background: url(/wp-content/themes/miami/assets/images/background/bg_landing_00.png) 50% 50% no-repeat;
  background-size: cover;
}
.marketing-landing-wrapper .road-map-section .roadmap-item .roadmap-item-box img {
  border-radius: 10px;
}

.price-section {
  padding: 100px 0;
  background-color: #fbf0ff;
}
.price-section h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .price-section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .price-section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .price-section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .price-section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .price-section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.price-section h2 .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.price-section h2 .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.price-section h2 .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.price-section h2 .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.price-section .section-text p {
  font-size: 22px;
  font-weight: 400;
}
.price-section .price_item {
  border-radius: 10px;
  border: 1px solid #cabece;
  padding: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 1px 1px 15px #dfdfdf;
          box-shadow: 1px 1px 15px #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px !important;
  background: #fff;
}
.price-section .price_item:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #176739;
  -webkit-box-shadow: 1px 1px 15px #ffc79f;
          box-shadow: 1px 1px 15px #ffc79f;
  cursor: pointer;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.price-section .price_item h3 {
  text-align: center;
}
.price-section .price_item .price-cost {
  font-size: 3.5em;
  text-align: center;
  font-weight: 900;
  color: #176739;
  line-height: 1;
  margin-bottom: 50px;
}
.price-section .price_item .price-symbol {
  font-size: 28px;
  font-weight: 400;
}
.price-section .price_item .filled-theme-btn {
  display: block;
}
.price-section .price_item .filled-theme-btn.transparent_btn_bg {
  color: #176739 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}
.price-section .price_item .filled-theme-btn.transparent_btn_bg:hover {
  color: #fff !important;
}
.price-section :not(:root:root) .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price-section :not(:root:root) .equal-height > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.carousel_reviews_section {
  position: relative;
}
.carousel_reviews_section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(233, 172, 255, 0.5);
}
.carousel_reviews_section .container,
.carousel_reviews_section .feature-btn {
  position: relative;
  z-index: 2;
}
.carousel_reviews_section .section-title h2 {
  color: #82e3ab !important;
}
.carousel_reviews_section .section-title h2 {
  font-size: 68px;
  font-weight: 600;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .carousel_reviews_section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .carousel_reviews_section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel_reviews_section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .carousel_reviews_section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .carousel_reviews_section .section-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.carousel_reviews_section .review_text {
  position: relative;
}
.carousel_reviews_section .review_text p {
  color: #82e3ab;
  font-size: 22px;
  line-height: 32px;
}
.carousel_reviews_section .review_text:before {
  content: "\f6b0";
  display: block;
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #176739;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  z-index: 1000;
  font-size: 5em;
  line-height: 1;
}
.carousel_reviews_section .reviews-carousel-wrap {
  position: relative;
}
.carousel_reviews_section .reviews-carousel-wrap .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  right: -10%;
  font-size: 0;
  background: #176739;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carousel_reviews_section .reviews-carousel-wrap .slick-next:hover {
  background: #f5934d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carousel_reviews_section .reviews-carousel-wrap .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  left: -10%;
  font-size: 0;
  background: #176739;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carousel_reviews_section .reviews-carousel-wrap .slick-prev:hover {
  background: #f5934d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carousel_reviews_section .reviews-carousel-wrap .slick-next:after {
  content: "\f285";
  color: #fff;
  display: block;
  font-family: bootstrap-icons !important;
  font-size: 19px;
}
.carousel_reviews_section .reviews-carousel-wrap .slick-prev:after {
  content: "\f284";
  color: #fff;
  display: block;
  font-family: bootstrap-icons !important;
  font-size: 19px;
}
.carousel_reviews_section .review-item img {
  max-height: 200px;
}
.carousel_reviews_section .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel_reviews_section .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #176739;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carousel_reviews_section .slick-dots li button:hover {
  background: #82e3ab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carousel_reviews_section .slick-dots .slick-active button {
  background: #82e3ab !important;
}

@media only screen and (max-width: 768px) {
  .review-item.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .carousel_reviews_section .review-item img {
    max-height: 100%;
    height: 60vw;
    width: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .carousel_reviews_section .review_text:before {
    display: none;
  }
  .review_text.pl-100, .review_text.px-100 {
    padding-left: 50px !important;
  }
  .carousel_reviews_section .reviews-carousel-wrap .slick-prev {
    left: 0;
  }
  .carousel_reviews_section .reviews-carousel-wrap .slick-next {
    right: 0;
  }
}
.marketing-landing-wrapper .carousel_reviews_section .section-title h2 {
  color: #1E1C20 !important;
  font-size: 48px;
}
.marketing-landing-wrapper .carousel_reviews_section .section-title .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.marketing-landing-wrapper .carousel_reviews_section .section-title .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.marketing-landing-wrapper .carousel_reviews_section .section-title .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.marketing-landing-wrapper .carousel_reviews_section .section-title .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap {
  position: relative;
}
.marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .review_text:before {
  content: "\f6b0";
  display: block;
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #333;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 960;
  font-size: 3em;
  line-height: 1;
}
.marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .review-item img {
  width: 160px !important;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #c9dff0;
  padding: 0;
}
.marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .slick-dots {
  margin-top: 50px;
}
.marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #515151;
}
.marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .slick-active button {
  background: #176739 !important;
}
.marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .review_text p {
  color: #333;
  font-size: 18px;
  line-height: 28px;
}
.marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  right: -10%;
  font-size: 0;
  background: none;
  width: 40px;
  height: 40px;
}
.marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  left: -10%;
  font-size: 0;
  background: none;
  width: 40px;
  height: 40px;
}
.marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .slick-next:after {
  content: "\f285";
  color: #176739;
  display: block;
  font-family: bootstrap-icons !important;
  font-size: 32px;
}
.marketing-landing-wrapper .carousel_reviews_section .landing-carousel-wrap .slick-prev:after {
  content: "\f284";
  color: #176739;
  display: block;
  font-family: bootstrap-icons !important;
  font-size: 32px;
}

.info_banner_section h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .info_banner_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .info_banner_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .info_banner_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .info_banner_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  .info_banner_section h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.info_banner_section h2 .highlight.black {
  color: #000;
  font-weight: 600;
  font-family: "Manrope Bold";
}
.info_banner_section h2 .highlight.purple {
  color: #4F2A5D;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.info_banner_section h2 .highlight.green {
  color: #176739;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.info_banner_section h2 .highlight.orange {
  color: #EB6D12;
  font-family: "Manrope Bold";
  font-weight: 600;
}
.info_banner_section h3 {
  font-size: 38px;
  font-weight: 600;
}
.info_banner_section .background_black {
  background: #000;
  color: #fff;
}
.info_banner_section .background_black .sub-title,
.info_banner_section .background_black h3 {
  color: #edf1aa !important;
}
.info_banner_section .background_purple {
  background: #4F2A5D;
  color: #fff;
}
.info_banner_section .background_purple .sub-title,
.info_banner_section .background_purple h3 {
  color: #ca7ae7 !important;
}
.info_banner_section .background_green {
  background: #176739;
  color: #fff;
}
.info_banner_section .background_green .sub-title,
.info_banner_section .background_green h3 {
  color: #82E3AB !important;
}
.info_banner_section .background_orange {
  background: #176739;
  color: #fff;
}
.info_banner_section .background_orange .sub-title,
.info_banner_section .background_orange h3 {
  color: #ffb27a !important;
}
.info_banner_section .learn-more {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
}
.info_banner_section .learn-more i {
  color: #52b97d;
  margin: 2px 0 0 10px;
  font-size: 28px;
}
.info_banner_section .learn-more:hover {
  padding-left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  scale: 1.1;
}
.info_banner_section .info-banner-img-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.info_banner_section .info-banner-img-area .about-four-images {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .info_banner_section .info-banner-img-area {
    min-height: 80vw;
  }
  .rpb-50, .rpy-50 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 640px) {
  .service_description_section .service_list .service_item .service_description_items h3,
  .service_description_section .service_list .service_item .service_description_items h3 i,
  .service_description_section .service_list .service_item h3 {
    font-size: 24px;
  }
  .counters-section .section-title h2 {
    font-size: 2em;
    line-height: 1.2;
  }
  .mt-50 {
    margin-top: 25px !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .pt-100 {
    padding-top: 20px !important;
  }
  .service_description_section .about-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .custom_posts_section .section-text p {
    font-size: 18px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 34px;
  }
  #style_b .filled-theme-btn, #style_b a.filled-theme-btn {
    font-size: 16px !important;
    line-height: 15px !important;
    padding: 15px 20px 15px 20px;
  }
  .cta-section .row {
    gap: 30px;
  }
  .w-75 {
    width: 100% !important;
  }
  .price-section .section-text p,
  .service_description_section .wysiwyg-editor,
  .service_description_section .service_list .service_item p {
    font-size: 18px !important;
  }
  .price-section {
    padding: 50px 0;
  }
}/*# sourceMappingURL=style_custom.css.map */