@charset "UTF-8";
@font-face {
  font-family: "Quicksand";
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  src: local("Quicksand Light"), local(Quicksand-Light), url(https://fonts.gstatic.com/s/quicksand/v9/6xKodSZaM9iE8KbpRA_pgHYYT8L_.woff2) format("woff2");
}
@font-face {
  font-family: "Quicksand";
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: local("Quicksand Regular"), local(Quicksand-Regular), url(https://fonts.gstatic.com/s/quicksand/v9/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format("woff2");
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-display: auto;
  font-weight: 500;
  src: local("Quicksand Medium"), local(Quicksand-Medium), url(https://fonts.gstatic.com/s/quicksand/v9/6xKodSZaM9iE8KbpRA_p2HcYT8L_.woff2) format("woff2");
}
@font-face {
  font-family: "Quicksand";
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  src: local("Quicksand Bold"), local(Quicksand-Bold), url(https://fonts.gstatic.com/s/quicksand/v9/6xKodSZaM9iE8KbpRA_pkHEYT8L_.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local(Poppins-Light), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: local("Poppins Regular"), local(Poppins-Regular), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: auto;
  font-weight: 500;
  src: local("Poppins Medium"), local(Poppins-Medium), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: auto;
  font-weight: 600;
  src: local("Poppins SemiBold"), local(Poppins-SemiBold), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: auto;
  font-weight: 700;
  src: local("Poppins Bold"), local(Poppins-Bold), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
}
/*font awesome——*/
.fa, .fab, .fal, .far, .fas {
  -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-lg {
  font-size: 1.33333em;
  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.25em;
}

.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: 0.08em solid #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, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

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

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

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

.fa-flip-vertical {
  transform: scaleY(-1);
}

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

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

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

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

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

.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-adversal:before {
  content: "\f36a";
}

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

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

.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-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-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-backspace:before {
  content: "\f55a";
}

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

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

.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-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-bimobject:before {
  content: "\f378";
}

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

.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-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-open:before {
  content: "\f518";
}

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

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

.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-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-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-minus:before {
  content: "\f272";
}

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

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

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

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

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

.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-cart-arrow-down:before {
  content: "\f218";
}

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

.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-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-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-church:before {
  content: "\f51d";
}

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

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

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

.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-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-concierge-bell:before {
  content: "\f562";
}

.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-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-diagnoses:before {
  content: "\f470";
}

.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-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-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-etsy:before {
  content: "\f2d7";
}

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

.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-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-female:before {
  content: "\f182";
}

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

.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-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-git:before {
  content: "\f1d3";
}

.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-martini:before {
  content: "\f000";
}

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

.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-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-vertical:before {
  content: "\f58e";
}

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

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

.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-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-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-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-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-home:before {
  content: "\f015";
}

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

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

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

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

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

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

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

.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-id-badge:before {
  content: "\f2c1";
}

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

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

.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-internet-explorer:before {
  content: "\f26b";
}

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

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

.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-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-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-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-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-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-nintendo-switch:before {
  content: "\f418";
}

.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-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-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-slash:before {
  content: "\f3dd";
}

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

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

.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-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-rainbow:before {
  content: "\f75b";
}

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

.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-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.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-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-sass:before {
  content: "\f41e";
}

.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-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-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

.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-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-snapchat:before {
  content: "\f2ab";
}

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

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

.fa-snowflake:before {
  content: "\f2dc";
}

.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-up:before {
  content: "\f15e";
}

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

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

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

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

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

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

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

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.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-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-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.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-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-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.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-transgender:before {
  content: "\f224";
}

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

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

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

.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-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-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-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-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-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-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-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.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-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../icons-pack/fontawesome/fa-brands-400.eot);
  src: url(../icons-pack/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../icons-pack/fontawesome/fa-brands-400.woff2) format("woff2"), url(../icons-pack/fontawesome/fa-brands-400.woff) format("woff"), url(../icons-pack/fontawesome/fa-brands-400.ttf) format("truetype"), url(../icons-pack/fontawesome/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../icons-pack/fontawesome/fa-regular-400.eot);
  src: url(../icons-pack/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../icons-pack/fontawesome/fa-regular-400.woff2) format("woff2"), url(../icons-pack/fontawesome/fa-regular-400.woff) format("woff"), url(../icons-pack/fontawesome/fa-regular-400.ttf) format("truetype"), url(../icons-pack/fontawesome/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../icons-pack/fontawesome/fa-solid-900.eot);
  src: url(../icons-pack/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../icons-pack/fontawesome/fa-solid-900.woff2) format("woff2"), url(../icons-pack/fontawesome/fa-solid-900.woff) format("woff"), url(../icons-pack/fontawesome/fa-solid-900.ttf) format("truetype"), url(../icons-pack/fontawesome/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

/*—main body—*/
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}

a, a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.container {
  float: none;
  height: auto;
}

/*—base colors—*/
/*margins*/
.mr-tp-0 {
  margin-top: 0 !important;
}

.mr-tp-10 {
  margin-top: 10px !important;
}

.mr-tp-20 {
  margin-top: 20px !important;
}

.mr-tp-30 {
  margin-top: 30px !important;
}

.mr-tp-40 {
  margin-top: 40px !important;
}

.mr-tp-50 {
  margin-top: 50px !important;
}

.mr-tp-60 {
  margin-top: 60px !important;
}

.mr-tp-70 {
  margin-top: 70px !important;
}

.mr-tp-80 {
  margin-top: 80px !important;
}

.mr-tp-90 {
  margin-top: 90px !important;
}

.mr-tp-100 {
  margin-top: 100px !important;
}

.mr-tp--120 {
  margin-top: -120px !important;
}

.mr-tp-120 {
  margin-top: 120px !important;
}

.mr-tp-200 {
  margin-top: 120px !important;
}

.mr-bt-5 {
  margin-bottom: 5px !important;
}

.mr-bt-60 {
  margin-bottom: 60px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mr-20 {
  margin-right: 20px;
}

/*—padding—*/
.pad-bt-100 {
  padding-bottom: 100px !important;
}

.padding60-100-100 {
  padding: 60px 100px 100px !important;
}

.padding-100-0 {
  padding: 100px 0 !important;
}

.padding-80-0 {
  padding: 80px 0 !important;
}

.padding-70-0 {
  padding: 70px 0 !important;
}

.padding-20-0 {
  padding: 20px 0 !important;
}

.padding-40-0 {
  padding: 40px 0 !important;
}

.padding-60-0 {
  padding: 60px 0 !important;
}

.padding-20-0-100 {
  padding: 20px 0 100px !important;
}

.padding-40-0-100 {
  padding: 40px 0 100px !important;
}

.padding-50-0-100 {
  padding: 50px 0 100px !important;
}

.padding-60-0-100 {
  padding: 60px 0 100px !important;
}

.padding-80-0-100 {
  padding: 80px 0 100px !important;
}

.padding-80-0-30 {
  padding: 80px 0 30px !important;
}

.padding-80-0-60 {
  padding: 80px 0 60px !important;
}

.padding-80-0-90 {
  padding: 80px 0 90px !important;
}

.padding-80-100-100 {
  padding: 80px 100px 100px !important;
}

.padding-130-0-160 {
  padding: 130px 0 160px !important;
}

.padding-40-0-0 {
  padding: 40px 0 0 !important;
}

.padding-40-0-80 {
  padding: 40px 0 80px !important;
}

.padding-80-0-80 {
  padding: 80px 0 80px !important;
}

.padding-90-0-100 {
  padding: 90px 0 80px !important;
}

.padding-100-0-30 {
  padding: 90px 0 80px !important;
}

.padding-100-0-0 {
  padding: 100px 0 0 !important;
}

.padding-100-0-10 {
  padding: 100px 0 10px !important;
}

.padding-100-0-50 {
  padding: 100px 0 50px !important;
}

.padding-0-100 {
  padding: 0 100px !important;
}

.padding-50-0-10 {
  padding: 50px 0 10px !important;
}

.padding-60-0 {
  padding: 60px 0 !important;
}

.padding-50-0 {
  padding: 50px 0 !important;
}

.padding-80-0-50 {
  padding: 80px 0 50px !important;
}

.padding-20-0 {
  padding: 20px 0 !important;
}

/*font-size-*/
.font-size-33 {
  font-size: 33px !important;
}

.f-size25 {
  font-size: 25px !important;
}

.f-size18 {
  font-size: 18px !important;
}

.f-size16 {
  font-size: 16px !important;
}

.f-size14 {
  font-size: 14px !important;
}

.f-size12 {
  font-size: 12px !important;
}

.overflow-hidden {
  overflow: hidden;
}

.with-top-border {
  border-top: 1px solid #edeff2;
}

/*—type—*/
h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
  color: #999;
  font-size: 18px;
}

.greylink {
  color: #999 !important;
  text-decoration: underline;
  font-size: 12px;
}

.no-account {
  font-size: 16px;
}
.no-account a {
  font-size: 16px;
}

h2 {
  font-size: 2.8em;
}

.center {
  text-align: center;
}

.title-underline:after {
  margin-bottom: 50px;
}

.title-underline:after {
  content: "";
  bottom: -15px;
  width: 150px;
  display: block;
  position: relative;
  height: 3px;
  margin: 0 auto;
  background: #f54b4b;
  z-index: 1;
}

.text-white {
  color: #fff;
}

.vcenter {
  margin-top: auto;
  margin-bottom: auto;
}

/*———btn——*/
.btn-primary {
  background: #f54b4b;
  border: 2px solid #f54b4b;
  margin-top: 5px;
  display: inline-block;
  color: #fff !important;
  padding: 6px 15px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
}

.btn-primary:hover {
  background: #e13535 !important;
  border: 2px solid #e13535 !important;
  color: #fff;
  text-decoration: none;
}

#header-login-dropdown:hover, #search-btn:hover {
  background: #e13535 !important;
  color: #fff;
  text-decoration: none;
}

.btn-secondary {
  background: #f2f7fb;
  border: 1px solid #f2f7fb;
  color: #333;
}

.btn-white {
  background: #fff;
  border: 1px solid #ffffff;
}

.btn-100 {
  width: 100%;
}

.btn {
  font-weight: 600;
}

.btn-lg {
  padding: 0.8rem 2.2rem;
  font-size: 1.1rem;
}

.btn-white:hover {
  background: #f54b4b;
  color: #fff;
}

/*-footer—*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 36px;
  cursor: pointer;
  display: none;
  padding: 11px 12px;
  line-height: 0;
  border-radius: 45px;
  background: #161d23;
  z-index: 4;
  border: #161d23;
  color: #fff;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: ba 0s ease-in-out;
  opacity: 0.6;
}

.footer-section-banner {
  padding: 70px 0;
  background: #172640;
  color: #fff;
}

.footer-about {
  margin-top: -36px;
}

.free-trial-footer-banner-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.free-trial-footer-banner-text {
  color: #c4c7de;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.free-trial-footer-links {
  text-align: center;
}
.free-trial-footer-links a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 30px;
  font-size: 13px;
  border-radius: 30px;
  margin: 5px 5px;
  display: -webkit-inline-box;
}
.free-trial-footer-links a.sign-btn {
  background: #8065ff;
  color: #fff;
}
.free-trial-footer-links a.sign-btn:hover {
  background: #6e55e4;
  color: #fff;
}
.free-trial-footer-links a.log-btn {
  background: #fff;
  color: #8065ff;
}
.free-trial-footer-links a.log-btn:hover {
  background: #e2e6e8;
  color: #8065ff;
}

.footer-section {
  padding: 100px 0 30px;
  background: #1b2c4b;
  color: #fff;
}

.quiq-links-footer-title {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  width: 100%;
  font-size: 17px;
  margin-bottom: 20px;
}

.quiq-links-footer-ul {
  padding-left: 0;
  width: 100%;
}
.quiq-links-footer-ul li {
  list-style: none;
  position: relative;
  padding: 4px 0;
}
.quiq-links-footer-ul li a {
  color: #e8e8e8;
  font-weight: 500;
  line-height: 25px;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
}
.quiq-links-footer-ul li a:hover {
  color: #f54b4b;
  text-decoration: none;
}

.footer-under-about {
  padding-left: 0 !important;
  font-weight: bold !important;
}
.footer-under-about li a {
  font-weight: 800;
}

.secure-img-footer-area span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #9eaeb5;
}

.footer-area-under [class^=col-md-] {
  padding-left: 0;
  padding-right: 10px;
}

.footer-area-under .footer-logo {
  width: 180px;
}

.footer-social-icons {
  margin-top: 30px;
}

.footer-social-icons a {
  background: #22253e;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border-radius: 40px;
  margin-right: 8px;
  opacity: 0.6;
}
.footer-social-icons a i {
  font-size: 22px;
  line-height: 38px;
}

.footer-social-icons a:hover {
  opacity: 1;
}

.final-footer-area-text {
  color: #e8e8e8;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}

.footer-lang-changer .menu-btn-changer {
  color: #e8e8e8;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  text-transform: capitalize;
  margin-left: 15px;
}

.footer-lang-changer .menu-btn-changer:hover {
  color: #b4b8d6;
  text-decoration: none;
}

.footer-lang-changer .menu-btn-changer i {
  font-size: 16px;
  margin-right: 5px;
}

.footer-lang-changer .menu-btn-changer img {
  width: 16px;
  margin-top: -3px;
  margin-right: 5px;
}

.lang-changer-drop-up {
  float: left;
}

.dropupmenulagchanger.dropdown-menu {
  top: -15px !important;
}

.dropupmenulagchanger.dropdown-menu a {
  color: #6a709b;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  text-transform: capitalize;
}

.dropupmenulagchanger.dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 26px;
  bottom: -7px;
}

@media (max-width: 992px) {
  .footer-under-about {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .footer-lang-changer {
    width: 100%;
  }
  .footer-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-under-about {
    margin-bottom: 0;
  }
  .footer-social-icons {
    margin-top: 0;
  }
  .lang-changer-drop-up {
    float: none;
  }
}
@media (max-width: 767px) {
  .final-footer-area-text, .footer-lang-changer .menu-btn-changer {
    font-size: 11px;
    width: 100%;
  }
  .footer-lang-changer .menu-btn-changer:first-child {
    margin-left: 0;
  }
}
/*header—*/
#domain-header {
  padding: 0 0 20px;
  position: relative;
  max-height: 570px;
  background: #5360ca;
  background: -moz-linear-gradient(top, #5360ca 0%, #a458e1 85%);
  background: -webkit-linear-gradient(top, #5360ca 0%, #a458e1 85%);
  background: linear-gradient(to bottom right, #5360ca 0%, #a458e1 85%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#5360ca", endColorStr="#a458e1", GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5360ca', endColorStr='#a458e1', GradientType=0)";
}

#domain-header.subpages-header {
  max-height: 500px;
}

section #user-feedback, section .user-feedback {
  max-width: 100%;
}
section pre {
  font-size: 14px !important;
}

#domain-header.subpages-header-min {
  max-height: 90px;
}

#domain-header.subpages-header-min .bg_overlay_header img {
  height: auto;
  width: inherit;
}

#domain-header .navbar {
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#domain-header .navbar.fixed-header-layout.top-header-fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  padding-top: 10px;
  z-index: 2000;
  background: #ffffff;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.04);
  opacity: 1;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search-container {
  padding-bottom: 0 !important;
}

.searchbar .inline-button-domain-order #search-btn-new {
  height: 45px !important;
  line-height: 45px !important;
}

