/* Minification failed. Returning unminified contents.
(5602,43): run-time error CSS1046: Expect comma, found '0'
(5602,47): run-time error CSS1046: Expect comma, found '/'
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */
















 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



a.meanmenu-reveal{display:none}
.mean-container .mean-bar {
  background: #ffffff;
  float: left;
  min-height: 42px;
  padding: 5px 0;
  position: relative;
  width: 100%;
  z-index: 999999;
}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;top:0;right:0;cursor:pointer;color:#000000;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float: right;}
.mean-container a.meanmenu-reveal span{display:block;background:#000000;height:3px;margin-top:3px}
.mean-container .mean-nav{float:left;width:100%;background:#0c1923}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid#ddd;
}
.mean-container .mean-nav ul li a {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #333333;
  display: block;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-weight: bold;
}
.mobile-menu-area {
  background: #262626;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 1em 10%;
  text-shadow: none !important;
  visibility: visible;
  width: 80%;
  font-weight: normal;
  text-transform: capitalize;
  color: #444;
}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a.mean-expand{
  width:26px;
  height: 15px;
  margin-top: 1px;
  padding: 12px !important;
  text-align:center;
  position:absolute;
  right:0;top:0;
  z-index:2;
  font-weight:700;
  background:rgba(255,255,255,.1);
  border:0!important;
  background: #F8F8F8;
  }
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #f8f8f8;
}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.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:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .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:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.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(/Scripts/Web_Application/webfonts/fa-brands-400.eot);
    src: url(/Scripts/Web_Application/webfonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"), url(/Scripts/Web_Application/webfonts/fa-brands-400.woff2) format("woff2"), url(/Scripts/Web_Application/webfonts/fa-brands-400.woff) format("woff"), url(/Scripts/Web_Application/webfonts/fa-brands-400.ttf) format("truetype"), url(/Scripts/Web_Application/webfonts/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(/Scripts/Web_Application/webfonts/fa-regular-400.eot);
    src: url(/Scripts/Web_Application/webfonts/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"), url(/Scripts/Web_Application/webfonts/fa-regular-400.woff2) format("woff2"), url(/Scripts/Web_Application/webfonts/fa-regular-400.woff) format("woff"), url(/Scripts/Web_Application/webfonts/fa-regular-400.ttf) format("truetype"), url(/Scripts/Web_Application/webfonts/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(/Scripts/Web_Application/webfonts/fa-solid-900.eot);
    src: url(/Scripts/Web_Application/webfonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"), url(/Scripts/Web_Application/webfonts/fa-solid-900.woff2) format("woff2"), url(/Scripts/Web_Application/webfonts/fa-solid-900.woff) format("woff"), url(/Scripts/Web_Application/webfonts/fa-solid-900.ttf) format("truetype"), url(/Scripts/Web_Application/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 07/05/2019 06:49
  	*/

@font-face {
    font-family: "Flaticon";
    src: url("/Scripts/Web_Application/font/Flaticon.eot");
    src: url("/Scripts/Web_Application/font/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("/Scripts/Web_Application/font/Flaticon.woff2") format("woff2"), url("/Scripts/Web_Application/font/Flaticon.woff") format("woff"), url("/Scripts/Web_Application/font/Flaticon.ttf") format("truetype"), url("/Scripts/Web_Application/font/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("/Scripts/Web_Application/font/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-play-arrow:before { content: "\f100"; }
.flaticon-right-arrow:before { content: "\f101"; }
.flaticon-back:before { content: "\f102"; }
.flaticon-message:before { content: "\f103"; }
.flaticon-down-arrow:before { content: "\f104"; }
.flaticon-industry:before { content: "\f105"; }
.flaticon-helmet:before { content: "\f106"; }
.flaticon-apartment:before { content: "\f107"; }
.flaticon-happy:before { content: "\f108"; }
.flaticon-broken-house:before { content: "\f109"; }
.flaticon-roof:before { content: "\f10a"; }
.flaticon-roof-1:before { content: "\f10b"; }
.flaticon-roof-2:before { content: "\f10c"; }
.flaticon-roof-3:before { content: "\f10d"; }
.flaticon-roof-4:before { content: "\f10e"; }
.flaticon-call-answer:before { content: "\f10f"; }
.flaticon-facebook-placeholder-for-locate-places-on-maps:before { content: "\f110"; }
.flaticon-maps-and-flags:before { content: "\f111"; }
.flaticon-mail:before { content: "\f112"; }
/*

 * jQuery Nivo Slider v3.2

 * http://nivo.dev7studios.com

 *

 * Copyright 2012, Dev7studios

 * Free to use and abuse under the MIT license.

 * http://www.opensource.org/licenses/mit-license.php

 */

 

/* The Nivo Slider styles */

/* #container {

    width:100%;

    height:100%;

    overflow:hidden;

    position:fixed;

    top:0px;

    left:0px;

}

.nivoSlider {

    position:fixed;

    top:-16px;

    left:0px;

}

.nivoSlider img {position:absolute;

    top:0px;

    left:0px;

} */

.nivoSlider {

	position:relative;

	width:100%;

	height:auto;

	overflow: hidden;

}

.nivoSlider img {

	position:absolute;

	top:0px;

	left:0px;

	max-width: none;

	transform: scale(1);
}


.nivo-main-image {

	display: block !important;

	position: relative !important; 

	width: 100% !important;

}



/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {

	position:absolute;

	top:0px;

	left:0px;

	width:100%;

	height:100%;

	border:0;

	padding:0;

	margin:0;

	z-index:6;

	display:none;

	background:white; 

	filter:alpha(opacity=0); 

	opacity:0;

}

/* The slices and boxes in the Slider */

.nivo-slice {

	display:block;

	position:absolute;

	z-index:5;

	height:100%;

	top:0;

}

.nivo-box {

	display:block;

	position:absolute;

	z-index:5;

	overflow:hidden;

}

.nivo-box img { display:block; }



/* Caption styles */

.nivo-caption {

    text-align: center;

	position:absolute;

	left:0px;

	bottom:0px;

	color:#fff;

	width:100%;

	z-index:8;

	padding: 5px 10px;

	opacity: 0.8;

	overflow: hidden;

	display: none;

	-moz-opacity: 0.8;

	filter:alpha(opacity=8);

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */

	-moz-box-sizing: border-box;    /* Firefox, other Gecko */

	box-sizing: border-box;         /* Opera/IE 8+ */

}

.nivo-caption p {

	padding:5px;

	margin:0;

}
.nivo-html-caption {

    display:none;

}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {

	position:absolute;

	top:45%;

	z-index:9;

	cursor:pointer;

}

.nivo-prevNav {

	left:0px;

}

.nivo-nextNav {

	right:0px;

}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {

	text-align:center;

	padding: 15px 0;

}

.nivo-controlNav a {

	cursor:pointer;

}

.nivo-controlNav a.active {

	font-weight:bold;

}

/* ------------------------------

Default Theme

---------------------------------*/

.slider-direction {

	position: absolute;

	left:0; 

	top:0;  

	width: 100%;

	background: none;

	color: #fff;

	font-size: 16px;

	z-index: 999;

	display: none;

}



/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {

    position:absolute;

    top:0px;

    left:0px;

    width:100%;

    height:100%;

    border:0;

    padding:0;

    margin:0;

    z-index:6;

    display:none;

    background:white; 

    filter:alpha(opacity=0); 

    opacity:0;

}

/* The slices and boxes in the Slider */

.nivo-slice {

    display:block;

    position:absolute;

    z-index:5;

    height:100%;

    top:0;

}

.nivo-box {

    display:block;

    position:absolute;

    z-index:5;

    overflow:hidden;

}

.nivo-box img { display:block; }

.nivo-caption {

  position:absolute;

    left:0; 

    top:0;  

    color:#fff;

    width:100%;

    height: 100%;

    z-index:6;

}

.nivo-main-image {

    display: block !important;

    position: relative !important; 

    width: 100% !important;

}

/* The slices and boxes in the Slider */

.nivo-slice {

    display:block;

    position:absolute;

    z-index:5;

    height:100%;

    top:0;

}

.nivo-box {

    display:block;

    position:absolute;

    z-index:5;

    overflow:hidden;

}

@-webkit-keyframes myfirst {

  from {width: 0;}

  to {width: 100%;}

 }

 @keyframes myfirst {

  from {width: 0;}

  to {width: 100%;}

 }

 .slider-progress.pos_hover{

  -webkit-animation-play-state: paused;

  animation-play-state: paused;

 }

/* ------------------------------

custom slider

---------------------------------*/

.slider-progress{

	position:absolute;

	top:0;

	left:0;

	background-color: rgba(255, 255, 255, .7);

	height:5px;

	-webkit-animation: myfirst 5000ms ease-in-out;

	-moz-animation: myfirst 5000ms ease-in-out;

	-ms-animation: myfirst 5000ms ease-in-out;

	animation: myfirst 5000ms ease-in-out;

}

.s-tb{

	display: table;

	height: 100%;

	width: 100%;

	float: left;

}

.s-tb-c{

	display: table-cell;

    vertical-align: middle;

}

.t-cn{text-align: center}

.t-lft{text-align: left}

.t-lfr{text-align: right}

/* ------------------------------

slider animation

---------------------------------*/



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .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 .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.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:.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 .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slickd41d.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900);*/
html {
  height: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}

@font-face {
    font-family: Bulletto Killa;
    src: url(/Scripts/Web_Application/font/Bulletto-Killa.ttf);
}
.tag-Sta-heading {
    font-family: Bulletto Killa !important;
    font-weight: 400 !important;
}

.txt-slide-margin {
    margin-top: -130px;
}


body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 30px;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
  background-color: #ffffff;
}
p {
  margin: 0 0 20px 0;
  color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
}
h1,
h2 {
  line-height: 48px;
}
h3,
h4,
h5 {
  line-height: 30px;
}
h1 {
  font-size: 46px;
}

.star-sec {
   padding-top:50px;
    background-color: #f8f8f8;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/*=======================================================================
2. Bootstrap Overwrite
=========================================================================*/
/*------------------- 2.1 Grid -------------------*/
@media only screen and (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.row.gutters-1 > [class^="col-"] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}
.row.gutters-2 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}
.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.row.gutters-3 > [class^="col-"] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}
.row.gutters-4 > [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row.gutters-5 > [class^="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.row.gutters-6 > [class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.row.gutters-7 > [class^="col-"] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}
.row.gutters-8 > [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}
.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.row.gutters-9 > [class^="col-"] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-10 > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-11 {
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.row.gutters-11 > [class^="col-"] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.row.gutters-12 {
  padding-left: 9px;
  padding-right: 9px;
}
.row.gutters-12 > [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.row.gutters-13 {
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.row.gutters-13 > [class^="col-"] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}
.row.gutters-14 {
  padding-left: 8px;
  padding-right: 8px;
}
.row.gutters-14 > [class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-15 > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-20 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.gutters-40 > [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-40 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-40 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.gutters-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.gutters-50 > [class^="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-50 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-50 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------------- 2.2 Media Object -------------------*/
.media-body {
  margin-left: 3rem;
}
.media-body.mg-right {
  margin-left: 0;
  margin-right: 3rem;
}
.media-body.space-xl {
  margin-left: 50px;
}
.media-body.space-lg {
  margin-left: 40px;
}
.media-body.space-md {
  margin-left: 20px;
}
.media-body.space-sm {
  margin-left: 15px;
}
.media-body.space-xs {
  margin-left: 10px;
}
.media-body.media-body-box {
  padding: 20px 20px 20px 3rem;
  margin-left: 0;
}
.media-body.media-body-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-xl,
  .media-none--lg .media-body.space-lg,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-xl,
  .media-none--md .media-body.space-lg,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-xl,
  .media-none--sm .media-body.space-lg,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-xl,
  .media-none--xs .media-body.space-lg,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block;
  }
  .media-none-mb > div {
    width: 100%;
  }
  .media-none-mb img {
    width: 100%;
  }
  .media-none-mb img.media-img-auto {
    width: auto;
  }
  .media-none-mb .media-body,
  .media-none-mb .media-body.space-xl,
  .media-none-mb .media-body.space-lg,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-xl,
  .media-none-lg .media-body.space-lg,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-xl,
  .media-none-md .media-body.space-lg,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-xl,
  .media-none-sm .media-body.space-lg,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block;
  }
  .media-none-xs > div {
    width: 100%;
  }
  .media-none-xs img {
    width: 100%;
  }
  .media-none-xs img.media-img-auto {
    width: auto;
  }
  .media-none-xs .media-body,
  .media-none-xs .media-body.space-xl,
  .media-none-xs .media-body.space-lg,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
/*=======================================================================
3. Vendor Custom Style
=========================================================================*/
/*------------------- 3.1 Nivo Slider -------------------*/
.slider-area {
  position: relative;
}
.slider-area .nivo-controlNav {
  display: none;
}
.slider-area .nivo-directionNav a {
  z-index: 6;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a {
    visibility: hidden;
    opacity: 0;
  }
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: 10%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ee212b;
  color: #ffffff;
  font-size: 0;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .slider-area .nivo-directionNav a.nivo-prevNav {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .slider-area .nivo-directionNav a.nivo-prevNav:before {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a.nivo-prevNav {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: #ffffff;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #ee212b !important;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: 10%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ee212b;
  color: #ffffff;
  font-size: 0;
  transition: all 0.3s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .slider-area .nivo-directionNav a.nivo-nextNav {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .slider-area .nivo-directionNav a.nivo-nextNav:before {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a.nivo-nextNav {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: #ffffff;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #ee212b !important;
}
.slider-area:hover a {
  opacity: 1;
  visibility: visible;
}
.slider-area .nivo-caption {
  opacity: 1;
}
.slider-area .nivo-caption p {
  padding: 0;
}
.slider-area .slide-1 div.slider-big-text,
.slider-area .slide-2 div.slider-big-text,
.slider-area .slide-3 div.slider-big-text {
  font-size: 60px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
  line-height: 48px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}
.slider-area .slide-1 div.slider-big-text span,
.slider-area .slide-2 div.slider-big-text span,
.slider-area .slide-3 div.slider-big-text span {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .slider-area .slide-1 div.slider-big-text,
  .slider-area .slide-2 div.slider-big-text,
  .slider-area .slide-3 div.slider-big-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .slide-1 div.slider-big-text,
  .slider-area .slide-2 div.slider-big-text,
  .slider-area .slide-3 div.slider-big-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 div.slider-big-text,
  .slider-area .slide-2 div.slider-big-text,
  .slider-area .slide-3 div.slider-big-text {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area .slide-1 div.slider-big-text,
  .slider-area .slide-2 div.slider-big-text,
  .slider-area .slide-3 div.slider-big-text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-area .slide-1 div.slider-big-text,
  .slider-area .slide-2 div.slider-big-text,
  .slider-area .slide-3 div.slider-big-text {
    font-size: 22px;
  }
}
.slider-area .slide-1 div.slider-big-text.text-light,
.slider-area .slide-2 div.slider-big-text.text-light,
.slider-area .slide-3 div.slider-big-text.text-light {
  color: #ffffff;
}
.slider-area .slide-1 div.slider-sub-text,
.slider-area .slide-2 div.slider-sub-text,
.slider-area .slide-3 div.slider-sub-text {
  font-size: 30px;
  letter-spacing: 2px;
  color: #343434;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1199px) {
  .slider-area .slide-1 div.slider-sub-text,
  .slider-area .slide-2 div.slider-sub-text,
  .slider-area .slide-3 div.slider-sub-text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .slide-1 div.slider-sub-text,
  .slider-area .slide-2 div.slider-sub-text,
  .slider-area .slide-3 div.slider-sub-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 div.slider-sub-text,
  .slider-area .slide-2 div.slider-sub-text,
  .slider-area .slide-3 div.slider-sub-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area .slide-1 div.slider-sub-text,
  .slider-area .slide-2 div.slider-sub-text,
  .slider-area .slide-3 div.slider-sub-text {
    display: none;
  }
}
.slider-area .slide-1 div.slider-sub-text.text-light,
.slider-area .slide-2 div.slider-sub-text.text-light,
.slider-area .slide-3 div.slider-sub-text.text-light {
  color: #ffffff;
}
.slider-area .slide-1 div.slider-paragraph,
.slider-area .slide-2 div.slider-paragraph,
.slider-area .slide-3 div.slider-paragraph {
  color: #4d4d4f;
  margin-bottom: 20px;
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .slider-area .slide-1 div.slider-paragraph,
  .slider-area .slide-2 div.slider-paragraph,
  .slider-area .slide-3 div.slider-paragraph {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area .slide-1 div.slider-paragraph,
  .slider-area .slide-2 div.slider-paragraph,
  .slider-area .slide-3 div.slider-paragraph {
    display: none;
  }
}
.slider-area .slide-1 div.slider-paragraph.text-light,
.slider-area .slide-2 div.slider-paragraph.text-light,
.slider-area .slide-3 div.slider-paragraph.text-light {
  color: #ffffff;
}
.slider-area .slide-1 .slider-big-text.padding-right,
.slider-area .slide-2 .slider-big-text.padding-right,
.slider-area .slide-3 .slider-big-text.padding-right,
.slider-area .slide-1 .slider-sub-text.padding-right,
.slider-area .slide-2 .slider-sub-text.padding-right,
.slider-area .slide-3 .slider-sub-text.padding-right,
.slider-area .slide-1 .slider-paragraph.padding-right,
.slider-area .slide-2 .slider-paragraph.padding-right,
.slider-area .slide-3 .slider-paragraph.padding-right {
  padding-right: 60%;
}
.slider-area .slide-1 .slider-big-text.padding-left,
.slider-area .slide-2 .slider-big-text.padding-left,
.slider-area .slide-3 .slider-big-text.padding-left,
.slider-area .slide-1 .slider-sub-text.padding-left,
.slider-area .slide-2 .slider-sub-text.padding-left,
.slider-area .slide-3 .slider-sub-text.padding-left,
.slider-area .slide-1 .slider-paragraph.padding-left,
.slider-area .slide-2 .slider-paragraph.padding-left,
.slider-area .slide-3 .slider-paragraph.padding-left {
  padding-left: 60%;
}
.slider-area .slider-btn-area {
    margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .slider-area .slider-btn-area {
    display: none;
  }
}
.slider-area .slider-btn-area a.item-btn-fill {
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #082c4b;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.slider-area .slider-btn-area a.item-btn-fill i {
  font-size: 16px;
  margin-left: 10px;
  color: #ee212b;
}
.slider-area .slider-btn-area a.item-btn-fill:hover {
  color: #ffffff;
  background-color: #082c4b;
}
.slider-area .slider-btn-area a.item-btn-fill:hover i {
  color: #ffffff;
}
.slider-area .slider-btn-area a.item-btn-ghost {
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.slider-area .slider-btn-area a.item-btn-ghost i {
  font-size: 16px;
  margin-left: 10px;
}
.slider-area .slider-btn-area a.item-btn-ghost:hover {
  background-color: #ee212b;
  border-color: #ee212b;
}
.slider-layout1 .nivo-caption {
  top: 40px;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .nivo-caption {
    top: 0;
  }
}
.slider-layout1 .nivo-directionNav a {
  top: 55%;
  z-index: 10;
}
.slider-layout1 .nivo-directionNav a:before {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .nivo-directionNav a {
    top: 50%;
  }
}
.slider-layout1 .nivo-directionNav a.nivo-prevNav {
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 1499px) {
  .slider-layout1 .nivo-directionNav a.nivo-prevNav {
    left: 1%;
  }
}
.slider-layout1 .nivo-directionNav a.nivo-nextNav {
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 1499px) {
  .slider-layout1 .nivo-directionNav a.nivo-nextNav {
    right: 1%;
  }
}
.slider-layout1 .slide-1 div.slider-big-text,
.slider-layout1 .slide-2 div.slider-big-text,
.slider-layout1 .slide-3 div.slider-big-text {
  animation: fadeInLeft 2000ms ease-in-out;
  line-height: 70px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .slider-layout1 .slide-1 div.slider-big-text,
  .slider-layout1 .slide-2 div.slider-big-text,
  .slider-layout1 .slide-3 div.slider-big-text {
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .slide-1 div.slider-big-text,
  .slider-layout1 .slide-2 div.slider-big-text,
  .slider-layout1 .slide-3 div.slider-big-text {
    line-height: 40px;
  }
}
.slider-layout1 .slide-1 div.slider-sub-text,
.slider-layout1 .slide-2 div.slider-sub-text,
.slider-layout1 .slide-3 div.slider-sub-text {
  animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout1 .slide-1 div.slider-paragraph,
.slider-layout1 .slide-2 div.slider-paragraph,
.slider-layout1 .slide-3 div.slider-paragraph {
  animation: fadeInUp 1500ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .slider-layout1 .slide-1 div.slider-paragraph,
  .slider-layout1 .slide-2 div.slider-paragraph,
  .slider-layout1 .slide-3 div.slider-paragraph {
    display: none;
  }
}
.slider-layout1 .slider-btn-area {
  animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout1 .slider-overlay {
  height: 100%;
  width: 64%;
  background-color: rgba(237, 28, 37, 0.3);
  -webkit-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.slider-layout1 .overlay-layout2 {
  width: 62%;
  background-color: rgba(237, 28, 37, 0.2);
}
.slider-layout1 .overlay-layout3 {
  width: 60%;
  background-color: rgba(237, 28, 37, 0.6);
}
.slider-layout2 {
  overflow: hidden;
}
.slider-layout2 .nivo-directionNav a {
  top: 50%;
}
@media only screen and (max-width: 991px) {
  .slider-layout2 .nivo-directionNav a {
    top: 50%;
  }
}
@media only screen and (max-width: 1499px) {
  .slider-layout2 .nivo-directionNav a.nivo-prevNav {
    left: 1%;
  }
}
@media only screen and (max-width: 1499px) {
  .slider-layout2 .nivo-directionNav a.nivo-nextNav {
    right: 1%;
  }
}
.slider-layout2 .slide-1 div.slider-big-text,
.slider-layout2 .slide-2 div.slider-big-text,
.slider-layout2 .slide-3 div.slider-big-text {
  animation: fadeInLeft 2000ms ease-in-out;
}
.slider-layout2 .slide-1 div.slider-sub-text,
.slider-layout2 .slide-2 div.slider-sub-text,
.slider-layout2 .slide-3 div.slider-sub-text {
  animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout2 .slide-1 div.slider-paragraph,
.slider-layout2 .slide-2 div.slider-paragraph,
.slider-layout2 .slide-3 div.slider-paragraph {
  animation: fadeInUp 1500ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .slider-layout2 .slide-1 div.slider-paragraph,
  .slider-layout2 .slide-2 div.slider-paragraph,
  .slider-layout2 .slide-3 div.slider-paragraph {
    display: none;
  }
}
.slider-layout2 .slider-btn-area {
  animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout2 .slider-box-form {
  position: absolute;
  top: 50%;
  right: calc((100% - 1170px) / 2);
  transform: translateY(-50%);
  z-index: 9;
  width: 390px;
}
@media only screen and (max-width: 1229px) {
  .slider-layout2 .slider-box-form {
    right: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .slider-layout2 .slider-box-form {
    right: calc((100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout2 .slider-box-form {
    display: none;
  }
}
.slider-layout2 .slider-box-form .about-box-layout3 {
  padding: 40px 50px;
  box-shadow: none;
}
@media only screen and (max-width: 1440px) {
  .slider-layout2 .slider-box-form .about-box-layout3 {
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 1399px) {
  .slider-layout2 .slider-box-form .about-box-layout3 {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1199px) {
  .slider-layout2 .slider-box-form .about-box-layout3 {
    transform: scale(0.7);
  }
}
.slider-layout3 .nivo-caption {
  top: 40px;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .slider-layout3 .nivo-caption {
    top: 0;
  }
}
.slider-layout3 .nivo-caption .slider-text {
  width: 50%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 35px 50px 45px;
}
@media only screen and (max-width: 991px) {
  .slider-layout3 .nivo-caption .slider-text {
    width: 65%;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout3 .nivo-caption .slider-text {
    padding: 35px 30px;
    width: 80%;
  }
}
@media only screen and (max-width: 479px) {
  .slider-layout3 .nivo-caption .slider-text {
    padding: 20px;
    width: 100%;
  }
}
.slider-layout3 .nivo-directionNav a {
  top: 55%;
  z-index: 10;
}
.slider-layout3 .nivo-directionNav a:before {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .slider-layout3 .nivo-directionNav a {
    top: 50%;
  }
}
.slider-layout3 .nivo-directionNav a.nivo-prevNav {
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 1499px) {
  .slider-layout3 .nivo-directionNav a.nivo-prevNav {
    left: 1%;
  }
}
.slider-layout3 .nivo-directionNav a.nivo-nextNav {
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 1499px) {
  .slider-layout3 .nivo-directionNav a.nivo-nextNav {
    right: 1%;
  }
}
.slider-layout3 .slide-1 div.slider-big-text,
.slider-layout3 .slide-2 div.slider-big-text,
.slider-layout3 .slide-3 div.slider-big-text {
  animation: fadeInLeft 2000ms ease-in-out;
  font-size: 36px;
  color: #111111;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .slider-layout3 .slide-1 div.slider-big-text,
  .slider-layout3 .slide-2 div.slider-big-text,
  .slider-layout3 .slide-3 div.slider-big-text {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout3 .slide-1 div.slider-big-text,
  .slider-layout3 .slide-2 div.slider-big-text,
  .slider-layout3 .slide-3 div.slider-big-text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout3 .slide-1 div.slider-big-text,
  .slider-layout3 .slide-2 div.slider-big-text,
  .slider-layout3 .slide-3 div.slider-big-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout3 .slide-1 div.slider-big-text,
  .slider-layout3 .slide-2 div.slider-big-text,
  .slider-layout3 .slide-3 div.slider-big-text {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.slider-layout3 .slide-1 div.slider-sub-text,
.slider-layout3 .slide-2 div.slider-sub-text,
.slider-layout3 .slide-3 div.slider-sub-text {
  animation: fadeInUp 1500ms ease-in-out;
  font-size: 18px;
  color: #7d7d7d;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.slider-layout3 .slide-1 div.slider-paragraph,
.slider-layout3 .slide-2 div.slider-paragraph,
.slider-layout3 .slide-3 div.slider-paragraph {
  animation: fadeInUp 1500ms ease-in-out;
  width: 100%;
  color: #444444;
}
@media only screen and (max-width: 1199px) {
  .slider-layout3 .slide-1 div.slider-paragraph,
  .slider-layout3 .slide-2 div.slider-paragraph,
  .slider-layout3 .slide-3 div.slider-paragraph {
    display: none;
  }
}
.slider-layout3 .slider-btn-area {
  animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout3 .slider-btn-area a.item-btn-fill {
  background-color: #082c4b;
  color: #ffffff;
}
.slider-layout3 .slider-btn-area a.item-btn-fill:hover {
  background-color: #ee212b;
}
/*------------------- 3.2 Owl Carousel Nav Style -------------------*/
.nav-control-layout1 .owl-nav {
  margin-top: 0;
}
.nav-control-layout1 .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff !important;
  background: #ee212b !important;
  height: 4rem;
  width: 4.5rem;
  border-radius: 4px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.nav-control-layout1 .owl-nav button i {
  font-size: 20px;
}
.nav-control-layout1 .owl-nav button i:before {
  font-size: 20px;
  font-weight: 600;
}
.nav-control-layout1 .owl-nav button:hover {
  background: #082c4b !important;
  color: #ffffff;
}
.nav-control-layout1 .owl-nav button:focus {
  outline: none;
}
.nav-control-layout1 .owl-nav .owl-prev {
  left: -6rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout1 .owl-nav .owl-prev {
    left: 0;
  }
}
.nav-control-layout1 .owl-nav .owl-next {
  right: -6rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout1 .owl-nav .owl-next {
    right: 0;
  }
}
.nav-control-layout1:hover .owl-nav button {
  visibility: visible;
  opacity: 1;
}
.nav-control-layout2 .owl-nav {
  margin-top: 0;
}
.nav-control-layout2 .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff !important;
  background: #ee212b !important;
  height: 4rem;
  width: 4rem;
  border-radius: 4px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.nav-control-layout2 .owl-nav button i {
  font-size: 16px;
}
.nav-control-layout2 .owl-nav button i:before {
  font-size: 16px;
  font-weight: 600;
}
.nav-control-layout2 .owl-nav button:hover {
  background: #082c4b !important;
  color: #ffffff;
}
.nav-control-layout2 .owl-nav button:focus {
  outline: none;
}
.nav-control-layout2 .owl-nav .owl-prev {
  left: -6rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout2 .owl-nav .owl-prev {
    left: 0;
  }
}
.nav-control-layout2 .owl-nav .owl-next {
  right: -6rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout2 .owl-nav .owl-next {
    right: 0;
  }
}
.nav-control-layout2:hover .owl-nav button {
  visibility: visible;
  opacity: 1;
}
.nav-control-layout3 .owl-nav {
  margin-top: 0;
}
.nav-control-layout3 .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #111111 !important;
  background: #ffffff !important;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout3 .owl-nav button i {
  margin-top: 3px;
  font-size: 20px;
}
.nav-control-layout3 .owl-nav button i:before {
  font-size: 20px;
  font-weight: 600;
}
.nav-control-layout3 .owl-nav button:hover {
  background: #ee212b !important;
  color: #ffffff !important;
}
.nav-control-layout3 .owl-nav button:focus {
  outline: none;
}
.nav-control-layout3 .owl-nav .owl-prev {
  left: 4rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout3 .owl-nav .owl-prev {
    left: 0;
  }
}
.nav-control-layout3 .owl-nav .owl-next {
  right: 4rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout3 .owl-nav .owl-next {
    right: 0;
  }
}
.dot-control-layout1 {
  position: relative;
}
.dot-control-layout1 .owl-dots {
  text-align: center;
  margin-top: 60px;
}
.dot-control-layout1 .owl-dots button {
  position: relative;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0 3px;
  border: 2px solid rgba(161, 161, 161, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dot-control-layout1 .owl-dots button:after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #1c4163;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dot-control-layout1 .owl-dots button:focus {
  outline: none;
}
.dot-control-layout1 .owl-dots button.active:after {
  visibility: visible;
  opacity: 1;
}
/*------------------- 3.3 Select 2 Style -------------------*/
.select2-container--classic .select2-selection--single {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  height: 50px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #646464;
  background-color: #f1f1f1;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #f4f4f4;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: none;
  border-left: none;
  height: 50px;
  top: 0;
  width: 40px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #082c4b transparent transparent transparent;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #082c4b transparent;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background: #f4f4f4;
  border-color: #cccccc;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background: #f4f4f4;
  border-color: #cccccc;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #cccccc;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #0529a4;
}
/*------------------- 3.4 Slick Slider Style -------------------*/
.slick-slider-layout1 .slick-content .slick-slider .item-img {
  position: relative;
  text-align: center;
  margin-bottom: -10px;
}
.slick-slider-layout1 .slick-content .slick-slider .item-img .item-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.slick-slider-layout1 .slick-content .slick-slider .item-img .item-content .big-text {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  background-color: rgba(238, 27, 37, 0.6);
  display: inline-block;
  padding: 40px 150px 50px;
  -webkit-clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
}
@media only screen and (max-width: 1199px) {
  .slick-slider-layout1 .slick-content .slick-slider .item-img .item-content .big-text {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .slick-slider-layout1 .slick-content .slick-slider .item-img .item-content .big-text {
    font-size: 50px;
    padding: 40px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-slider-layout1 .slick-content .slick-slider .item-img .item-content .big-text {
    font-size: 36px;
    padding: 35px 100px;
  }
}
@media only screen and (max-width: 575px) {
  .slick-slider-layout1 .slick-content .slick-slider .item-img .item-content .big-text {
    font-size: 30px;
    padding: 30px 80px;
  }
}
@media only screen and (max-width: 479px) {
  .slick-slider-layout1 .slick-content .slick-slider .item-img .item-content .big-text {
    font-size: 20px;
    padding: 30px 50px;
  }
}
.slick-slider-layout1 .slick-nav-wrap {
  background-color: #ee212b;
}
.slick-slider-layout1 .slick-nav-wrap .slick-nav .nav-item {
  position: relative;
  text-align: center;
  background-color: #da101a;
  margin-right: 1px;
  padding: 50px 5px 22px;
  cursor: pointer;
}
.slick-slider-layout1 .slick-nav-wrap .slick-nav .nav-item .item-icon {
  margin-bottom: 20px;
  line-height: 1;
}
.slick-slider-layout1 .slick-nav-wrap .slick-nav .nav-item .item-icon i {
  display: block;
}
.slick-slider-layout1 .slick-nav-wrap .slick-nav .nav-item .item-icon i:before {
  font-size: 52px;
  color: #ffffff;
}
.slick-slider-layout1 .slick-nav-wrap .slick-nav .nav-item .item-title {
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .slick-slider-layout1 .slick-nav-wrap .slick-nav .nav-item .item-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-slider-layout1 .slick-nav-wrap .slick-nav .nav-item .item-title {
    font-size: 16px;
  }
}
.slick-slider-layout1 .slick-nav-wrap .slick-nav .slick-current .nav-item {
  background-color: #cd0d16;
}
/*=======================================================================
4. Template Layout Style
=========================================================================*/
/*------------------- 4.1 Content -------------------*/
.inner-page-banner {
  display: block;
  padding: 10.4rem 0;
  position: relative;
}
.inner-page-banner:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(237, 28, 37, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.inner-page-banner .breadcrumbs-area h1 {
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 28px;
  }
}
.inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  margin-right: 12px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.inner-page-banner .breadcrumbs-area ul li:before {
  content: "/";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: -3px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  color: #cccccc;
}
.inner-page-banner .breadcrumbs-area ul li a {
  color: #dcdcdc;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.fw-btn-fill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fw-btn-fill i {
  font-size: 12px;
  margin-left: 10px;
}
.fw-btn-fill:hover {
  background-color: #082c4b;
}
.btn-fill-xl.box-shadow {
  -webkit-box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.3);
}
.btn-fill-xl {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 40px;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-xl i {
  margin-left: 10px;
}
.btn-fill-xl:hover {
  color: #ffffff;
  background-color: #082c4b !important;
}
@media only screen and (max-width: 991px) {
  .btn-fill-xl {
    padding: 12px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill-xl {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill-xl {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.btn-fill-lg {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  padding: 11px 30px;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-lg i {
  margin-left: 10px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-lg:hover {
  color: #ffffff;
  background-color: #ee212b !important;
}
.btn-fill-lg:hover i {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .btn-fill-lg {
    padding: 10px 25px;
    font-size: 14px;
  }
}
.btn-fill-md {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 30px;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-md i {
  margin-left: 10px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-md:hover {
  color: #ffffff;
  background-color: #ee212b !important;
}
.btn-fill-md:hover i {
  color: #ffffff;
}
.hover-accent:hover {
  background-color: #082c4b !important;
}
.ghost-btn-xl {
  display: inline-block;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-xl i {
  margin-left: 10px;
}
.ghost-btn-xl:hover {
  background-color: #ee212b;
  color: #ffffff !important;
}
@media only screen and (max-width: 1199px) {
  .ghost-btn-xl {
    padding: 12px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .ghost-btn-xl {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ghost-btn-xl {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.ghost-btn-lg {
  display: inline-block;
  padding: 14px 35px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-lg i {
  margin-left: 10px;
}
.ghost-btn-lg:hover {
  background-color: #ee212b;
  color: #ffffff !important;
}
@media only screen and (max-width: 1199px) {
  .ghost-btn-lg {
    padding: 12px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .ghost-btn-lg {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ghost-btn-lg {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.ghost-btn-md {
  display: inline-block;
  padding: 10px 26px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-md i {
  margin-left: 10px;
}
.ghost-btn-md:hover {
  background-color: #ee212b;
  color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  .ghost-btn-md {
    padding: 8px 20px;
    font-size: 14px;
  }
}
.isotop-btn-1 {
  margin-bottom: 30px;
}
.isotop-btn-1 .nav-item {
  display: inline-block;
  color: #ee212b !important;
  background-color: #ffffff;
  padding: 9px 30px;
  border: 1px solid #d6dde3;
  border-radius: 4px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.isotop-btn-1 .nav-item:hover {
  background-color: #ee212b;
  border-color: #ee212b;
  color: #ffffff !important;
}
.isotop-btn-1 .current.nav-item {
  background-color: #ee212b;
  border-color: #ee212b;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 5px 21px 0px rgba(238, 27, 37, 0.6);
  box-shadow: 0px 5px 21px 0px rgba(238, 27, 37, 0.6);
}
#preloader {
  background: #ffffff url('/Scripts/Web_Application/images/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.scrollup {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 45px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: rgba(17, 17, 17, 0.8);
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scrollup:hover,
.scrollup:focus {
  color: #ffffff;
}
.scrollup:hover i,
.scrollup:focus i {
  -webkit-animation: toBottomFromTop20 0.5s forwards;
  animation: toBottomFromTop20 0.5s forwards;
}
.scrollup.back-top {
  bottom: 20px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ee212b;
    box-shadow: 0 0 0 0 #ee212b;
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ee212b;
    box-shadow: 0 0 0 0 #ee212b;
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
  }
}
/*------------------- 4.2 Footer -------------------*/
.section-padding {
    padding: 80px 0;
}
.footer {
    background-color: #111111;
    background: url('/Scripts/Web_Application/images/background/black_mamba.png');
    background-repeat: repeat;
    background-size: auto;
}
    .footer > .container > .row > div:last-child .footer-box {
        margin-bottom: 0;
    }

    .footer .footer-box h4 {
        font-size: 24px;
        font-weight: 500;
    }
        .footer .footer-box h4:after {
            content: '';
            display: block;
            width: 80px;
            height: 2px;
            background: #fff;
            margin-top: 20px;
        }

    .footer .footer-box .socials li {
        margin-right: 15px;
    }

        .footer .footer-box .socials li a {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: transparent;
            border: 2px solid #fff;
            width: 36px;
            height: 36px;
            font-size: 16px;
            line-height: 34px;
        }

        .footer .footer-box .socials li:hover a {
            background-color: #ff0000;
            border-color: #ff0000;
            color: #fff;
        }

    .footer .footer-box .main li {
        margin-bottom: 7px;
    }

        .footer .footer-box .main li:last-child {
            margin-bottom: 20px;
        }

        .footer .footer-box .main li:before {
            background: #fff;
            height: 2px;
            content: '';
            width: 10px;
            display: inline-block;
            margin-top: 0px;
            vertical-align: middle;
            margin-right: 5px;
        }

    .footer .footer-box .main li {
        list-style: none;
        color: #fff;
        padding: 6px 0px;
    }

.btn-submits {
    border-color: #ff0000;
    color: #fff;
    background: #ff0000;
    width: 100%;
}

.footer .footer-box .logo {
    width: 150px;
    height: 150px;
}
ul.custom {
    list-style: none;
    padding: 0;
}

ul.custom-flex {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*copyright*/
.copyright {
    background-color: #ff0000;
    text-align: center;
    padding-top: 20px;
}

    .copyright p {
        line-height: normal;
        color:#ffffff;
    }

/*------------------- 4.3 Global -------------------*/
a {
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
}
.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}
/*------------------- 4.4 Header Menu -------------------*/
header.header {
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 991px) {
  header.header {
    display: none;
  }
}
.logo-area a {
  display: block;
}
.header-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-menu:after {
  clear: both;
  content: "";
  display: block;
}
.header-menu nav.template-main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-menu nav.template-main-menu > ul > li > a {
  transition: all 0.3s ease-out;
}
.header-menu nav.template-main-menu > ul > li > a:hover {
  color: #ee212b;
}
nav.template-main-menu > ul > li {
  position: relative;
}
nav.template-main-menu > ul > li > a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
  display: block;
  color: #111111;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  border-top: 1px solid #ee212b;
  background-color: #ffffff;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li {
  position: relative;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  padding: 12px 20px;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  color: #ee212b;
  position: absolute;
  top: 12px;
  left: 20px;
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
  color: #ee212b;
  padding-left: 40px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover:before {
  transform: scale(1);
}
@media only screen and (max-width: 1199px) {
  nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
    padding: 10px 15px;
  }
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 100%;
  border-bottom: 1px solid #e9e9e9;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
    left: 15px;
    right: 15px;
  }
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:last-child:after {
  border-bottom: none;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
  display: flex;
  align-items: center;
  border-top: 1px solid #ee212b;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li {
  min-width: 200px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
  padding: 8px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:hover {
  color: #ffffff;
  background-color: #ee212b;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:last-child {
  padding-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu {
  background-color: #ffffff;
  border-top: 1px solid #ee212b;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  padding: 20px 0 0;
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu .menu-ctg-title {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu {
  margin-bottom: 20px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li {
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
  padding: 5px 15px 5px 30px;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  position: relative;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a i {
  color: #444444;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover {
  color: #ee212b;
  padding: 5px 15px 5px 35px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover i {
  color: #ee212b;
  animation: toRightFromLeft10 0.5s;
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-1 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-2 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover .template-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
.header-menu.menu-layout1 {
  background-color: #ffffff;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
  padding: 40px 20px;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 40px 15px;
  }
}
.header-menu.menu-layout2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
  padding: 24px 20px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
    padding: 24px 20px;
  }
}
.header-menu.menu-layout4 {
  padding-top: 12px;
}
.header-menu.menu-layout4 nav.template-main-menu > ul > li > a {
  padding: 40px 20px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout4 nav.template-main-menu > ul > li > a {
    padding: 40px 15px;
  }
}
.rt-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 28px 18px;
}
@media only screen and (max-width: 1199px) {
  .rt-sticky nav.template-main-menu > ul > li > a {
    padding: 28px 15px;
  }
}
.header-menu.menu-layout1.rt-sticky {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 28px 18px;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 28px 15px;
  }
}
.header-menu.menu-layout2.rt-sticky {
  background-color: #082c4b;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-menu.menu-layout3.rt-sticky {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout3.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 28px 18px;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout3.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 28px 15px;
  }
}
.header-menu.menu-layout4.rt-sticky {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #093052;
  padding-top: 0;
}
.header-menu.menu-layout4.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 28px 20px;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout4.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 28px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}
.header-action-layout1 ul {
  display: flex;
  align-items: center;
}
.header-action-layout1 ul li {
  display: inline-block;
  margin-right: 20px;
}
.header-action-layout1 ul li:last-child {
  margin-right: 0;
}
.header-action-layout1 ul .header-action-btn .item-btn {
  display: block;
  border: 1px solid #ee212b;
  border-radius: 4px;
  color: #ee212b;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-action-layout1 ul .header-action-btn .item-btn:hover {
  background-color: #ee212b;
  color: #ffffff;
}
.header-action-layout1 ul .header-action-btn .item-btn-fill {
  display: block;
  border-radius: 4px;
  background-color: #ee212b;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-action-layout1 ul .header-action-btn .item-btn-fill:hover {
  background-color: #ffffff;
  color: #ee212b;
}
@media only screen and (max-width: 1199px) {
  .header-action-layout1 ul .header-action-btn .item-btn-fill {
    padding: 10px 24px;
  }
}
.header-action-layout1 ul .header-action-number {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-right: 30px;
}
.header-action-layout1 ul .header-action-number i:before {
  font-size: 26px;
  color: #ee212b;
  margin-right: 5px;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #ffffff;
  padding: 13px 10px;
  text-align: center;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn:focus {
  outline: none;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap {
  width: 28px;
  height: 18px;
  display: block;
  position: relative;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #ee212b;
  display: block;
  opacity: 1;
  transform: rotate(0deg);
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(1n) {
  top: 0;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(2n) {
  width: 80%;
  top: 8px;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(3n) {
  width: 65%;
  top: 16px;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-btn-light {
  background-color: transparent;
  box-shadow: none;
  padding: 15px 0;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-btn-light .btn-icon-wrap span {
  background-color: #ffffff;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(1n) {
  top: 7px;
  transform: rotate(135deg);
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(2n) {
  left: 40px;
  opacity: 0;
  visibility: hidden;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(3n) {
  width: 100%;
  top: 7px;
  transform: rotate(-135deg);
}
.header-topbar-layout1 ul li {
  padding: 5px 0;
  display: inline-block;
  color: #ffffff;
  margin-right: 35px;
  font-size: 14px;
}
.header-topbar-layout1 ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-topbar-layout1 ul li i {
  font-size: 14px;
  color: #ffffff;
  margin-right: 12px;
}
.header-topbar-layout1 .header-top-right li {
  margin-right: 25px;
}
.header-topbar-layout1 .header-top-right .social-icon a {
  padding-right: 8px;
  margin-right: 5px;
}
.header-topbar-layout1 .header-top-right .social-icon a i {
  margin-right: 0;
  font-size: 14px;
  color: #c7d6e3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-topbar-layout1 .header-top-right .social-icon a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-topbar-layout1 .header-top-right .social-icon a:hover i {
  color: #ffffff;
}
.header-topbar-layout2 .phone-number {
  font-size: 30px;
  font-weight: 700;
  color: #082c4b;
}
.header-topbar-layout2 .phone-number i:before {
  font-size: 24px;
  color: #ee212b;
}
.header-topbar-layout2 span {
  font-size: 14px;
  padding-left: 32px;
  display: block;
}
.offcanvas-menu-wrap {
  width: 300px;
  position: fixed;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(202, 202, 202, 0.75);
  box-shadow: 0px 5px 16px 0px rgba(202, 202, 202, 0.75);
  z-index: 200;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap[data-position='right'] {
  left: auto;
  right: 0;
  transform: translateX(105%);
}
.offcanvas-menu-wrap .close-btn {
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  padding: 10px;
}
.offcanvas-menu-wrap .offcanvas-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6rem 0 5.5rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-logo a {
  display: block;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu {
  text-align: center;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item {
  margin-bottom: 20px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item a {
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item a:hover {
  color: #ee212b;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer {
  text-align: center;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .item-title {
  font-size: 15px;
  color: #acacac;
  margin-bottom: 14px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li {
  display: inline-block;
  margin-right: 6px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li:last-child {
  margin-right: 0;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li a {
  color: #444444;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li a:hover {
  color: #ee212b;
}
div#wrapper.open > .offcanvas-mask {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 150;
  animation: slideInRight 500ms ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mean-container .mean-bar {
  background: #ffffff !important;
  float: none;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
  z-index: 20;
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(222, 222, 222, 0.95);
  box-sizing: border-box;
}
.mean-container .mean-bar .mobile-menu-nav-back {
  padding-left: 15px;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(248, 248, 248, 0.95);
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.mean-container .mean-nav {
  float: none !important;
  background: transparent !important;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
  height: 100vh;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul > li > a {
  font-size: 14px;
  color: #111111;
  font-weight: 700;
  background-color: #ebebeb;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul > li > a:hover {
  color: #ee212b;
}
.mean-container .mean-nav > ul > li:hover > a {
  color: #ee212b;
  background-color: #ffffff;
}
.mean-container .mean-nav > ul > li li a {
  color: #111111;
  opacity: 1;
  font-weight: 500;
  padding: 0.5em 10%;
  font-size: 14px;
}
.mean-container .mean-nav > ul > li li a:hover {
  background-color: #ffffff;
}
.mean-container .mean-nav > ul > li a.mean-expand {
  background-color: transparent;
  margin-top: 0;
  height: 20px;
  line-height: 27px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding: 12px 20px 12px 12px !important;
}
.mean-container .mean-nav > ul > li a.mean-expand:hover {
  background-color: transparent;
}
.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
  top: 0;
  transition: unset;
  padding: 16px 14px 12px;
}
.mean-container #wrapper {
  padding-top: 50px;
}
/*------------------- 4.5 Section Heading -------------------*/
.heading-layout1.heading-light h2,
.heading-layout1.heading-light h3 {
  color: #ffffff;
}
.heading-layout1.heading-light .item-subtitle {
  color: #ee212b;
}
.heading-layout1 {
  text-align: center;
  margin-bottom: 40px;
}
.heading-layout1 h2 {
  font-weight: 700;
  color: #111111;
}
.heading-layout1 h2 span {
  display: block;
}
.heading-layout1 .item-subtitle {
  font-size: 18px;
  color: #ee212b;
  font-weight: 500;
  margin-bottom: 10px;
}
.heading-layout2 {
  text-align: center;
  margin-bottom: 65px;
}
.heading-layout2 h2 {
  color: #ffffff;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .heading-layout2 h2 {
    width: 100%;
  }
}
.heading-layout2 h2 span {
  font-weight: 700;
}
.heading-layout3 {
  margin-bottom: 25px;
}
.heading-layout3 h2,
.heading-layout3 h3 {
  color: #111111;
  font-weight: 700;
}
.heading-layout3 h2 span,
.heading-layout3 h3 span {
  font-weight: 400;
}
/*------------------- 4.6 Pagination -------------------*/
.pagination-layout1 ul li {
  display: inline-block;
  margin-right: 8px;
}
.pagination-layout1 ul li:last-child {
  margin-right: 0;
}
.pagination-layout1 ul li .nav-item {
  display: inline-block;
  border: 1px solid #c2c2c2;
  font-size: 22px;
  font-weight: 500;
  color: #082c4b;
  padding: 7px 16px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout1 ul li .nav-item:hover {
  background-color: #082c4b;
  border-color: #082c4b;
  color: #ffffff;
}
.pagination-layout1 ul li .nav-item.active {
  background-color: #082c4b;
  color: #ffffff;
  border-color: #082c4b;
}
.pagination-layout2 {
  margin-bottom: 45px;
}
.pagination-layout2 .prev-btn .media .item-img {
  margin-top: 6px;
}
.pagination-layout2 .prev-btn .media .item-img img {
  border-radius: 4px;
}
.pagination-layout2 .prev-btn .media .media-body .item-title {
  font-weight: 500;
  color: #111111;
  margin-bottom: 6px;
  line-height: 25px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .prev-btn .media .media-body .item-title {
    display: none;
  }
}
.pagination-layout2 .prev-btn .media .media-body .item-date {
  margin-bottom: 15px;
}
.pagination-layout2 .prev-btn .media .media-body .item-date i {
  font-size: 16px;
  color: #082c4b;
  font-weight: 500;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .prev-btn .media .media-body .item-date {
    display: none;
  }
}
.pagination-layout2 .prev-btn .media .media-body a {
  font-size: 16px;
  color: #646464;
}
.pagination-layout2 .prev-btn .media .media-body a i {
  font-size: 14px;
  color: #ee212b;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout2 .prev-btn .media .media-body a:hover {
  color: #111111;
}
.pagination-layout2 .next-btn .media {
  flex-direction: row-reverse;
}
.pagination-layout2 .next-btn .media .item-img {
  margin-top: 6px;
}
.pagination-layout2 .next-btn .media .item-img img {
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .next-btn .media .item-img {
    text-align: right;
  }
}
.pagination-layout2 .next-btn .media .media-body .item-title {
  font-weight: 500;
  color: #111111;
  margin-bottom: 6px;
  line-height: 25px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .next-btn .media .media-body .item-title {
    display: none;
  }
}
.pagination-layout2 .next-btn .media .media-body .item-date {
  margin-bottom: 15px;
}
.pagination-layout2 .next-btn .media .media-body .item-date i {
  font-size: 16px;
  color: #082c4b;
  font-weight: 500;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .next-btn .media .media-body .item-date {
    display: none;
  }
}
.pagination-layout2 .next-btn .media .media-body a {
  font-size: 16px;
  color: #646464;
}
.pagination-layout2 .next-btn .media .media-body a i {
  font-size: 14px;
  color: #ee212b;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout2 .next-btn .media .media-body a:hover {
  color: #111111;
}
/*------------------- 4.7 Widget -------------------*/
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
}
.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}
.widget-service {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 20px;
}
.widget-service .service-list ul li {
  border-bottom: 1px solid #dddddd;
}
.widget-service .service-list ul li:last-child {
  border-bottom: none;
}
.widget-service .service-list ul li a {
  position: relative;
  display: block;
  color: #111111;
  padding: 13px 0 13px 26px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-service .service-list ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.widget-service .service-list ul li a:hover {
  color: #082c4b;
  padding-left: 35px;
}
.widget-service .service-list ul li a:hover i {
  color: #ee212b;
}
.widget-download {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
.widget-download .item-list li {
  margin-bottom: 10px;
}
.widget-download .item-list li:last-child {
  margin-bottom: 0;
}
.widget-download .item-list li a {
  display: flex;
  align-items: center;
  background-color: #082c4b;
  padding: 15px 25px;
  border-radius: 4px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-download .item-list li a i {
  font-size: 24px;
  margin-right: 15px;
}
.widget-download .item-list li a:hover {
  background-color: #ee212b;
}
.widget-form {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 1199px) {
  .widget-form {
    padding: 25px 30px 30px;
  }
}
.widget-form .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.widget-form .contact-form-box .form-group .form-control {
  border: none;
  background-color: #f6f6f6;
  font-size: 16px;
  color: #646464;
  padding: 10px 15px;
}
.widget-form .contact-form-box .form-group .form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.widget-form .contact-form-box .form-group input {
  height: 50px;
}
.widget-form .contact-form-box .form-group .item-btn {
  width: 100%;
  background-color: #ed1c25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-form .contact-form-box .form-group .item-btn:hover {
  background-color: #082c4b;
}
.widget-banner .banner-img {
  position: relative;
}
.widget-banner .banner-img img {
  border-radius: 4px;
  min-width: 100%;
}
    .widget-banner .banner-img .item-content {
        background-color: #d11117;
        padding: 13rem 5rem 5rem;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0 0 4px 4px;
        -webkit-clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%);
    }
.widget-banner .banner-img .item-content .big-text {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.widget-banner .banner-img .item-content .sub-text {
  font-size: 18px;
  color: #f8f8f8;
  margin-bottom: 30px;
}
        .widget-banner .banner-img .item-content .item-btn {
            display: block;
            background-color: #010004;
            border-radius: 4px;
            font-size: 18px;
            font-weight: 500;
            color: #ffffff;
            padding: 10px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
.widget-banner .banner-img .item-content .item-btn:hover {
  background-color: #ffffff;
  color: #082c4b;
}
.widget-search-box .stylish-input-group {
  height: 55px;
  border-radius: 4px;
  padding: 0;
}
.widget-search-box .stylish-input-group .form-control {
  border: 1px solid #dddddd;
  box-shadow: none;
  border-radius: 4px;
  background: transparent;
  color: #111111;
  font-size: 16px;
  height: 55px;
  margin-right: 8px;
  padding: 10px 20px;
}
.widget-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #082c4b !important;
}
.widget-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.widget-search-box .stylish-input-group .input-group-addon:hover {
  background-color: #ee212b !important;
}
.widget-search-box .stylish-input-group .input-group-addon:hover button span {
  color: #ffffff;
}
.widget-search-box .stylish-input-group input {
  font-size: 16px;
  color: #ee212b;
}
.widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #646464;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control::-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #646464;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #646464;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #646464;
  font-size: 16px;
}
.widget-post {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 575px) {
  .widget-post {
    padding: 35px 20px 40px;
  }
}
.widget-post .media {
  margin-bottom: 30px;
}
.widget-post .media:last-child {
  margin-bottom: 0;
}
.widget-post .media .item-img {
  overflow: hidden;
  margin-top: 4px;
  border-radius: 4px;
}
.widget-post .media .item-img a {
  display: inline-block;
}
.widget-post .media .item-img a img {
  border-radius: 4px;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-post .media .media-body .post-title {
  margin-bottom: 8px;
  line-height: 1.4;
}
.widget-post .media .media-body .post-title a {
  color: #444444;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-post .media .media-body .post-title a:hover {
  color: #000000;
}
.widget-post .media .media-body .post-date {
  font-size: 14px;
  color: #ee212b;
}
.widget-post .media .media-body .item-price {
  font-size: 14px;
  color: #ee212b;
  font-weight: 500;
}
.widget-post .media .media-body .item-rating li {
  display: inline-block;
  color: #ff6f00;
  font-size: 12px;
}
.widget-post .media:hover a img {
  transform: scale(1.1);
}
.widget-tag {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 34px;
}
.widget-tag .tag-list li {
  display: inline-block;
  margin: 0 5px 8px 0;
}
.widget-tag .tag-list li a {
  display: block;
  background-color: #f2f2f2;
  color: #444444;
  padding: 7px 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-tag .tag-list li a:hover {
  background-color: #ee212b;
  color: #ffffff;
}
.widget-project-info {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 30px 40px 32px;
}
@media only screen and (max-width: 1199px) {
  .widget-project-info {
    padding: 30px 20px 32px;
  }
}
.widget-project-info .project-details > ul > li {
  display: flex;
  margin-bottom: 18px;
  color: #444444;
}
.widget-project-info .project-details > ul > li:last-child {
  margin-bottom: 0;
}
.widget-project-info .project-details > ul > li span {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  min-width: 100px;
  display: inline-block;
  margin-right: 18px;
  position: relative;
}
.widget-project-info .project-details > ul > li span:after {
  content: ":";
  font-size: 18px;
  color: #444444;
  font-weight: 500;
  position: absolute;
  top: -1px;
  right: 0;
}
.widget-project-info .project-details > ul > li .item-rating li {
  display: inline-block;
  color: #ff6f00;
}
.widget-contact-info {
    border: 1px solid #dddddd;
    padding: 35px 40px 40px;
    background-color: transparent;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
    border-bottom: 3px solid #cd163f;
}
.widget-contact-info .media {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 26px;
  margin-bottom: 30px;
}
.widget-contact-info .media:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget-contact-info .media .item-icon i:before {
  font-size: 26px;
  font-weight: 700;
  color: #cd163f;
}
.widget-contact-info .media .media-body h4 {
  font-weight: 700;
  margin-bottom: 6px;
}
.widget-product {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
.widget-product .media {
  margin-bottom: 20px;
}
.widget-product .media:last-child {
  margin-bottom: 0;
}
.widget-product .media .item-img {
  overflow: hidden;
  border-radius: 4px;
}
.widget-product .media .item-img a {
  display: inline-block;
}
.widget-product .media .item-img a img {
  border-radius: 4px;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-product .media .media-body .post-title {
  margin-bottom: 0;
  line-height: 1;
}
.widget-product .media .media-body .post-title a {
  color: #444444;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-product .media .media-body .post-title a:hover {
  color: #000000;
}
.widget-product .media .media-body .post-date {
  font-size: 14px;
  color: #ee212b;
}
.widget-product .media .media-body .item-price {
  font-size: 14px;
  color: #ee212b;
  font-weight: 500;
}
.widget-product .media .media-body .item-rating li {
  display: inline-block;
  color: #ff6f00;
  font-size: 12px;
}
.widget-product .media:hover a img {
  transform: scale(1.1);
}
.widget-price-range {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
.widget-price-range .price-range-wrapper {
  text-align: left;
  padding-top: 20px;
}
.widget-price-range .price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap {
  margin-top: 15px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select {
  margin: 20px 0 0;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
  display: inline-block;
  margin: 0;
  color: #646464;
  font-size: 15px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .item-btn {
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  background-color: #ee212b;
  border: none;
  padding: 6px 30px;
  border-radius: 4px;
  margin-right: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .item-btn:hover {
  background-color: #082c4b;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .item-btn:focus {
  outline: none;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .range-title {
  color: #646464;
}
.widget-price-range .price-range-wrapper .noUi-connect {
  background: #cecece;
  box-shadow: none;
}
.widget-price-range .price-range-wrapper .noUi-horizontal {
  height: 11px;
}
.widget-price-range .price-range-wrapper .noUi-target {
  border-radius: 4px;
  box-shadow: none;
  background-color: #e9e9e9;
  border: 0;
}
.widget-price-range .price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -5px;
  background: #082c4b;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  width: 27px;
  height: 20px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
}
.widget-price-range .price-range-wrapper .noUi-handle::before {
  height: 1.25px;
  width: 10px;
  background-color: #cccccc;
  border-radius: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 61%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-price-range .price-range-wrapper .noUi-handle::after {
  height: 1.25px;
  width: 13px;
  background-color: #cccccc;
  border-radius: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 33%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*=======================================================================
5. Template Page Style
=========================================================================*/
/*------------------- 5.1 About Us -------------------*/
.about-wrap-layout1 {
    background-color: #6ac5f2;
    background-image: url('https://8z1xg04k.tinifycdn.com/images/industry40_factory_bboard_sol.jpg?resize.method=scale&resize.width=1920');
    background-repeat: no-repeat;
    /*background-position: right bottom;*/
    background-position: center;
    background-size: cover;
}
.about-wrap-layout2 {
  padding: 10rem 0;
  background-color: #f8f8f8;
  overflow: hidden;
}
.about-wrap-layout3 {
  padding: 10rem 0 3rem;
  overflow: hidden;
}
.about-wrap-layout4 {
  padding: 9.4rem 0 10rem;
}
.about-wrap-layout5 {
  padding: 10rem 0;
  background-image: url('img/figure/clip10.png');
  background-repeat: no-repeat;
  background-position-y: bottom;
}
.about-wrap-layout6 {
  padding: 9.4rem 0 5.5rem;
}
.about-wrap-layout7 {
  background-color: #f8f8f8;
}
@media only screen and (max-width: 1199px) {
  .about-wrap-layout7 {
    padding: 10rem 0;
  }
}
.about-box-layout1 {
  width: 55%;
  background-color: rgba(255, 0, 0, 0.8);
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
  padding-left: calc((100% - 1170px) / 2);
}
@media only screen and (max-width: 1229px) {
  .about-box-layout1 {
    padding-left: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 {
    padding-left: calc((100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout1 {
    width: 100%;
    padding-left: calc((100% - 690px) / 2);
    clip-path: none;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout1 {
    padding-left: calc((100% - 510px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout1 {
    padding: 0 15px;
  }
}
.about-box-layout1 .about-box-content {
  padding: 12rem 20rem 12rem 0;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 .about-box-content {
    padding: 12rem 10rem 12rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout1 .about-box-content {
    padding: 12rem 0;
  }
}
.about-box-layout1 .about-box-content .item-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  color: #ffffff;
  padding-bottom: 27px;
  margin-bottom: 22px;
}
.about-box-layout1 .about-box-content .item-header .experience-year {
  font-size: 100px;
  font-weight: 700;
  line-height: 76px;
  margin-right: 15px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .about-box-layout1 .about-box-content .item-header .experience-year {
    font-size: 70px;
    line-height: 66px;
    margin-top: 0;
  }
}
.about-box-layout1 .about-box-content .item-header .item-title li {
  font-size: 34px;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .about-box-layout1 .about-box-content .item-header .item-title li {
    font-size: 28px;
  }
}
.about-box-layout1 .about-box-content .item-header .item-title li span {
  font-weight: 700;
}
.about-box-layout1 .about-box-content .item-header .item-title li:last-child {
  margin-bottom: 0;
}
.about-box-layout1 .about-box-content p {
  color: #ececec;
  margin-bottom: 35px;
}
.about-box-layout2 {
  padding-right: 10rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout2 {
    padding: 0;
  }
}
.about-box-layout2 .item-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #ee212b;
  margin-bottom: 20px;
}
.about-box-layout2 .item-title {
  font-weight: 700;
  color: #111111;
}
.about-box-layout2 .item-award {
  margin-top: 5rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout2 .item-award {
    margin-bottom: 20px;
  }
  .about-box-layout2 .item-award .item-img {
    margin-bottom: 30px;
  }
}
.about-box-layout3 {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.75);
  box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.75);
  padding: 70px 70px;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout3 {
    padding: 40px;
  }
}
.about-box-layout3 .item-heading {
  text-align: center;
  margin-bottom: 25px;
}
.about-box-layout3 .item-heading .item-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout3 .item-heading .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout3 .item-heading .item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout3 .item-heading .item-title {
    font-size: 22px;
  }
}
.about-box-layout3 .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.about-box-layout3 .contact-form-box .form-group .form-control {
  border: none;
  background-color: #f4f4f4;
  font-size: 16px;
  color: #444444;
  padding: 10px 15px;
}
.about-box-layout3 .contact-form-box .form-group .form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.about-box-layout3 .contact-form-box .form-group input {
  height: 50px;
}
.about-box-layout3 .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.about-box-layout3 .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
  color: #646464;
}
.about-box-layout4 {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout4 {
    margin-bottom: 4rem;
  }
}
.about-box-layout4 .about-box-img {
  position: relative;
}
.about-box-layout4 .about-box-img .item-img {
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.3);
}
.about-box-layout4 .about-box-img .item-img img {
  border-radius: 4px;
}
.about-box-layout4 .about-box-img .sl-number {
  font-size: 15rem;
  color: #f1f1f1;
  font-weight: 700;
  position: absolute;
  top: -15px;
  left: -53px;
  z-index: -1;
}
.about-box-layout4 .about-box-content {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout4 .about-box-content {
    padding: 0;
  }
}
.about-box-layout4 .about-box-content .item-title {
  font-weight: 700;
}
.about-box-layout4 .about-box-content .item-subtitle {
  font-size: 20px;
  color: #444444;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .about-box-layout4 .about-box-content .item-subtitle {
    font-size: 18px;
  }
}
.about-box-layout5 {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout5 {
    margin-bottom: 4rem;
  }
}
.about-box-layout5 .about-box-img {
  position: relative;
}
.about-box-layout5 .about-box-img .item-img {
  text-align: center;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.3);
}
.about-box-layout5 .about-box-img .item-img img {
  border-radius: 4px;
}
.about-box-layout5 .about-box-img .item-img .item-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.about-box-layout5 .about-box-img .item-img .item-icon .play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 77px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-box-layout5 .about-box-img .item-img .item-icon .play-btn i:before {
  font-size: 30px;
  color: #ffffff;
  margin-left: 8px;
}
.about-box-layout5 .about-box-img .item-img .item-icon .play-btn:hover {
  background-color: #ffffff;
}
.about-box-layout5 .about-box-img .item-img .item-icon .play-btn:hover i:before {
  color: #ee212b;
}
.about-box-layout5 .about-box-img .sl-number {
  font-size: 15rem;
  color: #f1f1f1;
  font-weight: 700;
  position: absolute;
  top: -15px;
  right: -53px;
  z-index: -1;
}
.about-box-layout5 .about-box-content {
  padding-right: 5rem;
}
.about-box-layout5 .about-box-content .item-title {
  font-weight: 700;
}
.about-box-layout5 .about-box-content .item-subtitle {
  font-size: 20px;
  color: #444444;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .about-box-layout5 .about-box-content .item-subtitle {
    font-size: 18px;
  }
}
.about-box-layout6 {
  text-align: center;
}
.about-box-layout6 .item-content {
  padding: 0 6rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout6 .item-content {
    padding: 0;
  }
}
.about-box-layout6 .item-content .item-award {
  margin-top: 7rem;
  padding: 0 5rem;
}
.about-box-layout7 {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout7 {
    margin-top: -6rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 {
    margin-top: -10rem;
  }
}
.about-box-layout7 .item-img {
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout7 .item-img {
    position: relative;
    text-align: center;
  }
}
.about-box-layout8 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .about-box-layout8 {
    display: block;
  }
}
.about-box-layout8 .item-content {
  position: relative;
  width: 55%;
  background-color: #f8f8f8;
  border-radius: 4px 0 0 4px;
  padding: 8rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout8 .item-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout8 .item-content {
    padding: 4rem;
  }
}
.about-box-layout8 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 25px;
}
.about-box-layout8 .item-content .list-item {
  margin-top: 40px;
}
.about-box-layout8 .item-content .list-item li {
  position: relative;
  font-size: 18px;
  color: #444444;
  font-style: italic;
  margin-bottom: 20px;
  padding-left: 30px;
}
.about-box-layout8 .item-content .list-item li:last-child {
  margin-bottom: 0;
}
.about-box-layout8 .item-content .list-item li i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #ee212b;
  font-weight: 600;
}
.about-box-layout8 .item-content:after {
  content: "";
  height: 100%;
  width: 130px;
  background-color: #f8f8f8;
  border-radius: 0px 4px 4px 0;
  position: absolute;
  top: 0;
  right: -13rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout8 .item-content:after {
    display: none;
  }
}
.about-box-layout8 .item-img {
  width: 45%;
  position: relative;
  text-align: center;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.46);
}
@media only screen and (max-width: 991px) {
  .about-box-layout8 .item-img {
    width: 100%;
  }
  .about-box-layout8 .item-img img {
    width: 100%;
  }
}
.about-box-layout8 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.about-box-layout8 .item-img .item-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.about-box-layout8 .item-img .item-icon .play-btn {
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #ee212b;
  display: inline-block;
  animation: pulse infinite 1500ms;
}
.about-box-layout8 .item-img .item-icon .play-btn i:before {
  margin-left: 10px;
  font-size: 28px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .about-box-layout8 .item-img .item-icon .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .about-box-layout8 .item-img .item-icon .play-btn i:before {
    font-size: 26px;
    margin-left: 8px;
  }
}
.about-box-layout9 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout9 {
    display: block;
  }
}
.about-box-layout9 .single-item {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout9 .single-item {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
}
.about-box-layout9 .single-item .item-content .item-title {
  position: relative;
  font-weight: 700;
  padding-bottom: 15px;
}
.about-box-layout9 .single-item .item-content .item-title:after {
  content: "";
  height: 4px;
  width: 50px;
  background-color: #ee212b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout9 .single-item .item-content .item-title:after {
    margin: auto;
  }
}
.about-box-layout9 .left-item {
  padding-left: calc((100% - 1170px) / 2);
  padding-right: 10rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1229px) {
  .about-box-layout9 .left-item {
    padding-left: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .about-box-layout9 .left-item {
    margin-bottom: 5rem;
    padding: 0 15px;
  }
}
/*------------------- 5.2 Blog -------------------*/
.blog-wrap-layout1 {
  padding: 9.4rem 0 7rem;
}
.blog-wrap-layout2 {
  padding: 9.4rem 0 7rem;
  background-color: #f8f8f8;
}
.blog-wrap-layout3 {
  padding: 9.4rem 0 7rem;
}
.blog-wrap-layout4 {
  padding: 10rem 0;
}
.single-blog-wrap-layout1 {
  padding: 10rem 0;
}
.blog-box-layout1 {
  margin-bottom: 30px;
}
.blog-box-layout1 .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.blog-box-layout1 .item-img img {
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout1 .item-img .top-item {
  position: absolute;
  top: 32px;
  left: 35px;
  line-height: 1.2;
  text-align: center;
  background-color: #ff0000;
  border-radius: 4px;
  padding: 14px 18px 10px;
}
.blog-box-layout1 .item-img .top-item .item-date {
  position: relative;
}
.blog-box-layout1 .item-img .top-item .item-date:after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -11px;
}
.blog-box-layout1 .item-img .top-item .item-date:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -11px;
}
.blog-box-layout1 .item-img .top-item .item-date .days {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog-box-layout1 .item-img .top-item .item-date .days {
    font-size: 20px;
  }
}
.blog-box-layout1 .item-img .top-item .item-date .month {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: block;
}
@media only screen and (max-width: 767px) {
  .blog-box-layout1 .item-img .top-item .item-date .month {
    font-size: 14px;
  }
}
.blog-box-layout1 .item-content {
  background-color: #f8f8f8;
  border-radius: 0 0 4px 4px;
  padding: 30px 35px 25px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(233, 233, 233, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(233, 233, 233, 0.75);
}
.blog-box-layout1 .item-content .item-tag {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  background-color: #082c4b;
  border-radius: 4px;
  padding: 0 18px;
  display: inline-block;
  margin-bottom: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box-layout1 .item-content .item-tag:hover {
  background-color: #ee212b;
}
.blog-box-layout1 .item-content .item-title {
  font-weight: 500;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .blog-box-layout1 .item-content .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-box-layout1 .item-content .item-title {
    font-size: 20px;
  }
}
.blog-box-layout1 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box-layout1 .item-content .item-title a:hover {
  color: #ee212b;
}
.blog-box-layout1 .item-content .entry-meta {
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.blog-box-layout1 .item-content .entry-meta li {
  font-size: 15px;
}
.blog-box-layout1 .item-content .entry-meta li a {
  color: #082c4b;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box-layout1 .item-content .entry-meta li a:hover {
  color: #ee212b;
}
.blog-box-layout1 .item-content .entry-meta li .author-img {
  display: inline-block;
  margin-right: 8px;
  padding: 10px 0;
}
.blog-box-layout1 .item-content .entry-meta li .author-img img {
  border-radius: 50%;
}
.blog-box-layout1 .item-content .entry-meta li .item-icon {
  text-align: center;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}
.blog-box-layout1 .item-content .entry-meta li .item-icon i {
  font-size: 18px;
  color: #082c4b;
}
.blog-box-layout1:hover .item-img img {
  transform: scale(1.1);
}
.blog-box-layout2 {
  position: relative;
  margin-bottom: 30px;
}
.blog-box-layout2 .item-img {
  border-radius: 4px;
  overflow: hidden;
}
.blog-box-layout2 .item-img img {
  border-radius: 4px;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout2 .item-img .top-item {
  position: absolute;
  top: 30px;
  left: 30px;
  line-height: 1.2;
  text-align: center;
  background-color: #ff0000;
  border-radius: 4px;
  padding: 14px 18px 10px;
  z-index: 2;
}
.blog-box-layout2 .item-img .top-item .item-date {
  position: relative;
}
.blog-box-layout2 .item-img .top-item .item-date:after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -11px;
}
.blog-box-layout2 .item-img .top-item .item-date:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -11px;
}
.blog-box-layout2 .item-img .top-item .item-date .days {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
.blog-box-layout2 .item-img .top-item .item-date .month {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: block;
}
.blog-box-layout2 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content {
  position: absolute;
  bottom: 5px;
  left: 30px;
}
.blog-box-layout2 .item-content .item-tag {
  font-size: 12px;
  font-weight: 500;
  color: #082c4b;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 18px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box-layout2 .item-content .item-tag:hover {
  background-color: #ee212b;
  color: #ffffff;
}
.blog-box-layout2 .item-content .item-title {
  font-weight: 500;
  margin-bottom: 22px;
}
.blog-box-layout2 .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box-layout2 .item-content .item-title a:hover {
  color: #ee212b;
}
.blog-box-layout2:hover .item-img:after {
  background-color: rgba(0, 0, 0, 0.8);
}
.blog-box-layout2:hover .item-img img {
  transform: scale(1.1);
}
.blog-box-layout3 {
    margin-bottom: 30px;
}
.blog-box-layout3 .item-img {
  position: relative;
  overflow: hidden;
}
    .blog-box-layout3 .item-img img {
        border-radius: 10px 10px 0px 0px;
        transform: scale(1);
        transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
    }
.blog-box-layout3 .item-img .top-item {
  position: absolute;
  top: 32px;
  left: 35px;
  line-height: 1.2;
  text-align: center;
  background-color: #ff0000;
  border-radius: 4px;
  padding: 14px 18px 10px;
}
.blog-box-layout3 .item-img .top-item .item-date {
  position: relative;
}
.blog-box-layout3 .item-img .top-item .item-date:after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -11px;
}
.blog-box-layout3 .item-img .top-item .item-date:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -11px;
}
.blog-box-layout3 .item-img .top-item .item-date .days {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
.blog-box-layout3 .item-img .top-item .item-date .month {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: block;
}
    .blog-box-layout3 .item-content {
        background-color: #edfafb;
        border-radius: 0px 0px 10px 10px;
        /*-webkit-box-shadow: 0 2px 10px 0 rgb(233,233,233,.75);*/
        box-shadow: 0 2px 10px 0 rgba(233,233,233,.75);
        border: 1px solid #CCCCCC;
        padding: 15px;
    }
.blog-box-layout3 .item-content .item-title {
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}
.blog-box-layout3 .item-content .item-title a {
  color: #222641;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box-layout3 .item-content .item-title a:hover {
  color: #ee212b;
}
.blog-box-layout3 .item-content .entry-meta {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.blog-box-layout3 .item-content .entry-meta li {
  font-size: 15px;
}
.blog-box-layout3 .item-content .entry-meta li a {
  color: #082c4b;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box-layout3 .item-content .entry-meta li a:hover {
  color: #ee212b;
}
.blog-box-layout3:hover .item-img img {
  transform: scale(1.1);
}
.blog-box-layout4 {
  margin-bottom: 40px;
  padding: 30px 30px 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.blog-box-layout4 .item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-box-layout4 .item-img img {
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout4 .item-img .top-item {
  position: absolute;
  top: 32px;
  left: 35px;
  line-height: 1.2;
  text-align: center;
  background-color: #ff0000;
  border-radius: 4px;
  padding: 14px 18px 10px;
}
.blog-box-layout4 .item-img .top-item .item-date {
  position: relative;
}
.blog-box-layout4 .item-img .top-item .item-date:after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -11px;
}
.blog-box-layout4 .item-img .top-item .item-date:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -11px;
}
.blog-box-layout4 .item-img .top-item .item-date .days {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog-box-layout4 .item-img .top-item .item-date .days {
    font-size: 20px;
  }
}
.blog-box-layout4 .item-img .top-item .item-date .month {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: block;
}
@media only screen and (max-width: 767px) {
  .blog-box-layout4 .item-img .top-item .item-date .month {
    font-size: 14px;
  }
}
.blog-box-layout4 .item-content .entry-meta {
  margin-bottom: 8px;
}
.blog-box-layout4 .item-content .entry-meta li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  margin-bottom: 10px;
}
.blog-box-layout4 .item-content .entry-meta li:last-child {
  margin-right: 0;
}
.blog-box-layout4 .item-content .entry-meta li:last-child:after {
  display: none;
}
.blog-box-layout4 .item-content .entry-meta li i {
  font-size: 15px;
  color: #082c4b;
  margin-right: 10px;
}
.blog-box-layout4 .item-content .entry-meta li a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .entry-meta li a:hover {
  color: #ee212b;
}
.blog-box-layout4 .item-content .entry-meta li .author {
  color: #082c4b;
}
.blog-box-layout4 .item-content .item-title {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .blog-box-layout4 .item-content .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-box-layout4 .item-content .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-box-layout4 .item-content .item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-box-layout4 .item-content .item-title {
    font-size: 22px;
  }
}
.blog-box-layout4 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .item-title a:hover {
  color: #ee212b;
}
.blog-box-layout4 .item-content .btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.blog-box-layout4 .item-content .btn-area li {
  margin-bottom: 20px;
}
.blog-box-layout4 .item-content .btn-area li .item-btn {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 10px 25px;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .btn-area li .item-btn i {
  color: #ee212b;
  margin-left: 10px;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .btn-area li .item-btn:hover {
  background-color: #ee212b;
  color: #ffffff;
}
.blog-box-layout4 .item-content .btn-area li .item-btn:hover i {
  color: #ffffff;
}
.blog-box-layout4 .item-content .btn-area li i {
  margin-right: 10px;
}
.blog-box-layout4:hover .item-img img {
  transform: scale(1.1);
}
.single-blog-box-layout1 .post-img {
  margin-bottom: 25px;
}
.single-blog-box-layout1 .post-img img {
  border-radius: 4px;
}
.single-blog-box-layout1 .item-content {
  position: relative;
  margin-bottom: 35px;
}
.single-blog-box-layout1 .item-content .entry-meta {
  margin-bottom: 10px;
}
.single-blog-box-layout1 .item-content .entry-meta li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  margin-bottom: 10px;
}
.single-blog-box-layout1 .item-content .entry-meta li:last-child {
  margin-right: 0;
}
.single-blog-box-layout1 .item-content .entry-meta li i {
  font-size: 15px;
  color: #082c4b;
  margin-right: 10px;
}
.single-blog-box-layout1 .item-content .entry-meta li a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-content .entry-meta li a:hover {
  color: #ee212b;
}
.single-blog-box-layout1 .item-content .entry-meta li .author {
  color: #082c4b;
}
.single-blog-box-layout1 .item-content blockquote {
  font-size: 22px;
  font-weight: 500;
  color: #082c4b;
  background-color: #f6f6f6;
  font-style: italic;
  padding: 50px 65px;
  line-height: 38px;
  position: relative;
  margin: 35px 0;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .item-content blockquote {
    padding: 30px;
  }
}
.single-blog-box-layout1 .item-content blockquote .quote-author {
  font-size: 18px;
  font-weight: 500;
  color: #ee212b;
  padding-left: 35px;
  font-style: normal;
  position: relative;
}
.single-blog-box-layout1 .item-content blockquote .quote-author:after {
  content: "";
  height: 2px;
  width: 23px;
  background-color: #ee212b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-blog-box-layout1 .item-content .others-info {
  margin-top: 3rem;
}
.single-blog-box-layout1 .item-content .others-info .info-content .other-title {
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .single-blog-box-layout1 .item-content .others-info .info-content .other-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .item-content .others-info .info-content .other-title {
    font-size: 20px;
  }
}
.single-blog-box-layout1 .item-content .others-info .item-img {
  margin-bottom: 30px;
  margin-top: 4px;
}
@media only screen and (max-width: 1199px) {
  .single-blog-box-layout1 .item-content .others-info .item-img {
    text-align: center;
  }
}
.single-blog-box-layout1 .item-content .others-info .item-img img {
  border-radius: 4px;
}
.single-blog-box-layout1 .item-tag-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
  padding: 35px 0 25px;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .item-tag-area {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .item-tag-area .item-tag {
    margin-bottom: 10px;
  }
}
.single-blog-box-layout1 .item-tag-area .item-tag ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.single-blog-box-layout1 .item-tag-area .item-tag ul li i {
  font-size: 18px;
  color: #ee212b;
  margin-right: 8px;
}
.single-blog-box-layout1 .item-tag-area .item-tag ul li a {
  padding: 5px;
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-tag-area .item-tag ul li a:hover {
  color: #111111;
}
.single-blog-box-layout1 .item-tag-area .item-social ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 10px;
}
.single-blog-box-layout1 .item-tag-area .item-social ul li:last-child {
  margin-right: 0;
}
.single-blog-box-layout1 .item-tag-area .item-social ul li a {
  text-align: center;
  width: 40px;
  display: block;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-tag-area .item-social ul li a:hover {
  background-color: #082c4b;
  color: #ffffff;
}
.single-blog-box-layout1 .blog-author {
  border: 1px solid #dddddd;
  padding: 60px 40px 30px 65px;
  border-radius: 4px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .blog-author {
    padding: 50px 20px;
  }
}
.single-blog-box-layout1 .blog-author .media {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .blog-author .media {
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-author .media .item-img img {
  border-radius: 50%;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-title {
  font-weight: 600;
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-subtitle {
  color: #444444;
  margin-bottom: 15px;
}
.single-blog-box-layout1 .blog-comment {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 50px;
}
.single-blog-box-layout1 .blog-comment .media {
  position: relative;
  margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-comment .media:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
  padding-left: 30px;
}
.single-blog-box-layout1 .blog-comment .media .item-img {
  margin-top: 6px;
}
.single-blog-box-layout1 .blog-comment .media .item-img img {
  border-radius: 50%;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-title {
  margin-bottom: 0;
  font-weight: 600;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-date {
  font-size: 15px;
  color: #444444;
  margin-bottom: 8px;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  color: #ee212b;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn:hover {
  color: #111111;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-comment .media {
    text-align: center;
    margin-bottom: 30px;
  }
  .single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
    padding-left: 0;
  }
  .single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
    position: relative;
  }
}
.single-blog-box-layout1 .blog-form {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group {
  margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control {
  border: none;
  background-color: #f1f1f1;
  padding: 10px 22px;
  font-size: 16px;
  color: #111111;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input {
  height: 50px;
}
/*------------------- 5.3 Brand -------------------*/
.brand-wrap-layout1 {
  padding: 10rem 0;
}
.brand-wrap-layout2 {
  padding: 1rem 0;
  background-color: #f8f8f8;
}
.brand-wrap-layout3 {
  padding-top: 10rem;
}
.brand-box-layout1 {
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  cursor: pointer ;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brand-box-layout1 .item-img {
  padding: 3.5rem;
}
.brand-box-layout1 .item-img img {
  width: auto;
  display: inline-block;
}
.brand-box-layout1:hover {
  filter: grayscale(100%);
}
.brand-box-layout2 {
  background-color: #ffffff;
  border-radius: 4px;
  margin: 50px 0;
  cursor: pointer ;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brand-box-layout2 .item-img {
  padding: 2rem;
  text-align: center;
}
.brand-box-layout2 .item-img img {
  /*filter: grayscale(100%);*/
  display: inline-block;
  width: auto;
}
.brand-box-layout2:hover {
  box-shadow: 0px 30px 30px 0px rgba(210, 210, 210, 0.75);
}
.brand-box-layout2:hover img {
  filter: grayscale(0%);
}
/*------------------- 5.4 Call To Action -------------------*/
.action-wrap-layout1 {
  padding: 7rem 0;
  background-color: #ee212b;
}
@media only screen and (max-width: 991px) {
  .action-box-layout1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.action-box-layout1 .item-title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .action-box-layout1 .item-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .action-box-layout1 .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .action-box-layout1 .item-title {
    font-size: 32px;
  }
}
/*------------------- 5.5 Coming Soon -------------------*/
.comingsoon-page {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page {
    overflow-y: scroll;
  }
}
.comingsoon-page .comingsoon-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -100;
}
.comingsoon-page .comingsoon-back-img img {
  animation: fadeinout 100s infinite;
}
.comingsoon-page .comingsoon-back-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(9, 45, 76, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.comingsoon-page .comingsoon-back-img img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comingsoon-page .comingsoon-content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content-wrap {
    margin: 50px 0 100px;
  }
}
.comingsoon-page .comingsoon-content {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  width: 100%;
}
.comingsoon-page .comingsoon-content .comingsoon-logo {
  margin-bottom: 9rem;
}
.comingsoon-page .comingsoon-content .comingsoon-logo a {
  display: inline-block;
}
.comingsoon-page .comingsoon-content h1 {
  margin-bottom: 6rem;
  font-weight: 700;
  font-size: 6rem;
  text-transform: capitalize;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content h1 {
    margin-bottom: 3rem;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content h1 {
    font-size: 4rem;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-bottom {
  margin-bottom: 10px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
    text-align: center;
    margin-bottom: 15px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li:last-child {
  margin-right: 0;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a {
  color: #ffffff;
  padding: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a:hover {
  color: #cccccc;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
    text-align: center;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.countdown-layout1 {
  text-align: center;
  margin-bottom: 5rem;
}
.countdown-layout1 .countdown-section {
  text-align: center;
  height: 150px;
  width: 150px;
  background: #ee212b;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  margin-right: 2px;
}
.countdown-layout1 .countdown-section:after {
  content: "";
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 28px;
  right: -10px;
  z-index: 50;
}
.countdown-layout1 .countdown-section:before {
  content: "";
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: 28px;
  right: -10px;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 479px) {
  .countdown-layout1 .countdown-section {
    width: 11rem;
    height: 100px;
  }
}
.countdown-layout1 .countdown-section .countdown-number {
  padding: 25px 0;
  font-size: 6rem;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section .countdown-number {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section .countdown-number {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 479px) {
  .countdown-layout1 .countdown-section .countdown-number {
    font-size: 3rem;
  }
}
.countdown-layout1 .countdown-section .countdown-unit {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
}
.countdown-layout1 .countdown-section:last-child:after {
  display: none;
}
.countdown-layout1 .countdown-section:last-child:before {
  display: none;
}
@-webkit-keyframes fadeinout {
  1% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  49% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  99% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeinout {
  1% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  49% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  99% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*------------------- 5.6 Contact -------------------*/
.contact-wrap-layout1 {
  position: relative;
}
.contact-wrap-layout1 .google-map {
  filter: grayscale(100%);
}
.contact-wrap-layout1 .contact-box-layout1 {
  position: absolute;
  top: 50%;
  left: calc((100% - 1170px) / 2);
  transform: translateY(-50%);
  min-width: 400px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px 40px 50px;
}
@media only screen and (max-width: 1229px) {
  .contact-wrap-layout1 .contact-box-layout1 {
    left: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .contact-wrap-layout1 .contact-box-layout1 {
    left: calc((100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .contact-wrap-layout1 .contact-box-layout1 {
    left: calc((100% - 690px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .contact-wrap-layout1 .contact-box-layout1 {
    left: calc((100% - 510px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .contact-wrap-layout1 .contact-box-layout1 {
    left: 15px;
    min-width: 270px;
    margin-right: 15px;
  }
}
.contact-wrap-layout1 .contact-box-layout1 .item-title {
  font-weight: 700;
  color: #082c4b;
  margin-bottom: 30px;
}
.contact-wrap-layout1 .contact-box-layout1 .media {
  margin-bottom: 30px;
}
.contact-wrap-layout1 .contact-box-layout1 .media:last-child {
  margin-bottom: 0;
}
.contact-wrap-layout1 .contact-box-layout1 .media .item-icon {
  text-align: center;
  background-color: #ee212b;
  font-size: 20px;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px;
  height: 50px;
  width: 55px;
}
.contact-wrap-layout1 .contact-box-layout1 .media .media-body ul li {
  line-height: 1.5;
  color: #444444;
}
.contact-wrap-layout2 {
  padding: 10rem 0;
}
.contact-box-layout2 .google-map {
  margin-bottom: 40px;
}
.contact-box-layout2 .contact-form {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 575px) {
  .contact-box-layout2 .contact-form {
    padding: 25px 30px 30px;
  }
}
.contact-box-layout2 .contact-form .contact-form-box .form-group {
  margin-bottom: 20px;
}
.contact-box-layout2 .contact-form .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.contact-box-layout2 .contact-form .contact-form-box .form-group .form-control {
  border: none;
  background-color: #f1f1f1;
  padding: 10px 22px;
  font-size: 16px;
  color: #111111;
}
.contact-box-layout2 .contact-form .contact-form-box .form-group .form-control:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.contact-box-layout2 .contact-form .contact-form-box .form-group input {
  height: 50px;
}
/*------------------- 5.7 Error Page -------------------*/
.error-page-wrap-layout1 {
  padding: 18rem 0 15rem;
  position: relative;
  z-index: 10;
}
.error-page-box-layout1 {
  text-align: center;
}
.error-page-box-layout1 .error-img {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .error-img {
    margin-bottom: 40px;
  }
}
.error-page-box-layout1 .title-text {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 4px;
  color: #111111;
}
@media only screen and (max-width: 991px) {
  .error-page-box-layout1 .title-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .title-text {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .error-page-box-layout1 .title-text {
    font-size: 28px;
  }
}
.error-page-box-layout1 .item-subtitle {
  font-size: 18px;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .item-subtitle {
    width: 100%;
    margin-bottom: 40px;
  }
}
.error-page-box-layout1 .item-btn {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  background-color: #ee212b;
  border-radius: 4px;
  padding: 14px 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.error-page-box-layout1 .item-btn:hover {
  background-color: #082c4b;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .item-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
#Clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  overflow: hidden;
  animation: FadeIn 3s ease-out;
  user-select: none;
  z-index: -1;
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Cloud {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 70px;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: Float, FadeFloat;
  z-index: 1;
}
.Cloud.Foreground {
  height: 100%;
  min-height: 20px;
  z-index: 3;
}
.Cloud.Background {
  background-repeat: no-repeat;
  height: 90.90909091%;
  min-height: 8px;
  animation-duration: 140s;
}
@keyframes Float {
  from {
    transform: translateX(100%) translateZ(0);
  }
  to {
    transform: translateX(-15%) translateZ(0);
  }
}
@keyframes FadeFloat {
  0%,
  100% {
    opacity: 0;
  }
  5%,
  90% {
    opacity: 1;
  }
}
.Cloud:nth-child(10n) {
  animation-delay: -123.07692308s;
  top: 60px;
}
.Cloud.Foreground:nth-child(10n) {
  animation-duration: 40s;
  height: 125%;
}
.Cloud.Background:nth-child(10n) {
  animation-duration: 60s;
  animation-duration: 120s;
  height: 78.40909091%;
}
.Cloud:nth-child(9n) {
  animation-delay: -110.76923077s;
  top: 54px;
}
.Cloud.Foreground:nth-child(9n) {
  animation-duration: 44s;
  height: 122.5%;
}
.Cloud.Background:nth-child(9n) {
  animation-duration: 64s;
  animation-duration: 122s;
  height: 79.65909091%;
}
.Cloud:nth-child(8n) {
  animation-delay: -98.46153846s;
  top: 48px;
}
.Cloud.Foreground:nth-child(8n) {
  animation-duration: 48s;
  height: 120%;
}
.Cloud.Background:nth-child(8n) {
  animation-duration: 68s;
  animation-duration: 124s;
  height: 80.90909091%;
}
.Cloud:nth-child(7n) {
  animation-delay: -86.15384615s;
  top: 42px;
}
.Cloud.Foreground:nth-child(7n) {
  animation-duration: 52s;
  height: 117.5%;
}
.Cloud.Background:nth-child(7n) {
  animation-duration: 72s;
  animation-duration: 126s;
  height: 82.15909091%;
}
.Cloud:nth-child(6n) {
  animation-delay: -73.84615385s;
  top: 36px;
}
.Cloud.Foreground:nth-child(6n) {
  animation-duration: 56s;
  height: 115%;
}
.Cloud.Background:nth-child(6n) {
  animation-duration: 76s;
  animation-duration: 128s;
  height: 83.40909091%;
}
.Cloud:nth-child(5n) {
  animation-delay: -61.53846154s;
  top: 30px;
}
.Cloud.Foreground:nth-child(5n) {
  animation-duration: 60s;
  height: 112.5%;
}
.Cloud.Background:nth-child(5n) {
  animation-duration: 80s;
  animation-duration: 130s;
  height: 84.65909091%;
}
.Cloud:nth-child(4n) {
  animation-delay: -49.23076923s;
  top: 24px;
}
.Cloud.Foreground:nth-child(4n) {
  animation-duration: 64s;
  height: 110%;
}
.Cloud.Background:nth-child(4n) {
  animation-duration: 84s;
  animation-duration: 132s;
  height: 85.90909091%;
}
.Cloud:nth-child(3n) {
  animation-delay: -36.92307692s;
  top: 18px;
}
.Cloud.Foreground:nth-child(3n) {
  animation-duration: 68s;
  height: 107.5%;
}
.Cloud.Background:nth-child(3n) {
  animation-duration: 88s;
  animation-duration: 134s;
  height: 87.15909091%;
}
.Cloud:nth-child(2n) {
  animation-delay: -24.61538462s;
  top: 12px;
}
.Cloud.Foreground:nth-child(2n) {
  animation-duration: 72s;
  height: 105%;
}
.Cloud.Background:nth-child(2n) {
  animation-duration: 92s;
  animation-duration: 136s;
  height: 88.40909091%;
}
.Cloud:nth-child(1n) {
  animation-delay: -12.30769231s;
  top: 6px;
}
.Cloud.Foreground:nth-child(1n) {
  animation-duration: 76s;
  height: 102.5%;
}
.Cloud.Background:nth-child(1n) {
  animation-duration: 96s;
  animation-duration: 138s;
  height: 89.65909091%;
}
.Cloud.Foreground {
  background: url(img/figure/cloud2.png);
  background-repeat: no-repeat;
}
.Cloud.Background {
  background: url(img/figure/cloud2.png);
  background-repeat: no-repeat;
}
/*------------------- 5.8 Faq Page -------------------*/
.faq-page-wrap-layout1 {
  padding: 10rem 0;
}
.faq-box-layout1 .faq-search-box {
  margin-bottom: 30px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group {
  height: 55px;
  border-radius: 4px;
  padding: 0;
  border: 1px solid #dddddd;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 4px;
  background: transparent;
  color: #111111;
  font-size: 16px;
  height: 55px;
  margin-right: 8px;
  padding: 10px 20px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: none;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon button span {
  color: #bdbdbd;
  font-size: 22px;
  font-weight: 700;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon:hover button span {
  color: #082c4b;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input {
  font-size: 16px;
  color: #ee212b;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.faq-box-layout1 .faq-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #646464;
  font-size: 16px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input.form-control::-moz-placeholder,
.faq-box-layout1 .faq-search-box .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #646464;
  font-size: 16px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input.form-control:-moz-placeholder,
.faq-box-layout1 .faq-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #646464;
  font-size: 16px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.faq-box-layout1 .faq-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #646464;
  font-size: 16px;
}
.faq-box-layout1 .faq-page-accordion .panel-default {
  margin-top: 0 !important;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-box-layout1 .faq-page-accordion .panel-default:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.faq-box-layout1 .faq-page-accordion .panel-default .panel-heading {
  border-radius: 4px;
  background-color: #f2f2f2;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-box-layout1 .faq-page-accordion .panel-default .panel-heading .panel-title {
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-box-layout1 .faq-page-accordion .panel-default .panel-heading .panel-title a {
  border-radius: 4px;
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 60px 15px 30px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .faq-box-layout1 .faq-page-accordion .panel-default .panel-heading .panel-title a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-box-layout1 .faq-page-accordion .panel-default .panel-heading .panel-title a {
    font-size: 16px;
  }
}
.faq-box-layout1 .faq-page-accordion .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.faq-box-layout1 .faq-page-accordion .panel-default .panel-heading .accordion-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-size: 18px;
  font-weight: 600;
  right: 18px;
  top: 11px;
  color: #ffffff;
  border: 1px solid #c3c3c3;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-box-layout1 .faq-page-accordion .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f107";
  color: #555555;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-box-layout1 .faq-page-accordion .panel-default .panel-collapse {
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-box-layout1 .faq-page-accordion .panel-default .panel-body {
  background-color: #f2f2f2;
  padding: 25px 30px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 0 0 4px 4px;
  overflow-y: auto;
}
.faq-box-layout1 .faq-page-accordion .panel-default .active:after {
  background-color: #ee212b;
}
.faq-box-layout1 .faq-page-accordion .panel-default .active .panel-title a {
  color: #ffffff;
  background-color: #ee212b;
}
.faq-box-layout1 .faq-page-accordion .panel-default .active .accordion-toggle:after {
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
/*------------------- 5.9 Progress -------------------*/
.progress-wrap-layout1 {
  padding: 12.5rem 0 7rem;
  background-color: #082c4b;
}
.progress-wrap-layout2 {
  padding: 15.5rem 0 10rem;
  position: relative;
  z-index: 1;
}
.progress-wrap-layout3 {
  padding: 11.2rem 0 7rem;
  position: relative;
  z-index: 1;
}
.progress-box-layout1 {
  margin-bottom: 50px;
}
.progress-box-layout1 .progress-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .progress-box-layout1 .progress-content {
    justify-content: center;
  }
}
.progress-box-layout1 .progress-content .item-icon {
  margin-right: 30px;
  line-height: 1;
}
.progress-box-layout1 .progress-content .item-icon i {
  display: block;
  color: #ee212b;
}
.progress-box-layout1 .progress-content .item-icon i:before {
  font-size: 80px;
}
@media only screen and (max-width: 991px) {
  .progress-box-layout1 .progress-content .item-icon i:before {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .progress-box-layout1 .progress-content .item-icon i:before {
    font-size: 60px;
  }
}
.progress-box-layout1 .progress-content .item-content .count-number {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .progress-box-layout1 .progress-content .item-content .count-number {
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .progress-box-layout1 .progress-content .item-content .count-number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .progress-box-layout1 .progress-content .item-content .count-number {
    font-size: 30px;
  }
}
.progress-box-layout1 .progress-content .item-content .count-title {
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
}
@media only screen and (max-width: 991px) {
  .progress-box-layout1 .progress-content .item-content .count-title {
    font-size: 16px;
  }
}
/*------------------- 5.10 Project -------------------*/
.project-wrap-layout1 {
  padding: 9.4rem 0 8.5rem;
}
.project-wrap-layout2 {
  padding: 9.4rem 0 7rem;
}
.project-wrap-layout3 {
  padding: 9.4rem 0 10rem;
  background-image: url('img/figure/sky-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.project-wrap-layout4 {
  padding: 9.5rem 0 5rem;
  overflow: hidden;
}
.project-wrap-layout5 {
  padding: 9rem 0 6rem;
}
.single-project-wrap-layout1 {
  padding: 10rem 0 5rem;
}
.project-box-layout1 {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 4px;
}
.project-box-layout1 .item-img {
  position: relative;
}
.project-box-layout1 .item-img img {
  border-radius: 4px;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-img:after {
  content: "";
  height: 86%;
  width: 86%;
  background-color: rgba(8, 44, 75, 0.8);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) scale(1.2);
  margin: 0 auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) scale(0.5);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-content .item-title {
  font-weight: 500;
  margin-bottom: 26px;
}
.project-box-layout1 .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-content .item-title a:hover {
  color: #cccccc;
}
.project-box-layout1 .item-content .item-btn {
  display: inline-block;
  color: #f8f8f8;
  font-weight: 500;
  border: 1px solid #ee212b;
  border-radius: 4px;
  padding: 7px 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-content .item-btn:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #082c4b;
}
.project-box-layout1:hover .item-img img {
  transform: scale(1.1);
}
.project-box-layout1:hover .item-img:after {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.project-box-layout1:hover .item-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.project-box-layout2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px;
}
.project-box-layout2 .item-img img {
  border-radius: 4px;
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout2 .item-content {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  background-color: rgba(8, 44, 75, 0.9);
  border-radius: 0 0 4px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout2 .item-content .item-heading .item-title {
  font-weight: 500;
  margin-bottom: 8px;
}
.project-box-layout2 .item-content .item-heading .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout2 .item-content .item-heading .item-title a:hover {
  color: #ee212b;
}
.project-box-layout2 .item-content .item-heading .item-subtitle {
  color: #cfcfcf;
}
.project-box-layout2 .item-content .item-btn-wrap .item-btn {
  display: block;
  background-color: #ee212b;
  border-radius: 4px;
  padding: 7px 16px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout2 .item-content .item-btn-wrap .item-btn:hover {
  background-color: #ffffff;
  color: #ee212b;
}
@media only screen and (max-width: 767px) {
  .project-box-layout2 .item-content .item-btn-wrap .item-btn {
    padding: 5px 12px;
    font-size: 16px;
  }
}
.project-box-layout2:hover .item-img img {
  transform: scale(1.1) rotate(-3deg);
}
.project-box-layout2:hover .item-content {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.project-box-layout3 .project-single-content {
  position: relative;
}
.project-box-layout3 .project-single-content .item-img {
  position: relative;
}
.project-box-layout3 .project-single-content .item-img img {
  border-radius: 4px;
}
.project-box-layout3 .project-single-content .item-img:before {
  content: "";
  height: 80%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background: -webkit-linear-gradient(bottom, #000000, transparent);
  background: -o-linear-gradient(bottom, #000000, transparent);
  background: linear-gradient(to top, #000000, transparent);
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.project-box-layout3 .project-single-content .item-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#092d4c), to(transparent));
  background: -webkit-linear-gradient(bottom, #092d4c, transparent);
  background: -o-linear-gradient(bottom, #092d4c, transparent);
  background: linear-gradient(to top, #092d4c, transparent);
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.project-box-layout3 .project-single-content .item-content {
  position: absolute;
  bottom: -26px;
  left: 50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-box-layout3 .project-single-content .item-content .item-heading {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 28px;
}
.project-box-layout3 .project-single-content .item-content .item-heading:after {
  content: "";
  height: 3px;
  width: 50px;
  background-color: #ee212b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.project-box-layout3 .project-single-content .item-content .item-heading .item-title {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .project-box-layout3 .project-single-content .item-content .item-heading .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .project-box-layout3 .project-single-content .item-content .item-heading .item-title {
    font-size: 20px;
  }
}
.project-box-layout3 .project-single-content .item-content .item-heading .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout3 .project-single-content .item-content .item-heading .item-title a:hover {
  color: #ee212b;
}
.project-box-layout3 .project-single-content .item-content .item-heading .item-tag a {
  color: #e0e0e0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout3 .project-single-content .item-content .item-heading .item-tag a:hover {
  color: #ee212b;
}
.project-box-layout3 .project-single-content .item-content .btn-fill-md {
  visibility: hidden;
  opacity: 0;
}
.project-box-layout3 .project-single-content:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}
.project-box-layout3 .project-single-content:hover .item-content {
  bottom: 50px;
}
.project-box-layout3 .project-single-content:hover .item-content .btn-fill-md {
  visibility: visible;
  opacity: 1;
}
.project-box-layout4 {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.project-box-layout4 .item-img {
  position: relative;
}
.project-box-layout4 .item-img img {
  border-radius: 4px;
}
.project-box-layout4 .item-img:before {
  content: "";
  height: 80%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background: -webkit-linear-gradient(bottom, #000000, transparent);
  background: -o-linear-gradient(bottom, #000000, transparent);
  background: linear-gradient(to top, #000000, transparent);
  opacity: 0.9;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.project-box-layout4 .item-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ee212b), to(transparent));
  background: -webkit-linear-gradient(bottom, #ee212b, transparent);
  background: -o-linear-gradient(bottom, #ee212b, transparent);
  background: linear-gradient(to top, #ee212b, transparent);
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.project-box-layout4 .item-content {
  position: absolute;
  bottom: -26px;
  left: 50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-box-layout4 .item-content .item-heading {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 28px;
}
.project-box-layout4 .item-content .item-heading:after {
  content: "";
  height: 3px;
  width: 50px;
  background-color: #ee212b;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout4 .item-content .item-heading .item-title {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .project-box-layout4 .item-content .item-heading .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .project-box-layout4 .item-content .item-heading .item-title {
    font-size: 20px;
  }
}
.project-box-layout4 .item-content .item-heading .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout4 .item-content .item-heading .item-title a:hover {
  color: #e0e0e0;
}
.project-box-layout4 .item-content .item-heading .item-tag a {
  color: #e0e0e0;
}
.project-box-layout4 .item-content .btn-fill-md {
  visibility: hidden;
  opacity: 0;
}
.project-box-layout4 .item-content .btn-fill-md:hover {
  background-color: #082c4b !important;
}
.project-box-layout4:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}
.project-box-layout4:hover .item-content {
  bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .project-box-layout4:hover .item-content {
    bottom: 30px;
  }
}
.project-box-layout4:hover .item-content .item-heading:after {
  background-color: #ffffff;
  opacity: 0.7;
}
.project-box-layout4:hover .item-content .btn-fill-md {
  visibility: visible;
  opacity: 1;
}
.project-box-layout5 {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.project-box-layout5 .item-img {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
}
.project-box-layout5 .item-img img {
  border-radius: 4px;
  transform: scale(1) rotate(0deg);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.project-box-layout5 .item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-box-layout5 .item-content .item-heading .item-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.project-box-layout5 .item-content .item-heading .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout5 .item-content .item-heading .item-title a:hover {
  color: #ee212b;
}
.project-box-layout5 .item-content .item-heading .item-subtitle {
  margin-bottom: 8px;
}
.project-box-layout5 .item-content .item-btn-wrap .item-btn {
  display: block;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 7px 16px;
  font-size: 18px;
  color: #ee212b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout5 .item-content .item-btn-wrap .item-btn:hover {
  background-color: #ee212b;
  color: #ffffff;
}
.project-box-layout5:hover .item-img img {
  transform: scale(1.1) rotate(-3deg);
}
.project-box-layout5:hover .item-content {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.single-project-box-layout1 .single-project-slider {
  margin-bottom: 45px;
}
.single-project-box-layout1 .single-project-slider .slide-item img {
  border-radius: 4px;
}
.single-project-box-layout1 .single-project-info .item-content {
  margin-bottom: 45px;
}
.single-project-box-layout1 .single-project-info .item-content .item-title {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .single-project-box-layout1 .single-project-info .item-content .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .single-project-box-layout1 .single-project-info .item-content .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .single-project-box-layout1 .single-project-info .item-content .item-title {
    font-size: 24px;
  }
}
.single-project-box-layout1 .single-project-info .item-content .list-item {
  padding-left: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-project-box-layout1 .single-project-info .item-content .list-item {
    padding-left: 0;
  }
}
.single-project-box-layout1 .single-project-info .item-content .list-item li {
  position: relative;
  font-size: 18px;
  color: #082c4b;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 30px;
}
.single-project-box-layout1 .single-project-info .item-content .list-item li i {
  color: #ee212b;
  position: absolute;
  top: 5px;
  left: 0;
}
.single-project-box-layout1 .single-project-info .info-img {
  text-align: right;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .single-project-box-layout1 .single-project-info .info-img {
    text-align: center;
  }
}
/*------------------- 5.11 Service -------------------*/
.service-wrap-layout1 {
  padding: 9.5rem 0 6.5rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.service-wrap-layout1:after {
  /*content: url('img/figure/line-shape.png');*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout1:after {
    display: none;
  }
}
.service-wrap-layout2 {
  padding: 14rem 0 5.2rem;
  position: relative;
  background-image: url('img/about/about3.png');
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: 115px;
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout2 {
    background-image: none;
  }
}
.service-wrap-layout3 {
  padding-bottom: 3rem;
  background-color: #082c4b;
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout3 {
    padding: 12rem 0 9rem;
  }
}
.service-wrap-layout4 {
  padding: 9.4rem 0 7rem;
  background-color: #082c4b;
}
.service-wrap-layout5 {
  padding: 9.5rem 0 7rem;
}
.service-wrap-layout6 {
  padding: 10rem 0 6.5rem;
}
.service-wrap-layout7 {
  padding: 10rem 0 7rem;
}
.single-service-wrap-layout1 {
  padding: 10rem 0 7rem;
}
.single-service-wrap-layout2 {
  padding: 10rem 0 4.5rem;
}
.service-box-layout1 {
  text-align: center;
  padding: 0 2rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .service-box-layout1 {
    padding: 0;
  }
}
.service-box-layout1 .item-img {
  position: relative;
  border-radius: 50%;
  margin-bottom: 22px;
  display: inline-block;
  border: 10px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-box-layout1 .item-img img {
  border-radius: 50%;
  border: 1px solid #ee212b;
}
.service-box-layout1 .item-img .sl-number {
    position: absolute;
    top: -15px;
    right: 4px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ee212b;
}
.service-box-layout1 .item-content .item-title {
  margin-bottom: 10px;
}
.service-box-layout1 .item-content .item-title a {
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-box-layout1 .item-content .item-title a:hover {
  color: #cccccc;
}
.service-box-layout1 .item-content p {
  color: #cccccc;
}
.service-box-layout1:hover .item-img {
  border-color: #ee212b;
  animation: pulse 3000ms infinite;
}
.service-box-layout2 .media {
  margin-bottom: 20px;
}
.service-box-layout2 .media .item-icon {
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #082c4b;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout2 .media .item-icon i {
  display: block;
}
.service-box-layout2 .media .item-icon i:before {
  color: #ffffff;
  font-size: 35px;
}
.service-box-layout2 .media .media-body .item-title {
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
}
.service-box-layout2 .media:hover .item-icon {
  background-color: #ee212b;
}
.service-box-layout3 {
  transform: translateY(-60px);
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .service-box-layout3 {
    transform: translateY(0);
  }
}
.service-box-layout3 .item-img {
  border: 10px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 24px;
  overflow: hidden;
}
.service-box-layout3 .item-img img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout3 .item-content {
  text-align: center;
}
.service-box-layout3 .item-content .item-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.service-box-layout3 .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout3 .item-content .item-title a:hover {
  color: #ccc;
}
.service-box-layout3 .item-content .item-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #ee212b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.service-box-layout3 .item-content p {
  color: #cccccc;
}
.service-box-layout3:hover .item-img img {
  transform: scale(1.1);
}
.service-box-layout4 {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4px 21px 0px rgba(9, 36, 60, 0.75);
  box-shadow: 0px 4px 21px 0px rgba(9, 36, 60, 0.75);
}
.service-box-layout4 .item-img img {
  border-radius: 4px;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.service-box-layout4 .item-content {
  position: absolute;
  bottom: -77px;
  left: 0;
  right: 0;
  background-color: rgba(238, 33, 43, 0.8);
  border-radius: 0 0 4px 4px;
  padding: 25px 25px 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .service-box-layout4 .item-content {
    bottom: -48px;
  }
}
@media only screen and (max-width: 479px) {
  .service-box-layout4 .item-content {
    bottom: -77px;
  }
}
.service-box-layout4 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 12px;
}
.service-box-layout4 .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout4 .item-content .item-title a:hover {
  color: #c9c9c9;
}
.service-box-layout4 .item-content p {
  color: #ffffff;
}
.service-box-layout4:hover .item-img img {
  transform: scale(1.1);
}
.service-box-layout4:hover .item-content {
  bottom: 0;
}
.service-box-layout5 {
  position: relative;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 35px 45px 45px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}
.service-box-layout5:after {
  content: url('img/figure/shape.png');
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-box-layout5 .item-heading {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .service-box-layout5 .item-heading {
    margin-bottom: 9rem;
  }
}
.service-box-layout5 .item-heading .item-title {
  color: #ffffff;
  font-weight: 700;
  padding-left: 20px;
}
.service-box-layout5 .item-heading .item-title span {
  font-weight: 400;
  display: block;
}
.service-box-layout5 .service-list li {
  font-size: 17px;
  font-weight: 500;
  color: #082c4b;
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}
.service-box-layout5 .service-list li:last-child {
  margin-bottom: 0;
}
.service-box-layout5 .service-list li i {
  position: absolute;
  top: 7px;
  left: 0;
  color: #ee212b;
}
.service-box-layout6 {
  margin-bottom: 35px;
}
.service-box-layout6 .item-img {
  position: relative;
  margin-bottom: 18px;
  border-radius: 4px;
  overflow: hidden;
}
.service-box-layout6 .item-img img {
  border-radius: 4px;
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.service-box-layout6 .item-img .item-icon {
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout6 .item-img .item-icon i:before {
  font-size: 36px;
  color: #082c4b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout6 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(9, 45, 76, 0.8);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout6 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 12px;
}
.service-box-layout6 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout6 .item-content .item-title a:hover {
  color: #ee212b;
}
.service-box-layout6 .item-content p {
  margin-bottom: 25px;
}
.service-box-layout6:hover .item-img img {
  transform: scale(1.2);
}
.service-box-layout6:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}
.service-box-layout6:hover .item-img .item-icon {
  background-color: #ee212b;
  animation: pulse 1500ms infinite;
}
.service-box-layout6:hover .item-img .item-icon i:before {
  color: #ffffff;
}
.service-box-layout7 {
  text-align: center;
  padding: 55px 30px 60px;
  box-shadow: 0px 1px 21px 0px rgba(186, 186, 186, 0.4);
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout7 .item-icon {
  line-height: 1;
  margin-bottom: 20px;
}
.service-box-layout7 .item-icon i:before {
  font-size: 80px;
  color: #082c4b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout7 .item-content .item-title {
  position: relative;
  font-weight: 500;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout7 .item-content .item-title:after {
  content: "";
  height: 4px;
  width: 54px;
  background-color: #ee212b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.service-box-layout7 .item-content p {
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout7:hover {
  background-color: #082c4b;
}
.service-box-layout7:hover .item-icon i:before {
  color: #ffffff;
}
.service-box-layout7:hover .item-content .item-title {
  color: #ffffff;
}
.service-box-layout7:hover .item-content p {
  color: #ffffff;
}
.service-box-layout7:hover .item-content .ghost-btn-md {
  color: #ffffff;
}
.single-service-box-layout1 .main-img {
  margin-bottom: 30px;
}
.single-service-box-layout1 .main-img img {
  border-radius: 4px;
}
.single-service-box-layout1 .item-content .item-info {
  margin-bottom: 7rem;
}
.single-service-box-layout1 .item-content .item-info .item-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .single-service-box-layout1 .item-content .item-info .item-subtitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service-box-layout1 .item-content .item-info .item-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-service-box-layout1 .item-content .item-info .item-subtitle {
    font-size: 18px;
  }
}
.single-service-box-layout1 .item-content .item-info p {
  margin-bottom: 35px;
}
.single-service-box-layout1 .item-content .more-info {
  margin-bottom: 30px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box {
  margin-bottom: 4rem;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img {
  position: relative;
  padding-left: 32px;
  z-index: 2;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img img {
  border-radius: 4px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img:after {
  content: url('img/service/pattern.png');
  position: absolute;
  top: -32px;
  left: 0;
  z-index: -1;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2 {
  position: relative;
  padding-right: 32px;
  z-index: 2;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2 img {
  border-radius: 4px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2:after {
  content: url('img/service/pattern.png');
  position: absolute;
  top: -32px;
  right: 0;
  z-index: -1;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li {
  padding-left: 7rem;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li {
    padding-left: 10rem;
  }
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li .sl-number {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #ebebeb;
  font-size: 24px;
  color: #ee212b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
  .single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li .sl-number {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li:hover .sl-number {
  background-color: #ee212b;
  color: #ffffff;
}
.single-service-box-layout1 .item-content .item-gallery .item-title {
  font-size: 24px;
  font-weight: 500;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img {
  margin: 30px 0 55px;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img {
  position: relative;
  text-align: center;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img img {
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ee212b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn i:before {
  font-size: 24px;
  color: #ffffff;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn i:before {
    font-size: 20px;
  }
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn:hover {
  background-color: #ffffff;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn:hover i:before {
  color: #ee212b;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .popup-overlay:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.single-service-box-layout1 .item-content .item-services {
  background-color: #f8f8f8;
  padding: 40px 50px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .single-service-box-layout1 .item-content .item-services {
    padding: 40px 30px 30px;
  }
}
.single-service-box-layout1 .item-content .item-services .item-title {
  font-size: 24px;
  font-weight: 500;
}
.single-service-box-layout1 .item-content .item-services .service-list {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .single-service-box-layout1 .item-content .item-services .service-list {
    display: block;
  }
}
.single-service-box-layout1 .item-content .item-services .service-list ul {
  margin-right: 30px;
}
.single-service-box-layout1 .item-content .item-services .service-list ul:last-child {
  margin-right: 0;
}
.single-service-box-layout1 .item-content .item-services .service-list ul li {
  color: #444444;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.single-service-box-layout1 .item-content .item-services .service-list ul li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #ee212b;
}
.zoom-gallery-box {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .zoom-gallery-box {
    display: block;
  }
}
.zoom-gallery-box .tab-content {
  padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .zoom-gallery-box .tab-content {
    padding-right: 0;
  }
}
.zoom-gallery-box .tab-nav-list {
  display: -ms-grid;
  display: grid;
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  .zoom-gallery-box .tab-nav-list {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  .zoom-gallery-box .tab-nav-list .nav-item {
    margin-right: 10px;
  }
  .zoom-gallery-box .tab-nav-list .nav-item:last-child {
    margin-right: 0;
  }
}
.zoom-gallery-box .tab-nav-list .nav-item .nav-link {
  border-radius: 0;
  border: none;
  padding: 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .zoom-gallery-box .tab-nav-list .nav-item .nav-link {
    padding: 10px 0 0;
  }
}
.zoom-gallery-box .tab-nav-list .nav-item .nav-link.active img {
  opacity: 0.5;
}
.zoom-gallery-box .tab-nav-list .nav-item:last-child .nav-link {
  padding-bottom: 0;
}
/*------------------- 5.12 Shop -------------------*/
.shop-wrap-layout1 {
  padding: 10rem 0;
}
.single-product-wrap-layout1 {
  padding: 10rem 0 7rem;
}
.shop-box-layout1 .shop-page-heading .item-showing {
  margin-bottom: 40px;
}
.shop-box-layout1 .shop-page-heading .item-sorting {
  margin-bottom: 40px;
}
.shop-box-layout1 .shop-page-heading .item-sorting .select2-container--classic .select2-selection--single {
  background: none;
  border-color: #ccc;
}
.shop-box-layout1 .shop-page-heading .item-sorting .select2-container--classic .select2-selection--single .select2-selection__rendered {
  padding: 0 25px;
}
.shop-box-layout1 .product-box {
  margin-bottom: 25px;
}
.shop-box-layout1 .product-box .item-img {
  background-color: #eeeeee;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.shop-box-layout1 .product-box .item-img .btn-area .cart-btn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 15px;
  left: -100px;
  font-size: 18px;
  font-weight: 500;
  color: #ee212b;
  background-color: #ffffff;
  padding: 10px 25px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shop-box-layout1 .product-box .item-img .btn-area .cart-btn:hover {
  background-color: #082c4b;
  color: #ffffff;
}
.shop-box-layout1 .product-box .item-img .btn-area .favorite-btn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 15px;
  right: -30px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 20px;
  color: #ee212b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shop-box-layout1 .product-box .item-img .btn-area .favorite-btn:hover {
  background-color: #082c4b;
  color: #ffffff;
}
.shop-box-layout1 .product-box .item-content {
  text-align: center;
}
.shop-box-layout1 .product-box .item-content .item-title {
  font-weight: 500;
  margin-bottom: 4px;
}
.shop-box-layout1 .product-box .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shop-box-layout1 .product-box .item-content .item-title a:hover {
  color: #082c4b;
}
.shop-box-layout1 .product-box .item-content .item-rating {
  margin-bottom: 4px;
}
.shop-box-layout1 .product-box .item-content .item-rating li {
  display: inline-block;
  color: #ff6f00;
}
.shop-box-layout1 .product-box .item-content .item-price {
  font-size: 18px;
  color: #444444;
  font-weight: 500;
}
.shop-box-layout1 .product-box:hover .item-img .btn-area .cart-btn {
  visibility: visible;
  opacity: 1;
  left: 18px;
}
.shop-box-layout1 .product-box:hover .item-img .btn-area .favorite-btn {
  visibility: visible;
  opacity: 1;
  right: 18px;
  transition-delay: 0.3s;
}
.single-product-gallery-layout1 .tab-content {
  position: relative;
  border: none;
  overflow: hidden;
}
.single-product-gallery-layout1 .tab-content a {
  cursor: move;
  display: block;
  background-color: #eeeeee;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
}
.single-product-gallery-layout1 .tab-content a img {
  border-radius: 4px;
}
.single-product-gallery-layout1 .nav-tabs {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  border-bottom: none;
}
@media only screen and (max-width: 1199px) {
  .single-product-gallery-layout1 .nav-tabs {
    margin-bottom: 35px;
  }
}
.single-product-gallery-layout1 .nav-tabs .nav-item {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
.single-product-gallery-layout1 .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.single-product-gallery-layout1 .nav-tabs .nav-item a {
  display: block;
}
.single-product-gallery-layout1 .nav-tabs .nav-item a img {
  width: 100%;
  border-radius: 4px;
}
.single-product-gallery-layout1 .nav-tabs .nav-item .active {
  border-radius: 4px;
  box-shadow: 0px 9px 10px 0px #d5d5d5;
}
.single-product-content-layout1 .item-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .single-product-content-layout1 .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-content-layout1 .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-content-layout1 .item-title {
    font-size: 24px;
  }
}
.single-product-content-layout1 .item-rating {
  margin-bottom: 12px;
}
.single-product-content-layout1 .item-rating li {
  display: inline-block;
  color: #ff6f00;
}
.single-product-content-layout1 .item-rating .item-review {
  font-size: 18px;
  color: #646464;
}
.single-product-content-layout1 .item-rating .item-review span {
  color: #111111;
}
.single-product-content-layout1 .item-price {
  font-size: 24px;
  font-weight: 500;
  color: #444444;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .single-product-content-layout1 .item-price {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-content-layout1 .item-price {
    font-size: 24px;
  }
}
.single-product-content-layout1 .entry-meta {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-product-content-layout1 .entry-meta li {
  display: inline-block;
  color: #444444;
  font-weight: 700;
  margin-bottom: 5px;
  margin-right: 40px;
}
.single-product-content-layout1 .entry-meta li:last-child {
  margin-right: 0;
  display: block;
  margin-bottom: 0;
}
.single-product-content-layout1 .entry-meta li span {
  color: #646464;
  font-weight: 400;
}
.single-product-content-layout1 .entry-meta li a {
  color: #646464;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .entry-meta li a:hover {
  color: #082c4b;
}
.single-product-content-layout1 .action-area {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .single-product-content-layout1 .action-area {
    display: block;
    text-align: center;
  }
}
.single-product-content-layout1 .action-area li {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 479px) {
  .single-product-content-layout1 .action-area li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.single-product-content-layout1 .action-area li:last-child {
  margin-right: 0;
}
.single-product-content-layout1 .action-area li .input-group {
  width: auto;
}
.single-product-content-layout1 .action-area li .input-group .form-control {
  text-align: center;
  height: 58px;
  width: 60px;
  display: block;
  outline: none;
  font-size: 24px;
  color: #111111;
  background-color: #ededed;
  border: none;
  margin-right: 4px;
  border-radius: 4px;
}
.single-product-content-layout1 .action-area li .input-group .form-control:focus {
  box-shadow: none;
}
.single-product-content-layout1 .action-area li .input-group .input-group-btn {
  display: inline-grid;
}
.single-product-content-layout1 .action-area li .input-group .input-group-btn .quantity-btn {
  padding: 6px 12px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  background-color: #dddddd;
  background-image: none;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
}
.single-product-content-layout1 .action-area li .cart-btn {
  border: 2px solid #ee212b;
  background-color: #ee212b;
  border-radius: 4px;
  padding: 12px 4.5rem;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .action-area li .cart-btn:hover {
  background-color: transparent;
  border: 2px solid #d3d3d3;
  color: #ee212b;
}
.single-product-other-info {
  margin-top: 6rem;
  margin-bottom: 6rem;
  overflow: hidden;
}
.single-product-other-info .tab-nav-list {
  border-bottom: 2px solid #dfdfdf;
}
@media only screen and (max-width: 575px) {
  .single-product-other-info .tab-nav-list {
    display: block;
    text-align: center;
  }
}
.single-product-other-info .tab-nav-list li {
  position: relative;
  margin-right: 8rem;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .single-product-other-info .tab-nav-list li {
    margin-right: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-other-info .tab-nav-list li {
    margin-right: 0;
    display: block;
  }
}
.single-product-other-info .tab-nav-list li:last-child {
  margin-right: 0;
}
.single-product-other-info .tab-nav-list li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #646464;
  transition: 0.3s ease-in-out;
}
.single-product-other-info .tab-nav-list li a:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #ee212b;
  bottom: -1px;
  left: 200px;
  position: absolute;
  z-index: 1;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .single-product-other-info .tab-nav-list li a:after {
    display: none;
  }
}
.single-product-other-info .tab-nav-list li a.active {
  color: #444444;
}
.single-product-other-info .tab-nav-list li a.active:after {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.single-product-other-info .tab-content {
  padding-top: 25px;
}
/*------------------- 5.13 Team -------------------*/
.team-wrap-layout1 {
  padding: 9.4rem 0 7rem;
}
.team-wrap-layout2 {
  padding: 9.4rem 0 7rem;
  background-color: #f8f8f8;
}
.team-wrap-layout3 {
  padding: 9.4rem 0 5.4rem;
}
.team-wrap-layout4 {
  padding: 9.4rem 0 5.4rem;
}
.single-team-wrap-layout1 {
  padding: 10rem 0;
}
.team-box-layout1 {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.2);
  background-color: #c6d2e2;
}
.team-box-layout1 .item-img {
  text-align: center;
}
.team-box-layout1 .item-img img {
  border-radius: 4px;
}
.team-box-layout1 .item-content {
  position: absolute;
  bottom: -88px;
  left: 0;
  right: 0;
  background-color: rgba(9, 44, 74, 0.8);
  border-radius: 0 0 4px 4px;
  padding: 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.team-box-layout1 .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content .item-title a:hover {
  color: #c9c9c9;
}
.team-box-layout1 .item-content .item-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
}
.team-box-layout1 .item-content .item-social li {
  display: inline-block;
}
.team-box-layout1 .item-content .item-social li a {
  color: #ffffff;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content .item-social li a:hover {
  color: #111111;
}
.team-box-layout1:hover .item-content {
  bottom: 0;
  background-color: rgba(255, 0, 0, 0.8);
}
.team-box-layout2 {
  margin-bottom: 30px;
}
.team-box-layout2 .item-img {
  text-align: center;
  background-color: #c6d2e2;
  position: relative;
  overflow: hidden;
}
.team-box-layout2 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout2 .item-content {
  margin: 0 12px;
  background-color: #ffffff;
  padding: 35px 20px;
  text-align: center;
  transform: translateY(-50px);
  margin-bottom: -50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout2 .item-content .item-heading {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.team-box-layout2 .item-content .item-heading .item-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.team-box-layout2 .item-content .item-heading .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout2 .item-content .item-heading .item-title a:hover {
  color: #444444;
}
.team-box-layout2 .item-content .item-heading:after {
  content: "";
  height: 4px;
  width: 43px;
  background-color: #ee212b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.team-box-layout2 .item-content .item-social li {
  display: inline-block;
}
.team-box-layout2 .item-content .item-social li a {
  color: #a5a5a5;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout2 .item-content .item-social li a:hover {
  color: #111111;
}
.team-box-layout2:hover .item-img:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.team-box-layout2:hover .item-content {
  transform: translateY(-60px);
}
.team-box-layout3 {
  margin-bottom: 20px;
  text-align: center;
}
.team-box-layout3 .item-img {
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout3 .item-img img {
  border-radius: 4px;
  transform: scale(1);
  background-color: #c6d2e2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout3 .item-img:after {
  content: "";
  height: 90%;
  width: 85%;
  background-color: rgba(198, 210, 226, 0.4);
  border-radius: 4px;
  transform: scale(0.8);
  position: absolute;
  top: 1px;
  left: -1px;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
  .team-box-layout3 .item-img:after {
    display: none;
  }
}
.team-box-layout3 .item-content {
  padding: 20px;
}
.team-box-layout3 .item-content .item-heading {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.team-box-layout3 .item-content .item-heading .item-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.team-box-layout3 .item-content .item-heading .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content .item-heading .item-title a:hover {
  color: #444444;
}
.team-box-layout3 .item-content .item-heading:before {
  content: "";
  height: 4px;
  width: 0;
  background-color: #082c4b;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content .item-heading:after {
  content: "";
  height: 4px;
  width: 95px;
  background-color: #ee212b;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.team-box-layout3 .item-content .item-social li {
  display: inline-block;
}
.team-box-layout3 .item-content .item-social li a {
  color: #646464;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content .item-social li a:hover {
  color: #000000;
}
.team-box-layout3:hover .item-img img {
  transform: scale(0.9);
}
.team-box-layout3:hover .item-img:after {
  transform: scale(1);
}
.team-box-layout3:hover .item-content .item-heading:before {
  visibility: visible;
  opacity: 1;
  width: 95px;
}
.team-box-layout4 {
  margin-bottom: 20px;
}
.team-box-layout4 .item-img {
  text-align: center;
  border-radius: 50%;
}
.team-box-layout4 .item-img img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: scale(1);
  border: 10px solid #ffffff;
  border-radius: 50%;
}
.team-box-layout4 .item-content {
  padding: 20px;
  text-align: center;
}
.team-box-layout4 .item-content .item-heading {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.team-box-layout4 .item-content .item-heading .item-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.team-box-layout4 .item-content .item-heading .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout4 .item-content .item-heading .item-title a:hover {
  color: #444444;
}
.team-box-layout4 .item-content .item-heading:after {
  content: "";
  height: 4px;
  width: 95px;
  background-color: #ee212b;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.team-box-layout4 .item-content .item-social li {
  display: inline-block;
}
.team-box-layout4 .item-content .item-social li a {
  color: #646464;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout4 .item-content .item-social li a:hover {
  color: #000000;
}
.team-box-layout4:hover .item-img img {
  transform: scale(0.9);
  animation: pulse 3000ms infinite;
  border-color: #ee212b;
}
.single-team-box-layout1 {
  margin-bottom: 6rem;
}
.single-team-box-layout1 .item-img {
  background-color: #c6d2e2;
  border-radius: 4px;
  text-align: center;
}
.single-team-box-layout1 .item-content {
  padding-left: 2rem;
}
.single-team-box-layout1 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 4px;
}
.single-team-box-layout1 .item-content .item-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}
.single-team-box-layout1 .item-content .item-social {
  margin-bottom: 14px;
}
.single-team-box-layout1 .item-content .item-social li {
  display: inline-block;
  font-size: 18px;
  color: #ee212b;
}
.single-team-box-layout1 .item-content .item-social li:first-child {
  margin-right: 8px;
}
.single-team-box-layout1 .item-content .item-social li a {
  font-size: 16px;
  color: #787878;
  padding: 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-team-box-layout1 .item-content .item-social li a:hover {
  color: #111111;
}
.single-team-box-layout1 .item-content .item-mail {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.single-team-box-layout1 .item-content .item-mail i {
  font-size: 20px;
  color: #ee212b;
  margin-right: 16px;
}
/*------------------- 5.14 Testimonial -------------------*/
.testimonial-wrap-layout1 {
  padding: 9.4rem 0;
}
.testimonial-box-layout1 {
  background-color: #f8f8f8;
  padding: 40px 50px 20px;
}
@media only screen and (max-width: 575px) {
  .testimonial-box-layout1 {
    text-align: center;
    padding: 40px 30px 20px;
  }
}
.testimonial-box-layout1 .media {
  margin-bottom: 18px;
}
.testimonial-box-layout1 .media .item-img img {
  border-radius: 50%;
  display: inline-block;
}
.testimonial-box-layout1 .media .media-body .item-title {
  font-weight: 500;
  margin-bottom: 4px;
  color: #000000;
}
.testimonial-box-layout1 .media .media-body .item-rating li {
  display: inline-block;
  color: #ff9800;
}
.testimonial-box-layout1 p {
  font-style: italic;
}
.testimonial-box-layout2 {
  text-align: center;
}
.testimonial-box-layout2 .item-img {
  margin-bottom: 18px;
}
.testimonial-box-layout2 .item-img img {
  border: 4px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: auto;
}
.testimonial-box-layout2 .item-content p {
  width: 50%;
  color: #444444;
  margin: 0 auto 16px;
}
@media only screen and (max-width: 991px) {
  .testimonial-box-layout2 .item-content p {
    width: 100%;
  }
}
.testimonial-box-layout2 .item-content .item-rating {
  margin-bottom: 10px;
}
.testimonial-box-layout2 .item-content .item-rating li {
  display: inline-block;
  color: #ff9800;
}
.testimonial-box-layout2 .item-content .item-title {
  font-weight: 500;
  margin-bottom: 0;
}
/*------------------- 5.15 Why Choose -------------------*/
.why-choose-wrap-layout1 {
  padding: 9.4rem 0 6.4rem;
}
.why-choose-box-layout1 {
  margin-bottom: 30px;
}
.why-choose-box-layout1 .item-img {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.why-choose-box-layout1 .item-img img {
  border-radius: 4px;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.why-choose-box-layout1 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.why-choose-box-layout1 .item-content .item-title {
  position: relative;
  font-weight: 700;
  padding-bottom: 18px;
}
.why-choose-box-layout1 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.why-choose-box-layout1 .item-content .item-title a:hover {
  color: #ee212b;
}
.why-choose-box-layout1 .item-content .item-title:after {
  content: "";
  height: 4px;
  width: 50px;
  background-color: #ee212b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.why-choose-box-layout1:hover .item-img img {
  transform: scale(1.1);
}
.why-choose-box-layout1:hover .item-img:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
/*=======================================================================
6. Helper Classes
=========================================================================*/
/*------------------- 6.1 Background -------------------*/
.bg-aash {
  background-color: #f8f8f8;
}
.bg-accent {
    background-color: #222641;
}
.bg-textprimary {
  background-color: #ffffff !important;
}
.bg-primarytext {
  background-color: #111111;
}
.bg-Primary {
  background-color: #ee212b;
}
.pseudo-textprimary:after {
  background-color: #ffffff !important;
}
.bg-fb {
  background-color: #3a59a6;
}
.bg-twitter {
  background-color: #4fc3f7;
}
.bg-gplus {
  background-color: #d74d38;
}
.bg-pin {
  background-color: #e52626;
}
.bg-linked {
  background-color: #0d47a1;
}
.bg-blank {
  background-color: #e7e7e7;
}
/*------------------- 6.2 Border -------------------*/
.border-none {
  border: none;
}
.primary-border {
  border: 1px solid #ee212b;
}
.border-radius50 {
  border-radius: 50% !important;
}
/*------------------- 6.3 Margin -------------------*/
.mg-b-0 {
  margin-bottom: 0 !important;
}
.mg-t--100 {
  margin-top: -114px;
}
@media only screen and (max-width: 991px) {
  .mg-t--100 {
    margin-top: 0;
  }
}
.mg-t--108 {
  margin-top: -108px;
}
@media only screen and (max-width: 991px) {
  .mg-t--108 {
    margin-top: 0;
  }
}
.mg-t--95 {
  margin-top: -95px;
}
@media only screen and (max-width: 991px) {
  .mg-t--95 {
    margin-top: 0;
  }
}
.mg-t--127 {
  margin-top: -127px;
}
@media only screen and (max-width: 991px) {
  .mg-t--127 {
    margin-top: 0;
  }
}
.mg-t-5 {
  margin-top: 5px;
}
.mg-t-10 {
  margin-top: 10px;
}
.mg-t-30 {
  margin-top: 30px;
}
.mg-t-20 {
  margin-top: 20px;
}
.mg-t-15 {
  margin-top: 15px;
}
.mg-b-8 {
  margin-bottom: 8px;
}
.mg-b-10 {
  margin-bottom: 10px;
}
.mg-b-15 {
  margin-bottom: 15px;
}
.mg-b-30 {
  margin-bottom: 30px;
}
.mg-b-50 {
  margin-bottom: 50px;
}
/*------------------- 6.4 Misc -------------------*/
.bg-shape-1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bg-shape-1:after {
  content: url('img/figure/clip1.png');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  z-index: -1;
}
.bg-shape-1:before {
  content: url('img/figure/clip2.png');
  position: absolute;
  right: 110px;
  bottom: 0;
  line-height: 0;
  z-index: -1;
}
.bg-shape-2 {
  position: relative;
  z-index: 1;
}
.bg-shape-2:after {
  content: url('img/figure/clip4.png');
  position: absolute;
  left: 130px;
  bottom: 0;
  line-height: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .bg-shape-2:after {
    display: none;
  }
}
.bg-shape-2:before {
  content: url('img/figure/clip3.png');
  position: absolute;
  right: 190px;
  bottom: 0;
  line-height: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .bg-shape-2:before {
    display: none;
  }
}
.bg-shape-3 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bg-shape-3:after {
  content: url('img/figure/clip5.png');
  position: absolute;
  left: 250px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .bg-shape-3:after {
    display: none;
  }
}
.bg-shape-3:before {
  content: url('img/figure/clip3.png');
  position: absolute;
  right: 190px;
  bottom: 0;
  line-height: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .bg-shape-3:before {
    display: none;
  }
}
.bg-shape-4 {
  position: relative;
  overflow: hidden;
}
.bg-shape-4:after {
  content: url('img/figure/clip1.png');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .bg-shape-4:after {
    display: none;
  }
}
.bg-shape-4:before {
  content: url('img/figure/clip6.png');
  position: absolute;
  right: 110px;
  bottom: 75px;
  line-height: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .bg-shape-4:before {
    display: none;
  }
}
.bg-shape-5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-shape-5:after {
  content: url('img/figure/clip7.png');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  z-index: -1;
}
.bg-shape-5:before {
  content: url('img/figure/clip8.png');
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
  z-index: -1;
}
.bg-shape-6 {
  position: relative;
  z-index: 1;
}
.bg-shape-6:after {
  content: url('/Scripts/Web_Application/images/background/clip4.png');
  position: absolute;
  left: 130px;
  bottom: 0;
  line-height: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .bg-shape-6:after {
    display: none;
  }
}
.bg-shape-6:before {
  content: url('/Scripts/Web_Application/images/background/clip9.png');
  position: absolute;
  right: 270px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .bg-shape-6:before {
    display: none;
  }
}
.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*------------------- 6.5 Padding -------------------*/
.pd-x-85 {
  padding-right: 115px;
  padding-left: 85px;
}
@media only screen and (max-width: 1199px) {
  .pd-x-85 {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .pd-x-lg-85 {
    padding-right: 85px;
    padding-left: 85px;
  }
}
.pd-y-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.pd-b-25 {
  padding-bottom: 25px;
}
.pd-t-35 {
  padding-top: 35px;
}
.pd-l-0 {
  padding-left: 0 !important;
}
/*------------------- 6.6 Position -------------------*/
.possition-static {
  position: static !important;
}
/*------------------- 6.7 Text -------------------*/
.text-primarytext {
  color: #111111;
}
.text-darklight {
  color: #cccccc !important;
}
.text-textprimary {
  color: #ffffff !important;
}
.text-Primary {
  color: #ee212b !important;
}
.text-accent {
  color: #082c4b;
}


/*home contact css*/

.contact-box {
    position: fixed;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(38deg,#cd163f 29%,#cd163f 41%,#f58025 69%,#f58025 74%);
    width: 5.75rem;
    height: 5.75rem;
    border-radius: 50%;
    text-align: left;
    color: white;
    margin-right: 20px;
    border: 2px solid red;
    margin-bottom: 20px;
    z-index: 99999999999999999999;
    padding-right: 5px;
}

    .contact-box:hover {
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: green;
        text-align: left;
        height: 5.75rem;
        border-radius: 5%;
        text-align: left;
        color: white;
        margin-right: 20px;
        border: 1px solid #000000;
        cursor: pointer;
    }

.con-icon {
    height: 45px;
    width: 45px;
    text-align: center;
}

    .con-icon img {
        height: 46px;
        width: 46px;
        text-align: center;
        padding-top: 7px;
        padding-left: 7px;
    }

.con-us {
    margin-top: -33px;
    padding-left: 49px;
    font-size: 15px;
    display: none;
}



.con-right-icon {
    font-size: 19px;
    padding-left: 4px;
    display: none;
}


.gen-custom-div {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #ee212b;
    width: 250px;
    height: 206px;
    border-radius: 10px;
    text-align: left;
    color: white;
    margin-right: 20px;
    margin-bottom: 20px;
    z-index: 99999999999999999999;
    padding-right: 5px;
    display: none;
}

.gen-inner-div {
    background: #ffffff;
    width: 250px;
    height: 150px;
}

.gen-headding p {
    color: #ffffff;
    text-align: left;
    margin: 10px;
}

.gen-flt {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.gen-inr-div-f {
    margin-left: 10px;
    border-bottom: 1px solid #e4dfdf;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .gen-inr-div-f a {
        color: #808080 !important;
        text-decoration: none;
    }

        .gen-inr-div-f a:hover {
            color: #808080 !important;
            text-decoration: underline !important;
        }

.gen-inr-div-l {
    margin-left: 10px;
    border-top: 1px solid #e4dfdf;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .gen-inr-div-l a {
        color: #808080 !important;
        text-decoration: none;
    }

        .gen-inr-div-l a:hover {
            color: #808080 !important;
            text-decoration: underline !important;
        }

.gen-inr-div-m {
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: -10px;
}

    .gen-inr-div-m a {
        color: #808080 !important;
        text-decoration: none;
    }

        .gen-inr-div-m a:hover {
            color: #808080 !important;
            text-decoration: underline !important;
        }