.searchbar .fa-globe {
  top: 11px !important;
}

.searchbar #user-feedback {
  width: 100%;
  max-width: 100%;
}

.searchbar input {
  height: 45px !important;
}

.navbar {
  display: block !important;
}

.searchbar {
  width: 100%;
  padding: 15px 30px;
  background: #ccc;
}

.searchbar {
  display: none;
}

.visible {
  display: block;
}

@media (min-width: 768px) {
  #domain-header .top-header-fixed .navbar-nav .nav-link {
    color: #222222;
  }
  #domain-header .top-header-fixed .navbar-nav .active .nav-link, #domain-header .top-header-fixed .navbar-nav .nav-link:hover {
    color: #282e31;
  }
  #domain-header .top-header-fixed .navbar-nav .nav-link:before {
    background: #f54b4b;
  }
  #domain-header .top-header-fixed .navbar-nav .nav-link:after {
    background: #f54b4b;
  }
}
@media (max-width: 767px) {
  #domain-header .navbar-nav .nav-link:before, #domain-header .navbar-nav .nav-link:after {
    display: none;
  }
}
#domain-header .top-header-fixed .header-user-info-domain li span {
  color: #a5b7bf;
}

#domain-header .navbar.top-header-fixed-btom0 {
  top: -120px;
}

#domain-header .navbar-brand img {
  max-height: 50px;
}

.moon-edition .bg_overlay_header img {
  position: absolute;
  bottom: 0;
}

/*—— heading backgrounds ——*/
#domain-header.moon-edition {
  background: #f54b4b url("../img/background/homepage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#domain-header.email-header {
  background: #f54b4b;
  background: -webkit-linear-gradient(left top, #f54b4b, #a558e1);
  background: -o-linear-gradient(bottom right, #f54b4b, #a558e1);
  background: -moz-linear-gradient(bottom right, #f54b4b, #a558e1);
  background: linear-gradient(to bottom right, #f54b4b, #add2ff);
}

#domain-header.email-header img, #domain-header.hosting-header img {
  z-index: 1;
  position: relative;
}

#domain-header.hosting-header {
  background: -webkit-linear-gradient(left top, #a558e1, #f54b4b);
  background: -o-linear-gradient(bottom right, #a558e1, #f54b4b);
  background: -moz-linear-gradient(bottom right, #a558e1, #f54b4b);
  background: linear-gradient(to bottom right, #096feb, #f54b4b);
}

#domain-header.wordpress-header {
  background: -webkit-linear-gradient(left top, #009eb3, #044099);
  background: -o-linear-gradient(bottom right, #009eb3, #044099);
  background: -moz-linear-gradient(bottom right, #009eb3, #044099);
  background: linear-gradient(to bottom right, #009eb3, #044099);
}

#domain-header.email-header .main-header-text-title, #domain-header.hosting-header .main-header-text-title, #domain-header.wordpress-header .main-header-text-title {
  text-align: left !important;
}

#domain-header.moon-edition .main-header-text-title {
  text-align: center;
  color: #fff;
}

#domain-header.moon-edition .domain-search-header-pricetext {
  color: #feffff;
}

#domain-header.moon-edition .domain-search-header-pricetext b {
  color: #dee7ea;
}

.no-banner {
  height: auto !important;
  margin-bottom: 85px;
}

#domain-navbar-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 1px 1px 3px #666;
  padding: 32px 0 0;
  z-index: 2000;
}
#domain-navbar-header .container {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  #domain-navbar-header .navbar-nav .nav-link {
    font-weight: 600;
    color: #222222;
    font-size: 16px;
    line-height: 50px;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
  }
  .navbar-nav {
    height: 60px;
  }
  .navbar-nav .nav-link {
    padding-bottom: 18px;
  }
}
#domain-navbar-header .navbar-nav .active .nav-link {
  color: #000000;
}

#domain-navbar-header .navbar-nav .nav-link:hover {
  color: #000000;
}

#domain-navbar-header .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #f54b4b;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#domain-navbar-header .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #f54b4b;
  border-radius: 100%;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 25px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#domain-navbar-header .navbar-nav .nav-link:hover::after, #domain-navbar-header .navbar-nav .active .nav-link:after {
  left: -7px;
  opacity: 1;
}

#domain-navbar-header .navbar-nav .nav-link:hover::before, #domain-navbar-header .navbar-nav .active .nav-link:before {
  right: -7px;
  opacity: 1;
}

.header-top-height {
  min-height: 160px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    margin-right: 0.5rem;
  }
  .main-header-domain-s.container {
    max-width: 768px;
  }
  #domain-navbar-header .navbar-nav .nav-link {
    font-size: 14px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.domain-dropdown-megamnu {
  background: #fff;
  box-shadow: 5px 7px 12px 0 rgba(77, 77, 119, 0.05);
  border-radius: 15px;
  margin-top: 10px;
  width: 100%;
  min-height: 260px;
  border: 0;
  background: #fff url(../img/header/slider/header-bg-01.png) no-repeat left center !important;
}

.dropdown.megamenu {
  position: static;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

#domain-navbar-header .show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dropdown.megamenu a .megamenu-toggle {
  background: url(../img/header/navs/dropdown.png) no-repeat !important;
  position: absolute;
  width: 47px;
  height: 10px;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: transform 0.32s cubic-bezier(0, 0, 0, 1), opacity 80ms;
  transition: transform 0.32s cubic-bezier(0, 0, 0, 1), opacity 80ms, -webkit-transform 0.32s cubic-bezier(0, 0, 0, 1);
}

.dropdown.megamenu.show a .megamenu-toggle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#domain-header .navbar.fixed-header-layout.top-header-fixed .dropdown.megamenu a .megamenu-toggle {
  display: none;
}

#domain-header .navbar.fixed-header-layout.top-header-fixed .domain-dropdown-megamnu {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.mega-menu-hosting-container {
  padding: 30px 45px 30px 0;
}

.mega-menu-hosting-title {
  position: relative;
  color: #2e2f38;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.mega-menu-hosting-content {
  position: relative;
  border-right: 1px solid #f0f0f0;
  padding-bottom: 25px;
  margin-top: 20px;
}

.mega-menu-hosting-content h5 {
  font-size: 13px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: 700;
  color: #551fd7;
}

.mega-menu-hosting-content h5 i {
  margin-right: 5px;
}

.mega-menu-hosting-content p {
  color: #9aa6ca;
  font-size: 14px;
}

.mega-menu-hosting-content a {
  position: absolute;
  right: 25px;
  font-size: 25px;
  color: #5b6ad3;
  bottom: 0;
}

.row .mega-menu-hosting-content:last-child {
  border: 0;
}

.menu-btn-span-bar, .menu-btn-span-bar:hover, .menu-btn-span-bar:focus {
  background: 0;
  border: 0;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.menu-btn-span-bar span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-btn-span-bar span:nth-child(1) {
  height: 2px;
  display: block;
  width: 20px;
  background: #2f3538;
  border-radius: 4px;
}

.menu-btn-span-bar span:nth-child(2) {
  height: 2px;
  display: block;
  width: 20px;
  background: #2f3538;
  border-radius: 4px;
  margin-top: 5px;
}

.menu-btn-span-bar span:nth-child(3) {
  height: 2px;
  display: block;
  width: 13px;
  background: #2f3538;
  border-radius: 4px;
  margin-top: 5px;
  float: right;
}

.menu-btn-span-bar.is-open span:nth-child(1) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-btn-span-bar.is-open span:nth-child(2) {
  display: none;
}

.menu-btn-span-bar.is-open span:nth-child(3) {
  margin-top: -2px;
  width: 20px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.account-place-header-nav {
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .navbar-offcanvas {
    display: block !important;
    background: #151621;
    padding-top: 15px;
  }
  #domain-header #offcanvas-menu-home .nav-link {
    padding: 0.7rem 0.9rem;
    border-bottom: 1px solid rgba(29, 31, 45, 0.62);
    font-weight: 700;
    color: #edf1f3;
    font-size: 13px;
    line-height: 24px;
    position: relative;
  }
  #domain-navbar-header .navbar-offcanvas .dropdown-menu {
    display: none;
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    -webkit-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in;
    margin-top: 0;
  }
  #domain-navbar-header .navbar-offcanvas .dropdown-menu.show {
    display: block;
  }
  .domain-dropdown-header:after {
    top: -9px;
  }
  #domain-navbar-header .domain-dropdown-megamnu {
    background: #fff !important;
  }
  .mega-menu-hosting-container {
    padding: 30px 40px;
  }
  .mega-menu-hosting-title {
    font-size: 20px;
  }
  .dropdown.megamenu.show a .megamenu-toggle {
    display: none;
  }
  .dropdown.megamenu {
    position: relative;
  }
  #domain-header .navbar .domain-dropdown-header:after {
    display: block !important;
  }
  .mega-menu-hosting-content {
    border-right: 0;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 30px;
  }
}
.header-user-info-domain {
  margin-bottom: -3px;
}

.header-user-info-domain {
  list-style: none;
  text-align: center;
}

.header-user-info-domain #header-login-dropdown {
  background: #f54b4b;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

@-moz-document url-prefix() {
  .header-user-info-domain a {
    font-weight: 500;
  }
}
.header-user-info-domain a:hover {
  background: #f5e23c;
  text-decoration: none;
}

.header-user-info-domain span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin-top: 7px;
}

@media (min-width: 768px) {
  .navbar-toggle.offcanvas-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-dedicated-hosting-header #monthly-yearly-chenge {
    display: none;
  }
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
  .navbar-default .navbar-offcanvas {
    background-color: #f8f8f8;
  }
  .navbar-inverse .navbar-offcanvas {
    background-color: #222;
  }
  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    height: 100%;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
  .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .navbar-offcanvas .dropdown.active .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    -webkit-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in;
  }
  .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }
}
.offcanvas-toggle .icon-bar {
  background: #000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
  transform: rotate(45deg) translate(5px, 4px);
}

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}

@media (max-width: 767px) {
  .first-pricing-table-order {
    border-radius: 0 0 6px 0 !important;
  }
}
.moon-edition .menu-btn-span-bar span {
  background: #nav-link;
}

@media (max-width: 767px) {
  .moon-edition .header-user-info-domain li span {
    color: #fff;
  }
  .row.domain-search-row {
    margin: 0;
  }
  .row.domain-search-row #domain-search-header {
    padding-right: 0;
  }
  .banner-text-left p {
    display: none;
  }
  #domain-header.subpages-header {
    max-height: none !important;
  }
  .subpages-header.moon-edition {
    height: auto !important;
  }
}
.moon-edition .main-header-text-title .sub-page-breadcrumb {
  color: #ffffff;
}

.moon-edition.subpages-header-min .bg_overlay_header img {
  position: absolute;
  bottom: -100px;
}

#domain-header.moon-edition .navbar-brand img.b-logo {
  display: none;
}

#domain-header.moon-edition .top-header-fixed .navbar-brand img.w-logo {
  display: none;
}

#domain-header.moon-edition .top-header-fixed .navbar-brand img.b-logo {
  display: block;
}

#domain-header.moon-edition.subpages-header .col-md-5 .main-header-text-title {
  text-align: left;
  color: #fff;
}

.moon-edition .top-header-fixed .menu-btn-span-bar span {
  background: #2f3538;
}

.moon-edition::after {
  content: "";
  position: absolute;
  background: url(../img/header/bottom-header-bar.svg) no-repeat right bottom !important;
  bottom: -1px;
  width: 100%;
  background-size: 100% !important;
  height: 110px;
}

.top-nav {
  width: 100%;
  position: fixed;
  color: #fff;
  top: 0;
  float: left;
  background: #1b1e2b;
  z-index: 200000;
}
.top-nav .poweredBy {
  float: right;
}
.top-nav .poweredBy img {
  float: right;
  width: 65px;
  margin: 6px 10px 0 5px;
}
.top-nav .poweredBy p {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 22px;
}
.top-nav .top-nav-menu {
  margin: 0 0 3px 0;
  padding: 0;
  width: auto;
  display: block;
  float: left;
}
.top-nav .top-nav-menu .phone {
  font-weight: bold;
}
.top-nav .top-nav-menu li {
  display: inline;
  list-style: none;
}
.top-nav .top-nav-menu li:last-child a {
  border: none !important;
}
.top-nav .top-nav-menu .phone a {
  opacity: 1;
  font-size: 11px;
}
.top-nav .top-nav-menu a {
  color: #fff;
  font-size: 11px !important;
  text-decoration: none;
  padding: 0 5px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px solid #fff;
  opacity: 0.7;
}
.top-nav .top-nav-menu a:hover {
  color: #f54b4b;
  opacity: 1;
  font-weight: bold;
}
.top-nav .top-nav-menu i {
  font-size: 10px !important;
}

@media (max-width: 767px) {
  .top-nav {
    display: none;
  }
  #domain-navbar-header {
    padding: 10px 0px 0px;
  }
  #domain-navbar-header .container {
    padding: 0 10px 10px;
  }
}
#domain-navbar-header {
  background: #fff;
}

.moveit {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*—the breadcrumb——*/
@media screen and (min-width: 768px) {
  .top-header-nav-home .container, .the_breadcrumb_conatiner_page {
    padding-left: 0;
    padding-right: 0;
  }
}
.the_breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 3rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  color: #868e96;
  font-size: 13px;
  font-weight: 400;
}

.the_breadcrumb i {
  margin-right: 10px;
}

.the_breadcrumb a {
  color: #748086;
  font-weight: 400;
}

/*— help center——*/
.help-center-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
}

.help-center-title span {
  font-weight: bold;
  color: #F34B49;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.privacy-content h4 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
}

.privacy-content p {
  line-height: 25px;
}

#agreement_content table td {
  display: contents !important;
  border-collapse: collapse;
}

/*——dropdown—*/
.domain-dropdown-header {
  background: #fff;
  box-shadow: 5px 7px 12px 0 rgba(77, 77, 119, 0.05);
  border-radius: 15px;
  margin-top: 20px;
}

/*.domain-dropdown-header:after {
	content: '';
	background: url(../img/header/navs/dropdown.png) no-repeat !important;
	position: absolute;
	width: 47px;
	height: 10px;
	top: -10px;
	left: 20px;
}*/
.domain-dropdown-header .dropdown-item {
  padding: 0.15rem 3.5rem 0.15rem 0.9rem;
  font-weight: 700;
  color: #4e5f67;
  font-size: 13px;
  line-height: 24px;
  position: relative;
}

/*@-moz-document url-prefix() {
	.domain-dropdown-header .
	dropdown-item{
	font-weight: 500;
}
}*/
.domain-dropdown-header .dropdown-item .nav-new-tag {
  position: absolute;
  right: 15px;
  background: #ffeb3b;
  padding: 2px 6px;
  line-height: 1;
  border-radius: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.domain-dropdown-header .dropdown-item .nav-soon-tag {
  position: absolute;
  right: 15px;
  background: #e589cd;
  color: #fff;
  padding: 2px 6px;
  line-height: 1;
  border-radius: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

#domain-navbar-header .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: transform 0.32s cubic-bezier(0, 0, 0, 1), opacity 80ms;
  transition: transform 0.32s cubic-bezier(0, 0, 0, 1), opacity 80ms, -webkit-transform 0.32s cubic-bezier(0, 0, 0, 1);
}

#domain-navbar-header .show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#domain-navbar-header .dropdown-menu.user-login-dropdown {
  min-width: 320px;
  right: 0;
  left: auto;
  padding: 0;
}

.domain-dropdown-header.user-login-dropdown:after {
  right: 27px;
  left: auto;
}

#coodiv-header.moon-edition .main-header-text-title {
  text-align: center;
  color: #fff;
}

.main-header-text-title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #2f3538;
  line-height: 1;
  position: relative;
}
.main-header-text-title span {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 20px !important;
  display: inline-block;
  margin-top: 15px;
}

.bulk h3 {
  margin-bottom: 10px;
  margin-top: 100px;
}

.bulk p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .main-header-text-title {
    margin-top: 30px !important;
  }
}
@media (max-width: 575px) {
  .main-header-text-title {
    margin: 0px !important;
    margin-top: 0px !important;
  }
  .email-header, .hosting-header {
    max-height: 360px !important;
  }
}
.g-recaptcha {
  margin: 10px auto;
}
.g-recaptcha div {
  margin: 0 auto;
}

.form-contain-home .g-recaptcha div {
  margin: 0 0 10px 0;
}

/*homepage domain*/
#domain-search-header {
  padding-left: 0;
  position: relative;
  z-index: 1;
}

#domain-search-header a {
  color: #fff;
  text-decoration: underline;
}
#domain-search-header a:hover {
  color: #fff;
}

#domain-search-header input {
  width: 100%;
  border: 0;
  height: 60px;
  border-radius: 100px;
  outline: none;
  padding-left: 60px;
  line-height: 61px;
  box-shadow: 12px 12px 30px 0 rgba(77, 77, 119, 0.1);
  font-weight: 500;
  color: #444;
}

#domain-search-header input::-webkit-input-placeholder {
  font-weight: 500;
  color: #999;
  font-size: 16px;
}

#domain-search-header input::-moz-placeholder {
  font-weight: 500;
  color: #999;
  font-size: 16px;
}

#domain-search-header input::-ms-input-placeholder {
  font-weight: 500;
  color: #999;
  font-size: 16px;
}

#domain-search-header input::-moz-placeholder {
  font-weight: 500;
  color: #999;
  font-size: 16px;
}

#domain-search-header .fa-globe {
  position: absolute;
  top: 19px;
  left: 22px;
  font-size: 23px;
  color: #999;
}

#domain-search-header .inline-button-domain-order {
  position: absolute;
  top: 0px;
  right: -2px;
}

#domain-search-header .inline-button-domain-order #search-btn,
#domain-search-header .inline-button-domain-order #search-btn-new,
#search-btn-quick {
  background: #f54b4b;
  border: 0;
  transition: background-size 0.2s ease-in-out, 0.2s box-shadow ease-in-out, 0.2s filter, 0.3s opacity;
  color: #fff;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none !important;
  line-height: 60px;
  cursor: pointer;
  padding: 0 20px;
  margin-left: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#domain-search-header p {
  color: #fff;
  padding: 10px;
  font-size: 11px;
}

#domain-search-header .inline-button-domain-order #search-btn:hover, #domain-search-header .inline-button-domain-order #search-btn-new:hover {
  background-size: 175% 100%;
  color: #fff;
  outline: none;
  transition: background-size 0.2s ease-in-out, 0.2s box-shadow ease-in-out, 0.2s filter, 0.3s opacity;
}

#domain-search-header .inline-button-domain-order #transfer-btn {
  background-image: linear-gradient(to right, #5c5cfd, #d65ffd);
  border: 0;
  transition: background-size 0.2s ease-in-out, 0.2s box-shadow ease-in-out, 0.2s filter, 0.3s opacity;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 14px;
  border-radius: 50px;
  outline: none !important;
  line-height: 40px;
  cursor: pointer;
  box-shadow: 3px 4px 31px 0 rgba(149, 94, 253, 0.45);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#domain-search-header .inline-button-domain-order #transfer-btn:hover {
  background-size: 175% 100%;
  color: #fff;
  outline: none;
  transition: background-size 0.2s ease-in-out, 0.2s box-shadow ease-in-out, 0.2s filter, 0.3s opacity;
}

.domain-search-header-pricetext {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 8px;
  text-align: right;
  padding-right: 30px;
  color: #a0b0b7;
}

.domain-search-header-pricetext b {
  color: #747d82;
}

.domain-name-classes {
  width: 140px;
  background: #fff;
  box-shadow: 5px 7px 12px 0 rgba(77, 77, 119, 0.05);
  padding: 12px 45px 12px 12px;
  border-radius: 15px;
  margin-top: 40px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.domain-name-classes:hover {
  box-shadow: 5px 7px 12px 0 rgba(77, 77, 119, 0.15);
}

.domain-name-classes .domain-img {
  height: 34px;
  position: relative;
  vertical-align: middle;
}

.domain-name-classes .domain-img img {
  width: 55px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-height: 36px;
}

.domain-name-classes .price {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 600;
  color: #747d82;
  padding-left: 8px;
}

.domain-name-classes .features-domains {
  text-align: center;
  position: absolute;
  right: 0;
  width: 50px;
  top: 19px;
}

.domain-name-classes .features-domains a {
  display: block;
  margin-bottom: 10px;
}

.domain-name-classes .features-domains img {
  width: 13px;
  cursor: pointer;
  opacity: 0.4;
  margin: auto;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.domain-name-classes .features-domains img:hover {
  opacity: 0.7;
}

/*.com .nz pricing homepage -*/
.domain-price-header {
  display: table;
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 20px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.domain-price-header a {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  padding: 2px 14px 0;
  color: #fff;
}
.domain-price-header a img {
  height: 16px;
  float: left;
}
.domain-price-header a span {
  font-size: 14px;
  font-weight: 500;
  margin-top: -1px;
  float: left;
  margin-left: 8px;
}
.domain-price-header a:hover {
  opacity: 0.8;
}
.domain-price-header a:last-child {
  border-right: 0;
}

/* homepage boxes*/
.product-box, .col-md-3, .col-sm-6 {
  padding: 0 7.5px;
}

.product-box-home {
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.1);
  background: #fff;
  padding: 20px 18px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #eaeef1;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-box-home:before {
  content: "";
  position: absolute;
  border-radius: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0%;
  background: #f0f3f5;
  background: rgba(240, 243, 245, 0.5);
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.product-box-home:hover::before {
  height: 100%;
}

.product-box-home i {
  font-size: 220px;
  color: #f54b4b;
  margin-bottom: 4px;
  display: block;
  position: absolute;
  opacity: 0.05;
  right: -100px;
}

.product-box-home .price {
  font-size: 28px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 500;
  color: #f54b4b;
}
.product-box-home .price span {
  font-size: 14px;
}

.product-box-home h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.3px;
  position: relative;
}

.product-box-home h3 {
  position: relative;
  font-weight: 600;
}

.product-box-home p {
  font-weight: 300;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.product-box-home ul {
  position: relative;
  padding-left: 14px;
}
.product-box-home ul li {
  font-size: 14px !important;
  list-style: disc;
}

.product-body {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  padding: 20px 5px;
  flex-grow: 1;
}

.product-body .btn {
  bottom: 0;
  position: relative;
}

.domain-box .product-body {
  padding: 0px;
  min-height: 150px;
}

.bring-ideas-to-life a {
  color: #f54b4b;
}

.get-web-hosting a {
  color: #f54b4b;
}

.domain-box h3 {
  font-weight: 600;
}
.domain-box i {
  font-size: 12px;
  color: #333;
  postion: relative;
  right: 0;
  opacity: 1;
}
.domain-box div {
  position: relative;
}
.domain-box .strikeout {
  text-decoration: line-through;
  opacity: 0.5;
}
.domain-box .price {
  margin-bottom: 0;
}
.domain-box .renewals span {
  float: right;
  margin-top: -16px;
  line-height: 16px;
}
.domain-box .renewals span a {
  font-size: 13px !important;
  color: #f54b4b;
}
.domain-box .renewals span a:hover {
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.domain-box .free-badge {
  position: absolute;
  top: 20px;
  width: 90px;
  color: #fff;
  right: 5px;
  background: #f54b4b;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 25px;
  font-size: 13px;
  transform: rotate(90deg);
  border-radius: 3px 0 0 6px;
}

.button-row {
  padding: 25px 0;
  display: block;
  width: 100%;
}

/*—info icon left —*/
.info-box-thumb-left {
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin: 15px;
}

.info-box-thumb-left .info-box-thumb {
  min-width: 50px;
  margin-right: 10px;
}
.info-box-thumb-left .info-box-thumb i {
  font-size: 36px;
  color: #f54b4b;
}

.info-box-content {
  position: relative;
}
.info-box-content h4, .info-box-content h5 {
  font-size: 20px !important;
}
.info-box-content p {
  font-size: 16px;
}
.info-box-content a {
  color: #f54b4b;
}

.img-fluid {
  vertical-align: middle;
}

.bg-red {
  background: #f54b4b;
  color: #fff;
  z-index: -200 !important;
}

.bg-grey {
  background: #f2f7fb;
}

.bg-dark {
  background: #1b2c4b !important;
}

/*stackable —*/
.stackable h3 {
  font-size: 2.1rem;
  margin-bottom: 20px;
}
.stackable p {
  font-size: 1.2rem;
  line-height: 28px;
  margin-bottom: 20px;
}

/*——icon box——*/
a.highlightIcons {
  background: #fff;
  height: 100px;
  width: 100px;
  display: block;
  border-radius: 60px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  position: relative;
  margin: auto auto 40px;
  cursor: default;
}

a.highlightIcons:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  left: 0;
  right: 0;
  top: 5px;
  color: #fff;
  opacity: 0.7;
  margin: auto;
  border-radius: 60px;
  background: #fff;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.highlightIcons:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  top: -20px;
  left: -20px;
  color: #fff;
  opacity: 0.7;
  margin: auto;
  border-radius: 100px;
  border: 2px solid #fff;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.highlightIcons:hover:before {
  animation: scaleIn 1s ease-out;
}

@keyframes scaleIn {
  0% {
    transform: scale(1, 1);
    opacity: 0.7;
  }
  40% {
    transform: scale(1.5, 1.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
a.highlightIcons i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #1b2c4b;
  position: absolute;
  left: 0;
  font-size: 45px;
}

.border-highlight {
  border: 2px solid #1b2c4b;
  float: left;
  margin: 0 auto;
}

.icon-center {
  text-align: center;
  font-weight: 500;
}

/*—testimonials——*/
.testimonial p {
  color: #fff;
  font-size: 20px;
  margin-top: -20px;
  font-style: italic;
  font-weight: 600;
}
.testimonial span {
  color: #f54b4b;
}

.quote {
  font-size: 70px;
  font-family: "Arial";
  margin-top: -60px !important;
}

/*——feature box ——*/
.box-features-tree-container {
  padding: 25px 0;
  border: 1px solid #f0f5f7;
  border-radius: 10px;
}

.box-features-tree {
  padding: 20px 15px 20px 90px;
  position: relative;
  border-right: 1px solid #f0f5f7;
}

.box-features-tree i {
  position: absolute;
  left: 17px;
  font-size: 50px;
  top: 30px;
}

.box-features-tree-container .box-features-tree:nth-child(1) i {
  color: #6fbc9a;
}

.box-features-tree-container .box-features-tree:nth-child(2) i {
  color: #048adf;
}

.box-features-tree-container .box-features-tree:nth-child(3) i {
  color: #ffcd0d;
}

.box-features-tree-container .box-features-tree:nth-child(3) {
  border-right: 0;
}

.box-features-tree h5 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 50000;
  margin-bottom: 5px;
  padding-top: 5px;
}

.box-features-tree p {
  display: block;
  font-size: 13px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .box-features-tree-container {
    padding: 10px 10px;
    margin: 5px;
  }
  .box-features-tree {
    border-right: 0;
  }
}
/*——steps——*/
.how-it-work-section {
  background-size: 1490px !important;
  background: url(../img/bg/paper-plan.jpg) no-repeat bottom center;
  background-position-y: 80%;
}

.how-it-works-box {
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.05);
  padding: 60px 20px;
  text-align: center;
  border-radius: 6px;
  background: #fff;
  margin: 20px auto;
  max-width: 280px;
  position: relative;
  z-index: 1;
}

.how-it-works-box i:before {
  font-size: 45px;
}

.how-it-works-box h3 {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  margin-top: 15px;
}

.how-it-works-box p {
  color: #5b6171;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1px;
}

.how-it-works-box .step-number {
  border: 3px solid #f54b4b;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  color: #f54b4b;
  font-size: 60px;
  font-weight: bold;
  line-height: 74px;
  border-radius: 10px;
}

.how-it-work-section-row [class^=col-md-]:nth-child(2) {
  margin-top: 30px;
}

.how-it-work-section-row [class^=col-md-]:nth-child(3) {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .how-it-work-section:after {
    display: none;
  }
  .how-it-works-box {
    margin: 0px auto;
  }
}
/*—FAQ—*/
.faq-box .faq-title {
  color: #f54b4b;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 25px;
  position: relative;
  box-shadow: none;
  outline: none;
}

.faq-box .faq-title.collapsed {
  color: #363b40;
}

.faq-box .faq-title:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 2px;
  background: #f54b4b;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -24px;
  opacity: 0;
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq-box .faq-title.collapsed:after {
  opacity: 1;
  transform: rotate(0deg);
  background: #363b40;
}

.faq-box .faq-title:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 13px;
  background: #f54b4b;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -29px;
}

.faq-box .faq-title.collapsed:before {
  background: #2e2f38;
}

.faq-box .faq-response {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq-box .faq-response.show {
  margin-bottom: 40px;
}

.immediate-help-center-link {
  font-size: 16PX;
  margin-bottom: 20px;
  color: #212529;
}

.immediate-help-center-link b {
  width: 100px;
  display: block;
  float: left;
}

@media (min-width: 768px) {
  #mobile-form-contact-height {
    display: none;
  }
}
/*—domain table——*/
.section-wth-amwaj {
  padding: 0 0 100px;
  position: relative;
  min-height: 500px;
  background: #f2f7fb;
  overflow: hidden;
}

.table.pricing_table_domain {
  background: #fff;
  border-radius: 15px;
}

.table.pricing_table_domain thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
  padding: 10px 15px;
  border-top: 0;
  font-size: 13px;
  font-weight: 400;
  background: #efefef;
  color: #999;
}

.table.pricing_table_domain td, .table.pricing_table_domain th {
  border-top: 1px solid #dee2e6;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
  text-align: center;
}

.table.pricing_table_domain td:first-child, .table.pricing_table_domain th:first-child {
  width: 60px;
}

.pricing_table_domain .form-check-input {
  position: relative;
  margin: 0;
}
.pricing_table_domain .form-check {
  z-index: 2;
}
.pricing_table_domain .price {
  color: #f54b4b;
  font-size: 18px !important;
  line-height: 16px;
  font-weight: 600;
  height: 65px;
  background: #f9f9f9 !important;
  border-left: 1px solid #dee2e6;
  padding: 15px 15px;
}
.pricing_table_domain .price span {
  color: #999;
  font-size: 11px;
  font-weight: 500;
}
.pricing_table_domain .gtld {
  font-size: 16px !important;
}

.gild-title {
  text-align: center;
  font-size: 20px !important;
  background: #fff !important;
  border-radius: 10px;
  padding: 23px 15px !important;
  color: #333 !important;
}

.sale-label {
  position: absolute;
  left: 15px;
  margin-top: -22px;
  width: 50px;
  height: 50px;
  padding: 0 4px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}
.sale-label span {
  font-size: 10px;
}

.sale-label:after {
  position: absolute;
  left: 0;
  border: solid transparent;
  border-top: solid #ff6767;
  border-width: 50px 50px 0 0;
  content: "";
  z-index: -1;
}

/*—bulk form—*/
.contact-page-form-send {
  z-index: 1;
  position: relative;
  font-family: "Poppins", sans-serif;
  background: #fff;
  border-radius: 10px;
  margin-top: 40px;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.07);
  padding: 50px 20px;
}

.contact-page-form-send h5 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
  display: block;
}

.contact-page-form-send h5 span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.contact-page-form-send .field.input-field {
  position: relative;
  margin-top: 10px;
}

.contact-page-form-send .field.input-field input[type=email], .contact-page-form-send .field.input-field input[type=text], .contact-page-form-send .field.input-field select {
  height: 45px;
  width: 100%;
  padding: 0 20px 0 !important;
  font-weight: 100;
  font-size: 13px !important;
  outline: none;
  border-radius: 6px;
  border: 1px solid #eff0f1;
  margin-bottom: 10px;
}

.contact-page-form-send .field.input-field .input-group-prepend {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 13px;
  font-weight: bold;
  opacity: 0.4;
  pointer-events: none;
}

.form-contain-home textarea {
  width: 100%;
  padding: 0 20px 0;
  font-weight: 100;
  font-size: 14px;
  outline: none;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  min-height: 120px;
  outline: none;
  padding-top: 13px;
  margin-bottom: 20px;
  line-height: 24px;
}

.contact-page-form-send form {
  width: 100%;
}

.contact-page-form-send .form-contain-home-input {
  margin-bottom: 0;
}

#form-messages.error {
  padding: 13px 20px;
  background: #fddddb;
  color: #c5746f;
  font-size: 16px;
  border-radius: 3px;
  border-left: 3px solid #F44336;
  width: 100%;
  margin: 0 15px 30px;
}

#form-messages.success {
  padding: 13px 20px;
  background: #defddb;
  color: #6fc57e;
  font-size: 16px;
  border-radius: 3px;
  border-left: 3px solid #53f436;
  margin: 0 15px 30px;
}

.form-contain-home .btn-holder-contect button {
  z-index: 1;
  border-radius: 50px;
  font-size: 13px;
  margin: 0 15px;
}

.contact-page-form-send .field.input-field i {
  position: absolute;
  top: 17px;
  right: 20px;
  color: #00BCD4;
  opacity: 0.6;
  font-size: 13px;
}

@media (max-width: 767px) {
  .contact-page-form-send {
    margin: 40px 5px 0;
  }
  .mob-display-none {
    display: none;
  }
}
/*——hosting panel——*/
.third-pricing-table {
  box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0.1);
  border-radius: 4px;
  background: #fff;
}

.third-pricing-table .plan-header {
  padding: 30px 5px;
  text-align: center;
  display: block;
}

.third-pricing-table .headline {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: block;
}

.third-pricing-table .plan-price {
  display: block;
  color: #f54b4b;
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
  margin: 15px 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
}

.third-pricing-table .activated-method {
  display: block;
  color: #8a9399;
  font-size: 14px;
  line-height: 11px;
  font-weight: 100;
}

.third-pricing-table .plan-price span {
  font-size: 15px;
}

.third-pricing-table .package-body {
  padding: 30px 15px;
  text-align: center;
  border-top: 1px solid #f1f2f3;
}

.third-pricing-table .package-body ul {
  padding-left: 0;
}

.third-pricing-table .package-body ul li {
  list-style: none;
  margin: 0 0 16px 0;
  color: #747a84;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
}

.third-pricing-table .package-body ul li strong {
  color: #373b42;
  text-transform: uppercase;
  font-size: 16px;
}

.third-pricing-table .package-footer a {
  display: block;
  text-align: center;
  padding: 20px 0;
  background: #f54b4b;
  background: -webkit-linear-gradient(left top, #f54b4b, #ff5a00);
  background: -o-linear-gradient(bottom right, #f54b4b, #ff5a00);
  background: -moz-linear-gradient(bottom right, #f54b4b, #ff5a00);
  background: linear-gradient(to bottom right, #f54b4b, #ff5a00);
  border-radius: 0 0 6px 6px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.third-pricing-table .package-footer a:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 3px 4px 31px 0 rgba(149, 94, 253, 0.45);
}

.third-pricing-table.side-right {
  margin-top: 15px;
  border-radius: 0 8px 8x 0;
}

.third-pricing-table.side-right .package-footer a {
  border-radius: 0 0 8px 0;
}

.third-pricing-table.side-left {
  margin-top: 15px;
  border-radius: 8px 0 0 8px;
}

.third-pricing-table.side-left .package-footer a {
  border-radius: 0 0 0 8px;
  margin-right: -1px;
  background: #fff;
}

.second-pricing-table-price i {
  font-style: inherit !important;
  font-size: 50px;
}

.side-text-right-title {
  position: relative;
  color: #2e2f38;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 27px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.side-text-right-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.side-text-right-text b {
  font-weight: bold;
  font-size: 17px;
}

.side-text-right-text a {
  color: inherit !important;
  border-bottom: 1px dotted #000 !important;
  text-decoration: none !important;
}

.side-text-right-text a:hover {
  color: #23252b !important;
}

.side-text-right-button {
  color: #727888;
  background-color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
  letter-spacing: 0.05px;
  font-size: 15px;
  text-decoration: none;
  border-radius: 6px;
}

.side-text-right-button:hover {
  color: #ffffff;
  background-color: #6e56e0;
  text-decoration: none;
}

.web-hosting-options {
  padding-left: 10px;
}

.web-hosting-options li {
  list-style: none;
  padding: 10px 0;
  color: #363b40;
  font-weight: 500;
  letter-spacing: -0.1px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.web-hosting-options li i {
  margin-right: 5px;
  color: #f54b4b;
  font-size: 20px;
}

.hosting-plan-row [class^=col-md-] {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 870px) {
  .hosting-plan-row {
    padding-left: 15px;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 60px;
  }
  .side-text-right-container {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hosting-plan-row {
    padding-left: 15px;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 60px;
  }
  .side-text-right-container.side-text-plan-hosting {
    max-width: 100%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hosting-plan-row {
    padding: 0 30px;
    margin: 0;
    margin-bottom: 30px;
  }
  .third-pricing-table {
    margin-bottom: 25px;
  }
  .side-text-right-container {
    padding: 0 35px;
  }
  #monthly-yearly-chenge.style-two a:first-child .change-box {
    width: 140px;
  }
  #monthly-yearly-chenge.style-two a {
    width: 140px;
  }
}
/*—— dedicated pricing table—*/
.table-dedicated-hosting-container {
  margin: 0;
  background: #fff;
  padding: 20px;
  border: 0;
}

.table-dedicated-hosting-header {
  width: 100%;
}

.table-dedicated-hosting-header th {
  border-top: 0;
  padding: 20px 20px 0;
  vertical-align: top !important;
  border-bottom: 0 !important;
}

.table-dedicated-hosting-body td, .table-dedicated-hosting-body th {
  vertical-align: middle !important;
  padding: 25px 30px;
  border-top: 1px solid #ebeff3;
}

.table-dedicated-hosting-body th b {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.table-dedicated-hosting-body th p {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  display: block;
  margin-bottom: 0;
}

.table-striped tbody.table-dedicated-hosting-body tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.plan-dedicated-config {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  text-align: center;
}

.plan-dedicated-config i {
  font-size: 20px !important;
  color: #65b949;
}

.plan-dedicated-order-button {
  padding: 12px 0;
  background: #f54b4b;
  color: #fff;
  border-radius: 60px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  width: 140px;
  display: block;
  text-align: center;
  margin: auto;
  text-decoration: none;
}

.plan-dedicated-order-button:hover {
  background: #6db953;
  color: #fff;
  text-decoration: none;
}

/*——nav pills —*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f54b4b;
  padding: 20px 50px;
  font-weight: 600 !important;
  border: none;
}

.nav-pills .nav-link {
  color: #fff;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 50px;
  background: #f2f7fb;
  border: none;
  padding: 20px 50px;
  font-weight: 600 !important;
}

.nav-pills .nav-link:hover {
  color: #fff !important;
  background-color: #ea0000;
  border: none;
}

.plan-dedicated-order-button:hover {
  color: #fff !important;
  background-color: #ea0000;
  border: none;
}

.php-list {
  font-weight: normal;
  padding-left: 32px;
  margin-top: 20px;
}

/*login-*/
.auth-wrapper {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background-color: #f2f7fb;
  /*background: -webkit-linear-gradient(left top, #fb977d, $red);
  background: -o-linear-gradient(bottom right, #fb977d, $red);
  background: -moz-linear-gradient(bottom right, #fb977d, $red);
  background: linear-gradient(to bottom right, #fb977d, $red);*/
}
.auth-wrapper .subtext {
  color: #565656;
}

.auth-wrapper .card {
  box-shadow: none;
  background: transparent;
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.auth-wrapper .auth-content {
  position: relative;
  width: 390px;
  padding: 15px;
  z-index: 0;
  margin: 80px auto 50px;
}

.auth-wrapper .auth-bg .r {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.auth-wrapper .auth-bg .r:nth-child(odd) {
  -webkit-animation: floating 7s infinite;
  animation: floating 7s infinite;
}

.auth-wrapper .auth-bg .r:nth-child(even) {
  -webkit-animation: floating 9s infinite;
  animation: floating 9s infinite;
}

.auth-wrapper .auth-bg .r.s:nth-child(2) {
  top: 150px;
  right: -150px;
  background: #04a9f5;
}

.auth-wrapper .auth-bg .r.s:nth-child(3) {
  left: -150px;
  bottom: 150px;
  background: #1de9b6;
}

.auth-wrapper .auth-bg .r:last-child {
  left: -100px;
  bottom: -100px;
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
.auth-content .form-control, .auth-wrapper .form-control {
  background: #fff;
  border: 0;
  font-size: 16px;
  padding: 25px 20px;
}

.auth-wrapper .auth-icon {
  font-size: 30px;
  margin-top: 40px;
}

.auth-wrapper .auth-icon:before {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shadow-2 {
  -webkit-box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
  box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}

.auth-wrapper a, .auth-wrapper p > a {
  color: #f54b4b;
  font-weight: 600;
}

.auth-wrapper a.btn {
  color: #fff;
}

.auth-login-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.auth-login-title span {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  display: block;
  margin-top: 10px;
  letter-spacing: 0;
}

.auth-content-logo-header {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.auth-content-logo-header img {
  width: 240px;
  opacity: 1;
}

.btn-login-auth {
  background-color: #f54b4b;
  border-color: red;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 30px;
  color: #fff;
}

.btn-login-auth:hover {
  background-color: #54c786;
  border-color: #54c786;
  color: #fff;
}

/*—cowl carousel—*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.domain-bar {
  background: #f54b4b;
  background: -webkit-linear-gradient(left top, #f54b4b, #a558e1);
  background: -o-linear-gradient(bottom right, #f54b4b, #a558e1);
  background: -moz-linear-gradient(bottom right, #f54b4b, #a558e1);
  background: linear-gradient(to bottom right, #f54b4b, #add2ff);
  border-radius: 25px;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.domain-bar:after {
  content: "";
  background: url(../img/bg/shape.png) no-repeat;
  right: 30px;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  width: 323px;
  position: absolute;
  height: 293px;
}

.domain-bar:before {
  content: "";
  height: 450px;
  width: 450px;
  background: rgba(51, 51, 51, 0.4);
  position: absolute;
  border-radius: 100%;
  left: -120px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.1;
  top: -50px;
}

.domain-bar #search-btn, .domain-bar #search-btn-new, .domain-bar #domain {
  z-index: 1;
  position: relative;
}

.domain-bar .main-header-text-title {
  color: #fff;
}

.domain-bar #domain-search-header .fa-globe {
  z-index: 2;
}

.domain-bar h3 {
  font-size: 30px !important;
}

#user-feedback {
  padding: 0;
}

.searchbar #user-feedback {
  margin: 0 !important;
}

/*——different price box —*/
.plan-ssl-special {
  border-right: 1px solid #f0f0f0;
  padding: 60px 10px 50px;
  text-align: center;
}

.row .plan-ssl-special:last-child {
  border-right: 0;
}

.plan-ssl-special .res-titl {
  color: #2d2f37;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-bottom: 16px;
  font-family: "Poppins", sans-serif;
}

.plan-ssl-special .res-titl span {
  color: #2d2f37;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-top: 0px;
  letter-spacing: 1px;
}

.plan-ssl-special .res-price {
  font-size: 46px;
  font-weight: 500;
  color: #f54b4b;
  text-align: center;
  width: 100%;
  display: block;
}

.plan-ssl-special .res-price i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: super;
}

.plan-ssl-special .res-sub-text {
  font-size: 13px;
  display: block;
  margin-top: -10px;
  padding-bottom: 30px;
  text-transform: uppercase;
  color: #8da1ab;
}

.plan-ssl-special .body-ress-v2 b {
  text-transform: uppercase !important;
}

.plan-ssl-special .res-sub-text img {
  display: block;
  margin: auto;
  margin-top: 5px;
  width: 100px;
}

.plan-ssl-special .body-ress-v2 p {
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #54565b;
  font-weight: 400;
  margin: 0;
  padding: 9px 0;
  text-align: center;
}

.ress-buy-btn {
  display: block;
  border: 2px solid #5470f3;
  margin: 30px 30px 0;
  background: #5470f3;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  text-decoration: none;
  border-radius: 6px;
}

.ress-buy-btn:hover {
  border: 2px solid #455ccc;
  background: #455ccc;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 769px) {
  .plan-ssl-special {
    border-right: 0;
    border-bottom: 1px solid #d9e1e4;
  }
}
/* testimonial*/
.carousel-main-customers-text .carousel-cell {
  width: 100%;
}

.carousel-main-customers-container {
  min-height: 450px;
  position: relative;
}

.carousel-nav-customers-text {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}

.carousel-nav-customers-text .flickity-viewport {
  height: 100% !important;
}

.carousel-nav-customers-text .carousel-cell {
  max-width: 140px;
  position: absolute;
  text-align: center;
}

.carousel-nav-customers-text .flickity-slider {
  transform: inherit !important;
  top: 0;
}

.carousel-nav-customers-text .carousel-cell .carousel-customrs-holder {
  display: -webkit-inline-box;
  margin: 20px;
  cursor: pointer;
  position: relative;
  width: auto;
}

.carousel-nav-customers-text .carousel-cell.is-selected .carousel-customrs-holder {
  cursor: auto;
}

.carousel-nav-customers-text .carousel-cell .carousel-customrs-holder img {
  width: 70px;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.carousel-nav-customers-text .carousel-cell.is-selected .carousel-customrs-holder img {
  width: 80px;
}

.carousel-nav-customers-text .carousel-cell .carousel-customrs-holder:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background: #8060da;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.carousel-nav-customers-text .carousel-cell.is-selected .carousel-customrs-holder:after {
  opacity: 0.15;
}

@media (min-width: 769px) {
  .carousel-nav-customers-text .carousel-cell:nth-child(1) {
    top: 4%;
    left: 22% !important;
  }
  .carousel-nav-customers-text .carousel-cell:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    left: 5% !important;
  }
  .carousel-nav-customers-text .carousel-cell:nth-child(3) {
    bottom: 0;
    left: 12% !important;
  }
  .carousel-nav-customers-text .carousel-cell:nth-child(4) {
    top: 0;
    right: 22% !important;
    left: auto !important;
  }
  .carousel-nav-customers-text .carousel-cell:nth-child(5) {
    top: 50%;
    transform: translateY(-50%);
    right: 5% !important;
    left: auto !important;
  }
  .carousel-nav-customers-text .carousel-cell:nth-child(6) {
    bottom: 0;
    right: 18% !important;
    left: auto !important;
  }
}
.carousel-nav-customers-text .carousel-cell .carousel-customrs-holder .customrs-icons {
  position: absolute;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

.carousel-nav-customers-text .carousel-cell.is-selected .carousel-customrs-holder .customrs-icons {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.carousel-nav-customers-text .carousel-cell .carousel-customrs-holder .customrs-icons.fb {
  bottom: -4px;
  left: -2px;
  background: #4464b1;
}

.carousel-nav-customers-text .carousel-cell .carousel-customrs-holder .customrs-icons.tw {
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  background: #4e9edd;
}

.carousel-nav-customers-text .carousel-cell .carousel-customrs-holder .customrs-icons.wb {
  bottom: -4px;
  right: -2px;
  background: #7bc144;
}

.main-customers-text-about-us {
  text-align: center;
  max-width: 600px;
  margin: auto;
  position: relative;
  padding-top: 60px;
}

.main-customers-text-about-us:after {
  content: "\f10d";
  position: absolute;
  top: -6px;
  font-size: 45px;
  left: 0;
  right: 0;
  color: #f54b4b;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.main-customers-text-about-us h5 {
  position: relative;
  color: #4a4477;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 26px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.main-customers-text-about-us p {
  color: #737988;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  padding: 8px 30px;
}

.main-customers-text-about-us p {
  color: #737988;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  padding: 8px 30px;
}

.main-customers-text-about-us div.stars {
  color: #ecc950;
  margin-top: 20px;
}

.main-customers-text-about-us i {
  font-size: 26px !important;
}

.main-customers-text-about-us span {
  font-weight: 100;
  font-size: 13px;
}

.main-customers-text-about-us span b {
  font-weight: 800;
  font-style: italic;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #576a73;
  margin-bottom: -5px;
}

.flickity-viewport {
  overflow: hidden;
}

@media (max-width: 767px) {
  .carousel-nav-customers-text {
    display: none;
  }
}
.faq-section {
  background: url(../img/background/faq-blob.png) no-repeat;
  background-position: right;
}

.email-section {
  background: url(../img/background/email-panel-2.jpg) no-repeat;
  background-position: top-left;
  padding-bottom: 100px !important;
}

.serviceBox {
  background: #f54b4b;
  background: -webkit-linear-gradient(left top, #add2ff, #f54b4b);
  background: -o-linear-gradient(bottom right, #add2ff, #f54b4b);
  background: -moz-linear-gradient(bottom right, #add2ff, #f54b4b);
  background: linear-gradient(to bottom right, #add2ff, #f54b4b);
  border-radius: 25px;
  position: relative;
  padding: 60px 30px 30px 30px;
  overflow: hidden;
}
.serviceBox h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 24px;
}
.serviceBox p {
  font-size: 16px !important;
}

.serviceBox2 {
  background: #f86464;
  /*background: -webkit-linear-gradient(left top, #f54b4b, #fa9c9c);
  background: -o-linear-gradient(bottom right, #f54b4b, #fa9c9c);
  background: -moz-linear-gradient(bottom right, #f54b4b, #fa9c9c);
  background: linear-gradient(to bottom right, #f54b4b, #fa9c9c);*/
  border-radius: 25px;
  position: relative;
  padding: 60px 30px 30px 30px;
  overflow: hidden;
}
.serviceBox2 h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 24px;
}
.serviceBox2 p {
  font-size: 16px !important;
}

/*——overrides——*/
#main-content .page-header_block h1, #main-content .page-header_block_w_stub h1 {
  font-size: 18px !important;
}

.main-content-pane {
  font-size: unset;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 500;
}
.main-content-pane .account-heading-text, .main-content-pane .section-heading-text {
  padding: 5px 0px 0px 12px;
  font-size: 15px !important;
  color: #4E4E4E;
}
.main-content-pane .section-content {
  font-size: 12px !important;
}
.main-content-pane .maintext {
  font-size: unset;
  font-size: 12px !important;
}
.main-content-pane a {
  color: #DC241F !important;
  text-decoration: underline !important;
}
.main-content-pane .page-header_block h1, .main-content-pane .page-header_block_w_stub h1 {
  font-size: 18px !important;
}
.main-content-pane .bold {
  font-weight: 700 !important;
}
.main-content-pane .fg-button {
  text-decoration: none !important;
  padding: 3px 10px !important;
}
.main-content-pane .fg-button-icon-left {
  padding-left: 20px !important;
}
.main-content-pane .fg-button-icon-right {
  padding-right: 20px !important;
}
.main-content-pane .bottom-toolbar_tools {
  height: 35px;
}
.main-content-pane .domains_toolbar, .main-content-pane .forwarders_toolbar, .main-content-pane .server-status_toolbar {
  height: 38px;
}
.main-content-pane #domain_actions_2, .main-content-pane #domain_actions_1 {
  width: 140px;
}
.main-content-pane .domain_name_search {
  margin: auto !important;
  height: 26px !important;
}
.main-content-pane .top-toolbar_tools .select_btn_only, .main-content-pane .bottom-toolbar_tools .select_btn_only {
  margin-right: 15px !important;
}
.main-content-pane input[type=checkbox] {
  vertical-align: middle;
}
.main-content-pane .std-table-header th, .main-content-pane .std-table-header td, .main-content-pane .payment-table-header th, .main-content-pane .payment-table-header td, .main-content-pane .payment-table-footer th, .main-content-pane .payment-table-footer td, .main-content-pane .confirmation-table-header th, .main-content-pane .confirmation-table-header td, .main-content-pane .confirmation-table-footer th, .main-content-pane .confirmation-table-footer td {
  font-size: 12px !important;
}

.sidebar-panel {
  color: #333 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.sidebar-panel a {
  color: #DC241F !important;
  text-decoration: underline !important;
}
.sidebar-panel p {
  margin: 5px 2px 5px 0px;
}
.sidebar-panel .bold {
  color: #333 !important;
}
.sidebar-panel .noticetext {
  color: #333;
  font-weight: 400;
}

#service-pricing-content {
  padding-top: 30px;
}
#service-pricing-content .tab-content {
  width: -webkit-fill-available;
}
#service-pricing-content .form-inline {
  display: block !important;
}
#service-pricing-content .table {
  width: 100% !important;
}

#col_domain_name {
  width: 50%;
}

.logged-in {
  top: 54px;
}

.page-header_block div, .page-header_block_w_stub div {
  font-size: 18px;
  padding: 24px 0px 17px 25px;
}

#results_table {
  margin-bottom: 0;
}
#results_table input[type=checkbox] {
  vertical-align: baseline;
  padding: 5px;
}
#results_table #tablehead th {
  border-left: none !important;
}
#results_table .even td, #results_table .odd td {
  border-left: none !important;
}
#results_table .row_domain_name, #results_table .row_availability {
  padding: 5px 0px 5px 5px !important;
}

#col_select {
  width: 30px;
  padding: 2px !important;
}

#search_results_block {
  margin-top: 50px;
}
#search_results_block .register_submit {
  background: #ff0000 !important;
}

#overlayContainer {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}

#results_table label {
  margin: 0;
}
#results_table #tablehead th {
  text-align: center;
}

.net24-block-newservice-header .button-holder {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}

#banner-styles {
  z-index: 900;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  padding: 20px;
  width: 100%;
  margin: 0;
}

.fixed-alert .alert-dismissible .close {
  top: -18px;
}

.fixed-alert .alert-dismissible {
  padding-bottom: 0 !important;
}

.show-more-btn {
  display: none;
}

@media (max-width: 768px) {
  .content-message {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .content-message.show-full {
    display: block;
    -webkit-line-clamp: none;
  }
  .show-more-btn {
    color: #f54b4b;
    display: block;
    cursor: pointer;
    text-align: right;
    position: relative;
    right: 10px;
  }
}
@media (max-width: 767px) {
  #domain-header.bulksearch {
    max-height: 650px !important;
  }
  #domain-header.bulksearch textarea {
    height: 90px;
  }
  .contact-page-form-send {
    margin: 20px 5px !important;
    padding: 30px 20px;
  }
}
.single-registration-block {
  border: none;
  background: none !important;
  padding: 0;
  margin-right: 0;
}

.registration-search-notes-block {
  width: 100%;
}

ul.with-bullets {
  list-style-type: disc !important;
}

.floating-bulk-form {
  top: -400px;
}

#new_tld_block {
  overflow: auto;
}

@media (max-width: 768px) {
  .floating-bulk-form {
    top: 0;
  }
}
@media (max-width: 769px) {
  .dropdown.show .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.plan-dedicated-order-button:visited {
  color: white;
}

.error-message {
  color: red;
}

#order_now {
  z-index: 1;
}

.account-mobile-menu {
  display: none;
}

.cart-feedback {
  font-size: 13px;
  padding: 10px;
  height: 38px;
}

td.row_domain_name {
  word-wrap: break-word;
  word-break: break-all;
}

@media (max-width: 483px) {
  ul#pricing-tabs li {
    width: 33%;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
  }
  .register_submit {
    width: 200px;
    text-overflow: ellipsis;
    text-wrap: wrap;
  }
  .searchbar .fa-globe {
    top: 14px !important;
  }
  .domain-price-header a {
    padding: 2px 5px 0;
  }
  .domain-price-header a img {
    height: 11px;
    float: left;
  }
  .domain-price-header a span {
    font-size: 11px;
  }
  #domain-search-header .inline-button-domain-order button, #domain-search-header .inline-button-domain-order button#search-btn {
    height: 55px;
    font-size: 12px;
    line-height: 55px;
  }
  #domain-search-header input {
    padding-left: 50px;
    height: 55px;
  }
  #domain-search-header input::placeholder {
    font-size: 12px;
  }
  #domain-search-header .fa-globe {
    font-size: 17px;
  }
  .domain-bar, .searchbar {
    padding: 15px;
  }
  .dt-container .row > div,
  #email_pricing .well,
  #web_pricing .well {
    overflow-x: auto;
  }
}
@media (max-width: 463px) {
  .header-user-info-domain {
    display: none;
  }
  .account-mobile-menu {
    display: block;
  }
}
@media (max-width: 370px) {
  #domain-search-header input {
    padding-left: 37px;
  }
  .domain-bar, .searchbar {
    padding: 10px;
  }
  #domain-search-header .fa-globe {
    left: 15px;
  }
}
div#search_results_block input {
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* Domain Genie */
#domain-genie {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  background: #0f141d;
  padding: 0.5rem;
  font-family: "Poppins", sans-serif;
}
#domain-genie div {
  font-size: 0.9em;
  letter-spacing: 1.3px;
}
#domain-genie div a {
  color: white;
  font-weight: bold;
}
#domain-genie svg {
  fill: #FFF;
  height: 30px;
  width: 30px;
  margin-right: 0.5rem;
  transition: fill 0.3s ease-in-out;
}

@media (max-width: 425px) {
  #domain-genie {
    margin-top: 25px;
  }
}

/*# sourceMappingURL=main.css.map */
