@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700&display=swap');
/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.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: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\f952"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\f907"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\f913"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\f955"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\f91a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\f956"; }

.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:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\f91e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\f957"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\f941"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.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-unity:before {
  content: "\f949"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
  
 /**
 * 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 - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    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-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Animate.css*/

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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 {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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 {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    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 {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -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);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -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);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/* Nice Select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* Flex Slider*/

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icond41d.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 32px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* Element.css */

/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*
	+ Header
		- Top Header
		- Ownavigation
		
	+ Footer
		- Widget : About
		- Widget : social
		- Widget : Contact
		- Widget : Latest Post
		- Widget: Tags
		- Bottom Footer
	+ Section Header
	+ Page Banner
	+ Pagination
	+ Shortcodes
		- Slider Section
		- Welcome Section
		- Welcome Section 2
		- Welcome Section 3
		- Welcome Section 4
		- Join Us Section
		- Join Us Section 2
		- Join Us Section 3
		- Counter Section
		- Counter Section 2
		- Counter Section 3
		- Team
		- Team Section
		- Callout Section
		- Event
		- Latest Event
		- Latest Event Section 2
		- Latest Event Section 3
		- Event Single
			- Event Sidebar
			- widger Calender
			- Related Event
		- Client Section
		- Volunteer Join
		- Gallery 
			- Gallery Masonry
			- Gallery Large
			- Gallery Medium
			- Gallery Small
			- Gallery Section
			- Gallery Section 2
			- Gallery Section 3
		- About Page
			- Our Mission Section
			- Work Section
			- Skill Block
		- Testimonials Section
		- Testimonial Section 2
		- Home 1 Testimonial
		- Home 2 Testimonial
		- Testimonial Section 3
		- Services Testimonial
		- Faq Page
		- We Are Working
		- Blog
			- Blog Grid 3 Col
			- Blog Grid 2 Col
			- Blog Fullwidth
			- Blog Left Sidebar
			- Widget
			- Widget : Search
			- Widget : Categories
			- Widget : Recent Comment
			- Widget : Recent Post
			- Widget: Tags
		- Blog Single
		- Latest Blog
		- Latest Blog 2
		- Latest Blog 3
		- SignUp Form
		- Dontation Page
		- Contact Page
			- Contact Form
			- Map Section
		- Error Page
		- Coming Soon
		
		
	+ Responsive
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1600
		- max-width: 1366
		- max-width: 1200
		- min to max: 992 to 1199
		- max-width: 991
		- min to max: 768 to 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
*/

/* + Header */
header .ownavigation.navbar-fixed-top {
	z-index: 1046;
}
/* - Top Header */
.header_s .top-header {
	border-bottom-style: solid;
    border-width: 0px;
}
.top-header .top-left {
	padding-bottom: 12px;
	padding-top: 12px;
}
.top-header .top-left p {
	display: inline-block;
	margin-bottom: 0;
	letter-spacing: 0.56px;
	line-height: 30px;
}
.top-header .top-left p + p {
	margin-left: 14px;
}
.top-header .top-left p i {
	margin-right: 6px;
	font-size: 16px;
	vertical-align: middle;
}
.top-header .top-left p a {
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .top-right {
	float: right;
	padding: 11px 0;
}
.top-header .top-right ul {
	margin-bottom: 0;
	padding-left: 0;
	display: inline-block;
}
.top-header .top-right ul li {
	display: inline-block;
}
.top-header .top-right ul li a {
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .top-right > p {
	border-left: 1px solid #e0e0e0;
	display: inline-block;
	font-weight: 600;
	line-height: 30px;
	margin-left: 20px;
	padding-left: 20px;
	letter-spacing: 0.35px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.top-header .top-right > p > i {
	margin-right: 9px;
}
.top-header .top-right > p > a {
	text-decoration: none;
}

/* - Ownavigation */
.header_s .ownavigation .container {
	position: relative;
}
.header_s .ownavigation .search {
	padding: 39px 0;
}
.header_s .ownavigation .search > a {
	color: #1da054;
    font-size: 18px;
}
.header_s .ownavigation .donation-btn {
	padding: 14px 0;
}
.header_s .ownavigation .donation-btn img {
    max-width: 223px;
}
.header_s .ownavigation .donation-btn > a {
	border-radius: 3px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	padding: 12px 0 12px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.header_s .ownavigation .navbar-nav li  a {
	font-family: 'Oxygen', sans-serif;
	text-transform: capitalize;
}
.header_s .ownavigation .navbar-nav > li > a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

/* - Menu Color */
.menu_color.ownavigation .navbar-nav li > a {
	color: #000;
}
/* - Menu Color 2 */
.menu_color2.ownavigation {
	background-color: #fff;
}
.menu_color2.ownavigation .navbar-nav > li > a {
	color: #000000;
}
.menu_color2.ownavigation .search > a {
	color: #666666;
}

/* + Footer */
.top-footer {
	background-image: url("../images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #151515;
	padding-bottom: 70px;
	padding-top: 110px;
}
.top-footer .widget {
	margin-bottom: 40px;
}
.top-footer .widget-title {
	color: #fff;
	font-family: 'Oxygen', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 0;
	letter-spacing: 0.55px;
	text-transform: uppercase;
}
/* - Widget : About */
.top-footer .widget_about > a {
	display: block;
	margin-bottom: 35px;
}
.top-footer .widget_about > p {
	color: #b1b1b1;
	letter-spacing: 0.35px;
	line-height: 24px;
}
.footer2 .top-footer .widget_about .widget_social {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 10px;
	width: 100%;
}

/* - Widget : social */
.top-footer .widget_social ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 15px;
	display: inline-block;
}
.top-footer .widget_social ul li {
	display: inline-block;
}
.top-footer .widget_social ul li + li {
	margin-left: 8px;
}
.top-footer .widget_social ul li a {
	background-color: transparent;
	border: 1px solid #b1b1b1;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-footer .widget_social ul li a:hover {
	background-color: #1da054;
	border-color: transparent;
}

/* - Widget : Contact */
.widget_contact > p {
	color: #b1b1b1;
	position: relative;
	letter-spacing: 0.35px;
	padding-left: 26px;
	margin-bottom: 18px;
}
.widget_contact > p > a {
	color: #b1b1b1;
	text-decoration: none;
}
.widget_contact > p > a:hover {
	color: #1da054;
}
.widget_contact > p > i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.widget_contact > p > i.fa-map-marker {
	font-size: 22px;
}
.widget_contact > p > i.fa-mobile {
	font-size: 23px;
}

/* - Widget : Latest Post */
.top-footer .widget_latestposts .latest-content {
	display: inline-block;
	min-height: 70px;
	margin-bottom: 20px;
	padding-left: 90px;
	position: relative;
	width: 100%;
}
.top-footer .widget_latestposts .latest-content:last-of-type {
	margin-bottom: 0;
}
.top-footer .widget_latestposts .latest-content > a {
	position: absolute;
	left: 0;
	top: 0;
}
.top-footer .widget_latestposts .latest-content > a > img {
	border-radius: 2px;
}
.top-footer .widget_latestposts .latest-content > h5 {
	line-height: 25px;
	letter-spacing: 0.35px;
	margin-top: -5px;
}
.top-footer .widget_latestposts .latest-content > h5 > a {
	color: #b1b1b1;
	text-decoration: none;
}
.top-footer .widget_latestposts .latest-content > h5 > a:hover {
	color: #1da054;
}
.top-footer .widget_latestposts .latest-content > span {
	font-size: 13px;
	vertical-align: middle;
}
.top-footer .widget_latestposts .latest-content > span > i {
	color: #1da054;
	margin-right: 9px;
}
.top-footer .widget_latestposts .latest-content > span a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.325px;
}
.top-footer .widget_latestposts .latest-content > span a:hover {
	color: #1da054;
}

/* - Widget: Tags */
.top-footer .tagcloud {
	display: inline-block;
	width: 100%;
}
.top-footer .tagcloud a {
	padding: 6px 10px;
	border-radius: 2px;
	border: 1px solid #b1b1b1;
	color: #b1b1b1;
	margin-bottom: 10px;
	margin-right: 4px;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 0.35px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	display: inline-block;
}
.top-footer .tagcloud a:hover {
	color: #1da054;
	border-color: #1da054;
}
.top-footer .tagcloud a:last-of-type {
	margin-right: 0;
}

/* - Bottom Footer */ 
.bottom-footer {
	background-color: #151515;
	padding: 18px 0;
}
.bottom-footer .container > p {
	color: #fff;
	display: inline-block;
	letter-spacing: 1.4px;
	margin: 13px 0;
}
.bottom-footer .container > p > a {
	color: #1da054;
}
.bottom-footer .container > i {
	background-color: #1da054;
	border-radius: 2px;
	color: #fff;
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	float: right;
	text-align: center;
}

.bg-transparent {
	background-color: transparent;
}
/* + Section Header */
.section-header {
	display: inline-block;
	margin-bottom: 23px;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.section-header h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: 0.9px;
	margin-bottom: 12px;
	margin-top: 0;
	text-transform:none;
}
.section-header p {
	font-size: 16px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.section-header p.text-normal {
	text-transform:none;
}

/* + Page Banner */
.page-banner {
	background-image: url("../images/page-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 80px;
	padding-bottom: 90px;
	margin-bottom: 100px;
}
.page-banner::before {
	background-color: rgba(0,0,0,0.57);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.page-banner .container {
	position: relative;
}
.page-banner h3 {
	font-family: 'Oxygen', sans-serif;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.9px;
	line-height: 45px;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.page-banner .breadcrumb {
	background-color: transparent;
	margin: 11px 0 0;
	padding: 0;
	text-align: center;
}
.page-banner .breadcrumb li {
	letter-spacing: 0.35px;
	text-transform: uppercase;
}
.page-banner .breadcrumb > li + li::before {
	padding-left: 1px;
	padding-right: 0;
}
.page-banner .breadcrumb li a {
	text-decoration: none;
}
.blog-post-3col-banner {
	background-image: url("../images/blog-post-3col-banner.jpg");
}
.blog-post-2col-banner {
	background-image: url("../images/blog-post-2col-banner.jpg");
}
.blog-post-1col-banner {
	background-image: url("../images/blog-post-1col-banner.jpg");
}
.blog-left-side-banner {
	background-image: url("../images/blog-left-side-banner.jpg");
}
.blog-right-side-banner {
	background-image: url("../images/blog-right-side-banner.jpg");
}
.blog-single-right-sidebar-banner {
	background-image: url("../images/blog-single-right-sidebar-banner.jpg");
}

.blog-single-left-sidebar-banner {
	background-image: url("../images/blog-single-left-sidebar-banner.jpg");
}
.gallery-masonry-banner {
	background-image: url("../images/gallery-masonry-banner.jpg");
}
.gallery-large-banner {
	background-image: url("../images/blog-post-1col-banner.jpg");
}
.gallery-medium-banner {
	background-image: url("../images/gallery-4col-banner.jpg");
}
.gallery-small-banner {
	background-image: url("../images/gallery-5col-banner.jpg");
}
.gallery-masonry-banner::before,
.gallery-large-banner::before,
.gallery-medium-banner::before,
.gallery-small-banner::before {
	background-color: rgba(0,0,0,0.45);
}
.event-list-banner,
.volunteer-banner {
	background-image: url("../images/event-list-banner.jpg");
}
.event-single-banner {
	background-image: url("../images/event-single-banner.jpg");
}
.contact-banner {
	background-image: url("../images/contact-banner.jpg");
}
.donation-banner {
	background-image: url("../images/donation-banner.jpg");
}
.faq-banner {
	background-image: url("../images/faq-banner.jpg");
}
.service-banner {
	background-image: url("../images/service-banner.jpg");
}
.signup-banner {
	background-image: url("../images/signup-banner.jpg");
}
.team-banner {
	background-image: url("../images/team-banner.jpg");
}
.testimonials-banner {
	background-image: url("../images/testimonials-banner.jpg");
}
.error-banner {
	background-image: url("../images/error-banner.jpg");
}

/* + Pagination */
.ow-pagination {
	text-align: center;
	margin-top: 50px;
}
.ow-pagination ul {
	margin-bottom: 0;
	margin-top: 0;
}
.ow-pagination ul li a { 
	border: none;
	border-top:  1px solid #d1d3d1;
	border-bottom:  1px solid #d1d3d1;
	color: #777777;
	font-size: 18px;
	line-height: 38px;
	margin: 0;
	padding: 0 11px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.ow-pagination ul li:first-child > a {
	background-color: #1da054;
	color: #fff;
	padding: 1px 19px;
	border: none;
}
.ow-pagination ul li:last-child > a {
	color: #fff;
	background-color: #1da054;
	padding: 1px 19px;
	border: none;
}
.ow-pagination ul li:first-child > a > i {
	margin-right: 5px;
}
.ow-pagination ul li:last-child > a > i {
	margin-left: 5px;
}
.ow-pagination .pagination > li:first-child > a, 
.ow-pagination .pagination > li:first-child > span,
.ow-pagination .pagination > li:last-child > a, 
.ow-pagination .pagination > li:last-child > span {
	border-radius: 0;
	font-size: 14px;
}
.ow-pagination .pagination > li:nth-child(2) > a {
	padding-left: 22px;
}
.ow-pagination .pagination > li:nth-last-child(2) > a {
	padding-right: 22px;
}
.ow-pagination ul li a:focus,
.ow-pagination ul li a:hover {
	background-color: transparent;
	color: #1da054;
}
.ow-pagination .pagination > li:first-child > a:focus,
.ow-pagination .pagination > li:first-child > a:hover,
.ow-pagination .pagination > li:last-child > a:focus,
.ow-pagination .pagination > li:last-child > a:hover {
	background-color: #1da054;
	color: #fff;
}

/* + Shortcodes */
/* - Slider Section */
.slider-section {
	direction: ltr;
}
.slider-section .zeus .tp-bullet  {
	background-color: transparent;
	border: none;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	border-radius: 0;
	height: 12px;
	width: 33px;
}
.slider-section .zeus .tp-bullet::after {
	background-color: #333;
	border-radius: 0;
	height: 1px;
	top: 6px;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.slider-section .zeus .tp-bullet:hover::after, 
.slider-section .zeus .tp-bullet.selected::after {
	background-color: #1da054;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	height: 4px;
	top: 4px;
}
.slider-section3 .zeus .tp-bullet  {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.slider-section3 .zeus .tp-bullet::after {
	background-color: #fff;	
}

/* - Welcome Section */
.welcome-section {
	padding-top: 100px;
	padding-bottom: 110px;
}
.welcome-content {
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 1;
	padding-top: 35px;
}
.welcome-content .welcome-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: -1;
}
.welcome-section .welcome-content .welcome-bg > i {
	border: 4px solid #c4c4c4;
	border-radius: 50%;
	width: 396px;
	height: 396px;
	display: inline-block;
	padding: 34px;
	position: relative;
}
.welcome-section .welcome-content .welcome-bg > i::before {
	background-color: #f1f1f1;
	border-radius: 50%;
	content: "";
	display: inline-block;
	position: absolute;
	left: 34px;
	right: 34px;
	top: 34px;
	bottom: 34px;
	z-index: -1;
}
.welcome-section .welcome-content .welcome-bg > i > img { 
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	margin: 0 auto;
}
.welcome-box {
	display: inline-block;
	position: relative;
	padding-left: 140px;
	margin-bottom: 40px;
	    min-height: 100px;
}
.welcome-box > i {
	border-width: 4px;
	border-style: solid;
	border-radius: 50%;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
	height: 48px;
	width: 48px;
	line-height: 40px;
	text-align: center;
}
.welcome-box > h3 {
	display: inline-block;
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.45px;
	margin-top: 15px;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}
.welcome-box > h3,
.view-more > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.welcome-box > h3::before {
	background-image: url("../images/wel-icon-2.png");
	content: "";
	display: inline-block;
	position: absolute;
	top: 4px;
	left: -25px;
	width: 11px;
	height: 8px;
}
.welcome-box > h3::after {
	background-color: #c4c4c4;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	width: 55px;
	left: -80px;
	top: 7px;
}
.welcome-box > p {
	letter-spacing: 0.35px;
	line-height: 20px;
	margin-bottom: 5px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.welcome-box > a {
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.35px;
	text-transform: uppercase;
	text-decoration: none;
}
.view-more {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.view-more > a {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 10px 22px;
	text-decoration: none;
}
.mfp-bg {
	z-index: 1051;
}
.mfp-wrap {
	z-index: 1052;
}
.modal-backdrop.in {
	display: none;
}
.more {
	padding: 0;
}
.more .modal-dialog {
	background-color: #fff;
	width: 100%;
	margin: 0;
}
.more .modal-header {
	border-bottom: 2px solid #10c26e;
}
.welcome-popup {
	margin: 20px 0;
}
.more .modal-content {
	border: 0;
	box-shadow: none;
}
.welcome-popup {
	display: inline-block;
	width: 100%;
}
.more.modal.in .modal-dialog {
    transform: translate(0, 0);
	height: 100%;
	position: fixed;
	overflow-Y: auto;
}
.more button.close {
	color: #fff;
	width: 25px;
	height: 25px;
	background-color: #1da054;
	line-height: 25px;
	text-shadow: none;
	margin: 0;
	font-size: 25px;
}
.more button.close:hover {
	opacity: 1;
}
.wel-pop > h3 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.wel-pop > p {
	margin-bottom: 0;
	line-height: 25px;
}

/* - Welcome Section 2 */
.welcome-section2 {
	padding-top: 20px;
    padding-bottom: 15px;
}
.welcome-section2 .welcome-content .welcome-bg > i > img {
	border-radius: 25px;
    border: 1px solid #e2e2e2;
    padding: 15px;
	/* border: 1px solid #e2e2e2; */
}
.welcome-section2 .welcome-box  { 
	padding-left: 135px;
}
.welcome-section2 .welcome-box > i { 
	border-width: 2px;
	line-height: 46px;
}
.welcome-section2 .welcome-box > h3::after {
	width: 16px;
	left: -45px;
}

/* - Welcome Section 3 */
.welcome-section3 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.welcome-section3 .welcome-bg {
	position: absolute;
	left: 10%;
	top: 46px;
	width: 26.25%;
}
.welcome-section3 .section-header {
	text-align: left;
}
.welcome-section3:not(.welcome-section4) .section-header > h3 {
	text-transform: none;
}
.welcome-section3:not(.welcome-section4) .section-header > p {
	text-transform: none;
}
.welcome-section3 .row > [class*=col-]:nth-child(2n+1) {
	clear: both;
}
.welcome-section3 .welcome-box {
	padding-left: 80px;
	margin-bottom: 0;
}
.welcome-section3 .welcome-box > i {
	border: none;
	line-height: 48px;
}
.welcome-section3 .welcome-box > h3 {
	margin-top: 0;
	text-transform: capitalize;
}
.welcome-section3 .welcome-box > h3::before,
.welcome-section3 .welcome-box > h3::after {
	display: none;
}
.welcome-section3 .welcome-box > p {
	line-height: 25px;
}
.welcome-section3 .row > [class*="col-xs-"]:nth-child(n+3) .welcome-box {
	margin-top: 25px;
}

/* - Welcome Section 4 */
.welcome-section4 .welcome-bg {
	width: 28.4895%;
	top: 100px;
}
.welcome-section4 .welcome-box > h3 {
	margin-top: 15px;
}

/* - Join Us Section */
.joinus-section .container {
	position: relative;
}
.joinus-section .section-header {
	text-align: left;
	margin-bottom: 10px;
}
.joinus-content {
	padding-bottom: 110px;
	padding-top: 100px;	
}
.joinus-content > p {
	line-height: 25px;
	letter-spacing: 0.35px;
}
.joinus-content > a {
	border-radius: 2px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.4px;
	padding: 18px 60px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 24px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.joinus-section .joinus-img {
	position: absolute;
	right: 26px;
	bottom: 0;
	width: 288px;
}

/* - Join Us Section 2 */
.joinus-section2 {
	position: relative;
}
.joinus-section2 .section-header {
	text-align: left;
	margin-bottom: 10px;
}

/* - Join Us Section 3 */
.joinus-section3 .joinus-content {
	text-align: center;
}
.joinus-section3 .section-header {
	margin-bottom: 10px;
}
.joinus-section3 .section-header > h3,
.joinus-section3 .section-header > p {
	text-transform: none;
}

/* - Counter Section */
.counter-section {
	background-image: url("../images/counter-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 100px;
	padding-bottom: 110px;
}
.counter-section:not(.counter-section2)::before {
	background-color: rgba(5,8,4,0.75);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.counter-detail {
	display: inline-block;
	text-align: center;
	padding: 40px 15px 36px;
	width: 100%;
}
.counter-detail > i {
	display: block;
	font-size: 55px;
	margin-bottom: 15px;
}
.counter-detail > div > span {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 37px;
}
.counter-detail > h4 {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.35px;
	line-height: 20px;
	position: relative;
	padding-top: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.counter-detail > h4::before {
	background-color: #888888;
	height: 1px;
	width: 65px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}

/* - Counter Section 2 */
.counter-section2 {
	background-image: none;
}
.counter-section2 .section-header > p {
	text-transform: none;
}
.counter-section2 .row {
	margin: 0;
}
.counter-section2 .counter-box {
	border-left: 1px solid #0cd37c;
}
.counter-section2 .counter-box .counter-detail > h4::before {
	background-color: #fff;
}

/* - Counter Section 3 */
.counter-section3 {
	background-image: url("../images/counter-bg3.jpg");
}
.counter-section3 .section-header > h3 {
	text-transform: capitalize;
}
.counter-section3 .counter-box .counter-detail { 
	max-width: 210px;
	max-height: 210px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}
.counter-section3 .counter-box .counter-detail i { 
	margin-bottom: 0;
}
.counter-section3 .counter-box .counter-detail > h4 {
	margin-top: 4px;
	padding-top: 0;
	text-transform: capitalize;
}
.counter-section3 .counter-box .counter-detail > h4::before {
	display: none;
}

/* - Team */
.team-page {
	margin-bottom: 110px;
}
.team-member-detail,
.team-member-detail .team-content,
.team-member-detail .team-content > span {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-member-detail {
	border-style: solid;
	border-width: 2px;
	float: left;
	text-align: center;
	width: 100%;
}
.team-member-detail > img {
	border: 4px solid #fff;
}
.team-member-detail .team-content {
	border-style: solid;
	border-width: 2px;	
	border-top: none;
	padding: 27px 25px 23px;
}
.team-member-detail .team-content > h4 {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.45px;
	margin-top: 0;
	text-transform: uppercase;
}
.team-member-detail .team-content > span {
	display: block;
	font-weight: 600;
	letter-spacing: 0.35px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.team-member-detail .team-content > p {
	line-height: 25px;
	margin-bottom: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	letter-spacing: 0.35px;
}

/* - Team Section */
.team-section {
	padding-top: 100px;
	padding-bottom: 110px;
}
.team-section .team-member-detail,
.team-section .team-member-detail > img,
.team-section .team-member-detail .team-content {
	border: none;
}
.team-section .team-member-detail .team-content > p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.team-section .team-member-detail .team-content,
.team-section .team-member-detail .team-content > h4,
.team-section .team-member-detail .team-content > span,
.team-section .team-member-detail .team-content > p {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

/* - Callout Section */
.callout-section {
	padding: 55px 0;
}
.newsletter-content > h4 {
	font-family: 'Oxygen', sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 13px;
	letter-spacing: 0.9px;
}
.newsletter-content > p {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0.4px;
}
.newsletter-content .input-group {
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	position: relative;
	padding-right: 190px;
}
.newsletter-content .input-group .form-control {
	border: none;
	height: 57px;
	font-weight: 600;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	padding: 0 21px;
}
.newsletter-content .input-group .form-control::-webkit-input-placeholder {
	color: #666666;
	text-transform: uppercase;
}
.newsletter-content .input-group .form-control:-moz-placeholder {
	color: #666666;
	text-transform: uppercase;
}
.newsletter-content .input-group .form-control::-moz-placeholder {
	color: #666666;
	text-transform: uppercase;
}
.newsletter-content .input-group .form-control:-ms-input-placeholder {
	color: #666666;
	text-transform: uppercase;
}
.newsletter-content .input-group .input-group-btn {
	position: absolute;
	right: 0;
	width: auto;
}
.newsletter-content .input-group .input-group-btn .btn {
	border: none;
	border-radius: 2px;
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 50px;
	letter-spacing: 0.45px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.callout-section2 .newsletter-content > p {
	text-transform: none;
}

/* - Event */
.event-listing {
	margin-bottom: 110px;
}
.event-box {
	display: inline-block;
	width: 100%;
	padding-bottom: 40px;
	position: relative;
}
.event-box::before {
	border: 1px solid #cdcdcd;
	border-top: none;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 26px;
	position: absolute;
	left: 0;
	right: 0;
}
.event-box:hover::before {
	border-color: #1da054;
	border-width: 2px;
}
.event-cover {
	position: relative;
}
.event-cover > span {
	position: absolute;
	top: 25px;
	left: 0;
}
.event-box::before,
.event-cover > span > a,
.event-box .event-content > h3 > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.event-cover > span > a {
	display: inline-block;
	padding: 5px 12px 6px 50px;
	text-decoration: none;
	font-size: 12px;
}
.event-cover > span > a > b {
	font-family: 'Oxygen', sans-serif;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.event-cover > span > a > span {
	display: block;
}
.event-box .event-content {
	display: inline-block;
	width: 100%;
	padding-top: 26px;
}
.event-content > h3 {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.45px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 15px;
}
.event-box .event-content > h3 > a {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	display: inline-block;
	padding-bottom: 8px;
	text-decoration: none;
}
.event-content .post-event {
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}
.event-content .post-event > span {
	font-size: 13px;
	letter-spacing: 0.325px;
	display: inline-block;
}
.event-content .post-event > span > i {
	margin-right: 7px;
}
.event-content .post-event > span + span {
	margin-left: 13px;
}
.event-content > p {
	line-height: 25px;
	letter-spacing: 0.35px;
	margin-bottom: 0;
}

/* - Latest Event */
.latest-events {
	padding-bottom: 110px;
	padding-top: 100px;
}
.latest-events .row {
	margin-left: -12.5px;
	margin-right: -12.5px;
}
.latest-events .row > [class*="col-"] {
	padding-left: 12.5px;
	padding-right: 12.5px;
}
.latest-events .event-thumb .event-box {
	position: relative;
	padding-left: 109px;
	margin-bottom: 34px;
	min-height: 97px;
	padding-bottom: 0;
}
.latest-events .event-box {
	padding-bottom: 0;
}
.latest-events .event-box::before {
	display: none;
}
.latest-events .event-thumb .event-box .event-cover {
	position: absolute;
	left: 0;
}
.latest-events .event-thumb .event-box .event-content {
	padding-top: 0;
}
.latest-events .event-box .event-content > h3 {
	font-size: 16px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.latest-events .event-box .event-content > h3 > a {
	border-bottom: none;
	padding-bottom: 0;
}
.latest-events .event-thumb .event-content .post-event {
	margin-bottom: 5px;
}
.latest-events .event-big .event-content {
	padding: 26px 30px 33px;
	text-align: center;
}
.latest-events .event-big .event-content > h3 {
	font-size: 18px;
	letter-spacing: 0.45px;
	line-height: 24px;
}
.latest-events .event-big .event-content > a {
	border-radius: 2px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 24px;
	padding: 10px 25px;
	text-decoration: none;
}
.latest-events .event-right {
	float: right;
}

/* - Latest Event Section 2 */
.latest-event-section2 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 110px;
}
.latest-event-section2 .section-header {
	text-align: left;
}
.latest-event-section2 .section-header > p {
	text-transform: none;
}
.latest-event-section2 .event-box {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: #f7f7f7;
	overflow: hidden;
	padding-bottom: 0;
}
.latest-event-section2 .event-box .event-cover > a > img {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.latest-event-section2 .event-box::before {
	display: none;
}
.latest-event-section2 .event-box .event-content {
	padding: 25px 20px 30px 30px;
}
.latest-event-section2 .event-box .event-content > h3 {
	text-transform: uppercase;
	line-height: 25px;
}
.latest-event-section2 .event-box .event-content > h3 > a {
	border-bottom: none;
	padding-bottom: 0;
}
.latest-event-section2 .event-box .event-content > p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.latest-event-section2 .read-more-btn {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 65px;
}
.latest-event-section2 .read-more-btn > a {
	border-radius: 2px;
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 25px;
	text-decoration: none;
	letter-spacing: 0.35px;
}

/* - Latest Event Section 3 */
.latest-event-section3 {
	padding-top: 100px;
	padding-bottom: 110px;
}
.latest-event-section3 .section-header > h3 {
	text-transform: capitalize;
}
.latest-event-section3 .section-header > p {
	text-transform: none;
}
.latest-event-section3 .read-more > a {
	border-radius: 2px;
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 25px;
	text-decoration: none;
	letter-spacing: 0.35px;
	margin-top: 50px;
}

/* - Event Single */
.event-single .event-cover {
	margin-bottom: 40px;
}
.event-single .event-cover > span > a {
	background-color: #1da054;
}

/* - Event Sidebar */
.event-single .widget-area .widget:last-child {
	margin-bottom: 0;
}
.event-single .widget-area .widget_eventdetails {
	background-color: transparent;
	border: 1px solid #888888;
}
.widget_eventdetails .eventdetails {
	display: inline-block;
	width: 100%;
}
.widget_eventdetails .eventdetails > p {
	display: inline-block;
	position: relative;
	padding-left: 130px;
	width: 100%;
	margin-bottom: 17px;
	margin-top: 5px;
}
.widget_eventdetails .eventdetails > p:last-child {
	margin-bottom: 0;
}
.widget_eventdetails .eventdetails > p > i {
	position: absolute;
	left: 0;
	top: 3px;
}
.widget_eventdetails .eventdetails > p > b {
	position: absolute;
	left: 33px;
}
.widget_eventdetails .eventdetails > p > a {
	text-decoration: none;
}

/* - widger Calender */
.widget-area .widget.widget_calendar {
	background-color: transparent;
	border: 1px solid #888888;
	padding: 0;
}
.widget-area .widget.widget_calendar .widget-title {
	padding: 24px 29px 0;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
	border-top: 1px solid #888888;
}
.widget_calendar table thead {
    border-bottom: 1px solid #888888;
}
.widget_calendar th {
	color: #333333;
	font-weight: 400;
	height: 30px;
	padding: 0 5px;
}
.widget_calendar tr {
	border-bottom: 1px solid #888888;
}
.widget_calendar tr:last-child {
	border-bottom: none;
}
.widget_calendar td {
	color: #666666;
	padding: 10px 5px;
	height: 40px;
}
.widget_calendar td,
.widget_calendar th {
	border-left: 1px solid #888888;
    line-height: 28px;
    text-align: center;
	letter-spacing: 0.35px;
	width: 14.2857%;
}
.widget_calendar td:first-child,
.widget_calendar th:first-child {
	border-left: none;
}

.event-header {
	display: inline-block;
	width: 100%;
}
.event-header .event-title {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.event-header .event-title > h3 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.45px;
	line-height: 25px;
	margin: 0;
	padding-bottom: 6px;
	text-transform: uppercase;
}
.event-header .post-event {

	float: left;
	margin-bottom: 10px;
}
.event-header .post-event > span {
	font-size: 13px;
	letter-spacing: 0.325px;
	line-height: 28px;
	margin-right: 13px;
	display: inline-block;
}
.event-header .post-event > span > i {
	margin-right: 10px;
	font-size: 14px;
}
.event-header > ul {
	float: right;
	padding-left: 0;
}
.event-header > ul > li {
	display: inline-block;
}
.event-header > ul > li + li {
	margin-left: 10px;
}
.event-header > ul > li > a {
	border-radius: 2px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 28px;
}
.event-content > p {
	line-height: 25px;
	letter-spacing: 0.35px;
	margin-bottom: 15px;
}
.event-content > ul {
	display: inline-block;
	width: 100%;
	padding-left: 30px;
	margin-bottom: 16px;
	margin-top: 16px;
}
.event-content > ul > li {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 25px;
	font-weight: bold;
	margin-bottom: 12px;
	letter-spacing: 0.35px;
}
.event-content > ul > li::before {
	content: "\f04b";
	color: #1da054;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
}
.event-single .map-block {
	display: inline-block;
	width: 100%;
	margin-top: 16px;
}
.event-single .map-block .map-canvas {
    height: 363px;
}

/* - Related Event */
.related-event {
	padding-top: 100px;
	padding-bottom: 110px;
}
.related-event .event-box::before {
	height: 15px;
}
.related-event .event-box {
	padding-bottom: 15px;
}
.related-carousel.owl-theme .owl-controls {
	margin: 0;
}

/* - Client Section */
.client-section {
	padding-top: 110px;
	padding-bottom: 110px;
}
.client-carousel .item {
	text-align: center;
}
.client-carousel.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}

/* - Volunteer Join */
.volunteer-join {
	margin-bottom: 110px;
}
.volunteer-join .team-member-detail, 
.volunteer-join .team-member-detail .team-content {
	border-color: #1da054;
}
.volunteer-join .team-member-detail .team-content > span {
    color: #1da054;
}
.volunteer-detail > h4 {
	color: #333333;
	font-family: 'Oxygen', sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.55px;
	line-height: 25px;
	margin-top: 0;
}
.volunteer-detail > p {
	color: #666666;
	letter-spacing: 0.35px;
	line-height: 25px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.volunteer-detail .volunteer-form {
	display: inline-block;
	width: 100%;
	padding: 15px;
	margin-top: 15px;
}
.volunteer-detail .volunteer-form .form-group {
	margin: 15px 0;
}
.volunteer-detail .volunteer-form .form-group .form-control {
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	height: 45px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 0.35px;
}
.volunteer-detail .volunteer-form .form-group .form-control::-webkit-input-placeholder {
	color: #666666;
	text-transform: capitalize;
}
.volunteer-detail .volunteer-form .form-group .form-control:-moz-placeholder { 
	color: #666666;
	text-transform: capitalize;
}
.volunteer-detail .volunteer-form .form-group .form-control::-moz-placeholder {
	color: #666666;
	text-transform: capitalize;
}
.volunteer-detail .volunteer-form .form-group .form-control:-ms-input-placeholder {  
	color: #666666;
	text-transform: capitalize;
}
.volunteer-detail .volunteer-form .form-group input[type="submit"] {
	border: none;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	padding: 0 20px;
	text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 100%;
}

/* - Gallery  */
/* - Gallery Masonry  */
.gallery-category ul {
	margin-top: 10px;
	margin-bottom: 24px;
	padding-left: 0;
	text-align: center;
}
.gallery-category ul li {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 8px;
}
.gallery-category ul li a {
	display: inline-block;
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	letter-spacing: 0.35px;
	padding: 0 23px 24px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}
.gallery-category ul li a::before {
	background-color: #f6f6f6;
	border: 1px solid #e9e9e9;
	border-radius: 2px;	
	bottom: 0;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	height: 13px;
}
.gallery-category ul li a::after {
	background-color: #1da054;
	border: 1px solid #1da054;
	border-radius: 2px;	
	bottom: 0;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 0;
	height: 13px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.gallery-category ul li a:hover::after,
.gallery-category ul li a.active::after {
	opacity: 1;
	width: 100%;
}
.gallery-list {
	margin-left: -6px;
	margin-right: -6px;
}
.gallery-masonry .gallery-box {
	padding-left: 6px;
	padding-right: 6px;
	margin: 6px 0;
}
.gallery-content {
	overflow: hidden;
	text-align: center;
}
.gallery-content > i::before,
.gallery-detail {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.gallery-content > i {
	display: inline-block;
	position: relative;
}
.gallery-content > i::before {
	background-color: #000;
	border-radius: 2px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 213px;
	height: 213px;
	opacity: 0;
	transform: rotate(45deg) scale(0) translate(0%, -50%);
	-webkit-transform: rotate(45deg) scale(0) translate(0%, -50%);
	-moz-transform: rotate(45deg) scale(0) translate(0%, -50%);
	-ms-transform: rotate(45deg) scale(0) translate(0%, -50%);
	-webkit-transform-origin: 50% 0 0;
	-moz-transform-origin: 50% 0 0;
	-ms-transform-origin: 50% 0 0;
	-o-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	margin: 0 auto;
}
.gallery-content:hover > i::before {
	opacity: 0.75;
	transform: rotate(45deg) scale(1) translate(0%, -50%);
	-webkit-transform: rotate(45deg) scale(1) translate(0%, -50%);
	-moz-transform: rotate(45deg) scale(1) translate(0%, -50%);
	-ms-transform: rotate(45deg) scale(1) translate(0%, -50%);
}
.gallery-detail {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	top: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	visibility: hidden;
}
.gallery-detail > a {
	background-color: #fff;
	border-radius: 2px;
	color: #1da054;
	display: inline-block;
	height: 26px;
	width: 32px;	
	line-height: 26px;
	margin: 0 4px;
}
.gallery-content:hover .gallery-detail{
	opacity: 1;
	visibility: visible;
	top: 50%;
}

/* - Gallery Large */
.gallery-large .gallery-box {
	margin-bottom: 30px;
}
.gallery-large .gallery-box:last-child {
	margin-bottom: 8px;
}

/* - Gallery Medium */
.gallery-medium .row {
	margin-left: -5px;
	margin-right: -5px;
}
.gallery-medium .gallery-box {
	margin-bottom: 10px;
	padding: 0 5px;
}
.gallery-medium .gallery-box .gallery-content > i::before {
	width: 204px;
	height: 204px;
}

/* - Gallery Small */
.gallery-small .gallery-box {
	width: 20%;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.gallery-small .gallery-box .gallery-content > i::before {
	width: 140px;
	height: 140px;
}

/* - Gallery Section */
.gallery-section {
	padding-bottom: 110px;
	padding-top: 100px;
}
.gallery-section .section-header {
	margin-bottom: 30px;
}
.gallery-section .gallery-box .gallery-content > i::before {
	width: 180px;
	height: 180px;
}

/* - Gallery Section 2 */
.gallery-section2 {
	padding-bottom: 110px;
	padding-top: 100px;
}
.gallery-section2 .section-header > p {
	text-transform: none;
}
.gallery-section2 .gallery-box {
	padding-left: 7px;
	padding-right: 7px;
	margin: 7px 0;
}
.gallery-section2 .gallery-list {
	margin-left: -7px;
	margin-right: -7px;
}
.gallery-section2 .gallery-box .gallery-content {
	border-radius: 25px;
}
.gallery-section2 .gallery-box .gallery-content > i > img {
	border-radius: 25px;
}
.gallery-main .view-more {
	text-align: center;
	margin-top: 62px;
}
.gallery-main .view-more > a {
	font-size: 14px;
	padding: 20px 47px;
}
.gallery-main {
	padding-bottom: 110px;
}

/* - Gallery Section 3 */
.gallery-section3 {
	padding-top: 100px;
}
.gallery-section3 .section-header {
	margin-bottom: 30px;
	text-align: left;
}
.gallery-section3 .gallery-category ul {
	text-align: left;
}
.gallery-section3 .gallery-list .gallery-box .gallery-content > i::before {
	transform: rotate(0deg) scale(0) translate(0%, 0%);
	-webkit-transform: rotate(0deg) scale(0) translate(0%, 0%);
	-moz-transform: rotate(0deg) scale(0) translate(0%, 0%);
	-ms-transform: rotate(0deg) scale(0) translate(0%, 0%);
	-webkit-transform-origin: 0% 0 0;
	-moz-transform-origin: 0% 0 0;
	-ms-transform-origin: 0% 0 0;
	-o-transform-origin: 0% 0 0;
	transform-origin: 0% 0 0;
}
.gallery-section3 .gallery-list .gallery-box .gallery-content:hover > i::before {
	opacity: 0.75;
	transform: rotate(0deg) scale(1) translate(0%, 0%);
	-webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
	-moz-transform: rotate(0deg) scale(1) translate(0%, 0%);
	-ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
	height: auto;
	width: auto;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
	display: inline-block;
}


/* - About Page */
.about-section {
	position: relative;
}
.about-content {
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 70px;
}
.about-content .section-header {
	margin-bottom: 4px;
	text-align: left;
}
.about-content .section-header p {
	font-size: 16px;
}
.about-content > p {
	line-height: 25px;
	letter-spacing: 0.35px;
}
.about-content > ul {
	padding-left: 0;
	margin-bottom: 26px;
	margin-top: 9px;
	display: inline-block;
	width: 100%;
}
.about-content > ul > li {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	margin-bottom: 8px;
}
.about-content > ul > li:last-child {
	margin-bottom: 0;
}
.about-content > ul > li > i {
	margin-right: 10px;
}
.about-link {
	display: inline-block;
	width: 100%;
}
.about-link > a {
	display: inline-block;
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	padding: 14px 27px;
	text-decoration: none;
	letter-spacing: 0.35px;
	margin-right: 20px;
}
.about-link > a:last-child {
	margin-right: 0;
}

/* - Our Mission Section */
.our-mission-section {
	position: relative;
}
.our-mission-content {
	padding-top: 100px;
	padding-bottom: 100px;
}
.our-mission-section .section-header {
	text-align: left;
	margin-bottom: 28px;
}
.our-mission,
.our-mission-box {
	display: inline-block;
	width: 100%;
}
.mission-box {
	position: relative;
	padding-left: 82px;
	margin-bottom: 40px;
}
.mission-box:last-child {
	margin-bottom: 0;
}
.mission-box > i,
.mission-box > h3 {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.mission-box > i {
	border-radius: 50%;
	width: 53px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 8px;
}
.mission-box > h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 0.45px;
	margin-top: 0;
	margin-bottom: 14px;
}
.mission-box > p {
	line-height: 25px;
	letter-spacing: 0.35px;
}

/* - Work Section */
.work-section {
	background-color: #1e1e1e;
	padding-top: 100px;
	padding-bottom: 110px;
}

/* - Skill Block */
.skill-block { 
	display: inline-block;
	width: 100%;
}
.skill-block .skill-progress-box {
	margin-bottom: 27px;
}
.skill-block .skill-progress-box:last-child {
	margin-bottom: 0;
}
.skill-block h3 {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: 0.35px;
	position: relative;
}
.skill-block .skill-progress-box h3 span {
	font-weight: bold;
	letter-spacing: 0.35px;
	margin-left: -5px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all ease 5s;
	-moz-transition: all ease 5s;
	-o-transition: all ease 5s;
	-ms-transition: all ease 5s;
	transition: all ease 5s;
}
.skill-block .skill-progress-box h3 span::after {
	content: "%";
	padding-left: 3px;
}
.skill-block .skill-progress-box .progress-box {
	position: relative;
}
.skill-block .progress {
	background-color: #ffffff;
	border-radius: 2px;
	height: 10px;
	margin-bottom: 0px;
	box-shadow: none;
}
.skill-block .progress-bar {
	background-color: #1da054;
	box-shadow: none;
	-webkit-transition: all ease 5s;
	-moz-transition: all ease 5s;
	-o-transition: all ease 5s;
	-ms-transition: all ease 5s;
	transition: all ease 5s;
}

/* - Testimonials Section */
.testimonials-section {
	padding-bottom: 47px;
	padding-top: 100px;
}
.testimonial-slider {
	display: inline-block;
	width: 100%;
}
.testimonial-slider .item {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 30px 15%;
}
.testimonial-slider .item > i {
	margin-bottom: 20px;
	display: inline-block;
}
.testimonial-slider .item > i > img {
	border-radius: 50%;
}
.testimonial-slider .item > p {
	position: relative;
	line-height: 25px;
	letter-spacing: 0.35px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.testimonial-slider .item > p::after,
.testimonial-slider .item > p::before {
	font-family: FontAwesome;
	font-size: 24px;
	color: #1da054;
	position: relative;
}
.testimonial-slider .item > p::after {
	content: "\f10e";
	left: 20px;
	top: 20px;
}
.testimonial-slider .item > p::before {
	content: "\f10d";
	right: 20px;
	top: -20px;
}
.testimonial-slider .item > h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.4px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.testimonial-slider .item > h3 > span {
	display: block;
	text-transform: none;
}
.testimonial-slider .carousel-indicators {
	position: relative;
	left: 0;
	bottom: 0;
	margin: 47px 0 0;
	width: 100%;
}
.testimonial-slider .carousel-indicators > li {
	width: 33px;
	border: none;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-radius: 0;
	height: 16px;
	margin: 0 10px;
	position: relative;
}
.testimonial-slider .carousel-indicators > li::before {
	background-color: #333333;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.testimonial-slider .carousel-indicators > li.active::before {
	height: 4px;
	background-color: #1da054;
}

/* - Testimonial Section 2 */
.testimonials-section2 {
	background-color: #1a1a1a;
	padding-bottom: 47px;
	padding-top: 100px;
	direction: ltr;
}
.testimonial2-carousel .item {
	z-index: 1;
	padding-bottom: 58px;
}
.testimonial2-carousel .item::before {
	background-color: #fff;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 58px;
	top: 0;
	z-index: -1;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.testimonial2-carousel .center .item {
	padding-bottom: 0;
}
.testimonial2-carousel .center .item::before {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.testimonial2-carousel .testi-box {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	position: relative;
}
.testimonial2-carousel .testi-box::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.testimonial2-carousel .testi-box > i {
	background-color: #efefef;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.testimonial2-carousel .testi-box > i > img {
	opacity: 0.5;
}
.testimonial2-carousel .center .item .testi-box > i > img {
	opacity: 1;
}
.testimonial2-carousel .testi-box > p {
	position: relative;
	line-height: 25px;
	letter-spacing: 0.35px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align: left;
	padding-left: 42px;
}
.testimonial2-carousel .testi-box > p::before {
	font-family: FontAwesome;
	font-size: 24px;
	color: #666666;
	position: absolute;
	content: "\f10d";
	left: 0;
	top: -10px;
}
.testimonial2-carousel .center .testi-box > p::before {
	color: #1da054;
}
.testimonial2-carousel .testi-box > h3 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.4px;
	margin-bottom: 0;
	text-transform: uppercase;
	position: absolute;
	visibility: hidden;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin-top: -100px;
	opacity: 0;
	left: 0;
	right: 0;
}
.testimonial2-carousel .testi-box > h3 > span {
	display: block;
	text-transform: none;
}
.testimonial2-carousel .center .item .testi-box > h3 {
	position: relative;
	visibility: visible;
	margin-top: 10px;
	opacity: 1;
}
.testimonial2-carousel.owl-theme .owl-controls {
	margin-top: 47px;
}
.testimonial2-carousel.owl-theme .owl-dots .owl-dot span {
	border-radius: 0;
	background-color: transparent;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	width: 33px;
	height: 16px;
	position: relative;
	margin: 0 10px;
}
.testimonial2-carousel.owl-theme .owl-dots .owl-dot span::before {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.testimonial2-carousel.owl-theme .owl-dots .owl-dot.active span::before {
	height: 4px;
	background-color: #1da054;
}

/* - Home 1 Testimonial */
.home1-testimonial {
	background-image: url("../images/home1-testimonial-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.home1-testimonial::before {
	background-color: rgba(5,8,4,0.75);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.home1-testimonial .testimonial2-carousel .item::before,
.home1-testimonial .testimonial2-carousel .testi-box::before {
	top: 58px;
}
.home1-testimonial .testimonial2-carousel .testi-box > i {
	background-color: #bdbebd;
	border-radius: 50%;
	overflow: hidden;
	height: 104px;
	width: 104px;
}
.home1-testimonial .testimonial2-carousel .center .testi-box > i {
	border: 3px solid #1da054;
}

/* - Home 2 Testimonial */
.home2-testimonial {
	background-image: url("../images/home2-testimonial-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.home2-testimonial::before {
	background-color: rgba(5,8,4,0.75);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.home2-testimonial .section-header > p {
	text-transform: none;
}
.home2-testimonial .testimonial2-carousel .testi-box {
	padding-left: 5px;
	padding-right: 5px;
}
.home2-testimonial .testimonial2-carousel .item::before,
.home2-testimonial .testimonial2-carousel .testi-box::before {
	display: none;
}
.home2-testimonial .testimonial2-carousel .testi-box > i {
	background-color: #bdbebd;
	border-radius: 50%;
	overflow: hidden;
	height: 86px;
	width: 86px;
	margin: 9px 9px 39px;
}
.home2-testimonial .testimonial2-carousel .center .testi-box > i {
	border: 3px solid #1da054;
	height: 104px;
	width: 104px;
	margin: 0 0 30px;
}
.home2-testimonial .testimonial2-carousel .testi-box > p::before {
	color: #fff;
}
.home2-testimonial .testimonial2-carousel .center .testi-box > p::before {
	color: #1da054;
}
.home2-testimonial .testimonial2-carousel.owl-theme .owl-controls {
	margin-top: 15px;
}

/* - Testimonial Section 3 */
.testimonials-section3 {
	background-image: url("../images/home3-testimonial-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 100px;
	padding-bottom: 47px;
}
.testimonials-section3::before {
	background-color: rgba(5,8,4,0.75);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.testimonials-section3 .section-header > h3,
.testimonials-section3 .section-header > p { 
	text-transform: none;
}
.testimonials-section3 .testimonial3-carousel {
	display: inline-block;
	width: 100%;
}
.testimonials-section3 .testimonial3-carousel .item {
	text-align: center;
}
.testimonials-section3 .testimonial3-carousel .item .testi-box {
	position: relative;
	padding: 0 150px 40px;
	z-index: 1;
}
.testimonials-section3 .testimonial3-carousel .item .testi-box::before {
	background-color: #fff;
	border-radius: 2px;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 58px;
	bottom: 68px;
	z-index: -1;
}
.testimonials-section3 .testimonial3-carousel .item .testi-box::after {
	background-color: #fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	content: "";
	display: inline-block;
	position: absolute;
	left: 15px;
	right: 15px;
	max-width: 100%;
	width: 370px;
	height: 68px;
	bottom: 0;
	margin: 0 auto;
	z-index: -1;
}
.testimonials-section3 .testimonial3-carousel .item .testi-box > i {
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	border: 4px solid #1da054;
	margin-bottom: 25px;
}
.testimonials-section3 .testimonial3-carousel .item .testi-box > p {
	text-align: left;
	line-height: 25px;
	position: relative;
}
.testimonials-section3 .testimonial3-carousel .item .testi-box > p::before {
	font-family: FontAwesome;
	font-size: 24px;
	color: #1da054;
	position: absolute;
	content: "\f10d";
	left: -36px;
	top: -10px;
}
.testimonials-section3 .testimonial3-carousel .item .testi-box > h3 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.4px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.testimonials-section3 .testimonial3-carousel .item .testi-box > h3 > span {
	display: block;
	text-transform: none;
}
.testimonial3-carousel .carousel-indicators {
	position: relative;
	left: 0;
	bottom: 0;
	margin: 47px 0 0;
	width: 100%;
}
.testimonial3-carousel .carousel-indicators > li {
	background-color: transparent;
	width: 33px;
	border: none;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	height: 16px;
	margin: 0 10px;
	position: relative;
}
.testimonial3-carousel .carousel-indicators > li::before {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.testimonial3-carousel .carousel-indicators > li.active::before {
	height: 4px;
	background-color: #1da054;
}

/* - Services Testimonial */
.srv-testimonial {
	background-image: none;
}

/* - Faq Page */
.faq-page {
	padding-bottom: 80px;
	padding-top: 85px;
	position: relative;
}
.faq-page .faq-img {
	position: absolute;
	left: 0;
	top: 30px;
	width: 19.53125%;
}
.faq-block .panel-group {
	margin-bottom: 0px;
}
.faq-block .panel-group .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	margin-bottom: 30px;
}
.faq-block .panel-default > .panel-heading {
	background-color: transparent;
	border-radius: 0;
	border: none;
	padding: 0;
}
.faq-block .panel-title > a {
	background-color: #1da054;
	border: none;
	display: inline-block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	padding: 11px 20px 11px 70px;
	position: relative;
}
.faq-block .panel-title > a.collapsed {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	background-color: transparent;
	border: 1px solid #e2e2e2;
	color: #333;
	text-transform: none;
}
.faq-block .panel-title > a::before {
	background-color: #222;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 58px;
}
.faq-block .panel-title > a.collapsed::before {
	background-color: #1da054;
}
.faq-block .panel-title > a::after {
	content: "\f068";
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: 22px;
	color: #fff;
	font-family: FontAwesome;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.faq-block .panel-title > a.collapsed::after {
	content: "\f067";
}
.faq-block .panel-body {
	border-top: none;
	padding: 17px 25px 25px;
	letter-spacing: 0.35px;
	line-height: 25px;
}

.work-section .faq-block .panel-group .panel {
	background-color: transparent;
	margin-bottom: 40px;
}
.work-section .faq-block .panel-group .panel:last-child {
	margin-bottom: 0;
}
.work-section .faq-block .panel-title > a {
	padding-left: 50px;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.work-section .faq-block .panel-title > a.collapsed {
	padding: 0 0 0 25px;
	color: #fff;
	border: none;
}
.work-section .faq-block .panel-title > a::before {
	display: none;
}
.work-section .faq-block .panel-title > a.collapsed::after {
	left: 0;
}
.work-section .faq-block .panel-body {
	padding-bottom: 16px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

/* - We Are Working */
.we-are-working {
	padding-top: 100px;
	padding-bottom: 110px;
	position: relative;
}
.work-box {
	display: inline-block;
	position: relative;
	margin-bottom: 39px;
	padding-left: 85px;
	width: 100%;
}
.work-box:last-child {
	margin-bottom: 0;
}
.work-box > i {
	border-radius: 50%;
	display: inline-block;
	font-size: 25px;
	line-height: 53px;
	height: 53px;
	text-align: center;
	width: 53px;
	position: absolute;
	left: 0;
	top: 0;
}
.work-box > h3 {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.45px;
	line-height: 24px;
}
.work-box > p {
	line-height: 24px;
	letter-spacing: 0.35px;
	margin-bottom: 0;
}
.work-img-block {
	display: inline-block;
	width: 100%;
}
.work-img-block .work-carousel .item {
	text-align: center;
}
.work-img-block .work-carousel .item > a {
	display: inline-block;
	position: relative;
	width: 100%;
}
.work-img-block .work-carousel .item > a::before {
	background-color: rgba(34,34,34,0.85);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.work-img-block .work-carousel .item > a:hover::before {
	opacity: 1;
}
.work-img-block .work-carousel.owl-theme .owl-controls {
	margin-top: 0;
}

/* - Blog */
.blog-grid {
	padding-bottom: 110px;
}
.type-post .entry-header {
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	display: inline-block;
	width: 100%;
	padding: 17px 28px 12px;
}
.type-post .entry-header .entry-title {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 0.25px;
	margin-top: 0;
	margin-bottom: 5px;
}
.type-post .entry-header .entry-title > a {
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.type-post .entry-header .entry-meta {
	float: left;
	width: 100%;
}
.type-post .entry-header .entry-meta > span {
	font-size: 13px;
	margin-right: 15px;
	line-height: 30px;
}
.type-post .entry-header .entry-meta > span:last-child {
	margin-right: 0;
}
.type-post .entry-header .entry-meta > span > i {
	margin-right: 10px;
}
.type-post .entry-header .entry-meta > span > a {
	text-decoration: none;
}
.type-post .entry-content {
	display: inline-block;
	width: 100%;
	padding: 22px 30px 30px;
	border-style: solid;
	border-width: 1px;
	border-top: none;
}
.type-post .entry-content > p {
	line-height: 25px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.type-post .entry-content > a {
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 9px 25px;
	display: inline-block;
	margin-top: 15px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

/* - Blog Grid 3 Col */
.blog-grid-3-col .type-post {
	max-width: 370px;
	display: block;
	margin: 0 auto;
}

/* - Blog Grid 2 Col */
.blog-grid-2-col {
	padding-bottom: 110px;
}
.blog-grid-2-col .type-post {
	border-radius: 25px;
	overflow: hidden;
}
.blog-grid-2-col .type-post .entry-header {
	padding-top: 13px;
}
.blog-grid-2-col .type-post .entry-header .entry-title {
	text-transform: uppercase;
}
.blog-grid-2-col .type-post .entry-content {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

/* - Blog Fullwidth */
.blog-fullwidth .row > [class*="col-xs-"]:nth-child(n+2) {
	margin-top: 40px;
}
.blog-fullwidth .type-post .entry-header {
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	border-top: none;
	padding: 33px 30px 12px;
}
.blog-fullwidth .type-post .entry-header .entry-title {
	margin-bottom: 28px;
	text-transform: uppercase;
}
.blog-fullwidth .type-post .entry-meta {
	border-radius: 2px;
	width: auto;
	padding-left: 13px;
	padding-right: 13px;
}
.blog-fullwidth .type-post .entry-content {
	padding-top: 13px;
	padding-bottom: 33px;
}

/* - Blog Left Sidebar */
.blog-grid .content-area .type-post .entry-cover {
	position: relative;
	float: left;
	width: 100%;
}
.blog-grid .content-area .entry-cover::before {
	background-color: rgba(0,0,0,0.75);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	top: 50%;
	transform: translate(0%, -50%) rotate(0deg);
	-webkit-transform: translate(0%, -50%) rotate(0deg);
	-moz-transform: translate(0%, -50%) rotate(0deg);
	-ms-transform: translate(0%, -50%) rotate(0deg);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	opacity: 0;
}
.blog-grid .content-area .entry-cover .hover-content {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 0%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	opacity: 0;
}
.blog-grid .content-area .entry-cover .hover-content > a {
	border-radius: 2px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	width: 32px;
	margin: 0 5px;
}
.blog-grid .content-area .type-post:hover .entry-cover::before {
	transform: translate(0%, -50%) rotate(405deg);
	-webkit-transform: translate(0%, -50%) rotate(405deg);
	-moz-transform: translate(0%, -50%) rotate(405deg);
	-ms-transform: translate(0%, -50%) rotate(405deg);
	opacity: 1;
}
.blog-grid .content-area .type-post:hover .entry-cover .hover-content {
	top: 50%;
	opacity: 1;
}

/* - Widget */
.widget-area .widget {
	background-color: #f7f7f7;
	margin-bottom: 30px;
	border: 1px solid #eaeaea;
	padding: 24px 29px;
}
.widget-area .widget-title {
	display: inline-block;
	width: 100%;
}
.widget-area .widget-title h3 {
	display: inline-block;
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.9px;
	margin-bottom: 16px;
	margin-top: 0;
	text-transform: uppercase;
	padding: 0 0 11px 14px;
	position: relative;
}
.widget-area .widget-title h3::before {
	border-left: 2px solid #1da054;
	border-bottom: 2px solid #1da054;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	right: 0;
	bottom: 0;
}

/* - Widget : Search */
.widget-area .widget_search {
	border: none;
	background-color: transparent;
	padding: 0;
}
.widget-area .searchform {
	background-color: #1da054;
	border-radius: 2px;
}
.widget-area .widget_search .form-control {
	height: 45px;
	outline: none;
	border: none;
	color: #ffffff;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	font-weight: 500;
	font-size: 14px;
	padding: 10px 22px;
	letter-spacing: 1.2px;
	color: #ffffff;
	background-color: transparent;
}
.widget-area .widget_search .form-control::-webkit-input-placeholder {
	color: #ffffff;
	text-transform: uppercase;
}
.widget-area .widget_search .form-control:-moz-placeholder {
	color: #ffffff;
	text-transform: uppercase;
}
.widget-area .widget_search .form-control::-moz-placeholder {
	color: #ffffff;
	text-transform: uppercase;
}
.widget-area .widget_search .form-control:-ms-input-placeholder {
	color: #ffffff;
	text-transform: uppercase;
}

/* - Widget : Categories */
.widget-area .widget_categories ul {
	padding-left: 0;
}
.widget-area .widget_categories ul > li {
	display: inline-block;
	width: 100%;
	margin-bottom: 18px;
}
.widget-area .widget_categories ul > li:last-child {
	margin-bottom: 0;
}
.widget-area .widget_categories ul > li > a {
	text-decoration: none;
	letter-spacing: 0.35px;
	position: relative;
	vertical-align: middle;
	padding-left: 34px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-area .widget_categories ul > li > a > i {
	margin-right: 23px;
	position: absolute;
	left: 0;
	width: 17px;
	top: 0;
	text-align: center;
}

/* - Widget : Recent Comment */
.widget-area .widget_recent_comment ul {
	padding-left: 0;
}
.widget-area .widget_recent_comment ul > li {
	display: inline-block;
	width: 100%;
	margin-bottom: 18px;
}
.widget-area .widget_recent_comment ul > li:last-child {
	margin-bottom: 0;
}
.widget-area .widget_recent_comment ul > li > a {
	text-decoration: none;
	letter-spacing: 0.35px;
	position: relative;
	vertical-align: middle;
	padding-left: 34px;
	display: inline-block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-area .widget_recent_comment ul > li > a::before {
	content: "\f0e5";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
}

/* - Widget : Recent Post */
.widget-area .widget_recentposts .latest-content {
	display: inline-block;
	min-height: 70px;
	margin-bottom: 20px;
	padding-left: 90px;
	position: relative;
	width: 100%;
}
.widget-area .widget_recentposts .latest-content:last-of-type {
	margin-bottom: 0;
}
.widget-area .widget_recentposts .latest-content > a {
	position: absolute;
	left: 0;
	top: 0;
}
.widget-area .widget_recentposts .latest-content > a > img {
	border-radius: 2px;
}
.widget-area .widget_recentposts .latest-content > h5 {
	line-height: 25px;
	letter-spacing: 0.35px;
	margin-top: -5px;
}
.widget-area .widget_recentposts .latest-content > h5 > a {
	text-decoration: none;
}
.widget-area .widget_recentposts .latest-content > span {
	font-size: 13px;
	vertical-align: middle;
}
.widget-area .widget_recentposts .latest-content > span > i {
	margin-right: 9px;
}
.widget-area .widget_recentposts .latest-content > span a {
	text-decoration: none;
	letter-spacing: 0.325px;
}

/* - Widget: Tags */
.widget-area .tagcloud {
	display: inline-block;
	width: 100%;
}
.widget-area .tagcloud a {
	padding: 6px 10px;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	margin-right: 4px;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 0.35px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	display: inline-block;
}

.widget-area .tagcloud a:last-of-type {
	margin-right: 0;
}

/* - Blog Single */
.blog-single {
	padding-bottom: 110px;
}
article.type-post  {
	margin-bottom: 45px;
}
article.type-post .entry-content {
	padding-bottom: 40px;
}
.blog-single-curv article.type-post {
	border-radius: 25px;
	overflow: hidden;
}
.blog-single-curv article.type-post .entry-header .entry-title {
	text-transform: uppercase;
}
.blog-single-curv article.type-post .entry-content {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
article.type-post .entry-content > p {
	letter-spacing: 0.35px;
}
article.type-post .entry-content blockquote {
	border-bottom: 15px solid #333333;
	border-top: 15px solid #333333;
	border-left: none;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 15px 20px 15px 40px;
	margin-top: 37px;
	margin-bottom: 33px;
	line-height: 30px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	position: relative;
	letter-spacing: 0.4px;
}
article.type-post .entry-content blockquote::before {
	color: #1da054;
	content: "\f10d";
    font-family: FontAwesome;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	position: absolute;
	left: 14px;
	top: 9px;
}
article.type-post .entry-content > ul.points-list {
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
}
article.type-post .entry-content > ul.points-list > li {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;
	margin-bottom: 10px;
}
article.type-post .entry-content > ul.points-list > li > i {
	margin-right: 15px;
	vertical-align: middle;
}
article.type-post .entry-content .blog-gallery {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
article.type-post .entry-content .blog-gallery > h4 {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.45px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
}
article.type-post .entry-content .blog-gallery > ul {
	padding-left: 0;
	margin: 0 -8px;
}
article.type-post .entry-content .blog-gallery > ul > li {
	float: left;
	list-style: none;
	width: 33.333%;
	padding: 0 8px;
	box-sizing: border-box;
}
article.type-post .entry-content .tags {
	display: inline-block;
	line-height: 30px;
	margin-top: 15px;
}
article.type-post .entry-content .tags > span {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
article.type-post .entry-content .tags > a {
	font-family: 'Oxygen', sans-serif;
	display: inline-block;
	text-decoration: none;
	margin-right: 2px;
}
article.type-post .entry-content .tags > a::after {
	content: ",";
}
article.type-post .entry-content .tags > a:last-child::after {
	content: "";
}
article.type-post .entry-content ul.social {
	float: right;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 15px;
}
article.type-post .entry-content ul.social li {
	display: inline-block;
	margin-left: 7px;
}
article.type-post .entry-content ul.social li > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-style: solid;
	border-width: 1px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	border-radius: 2px;
}

/* - Comment Area */
.comments-area {
	display: inline-block;
    margin-top: 0;
    padding: 0;
    width: 100%;
}
.comments-title {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.45px;
	line-height: 25px;
	margin-bottom: 40px;
	margin-top: 0;
	text-transform: uppercase;
}
.comment-list {
    list-style: none;
    margin-bottom: 70px;
	padding-left: 0;
	overflow: hidden;
}
.comment-list li {
	padding-left: 30px;
}
.comment-body {
	margin-bottom: 30px;
	padding-bottom: 27px;
	padding-left: 110px;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}
.comment-body::before {
	border-bottom: 2px solid #f1f1f1;
	border-top: 2px solid #f1f1f1;
	content: "";
	display: inline-block;
	position: absolute;
	max-width: 10000px;
	left: -200%;
	right: -200%;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.comment-author {
	display: inline-block;
	width: 100%;
	margin-top: -5px;
}
.comment-author .avatar {	
	border-radius: 2px;
	margin-right: 15px;
	position: absolute;
	left: 0;
	top: 30px;
}
.comment-author .fn {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.45px;
	line-height: 25px;
	text-transform: capitalize;
	margin-top: -5px;
}
.comment-metadata {
    display: inline-block;
	width: 100%;
	margin-bottom: 7px;
	margin-top: 5px;
}
.comment-metadata a {
	color: #1da054;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 0.65px;
	font-weight: 500;
	line-height: 23px;
}
.comments-area .comment p {
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 25px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0;
}
.comment-list .reply {
	display: inline-block;
}
.comment-list .reply a {
	color: #333;
	position: relative;
	text-decoration: none;
	transition: all 1s ease 0s;
	padding: 5px 10px;
}
.comment-list .reply a:hover {
	border-color: #000;
	color: #000;
}
.comment-list .children {
	list-style: none;
	margin: 0 0 0 15px;
	padding-left: 15px;
}
.comment-list .children > li {
    padding-left: 0.5em;
}

/* - Comment Reply Form */
.comment-respond {
	display: inline-block;
	width: 100%;
}
.comment-reply-title {	
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.45px;
	line-height: 25px;
	margin-bottom: 35px;
	margin-top: 0;
	text-transform: uppercase;
}
.comments-area .comment-form {
	margin-left: -12.5px;
	margin-right: -12.5px;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url,
.comments-area .comment-form-comment,
.comments-area .form-submit {
    float: left;
    padding-left: 12.5px;
	padding-right: 12.5px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
	width: 33.333%;
}
.comments-area .comment-form-comment,
.comments-area .form-submit {
	width: 100%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	background-color: #f1f1f1;
    border: none;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.65px;
    min-height: 55px;
    outline: none;
    padding: 13px 30px;
    position: relative;
    width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.comment-form textarea {
	padding: 30px;
	height: 185px;
}
.comments-area .form-submit {
	margin-bottom: 0;
}
.comment-form input[type="submit"]{
	background-color: #1da054;
	border: none;
    border-radius: 0;
    color: #fff;   
    font-size: 14px;
	line-height: 40px;
    font-weight: bold;
    letter-spacing: 0.35px;
    padding: 0 35px;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s
}

/* - Latest Blog */
.latest-blog {
	padding-top: 100px;
	padding-bottom: 110px;
}
.latest-blog .container > .row {
	margin-left: -11px;
	margin-right: -11px;
}
.latest-blog .container > .row [class*="col-"] {
	padding-left: 11px;
	padding-right: 11px;
}
.latest-blog .type-post .entry-header {
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	border-top: none;
	padding: 23px 28px 10px;
}
.latest-blog .type-post .entry-header .entry-title {
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.45px;
}
.latest-blog .type-post .entry-meta {
	border-radius: 2px;
	width: auto;
	padding-left: 13px;
	padding-right: 13px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-blog .type-post .entry-content {
	padding: 10px 28px 33px;
}

/* - Latest Blog 2 */
.latest-blog2 {
	padding-top: 100px;
	padding-bottom: 110px;
}
.latest-blog2 .section-header > p {
	text-transform: none;
}
.latest-blog2 .container > .row {
	margin-left: -11px;
	margin-right: -11px;
}
.latest-blog2 .container > .row [class*="col-"] {
	padding-left: 11px;
	padding-right: 11px;
}
.latest-blog2 .type-post {
	border-radius: 25px;
	overflow: hidden;
}
.latest-blog2 .type-post .entry-header .entry-title {
	text-transform: uppercase;
	letter-spacing: 0.45px;
}
.latest-blog2 .type-post .entry-content {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

/* - Latest Blog 3 */
.latest-blog3 {
	padding-top: 100px;
	padding-bottom: 110px;
}
.latest-blog3 .section-header > h3 {
	text-transform: capitalize;
}
.latest-blog3 .section-header > p {
	text-transform: none;
}
.latest-blog3 .container > .row {
	margin-left: -11px;
	margin-right: -11px;
}
.latest-blog3 .container > .row [class*="col-"] {
	padding-left: 11px;
	padding-right: 11px;
}

/* - SignUp Form */
.signup-section {
	padding-bottom: 110px;
}
.signup-form {
	display: inline-block;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.signup-form > form {
	display: inline-block;
	width: 100%;
	padding: 30px 15px 0;
}
.signup-form > form .form-group {
	margin-bottom: 30px;
}
.signup-form > form .form-control {
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
	height: 44px;
	padding-left: 18px;
	padding-right: 18px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.signup-form > form .form-control::-webkit-input-placeholder {
	color: #666666;
}
.signup-form > form .form-control:-moz-placeholder { 
	color: #666666;
}
.signup-form > form .form-control::-moz-placeholder {
	color: #666666;
}
.signup-form > form .form-control:-ms-input-placeholder {  
	color: #666666;
}
.signup-form > form input[type="checkbox"] {
	margin-right: 10px;
}
.signup-form > form .signup-btn {
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 50px;
}
.signup-form > form .signup-btn::before {
	background-color: #fff;
	content: "";
	display: inline-block;
	position: absolute;
	left: -15px;
	right: -15px;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.signup-form > form .signup-btn input[type="submit"] {
	border: none;
	border-radius: 2px;
	font-weight: bold;
	letter-spacing: 0.35px;
	padding: 11px 25px;
	text-transform: uppercase;
}

/* - Dontation Page */
.dontation-page {
	padding-bottom: 110px;
	position: relative;
}
.dontation-page .dontaiton-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30.4688%;
}
.dontation-page .section-header {
	text-align: left;
}
.dontation-page .dontaiton-info > h4 {
	font-family: 'Oxygen', sans-serif;
	font-size: 22px;
	letter-spacing: 0.55px;
	line-height: 25px;
	text-transform: capitalize;
}
.dontation-page .dontaiton-info > p {
	letter-spacing: 0.35px;
	line-height: 25px;
	margin-bottom: 15px;
}
.dontaiton-detail {
	background-color: #edecec;
	display: inline-block;
	padding: 30px;
	width: 100%;
	margin-bottom: 30px;
}
.dontaiton-detail > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.dontaiton-detail > ul > li {
	float: left;
	list-style: none;
}
.dontaiton-detail > ul > li > a {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	padding: 12px 38px;
	display: inline-block;
	text-decoration: none;
	color: #666;
	letter-spacing: 0.35px;
}
.dontaiton-detail > ul > li > a.active,
.dontaiton-detail > ul > li > a:hover {
	background-color: #1da054;
	color: #fff;
}
.dontaiton-detail > ul > li + li > a {
	margin-left: -1px
}
.dontaiton-detail .other-value {
	display: none;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 30px;
}
.dontaiton-detail .other-value input[type="radio"] {
	margin-right: 10px;
}
.dontaiton-detail .other-value input[type="text"] {
	border: 1px solid #e2e2e2;
	height: 42px;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: none;
	width: 150px;
	margin-left: 10px;
}
.dontaiton-detail .form-group {
	margin-bottom: 0;
	letter-spacing: 0.35px;
}
.dontaiton-detail .form-group input[type="checkbox"] {
	margin-right: 10px;
}
.donor-info > h4 {
	font-family: 'Oxygen', sans-serif;
	font-size: 22px;
	letter-spacing: 0.55px;
	line-height: 25px;
	text-transform: capitalize;
}
.dontation-page .donor-info > p {
	letter-spacing: 0.35px;
	line-height: 25px;
	margin-bottom: 15px;
}
.donor-info .donor-form {
	background-color: #edecec;
	display: inline-block;
	padding: 15px;
	width: 100%;
}
.donor-info .donor-form .form-group {
	margin: 15px 0;
}
.donor-info form .donor-form .form-group .form-control {
	border: 1px solid #e2e2e2;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: none;
	height: 42px;
}
.donor-info form > input[type="submit"] {
	text-transform: capitalize;
	background-color: #1da054;
	color: #fff;
	padding: 14px 22px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.4px;
	border: none;
	margin-top: 35px;
}
.donor-info form > input[type="submit"]:hover {
	background-color: #000;
}

/* - Contact Page */
.contact-content {
	position: relative;
}
.contact-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30.8333%;
}
.contact-detail {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.contact-detail > h3 {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 34px;
}
.contact-detail > .detail-box {
	display: inline-block;
	padding-left: 60px;
	width: 100%;
	position: relative;
	min-height: 40px;
	margin-bottom: 30px;
}
.contact-detail > .detail-box > i {
	border-radius: 2px;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.contact-detail > .detail-box > p {
	line-height: 25px;
	margin-top: -8px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.contact-detail > .detail-box > p > span {
	display: block;
}
.contact-detail > .detail-box > p > a {
	text-decoration: none;
}
.contact-detail > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.contact-detail > ul > li {
	display: inline-block;
}
.contact-detail > ul > li > a {
	font-size: 20px;
	display: inline-block;
	line-height: 35px;
	height: 35px;
	text-align: center;
	width: 35px;
}

/* - Contact Form */
.contact-form > h3 {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 34px;
}
.contact-form .form-group  {
	margin-bottom: 30px;
}
.contact-form .form-group .form-control {
	color: #666666;
	height: 51px;
	border-radius: 0;
	border: 1px solid #c5c5c5;
	letter-spacing: 0.35px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	padding-left: 20px;
	padding-right: 20px;
}
.contact-form .form-group textarea.form-control {
	height: 166px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #666666;
	text-transform: capitalize;
}
.contact-form .form-group .form-control:-moz-placeholder { 
	color: #666666;
	text-transform: capitalize;
}
.contact-form .form-group .form-control::-moz-placeholder {
	color: #666666;
	text-transform: capitalize;
}
.contact-form .form-group .form-control:-ms-input-placeholder {  
	color: #666666;
	text-transform: capitalize;
}
.contact-form form input[type="submit"] {
	border: none;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.56px;
	padding: 10px 37px;
	text-transform: uppercase;
}

/* + Alert Msg */
.alert-msg {
	color: #ccc;
	margin: 10px 15px;
	display: inline-block;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

/* - Map Section */
.map-section .map-canvas {
	height: 460px;
}

/* - Error Page */
.error-content {
	padding-bottom: 110px;
}
.error-content .container > h2 {
	background-image: url("../images/404-bg.jpg");
	background-position: top;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	line-height: 380px;
	font-size: 430px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 62px;
	margin-top: -60px;
}
.error-content .error-content-box {
	text-align: center;
}
.error-content .error-content-box > p {
	line-height: 25px;
	text-align: left;
	letter-spacing: 0.35px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.error-content .error-content-box > form .form-control {
	height: 42px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	margin-top: 25px;
	margin-bottom: 30px;
	padding-left: 22px;
	padding-right: 22px;
}
.error-content .error-content-box > a {
	display: inline-block;
	border-radius: 2px;
	padding: 12px 22px;
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: none;
}

/* - Coming Soon */
.comingsoon-main {
	position: relative;
	padding-bottom: 175px;
	padding-top: 158px;
}
.comingsoon-left-img {
	position: absolute;
	width: 34.15625%;
	left: 0;
	top: 30px;
}
.comingsoon-right-img {
	position: absolute;
	width: 21.7708%;
	right: 0;
	bottom: 20px;	
}
.comingsoon-main .comingsoon-detail {
	text-align: center;
	position: relative;
}
.comingsoon-main .comingsoon-detail > h6 {
	font-size: 70px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 0;
}
.comingsoon-box {
	display: inline-block;
	margin-bottom: 45px;
	margin-top: 35px;
}
.countdown-box { 
	float: left;
	padding: 25px 40px;
}
.countdown-box p {
	margin-bottom: 0;
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 0;
	text-align: center;
}
.countdown-box p span {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #1da054;
	display: block;
	margin-top: 15px;
}
.comingsoon-main .newsletter-content > h4 {
	font-weight: 300;
}
.comingsoon-main .newsletter-content .input-group .form-control {
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
}
.comingsoon-main .newsletter-content .input-group .input-group-btn .btn {
	padding-left: 37px;
	padding-right: 37px;
}

.header_s .ownavigation .navbar-brand .main-logo{
   max-width: 119px;
}
.header_s .ownavigation .navbar-brand .main-logo-1{
   max-width: 207px;
}



/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 1200 */
@media (min-width: 1200px) {
	/* - Gallery Section */
	.gallery-section .gallery-box .gallery-content > i::before {
		width: 180px;
		height: 180px;
	}
}
.welcome-box > img {
	left: 0;
    top: 0;
	max-width: 80px;
	min-height: 80px;
	position: absolute;
	border: 1px dashed #1da054;
    padding: 3px;
	border-radius: 50%;
	text-align:center;
}
/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Ownavigation */
	.header_s .ownavigation .navbar-brand {
		margin: 4px 0;
	}
	.header_s .ownavigation .search,
	.header_s .ownavigation .donation-btn {	
		float: right;
		margin-left: 32px;
	}
	.header_s .ownavigation .navbar-collapse {
		text-align: center;
	}
	.header_s .ownavigation .navbar-nav {
		float: none;
		display: inline-block;
	}
	.header_s .ownavigation .navbar-nav > li {
		margin: 0;
	}
	.header_s .ownavigation .navbar-nav > li > a {
		padding: 42px 13px 42px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.header_s .ownavigation .navbar-nav > li > a::before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 21px;
		right: 21px;
		top: 0;
		height: 0;
	}
	.header_s .ownavigation .navbar-nav > .active > a::before, 
	.header_s .ownavigation .navbar-nav > .active > a:focus::before, 
	.header_s .ownavigation .navbar-nav > .active > a:hover::before {
		height: 40px;
	}
	.header_s .ownavigation .navbar-nav li .dropdown-menu > li > a {
		padding: 14px 22px;
		letter-spacing: 0px;
	}
	.header_s .ownavigation .navbar-nav li .dropdown-menu > li.dropdown > a::after {
		content: "\f0da";
		font-family: FontAwesome;
		position: absolute;
		right: 10px;
	}
	
	/* - Header Section 2 */
	.header_s2 .ownavigation .navbar-nav > .active > a {
		color: #000000;
	}
	
	/* - Menu Color */
	.menu_color.ownavigation .navbar-nav > li > a::before {
		background-color: #1da054;
	}	
	.menu_color.ownavigation .navbar-nav > .active > a, 
	.menu_color.ownavigation .navbar-nav > .active > a:focus, 
	.menu_color.ownavigation .navbar-nav > .active > a:hover {
		 color: #31358c;;
	}
	.menu_color.ownavigation .navbar-nav > .active > a:focus, 
	.menu_color.ownavigation .navbar-nav > .active > a:hover,
	.menu_color.ownavigation .navbar-nav > li:hover > a, 
	.menu_color.ownavigation .navbar-nav > li > a:hover {
		background-color: #1da054;
		color: #fff;
	}
	.menu_color.ownavigation .navbar-nav li .dropdown-menu {
		background-color: #fff;
	}
	.menu_color.ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #333333;
	}
	.menu_color.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		background-color: #000;
		color: #fff;
	}
	
	/* - Menu Color 2 */
	.menu_color2.ownavigation .navbar-nav > li > a::before {
		background-color: #1da054;
	}
	.menu_color2.ownavigation .navbar-nav > .active > a, 
	.menu_color2.ownavigation .navbar-nav > .active > a:focus, 
	.menu_color2.ownavigation .navbar-nav > .active > a:hover {
		color: #000000;
	}
	.menu_color2.ownavigation .navbar-nav > .active > a:focus, 
	.menu_color2.ownavigation .navbar-nav > .active > a:hover,
	.menu_color2.ownavigation .navbar-nav > li:hover > a, 
	.menu_color2.ownavigation .navbar-nav > li > a:hover {
		background-color: #1da054;
		color: #fff;
	}
	.menu_color2.ownavigation .navbar-nav li .dropdown-menu {
		background-color: #fff;
	}
	.menu_color2.ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #333333;
	}
	.menu_color2.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		background-color: #000;
		color: #fff;
	}
	
	/* - Footer */
	.top-footer .row > [class*="col-md-"]:nth-child(4n+1) {
		clear: both;
	}
	
	/* - Welcome Section */
	.welcome-section {
		direction: ltr;
	}
	.welcome-content .row > [class*=col-]:nth-child(2n+1) {
		clear: both;
	}
	.welcome-content .row > [class*=col-]:nth-child(even) .welcome-box {
		margin-left: 110px;
	}
	.welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box {
		padding-left: 0;
		padding-right: 140px;
		text-align: right;
		margin-right: 110px;
	}
	.welcome-content .row > [class*=col-]:nth-child(3) .welcome-box {
		margin-right: 150px;
	}
	.welcome-content .row > [class*=col-]:nth-child(4) .welcome-box {
		margin-left: 150px;
	}
	.welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box > i {
		left: auto;
		right: 0;
	}
	.welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box > img {
		left: auto;
		right: 0;
		max-width: 80px;
		min-height: 80px;
		position: absolute;
		border: 1px dashed #1da054;
    	padding: 3px;
		border-radius: 50%;
	}
	.welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box > h3::before {
		background-image: url("../images/wel-icon.png");
		left: auto;
		right: -25px;
	}
	.welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box > h3::after {
		left: auto;
		right: -80px;
	}
	
	/* - Welcome Section 2 */
	.welcome-section2 .welcome-content {
		padding-top: 0;
	}
	.welcome-section2 .welcome-content .row > [class*="col-"]:nth-child(odd) .welcome-box {
		margin-right: 184px;
		padding-right: 135px;
	}
	.welcome-section2 .welcome-content .row > [class*="col-"]:nth-child(even) .welcome-box {
		margin-left: 184px;
		text-align: left;
	}
	.welcome-section2 .welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box > h3::after {
		left: auto;
		right: -45px;
	}
	
	/* - Join Us Section 2 */
	.joinus-section2 .joinus-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.joinus-section2 .joinus-img {
		background-repeat: no-repeat;
		background-size: cover;
		width: 43.2291%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	
	/* - Counte Section */
	.counter-box {
		width: 20%;
	}
	.counter-section:not(.counter-section2 ) .counter-box:nth-child(n+6) {
		margin-top: 30px;
	}
	.counter-box:nth-child(5n+1) {
		clear: both;
	}
	.counter-section2 .counter-box:nth-child(5n+1) {
		border-left: none;
	}
	.counter-section2 .counter-box:nth-child(n+6) {
		border-top: 1px solid #0cd37c;
	}
	
	/* - Team */
	.team-box:nth-child(n+4) {
		margin-top: 30px;
	}
	.team-box:nth-child(3n+1) {
		clear: both
	}
	
	/* - Event */
	.event-listing .row > [class*="col-md-"]:nth-child(n+4) {
		margin-top: 80px;
	}
	.event-listing .row > [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	
	/* - Latest Event */
	.latest-events { 
		direction: ltr;
	}
	.latest-events .event-thumb.event-left .event-box {
		padding-left: 0;
		padding-right: 109px;
	}
	.latest-events .event-thumb.event-left .event-box .event-cover {
		left: auto;
		right: 0;
	}
	.latest-events .event-thumb.event-left .event-box .event-content {
		text-align: right;
	}
	
	/* - Latest Event Section 2 */
	.latest-event-section2::before {
		background-image: url("../images/latest-event-bg-2.png");
		background-position: bottom;
		background-repeat: no-repeat;
		background-position: right;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 23.2292%;
		display: inline-block;
	}
	
	/* - Latest Event Section 3 */
	.latest-event-section3 .row > [class*="col-md-"]:nth-child(n+4) {
		margin-top: 30px;
	}
	.latest-event-section3 .row > [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	
	/* - Volunteer Join */
	.volunteer-detail > p {
		padding-right: 180px;
	}
	
	/* - Gallery */
	.gallery-masonry:not(.gallery-section) .gallery-list {
		height: auto !important;
	}
	.gallery-masonry:not(.gallery-section) .gallery-box {
		position: relative !important;
		left: auto !important;
		top: auto !important;
	}
	
	/* - Gallery Section 3 */
	.gallery-section3 .gallery-list .gallery-box {
		width: 17.8%;
	}
	.gallery-section3 .gallery-list .gallery-box.width2 {
		width: 25.3125%;
	}
	.gallery-section3 .gallery-list .gallery-box.width3 {
		width: 39%;
	}
	
	/* - About Section */
	.about-img {
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 45.0520%;
	}
	
	/* - Our Mission Section */
	.our-mission-content {
		padding-right: 70px;
	}
	.mission-img {
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		right: 0;
		top: 110px;
		bottom: 110px;
		width: 45.0520%;
	}
	
	.work-img-block {
		width: 45.1041%;
		position: absolute;
		top: 243px;
		right: 0;
	}
	
	/* - Blog */
	/* - Blog Grid 3 Col */
	.blog-grid-3-col .row > [class*="col-md-"]:nth-child(n+4) {
		margin-top: 40px;
	}
	.blog-grid-3-col .row > [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	/* - Blog Grid 2 Col */
	.blog-grid-2-col .row > [class*="col-sm-"]:nth-child(n+3) {
		margin-top: 40px;
	}
	.blog-grid-2-col .row > [class*="col-sm-"]:nth-child(2n+1) {
		clear: both;
	}
	/* - Blog Left Side Bar */
	.blog-grid .content-area [class*="col-md-"]:nth-child(n+3) {
		margin-top: 40px;
	}
	.blog-grid .content-area > [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Latest Blog */
	.latest-blog .container > .row [class*="col-md-"]:nth-child(n+4) {
		margin-top: 22px;
	}
	.latest-blog .container > .row [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	/* - Latest Blog 2 */
	.latest-blog2 .container > .row [class*="col-md-"]:nth-child(n+4) {
		margin-top: 22px;
	}
	.latest-blog2 .container > .row [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	} 
	/* - Latest Blog 3 */
	.latest-blog3 .container > .row [class*="col-md-"]:nth-child(n+4) {
		margin-top: 22px;
	}
	.latest-blog3 .container > .row [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	/* + Header */
	.top-header .top-left {
		float: left;
	}
	.top-header .top-right { 
		float: right;
	}
	
	/* - Latest Event Section 2 */
	.latest-event-section2 .row > [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	.latest-event-section2 .row > [class*="col-md-"]:nth-child(n+4) {
		margin-top: 30px;
	}
	
	/* - Blog Right Sidebar */
	.content-right {
		float: right;
	}
	.sidebar-left {
		float: left;
	}
}

/* - max-width: 1600 */
@media (max-width: 1600px) {
	/* - Gallery Section 2 */
	.gallery-section2 .gallery-box .gallery-content > i::before {
		width: 180px;
		height: 180px;
	}
	
	/* - Dontation Page */
	.dontation-page .dontaiton-img {
		width: 29%;
	}
	
	/* - Contact Page */
	.contact-img {
		width: 27.8333%;
	}
	
	/* - Coming Soon */
	.comingsoon-right-img {
		width: 19.771%;
	}
}

/* - max-width: 1366 */
@media (max-width: 1366px) {
	/* - Dontation Page */
	.dontation-page .dontaiton-img {
		width: 26%;
	}
	
	/* - Contact Page */
	.contact-img {
		width: 25.8333%;
	}
}

/* - max-width: 1200 */
@media (max-width: 1200px) {
	.gallery-medium .gallery-box .gallery-content > i::before {
		height: 165px;
		width: 165px;
	}
	/* - Gallery Section 2 */
	.gallery-section2 .gallery-box .gallery-content > i::before {
		width: 130px;
		height: 130px;
	}
	/* - Gallery Small */
	.gallery-small .gallery-box .gallery-content > i::before {
		width: 110px;
		height: 110px;
	}
	/* - Gallery Masonry */
	.gallery-masonry .gallery-content > i::before {
		height: 120px;
		width: 120px;
	}
	
	/* - Faq Page */
	.faq-page .faq-img { 
		display: none;
	}
	
	/* - Blog Left Sidebar */
	.blog-grid .content-area .entry-cover::before {
		width: 110px;
		height: 110px;
	}
}	

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Ownavigation */
	.header_s .ownavigation .search, 
	.header_s .ownavigation .donation-btn {
		margin-left: 20px;
	}
	.header_s .ownavigation .navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header_s .ownavigation .navbar-nav > li > a::before { 
		left: 15px;
		right: 15px;
	}
	
	/* - Welcome Section */
	.welcome-content {
		padding-top: 25px;
	}
	.welcome-content .row > [class*=col-]:nth-child(even) .welcome-box {
		padding-left: 100px;
	}
	.welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box {
		padding-right: 100px;
	}
	.welcome-box > h3::after {
		width: 20px;
	}
	.welcome-content .row > [class*=col-]:nth-child(even) .welcome-box > h3::after {
		left: -45px;
	}
	.welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box > h3::after {
		right: -45px;
	}
	.welcome-box > p { 
		font-size: 13px;
	}
	/* - Welcome Section 2 */
	.welcome-section2 .welcome-content .row > [class*=col-]:nth-child(even) .welcome-box {
		margin-left: 160px;
		padding-left: 125px;
	}
	.welcome-section2 .welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box {
		margin-right: 160px;
		padding-right: 125px;
	}
	.welcome-section2 .welcome-content .row > [class*=col-]:nth-child(even) .welcome-box > h3::after {
		left: -66px;
	}
	
	/* - Gallery Section */
	.gallery-section .gallery-box .gallery-content > i::before {
		width: 140px;
		height: 140px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Ownavigation */
	.header_s #slidepanel {
		border: none;
	}
	.header_s .ownavigation .search {
		padding: 32px 0 26px;
		right: 93px;
	}
	.header_s .ownavigation .donation-btn { 
		padding: 29px 0 28px;
		right: 123px;
	}
	.header_s .ownavigation .search,
	.header_s .ownavigation .donation-btn {
		position: absolute;
		top: 0px;
	}
	.header_s .ownavigation .donation-btn > a {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.header_s .ownavigation .navbar-header .navbar-brand {
		margin: 23px 0;
	}
	.header_s .ownavigation .ddl-switch {
		top: 9px;
	}
	
	/* - Menu Color */
	.menu_color #slideit, 
	.menu_color #closeit,
	.menu_color #slideit:hover, 
	.menu_color #closeit:hover {
		color: #1da054;
	}
	.menu_color.ownavigation .navbar-toggle {
		background-color: #1da054;
	}
	.menu_color.ownavigation .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.menu_color.ownavigation .navbar-nav > li.active > a,
	.menu_color.ownavigation .navbar-nav > li.active > a:hover,
	.menu_color.ownavigation .navbar-nav  li a:hover,
	.menu_color.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #1da054;
	}
	.menu_color.ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #fff;
	}
	.menu_color.ownavigation .ddl-switch {
		background-color: #1da054;
		color: #fff;
	}
	
	/* - Menu color 2 */
	.menu_color2 #slideit, 
	.menu_color2 #closeit,
	.menu_color2 #slideit:hover, 
	.menu_color2 #closeit:hover{
		color: #1da054;
	}
	.menu_color2.ownavigation .navbar-toggle {
		background-color: #1da054;
	}
	.menu_color2.ownavigation .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.menu_color2.ownavigation .navbar-nav > li.active > a,
	.menu_color2.ownavigation .navbar-nav > li.active > a:hover,
	.menu_color2.ownavigation .navbar-nav  li a:hover,
	.menu_color2.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #1da054;
	}
	.menu_color2.ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #000;
	}
	.menu_color2.ownavigation .ddl-switch {
		background-color: #1da054;
		color: #fff;
	}
	
	/* - Footer */
	.top-footer .row > [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Welcome Section */
	.welcome-bg {
		display: none;
	}
	.welcome-content .row > [class*=col-]:nth-child(2n+1) {
		clear: both;
	}
	.welcome-box {
		padding-left: 120px;
	}
	.welcome-box > h3::after {
		width: 40px;
		left: -65px;
	}
	
	/* - Welcome Section 3 */
	.welcome-section3 .container > [class*="col-xs-"]  {
		padding: 0;
	}
	
	/* - Team */
	.team-box:nth-child(n+3) {
		margin-top: 30px;
	}
	.team-box:nth-child(2n+1) {
		clear: both
	}
	
	/* - Event */
	.event-listing .row > [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 80px;
	}
	.event-listing .row > [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Latest Event Section 2 */
	.latest-event-section2 .event-box .event-content {
		padding-left: 20px;
	}
	/* - Latest Event Section 3 */
	.latest-event-section3 .row > [class*="col-md-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	.latest-event-section3 .row > [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	
	.gallery-content > i::before {
		width: 190px;
		height: 190px;
	}
	/* - Gallery Small */
	.gallery-small .gallery-box {
		width: 25%;
	}
	/* - Gallery Section */
	.gallery-section .gallery-box .gallery-content > i::before {
		width: 140px;
		height: 140px;
	}
	
	.about-img { 
		width: 100%;
		text-align: center;
	}
	.about-content {
		padding-left: 0;
	}
	
	/* - Our Mission Section */
	.mission-img {
		text-align: center;
	}
	
	.work-img-block {
		width: 100%;
		display: inline-block;
		margin-top: 50px;
	}
	
	/* - Blog */
	/* - Blog Grid 3 Col */
	.blog-grid-3-col .row > [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 40px;
	}
	.blog-grid-3-col .row > [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;
	}
	/* - Blog Grid 2 Col */
	.blog-grid-2-col .row > [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 40px;
	}
	.blog-grid-2-col .row > [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Blog Single */
	article.type-post .entry-content ul.social {
		width: 100%;
	}
	article.type-post .entry-content ul.social li {
		margin-left: 0;
		margin-right: 7px;
	}
	.comment-body {
		padding-left: 95px;
	}
	.comment-list li {
		padding-left: 30px;
	}
	.comment-list > li.depth-1 {
		padding-left: 0;
	}
	.comment-list .children {
		margin-left: 0;
		padding-left: 0;
	}
	
	/* - Comment Area */
	.comments-area .comment-form-author,
	.comments-area .comment-form-email,
	.comments-area .comment-form-url {
		width: 100%;
	}
	
	/* - Latest Blog */
	.latest-blog .container > .row [class*="col-md-"]:nth-child(n+3) {
		margin-top: 22px;
	}
	.latest-blog .container > .row [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	/* - Latest Blog 2 */
	.latest-blog2 .container > .row [class*="col-md-"]:nth-child(n+3) {
		margin-top: 22px;
	}
	.latest-blog2 .container > .row [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	/* - Latest Blog 3 */
	.latest-blog3 .container > .row [class*="col-md-"]:nth-child(n+3) {
		margin-top: 22px;
	}
	.latest-blog3 .container > .row [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Dontation Page */
	.dontation-page .dontaiton-img {
		display: none;
	}
	
	/* - Contact Page */
	.contact-img {
		display: none;
	}
	
	/* - Error Page  */
	.error-content .container > h2 {
		font-size: 330px;
		line-height: 280px;
		margin-top: -40px;
	}
	
	/* - Coming Soon */
	.comingsoon-main .comingsoon-detail > h6 {
		font-size: 56px;
	}
	.countdown-box {  
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Join Us Section 2 */
	.joinus-section2 .joinus-img,
	.joinus-section2 .joinus-img > img {
		width: 100%;
	}
	
	/* - Counte Section */
	.counter-section:not(.counter-section2 ) .counter-box:nth-child(n+4) {
		margin-top: 30px;
	}
	.counter-box:nth-child(3n+1) {
		clear: both;
	}
	.counter-section2 .counter-box:nth-child(n+4) {
		border-top: 1px solid #0cd37c;
	}
	
	/* - Gallery Section 2 */
	.gallery-section2 .gallery-box {
		padding-left: 6px;
		padding-right: 6px;
		position: relative !important;
		left: auto !important;
		top: auto !important;
	}
	
	/* - Blog Left Side Bar */
	.blog-grid .content-area [class*="col-md-"]:nth-child(n+2) {
		margin-top: 40px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	.header_s .search-box {
		right: 0;
	}
	.top-header .top-left,
	.top-header .top-right {
		text-align: center;
		width: 100%;
	}
	.top-header .top-left {
		padding-bottom: 6px;
	}
	.top-header .top-right {
		padding-top: 6px;
	}
	/* - Ownavigation */
	.header_s #slideit, 
	.header_s #closeit {
		right: -65px;
	}
	.header_s .ownavigation .search { 
		right: 78px;
	}
	.header_s .ownavigation .donation-btn {  
		right: 108px;
	}
	
	/* - Section Header */
	.section-header h3 {
		line-height: 36px;
		font-size: 26px;
	}
	/* - Page Header */
	.page-banner h3 {
		font-size: 30px;
	}
	
	/* + Footer */
	.bottom-footer {
		text-align: center;
	}
	.bottom-footer .container > p {
		width: 100%;
	}
	.bottom-footer .container > i {
		display: inline-block;
		float: none;
	}
	
	/* - Join Us Section */
	.joinus-section .joinus-img {
		display: none;
	}
	
	/* - Counte Section */
	.counter-section:not(.counter-section2 ) .counter-box:nth-child(n+3) {
		margin-top: 30px;
	}
	.counter-box:nth-child(2n+1) {
		clear: both;
	}
	.counter-section2 .counter-box:nth-child(n+3) {
		border-top: 1px solid #0cd37c;
	}
	
	.event-listing .row > [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 50px;
	}
	
	/* - Latest Event Section 2 */
	.latest-event-section2 .row > [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	.latest-event-section2 .row .event-box {
		display: block;
		margin: 0 auto;
		max-width: 270px;
	}
	
	.gallery-content > i::before {
		width: 150px;
		height: 150px;
	}
	
	/* - Gallery Small */
	.gallery-small .gallery-box {
		width: 33.3333%;
	}
	
	/* - Skill Block */
	.skill-block {
		margin-bottom: 60px;
	}
	
	.faq-block .panel-title > a {
		font-size: 15px;
	}
	
	/* - Blog Left Side Bar */
	.blog-grid .content-area [class*="col-md-"]:nth-child(n+3) {
		margin-top: 40px;
	}
	.blog-grid .content-area > [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;
	}
	.widget-area {
		margin-top: 60px;
	}
	
	/* - SignUp Form */
	.signup-form {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* - Coming Soon */
	.comingsoon-main .comingsoon-detail > h6 {
		margin-top: 20px;
	}
}

/* - max-width: 639 */
@media (max-width: 639px) {
	/* - Welcome Section */
	.welcome-content .row > [class*="col-xs-"],
	.welcome-section3 .row > [class*="col-xs-"] {
		width: 100%;
	}
	.welcome-section3 .row > [class*="col-xs-"]:nth-child(n+2) .welcome-box {
		margin-top: 36px;
	}
	
	/* - Callout Section */
	.newsletter-content .input-group { 
		padding-right: 0;
	}
	.newsletter-content .input-group .input-group-btn {
		position: relative;
		margin-top: 25px;
		display: inline-block;
	}
	
	/* - Latest Event */
	.latest-events .row > [class*="col-"]:nth-child(2n+1) {
		clear: both;
	}
	.latest-events .row > [class*="col-"] {
		width: 100%;
	}
	.latest-events .row .event-box {
		width: 416px;
		display: block;
		margin: 0 auto 34px;
		max-width: 100%;
	}
	.latest-events .row .event-big .event-box {
		margin-bottom: 0;
	}
	
	/* - Latest Event Section 2 */
	.latest-event-section2 .row > [class*="col-xs-"] {
		width: 100%;
	}
	.latest-event-section2 .row > [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Volunteer Join */
	.volunteer-join [class*="col-xs-"] { 
		width: 100%;
	}
	.volunteer-join .volunteer-detail {
		margin-top: 50px;
	}
	.volunteer-join .team-member-detail {
		max-width: 366px;
		margin: 0 auto;
		display: block;
		float: none;
	}
	
	.gallery-content > i::before {
		width: 120px;
		height: 120px;
	}
	
	/* - Gallery Medium */
	.gallery-medium .gallery-box {
		width: 50%;
	}
	
	/* - Gallery Section */
	.gallery-section .gallery-box .gallery-content > i::before {
		width: 100px;
		height: 100px;
	}
	
	/* - Testimonial Section 3 */
	.testimonials-section3 .testimonial3-carousel .item .testi-box {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	/* - Blog Grid 2 Col */
	.blog-grid-2-col .row > [class*="col-xs-"] {
		width: 100%;
	}
	.blog-grid-2-col .type-post { 
		max-width: 570px;
		display: block;
		margin: 0 auto;
	}
	/* - Blog Sidebar */
	.blog-grid .content-area > [class*="col-xs-"] {
		width: 100%;
	}
	.blog-grid .content-area > [class*="col-xs-"] .type-post {
		max-width: 375px;
		display: block;
		margin: 0 auto;
	}
	.blog-grid .content-area [class*="col-md-"]:nth-child(n+2) {
		margin-top: 40px;
	}
	
	/* - Latest Blog */
	.latest-blog .container > .row [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 22px;
	}
	.latest-blog .container > .row [class*="col-xs-"] {
		width: 100%;
	}
	.latest-blog .type-post {
		max-width: 375px;
		display: block;
		margin: 0 auto;
	}
	.latest-blog .type-post .entry-header,
	.latest-blog .type-post .entry-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	/* - Latest Blog 2 */
	.latest-blog2 .container > .row [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 22px;
	}
	.latest-blog2 .container > .row [class*="col-xs-"] {
		width: 100%;
	}
	.latest-blog2 .type-post {
		max-width: 375px;
		display: block;
		margin: 0 auto;
	}
	.latest-blog2 .type-post .entry-header,
	.latest-blog2 .type-post .entry-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	/* - Latest Blog 3 */
	.latest-blog3 .container > .row [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 22px;
	}
	.latest-blog3 .container > .row [class*="col-xs-"] {
		width: 100%;
	}
	.latest-blog3 .type-post {
		max-width: 375px;
		display: block;
		margin: 0 auto;
	}
	.latest-blog3 .type-post .entry-header,
	.latest-blog3 .type-post .entry-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	/* - Contact Page */
	.contact-content .row > [class*="col-xs-"] {
		width: 100%;
	}
	
	/* - Error Page  */
	.error-content .container > h2 {
		font-size: 230px;
		line-height: 200px;
		margin-top: -40px;
	}
	
	/* - Coming Soon */
	.newsletter-content > h4 {
		font-size: 33px;
	}
	.comingsoon-main .comingsoon-detail > h6 {
		font-size: 46px;
	}
	.countdown-box {  
		padding-left: 15px;
		padding-right: 15px;
	}
	.countdown-box p {
		font-size: 70px;
	}
}

/* - max-width: 568 */
@media (max-width: 568px) {
	/* - Footer */
	.top-footer .row > [class*="col-xs-"] {
		width: 100%;
	}
	
	/* - Gallery Small */
	.gallery-small .gallery-box {
		width: 50%;
	}
	
	/* - Blog */
	.blog-grid-3-col .row > [class*="col-xs-"] {
		width: 100%;
	}
	.blog-grid-3-col .row > [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 40px;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Top Header */
	.top-header .top-right ul {
		width: 100%;
		margin-bottom: 12px;
	}
	.header_s .ownavigation .donation-btn {
		display: none;
	}
	
	/* - Pagination */
	.ow-pagination ul li:first-child > a {
		padding: 1px 13px;
	}
	.ow-pagination ul li a {
		padding: 0 5px;
	}
	.ow-pagination .pagination > li:nth-child(2) > a {
		padding-left: 11px;
	}
	.ow-pagination .pagination > li:nth-last-child(2) > a {
		padding-right: 11px;
	}
	
	/* - Counte Section */
	.counter-box {
		width: 100%;
	}
	.counter-box .counter-detail {
		max-width: 210px;
		margin: 0 auto;
		display: block;
	}
	.counter-section:not(.counter-section2 ) .counter-box:nth-child(n+2) {
		margin-top: 30px;
	}
	.counter-section2 .counter-box {
		border-left: none;
	}
	.counter-section2 .counter-box:nth-child(n+3) {
		border-top: none;
	}
	.counter-section2 .counter-box:nth-child(n+2) .counter-detail {
		border-top: 1px solid #0cd37c;
	}
	
	/* - Team */
	.team-box {
		width: 100%;
	}
	.team-box:nth-child(n+2) {
		margin-top: 30px;
	}
	.team-member-detail {
		max-width: 366px;
		margin: 0 auto;
		display: block;
		float: none;
	}
	
	/* - Event */
	.event-listing .row > [class*="col-xs-"] {
		width: 100%;
	}
	.event-listing .row > [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 40px;
	}
	.event-listing .row > [class*="col-xs-"] .event-box,
	.latest-event-section3 .row > [class*="col-xs-"] .event-box { 
		max-width: 370px;
		display: block;
		margin: 0 auto;
	}
	
	/* - Latest Event Section 3 */
	.latest-event-section3 .row > [class*="col-xs-"] {
		width: 100%;
	}
	.latest-event-section3 .row > [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Event Single */
	.event-header .post-event,
	.event-header > ul {
		width: 100%;
	}
	
	/* - Related Event */
	.related-event .event-box {
		max-width: 270px;
		display: block;
		margin: 0 auto;
	}
	
	.gallery-content > i::before {
		width: 90px;
		height: 90px;
	}
	/* - Gallery Section 2 */
	.gallery-section2 .gallery-box {
		width: 100%;
	}
	
	/* - Gallery Medium */
	.gallery-medium .gallery-box {
		width: 100%;
	}
	
	/* - Gallery Small */
	.gallery-small .gallery-box .gallery-content > i::before {
		width: 95px;
		height: 95px;
	}
	/* - Gallery Masonry */
	.gallery-masonry .gallery-box {
		width: 100%;
	}
	/* - Gallery Section */
	.gallery-section .gallery-box .gallery-content > i::before {
		width: 140px;
		height: 140px;
	}
	
	/* - About Section */
	.about-content {
		padding-bottom: 90px;
	}
	.about-link > a {
		margin-bottom: 10px;
	}
	
	/* - Testimonial Section 3 */
	.testimonials-section3 .testimonial3-carousel .item .testi-box::after {
		width: auto;
		left: 15px;
		right: 15px;
	}
	
	.work-img-block .work-carousel .item { 
		width: 285px;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	
	.blog-fullwidth .type-post .entry-header {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	/* - Dontation Page */
	.dontaiton-detail > ul > li > a {
		padding-left: 23px;
		padding-right: 23px;
	}
	
	/* - Error Page  */
	.error-content .container > h2 {
		font-size: 170px;
		line-height: 150px;
	}
	
	/* - Coming Soon */
	.comingsoon-main {
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.comingsoon-main .comingsoon-detail > h6 {
		font-size: 36px;
	}
	.countdown-box {  
		padding-left: 10px;
		padding-right: 10px;
	}
	.countdown-box p {
		font-size: 30px;
		line-height: 20px;
	}
}
.pl-15{
	padding-left:15px;
}

/* Jquery Fancybox */

body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>script,.fancybox-slide>style{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);color:#ccc;transition:color .3s ease;cursor:pointer}.fancybox-button[disabled]{cursor:default;opacity:.6}.fancybox-button:hover:not([disabled]){color:#fff}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2),.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:33px;text-align:center}.fancybox-share p{margin:0;padding:0;text-align:center}.fancybox-share_button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:10px 20px;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:3px;background:#fff;white-space:nowrap;font-size:16px;line-height:23px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:140px;color:#888}.fancybox-share_button:hover{box-shadow:0 1px 2px rgba(0,0,0,.5);text-decoration:none;color:#555}.fancybox-share_button svg{margin-right:5px;width:23px;height:23px;vertical-align:top}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}

/*setting.css*/

/*-----------------------------------------------------------------------------



	-	Revolution Slider 4.1 Captions -



		Screen Stylesheet



version:   	1.4.5

date:      	27/11/13

author:		themepunch

email:     	info@themepunch.com

website:   	http://www.themepunch.com

-----------------------------------------------------------------------------*/







/*************************

	-	CAPTIONS	-

**************************/



.tp-static-layers	{	position:absolute; z-index:505; top:0px;left:0px}



.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}





.tp-caption { z-index:1; white-space:nowrap}



.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important}





.tp-caption.whitedivider3px {



	color: #000000;

	text-shadow: none;

	background-color: rgb(255, 255, 255);

	background-color: rgba(255, 255, 255, 1);

	text-decoration: none;

	min-width: 408px;

	min-height: 3px;

	background-position: initial initial;

	background-repeat: initial initial;

	border-width: 0px;

	border-color: #000000;

	border-style: none;

}





.tp-caption.finewide_large_white {

color:#ffffff;

text-shadow:none;

font-size:60px;

line-height:60px;

font-weight:300;

font-family:"Open Sans", sans-serif;

background-color:transparent;

text-decoration:none;

text-transform:uppercase;

letter-spacing:8px;

border-width:0px;

border-color:rgb(0, 0, 0);

border-style:none;

}



.tp-caption.whitedivider3px {

color:#000000;

text-shadow:none;

background-color:rgb(255, 255, 255);

background-color:rgba(255, 255, 255, 1);

text-decoration:none;

font-size:0px;

line-height:0;

min-width:468px;

min-height:3px;

border-width:0px;

border-color:rgb(0, 0, 0);

border-style:none;

}



.tp-caption.finewide_medium_white {

color:#ffffff;

text-shadow:none;

font-size:37px;

line-height:37px;

font-weight:300;

font-family:"Open Sans", sans-serif;

background-color:transparent;

text-decoration:none;

text-transform:uppercase;

letter-spacing:5px;

border-width:0px;

border-color:rgb(0, 0, 0);

border-style:none;

}



.tp-caption.boldwide_small_white {

font-size:25px;

line-height:25px;

font-weight:800;

font-family:"Open Sans", sans-serif;

color:rgb(255, 255, 255);

text-decoration:none;

background-color:transparent;

text-shadow:none;

text-transform:uppercase;

letter-spacing:5px;

border-width:0px;

border-color:rgb(0, 0, 0);

border-style:none;

}



.tp-caption.whitedivider3px_vertical {

color:#000000;

text-shadow:none;

background-color:rgb(255, 255, 255);

background-color:rgba(255, 255, 255, 1);

text-decoration:none;

font-size:0px;

line-height:0;

min-width:3px;

min-height:130px;

border-width:0px;

border-color:rgb(0, 0, 0);

border-style:none;

}



.tp-caption.finewide_small_white {

color:#ffffff;

text-shadow:none;

font-size:25px;

line-height:25px;

font-weight:300;

font-family:"Open Sans", sans-serif;

background-color:transparent;

text-decoration:none;

text-transform:uppercase;

letter-spacing:5px;

border-width:0px;

border-color:rgb(0, 0, 0);

border-style:none;

}



.tp-caption.finewide_verysmall_white_mw {

font-size:13px;

line-height:25px;

font-weight:400;

font-family:"Open Sans", sans-serif;

color:#ffffff;

text-decoration:none;

background-color:transparent;

text-shadow:none;

text-transform:uppercase;

letter-spacing:5px;

max-width:470px;

white-space:normal !important;

border-width:0px;

border-color:rgb(0, 0, 0);

border-style:none;

}



.tp-caption.lightgrey_divider {

text-decoration:none;

background-color:rgb(235, 235, 235);

background-color:rgba(235, 235, 235, 1);

width:370px;

height:3px;

background-position:initial initial;

background-repeat:initial initial;

border-width:0px;

border-color:rgb(34, 34, 34);

border-style:none;

}



.tp-caption.finewide_large_white {

color: #FFF;

text-shadow: none;

font-size: 60px;

line-height: 60px;

font-weight: 300;

font-family: "Open Sans", sans-serif;

background-color: rgba(0, 0, 0, 0);

text-decoration: none;

text-transform: uppercase;

letter-spacing: 8px;

border-width: 0px;

border-color: #000;

border-style: none;

}



.tp-caption.finewide_medium_white {

color: #FFF;

text-shadow: none;

font-size: 34px;

line-height: 34px;

font-weight: 300;

font-family: "Open Sans", sans-serif;

background-color: rgba(0, 0, 0, 0);

text-decoration: none;

text-transform: uppercase;

letter-spacing: 5px;

border-width: 0px;

border-color: #000;

border-style: none;

}



.tp-caption.huge_red {

position:absolute;

color:rgb(223,75,107);

font-weight:400;

font-size:150px;

line-height:130px;

font-family: 'Oswald', sans-serif;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

background-color:rgb(45,49,54);

padding:0px;

}



.tp-caption.middle_yellow {

position:absolute;

color:rgb(251,213,114);

font-weight:600;

font-size:50px;

line-height:50px;

font-family: 'Open Sans', sans-serif;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

}



.tp-caption.huge_thin_yellow {

	position:absolute;

color:rgb(251,213,114);

font-weight:300;

font-size:90px;

line-height:90px;

font-family: 'Open Sans', sans-serif;

margin:0px;

letter-spacing: 20px;

border-width:0px;

border-style:none;

white-space:nowrap;

}



.tp-caption.big_dark {

position:absolute;

color:#333;

font-weight:700;

font-size:70px;

line-height:70px;

font-family:"Open Sans";

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

}



.tp-caption.medium_dark {

position:absolute;

color:#333;

font-weight:300;

font-size:40px;

line-height:40px;

font-family:"Open Sans";

margin:0px;

letter-spacing: 5px;

border-width:0px;

border-style:none;

white-space:nowrap;

}





.tp-caption.medium_grey {

position:absolute;

color:#fff;

text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);

font-weight:700;

font-size:20px;

line-height:20px;

font-family:Arial;

padding:2px 4px;

margin:0px;

border-width:0px;

border-style:none;

background-color:#888;

white-space:nowrap;

}



.tp-caption.small_text {

position:absolute;

color:#fff;

text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);

font-weight:700;

font-size:14px;

line-height:20px;

font-family:Arial;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

}



.tp-caption.medium_text {

position:absolute;

color:#fff;

text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);

font-weight:700;

font-size:20px;

line-height:20px;

font-family:Arial;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

}





.tp-caption.large_bold_white_25 {

font-size:55px;

line-height:65px;

font-weight:700;

font-family:"Open Sans";

color:#fff;

text-decoration:none;

background-color:transparent;

text-align:center;

text-shadow:#000 0px 5px 10px;

border-width:0px;

border-color:rgb(255, 255, 255);

border-style:none;

}



.tp-caption.medium_text_shadow {

font-size:25px;

line-height:25px;

font-weight:600;

font-family:"Open Sans";

color:#fff;

text-decoration:none;

background-color:transparent;

text-align:center;

text-shadow:#000 0px 5px 10px;

border-width:0px;

border-color:rgb(255, 255, 255);

border-style:none;

}



.tp-caption.large_text {

position:absolute;

color:#fff;

text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);

font-weight:700;

font-size:40px;

line-height:40px;

font-family:Arial;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

}



.tp-caption.medium_bold_grey {

font-size:30px;

line-height:30px;

font-weight:800;

font-family:"Open Sans";

color:rgb(102, 102, 102);

text-decoration:none;

background-color:transparent;

text-shadow:none;

margin:0px;

padding:1px 4px 0px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}

.tp-bannertimer{display:none;}

.tp-caption.very_large_text {

position:absolute;

color:#fff;

text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);

font-weight:700;

font-size:60px;

line-height:60px;

font-family:Arial;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

letter-spacing:-2px;

}



.tp-caption.very_big_white {

position:absolute;

color:#fff;

text-shadow:none;

font-weight:800;

font-size:60px;

line-height:60px;

font-family:Arial;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

padding:0px 4px;

padding-top:1px;

background-color:#000;

}



.tp-caption.very_big_black {

position:absolute;

color:#000;

text-shadow:none;

font-weight:700;

font-size:60px;

line-height:60px;

font-family:Arial;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

padding:0px 4px;

padding-top:1px;

background-color:#fff;

}



.tp-caption.modern_medium_fat {

position:absolute;

color:#000;

text-shadow:none;

font-weight:800;

font-size:24px;

line-height:20px;

font-family:"Open Sans", sans-serif;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

}



.tp-caption.modern_medium_fat_white {

position:absolute;

color:#fff;

text-shadow:none;

font-weight:800;

font-size:24px;

line-height:20px;

font-family:"Open Sans", sans-serif;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

}



.tp-caption.modern_medium_light {

position:absolute;

color:#000;

text-shadow:none;

font-weight:300;

font-size:24px;

line-height:20px;

font-family:"Open Sans", sans-serif;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

}



.tp-caption.modern_big_bluebg {

position:absolute;

color:#fff;

text-shadow:none;

font-weight:800;

font-size:30px;

line-height:36px;

font-family:"Open Sans", sans-serif;

padding:3px 10px;

margin:0px;

border-width:0px;

border-style:none;

background-color:#4e5b6c;

letter-spacing:0;

}



.tp-caption.modern_big_redbg {

position:absolute;

color:#fff;

text-shadow:none;

font-weight:300;

font-size:30px;

line-height:36px;

font-family:"Open Sans", sans-serif;

padding:3px 10px;

padding-top:1px;

margin:0px;

border-width:0px;

border-style:none;

background-color:#de543e;

letter-spacing:0;

}



.tp-caption.modern_small_text_dark {

position:absolute;

color:#555;

text-shadow:none;

font-size:14px;

line-height:22px;

font-family:Arial;

margin:0px;

border-width:0px;

border-style:none;

white-space:nowrap;

}



.tp-caption.boxshadow {

-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);

-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);

box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);

}



.tp-caption.black {

color:#000;

text-shadow:none;

}



.tp-caption.noshadow {

text-shadow:none;

}



.tp-caption a {

color:#ff7302;

text-shadow:none;

-webkit-transition:all 0.2s ease-out;

-moz-transition:all 0.2s ease-out;

-o-transition:all 0.2s ease-out;

-ms-transition:all 0.2s ease-out;

}



.tp-caption a:hover {

color:#ffa902;

}



.tp-caption.thinheadline_dark {

position:absolute;

color:rgba(0,0,0,0.85);

text-shadow:none;

font-weight:300;

font-size:30px;

line-height:30px;

font-family:"Open Sans";

background-color:transparent;

}



.tp-caption.thintext_dark {

position:absolute;

color:rgba(0,0,0,0.85);

text-shadow:none;

font-weight:300;

font-size:16px;

line-height:26px;

font-family:"Open Sans";

background-color:transparent;

}



.tp-caption.medium_bg_red a {

	color: #fff;

    text-decoration: none;

}



.tp-caption.medium_bg_red a:hover {

	color: #fff;

    text-decoration: underline;

}



.tp-caption.smoothcircle {

font-size:30px;

line-height:75px;

font-weight:800;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:rgb(0, 0, 0);

background-color:rgba(0, 0, 0, 0.498039);

padding:50px 25px;

text-align:center;

border-radius:500px 500px 500px 500px;

border-width:0px;

border-color:rgb(0, 0, 0);

border-style:none;

}



.tp-caption.largeblackbg {

font-size:50px;

line-height:70px;

font-weight:300;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:rgb(0, 0, 0);

padding:0px 20px 5px;

text-shadow:none;

border-width:0px;

border-color:rgb(255, 255, 255);

border-style:none;

}



.tp-caption.largepinkbg {

position:absolute;

color:#fff;

text-shadow:none;

font-weight:300;

font-size:50px;

line-height:70px;

font-family:"Open Sans";

background-color:#db4360;

padding:0px 20px;

-webkit-border-radius:0px;

-moz-border-radius:0px;

border-radius:0px;

}



.tp-caption.largewhitebg {

position:absolute;

color:#000;

text-shadow:none;

font-weight:300;

font-size:50px;

line-height:70px;

font-family:"Open Sans";

background-color:#fff;

padding:0px 20px;

-webkit-border-radius:0px;

-moz-border-radius:0px;

border-radius:0px;

}



.tp-caption.largegreenbg {

position:absolute;

color:#fff;

text-shadow:none;

font-weight:300;

font-size:50px;

line-height:70px;

font-family:"Open Sans";

background-color:#67ae73;

padding:0px 20px;

-webkit-border-radius:0px;

-moz-border-radius:0px;

border-radius:0px;

}



.tp-caption.excerpt {

font-size:36px;

line-height:36px;

font-weight:700;

font-family:Arial;

color:#ffffff;

text-decoration:none;

background-color:rgba(0, 0, 0, 1);

text-shadow:none;

margin:0px;

letter-spacing:-1.5px;

padding:1px 4px 0px 4px;

width:150px;

white-space:normal !important;

height:auto;

border-width:0px;

border-color:rgb(255, 255, 255);

border-style:none;

}



.tp-caption.large_bold_grey {

font-size:60px;

line-height:60px;

font-weight:800;

font-family:"Open Sans";

color:rgb(102, 102, 102);

text-decoration:none;

background-color:transparent;

text-shadow:none;

margin:0px;

padding:1px 4px 0px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.medium_thin_grey {

font-size:34px;

line-height:30px;

font-weight:300;

font-family:"Open Sans";

color:rgb(102, 102, 102);

text-decoration:none;

background-color:transparent;

padding:1px 4px 0px;

text-shadow:none;

margin:0px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.small_thin_grey {

font-size:18px;

line-height:26px;

font-weight:300;

font-family:"Open Sans";

color:rgb(117, 117, 117);

text-decoration:none;

background-color:transparent;

padding:1px 4px 0px;

text-shadow:none;

margin:0px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.lightgrey_divider {

text-decoration:none;

background-color:rgba(235, 235, 235, 1);

width:370px;

height:3px;

background-position:initial initial;

background-repeat:initial initial;

border-width:0px;

border-color:rgb(34, 34, 34);

border-style:none;

}



.tp-caption.large_bold_darkblue {

font-size:58px;

line-height:60px;

font-weight:800;

font-family:"Open Sans";

color:rgb(52, 73, 94);

text-decoration:none;

background-color:transparent;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.medium_bg_darkblue {

font-size:20px;

line-height:20px;

font-weight:800;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:rgb(52, 73, 94);

padding:10px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.medium_bold_red {

font-size:24px;

line-height:30px;

font-weight:800;

font-family:"Open Sans";

color:rgb(227, 58, 12);

text-decoration:none;

background-color:transparent;

padding:0px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.medium_light_red {

font-size:21px;

line-height:26px;

font-weight:300;

font-family:"Open Sans";

color:rgb(227, 58, 12);

text-decoration:none;

background-color:transparent;

padding:0px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.medium_bg_red {

font-size:20px;

line-height:20px;

font-weight:800;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:rgb(227, 58, 12);

padding:10px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.medium_bold_orange {

font-size:24px;

line-height:30px;

font-weight:800;

font-family:"Open Sans";

color:rgb(243, 156, 18);

text-decoration:none;

background-color:transparent;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.medium_bg_orange {

font-size:20px;

line-height:20px;

font-weight:800;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:rgb(243, 156, 18);

padding:10px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.grassfloor {

text-decoration:none;

background-color:rgba(160, 179, 151, 1);

width:4000px;

height:150px;

border-width:0px;

border-color:rgb(34, 34, 34);

border-style:none;

}



.tp-caption.large_bold_white {

font-size:58px;

line-height:60px;

font-weight:800;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:transparent;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.medium_light_white {

font-size:30px;

line-height:36px;

font-weight:300;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:transparent;

padding:0px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.mediumlarge_light_white {

font-size:34px;

line-height:40px;

font-weight:300;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:transparent;

padding:0px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.mediumlarge_light_white_center {

font-size:34px;

line-height:40px;

font-weight:300;

font-family:"Open Sans";

color:#ffffff;

text-decoration:none;

background-color:transparent;

padding:0px 0px 0px 0px;

text-align:center;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.medium_bg_asbestos {

font-size:20px;

line-height:20px;

font-weight:800;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:rgb(127, 140, 141);

padding:10px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.medium_light_black {

font-size:30px;

line-height:36px;

font-weight:300;

font-family:"Open Sans";

color:rgb(0, 0, 0);

text-decoration:none;

background-color:transparent;

padding:0px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.large_bold_black {

font-size:58px;

line-height:60px;

font-weight:800;

font-family:"Open Sans";

color:rgb(0, 0, 0);

text-decoration:none;

background-color:transparent;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.mediumlarge_light_darkblue {

font-size:34px;

line-height:40px;

font-weight:300;

font-family:"Open Sans";

color:rgb(52, 73, 94);

text-decoration:none;

background-color:transparent;

padding:0px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.small_light_white {

font-size:17px;

line-height:28px;

font-weight:300;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:transparent;

padding:0px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.roundedimage {

border-width:0px;

border-color:rgb(34, 34, 34);

border-style:none;

}



.tp-caption.large_bg_black {

font-size:40px;

line-height:40px;

font-weight:800;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:rgb(0, 0, 0);

padding:10px 20px 15px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}



.tp-caption.mediumwhitebg {

font-size:30px;

line-height:30px;

font-weight:300;

font-family:"Open Sans";

color:rgb(0, 0, 0);

text-decoration:none;

background-color:rgb(255, 255, 255);

padding:5px 15px 10px;

text-shadow:none;

border-width:0px;

border-color:rgb(0, 0, 0);

border-style:none;

}



.tp-caption.medium_bg_orange_new1 {

font-size:20px;

line-height:20px;

font-weight:800;

font-family:"Open Sans";

color:rgb(255, 255, 255);

text-decoration:none;

background-color:rgb(243, 156, 18);

padding:10px;

border-width:0px;

border-color:rgb(255, 214, 88);

border-style:none;

}







.tp-caption.boxshadow{

		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);

		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);

		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);

	}



.tp-caption.black{

		color: #000;

		text-shadow: none;

		font-weight: 300;

		font-size: 19px;

		line-height: 19px;

		font-family: 'Open Sans', sans;

	}



.tp-caption.noshadow {

		text-shadow: none;

	}





.tp_inner_padding	{	box-sizing:border-box;

						-webkit-box-sizing:border-box;

						-moz-box-sizing:border-box;

						max-height:none !important;	}





/*.tp-caption			{	transform:none !important}*/





/*********************************

	-	SPECIAL TP CAPTIONS -

**********************************/

.tp-caption .frontcorner		{

										width: 0;

										height: 0;

										border-left: 40px solid transparent;

										border-right: 0px solid transparent;

										border-top: 40px solid #00A8FF;

										position: absolute;left:-40px;top:0px;

									}



.tp-caption .backcorner		{

										width: 0;

										height: 0;

										border-left: 0px solid transparent;

										border-right: 40px solid transparent;

										border-bottom: 40px solid #00A8FF;

										position: absolute;right:0px;top:0px;

									}



.tp-caption .frontcornertop		{

										width: 0;

										height: 0;

										border-left: 40px solid transparent;

										border-right: 0px solid transparent;

										border-bottom: 40px solid #00A8FF;

										position: absolute;left:-40px;top:0px;

									}



.tp-caption .backcornertop		{

										width: 0;

										height: 0;

										border-left: 0px solid transparent;

										border-right: 40px solid transparent;

										border-top: 40px solid #00A8FF;

										position: absolute;right:0px;top:0px;

									}



/******************************

	-	BUTTONS	-

*******************************/



.tp-simpleresponsive .button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;

												cursor:pointer;

												color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;

												background:url(rs-plugin/images/gradient/g30.html) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;

											}



.tp-simpleresponsive  .button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(rs-plugin/images/gradient/g40.html) repeat-x top}





.tp-simpleresponsive  .purchase:hover,

.tp-simpleresponsive  .button:hover,

.tp-simpleresponsive  .button.big:hover		{	background-position:bottom, 15px 11px}







	@media only screen and (min-width: 768px) and (max-width: 959px) {



	 }







	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.tp-simpleresponsive  .button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}

		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }





	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {

		.tp-simpleresponsive  .button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}

		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }

	}











/*	BUTTON COLORS	*/







.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,

.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }





.tp-simpleresponsive  .button.blue, .tp-simpleresponsive  .button:hover.blue,

.tp-simpleresponsive  .purchase.blue, .tp-simpleresponsive  .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}





.tp-simpleresponsive  .button.red, .tp-simpleresponsive  .button:hover.red,

.tp-simpleresponsive  .purchase.red, .tp-simpleresponsive  .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}



.tp-simpleresponsive  .button.orange, .tp-simpleresponsive  .button:hover.orange,

.tp-simpleresponsive  .purchase.orange, .tp-simpleresponsive  .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}



.tp-simpleresponsive  .button.darkgrey, .tp-simpleresponsive  .button.grey,

.tp-simpleresponsive  .button:hover.darkgrey, .tp-simpleresponsive  .button:hover.grey,

.tp-simpleresponsive  .purchase.darkgrey, .tp-simpleresponsive  .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}



.tp-simpleresponsive  .button.lightgrey, .tp-simpleresponsive  .button:hover.lightgrey,

.tp-simpleresponsive  .purchase.lightgrey, .tp-simpleresponsive  .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}







/****************************************************************



	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -



******************************************************************/



/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;

										-moz-perspective: 1500px;

										-o-perspective: 1500px;

										-ms-perspective: 1500px;

										perspective: 1500px;

									}*/









/**********************************************

	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-

**********************************************/



.fullscreen-container {

		width:100%;

		position:relative;

		padding:0;

}







.fullwidthbanner-container{

	width:100%;

	position:relative;

	padding:0;

	overflow:hidden;

}



.fullwidthbanner-container .fullwidthbanner{

	width:100%;

	position:relative;

}







/************************************************

	  - SOME CAPTION MODIFICATION AT START  -

*************************************************/

.tp-simpleresponsive .caption,

.tp-simpleresponsive .tp-caption {

	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */

	position:absolute;visibility: hidden;

	-webkit-font-smoothing: antialiased !important;

}





.tp-simpleresponsive img	{	max-width:none}







/******************************

	-	IE8 HACKS	-

*******************************/

.noFilterClass {

	filter:none !important;

}





/******************************

	-	SHADOWS		-

******************************/

.tp-bannershadow  {

		position:absolute;



		margin-left:auto;

		margin-right:auto;

		-moz-user-select: none;

        -khtml-user-select: none;

        -webkit-user-select: none;

        -o-user-select: none;

	}



.tp-bannershadow.tp-shadow1 {	background:url(rs-plugin/assets/shadow1.html) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px}

.tp-bannershadow.tp-shadow2 {	background:url(rs-plugin/assets/shadow2.html) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}

.tp-bannershadow.tp-shadow3 {	background:url(rs-plugin/assets/shadow3.html) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}





/********************************

	-	FULLSCREEN VIDEO	-

*********************************/

.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,

.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}



.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}





.tp-caption.fullscreenvideo iframe,

.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}





.fullcoveredvideo video,

.fullscreenvideo video					{	background: #000}



.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}



.html5vid.videoisplaying .tp-poster	{	display: none}



.tp-video-play-button		{	background:#000;

								background:rgba(0,0,0,0.3);

								padding:5px;

								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;

								position: absolute;

								top: 50%;

								left: 50%;

								font-size: 40px;

								color: #FFF;

								z-index: 3;

								margin-top: -27px;

								margin-left: -28px;

								text-align: center;

								cursor: pointer;

							}



.html5vid .tp-revstop		{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position:relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}

.html5vid .tp-revstop	{	display:none}

.html5vid.videoisplaying .revicon-right-dir	{	display:none}

.html5vid.videoisplaying .tp-revstop	{	display:block}



.html5vid.videoisplaying .tp-video-play-button	{	display:none}

.html5vid:hover .tp-video-play-button { display:block}



.fullcoveredvideo .tp-video-play-button	{	display:none !important}





/********************************

	-	FULLSCREEN VIDEO ENDS	-

*********************************/





/********************************

	-	DOTTED OVERLAYS	-

*********************************/

.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:4}

.tp-dottedoverlay.twoxtwo				{	background:url(rs-plugin/assets/gridtile.html)}

.tp-dottedoverlay.twoxtwowhite			{	background:url(rs-plugin/assets/gridtile_white.html)}

.tp-dottedoverlay.threexthree			{	background:url(rs-plugin/assets/gridtile_3x3.html)}

.tp-dottedoverlay.threexthreewhite		{	background:url(rs-plugin/assets/gridtile_3x3_white.html)}

/********************************

	-	DOTTED OVERLAYS ENDS	-

*********************************/





/************************

	-	NAVIGATION	-

*************************/



/** BULLETS **/



.tpclear		{	clear:both}





.tp-bullets									{	z-index:1000; position:absolute;

												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;

												-khtml-opacity: 1;

												opacity: 1;

												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;-webkit-transform: translateZ(5px);

											}

.tp-bullets.hidebullets					{

												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

												-moz-opacity: 0;

												-khtml-opacity: 0;

												opacity: 0;

											}





.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(rs-plugin/assets/boxed_bgtile.html); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }



.tp-bullets.simplebullets.navbar-old					{ 	 background:url(rs-plugin/assets/navigdots_bgtile.html); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }





.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(rs-plugin/assets/bullet.html) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}

.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}



.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(rs-plugin/assets/bullets.html) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}

.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}





/**	SQUARE BULLETS **/

.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(rs-plugin/assets/bullets2.html) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}

.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}





/**	SQUARE BULLETS **/

.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(rs-plugin/assets/bullets2.html) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}

.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}





/** navbar NAVIGATION VERSION **/

.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(rs-plugin/assets/bullet_boxed.html) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:0px}



.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important}

.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important}







/** navbar NAVIGATION VERSION **/

.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(rs-plugin/assets/navigdots.html) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}

.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}

.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}





.tp-bullets.simplebullets .bullet:hover,

.tp-bullets.simplebullets .bullet.selected				{	background-position:top left}



.tp-bullets.simplebullets.round .bullet:hover,

.tp-bullets.simplebullets.round .bullet.selected,

.tp-bullets.simplebullets.navbar .bullet:hover,

.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left}







/*************************************

	-	TP ARROWS 	-

**************************************/

.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

															-moz-opacity: 1;

															-khtml-opacity: 1;

															opacity: 1;

															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

															-webkit-transform: translateZ(5000px);

															-webkit-transform-style: flat;

															-webkit-backface-visibility: hidden;

															z-index:600;

															position: relative;



														}

.tparrows.hidearrows									{

															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

															-moz-opacity: 0;

															-khtml-opacity: 0;

															opacity: 0;

														}

.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/large_left.html) no-Repeat top left;	width:40px;	height:40px;   }

.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/large_right.html) no-Repeat top left;	width:40px;	height:40px;   }





.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/small_left.html) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}

.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/small_right.html) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}





.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/arrow_left.html) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}

.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/arrow_right.html) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}





.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/small_left_boxed.html) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}

.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/small_right_boxed.html) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}





.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/arrowleft.html) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}

.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/arrowright.html) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}



.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px}

.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px}



.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/arrow_left2.html) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}

.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/arrow_right2.html) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}





.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/arrow_left2.html) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}

.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/arrow_right2.html) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}





.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/large_left.html) no-Repeat 0 0;	width:40px;	height:40px;



														}

.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(rs-plugin/assets/large_right.html) no-Repeat 0 0;	width:40px;	height:40px;



														}









.tp-leftarrow:hover,

.tp-rightarrow:hover 									{	background-position:bottom left}













/****************************************************************************************************

	-	TP THUMBS 	-

*****************************************************************************************************



 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)



 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)



 *****************************************************************************************************/





.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;

												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */

												margin-top:-50px;

											}





.fullwidthbanner-container .tp-thumbs		{  padding:3px}



.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */

												overflow:hidden; position:relative}





.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}



.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */

												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;

												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

												/*filter: alpha(opacity=50);	*/

												-moz-opacity: 0.5;

												-khtml-opacity: 0.5;

												opacity: 0.5;



												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;

											}





.tp-bullets.tp-thumbs .bullet:hover,

.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";



												-moz-opacity: 1;

												-khtml-opacity: 1;

												opacity: 1;

											}

.tp-thumbs img								{	width:100%}





/************************************

		-	TP BANNER TIMER		-

*************************************/

.tp-bannertimer								{	width:100%; height:10px; background:url(rs-plugin/assets/timer.png);position:absolute; z-index:200;top:0px}

.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto}









/***************************************

	-	RESPONSIVE SETTINGS 	-

****************************************/









    @media only screen and (min-width: 0px) and (max-width: 479px) {

				.responsive .tp-bullets	{	display:none}

				.responsive .tparrows	{	display:none}

	}











/*********************************************



	-	BASIC SETTINGS FOR THE BANNER	-



***********************************************/



 .tp-simpleresponsive img {

		-moz-user-select: none;

        -khtml-user-select: none;

        -webkit-user-select: none;

        -o-user-select: none;

}







.tp-simpleresponsive a{	text-decoration:none}



.tp-simpleresponsive ul {

	list-style:none;

	padding:0;

	margin:0;

}



.tp-simpleresponsive >ul >li{

	list-stye:none;

	position:absolute;

	visibility:hidden;

}

/*  CAPTION SLIDELINK   **/

.caption.slidelink a div,

.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(rs-plugin/assets/coloredbg.html) repeat}



.tp-caption.slidelink a span	{	background:url(rs-plugin/assets/coloredbg.html) repeat}







/*****************************************

	-	NAVIGATION FANCY EXAMPLES	-

*****************************************/



.tparrows .tp-arr-imgholder								{ display: none}

.tparrows .tp-arr-titleholder							{ display: none}







/*****************************************

	-	NAVIGATION FANCY EXAMPLES	-

*****************************************/



/* NAVIGATION PREVIEW 1 */

.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}

.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}

.tp-rightarrow.preview1:after				{	content: '\e825';  }

.tp-leftarrow.preview1:after				{	content: '\e824';  }



.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa}



.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;

												-webkit-transition: -webkit-transform 0.3s;

												transition: transform 0.3s;

												-webkit-backface-visibility: hidden;

												backface-visibility: hidden;

											}

/*.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;

												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}

.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}*/





.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;

												-webkit-transform: rotateY(-90deg);

												transform: rotateY(-90deg);

												-webkit-transform-origin: 100% 50%;

												transform-origin: 100% 50%;

												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;







											}

.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;

												-webkit-transform: rotateY(90deg);

												transform: rotateY(90deg);

												-webkit-transform-origin: 0% 50%;

												transform-origin: 0% 50%;

												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;







											}





.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);

												transform: rotateY(0deg);

												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;



											}





	@media only screen and (min-width: 768px) and (max-width: 979px) {

		.tparrows.preview1,

		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}



	}



    @media only screen and (min-width: 480px) and (max-width: 767px) {

		.tparrows.preview1,

		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}



	}







    @media only screen and (min-width: 0px) and (max-width: 479px) {

		.tparrows.preview1,

		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}

    }



/* PREVIEW 1 BULLETS */



.tp-bullets.preview1 						{ 	height: 21px}

.tp-bullets.preview1 .bullet 				{	cursor: pointer;

											    position: relative !important;

											    background: rgba(0, 0, 0, 0.15) !important;

											    /*-webkit-border-radius: 10px;

											    border-radius: 10px;*/

											    -webkit-box-shadow: none;

											    -moz-box-shadow: none;

											    box-shadow: none;

											    width: 5px !important;

											    height: 5px !important;

											    border: 8px solid rgba(0, 0, 0, 0) !important;

											    display: inline-block;

											    margin-right: 5px !important;

											    margin-bottom: 0px !important;

											    -webkit-transition: background-color 0.2s, border-color 0.2s;

											    -moz-transition: background-color 0.2s, border-color 0.2s;

											    -o-transition: background-color 0.2s, border-color 0.2s;

											    -ms-transition: background-color 0.2s, border-color 0.2s;

											    transition: background-color 0.2s, border-color 0.2s;

											    float:none !important;

											    box-sizing:content-box;

												-moz-box-sizing:content-box;

												-webkit-box-sizing:content-box;

}

.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px}

.tp-bullets.preview1 .bullet:hover,

.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;

											    -moz-box-shadow: none;

											    box-shadow: none;

												background: #aaa !important;

												width: 5px !important;

											    height: 5px !important;

											    border: 8px solid rgba(255, 255, 255, 1) !important;

}









/* NAVIGATION PREVIEW 2 */

.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;



												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;

												overflow:hidden;

												-webkit-transition: -webkit-transform 1.3s;

												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;

												transition: width 0.3s, background-color 0.3s, opacity 0.3s;

												backface-visibility: hidden;

}

.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }

.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px}

.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px}





.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;

												-webkit-transition: -webkit-transform 0.3s;

												transition: transform 0.3s;

												-webkit-backface-visibility: hidden;

												backface-visibility: hidden;

												white-space: nowrap;

												color: #000;

												text-transform: uppercase;

												font-weight: 400;

												font-size: 14px;

												line-height: 60px;

												padding:0px 10px;

											}



.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;

												-webkit-transform: translateX(-100%);

												transform: translateX(-100%);

											}

.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;

												-webkit-transform: translateX(100%);

												transform: translateX(100%);

											}



.tparrows.preview2.hovered					{	width:300px}

.tparrows.preview2:hover					{	background:#fff}

.tparrows.preview2:hover:after				{	color:#000}

.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);

													transform: translateX(0px);

													visibility: visible;

													position: absolute;

											}



/* PREVIEW 2 BULLETS */



.tp-bullets.preview2 						{ 	height: 17px}

.tp-bullets.preview2 .bullet 				{	cursor: pointer;

											    position: relative !important;

											    background: rgba(0, 0, 0, 0.5) !important;

											    -webkit-border-radius: 10px;

											    border-radius: 10px;

											    -webkit-box-shadow: none;

											    -moz-box-shadow: none;

											    box-shadow: none;

											    width: 6px !important;

											    height: 6px !important;

											    border: 5px solid rgba(0, 0, 0, 0) !important;

											    display: inline-block;

											    margin-right: 2px !important;

											    margin-bottom: 0px !important;

											    -webkit-transition: background-color 0.2s, border-color 0.2s;

											    -moz-transition: background-color 0.2s, border-color 0.2s;

											    -o-transition: background-color 0.2s, border-color 0.2s;

											    -ms-transition: background-color 0.2s, border-color 0.2s;

											    transition: background-color 0.2s, border-color 0.2s;

											    float:none !important;

											    box-sizing:content-box;

												-moz-box-sizing:content-box;

												-webkit-box-sizing:content-box;

}

.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px}

.tp-bullets.preview2 .bullet:hover,

.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;

											    -moz-box-shadow: none;

											    box-shadow: none;

												background: rgba(255, 255, 255, 1) !important;

												width: 6px !important;

											    height: 6px !important;

											    border: 5px solid rgba(0, 0, 0, 1) !important;

}



.tp-arr-titleholder.alwayshidden			{	display:none !important}





	@media only screen and (min-width: 768px) and (max-width: 979px) {

		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;

								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;

							}

		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}

		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}

		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}

		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}

		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}

		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}



	}



    @media only screen and (min-width: 480px) and (max-width: 767px) {

   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;

														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;

													}

		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}

		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}

		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}

		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}

		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}

		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}

		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}





	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {

		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;

														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;

													}

		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}

		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}

		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}

		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}

		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}

    }







/* NAVIGATION PREVIEW 3 */

.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat}

.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}

.tparrows.preview3:hover:after					{	color:#000}

.tp-rightarrow.preview3:after				{	content: '\e825';  }

.tp-leftarrow.preview3:after				{	content: '\e824';  }





.tparrows.preview3 .tp-arr-iwrapper			{

												  -webkit-transform: scale(0,1);

												  transform: scale(0,1);

												  -webkit-transform-origin: 100% 50%;

												  transform-origin: 100% 50%;

												  -webkit-transition: -webkit-transform 0.2s;

												  transition: transform 0.2s;

												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);

												  display: table;min-height:90px;top:-10px}



.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);

												  transform: scale(0,1);

												  -webkit-transform-origin: 0% 50%;

												  transform-origin: 0% 50%;

											}



.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;

												position:relative;top:0px}



.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}

.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}



.tparrows.preview3:hover .tp-arr-iwrapper	{

												-webkit-transform: scale(1,1);

												  transform: scale(1,1);



											}



/* PREVIEW 3 BULLETS */

.tp-bullets.preview3 						{ 	height: 17px}

.tp-bullets.preview3 .bullet 				{	cursor: pointer;

											    position: relative !important;

											    background: rgba(0, 0, 0, 0.5) !important;

											    -webkit-border-radius: 10px;

											    border-radius: 10px;

											    -webkit-box-shadow: none;

											    -moz-box-shadow: none;

											    box-shadow: none;

											    width: 6px !important;

											    height: 6px !important;

											    border: 5px solid rgba(0, 0, 0, 0) !important;

											    display: inline-block;

											    margin-right: 2px !important;

											    margin-bottom: 0px !important;

											    -webkit-transition: background-color 0.2s, border-color 0.2s;

											    -moz-transition: background-color 0.2s, border-color 0.2s;

											    -o-transition: background-color 0.2s, border-color 0.2s;

											    -ms-transition: background-color 0.2s, border-color 0.2s;

											    transition: background-color 0.2s, border-color 0.2s;

											    float:none !important;

											    box-sizing:content-box;

												-moz-box-sizing:content-box;

												-webkit-box-sizing:content-box;

}

.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px}

.tp-bullets.preview3 .bullet:hover,

.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;

											    -moz-box-shadow: none;

											    box-shadow: none;

												background: rgba(255, 255, 255, 1) !important;

												width: 6px !important;

											    height: 6px !important;

											    border: 5px solid rgba(0, 0, 0, 1) !important;

}





	@media only screen and (min-width: 768px) and (max-width: 979px) {

		.tparrows.preview3:after,

		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}

		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}

		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}

		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}

		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}

		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px}







	}



    @media only screen  and (max-width: 767px) {



		.tparrows.preview3:after,

		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}

		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}

	}











/* NAVIGATION PREVIEW 4 */

.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}

.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);

												-webkit-transition: all 0.2s ease-in-out;

											    -moz-transition: all 0.2s ease-in-out;

											    -o-transition: all 0.2s ease-in-out;

											    transition: all 0.2s ease-in-out;

												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;



											}



.tp-rightarrow.preview4:after				{	content: '\e825';  }

.tp-leftarrow.preview4:after				{	content: '\e824';  }





.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}



.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}

.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}



.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;

												position:relative;top:0px;



												-webkit-backface-visibility: hidden;

												backface-visibility: hidden;







											}





.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;

												position:absolute;top:0px; left:180px;

												-webkit-backface-visibility: hidden;

												backface-visibility: hidden;



											}



.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}









.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;

												background: #000;

												color: #FFF;

												text-transform: uppercase;

												white-space: nowrap;

												letter-spacing: 1px;

												font-weight: 700;

												font-size: 11px;

												line-height: 2.75;

												-webkit-transition: all 0.3s;

												transition: all 0.3s;

												-webkit-transform: rotateX(-90deg);

												transform: rotateX(-90deg);

												-webkit-transform-origin: 50% 0;

												transform-origin: 50% 0;

												-webkit-backface-visibility: hidden;

												backface-visibility: hidden;

												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;





}







.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}

.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}









@media only screen and (min-width: 768px)  {

		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}

		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}





		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;

															transition-delay: 0.4s;

															-webkit-transform: rotateX(0deg);

															transform: rotateX(0deg);

															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;



														}

}



/* PREVIEW 4 BULLETS */



.tp-bullets.preview4 						{ 	height: 17px}

.tp-bullets.preview4 .bullet 				{	cursor: pointer;

											    position: relative !important;

											    background: rgba(0, 0, 0, 0.5) !important;

											    -webkit-border-radius: 10px;

											    border-radius: 10px;

											    -webkit-box-shadow: none;

											    -moz-box-shadow: none;

											    box-shadow: none;

											    width: 6px !important;

											    height: 6px !important;

											    border: 5px solid rgba(0, 0, 0, 0) !important;

											    display: inline-block;

											    margin-right: 2px !important;

											    margin-bottom: 0px !important;

											    -webkit-transition: background-color 0.2s, border-color 0.2s;

											    -moz-transition: background-color 0.2s, border-color 0.2s;

											    -o-transition: background-color 0.2s, border-color 0.2s;

											    -ms-transition: background-color 0.2s, border-color 0.2s;

											    transition: background-color 0.2s, border-color 0.2s;

											    float:none !important;

											    box-sizing:content-box;

												-moz-box-sizing:content-box;

												-webkit-box-sizing:content-box;

}

.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px}

.tp-bullets.preview4 .bullet:hover,

.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;

											    -moz-box-shadow: none;

											    box-shadow: none;

												background: rgba(255, 255, 255, 1) !important;

												width: 6px !important;

											    height: 6px !important;

											    border: 5px solid rgba(0, 0, 0, 1) !important;

}





    @media only screen  and (max-width: 767px) {

   		 .tparrows.preview4 						{	width:20px; height:80px}

   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}



   		 .tparrows.preview1 .tp-arr-allwrapper,

   		 .tparrows.preview2 .tp-arr-allwrapper,

   		 .tparrows.preview3 .tp-arr-allwrapper,

   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}

    }







/******************************

	-	LOADER FORMS	-

********************************/



.tp-loader 	{

				top:50%; left:50%;

				z-index:10000;

				position:absolute;





			}



.tp-loader.spinner0 {

  width: 40px;

  height: 40px;

  background:url(rs-plugin/assets/loader.gif) no-repeat center center;

  background-color: #fff;

  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  margin-top:-20px;

  margin-left:-20px;

  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;

  animation: tp-rotateplane 1.2s infinite ease-in-out;

  border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

}





.tp-loader.spinner1 {

  width: 40px;

  height: 40px;

  background-color: #fff;

  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  margin-top:-20px;

  margin-left:-20px;

  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;

  animation: tp-rotateplane 1.2s infinite ease-in-out;

  border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

}







.tp-loader.spinner5 	{	background:url(rs-plugin/assets/loader.gif) no-repeat 10px 10px;

							background-color:#fff;

							margin:-22px -22px;

							width:44px;height:44px;

							border-radius: 3px;

							-moz-border-radius: 3px;

							-webkit-border-radius: 3px;

						}





@-webkit-keyframes tp-rotateplane {

  0% { -webkit-transform: perspective(120px) }

  50% { -webkit-transform: perspective(120px) rotateY(180deg) }

  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }

}



@keyframes tp-rotateplane {

  0% {

    transform: perspective(120px) rotateX(0deg) rotateY(0deg);

    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)

  } 50% {

    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);

    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)

  } 100% {

    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

  }

}





.tp-loader.spinner2 {

  width: 40px;

  height: 40px;

  margin-top:-20px;margin-left:-20px;

  background-color: #ff0000;

   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  border-radius: 100%;

  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;

  animation: tp-scaleout 1.0s infinite ease-in-out;

}



@-webkit-keyframes tp-scaleout {

  0% { -webkit-transform: scale(0.0) }

  100% {

    -webkit-transform: scale(1.0);

    opacity: 0;

  }

}



@keyframes tp-scaleout {

  0% {

    transform: scale(0.0);

    -webkit-transform: scale(0.0);

  } 100% {

    transform: scale(1.0);

    -webkit-transform: scale(1.0);

    opacity: 0;

  }

}









.tp-loader.spinner3 {

  margin: -9px 0px 0px -35px;

  width: 70px;

  text-align: center;



}



.tp-loader.spinner3 .bounce1,

.tp-loader.spinner3 .bounce2,

.tp-loader.spinner3 .bounce3 {

  width: 18px;

  height: 18px;

  background-color: #fff;

  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  border-radius: 100%;

  display: inline-block;

  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;

  animation: tp-bouncedelay 1.4s infinite ease-in-out;

  /* Prevent first frame from flickering when animation starts */

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}



.tp-loader.spinner3 .bounce1 {

  -webkit-animation-delay: -0.32s;

  animation-delay: -0.32s;

}



.tp-loader.spinner3 .bounce2 {

  -webkit-animation-delay: -0.16s;

  animation-delay: -0.16s;

}



@-webkit-keyframes tp-bouncedelay {

  0%, 80%, 100% { -webkit-transform: scale(0.0) }

  40% { -webkit-transform: scale(1.0) }

}



@keyframes tp-bouncedelay {

  0%, 80%, 100% {

    transform: scale(0.0);

    -webkit-transform: scale(0.0);

  } 40% {

    transform: scale(1.0);

    -webkit-transform: scale(1.0);

  }

}









.tp-loader.spinner4 {

  margin: -20px 0px 0px -20px;

  width: 40px;

  height: 40px;

  text-align: center;

  -webkit-animation: tp-rotate 2.0s infinite linear;

  animation: tp-rotate 2.0s infinite linear;

}



.tp-loader.spinner4 .dot1,

.tp-loader.spinner4 .dot2 {

  width: 60%;

  height: 60%;

  display: inline-block;

  position: absolute;

  top: 0;

  background-color: #fff;

  border-radius: 100%;

  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;

  animation: tp-bounce 2.0s infinite ease-in-out;

  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

}



.tp-loader.spinner4 .dot2 {

  top: auto;

  bottom: 0px;

  -webkit-animation-delay: -1.0s;

  animation-delay: -1.0s;

}



@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}

@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}



@-webkit-keyframes tp-bounce {

  0%, 100% { -webkit-transform: scale(0.0) }

  50% { -webkit-transform: scale(1.0) }

}



@keyframes tp-bounce {

  0%, 100% {

    transform: scale(0.0);

    -webkit-transform: scale(0.0);

  } 50% {

    transform: scale(1.0);

    -webkit-transform: scale(1.0);

  }

}







.tp-transparentimg {	content:"url(rs-plugin/assets/transparent.png)"}

.tp-3d				{	-webkit-transform-style: preserve-3d;

						 -webkit-transform-origin: 50% 50%;

					}







.tp-caption img {

background: transparent;

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);

zoom: 1;

}





@font-face {

  font-family: 'revicons';

  src: url('rs-plugin/font/revicons90c6.html?5510888');

  src: url('rs-plugin/font/revicons90c6.html?5510888#iefix') format('embedded-opentype'),

       url('rs-plugin/font/revicons90c6-2.html?5510888') format('woff'),

       url('rs-plugin/font/revicons90c6-3.html?5510888') format('truetype'),

       url('rs-plugin/font/revicons90c690c6.svg?5510888#revicons') format('svg');

  font-weight: normal;

  font-style: normal;

}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*

@media screen and (-webkit-min-device-pixel-ratio:0) {

  @font-face {

    font-family: 'revicons';

    src: url('rs-plugin/font/revicons.svg?5510888#revicons') format('svg');

  }

}

*/



 [class^="revicon-"]:before, [class*=" revicon-"]:before {

  font-family: "revicons";

  font-style: normal;

  font-weight: normal;

  speak: none;



  display: inline-block;

  text-decoration: inherit;

  width: 1em;

  margin-right: .2em;

  text-align: center;

  /* opacity: .8; */



  /* For safety - reset parent styles, that can break glyph codes*/

  font-variant: normal;

  text-transform: none;



  /* fix buttons height, for twitter bootstrap */

  line-height: 1em;



  /* Animation center compensation - margins should be symmetric */

  /* remove if not needed */

  margin-left: .2em;



  /* you can be more comfortable with increased icons size */

  /* font-size: 120%; */



  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}



.revicon-search-1:before { content: '\e802'} /* '' */

.revicon-pencil-1:before { content: '\e831'} /* '' */

.revicon-picture-1:before { content: '\e803'} /* '' */

.revicon-cancel:before { content: '\e80a'} /* '' */

.revicon-info-circled:before { content: '\e80f'} /* '' */

.revicon-trash:before { content: '\e801'} /* '' */

.revicon-left-dir:before { content: '\e817'} /* '' */

.revicon-right-dir:before { content: '\e818'} /* '' */

.revicon-down-open:before { content: '\e83b'} /* '' */

.revicon-left-open:before { content: '\e819'} /* '' */

.revicon-right-open:before { content: '\e81a'} /* '' */

.revicon-angle-left:before { content: '\e820'} /* '' */

.revicon-angle-right:before { content: '\e81d'} /* '' */

.revicon-left-big:before { content: '\e81f'} /* '' */

.revicon-right-big:before { content: '\e81e'} /* '' */

.revicon-magic:before { content: '\e807'} /* '' */

.revicon-picture:before { content: '\e800'} /* '' */

.revicon-export:before { content: '\e80b'} /* '' */

.revicon-cog:before { content: '\e832'} /* '' */

.revicon-login:before { content: '\e833'} /* '' */

.revicon-logout:before { content: '\e834'} /* '' */

.revicon-video:before { content: '\e805'} /* '' */

.revicon-arrow-combo:before { content: '\e827'} /* '' */

.revicon-left-open-1:before { content: '\e82a'} /* '' */

.revicon-right-open-1:before { content: '\e82b'} /* '' */

.revicon-left-open-mini:before { content: '\e822'} /* '' */

.revicon-right-open-mini:before { content: '\e823'} /* '' */

.revicon-left-open-big:before { content: '\e824'} /* '' */

.revicon-right-open-big:before { content: '\e825'} /* '' */

.revicon-left:before { content: '\e836'} /* '' */

.revicon-right:before { content: '\e826'} /* '' */

.revicon-ccw:before { content: '\e808'} /* '' */

.revicon-arrows-ccw:before { content: '\e806'} /* '' */

.revicon-palette:before { content: '\e829'} /* '' */

.revicon-list-add:before { content: '\e80c'} /* '' */

.revicon-doc:before { content: '\e809'} /* '' */

.revicon-left-open-outline:before { content: '\e82e'} /* '' */

.revicon-left-open-2:before { content: '\e82c'} /* '' */

.revicon-right-open-outline:before { content: '\e82f'} /* '' */

.revicon-right-open-2:before { content: '\e82d'} /* '' */

.revicon-equalizer:before { content: '\e83a'} /* '' */

.revicon-layers-alt:before { content: '\e804'} /* '' */

.revicon-popup:before { content: '\e828'} /* '' */

/*Style.css */

/* CSS Document */





/*------------------------------------------

Table Of Index

------------------

1. Base css

2. Topbar Css

3. Header Css

4. Slider Css

5. Slider Video Css

6. Custom slider

7. Properties Css

8. Popular Css

9. Property Rent Css

10. Perfect Home Css

11. Our Team Css

12. Footer Css 

13. Blog Css

14. Tags Css

15. Contact Css

16. 404 page Css

17. Faqs page Css

18. Pricing Tables Css

19. Featured Plan Css

20. Property Listing Css

21. Agent Css

22. Property Submit Css

23. Testimonials Css

24. Media Screen Css

------------------------------------------*/







*{margin:0; padding:0;}

body{font-family: "Roboto", "Oswald"; overflow-x: hidden;}


h1, h2, h3, h4, h5, h6{font-family: 'Roboto Condensed', sans-serif;}

/* a{text-decoration: none;} */

a{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;text-decoration: none !important;}

ul, ol{list-style:none;}

img{max-width:100%;}

p{    font-size: 16px;
    line-height: 26px;
    color: #333;}

.style_none{list-style:none; margin-bottom:0;}

ul.tick{ list-style: none;}

ul.tick li{position:relative; padding-left:28px; font-size: 15px; font-weight: 600; flex-basis: 50%;}

ul.tick li:before{  

    font-family: 'Font Awesome 5 Free'; font-weight: bold;

    content: '\f14a'; 

    position:absolute; top:0; left:0;

    color:#262a8a;

}

ul.tick li{margin-bottom:10px;}

.style_none{list-style:none;}

.readmore{margin-bottom: 30px;}

.readmore a{text-decoration: none; font-size: 14px; color: #fff; display: inline-block; font-weight: bold; text-transform: uppercase; background: #262a8a; padding: 16px 40px;}

.readmore a:hover{background: #9ed58d;}

.title {

 margin-bottom: 20px;

  position: relative;

  text-align: center;
  /* display: flex;

    justify-content: space-between; */

}

.title h1 {

  font-size: 40px;

  color: #272627;

  margin: 0;

  font-weight: bold;

}

.title:after {

  background: #9ed58d;

  content: "";

  width: 56px;

  height: 2px;

  position: absolute;

  bottom: -8px;

  left: 0;

}

.title h1 span {

  display: block; font-size: 16px;

}

.title_center:after{left: 50% !important; margin-left: -28px;}











/********************************************

	   == Topbar Css Start ==

********************************************/

.topbar-wrap{background: #c0f1d5;}

.social_media{padding:5px 0; margin-bottom: 0;}

.social_media li{display:inline-block; padding:0 1px;}

.social_media li a{font-size:14px; color: #1da054; border: 1px solid #1da054;

 width:30px; height:30px; line-height:30px; text-align:center; border-radius:100%; display:block;}

.social_media li a.fb {

    background: #4267B2;

    border-color: #4267B2;

    color: #fff;

}

.social_media li a.tw {

    background: #1DA1F2;

    border-color: #1DA1F2;

    color: #fff;

}

.social_media li a.ln {

    background: #0077b5;

    border-color: #0077b5;

    color: #fff;

}

.social_media li a.yt {

    background: #FF0000;

    border-color: #FF0000;

    color: #fff;

}

.topbar_phone{display: inline-block; padding-top:8px;}

.topbar_phone a{    font-size: 14px;    font-weight: 400;    color: #fff;    text-decoration: none;}

.topbar_phone i{padding-right: 6px; font-size: 20px;}

.topbar_login{display: inline-block; margin-left: 10px;}

.topbar_login a{text-decoration: none; background: #262a8a; color: #000; font-weight: bold; padding: 13px 26px; display: block;}

.topbar_login i{padding-right: 7px;}

.top_right{text-align: right;}







/********************************************

	   == Header Css Start ==

********************************************/

.header-wrap{}

.navbar{padding:0;}

.navbar-brand{display:none;}

.navbar li{line-height:inherit; padding: 0px 0;}

.navbar-light .navbar-nav .nav-link{font-size: 14px;

    padding: 12px 16px;

    color: #444444;

    text-transform: none;

    z-index: 1000;

    font-weight: 500;}

.caret{display: inline-block !important;

    font-size: 13px !important; color: #adadad !important;

    padding-left: 7px;}

.navbar-light .navbar-nav .active>.nav-link{color: #727280 !important;}

body.gef4 .navbar-light .navbar-nav .active>.nav-link {
    color: #009cdc !important;
    border: 1px solid #009cdc;
}
body.gef4 .navbar-light .navbar-nav .nav-link {
    padding: 4px 16px;
	border: 1px solid transparent;
}

.header_logo img{    max-width: 277px; max-height: 55px}

.header_logo img.gov-logo {

    max-width: 195px;

}

h5.text-logo {

    font-size: 24px;

    margin: 0;

    height: 100%;

    display: flex;

    align-items: center;

    border-radius: 151px;

    color: #31358c;

    font-weight: 500;

    font-family: 'Roboto Condensed', sans-serif;

    background: #fafafa;

    padding: 0 16px;
	justify-content: center;

}

.header_logo img.main-logo {

   max-width: 223px;
    max-height: 85px;

}

.navbar li span{display: block; text-align: center; font-size: 24px;}

.header-wrap .dropdown a{border-radius:6px; position:relative; z-index:1000;}

.header-wrap .dropdown-menu:before{content:""; width: 0; height: 0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom: 10px solid #fff; position: absolute; left: 50%; margin-left: -5px; z-index:1000; top:-10px;}

.navbar li a{position:relative;}

.navbar li:last-child a:after{border-radius:30px;}

.navbar-light .navbar-nav .nav-item:hover > .nav-link, .navbar-light .navbar-nav > .nav-link:hover{color:#fff !important; background: #28a745; }

.tp-bannertimer{display:none;}

.navbar{float: right;}

.navbar-light .navbar-nav .nav-item:hover .nav-link .caret, .navbar-light .navbar-nav .nav-link:hover .caret{color: #fff !important;}

.close-toggler{display: none;}

.submenu li:last-child{border: none;}
.submenu .nav-item i.fas.fa-caret-right {
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
	color:#999;
}
.submenu .nav-item:hover i.fas.fa-caret-right {
	color:#fff;
}
.submenu .nav-item .nav-link{
	font-size: 13px;
    padding: 12px 20px;
    font-weight: 400;
}
.navbar-nav > li:hover > ul {

    top: 100%;

    opacity: 1;

    visibility: visible;

}



.navbar-nav > li > ul > li {

    position: relative;

    float: none;

    width: 100%;

    border-bottom: 1px solid #e8e8e8;

    padding: 0;

}



.submenu>li:hover>a {

    background: #28a745;

    color: #fff !important; 

}



.navbar-nav > li > ul > li > a {text-decoration:none;

    position: relative;

    display: block;

    padding: 10px 20px;

    font-weight: 400;

    font-size: 13px;

    color: #000 !important;

    word-wrap: break-word;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}

.navbar-nav li> .submenu >li a+i{display: none;

    position: absolute;

    right: 15px;

    top: 7px;

    font-size: 24px;

    cursor: pointer;

    color: #0b3c5d;

    background: #fff;

    width: 30px;

    height: 30px;

    text-align: center;

    line-height: 30px;}



.navbar-nav>li>a+i{

    display: none;

    position: absolute;

    right: 15px;

    top: 7px;

    font-size: 24px;

    cursor: pointer;

    color: #0b3c5d;

    background: #fff;

    width: 30px;

    height: 30px;

    text-align: center;

    line-height: 30px;

    z-index: 1000;

}

.navbar-nav li{position: relative;}

.navbar-nav > li > ul {list-style: none;

    position: absolute;

    left:0;

    top: 200%;

    width: 240px;

    padding: 0px;

    z-index: 100;

    background: #fff !important;

    visibility: hidden;

    opacity: 0;

    border-radius: 0px 2px 2px 2px;

    -ms-border-radius: 0px 2px 2px 2px;

    -webkit-border-radius: 0px 2px 2px 2px;

    -moz-border-radius: 0px 2px 2px 2px;

    -o-border-radius: 0px 2px 2px 2px;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);

}



.submenu li .submenu_right{display: none;}

.submenu_right{background:#fff; position: absolute; top: 0; left: 100%; width: 200px;}

.submenu_right li{padding-bottom: 0; padding: 0px; border-bottom: 1px solid #e8e8e8;}

.submenu_right li a{display: block; font-size: 13px; font-weight: 400; padding: 12px 20px; color: #000; text-decoration: none;}

.submenu_right li a:hover{background: #28a745; color: #fff !important;}

.submenu li:hover .submenu_right{display: block;}

.right_angle{position: absolute; top:8px; right: 10px; font-size: 18px !important;}











/********************************************

	   == Slider Css Start ==

********************************************/

.slider-wrap{background:url(../images/banner-bg.jpg) no-repeat top; background-size:cover; padding:70px 0 80px 0;}

.sliderTxt h1{font-size:60px; color:#fff; text-transform: uppercase; font-weight: 600; margin-top:0; text-align:center;}

.sliderTxt p{font-size:18px; color:#fff; letter-spacing: 2px; text-align:center;}

.form-wrap{background: rgba(255, 255, 255, 0.14); padding: 25px;}

.slider-wrap .input-group .form-control{border:none; font-size: 14px; border-radius:0 !important; height: 48px;}

.slider-wrap .input-group .dropdown{height: 46px; width:100%; border: none; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none;}

.slider-wrap .input-group .dropdown option{height: 40px !important; padding: 10px 10px !important;}

.input-btn{text-align:right;}	

.sbutn{background: #262a8a; border: none; cursor: pointer; padding:13px 0px 12px 0; width:100%; text-transform: uppercase; font-size: 14px; color: #000; border-radius: 0; font-weight: bold;}

.sbutn:hover{background:#000; color: #fff;}

.sbutn i{padding-right: 6px;}

.origin, .destination, .date_start{margin-bottom: 6px;}

.input-group{width:100%;}

.form-wrap .col-lg-5{padding-right:3px;}

.form-wrap .col-lg-4{padding:0 3px;}

.form-wrap .col-lg-3{padding-left:3px;}

.form-wrap .col-lg-2{padding-left:3px;}

.end_date{padding-left:15px !important; padding-right: 3px;}

.economy{padding:0 3px !important;}

.formWrp{padding:60px 0;}

.map-wrap iframe{margin-bottom:-5px;}

.slidrWrp{background:#c1030a url(../images/new%20pattern.html) repeat; padding:50px 0;}

.slidrWrp .form-wrap{background: rgba(255, 255, 255, 0.41);}



.form-wrap .input-group select:focus{outline: none !important;}

.nav>li>a:hover, .nav>li>a:focus {

    text-decoration: none;
    color: #fff;
    background-color: #262a8a;

}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {

    color: #fff;
    background-color: #262a8a;

}

.nav>li>a {

    position: relative;

    display: block;

    padding: 10px 15px; color: rgb(51, 51, 51);
    /* margin-top: 10px;
    margin-left: 5px; */

}



.nav-pills{margin-top: 44px;}

.nav>li>a.active{background: #262a8a;color: #fff;}







.form_sec{background: #41444c; padding: 30px 0;}





/*********************************************

    Slider Video wrap start

*********************************************/

.videoWrp{background:none; position:relative; padding:0; height:600px;}

.hero-wrapper{height:600px; min-width: 100%; position: absolute; top:0px; left:0; width:100%;}

.video{position:relative;}

.hero-wrapper:before {content: ''; position: absolute; top: -60px; z-index: -1; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}

.hero-image {width: 100%; height: 100%; overflow: hidden; z-index: -1; top: 0; background-position: center center; background-size: cover;}

.hero-image #bgvid { display: block; min-height: 100%; min-width: 100%; max-width: inherit;}

.videohover{position:absolute; top:60px; left:0; width:100%; z-index:99;}

.video_hoverText{margin-top: 50px;}







/*********************************************

    Custom slider options

**********************************************/

.tp-banner-container {

    position: relative;

    z-index: 1;

    padding: 0;

    width: 100%;

}

.tp-banner {

    position: relative;

    width: 100%;

}

.tp-caption {

    line-height:normal !important

}

.tp-caption a {

    color: inherit !important;

}

.tp-bullets.simplebullets.round .bullet {

    border: 3px #fff solid;

    border-radius: 50%;

    background-image: none !important;

}

.tparrows {

    width: auto !important;

    height: auto !important;

    background-image: none !important;

}

.tp-arr-allwrapper {

    margin: 0 10px;

    width: 50px;

    height: 60px;

    background: rgba(255,255,255,0.5);

}

.tp-arr-allwrapper:hover .tp-arr-iwrapper {

    color: #fff;

}

.tp-leftarrow .tp-arr-allwrapper {

}

.tp-rightarrow .tp-arr-allwrapper {

}

.tp-arr-iwrapper {

    color: #000;

    text-align: center;

    font-size: 30px;

    font-family: 'Font Awesome 5 Free'; font-weight: 600;

    line-height: 60px;

}

.tp-leftarrow .tp-arr-iwrapper {

}

.tp-leftarrow .tp-arr-iwrapper:before {

    content: "\f104";

}

.tp-rightarrow .tp-arr-iwrapper:before {

    content: "\f105";

}

.tp-rightarrow .tp-arr-iwrapper {

}



@media only screen and (max-width:991px){

	.tp-arr-iwrapper {

		font-size: 15px;

		line-height: 25px;

	}

	.tp-arr-allwrapper {

		margin: 0 0px;

		width: 26px;

		height: 26px;

	}

	.tp-leftarrow{

		left:8px!important;

		margin-top: -15px!important;

	}

	.tp-rightarrow{

		right:8px !important;

		margin-top: -15px !important;

	}

}

.slide-h1 {

    margin: 5px 0 !important;

    padding: 0 0 10px !important;

    padding-bottom: 5px !important;

    color: #444;

    text-transform: uppercase;

    font-weight: bold;

    font-size: 57px;

}

.slide-h2 {

    margin: 5px 0 !important;

    padding: 0 0 10px !important;

    padding-bottom: 5px !important;

    color: #555;

    font-weight: bold;

    font-size: 55px;

    line-height: 100%;

}

.big-font {

    text-transform: uppercase;

    font-weight: 800;

    font-size: 60px;

}

.large-desc {

    font-size: 16px;

}

.slide-h3 {

    color: #fff;

    font-size: 31px;

    line-height: 100%;

}

.slide-h3 span {

    text-transform: uppercase;

    font-weight: bold;

}

.slide-head {

    text-transform: uppercase;

    font-weight: 900;

    font-size: 30px;

}

.slide-desc {

    font-size: 22px;

    line-height: 150%;

}

.main-title {

    text-transform: uppercase;

    font-weight: 800;

    font-size: 70px;

}

.icon-cont {

    padding: 15px 40px;

    border-radius: 10px;

    text-align: center;

}

.icon-cont:after {

    position: absolute;

    bottom: -10px;

    left: 40%;

    z-index: 5;

    display: inline-block;

    width: 0;

    height: 0;

    border-width: 10px 10px 0 10px;

    border-style: solid;

    content: "";

}

.icon-cont i {

    margin-bottom: 10px;

    color: #fff;

    font-size: 50px;

}

.icon-cont span {

    display: block;

    padding: 0 0 5px;

    color: #fff;

    text-align: center;

    font-size: 18px;

}

a.wit-btn {

    background: #fff;

    color: #333 !important;

    text-transform: uppercase;

}

.wit-line {

    width: 5%;

    height: 1px;

    background: #fff;

}

.vert-line {

    min-height: 270px;

    width: 1px;

    background: #fff;

}

.subTxt {

    text-transform: uppercase;

    font-weight: bold;

    font-size: 17px;

    color: #333;

}

.large-title {

    color: #222;

    font-size: 60px;

    font-weight: 800;

    text-transform: uppercase !important;

}

.large-light-title {

    color: #787878 !important;

    font-size: 70px;

    font-weight: lighter;

    text-transform: uppercase;

    letter-spacing:2px

}

.large-text {

    font-size: 20px;

    color: #000;

    font-weight: lighter;

}

.larger-text {

    font-size: 24px;

    font-weight: lighter;

    text-transform: uppercase;

}

.witTxt {

    color: #fff !important;

}

.light-font {

    font-weight: lighter !important;

    font-size: 50px;

}

.black-bg{

    background:rgba(0,0,0,.63);

    color:#a8a8a8;

    text-transform:none;

}

.lft-list {

    padding: 10px;

    font-size: 18px;

    color: #fff;

}

.wit-border {

    border: 1px #fff solid;

    padding: 15px 60px;

    color: #fff;

    font-size: 16px;

    text-transform: uppercase;

}

.rounded-bord {

    margin-right: 15px;

    border: 1px #fff solid;

    width: 30px;

    height: 30px;

    text-align: center;

    line-height: 30px;

    font-size: 13px;

    border-radius: 50%;

}

#vertical-ticker{

    height:120px;

    overflow:hidden;

}

#vertical-ticker li{

    padding:15px 20px;

    display:block;

    text-align:center;

}

.to-bottom i.fa{

    font-size: 30px;

    border:2px #a8a8a8 solid;

    padding:20px 22px;

    border-radius:50%;

    -webkit-animation: bounce 2s infinite linear;

    animation: bounce 2s infinite linear;

}



.slidertext_hover{font-size: 18px; color: #fff;font-weight: 300; letter-spacing: 4px;}

.slidertext2{color:#fff; font-size:45px; font-weight:bold !important; padding:15px 0; text-transform:none !important; font-family: 'Roboto Condensed', sans-serif; text-align:center;}

.slidertext3{color:#fff; font-size:16px; font-weight:normal !important; padding:15px 0; text-transform:inherit !important; font-family: 'Poppins', sans-serif; text-align:left; line-height:25px !important;}

.slidertext4 a{color: #fff !important;

    font-size: 18px;

    font-weight: 700;

    padding: 13px 31px;

    border-radius: 30px;

    text-transform: uppercase !important;

    text-align: center;

    background: none;

    font-family: 'OpenSans', sans-serif;

    border-radius: 0px;

    background-color: #262a8a;

    font-size: 14px;



    }





.slider_btn a{background: none !important; border: 1px solid #fff; color: #fff !important;}

.slider_btn a:hover{background: #262a8a !important; border-color: #262a8a;}



.slidertext4 i{padding-left:6px; font-size:24px;}



.slidertext4 a:hover{background: #9ed58d;}

a.slidebtn{background:#e76ba9; color:#fff !important; padding:15px 30px; font-size:16px; text-align:center; font-weight:normal !important; text-transform:none !important; display:inline-block; font-family:'OpenSans', sans-serif;}

a.slidebtn i{margin-left:10px;}





@-webkit-keyframes bounce {

    0% {

        transform:translateY(0%);

    }

    50% {

        transform:translateY(-30%);

    }

    100% {

        transform:translateY(0);

    }

}



/* Mozilla Firefox 15 below */

@-moz-keyframes bounce {

  0% {

        transform:translateY(0%);

    }

    50% {

        transform:translateY(-30%);

    }

    100% {

        transform:translateY(0);

    }

}



/* Opera 12.0 */

@-o-keyframes bounce {

    0% {

        transform:translateY(0%);

    }

    50% {

        transform:translateY(-30%);

    }

    100% {

        transform:translateY(0);

    }

}



/* W3, Opera 12+, Firefox 16+ */

@keyframes bounce {

    0% {

        transform:translateY(0%);

    }

    50% {

        transform:translateY(-30%);

    }

    100% {

        transform:translateY(0);

    }

}







/*---------------------------------------

  About Css              

-----------------------------------------*/

.about-wrap {position: relative; background: #f7fbff;

  padding: 30px 0;

}
.about-wrap.two {
    background: #f9f9f9;
}
.about-wrap.three {
    background: #e4fbe9;
}
.about-wrap.four {
    background: #ebedff;
}
.aboutImg {

  margin-bottom: 15px;

}

.about-wrap .readmore {

  margin-top: 40px;

}

.about-wrap .title{text-align: left;}

.title p{font-size: 18px; letter-spacing: 4px; text-transform: uppercase; font-weight: 500; color: #272627;; margin-bottom: 8px;}

.about-wrap .title h1 span{font-size: 40px;}

.about_box {

  margin-left: 30px;

}

.subText {

  font-size: 18px;

  font-weight: 600;

  color: #272627;

  font-family: 'Montserrat', sans-serif;

  margin-bottom: 15px;

}









/********************************************

       == Properties Start ==

********************************************/

.services-wrap{padding: 80px 0 100px 0;}



.services_box{background: #fff;   padding: 18px;  box-shadow: 0 0 20px rgb(0 0 0 / 15%);  min-height: 449px; margin-top: 39px; min-height: 372px;

}

.servicesImg{position: relative; overflow: hidden; z-index: 0;}

.servicesImg img{width: 100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;}

.single-widgets .servicesImg img{ max-width: 272px;}

.services_box h3{
    line-height: 24px;
    min-height: 60px;
    margin-top: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;}

.blog-wrap{padding: 25px 0 0px 0;}

.services_box h3 a{text-decoration: none; font-size: 17px; color: #000; font-weight: 700;}

.services_box h3 a:hover{color: #262a8a;}

.service-price{text-align: right;

    margin-top: -24px;

    z-index: 99;

    position: relative;

    margin-right: 20px;}

.service-price span{

    display: inline-block;

    font-weight: 600;

    text-align: center;

    text-align: right;

    border-radius: 30px;

    letter-spacing: 2px;

    padding: 10px 20px;

    background-color: #262a8a;

    color: #fff;

    font-size: 12px;

}

.service_dollar{text-align: left; margin-top: 10px; margin-bottom: 30px;}

.services-wrap p{font-family: 'Poppins', sans-serif; font-weight: 300; margin-bottom: 0; color: #a7a7a7;}

.services_box:hover .servicesImg img{-webkit-transform: scale(1.1);

  transform: scale(1.1);}







.work-wrap .title h1{color: #fff;}

.icon-holder{margin-bottom: 20px; border: 4px solid #fff; width: 150px; height: 150px; border-radius: 100%; display: inline-block; line-height: 150px;}

.work-wrap{background: url(../images/work-bg.jpg) no-repeat top; text-align: center; background-size: cover; padding: 60px 0; text-align: center;}

.work-wrap h4 a{color: #8fe20c; font-weight: 600; font-size: 20px; text-decoration: none;}

.work-wrap p{font-size: 14px; line-height: 26px; margin-top: 25px; color: #fff;}

.start_btn span{}

.start_btn a{text-decoration: none; font-size: 16px; font-family: 'Poppins', sans-serif; border: 1px solid transparent; color: #000; display: inline-block; font-weight: 400; background: #262a8a; padding: 16px 34px;}

.start_btn{margin-top: 34px;}

.start_btn a:hover{

    background: transparent; border: 1px solid #fff; color: #fff;

}



/********************************************

       == popular_wrap Start ==

********************************************/

.popular_wrap {

    padding: 60px 0px 70px 0px;

}

.popular_wrap h1{

    font-size: 46px;

    font-weight: 400;

    text-align: center;

    font-family: 'Poppins', sans-serif;

    color: #000;

}

.popular_wrap span{

    font-size: 16px;

    font-weight: 400;

    text-align: center;

    font-family: 'Poppins', sans-serif;

    color: #000;

    margin-bottom: 40px;

    display: block;

}



.popular_wrap .popular_img{

    overflow: hidden;

}

.popular_wrap .popular_img:before {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: -270px;

    content: "";

    background-color: rgba(0, 0, 0, 0.6);

    width: 0;

    height: 130%;

    -webkit-transform: skewX(-36.01deg);

    -ms-transform: skewX(-36.01deg);

    transform: skewX(-36.01deg);

    -webkit-transition: all .5s ease 0s;

    -o-transition: all .5s ease 0s;

    transition: all .5s ease 0s;

    z-index: 0;

}

.popular_wrap .popular_img .popular_img_text{

    font-size: 18px;

    color: #FFFFFF;

    position: absolute;

    bottom:0;

    right: 0px;

    top: inherit;

    left: 0px;  

    z-index: 1;

    background-color: transparent;

    background-image: linear-gradient(transparent, #000);

    padding:8px 20px;

}

.popular_wrap .mt{

    margin-top: 18.5px;

}

.popular_img .popular_img_text a{

    font-size: 24px;

    color: #fff;

    text-decoration: none;

}

.popular_img .popular_img_text a:hover{

    color: #262a8a;

}



.popular_img:hover:before{

    width: 230%; }

/********************************************

       == property_rent Css Start ==

********************************************/

.property_rent{

    background: url(../images/property_rent_bg.html) no-repeat;

    background-size: cover;

}



/********************************************

       == perfect_home_wrap Css Start ==

********************************************/

.perfect_home_wrap{

    background: url(../images/perfect_bg.html) no-repeat top; background-size: cover;

    padding: 52px 0px;

}

.perfect_home_wrap h1{

    font-size: 36px;

    font-family: bold;

    color: #fff; text-transform: uppercase;

    margin-bottom: 15px;

    font-family: 'Poppins', sans-serif;

}

.perfect_home_wrap span{

    font-size: 16px;

    line-height: 26px;

    color: #fff;

    font-style: italic;

    font-family: 'Poppins', sans-serif;

}

.perfect_home_wrap .readmore{margin-bottom: 0;

    text-align: right;

}

.perfect_home_wrap .readmore a{

    text-decoration: none;

    color: #000;

    background: #fff;

    font-size: 16px;

    font-weight: 500;

    font-family: 'Poppins', sans-serif;

    padding: 15px 40px;

}

.perfect_home_wrap .readmore a:hover{

    background: #000;

    color: #fff;

}









/*---------------------------------------

   gallery section              

-----------------------------------------*/

.gallery-wrap {position: relative;

  text-align: center;

  padding: 60px 0;

}



.left_colors{position: absolute; bottom: 0; left: 0; z-index: -1;}

.right_boxes{position: absolute; top: 0; right: 0; z-index: -1;}



.gallery-wrap .title {

  margin-bottom: 65px;

}

.title_center {

  text-align: center;

}

.title_center:after {

  left: 50%;

  margin-left: -26px;

}

.galleryImg {

  position: relative;

}

.gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {

  margin-top: 30px;

}

.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {

  margin-top: 30px;

}

.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {

  margin-top: 30px;

}

.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {

  margin-top: 30px;

}

.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {

  margin-top: 30px;

}

.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {

  margin-top: 30px;

}

.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {

  margin-top: 30px;

}

.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {

  margin-top: 30px;

}

.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {

  margin-top: 30px;

}

.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {

  margin-top: 30px;

}

.portfolio-overley {

    z-index: 1000;

    position: absolute;

    width: 100%;

    height: 100%;

    display: block;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background-color: rgba(0,0,0, .60);

        opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all 450ms ease-out 0s;

    transition: all 450ms ease-out 0s;

    -webkit-transform: rotateY(180deg) scale(0.5,0.5);

    transform: rotateY(180deg) scale(0.5,0.5);

}

.gallery-wrap ul li{margin-bottom: 30px;}

.gallery-wrap .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {

    opacity: 1;

    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1,1);

    transform: rotateY(0deg) scale(1,1);

}

.gallery-wrap .content .image-link, .galley_inner .content .image-link {

    position: absolute;

    right: 20px;

    top: 20px;

    width: 50px;

    height: 50px;

    color: #ffffff;

    line-height: 50px;

    background: #9ed58d;

    display: block;

    font-size: 16px;

    z-index: 1;

    text-align: center;

    border-radius: 100%;

}

.gallery_info{position: absolute; top: 50%; left: 0; width: 100%; margin-top: -20px;}

.gallery-wrap h3{color: #fff; font-size: 22px;}

.gallery-wrap p{font-size: 14px;   font-weight: 300; letter-spacing: 3px; color: #fff;}



.portfolio-details {

    border: 1px solid #ebebeb;

    border-radius: 4px;

    margin-bottom: 30px;

    padding: 40px;

}

.portfolio-details ul.rtin-portfolio-info li .rtin-label {

    color: #9ed58d;

    font-weight: 600;

    display: inline-block;

    margin-right: 25px;

    position: relative;

    width: 115px;

}

.portfolio-details ul.rtin-portfolio-info li span:after {

    content: ":";

    font-size: 18px;

    color: #444;

    font-weight: 500;

    position: absolute;

    top: -1px;

    right: 0;

}

.portfolio-details ul.rtin-portfolio-info li {

    margin-bottom: 15px;

}

ul.rating li {

    display: inline;

    color: #eee;

}

ul.rating li.star-rate i {

    color: #ffc800;

}

.portfolio-details ul {

    display: inline-block;

    list-style: none;

    margin: 0;

    padding: 0;

}







/********************************************

       == Commerial Start ==

********************************************/

.commerial_wrap{position: relative;}

.commerialWrp{background: url(../images/commerial-bg.jpg); background-size: cover; padding: 130px 150px 130px 80px;}

.commerial_wrap .col-lg-6{padding: 0;}

.commerial_wrap h3{font-size: 60px; color: #fff; margin-bottom: 20px;}

.commerial_wrap p{font-size: 20px; color: #fff; left: 2px; line-height: 30px; font-family: 'Montserrat', sans-serif; font-style: italic;}

.commerial_wrap p span{display: block; font-size: 24px; text-transform: none;}

.learnmore{margin-top: 40px;}

.learnmore a{text-decoration: none; font-size: 18px; text-transform: uppercase; color: #000; border-radius: 36px; background: #fff; font-weight: bold; padding: 18px 46px; display: inline-block;}

.learnmore a:hover{background: #000; color: #fff;}

.residence_bg{background: url(../images/residential-bg.jpg); background-size: cover; padding: 130px 70px 130px 150px;}

.residence_bg .learnmore a:hover{background: #000; color: #fff;}

.hover_logo{position: absolute; top: 50%; left: 50%; margin-top: -163px; margin-left: -163px;}









/********************************************

       == Appointment Start ==

********************************************/

.appointment-area {

    z-index: 1; background: url(../images/appointment-bg.jpg) no-repeat top; background-size: cover; padding: 80px 0 100px 0;

}

.appointment-area .title:after{margin-bottom: -20px;}

.appointment-area .title h1{color: #fff;}

.appointment-form .form-group{margin: 30px 0;}

.appointment-form .form-group input {

    background: rgb(255 255 255 / 12%);

    color: #fff;

    border: 2px solid #9ab5c5;

    border-radius: 40px;

    height: 66px;

    padding: 0 30px;

    font-size: 14px;

    width: 100%;

}

.appointment-form .form-group .select_option {

    background: rgb(255 255 255 / 12%);

    color: #fff;

    border: 2px solid #9ab5c5;

    border-radius: 40px;

    height: auto;

    line-height: 64px;

    padding: 0 30px;

    width: 100%;

    height: 66px;

}

input[type=date]{color: #fff !important;}

.appointment-form .nice-select .list{color: #000;}

.appointment-form .form-group input::-webkit-input-placeholder {

    color: #fff;

    opacity: 1;

}

.appointment-form .form-group input::-moz-placeholder {

    color: #fff;

    opacity: 1;

}

.appointment-form .form-group input:-ms-input-placeholder {

    color: #fff;

    opacity: 1;

}

.appointment-form .form-group input::-ms-input-placeholder {

    color: #fff;

    opacity: 1;

}

.appointment-form .form-group input::placeholder {

    color: #fff;

    opacity: 1;

}

.appointment-form .form-group {

    position: relative;

    margin-bottom: 0;

}

.appointment-form .form-group label {

    position: absolute;

    right: 40px;

    -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

            transform: translateY(-50%);

    top: 50%;

    color: #fff;

}

.appoint_btn{text-align: center;}

.appointment-form .submit-btn {

    padding: 0px 45px;

    border: none;

    height: 66px;

    text-transform: uppercase;

     font-weight: 600; border-radius: 40px;

    background: #9ed58d;

    color: #fff;

    cursor: pointer; 

}









/********************************************

       == Get In Touch Start ==

********************************************/

.get-wrap{padding: 60px 0; text-align: center; background: url(../images/phone-bg.jpg) no-repeat top; background-size: cover;}

.get-wrap .title{margin-bottom: 60px;}

.get-wrap .title h1{font-size: 62px; color: #000; font-weight: bold;}

.get-wrap .title:after{left: 50%; margin-left: -28px; bottom: -24px;}

.get-wrap p{color: #000; font-size: 16px; padding: 0 140px;}

.callText{font-size: 24px; color: #000; font-family: 'Montserrat', sans-serif;}

.get-wrap .phonewrp{position: relative; display: inline-block; padding-left: 85px; margin-top: 20px;}

.get-wrap .phonewrp a{text-decoration: none; font-size: 50px; color: #9ed58d; font-family: 'Montserrat', sans-serif; font-weight: 600;}

.get-wrap .phonewrp:before{content: ""; background: url(../images/phone_icon.png) no-repeat top; background-size: cover; width: 63px; height: 63px; position: absolute; top: 10px; left: 0;}

.get-wrap .phonewrp a:hover{color: #262a8a;}















/********************************************

       == our_team_wrap Css Start ==

********************************************/



section.our_team_wrap {

    padding: 60px 0px;

}

section.our_team_wrap h1{

    font-size: 46px;

    font-weight: 400;

    text-align: center;

    font-weight: bold;

    font-family: 'Poppins', sans-serif;

    color: #000;

}

section.our_team_wrap span{

    font-size: 16px;

    font-weight: 400;

    text-align: center;

    font-family: 'Poppins', sans-serif;

    color: #000;

    margin-bottom: 50px;

    display: block;

}

.team_img{text-align: right;}

.team_img img{width: 100%;}

section.our_team_wrap .team_member{

    position: relative; text-align: center;

    

}

.team_wrp{position: relative;}

.team_icons{}





.team_icons ul li{display: inline-block; margin: 0 4px;}

.team_icons ul li a{

    display: block;

    width: 35px;

    height: 35px;

    line-height: 35px;

    background: #f1f1f1;

    border-radius: 100%;

    text-align: center;

}

.team_icons ul li a:hover{

    background: #262a8a;

}

.team_icons ul li a{

    color: #000;

}

.team_icons ul li:nth-child(1) a{background: #3c5c8d; color: #fff;}

.team_icons ul li:nth-child(2) a{background: #55acef; color: #fff;}

.team_icons ul li:nth-child(3) a{background: #c23287; color: #fff;}



.team_member .team_name h3{

    color: #000;

    margin-top: 15px; text-align: center;

    font-size: 24px;

    font-weight: 400;

}

.insta_pics{margin-bottom: 0;}

.insta_pics li{display: inline-block; padding-right: 5px; margin-bottom: 9px;}

.team_wrp p{font-size: 14px; text-transform: uppercase; letter-spacing: 2px; text-align: center;}





.team_img{position: relative;}

.team_icons{position: absolute;

    top: 20px;

    left: 20px;

    right: 20px;

    bottom: 20px;

    background-color:rgb(120 194 0 / 30%);

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 0;

    visibility: hidden;

    transition: all .3s linear 0s;}



.our_team_wrap .team_wrp:hover .team_icons{

    opacity: 1;

    visibility: visible;

}







/*********************************************

        Newsletter css

*********************************************/

.newsletter-wrap{background: #262a8a; padding: 12px 45px; z-index: 1; position: relative;}

.newsletter-wrap .title{margin-bottom: 0; text-align: left;}

.newsletter-wrap .title:after{display: none;}

.newsletter-wrap .title h1{font-size: 36px; color: #fff; margin-bottom: 0;}

.newsletter-wrap .title h1 span{font-weight: 600; color: #fff; font-size: 24px;}

.newsletter-wrap form {

    position: relative;

}

.news-info{margin-top: 15px;}

.newsletter-wrap .form-control {

    border:none;

    border-radius: inherit;

    box-shadow: inherit;

    font-size: 15px;
	opacity: 1;
	    padding: 12px 10px 12px 78px;

}



.newsletter-wrap form input[type="submit"] {

        background: #9ed58d none repeat scroll 0 0;
    border: medium none;
    z-index: 1000;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    padding: 0 30px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-radius: 0;
    top: 5px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    opacity: 1;

}

.newsletter-wrap form input[type="submit"]:hover{background: #000;}

.newsletter-wrap .form_icon{font-size: 36px; position: absolute; top: 50%; z-index: 1000; color: #e1e2e5; margin-top: -17px; line-height: 0; left: 25px;}













/********************************************

	   == Footer Css Start ==

********************************************/

.footer{

   background:#c6c6c638; padding: 30px 0 20px 0;

}





.widget-content .images{

    margin-top: 10px

}











.footer-widget h3{margin-bottom:40px;}

.footer-widget h3.title {

    color: #000;

    font-size: 22px;

    text-transform: capitalize;

    text-align: left;

}

.footer.bg-style .footer-widget h3.title:before{

    content: "";

    background: #9ed58d;

    width: 40px;

    height: 1px;

    position: absolute;

    bottom: -15px;

    left: 0;

}

.footer.bg-style .footer-widget h3:after{display: none;}

.footer .readmore{margin-bottom: 0;}

.footer .readmore a{padding: 14px 28px; background: #fff; color: #000;}

.footer-widget.quick-links ul li a {

    font-size: 14px;

    line-height: 38px;





}

.footer-widget.quick-links ul li a:hover {

    color: #d62929;

}

.footer-widget.contact-widget input,

.footer-widget.contact-widget textarea {

    width: 100%;

    height: 50px;

    border: none;

    outline: none;

    padding: 0 20px;

}

.copyright{text-align: center;
    border-top: 1px solid #cecece;
    margin-top: 20px;
    padding-top: 15px;
    color: #000000;}

.footer-widget.contact-widget textarea {

    height: 100px;

    padding-top: 15px;

    margin-bottom: 5px;

}

.property_sec{list-style: none;}

.property_sec li{border-bottom: 1px solid #bde2f1; padding: 18px 0;}

.property_sec li:first-child{padding-top: 0;}

.property_sec li:last-child{padding-bottom: 0; border: none;}

.rec_proprty{display: flex;}

.property_info{margin-left: 16px;}

.single-widgets .property_sec .property_info{margin-left: 16px;min-width: 180px;}

.property_info p{margin: 0; font-size: 14px;}

.priceWrp{color: #fff; margin-top: 10px; font-size: 16px; font-weight: bold; background: #9ed58d; padding: 3px 14px; display: inline-block;}

.property_info h4{margin-bottom: 0px; line-height: 14px;}

.property_info h4 a{font-size: 18px; color: #fff; text-decoration: none;}

.property_info h4 a:hover{color: #262a8a;}



.footer-widget .property_info h4 a{color: #9ed58d;}





.footer-widget.contact-widget .column{

    padding:0 10px;

}



.footer.bg-style .footer .footer-upper {

    padding: 75px 0 65px;

}

.footer.bg-style .footer-widget h3.title {

    position: relative;

    font-weight: 700;

    color: #000;

}

.footer.bg-style .footer-widget.quick-links ul li {

   margin-left: 20px;

    margin-bottom: 8px;

}

.footer.bg-style .footer-widget.quick-links ul li a {

    text-decoration: none;

       font-size: 16px;
    color: #333;
    line-height: 26px;


    padding-bottom: 7px;

    padding-left: 0;

    position: relative;

    font-weight: 400;

}

.footer.bg-style .footer-widget.quick-links ul li a:before {

    color: #9ed58d;

    content: '\f0da';

    font-family: 'Font Awesome 5 Free';

    font-weight: 600;

    font-size: 12px;

    left: -17px;

    line-height: 16px;

    position: absolute;

    top: 2px;

}

.footer.bg-style .footer-widget.quick-links ul li a:hover {

    color: #262a8a;

    

}

.footer.bg-style .footer-widget.quick-links ul li a:hover:before{

    color:#262a8a;

}



.footer.bg-style .footer-widget.contact-widget input,

.footer.bg-style .footer-widget.contact-widget textarea {

    background: rgba(119, 119, 119, 0.35);

    color: #fff;

}



.footer.bg-style .footer-widget.contact-widget input {

    height: 50px;

    font-size: 14px;

    font-weight: 400;

    color: #adadad;

    margin-bottom: 10px;

    font-family: 'Open Sans', sans-serif;

}



.footer.bg-style .footer-widget.contact-widget textarea {

    height: 90px;

    font-size: 14px;

    font-weight: 400;

    color: #adadad;

    margin: 5px 0px 20px;

    font-family: 'Open Sans', sans-serif;

}



.footer.bg-style .footer-widget.contact-widget button {

    height: 50px;

    line-height: 45px;

}

.footer-widget.opening-hour{

    color:#adadad;

}

.footer-widget.opening-hour span{

    font-size: 14px;

    font-weight: 400;

    font-family: 'Open Sans', sans-serif;

    color: #adadad;



}

.footer-widget.opening-hour .day-time{

    margin-top: -12px;

}

.footer-widget.opening-hour .day-time li{

    font-size: 14px;

    line-height: 22px;

    padding: 13px 0px;

    border-bottom: 1px solid #3b3a4c;

}

.footer-widget.opening-hour .day-time span{

    float:right;

}

.footer-widget.opening-hour .day-time li:last-child{

    border-bottom:none;

}

.footer-widget.opening-hour .day-time li:nth-child(3) span{

    color:#fc7013;

}

.footer-widget.opening-hour .day-time li:nth-child(4) span{

    color:#fc7013;

}



.footer-widget .contact-info li{

  position:relative;

  color:#bdbcc0;

  padding-left:30px;

  margin-bottom:5px;

  line-height:24px;

  font-size:14px;

  font-weight:400;

  font-family: 'Open Sans', sans-serif;

}



.footer-widget .contact-info li .icon{

  position:absolute;

  left:0px;

  top:0px;

  line-height:24px;

  font-size:14px; 

}



.footer-widget .widget-content{

    margin-top:-3px;

}

.footer-widget .widget-content p{

    margin-bottom:15px;

}





.footer-bottom .social-links a{

    

    display:inline-block;

    font-size:13px;

    font-weight:normal;

    color: #d1d1d1;

    padding: 0px 15px;

    line-height:26px;

    

}



.footer-bottom a:hover{

    color:#7aba1e;  

}

.footer-bottom .copyright-text{

    font-family: 'Open Sans', sans-serif;

    font-weight:400;

    font-size:14px;

    color:#333;

}





.footer-widget .social {

    list-style: none; margin-top: 20px;

}

.footer-widget .social li {

    display: inline-block;

}

.footer-widget ul li {

     padding-right: 4px;

}

.footer-widget .social li a {border: 1px solid #fff; font-size: 16px;

    color: #bdbcc0; display: block; width: 30px; height:30px; text-align: center; line-height: 30px; border-radius: 100%;

}

.social li a {

    color: #fff; 

    -webkit-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

}



.footer-bottom{padding: 14px 0;}





.footer .footer_contact .footr{

    font-size: 16px;

    color: #fff;

    text-decoration: none;

    padding-left: 20px;

    margin-bottom: 10px;

    display: block;

}

.footer .footer_contact a:hover, .footer .footer_contact a:hover:before{

    color: #262a8a;

}



.footer-adress{list-style:none;}

.footer-adress li{margin:0;  padding-bottom: 15px; display: flex;}

.footer-adress li > i{vertical-align:top; font-size:16px; color:#9ed58d; width:30px; padding-top: 3px;}

.footer-adress li span a, .footer-adress li span{font-size: 16px; color: #000; text-decoration: none;}

.footer-adress li span a:hover{color: #77dda7;}

.footer_phone a{font-size: 24px !important; font-weight: bold;}

.footer_address i, .footer_phone i{font-size: 24px !important;}



.footer_icon{text-align: left;}

.footerLinks li{position:relative; padding-left:16px;}

.footerLinks li a{font-size:14px; color:#fff; line-height:30px; text-decoration:none;}

.footerLinks li:before{content:"\f105"; font-family: 'FontAwesome'; position:absolute; top:4px; left:0; font-size:14px; color:#fff;}

.footerLinks li a:hover{color:#79c401;}

.social-icons ul li{display:inline-block; margin-right:3px;}

.social-icons ul li a{border:1px solid #fff;

    display:block;

     font-size:18px; text-align: center;

     color:#fff;

     width:38px;

     height:38px;

     line-height:38px;

     border-radius:100%;

}



.social-icons ul li:nth-child(1) a{background: #3c599b; border-color: #3c599b;}

.social-icons ul li:nth-child(2) a{background: #1ea1f3; border-color: #1ea1f3;}

.social-icons ul li:nth-child(3) a{background: #cd2e80; border-color: #cd2e80;}

.social-icons ul li:nth-child(4) a{background: #1e92bc; border-color: #1e92bc;}





input:focus{outline: none !important;}

.innerHeading{background: url(../images/innerHeading.jpg); padding: 40px 0; background-size: cover; text-align: center;}

.innerHeading h1{color: #fff; font-size: 36px; font-weight: 600;}

.innercontent{padding: 40px 0;}

.innercontent .about-wrap{background: none; padding: 0;}

.innercontent .gallery-wrap{padding: 0;}

.innercontent ..gallery-wrap ul li{margin: 15px 0 !important;}





/*********************************************

    Blog Css

**********************************************/

.single-widgets {

    border: 1px solid #e5e8f3;

    padding: 30px 28px 35px;

    margin: 0 0 40px;

}

.blog_post .readmore a{font-size: 14px; padding: 14px 26px;}

.single-widgets:hover{border-color: #262a8a;}

.single-widgets.widget_search form {

    position: relative;

}

.thumb-blog-default h3 a{font-size: 24px; text-decoration: none; color: #000;}

.thumb-blog-default h3 a:hover{color: #262a8a}

.thumb-blog-default p{font-size: 14px; line-height: 24px;}

.post-meta > span {

    margin-right: 10px;

    padding-right: 10px;

    border-right: 1px solid #e1e1e1;

}

.blog_details .services_box h3{min-height: inherit;}

.post-meta span {

    color: #a5a5a5;

    font-size: 13px;

}

.post-meta > span:last-child {

    border-right: none;

}

.single-widgets h4 {

    line-height: 14px;

    font-size: 21px;

}

.media {

    -webkit-box-align: center!important;

    -ms-flex-align: center!important;

    align-items: center!important;

}

.thumb-blog-default{margin-bottom: 40px;

    padding-bottom: 40px;

    border-bottom: 1px solid #e5e8f3;}

.post-meta{margin-bottom: 10px;}

.post-image{max-width: 48%;

    margin-right: 25px;}

.blog_post .readmore{margin-bottom: 0;}

.single-widgets.widget_search form input[type="search"] {

    border-radius: 4px;

    border: 1px solid #ebedf5;

    background: #f9fafc;

    font-size: 12px;

    padding: 10px 70px 10px 16px;

    height: 60px;

    width: 100%;

}

.thumb-blog-default .readmore{}

.thumb-blog-default .readmore a{font-size: 14px; text-decoration: none; background: #262a8a; color: #fff; padding: 14px 36px; border-radius: 30px; display: inline-block; text-transform: uppercase; font-weight: bold;}

.thumb-blog-default .readmore a:hover{background: #000;}

.single-widgets.widget_search form button {

    position: absolute;

    right: 5px;

    top: 5px;

    bottom: 0px;

    cursor: pointer;

    border-radius: 4px;

    background: #262a8a;

    color: #ffffff;

    border: 0;

    font-size: 14px;

    line-height: 50px;

    height: 50px;

    width: 52px;

}

.single-widgets.widget_search form button:focus{outline: none !important;}



.single-widgets.widget_category ul {

    padding: 0;

    list-style: none;

}

.single-widgets.widget_category ul li {

    display: block;

    border-bottom: 1px solid #eaeaea;

    padding: 11px 0;

}

.single-widgets.widget_category ul li a{text-decoration: none; color: #000; font-size: 14px;}

.single-widgets.widget_category ul li a:hover{color: #262a8a;}

.single-widgets.widget_category ul li:first-child {

    border-top: none;

}

.single-widgets.widget_category ul li a span {

    float: right;

}



.blog_post .services_box{margin-top: 0; margin-bottom: 30px; min-height: 438px;}

.blog-pagination a {display: inline-block;

    width: 50px;

    height: 50px;

    text-align: center; text-decoration: none;

    line-height: 50px;

    color: #262a8a;

    border: 1px solid #262a8a;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    margin: 3px;

}

.porperty_listWrp .services_box{min-height: auto;}

.blog-pagination a:hover, .blog-pagination a.active {

    background: #262a8a;

    color: #ffffff;

}



.blog_del{border: none;}

.blog_del .post-image{margin-bottom: 30px; max-width: inherit; margin-right: 0}

.blog_del h3 {margin-top: 10px;

    line-height: 26px;

    font-size: 26px;

}

blockquote {

    font-size: 14px;

    font-style: italic;

    line-height: 24px;

    background: #f3ffe0;

    padding: 25px;

    border-left: 8px solid #262a8a;

    margin: 20px 0;

}

.blog_post p{margin-bottom: 0; min-height: 72px;}

.single-widgets.widget_category ul{margin-bottom: 0;}

.single-widgets.widget_category ul li:last-child, .property_sec li:last-child{border: none; padding-bottom: 0;}

.single-widgets.widget_category .property_info h4 a{font-size: 13px !important;}

.single-widgets.widget_category .property_info p{line-height: 15px;}

.porperty_listWrp .services_box h3{min-height: inherit;}

.porperty_listWrp .readmore{margin-top:20px;}







/*********************************************

     Tags

**********************************************/

.tags:after{display:table; clear:both; content:'';}

.tags li {display: inline-block; float: left; border: none !important; padding: 0 !important}

.tags a {font-size: 13px; color: #969595; border: 1px solid #dadada; padding: 7px 10px; display: inline-block; margin-right: 5px; margin-bottom: 5px;}

.tags a:hover {border: 1px solid #262a8a; background:#262a8a; color: #fff !important; text-decoration:none;}





.blog_details .services_box{margin-top: 0;}







.bullet_icons{display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap; list-style: none;}

.bullet_icons li{margin-bottom: 15px; position: relative; padding-left:40px; font-size: 13px; font-family: 'Poppins', sans-serif;}

.bullet_icons li:before {
	content: '\f00c';
    width: 25px;
    height: 25px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    background: #1da054;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 10px;
    line-height: 26px;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
    box-shadow: 0 6px 12px 0px #d3dbe33d;
    margin-right: 20px;

}









/*********************************************

    Contact Css

**********************************************/

.formcol .form-control{border-radius:0; height:48px; font-size:14px;}

.formcol textarea.form-control{height: 200px !important;}

.contact-btn .sub{margin-top:10px !important; font-size:20px;

    color: #fff;

    font-weight: bold;

    padding: 16px 36px;

    display: inline-block;

    text-decoration: none;

    background-color: #7ba0c5;

    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.3);

    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.3);

    box-shadow: 0 5px 5px rgba(0,0,0,.3);

    background: #222f3c; box-shadow:none; cursor:pointer; border:none;}

    .contact-btn .sub:hover{background:#7ba0c5;}

.contact-btn .sub i{margin-left:10px;}

.getTouch{font-size:36px; font-weight:bold; margin-bottom:30px;}

button:focus{outline: none;}

.aboutWrap h3{text-align: left;}

.innerTeamWrp .team_wrp{margin: 40px 0;}





/*********************************************

     404 page

**********************************************/

.four-zero-page{text-align:center;

  padding: 0 0 50px 0;

}

.four-zero-page h2 {

  font-size: 300px;

  color: #323040; text-shadow: 0 0 20px rgba(0, 0, 0, 0.21);

  font-weight: 800;

}

.four-zero-page h3 {

  color: #111111;

  font-weight: 600;

  font-size: 30px;

  letter-spacing: 10px;

}

.four-zero-page p{letter-spacing: 2px; padding:0 250px;}

.four-zero-page .readmore{margin-top:30px;}



.typghrapyWrp h1 span{font-size: 44px; margin: 20px 0;}

.mt40{margin-top: 40px;}



/*********************************************

     faqs page

**********************************************/

.faqs {

    margin-bottom: 30px;

}

.faqs .panel-default>.panel-heading {

    background: none;

    border: none;

    padding: 0;

}

.panel-heading h4{margin-bottom: 0;}

.faqs h4 a {

    padding:15px 55px 15px 15px;

    display: block;

    background: #262a8a;

    color: #fff;

    font-size: 18px;

    position: relative;

    

}

.panel-group h3{font-size:30px; margin-bottom:10px; margin-top:15px;}

.panel-group .panel {

    border-radius: 0;

    margin-bottom: 20px;

    border:1px solid #eee;

}

.panel-group .panel-body {

    line-height: 24px;

    color: #555;

    padding:15px;

    font-size: 14px;

}

.faqs h4 .collapsed:hover, .faqs h4 a:hover, .faqs h4 a:active {

    text-decoration: none;

    background: #262a8a;

    color: #fff;

}

.faqs h4 a:before {

    content: "\f068";

    background: #fff;

    font-family: 'FontAwesome';

    width: 30px;

    padding: 6px 0;

    color: #262a8a;

    position: absolute;

    right: 15px;

    top: 11px;

    font-size: 16px;

    display: inline-block;

    text-align: center;

    transition: 0.3s ease-in;

    -moz-transition: 0.3s ease-in;

    -webkit-transition: 0.3s ease-in;

    -ms-transition: 0.3s ease-in;

    line-height:18px;

    border-radius:50%;

}

.faqs h4 .collapsed:before {

    content: "\f067";

    font-family: 'FontAwesome';

    background: #262a8a;

    width: 30px;

    padding: 6px 0;

    color: #fff;

    position: absolute;

    right: 15px;

    top: 11px;

    font-size: 16px;

    display: inline-block;

    text-align: center;

    transition: 0.3s ease-in;

    -moz-transition: 0.3s ease-in;

    -webkit-transition: 0.3s ease-in;

    -ms-transition: 0.3s ease-in;

    text-decoration: none;  

}

.faqs h4 a.collapsed {

    background: #fff;

    color: #666;

    text-decoration: none;

}





.faqs h4 .collapsed:hover:before {background: #fff; color: #262a8a;}







.btn-facebook {

    background-color: #3b5999; border-radius: 0; padding: 12px 0;

}



/*********************************************

   Login page

**********************************************/

.login-wrap{max-width: 800px; margin: 0 auto; background: #e7f8ff; border: 1px solid #9ed58d; padding: 50px;}

.loginWrp{border-top: 1px solid #9ed58d; margin-top: 40px; padding-top: 30px;}

.loginWrp .form-group .form-control{height: 50px; border-radius: 4px; font-size: 14px; border-color: #f9eccd;}

.loginWrp .form-group{margin-top: 15px; margin-bottom: 0;}

.loginWrp .send_btn{width: 100%; letter-spacing: 0; font-weight: 600;}

.forgot_password{text-align: center;}

.forgot_password a{color: #000;}

.form-group .btn {

    background: #9ed58d;

    display: inline-block;

    border-radius: 30px;

    font-weight: 600;

    font-family: 'Montserrat', sans-serif;

    font-size: 16px;

    color: #fff;

    text-transform: uppercase;

    padding: 16px 40px;

}



.form-group .btn:hover {

    background: #262a8a;

    color: #fff;

}



/*********************************************

   RegisterWrp page

**********************************************/

.registerWrp{border-top: none; padding-top: 0; margin-top: 0;}

.passnote {

    margin-bottom: 0px;

    font-size: 14px;

    margin-top: 10px;

    font-family: 'Open Sans', sans-serif;

    color: #ababab;

}

.form_set{margin-bottom: 30px;}

.already_account{text-align: center;}

textarea.form-control{height: 150px !important;}

.map{margin-left: 30px;}





/* ---------------------------------- 

     Pricing Tables

------------------------------------- */

.pricing-container {

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    position: relative;

}



.plan {

    flex: 1;

    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);

    text-align: center;

    position: relative;

    z-index: 9;

}



.plan-price {

    width: 100%;

    background: #474752;

    padding: 45px 30px;

    padding-top: 48px;

}



.plan:first-child .plan-price { border-radius: 3px 0 0 0; }

.plan:first-child { border-radius: 3px 0 3px 3px; }



.plan:last-child .plan-price { border-radius: 0 3px 0 0; }

.plan:last-child { border-radius: 0 3px 3px 0; }



.plan-price h3 {

    margin: 0;

    color: #fff;

    font-size: 22px;

}



.plan-price .value {

    display: block;

    font-size: 37px; font-weight: bold;

    line-height: 35px;

    padding: 22px 0 0 0;

    color: #fff;

}



.plan-price .period {

    color: #fff;

    margin-top: 20px;

    padding: 0 5%;

    display: block;

}



.plan-features {

    padding: 35px 30px;

    background: #fff;

}



.plan-features ul {

    list-style: none;

    padding: 0;

}



.plan-features ul li {

    padding: 8px 0;

    font-size: 14px;

    border-bottom: 1px solid #ececec;

}

.plan-features ul li:last-child{border: none;}



.plan-features a.button {

    margin-top: 20px;

}



.featured .readmore{margin-bottom: 0;}



/*********************************************

    featured plan

**********************************************/

.plan.featured {

    transform: translateY(-12px);

    border-radius: 0 0 3px 3px;

    z-index: 11;

}



.plan.featured .plan-price {

    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, transparent);

    background-color: #262a8a;

    padding: 50px 30px;

    border-radius: 3px 3px 0 0;

}



.plan.featured .plan-price h3 {

    color: #fff;

}



.plan.featured .plan-price .value {

    color: #fff;

}



.plan.featured .plan-price .period {

    line-height: 23px;

}



.plan.featured .plan-features { padding: 36px 30px 45px 30px; }





.plan.featured .listing-badges .featured {

    background: #fff;

    color: #66676b;

}







/* ---------------------------------- 

     Property Listing Css

------------------------------------- */

.sidebar_form{}

.sidebar_form .input-group{border-right: none; position: relative; margin: 7px 0;}

.sidebar_form .form-control{font-size: 13px; border-radius: 0; font-family: 'Poppins', sans-serif; height: 52px; padding-right: 46px;}

.hover_icon{position: absolute; top: 9px; right: 14px; z-index: 99;}

.hover_icon a{text-decoration: none; color: #000; font-size: 18px;}

.nice-select{border-radius: 0; height: 44px; border: 1px solid #ced4da;}

.nice-select:focus {

    color: #495057;

    background-color: #fff;

    border-color: #80bdff;

    outline: 0;

    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);

}



.listing_wrap .services_box{margin-top: 0; margin-bottom: 30px;}

.advanceWrp h4 a.collapsed, .advanceWrp h4 a{background: none !important; color: #262a8a !important;}

.advanceWrp h4 .collapsed:hover:before{background: #262a8a !important; color: #fff !important;}

.advanceWrp h4 a:before{background: #262a8a !important; color: #fff !important;}

.advanceWrp h4 a:before, .advanceWrp h4 .collapsed:before{left: 0px !important; right: auto;}

.advanceWrp h4 a{padding: 15px 15px 15px 40px !important; display: inline-block;}

.advanceWrp .panel-group .panel{border: none; margin-bottom: 0;}

.advanceWrp .panel-body{padding: 0 !important;}

.advanceWrp{margin-bottom: 0 !important;}

.checkbox{margin-top:16px !important; padding-left:30px;}



.checkbox input[type=checkbox] {

    display: none;

}

.checkbox input[type=checkbox] + label {

    width: 20px;

    height: 20px;

    border: 1px solid #262a8a;

    background: #ffe6a4;

    cursor: pointer;

    position: absolute;

    left: 0;

    top: 0;

}

.checkbox input[type=checkbox]:checked + label:before {

    content: '\f00c';

    font-family: 'FontAwesome';

    color: #262a8a;

    padding-left: 2px;

    position: relative;

    top: -3px;

}

.sidebar_form .input-group textarea.form-control{height: 150px !important;}

.submit{background: #262a8a; cursor: pointer; padding: 14px 36px; font-weight: bold; text-transform: uppercase; width: 100%; border: none; color: #fff;}

.submit:hover{background: #000;}

.sortWrp{border: 1px solid #e6e6e6; padding: 12px 16px;}

.sortWrp .dropdown-toggle{font-size: 16px; color: #000; text-decoration: none;}

.sortWrp .title-text{color: #262a8a; font-weight: bold;}



.sortWrp{margin-bottom: 30px;}

.sortWrp li a.nav-link{border: 1px solid #e8e8e8; color:#262a8a;}

.sortWrp li a.nav-link:hover{color: #fff !important;}

.sortWrp li a.active{background: #262a8a; color: #fff;}

.sortWrp li a{padding: 6px 10px;}

.blog-pagination{margin-top: 30px;}

.blog-pagination a {display: inline-block;

    width: 50px;

    height: 50px;

    text-align: center; text-decoration: none;

    line-height: 50px;

    color: #262a8a;

    border: 1px solid #262a8a;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    margin: 3px;

}

.blog-pagination a:hover, .blog-pagination a.active {

    background: #262a8a;

    color: #ffffff;

}

.blog_details .services_box{padding: 0; box-shadow: none; background: none;}



.property_listWp > li{margin-bottom: 30px;}

.cleaning_details{margin-top: 20px;}

.cleaning_details h3{font-weight: 600;}

.property_address{font-size: 14px; color:#333;}

.cleaning_details .heart_info{float: right;}

.cleaning_details .cleaning_price{font-size: 26px; line-height: 26px; font-weight: bold; color: #262a8a;}

.property_head{margin-bottom: 30px;}

.desc_head{font-size: 20px; color: #262a8a; border-bottom: 1px solid #dadada; padding-bottom: 15px; margin-bottom: 20px;}

.property_list{list-style: none;}

.property_list li{font-size: 14px; font-weight: normal; line-height: 24px; margin-bottom: 15px;}

.property_list li span{font-weight: bold; color: #666; width: 50%; float: left;}

.prop_del{margin-bottom: 20px;}

.cleaning_widget{margin-top: 20px;}

.property_listWp .services_box h3{min-height: inherit;}

.icon-checkbox {

    -moz-columns: 3;

    columns: 3;

    -moz-column-gap: 20px;

    column-gap: 20px;

    margin-bottom: 0;

}

.icon-checkbox li{font-size: 16px; padding: 8px 0; position: relative;}

.icon-checkbox li::before {

    display: inline-block;

    width: 19px;

    height: 19px;

    margin-right: 10px;

    top: -1px;

    position: relative;

    content: "\f00c";

    font-family: 'Font Awesome 5 Free';

    font-weight: 600;

    font-size: 12px;

    background: #262a8a;

    color: #fff;

    text-align: center;

    line-height: 15px;

    border: 2px solid transparent;

    transition: border-color 0s;

    border-radius: 2px;

}





.floor_plans{margin-top: 40px;}

.floorImg{text-align: center; margin-bottom: 20px;}

.mt30{margin-top: 30px;}

.innercontent .card:hover{border-color: #262a8a;}







/* ---------------------------------- 

     Agent Css

------------------------------------- */

.agentWrp h3 span{display: block; font-size: 14px; font-weight: 300; color: #b1b1b1;}

.agent_box a{text-decoration: none; color: #000;}

.agent_box a:hover i{color: #262a8a;}

.agentWrp > li{margin-bottom: 30px;}

.agent_icons{margin-top: 30px;}

.agent_details textarea.form-control{height: 144px !important;}

.agent_tabs li a{border:1px solid #dee2e6 !important; color: #000;}

.agent_tabs li a.active{background: #262a8a !important; color: #fff !important;}

.agent_tabs li a:hover{color: #fff !important;}

.agent_content{border: 1px solid #dee2e6; padding: 25px; border-top: none;}

.agent_details h3{min-height: inherit;}

.agency_del .services_box{margin-bottom: 0 !important;}



/* ---------------------------------- 

     Property Submit Css

------------------------------------- */

.property_submit .desc_head{margin-bottom: 30px;}

.property_submit .form-control, .property_submit .nice-select{height: 52px; font-size: 14px;}

.property_submit .nice-select{line-height: 52px;}



.uploadphotobx {

    border: 3px dashed #ddd;

    background: #eee;

    padding: 50px 30px;

    text-align: center;

}

.uploadphotobx i {

    font-size: 50px;

    color: #999;

    display: block;

    margin-bottom: 15px;

}

.uploadphotobx h4 {

    font-size: 30px;

    color: #777

}

.uploadphotobx p {

    font-size: 18px;

    margin-top: 5px;

}

.uploadphotobx .uploadBox input[type="file"] {

    cursor: inherit;

    display: block;

    font-size: 1px;

    filter: alpha(opacity=0);

    min-height: 100%;

    min-width: 100%;

    opacity: 0;

    position: absolute;

    right: 0;

    text-align: right;

    top: 0;

    cursor: pointer;

}

.uploadphotobx .uploadBox {

    font-size: 18px;

    color: #fff;

    font-weight: bold;

    padding: 10px 20px;

    margin: 20px 0 0 0;

    overflow: hidden;

    background: #555;

    display: inline-block;

    position: relative;

}

.uploadphotobx .uploadBox:hover {

    background: #1e90ff;

    box-shadow: 0 0 10px #ccc;

    color: #fff;

}









/* ---------------------------------- 

     Testimonials Css

------------------------------------- */

.testimonialswrp{text-align: center;}

.testi-info {

    box-shadow: none;

    background: #fdfdfd;

    border: 1px solid #dcdcdc;

    padding: 40px;

    position: relative;

    margin-bottom: 30px;

}



.testi-info:before{content: "\f10d"; font-family: 'FontAwesome'; background: #79c401; position: absolute; top: 65px; left: 0; width: 50px; height: 50px; color: #fff; text-align: center; line-height: 50px; font-size: 24px;}

.testimonialswrp li:last-child .testi-info{margin-bottom: 0;}

.testimonialswrp ul{list-style: none;}

.client_rating{margin-bottom: 0px;}

.client_rating li{display: inline-block; font-size: 18px; margin: 0 2px; color: #ffb901;}

.testi-info p {margin-top: 15px;

    position: relative;

    line-height: 24px;

    font-style: italic;

    color: #676767;

}

.client-image {margin-bottom: 10px;

}

.client-image img {

    border-radius: 100%;

    border: 1px solid #77dda7;

}

.testimonialswrp .name {

    font-size: 18px;

    color: #79c401;

    margin-top: 16px;

    text-transform: uppercase;

    font-weight: bold;

    line-height: 22px;

}

.testimonialswrp .name span {

    display: block;

    text-transform: none;

    font-size: 16px;

    color: #676767;

    font-weight: normal;

}





.map_list iframe{border-width: 0;}

/**

====================================================================

	Testimonials Section

====================================================================



***/



.testimonial-section .image-layer:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #2e2e2d;

    opacity: 0.90;

}



.testimonial-section{

	position:relative;

	padding: 25px 0px 0px;

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	color: #ffffff;

}



.testimonial-section .image-layer{

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	background-attachment: fixed;

}



.testimonial-section .image-layer:before{

	content: '';

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background: #1da054;

	opacity: 0.97;

}



.testimonial-section .carousel-box{

	position: relative;

	padding-left: 0px;

	min-height: 365px;

}



.testimonial-section .carousel-box .title-box{

	position: absolute;

	left: 0;

	top: 0;

	width: 352px;

    height: 352px;

	background: #92d34a;

    border: 15px solid #c8f19c;

	border-radius: 50%;

}



.testimonial-section .carousel-box .title-inner{

	position: relative;

    padding: 0px 76px 0px 37px;

    display: flex;

    align-items: center;

    height: 100%;

    justify-content: center;

}



.testimonial-section .carousel-box .title-box h2{

	font-size: 41px;

    line-height: 1.1em;

    font-weight: 300;

}



.testimonial-section .content-box{

	position: relative;

	padding-top: 24px;

}



.testimonial-section .slide-item{

	position: relative;

	display: block;

}



.testimonial-section .slide-item .icon{

	position: relative;

	display: inline-block;

	font-size: 48px;

	line-height: 1em;

	margin-bottom: 20px;

	color: #fff;

	-ms-transform: rotate(180deg) translateX(-50px);

	transform: rotate(180deg) translateX(-50px);

	opacity: 0;

}



.testimonial-section .active .slide-item .icon{

	opacity: 1;

	-ms-transform: rotate(180deg) translateX(0px);

	transform: rotate(180deg) translateX(0px);

	-webkit-transition: all 700ms ease;

	-moz-transition: all 700ms ease;

	-ms-transition: all 700ms ease;

	-o-transition: all 700ms ease;

	transition: all 700ms ease;

	-webkit-transition-delay: 300ms;

	-moz-transition-delay: 300ms;

	-ms-transition-delay: 300ms;

	-o-transition-delay: 300ms;

	transition-delay: 300ms;

}



.testimonial-section .slide-item .inner{

	position: relative;
    display: flex;

   min-height: 242px;

    align-items: center;

}



.testimonial-section .slide-item .testi-thumb{

	position: absolute;

    left: 0;

    top: 50px;

    width: 205px;

    border: 5px solid #ffffff;

    height: 205px;

    border-radius: 50%;

    overflow: hidden;

    opacity: 0;

    -webkit-transform: rotate(90deg) scale(0.5);

    -moz-transform: rotate(90deg) scale(0.5);

    -ms-transform: rotate(90deg) scale(0.5);

    -o-transform: rotate(90deg) scale(0.5);

    transform: rotate(90deg) scale(0.5);

}



.testimonial-section .active .slide-item .testi-thumb{

	opacity: 1;

	-webkit-transform: rotate(0deg) scale(1);

	-moz-transform: rotate(0deg) scale(1);

	-ms-transform: rotate(0deg) scale(1);

	-o-transform: rotate(0deg) scale(1);

	transform: rotate(0deg) scale(1);

	-webkit-transition: all 1000ms ease;

	-moz-transition: all 1000ms ease;

	-ms-transition: all 1000ms ease;

	-o-transition: all 1000ms ease;

	transition: all 1000ms ease;

	-webkit-transition-delay: 300ms;

	-moz-transition-delay: 300ms;

	-ms-transition-delay: 300ms;

	-o-transition-delay: 300ms;

	transition-delay: 300ms;

}



.testimonial-section .slide-item .text{

	    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.65em;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    text-align: justify;

}



.testimonial-section .active .slide-item .text{

	opacity: 1;

	-webkit-transform: translateY(0px);

	-ms-transform: translateY(0px);

	transform: translateY(0px);

	-webkit-transition: all 700ms ease;

	-moz-transition: all 700ms ease;

	-ms-transition: all 700ms ease;

	-o-transition: all 700ms ease;

	transition: all 700ms ease;

	-webkit-transition-delay: 700ms;

	-moz-transition-delay: 700ms;

	-ms-transition-delay: 700ms;

	-o-transition-delay: 700ms;

	transition-delay: 700ms;

}



.testimonial-section .slide-item .info{

	position: relative;

	display: block;

	padding-left: 38px;

	font-weight: 600;

	text-transform: capitalize;

	opacity: 0;

	-webkit-transform: translateY(20px);

	-ms-transform: translateY(20px);

	transform: translateY(20px);

}



.testimonial-section .active .slide-item .info{

	opacity: 1;

	-webkit-transform: translateY(0px);

	-ms-transform: translateY(0px);

	transform: translateY(0px);

	-webkit-transition: all 700ms ease;

	-moz-transition: all 700ms ease;

	-ms-transition: all 700ms ease;

	-o-transition: all 700ms ease;

	transition: all 700ms ease;

	-webkit-transition-delay: 1000ms;

	-moz-transition-delay: 1000ms;

	-ms-transition-delay: 1000ms;

	-o-transition-delay: 1000ms;

	transition-delay: 1000ms;

}



.testimonial-section .slide-item .info:before{

	content: '';

	position: absolute;

	left: 0;

	top: 50%;

	margin-top: -3px;

	width: 30px;

	border-bottom: 3px solid #ffffff;

}



.testimonial-section .owl-nav{

	display: none;

}



.testimonial-section .owl-dots{

	position: absolute;

	right: -80px;

	top: 75px;

}



.testimonial-section .owl-dots .owl-dot{

	position: relative;

	display: block;

	margin: 0px 0px 12px;

}



.testimonial-section .owl-dots .owl-dot span{

	position: relative;

	display: block;

	width: 12px;

	height: 12px;

	background: none;

	border: 1px solid rgba(255,255,255,0.50);

	border-radius: 50%;

}



.testimonial-section .owl-dots .owl-dot.active span{

	background: #ffffff;

	border-color:#ffffff;

}











.testimonial-section .carousel-box {

	padding-left: 0;

}

.testimonial-section .slide-item .inner {
	    display: flex;
    align-items: flex-start;
}

.testimonial-section .slide-item .testi-thumb {

	left: 284px;

	top: 74px;

}

.testimonial-section .carousel-box .title-box h2 {

	font-size: 30px;

}

.testimonial-section .carousel-box .title-inner {

	padding: 0px 122px 0px 36px;

}

@media only screen and (min-width:990px){

	.testimonial-section .slide-item {

		margin: 0 27px;

	}

}

@media only screen and (max-width:991px){

	.testimonial-section .slide-item .inner {

		    padding-left: 0;
    min-height: auto;
    display: block;
    align-items: center;
    margin-bottom: 30px;

	}

	.testimonial-section .slide-item .testi-thumb {

		left: 0;

		position: relative;

		top: -81px;

		margin-bottom: -53px;

	}

	.testimonial-section .carousel-box .title-box h2 {

		font-size: 22px;

	}

	.testimonial-section .carousel-box .title-inner {

		padding: 50px 36px 0px 36px;

	}

}















/*** 







/* ---------------------------------- 

     Media Screen Css

------------------------------------- */



@media screen and (max-width: 1440px){

.commerial_wrap h3{font-size: 40px;}

}





@media screen and (max-width: 1200px){

    .single-widgets h4{line-height: 15px;}

.cleaning_details .property_price{font-size: 20px;}

.residence_bg, .commerialWrp{padding: 80px;}

.commerial_wrap h3{font-size: 32px;}

.commerial_wrap p{font-size: 16px;}

.learnmore a{font-size: 16px; padding: 18px 40px;}

.slidertext1, .slidertext2, .slidertext3, .slidertext4, .slidertext5, .slidertext_hover{margin-left: 60px !important;}

.title h1{font-size: 38px;}

.about-wrap .title h1 span{font-size: 38px;}





}



@media screen and (max-width: 990px){

    .hero-image{height: 400px; width: 100%;}

    .hero-wrapper:before{top: 0;}

    .work-wrap{padding: 60px 0 30px 0;}

    .work-wrap ul{margin-bottom: 0;}

    .services-wrap{padding: 60px 0;}

    .about_box{margin-left: 0;}

    .about-wrap{padding: 90px 0 60px 0;}

    .get-wrap p{padding: 0;}

    .videohover{position: static;}

    .commerial_wrap{text-align: center;}

    .services_box{max-width: 329px; margin: 15px auto;}

    .single-working-steps-box{margin: 15px 0;}

    .videoWrp{height: auto; padding-bottom: 100px;}

.sbutn{padding: 15px 0px 15px 0; font-size: 11px;}

.ulockd-team .offset-3{margin-left: 0;}

.header-wrap{padding: 0px 0;}


.header_logo.text-md-right {
	padding-top:0px;
		height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;

}

.navbar-nav {clear: both;}

.perfect_home_wrap .readmore, .perfect_home_wrap{text-align: center;}

.popular_img .popular_img_text a{font-size: 16px;}

.hotelLinks li{width: 25%;}

.economy, .form-wrap .col-lg-4{padding: 0 15px !important;}

.end_date, .form-wrap .col-lg-5{padding-right: 15px;}

.form-wrap .col-lg-2, .form-wrap .col-lg-3{padding-left: 15px;}

.form-wrap .input-group{margin-bottom: 6px;}

.sliderTxt h1{font-size: 48px;}

.story_box h3, .story_box p, .story_box{text-align: center;}

.story_box p{margin-bottom: 30px;}

.story-wrap{padding: 90px 0 40px 0;}

.navbar{float: none;}

.navbar-toggler{position: absolute;

    top: 10px;

    right: 0; border: 1px solid #eee;}



    .navbar-collapse {

    position: fixed;

    top: 0px;

    bottom: 0;

    left: 100%;

    width: 60%;

    padding-right: 1rem;

    padding-left: 1rem;

    overflow-y: auto;

    visibility: hidden;

    background-color: rgba(0,0,0,0.8);

    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;

    transition: transform .3s ease-in-out, visibility .3s ease-in-out;

    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;

    z-index: 10000;

}

.navbar-nav > li > ul {width: 100%; position: static; display: none; margin-left: 0; opacity: 1; visibility: visible;}

.navbar-collapse.show {

    visibility: visible;

    -webkit-transform: translateX(-100%);

    transform: translateX(-100%);

}

.close-toggler {

    background: none;

    color: #fff;

    padding: 5px;

    border: none;

    margin-top: 10px;

    font-size: 24px;

    float: right;

    display: block;

}

.perfect_home_wrap .readmore{margin-top: 30px; display: inline-block;}

.navbar-nav li a+i {

    display: block;

}

.team_wrp{max-width: 375px; margin: 0 auto;}

.insta_pics img{width: 80px;}

.about-widget, .footer_button{text-align: center;}

.navbar-light .navbar-nav .nav-link{color: #fff;}

.blog_post .services_box{min-height: inherit;}

.navbar li{padding: 0;}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{color: #fff !important;}

.navbar li span{display: inline-block; width: 30px; padding-right: 10px;}

.navbar-nav > li > ul > li > a:hover{background: #262a8a;}

.buy-wrap p{padding: 0px;}

section.our_team_wrap .team_member{margin-bottom: 20px; margin-left: auto; margin-right: auto;}

.caret{display: none !important;}

.plan.featured{transform: none; margin: 30px 0;}

.listing_wrap .services_box{max-width: inherit;}

.four-zero-page p{padding: 0;}

.innerTeamWrp .team_wrp{margin: 15px 0;}

.innerTeamWrp .team_member{margin-bottom: 0 !important;}

.blog-pagination{margin-bottom: 30px;}

.innercontent .faqs{margin-bottom: 0;}

.panel-group h3{margin-top: 0;}

.porperty_listWrp .services_box{max-width: inherit;}

.blog_post p{min-height: inherit;}



}



@media screen and (max-width: 767px){

    .hero-image{height: 300px; width: 100%;}

.popular_wrap .mt_md{margin-top: 20px;}

.col-sm-4.pr-0{padding-right:15px !important;}

.popular_wrap .row .col-md-4:nth-child(1) .popular_img{margin-bottom: 15px;}

.cleaning_details .heart_info{float: none;}

.icon-checkbox{columns: 2;}

     .slidertext3{line-height: 8px !important;}

     section.our_team_wrap h1{font-size: 30px;}

     .innerTeamWrp .team_wrp{margin: 0 auto !important;}

     .four-zero-page h2{font-size: 150px;}

     .four-zero-page h3{font-size: 24px; letter-spacing: 5px;}

     .four-zero-page{padding-bottom: 0;}

}

@media screen and (max-width: 480px){
	

    .four-zero-page p{letter-spacing: 0;}

    .four-zero-page h3{font-size: 18px; letter-spacing: 2px;}

    .four-zero-page h2{font-size: 70px;}

    .slidertext3{line-height: 12px !important;}

    .login-wrap{padding: 20px;}

    .forgot_password a, .form-group .btn{font-size: 14px;}

    .newsletter-wrap{padding: 35px 20px;}

    .newsletter-wrap form input[type="submit"]{position: static; width: 100%; padding: 16px 0; margin-top: 10px; background: #000;}

    .newsletter-wrap .title h1{text-align: center; font-size: 22px;}

    .newsletter-wrap .title h1 span{font-size: 18px;}

    .portfolio-details ul.rtin-portfolio-info li{font-size: 14px;}

    .portfolio-details ul.rtin-portfolio-info li .rtin-label{width: 90px; margin-right: 13px;}

    .newsletter-wrap .form-control{padding: 16px 22px 16px 78px;}

.topbar-wrap{text-align: center;}

.about_box .title h1, .about-wrap .title h1 span{font-size: 24px;}

.about-wrap .readmore{margin-top: 10px;}

.bullet_icons li{flex-basis: 100%;}

.icon-checkbox{columns: 1;}

.residence_bg, .commerialWrp{padding:80px 40px;}

.commerial_wrap p{line-height: 24px;}

.copyright{font-size: 14px;}

.get-wrap .title h1{font-size: 34px;}

.get-wrap .phonewrp a{font-size: 30px;}

.topbar_phone{display: block; margin-bottom:6px;}

.top_right{text-align: center;}

.navbar{padding: 0 15px;}

.navbar-toggler{right: 15px;}

.topbar_phone{padding-top: 0;}

.nav>li>a{padding: 10px 8px; font-size: 14px;}

.get-wrap .phonewrp{padding-left: 0; margin-top: 70px;}

.callText{margin-bottom: 30px; font-size: 18px;}

.get-wrap .phonewrp:before{top: -70px; left: 50%; margin-left: -32px;}

.hotelLinks li{width: 50%;}

.header_logo{width: 100px;}

    .popular_wrap h1, .buy-wrap h1, .title h1, .perfect_home_wrap h1, .sliderTxt h1{

        font-size: 28px;

    }

    .sliderTxt p{font-size: 14px; letter-spacing: 1px;}

    .services_box h3 a{font-size: 18px;}

    .property_location i{font-size: 14px;}

.title h1 span{font-size: 14px; line-height: 24px; margin-top: 6px; font-weight: normal;}

    .start_btn a {

    display: block;

    margin-top: 20px;

    width: 220px;

    margin-left: auto;

    margin-right: auto;

    }

    section.our_team_wrap .team_member:hover .team_img img{

        right: -15px;

    }

}





.campaign-detail

{text-align: right;

    margin-top: -24px;

    z-index: 99;

    position: relative;

    margin-right: 20px;

}



.campaign-detail span ,.participate-now span

{

    display: inline-block;

    font-weight: 600;

    text-align: center;

    text-align: right;

    border-radius: 30px;

    letter-spacing: 2px;

    padding: 10px 20px;

    background: #86b678;

    color: #fff;

    font-size: 12px;

}















/* Lav's CSS */



.servicesImg .tile-bg {

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: -100%;

    background: #ccc;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    z-index: 1;

    transition: all .6s ease-in-out;

}

.servicesImg .tile-bg:before {

    content: '';

    display: block;

    background: linear-gradient(45deg, rgb(127 255 11 / 99%) -15%, rgb(7 143 208 / 74%));

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    z-index: -1;

}

.servicesImg .tile-bg .project-hover-div {

    position: relative;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

.servicesImg .tile-bg .project-hover-div .content-part {

    opacity: 1;

    padding: 20px;

    background: rgb(0 0 0 / 28%);

    height: 100%;

    top: 0;

    margin: 0;

    position: absolute;

}

.servicesImg .content-part.small-tab h4, .servicesImg .content-part.small-tab h4 a {

    color: #fff;

    font-size: 17px;

	margin-bottom: 20px;

}

.servicesImg .content-part.small-tab p.desc {

    font-size: 12px;

	color: #fff;

}

.servicesImg:hover .tile-bg {

    top: 0;

}

.articalbox-carousel .artical-item{

	background: #fdfdfd;

    padding: 10px;

    border-radius: 3px;

    border: 1px solid #efefef;

}

.articalbox-carousel .artical-item .inner {

    display: flex;

	align-items:center;

}

.articalbox-carousel .artical-item .inner .artical-thumb a {

    width: 55px;

    height: 55px;

    border-radius: 50%;

    overflow: hidden;

    display: block;

	margin-right:15px;

}

.articalbox-carousel .artical-item .inner .content h4, .articalbox-carousel .artical-item .inner .content h4 a {

    font-size: 14px;

    font-weight: 400;

    color: #999999;

}

.articalbox-carousel .owl-nav .owl-prev{

    display: inline-block;

    position: absolute;

    top: 35%;

	left:-15px;

    z-index: 0;

	transition:all .3s ease-in-out;

	opacity:0;

}

.articalbox-carousel .owl-nav .owl-next{

    display: inline-block;

    position: absolute;

    top: 35%;

	right:-15px;

    z-index: 0;

	transition:all .3s ease-in-out;

	opacity:0;

}

.articalbox-carousel button.owl-prev span, .articalbox-carousel button.owl-next span {

    padding: 5px;

    background: #262a8a;

    display: inline-block;

    z-index: 82;

    position: relative;

    height: 25px;

    width: 25px;

    color: #fff;

    border-radius: 100%;

    font-size: 16px;

}

.services-wrap .services_box:hover .owl-prev{

	left:0px;

	opacity:1 ;	

}

.services-wrap .services_box:hover .owl-next{

	right:0px;

	opacity:1 ;	

}

.services-wrap .services_box h6 {

    color: #9ed58d;

    font-size: 15px;

}





a.section-bottom-btn {

    color: #fff !important;

    font-size: 18px;

    font-weight: 700;

    padding: 13px 31px;

    border-radius: 30px;

    text-transform: uppercase !important;

    text-align: center;

    background: none;

    font-family: 'OpenSans', sans-serif;

    border-radius: 0px;

    background-color: #262a8a;

    font-size: 14px;

}





.feature-list.bullet_icons li:before {

    content: '\f00c';

    width: 18px;

    height: 18px;

    font-family: 'Font Awesome 5 Free';

    font-weight: bold;

    background: #9ed58d;

    color: #fff;

    text-align: center;

    position: absolute;

    top:0px;

    left: 0;

    font-size: 8px;

    line-height: 19px;

    border-radius: 50%;

    -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;

    box-shadow: 0 6px 12px 0px #d3dbe33d;

    margin-right: 20px;

}

.feature-list.bullet_icons li {

	margin:0;

    margin-bottom: 7px;

    position: relative;

    padding-left: 30px;

    font-size: 13px;

    flex-basis: 100%;

    font-family: 'Poppins', sans-serif;

    color: #fff;

}





/********************************   data-counter ----------------*****/



.counter{

    color: #777;

    font-family: 'Poppins', sans-serif;

    text-align: center;

}

.counter .counter-icon {

    font-size: 40px;
    margin: 0 auto;
    background: #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 4px solid #f2f2f2;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;

}



.counter .counter-value{    

    color: #6abf48;
    font-size: 60px;
    font-weight: 600;
    padding: 10px 0 10px;
    border-radius: 0;
    display: block;
    line-height: 60px;
	font-family: 'Roboto Condensed', sans-serif;

}



.stat-hov1 .counter .counter-value {

    color: #f7a884;

}

.stat-hov2 .counter .counter-value {

    color: #6abf48;

}

.stat-hov3 .counter .counter-value {

    color: #3a5fc6;

}

.stat-hov4 .counter .counter-value {

    color: #b972c2;

}

.counter .count-num{

	display:flex;

	align-items:flex-end;

	justify-content: center;

}

.counter .count-num span.sm-texts{

	font-size: 16px;

    line-height: 50px;

	font-weight:700;

	color: #262a8a;

}

.counter h3{

    font-size: 17px;

    font-weight: 500;

    text-transform: capitalize;

    margin: 0;

}

.counter.green .counter-value{ background-color: #6abf48; }

.counter.purple .counter-value{ background-color: #5159AC; }

.counter.orange .counter-value{ background-color: #d88817; }



.counter h3 {

	color: #3e3e3e;

}

.stat-hov{

	padding: 10px 0px 15px 0;

	position:relative;

	z-index: 0;

	overflow:hidden;

	background-repeat:no-repeat !important;

	background-size:cover !important;

}

.stat-hov:hover .counter h3 {

	color: #fff;

}

.stat-hov:before{

	content:'';

	background: linear-gradient(45deg, rgb(0 150 255 / 58%), rgb(106 191 72 / 76%));

	position:absolute;

	left:-100%;

	top:0;

	height:100%;

	width:100%;

	z-index: -1;

	transition:all .3s ease-in-out;

	

}

.stat-hov1:before{

	background: linear-gradient(45deg, rgb(255 152 82 / 63%), rgb(255 222 63 / 95%));

}

.stat-hov2:before{

	background: linear-gradient(45deg, rgb(40 108 3 / 58%), rgb(103 255 93 / 76%));

}

.stat-hov3:before{

	background: linear-gradient(45deg, rgb(0 52 81 / 58%), rgb(45 112 233 / 76%));

}

.stat-hov4:before{

	background: linear-gradient(45deg, rgb(81 6 87 / 76%), rgb(235 127 248 / 76%));

}

.stat-hov:hover:before {		

	left:0

}

.stat-hov:after{

	content:'';

	background:rgb(255 255 255 / 96%);

	position:absolute;

	left:0%;

	top:0;

	height:100%;

	width:100%;

	z-index: -1;

	transition:all .3s ease-in-out;

}

.stat-hov:hover:after{

	opacity:0;

}

.stat-hov1{

	background:url(../images/km/4.jpg);

}

.stat-hov2{

	background:url(../images/km/2.jpg);

}

.stat-hov3{

	background:url(../images/km/3.jpg);

}

.stat-hov4{

	background:url(../images/km/5.jpg);

}



@media only screen and (min-width:991px){

	.row .stat-hov {

		border-right: 1px solid #d2d2d2;
    border-bottom:1px solid #d2d2d2;
    border-top: none;

	}

	.row .stat-hov:last-child{

		border-right: none;

	}

	.header_logo.text-md-right {

		padding-top: 2px;
		height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;

	}

}

.stat-hov:hover .counter-value, .stat-hov:hover .count-num span.sm-texts{

	color:#fff !important;

}

@media screen and (max-width:990px){

    .counter{ margin-bottom: 10px; }

	.hidden-xs{

		display:none;

	}

	.header_logo img {

		max-width: 114px !important;

    	max-height: 40px;

	}

	.navbar-toggler {

		position: absolute;

		top: 3px;

		right: 0;

		border: 1px solid #464646;

	}

	.header_logo {

		width: auto;

		display: flex;

	}

	.navbar {

		padding: 0;

	}

	.counter .counter-icon {

		font-size: 38px;

		width: 75px;

		height: 75px;

		padding: 11px;

		line-height: 10px;

	}

	.counter .counter-value {

		font-size: 40px;

		padding: 10px 0 10px;

		line-height: 45px;

	}

	.stat-hov {

		border-bottom: 1px solid #6abf48;

	}

	.row .stat-hov:last-child {

		border-bottom: none;

	}

	

}







/*********************************************************************************************/





.ow-pull-left  {

	float: left;

}

.ow-pull-right  {

	float: right;

}



.main-container {

	width: 1920px;

	max-width: 100%;

	margin: 0 auto;

	overflow-x: hidden;

}



/* - Text Color */

.tc_gray {

	color: #888;

}

.tc_dark {

	color: #333;

}

.tc_dark2 {

	color: #222;

}

.tc_white {

	color: #fff;

}

.tc_green {

	color: #1da054;

}

.tc_dove_gray {

	color: #666;

}

.tc_gray2 {

	color: #b1b1b1;

}

.tc_gray3 {

	color: #c4c4c4;

}



/* - Text Color Hover */

.tc_green_h:focus,

.tc_green_h:hover {

	color: #1da054;

}

.tc_sugar_h:focus,

.tc_sugar_h:hover {

	color: #ededeb;

}

.tc_dark_h:focus,

.tc_dark_h:hover {

	color: #333;

}

.tc_dark2_h:focus,

.tc_dark2_h:hover {

	color: #222;

}

.tc_white_h:focus,

.tc_white_h:hover {

	color: #fff;

}



/* - Text Color For P */

.tcp_gray p {

	color: #888;

}

.tcp_dark p {

	color: #333;

}

.tcp_white p {

	color: #fff;

}

.tcspan_green span {

	color: #1da054;

}

.tcspan_dark span {

	color: #333;

}

.tcp_gray2 p {

	color: #666;

}

.tcp_dove_gray p {

	color: #666;	

}







.ft-blue1 {

    color: #262a8a;

}

.ft-blue2 {

    color: #8b2de3;

}



.ft-pink {

    color: #eb17cf;

}

.ft-red {

    color: #e33030;

}

.ft-orange {

    color: #ff8229;

}

.ft-yellow {

    color: #f2e203;

}



.ft-green {

    color: #1da054;

}

.ft-blue3 {

    color: #01b3ea;

}

.welcome-box > img {

    left: -40px;

    top: 0;

    max-width: 120px;

    min-height: 120px;

    position: absolute;

    border: 1px dashed  #d4d4d4;

    padding: 3px;

    border-radius: 50%;

    text-align: start;

}









.welcome-box > h3::after {

    background-color: #c4c4c4;

    content: "";

    display: inline-block;

    height: 2px;

    position: absolute;

    width: 55px;

    left: -80px;

    top:9px;

}





.welcome-box > h3::before {

    background-image: url(../images/wel-icon-2.png);

    content: "";

    display: inline-block;

    position: absolute;

    top: 6px;

    left: -25px;

    width: 11px;

    height: 8px;

}





.welcome-box > h3 {

    display: inline-block;

    font-family: 'Roboto Condensed', sans-serif;

    font-size: 18px;

    font-weight: bold;

    letter-spacing: 0.45px;

    text-transform: uppercase;

    width: 100%;

    position: relative;

	    margin-top: 43px;

}



@media (min-width: 992px)

{

.welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box > img {

    left: auto;

    right: -40px;

    max-width: 120px;

    min-height: 120px;

    position: absolute;

    border: 1px dashed  #d4d4d4;

    padding: 3px;

    border-radius: 50%;

}





}





@media (min-width: 992px)

{

 .welcome-section2 .welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box > h3::after {

    left: auto;

    right: -45px;

    top: 9px;

}

   

}





@media (min-width: 992px)

{

   .welcome-content .row > [class*=col-]:nth-child(odd) .welcome-box > h3::before {

    background-image: url(../images/wel-icon.png);

    left: auto;

    right: -25px;

    top: 6px;

} 



}



@media (max-width: 639px)

{

  .welcome-content .row > [class*="col-xs-"], .welcome-section3 .row > [class*="col-xs-"] {

    width: 100%;

    margin-bottom: 20px;

    padding-left: 40px;

}  

}



@media screen and (min-width:960px) {

    .col-md-6.col-xs-6.do-align-right {

    margin-left: 140px;

}

.col-md-6.col-xs-6.do-align-left {

    margin-left: -280px;

}

}



 .navbar-bg

  {

          background: rgb(255 255 255);
    border-top: 1px solid #eee;
  }


body.gef4 .navbar-bg {
    background: rgb(237 250 255);
    border-top: 1px solid #edfaff;
}




.statics-section, .gef-section {

	  background: linear-gradient(45deg, #e1ffd5, #c6f0fa);

}



.init-div ul.bullet_icons.din li {

    margin: 0;

    position: relative;

    padding-left: 54px;

    font-size: 14px;

    flex-basis: 100%;

	text-align: justify;

    font-family: 'Poppins', sans-serif;

	font-weight:300;

}

.init-div ul.bullet_icons.din li {

    display: block;

    border-bottom: 1px solid #01e165;

    padding: 0px 0px 9px 39px;

    margin-bottom: 10px;

}

.init-div .bullet_icons li:before {

    content: '\f00c';

    width: 27px;

    height: 27px;

    font-family: 'Font Awesome 5 Free';

    font-weight: bold;

    background: #9ed58d;

    color: #fff;

    text-align: center;

    position: absolute;

    top: -3px;

    left: 0;

    line-height: 28px;

    border-radius: 50%;

    -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;

    box-shadow: 0 6px 12px 0px #d3dbe33d;

    margin-right: 6px;

    font-size: 11px;

}

.init-div ul.bullet_icons.din li:last-child{

	 border-bottom:none;

	 margin-bottom:0;

	 padding-bottom:0px;

}





.welcome-box h3, .welcome-box > img{

	cursor:pointer;

}



.welcome-box.active .init-div{

	height:auto;

	padding: 15px;

	opacity:1;

}

.init-div h3{

	font-size:20px;

	margin-bottom:15px;

}

.init-div{

	position: absolute;

	left: 0;

	top: 40%;

	text-align: left;

	background: linear-gradient(45deg, #f1fbed, #ffffff);

	z-index: 100;

	padding:0px;

	border-radius: 4px;

	box-shadow: 5px 0px 10px rgb(0 0 0 / 5%);

	height:0;

	opacity:0;

	transition:all .3s ease-in-out;

}





.filter-nav .nav-tabs .nav-item.show .nav-link, .filter-nav .nav-tabs .nav-link.active {

    color: #ffffff;

    background-color: #1da054;

    border-color: #1da054 #1da054 #1da054;

}

.filter-nav .nav-tabs .nav-link {

    color: #858585;

}

.filter-nav .nav-tabs {

    border-bottom: 1px solid #e9e9e9;

}





.sector-box{

	display:flex;

	justify-content: space-between;

	flex-direction: row;

	margin: 0 -10px;

}

.sector-box > div {
	margin: 10px;
	width: 20%;
	position: relative;
}        

.sector-box > div:after {
    position: absolute;
    z-index: 1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.sector-box.grid-style > div {
	margin: 10px;
	width: 100%;
	position: relative;
	margin-bottom: 35px;
}  
.tiles-wrap {
	width: 100%;
    padding: 15px 30px;
    position: relative;
    min-height: 211px;
    min-width: 211px;
    max-height: 211px;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 0;
    display: flex;
    align-items: center;
}
.sector-box.grid-style .tiles-wrap {
    border-radius: 0%;
    overflow: hidden;
}

body.gef4 .tiles-wrap {
    min-height: 200px;
    min-width: 200px;
    min-width: 200px;
}




.tiles-wrap:before{

	content: '';

	display: block;

	background: linear-gradient(45deg, rgb(59 59 59), rgb(168 255 179 / 86%));

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	z-index: -1;

	 

}

.sector-box > div .tiles-wrap:before{

	background: linear-gradient(45deg, rgb(124 124 124), rgb(165 165 165 / 86%));

}

    

.tiles-wrap .tile-bg{

	width:100%;

	height:100%;

	position:absolute;

	left:-100%;

	top:0;

	background:#ccc;

	background-repeat:no-repeat !important;

	background-size:cover  !important;

	z-index:-1;

	transition:all .6s ease-in-out;

}

.tiles-wrap .tile-bg:before{

	content: '';

	display: block;

	background: linear-gradient(45deg, rgb(38 42 138 / 89%) -15%, rgb(249 251 255 / 78%));

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	z-index: -1;

}

.tiles-wrap:hover .tile-bg{

	left:0;

}

.tiles-wrap .content-part {

	opacity: 1;

	transition: all .2s ease-in-out;

	background: rgb(0 0 0 / 39%);

	padding: 15px 15px;

	margin-bottom: 40px;

}

.tiles-wrap .content-part h4.title, .tiles-wrap .content-part h4.title a {
	color: #fff;
	margin-bottom: 28px;
	text-align: left;
	font-weight: 700;

}



.tiles-wrap .content-part p.desc {

	font-size: 15px;

	color: #fff;

	margin:0;

	line-height: 20px;

}
.sector-box .content-part .icon-wrap, .sector-box .icon-div {
	display:inline-block;
	margin:0 auto;
}
.sector-box .content-part .icon-wrap, .sector-box .icon-wrap  {

	display: block;
    width: 93px;
    height: 93px;
    padding: 0px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 4px solid #e5e5e5;
    position: absolute;
    top: -22px;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
	left: 26%;
}
.sector-box.grid-style .content-part .icon-wrap, .sector-box.grid-style .icon-wrap  {
	left: 25%;
	width: 87px;
    height: 87px;
}
.sector-box.grid-style .tiles-wrap {
    min-width: 100%;
}

@media only screen and (min-width:991px){

	.tiles-wrap .content-part.small-tab h4.title, .tiles-wrap .content-part.small-tab h4.title a {

		color: #fff;

		font-size: 17px;

	}

	.tiles-wrap .content-part.small-tab p.desc {

		font-size: 12px;

	}
	
	

}



.tiles-wrap > .content-part.small-tab h4.title, .tiles-wrap > .content-part.small-tab h4.title a {							

	font-size: 30px;

}

.tiles-wrap:hover .content-part{

	opacity:0;

}

.tiles-wrap .btn-part .read-more {

	font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    bottom: 28px;
    left: 15px;

}

.tiles-wrap .btn-part .read-more span {

	display: inline-block;

	height: 12px;

	margin-left: .5em;

	position: relative;

	-webkit-transition: width .25s ease-in-out;

	transition: width .25s ease-in-out;

	width: 10px;

	vertical-align: middle;

}

.tiles-wrap .btn-part .read-more span::before {

	border-bottom: 2px solid #ffffff;

	content: '';

	left: 0;

	position: absolute;

	top: 50%;

	-webkit-transform: translateY(-3px);

	transform: translateY(-3px);

	width: 0;

}

.tiles-wrap .btn-part .read-more span::after {

	border-right: 2px solid #ffffff;

	border-top: 2px solid #ffffff;

	content: '';

	display: block;

	height: 10px;

	position: absolute;

	right: 0;

	top: 58%;

	-webkit-transform: translateY(-8px) rotate(45deg);

	transform: translateY(-8px) rotate(45deg);

	width: 10px;

}

.tiles-wrap:hover .btn-part .read-more span {

	width: 60px;

}

.tiles-wrap:hover .btn-part .read-more span::before {

	width: 100%;

}



.tiles-wrap.main-tile .tile-bg > div{

	display: flex;

	flex-direction: column;

	height: 100%;

	position:relative;

}



.tiles-wrap.main-tile .tile-bg > div .content-part{

	position:absolute;

	bottom:30px;

	left: 20px;

	right: 20px;

}

.tiles-wrap.main-tile:before {

	background: linear-gradient(45deg, rgb(0 0 0 / 50%), rgb(255 255 255 / 21%));

}

.tiles-wrap.main-tile {

	align-items: flex-end;

}

.tiles-wrap.main-tile:hover .tile-bg{

	left:-100%;

}

.tiles-wrap.main-tile .tile-bg:before {

	background: linear-gradient(45deg, rgb(255 255 255 / 0%) -15%, transparent);

}

.tiles-wrap.main-tile:hover .content-part {

	opacity: 1;

}



.tiles-wrap .content-part.small-tab {

	opacity: 1;
    transition: all .2s ease-in-out;
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
	margin-top: 25px;
}

.tiles-wrap .btn-part .read-more{

	z-index:11;

}

.tiles-wrap:hover .content-part.small-tab {

	opacity: 0;

}
.sector-box.grid-style .tiles-wrap:hover .content-part.small-tab {
    opacity: 1;
}

.tiles-wrap.small-wrap {

	padding: 13px 13px;

}

.tiles-wrap.small-wrap .btn-part .read-more {

	margin-left: -15px;
    width: 100%;
    text-align: center;

}

.tiles-wrap.small-wrap .tile-bg {

	z-index: 10;

}



.tiles-wrap.small-wrap .tile-bg .project-hover-div{

	position: relative;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

}

.tiles-wrap.small-wrap .tile-bg .project-hover-div .content-part {

	opacity: 1;

	padding: 20px;
	    padding-top: 73px;

	background: rgb(0 0 0 / 28%);

	height: 100%;

	top: 0;

	margin: 0;

	position: absolute;

}

.tiles-wrap.small-wrap:hover .tile-bg .project-hover-div .content-part{

	opacity:1;

}

.navbar.navbar-expand-lg{

		    justify-content: flex-start!important;

	}
	
	.sector-box.grid-style .tiles-wrap .content-part.small-tab p.desc {
		font-size: 12px;
		line-height: 12px;
	}
	.sector-box.grid-style .tiles-wrap > .content-part.small-tab h4.title, .sector-box.grid-style .tiles-wrap > .content-part.small-tab h4.title a {
		font-size: 20px;
		text-align: center;
		margin-bottom: 19px;
	}
	.sector-box.grid-style .tiles-wrap > .content-part.small-tab h6, .sector-box.grid-style .tiles-wrap > .content-part.small-tab h6 a {
		font-size: 12px;
		margin-top: 5px;
		color: #9ed58d !important;
		font-weight:600;
		margin-bottom: 0;
	}
	.sector-box.grid-style .title:after {
		left: 29%;
	}
	.sector-box.grid-style .tiles-wrap .content-part.small-tab {
		margin-top: 35px;
	}
	.sector-box.grid-style .tiles-wrap .btn-part .read-more {
		bottom: 14px;
	}
.sector-box.grid-style > div .tiles-wrap:before {
    background: linear-gradient(45deg, rgb(17 17 18), rgb(38 42 138));
}
.sector-box.grid-style{
	transition:all .3s ease-in-out;
}
.sector-box.grid-style:hover{
	transform: translateY(-15px);
}
@media only screen and (max-width:991px){
	.sector-box.grid-style .content-part .icon-wrap, .sector-box.grid-style .icon-wrap {
    	left: 32%;
	}
	.sector-box.grid-style .title:after {
		left: 41%;
	}
	.sector-box {

		flex-wrap: wrap;

	}

	.sector-box > div {

		width: 100%;

	}

	.welcome-box > h3 {

    	font-size: 14px;

	}

	.init-div h3 {

    	font-size: 15px;

	}

	.init-div ul.bullet_icons.din li {

    	font-size: 12px;

    	line-height: 14px;

	}

	.init-div .bullet_icons li:before {

		width: 18px;

		height: 18px;

		top: -3px;

		line-height: 20px;

		font-size: 9px;

	}

	ul.bullet_icons.din {

		margin-bottom: 0;

	}

	.navbar.navbar-expand-lg{

		    justify-content: flex-end!important;

	}

}



@media only screen and (max-width:991px){

	.testimonial-section{

		padding-bottom:20px;

	}

	.testimonial-section .carousel-box {

		padding-left: 0;

		    min-height: auto;

	}

	.testimonial-section .carousel-box .title-box h2 {

    	font-size: 22px;

	}	

	.testimonial-section .carousel-box .title-box {		

		width: 262px;

        height: 262px;

		margin: 0 auto;

		position: relative;

	}

	.testimonial-section .carousel-box .title-inner {

		padding: 46px 37px 0px 37px;

		align-items: flex-start;

		text-align: center;

	}

	.testimonial-section .slide-item .inner {

		padding-left: 0;

		display:block;

	}

	.testimonial-section .slide-item .testi-thumb {

    	position: relative;

		margin: 0 auto;

		top: -129px;

		margin-bottom: -120px;

	}

	.testimonial-section .content-box {

		padding-top: 0px;

	}

	/*.testimonial-section .history-carousel.owl-carousel .owl-stage-outer {

		overflow: unset;

	}*/

	.testimonial-section .history-carousel.owl-carousel .slide-item .content h2 {

		font-size: 20px;

	}

	.testimonial-section .history-carousel.owl-carousel .slide-item .text {

		font-size: 14px;

		text-align:justify;

	}

	.testimonial-section .owl-dots {

		position: relative;

		right: auto;

		top: 0;

		text-align: center;

	}

	.testimonial-section .owl-dots .owl-dot {

		position: relative;

		display: inline-block;

		margin: 4px 5px 12px;

	}



}


.sectors-section{

	background-size:cover!important;

	background-repeat:no-repeat!important;

	background-attachment:fixed !important;

	position:relative;

	overflow:hidden;

}

.sectors-section::before{

	content: '';

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background:rgb(255 255 255 / 83%);

    z-index: 0;

    display: block;

    position: absolute;

}

body.gef4 .sectors-section::before {
  content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:linear-gradient(0deg, rgb(31 31 31 / 86%), rgb(81 81 81 / 72%)), url(../images/4.jpg);
    z-index: 0;
    display: block;
    position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: move 10s ease-in-out infinite;
  animation: move 10s ease-in-out infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
  width:400px;
  height:200px;
  text-align:center;
  background: none;
  -webkit-animation: zoomout 5s ease-in-out infinite;
  animation: zoomout 5s ease-in-out infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}



/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}/*End of Zoom out Keyframes */

@keyframes move {
  0% {
	background-position: 0% 0%;
  }

   100% {
	background-position: 100% 0%;

  }
}
.news-updates-section {
    background: #f9f9f9;
    padding: 30px 0px;
}
h3.heading-main{
	    color: #272627;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px dashed #CFCFCF;
    padding-bottom: 14px;
	padding-right: 95px;
	position: relative;
}
h4.heading-main {
    color: #0189d3;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px dashed #909090;
    padding-bottom: 14px;
	
}
.heading-main span.controls{
	float: right;
    position: absolute;
    right: 0px;
    top: -3px;
}
.heading-main span.controls a{
	display: inline-block;
    width: 25px;
    height: 25px;
    color: #4A4A4A;
    border: 1px solid #c7c7c7;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}
.heading-main span.controls a:hover{
	color: #ffffff;
    border: 1px solid #262a8a;
    background: #262a8a;
}

.useful-links, .news-events {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 4px;
	min-height:300px;
	background: #fff;
}
.useful-links .link li {
  display: block;
      margin-bottom: 3px;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 15px !important;
	    min-height: 45px;
}
.useful-links #useful-links{
    min-height: 260px;
}
.useful-links .link li:last-child {
  margin-bottom: 0;
}

.useful-links .link li a {
  display: inline-block;
  padding-left: 18px;
  position: relative;
  font-size: 15px;
  color:#444;
  font-weight:500;
  text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.useful-links .link li a:hover {
  margin-left: 10px;
  color:#1da054;
}

.useful-links .link li a::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	left: 0;
	position: absolute;
	font-size: 13px;
	top: 2px;

}

.news-events ul {
    width: 100%;
    padding-right: 40px;
	top: 0;
}
.news-events li a span {
  display: inline-block;
  color: #232323;
}

.news-events li span {
  display: inline-block;
}
.news-events li span.categpory-name {
 float:right;
 font-weight:500;
}
.news-events li span.categpory-name:after{
	clear:both;
}

.news-events .meta-title a {
  color: #999999;
}

.news-events li {
  color: #cdd0d3;
}

.news-events li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5px;
  padding-bottom: 8px;
  display:flex;
  align-items:center;
  padding-top: 10px;
      min-height: 100px;
}

.news-events li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.news-events li:last-child {
  margin: 0;
}

.news-events li .thumb {
  width: 116px;
    margin-right: 15px;
}

.news-events .thumb img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.news-events li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: block;
  line-height: 26px;
  padding: 0 0;
  vertical-align: top;
  width: 100%;
}

.news-events li a {
    color: #333333;
    display: block;
    font-weight: 600;
	font-size:16px;
}
.news-events li a:hover {
  color: #1da054;
}

div .readmore2 {
    font-size: 14px;
    display: inline-block;
    min-width: 80px;
    background: #262a8a;
    padding: 5px 17px;
    color: #fff;
    float: right;
    transition: all ease-in-out .3s;
    margin-top: 25px;
}
div .readmore2:hover {
    background: #999;
}

@media screen and (max-width: 991px){
	
	h3.heading-main {
		font-size: 24px;
	}
	h3.heading-main.xs-margin {
		margin-top:20px;
	}


}
/***************************************************** ujjwal *****************************************************/

.achievement-div{
	margin-top:25px;
	margin-bottom:25px;
}
.achievement-div ul{
	width: 100%;
}

.achievement-div li a span {
  display: inline-block;
  color: #8e8e8e;
  font-size:12px;
}

.achievement-div li span {
  display: inline-block;
}
.achievement-div li span.categpory-name {
 float:right;
 font-weight:500;
}
.achievement-div li span.categpory-name:after{
	clear:both;
}

.achievement-div .meta-title a, .news-events .meta-title span {
  color: #999999;
  font-size:13px;
  margin:2px 0
}

.achievement-div li {
  color: #cdd0d3;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 5px;
    padding-bottom: 8px;
    display: block;
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 15px !important;

}

.achievement-div li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.achievement-div li:last-child {
  margin: 0;
}

.achievement-div li .thumb {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.achievement-div .thumb img {
  width: 100%;
      height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
	    border-radius: 5px;
}

.achievement-div li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: block;
  line-height: 26px;
  padding: 0 0;
  vertical-align: top;
  width: 100%;
}

.achievement-div li .info p {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
	    margin: 0;
		text-align: justify
}
.achievement-div li .info > a {
    color: #0468b1;
    display: block;
    font-weight: 600;
    font-size: 17px;
}
.achievement-div li .info >a:hover {
  color: #054c7f;
}

.achievement-div li .info .btn-part a{
	font-size: 13px;
    color: #1b1b1b;
    margin-top: 17px;
    display: inline-block;
}
.achievement-div li .info .btn-part a i:before{
    font-size: 12px;
}


    /*** 
=============================================
    Breadcrumb area style
=============================================
***/
    .breadcrumb-area {
      position: relative;
      background-attachment: scroll;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 0px 0 0px;
      z-index: 1;
    }

    .breadcrumb-area::before {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgb(29 160 84) none repeat scroll 0 0;
      content: "";
      z-index: -1;
    }

    .breadcrumb-area .inner-content {
      position: relative;
      display: block;
      padding: 25px 0;
    }
	.breadcrumb-area .inner-content.heading-only {
      padding: 5px 0;
    }
	.breadcrumb-area .inner-content.heading-only h3{
		margin:0;
	}

    .breadcrumb-area .title_breadcrumb {
      display: block;
    }

    .breadcrumb-area .title_breadcrumb h1 {
      color: #ffffff;
      font-size: 34px;
      line-height: 50px;
      font-weight: 700;
      text-transform: capitalize;
      margin: 0 0 0px;
    }

    .breadcrumb-area .breadcrumb-menu {
      position: relative;
      display: inline-block;
      line-height: 10px;
    }

    .breadcrumb-area .breadcrumb-menu ul {
      position: relative;
      display: inline-block;
      line-height: 30px;
      margin: 11px 0 9px;
    }

    .breadcrumb-area .breadcrumb-menu ul li {
      position: relative;
      display: inline-block;
      float: left;
      color: #203260;
      font-size: 16px;
      line-height: 30px;
      font-weight: 400;
      text-transform: capitalize;
      transition: all 500ms ease;
      margin-right: 15px;
      padding-right: 15px;
    }

    .breadcrumb-area .breadcrumb-menu ul li:before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: -8px;
      width: auto;
      height: 3px;
      /* background: url(../images/arrow.png); */
      content: "\f35a";
      font-family: "Font Awesome 5 Free";
      color: #fff;
      /* margin: 0 0px; */
      padding-left: 10px;
    }

    .breadcrumb-area .breadcrumb-menu ul li:last-child:before {
      display: none;
    }

    .breadcrumb-area .breadcrumb-menu ul li:last-child {
      margin-right: 0;
      padding-right: 0;
    }

    .breadcrumb-area .breadcrumb-menu ul li a {
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      text-transform: capitalize;
      transition: all 500ms ease;
    }

    .breadcrumb-area .breadcrumb-menu ul li.active {
      font-weight: 700;
      color: #9ff3c2;
    }

    .breadcrumb-area .breadcrumb-menu ul li a:hover {
      color: #0f2e1c;
    }

    .gef_sections .content_head h4 {
      /* border: 1px solid red; */
      padding: 5px 0px;
      position: relative;
      z-index: 1;
      overflow: hidden;
      font-weight: 600;
      transition: 0.4s all ease-in;
      /* text-align: start; */
      margin: 0px auto;
    }

    .gef_sections .content_head h4::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #1da054;
      left: -100%;
      top: 0;
      transition: 0.4s all ease;
      z-index: -1;
    }

    .gef_sections .content_head:hover h4::after {
      left: 0;
      transition: 0.5s all ease;

    }

    .gef_sections .content_head:hover h4 {
      color: #ffffff;
      transition: 0.4s all ease-in;
      /* text-align: center; */
      padding-left: 20px;

    }

    /* .gef_sections .content_head .project_bg
    {
      background-image: url(images/sectors/foundry.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 400px;
    } */



    /*********************************** MSME's List table  */


    .blue {
      color: #185875;
    }

    .yellow {
      color: #FFF842;
    }


    .cluster_table th h1 {
      font-weight: bold;
      font-size: 1em;
      text-align: left;
      color: #ffffff;
    }

    .cluster_table td {
      font-weight: normal;
      font-size: 1em;
      -webkit-box-shadow: 0 2px 2px -2px #0E1119;
      -moz-box-shadow: 0 2px 2px -2px #0E1119;
      box-shadow: 0 2px 2px -2px #0E1119;
      color: #ffffff;
    }

    .cluster_table {
      text-align: left;
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
      display: table;
      padding: 0 0 8em 0;
    }

    .cluster_table td,
    .cluster_table th {
      padding-bottom: 2%;
      padding-top: 2%;
      padding-left: 2%;
      background-color: #200d79bf;
    }

    /* Background-color of the odd rows */
    .cluster_table tr:nth-child(odd) {
      background-color: #323C50;
    }

    /* Background-color of the even rows */
    .cluster_table tr:nth-child(even) {
      background-color: #2C3446;
    }

    .cluster_table th {
      background-color: #1F2739;
    }

    .cluster_table td:first-child {
      color: #FB667A;
      font-weight: 600;
      font-size: ;
    }

    .cluster_table tr:hover {
      background-color: #464A52;
      -webkit-box-shadow: 0 6px 6px -6px #0E1119;
      -moz-box-shadow: 0 6px 6px -6px #0E1119;
      box-shadow: 0 6px 6px -6px #0E1119;
    }

    .cluster_table td:hover {
      background-color: #54d489;
      color: #403E10;
      font-weight: bold;
      box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
      transform: translate3d(6px, -6px, 0);
      transition-delay: 0s;
      transition-duration: 0.4s;
      transition-property: all;
      transition-timing-function: line;
    }

    @media (max-width: 800px) {

      .cluster_table td:nth-child(4),
      .cluster_table th:nth-child(4) {
        display: none;
      }
    }

    .title.inner-title
    {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0px;
    }

    .sec-title span.controls a {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #4A4A4A;
    border: 1px solid #c7c7c7;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}



.achievement-div{
	margin-top:25px;
	margin-bottom:25px;
}
.achievement-div ul{
	width: 100%;
}

.achievement-div li a span {
  display: inline-block;
  color: #8e8e8e;
  font-size:12px;
}

.achievement-div li span {
  display: inline-block;
}
.achievement-div li span.categpory-name {
 float:right;
 font-weight:500;
}
.achievement-div li span.categpory-name:after{
	clear:both;
}

.achievement-div .meta-title a, .news-events .meta-title span {
  color: #999999;
  font-size:13px;
  margin:2px 0
}

.achievement-div li {
  color: #cdd0d3;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 5px;
    padding-bottom: 8px;
    display: block;
    background: #ffff;
    padding: 15px;
    margin-bottom: 15px !important;

}

.achievement-div li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.achievement-div li:last-child {
  margin: 0;
}

.achievement-div li .thumb {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.achievement-div .thumb img {
  width: 100%;
      height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
	    border-radius: 5px;
}

.achievement-div li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: block;
  line-height: 26px;
  padding: 0 0;
  vertical-align: top;
  width: 100%;
}

.achievement-div li .info p {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
	    margin: 0;
		text-align: justify
}
.achievement-div li .info > a {
    color: #0468b1;
    display: block;
    font-weight: 600;
    font-size: 17px;
}
.achievement-div li .info >a:hover {
  color: #054c7f;
}

.achievement-div li .info .btn-part a{
	font-size: 13px;
    color: #1b1b1b;
    margin-top: 17px;
    display: inline-block;
}
.achievement-div li .info .btn-part a i:before{
    font-size: 12px;
}



.rs-blog.style1 .blog-item {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #dfe9eb;
  }
  .rs-blog.style1 .blog-item .image-part {
    overflow: hidden;
    height: 100%;
  }
  .rs-blog.style1 .blog-item .image-part a img {
    transition: all 0.5s;
    transform: scale(1);
    height: 100%;
    width: 100%;
  }
  .rs-blog.style1 .blog-item .blog-content {
    padding: 37px 19px 30px;
  }
  .rs-blog.style1 .blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
  }
  .rs-blog.style1 .blog-item .blog-content .title a {
    color: #111111;
  }
  .rs-blog.style1 .blog-item .blog-content .title a:hover {
    color: #1d87d4;
  }
  .rs-blog.style1 .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
  }
  .rs-blog.style1 .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
  }
  .rs-blog.style1 .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
  }
  .rs-blog.style1 .blog-item .blog-content .blog-meta li i.fa-calendar {
    padding-right: 7px;
  }
  .rs-blog.style1 .blog-item .blog-content .blog-meta li a {
    color: #505050;
  }
  .rs-blog.style1 .blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0;
  }
  .rs-blog.style1 .blog-item .blog-content .readon-arrow {
    text-transform: uppercase;
  }
  .rs-blog.style1 .blog-item:hover .image-part a img {
    transform: scale(1.07);
  }



.rs-blog .owl-stage-outer {
    padding: 0 10px 10px;
    margin: 0 -10px;
  }
  .rs-blog .blog-item {
    background: #fff;
    transition: all 500ms ease;
    border-radius: 5px;
  }
  .rs-blog .blog-item .image-part {
    max-height: 219px;
    overflow: hidden;
}
  .rs-blog .blog-item .blog-content {
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    padding: 21px 25px 16px;
    min-height: 285px;
    border-radius: 4px;
	margin-bottom: 20px;
  }
  .rs-blog .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
  }
  .rs-blog .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
    color: #bababa;
      font-size: 13px;
  }
  .rs-blog .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
  }
  .rs-blog .blog-item .blog-content .blog-meta li i:before {
    padding-right: 7px;
  }
  .rs-blog .blog-item .blog-content .blog-meta li a {
    color: #505050;
  }
  .rs-blog .blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0;
  }
  .rs-blog .blog-item .blog-content .title {
    margin-bottom: 14px;
      font-size: 19px;
      line-height: 28px;
  }
  .rs-blog .blog-item .blog-content .title a {
    color: #101010;
    text-align: left;
  }
  .rs-blog .blog-item .blog-content .title a:hover {
    color: #0366b0;
  }
  .rs-blog .blog-item .blog-content .desc {
        color: #505050;
      padding-bottom: 20px;
      font-size: 14px;
  }
  .rs-blog .blog-item .blog-content .btn-btm {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f4f0f0;
    padding-top: 20px;
  }
  .rs-blog .blog-item .blog-content .btn-btm .cat-list .post-categories {
    display: flex;
    position: relative;
    padding-left: 22px;
  }
  .rs-blog .blog-item .blog-content .btn-btm .cat-list .post-categories:before {
    content: "\f02d";
    font-family: fontawesome;
    font-size: 15px;
    color: #0366b0;
    position: absolute;
    left: 0px;
    top: 1px;
  }
  .rs-blog .blog-item .blog-content .btn-btm .cat-list .post-categories li {
    font-size: 14px;
    text-transform: capitalize;
  }
  .rs-blog .blog-item .blog-content .btn-btm .cat-list .post-categories li a {
    color: #505050;
  }
  .rs-blog .blog-item .blog-content .btn-btm .cat-list .post-categories li a:hover {
    color: #0366b0;
  }
  .rs-blog .blog-item .blog-content .btn-btm .rs-view-btn a {
    padding: 0px 0px 0px 0px;
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
    color: #505050;
    font-size: 15px;
    position: relative;
  }
  .rs-blog .blog-item .blog-content .btn-btm .rs-view-btn a:after {
    content: "\f054";
    font-size: 12px;
    
    font-family: "Font Awesome 5 Free";
    position: relative;
    font-weight: 900;

    right: 0px;
    top: 0px;
    display: inline-block;
    margin-left: 3px;
  }
  .rs-blog .blog-item .blog-content .btn-btm .rs-view-btn a:hover {
    color: #0366b0;
  }
  .rs-blog .blog-item:hover {
    transform: translateY(-10px);
  }
  .bg-dark2 {
      background-color: #8a8a8a!important;
  }
  .bg-dark3 {
      background-color: #0467b0!important;
  }


.achievement-div{
	margin-top:25px;
	margin-bottom:25px;
}
.achievement-div ul{
	width: 100%;
}

.achievement-div li a span {
  display: inline-block;
  color: #8e8e8e;
  font-size:12px;
}

.achievement-div li span {
  display: inline-block;
}
.achievement-div li span.categpory-name {
 float:right;
 font-weight:500;
}
.achievement-div li span.categpory-name:after{
	clear:both;
}

.achievement-div .meta-title a, .news-events .meta-title span {
  color: #999999;
  font-size:13px;
  margin:2px 0
}

.achievement-div li {
  color: #cdd0d3;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 5px;
    padding-bottom: 8px;
    display: block;
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 15px !important;
    border-radius: 5px;

}

.achievement-div li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.achievement-div li:last-child {
  margin: 0;
}

.achievement-div li .thumb {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.achievement-div .thumb img {
  width: 100%;
      height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
	    border-radius: 5px;
}

.achievement-div li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: block;
  line-height: 26px;
  padding: 0 0;
  vertical-align: top;
  width: 100%;
}

.achievement-div li .info p {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
	    margin: 0;
		text-align: justify
}
.achievement-div li .info > a {
    color: #0468b1;
    display: block;
    font-weight: 600;
    font-size: 17px;
}
.achievement-div li .info >a:hover {
  color: #054c7f;
}

.achievement-div li .info .btn-part a{
	font-size: 13px;
    color: #1b1b1b;
    margin-top: 17px;
    display: inline-block;
}
.achievement-div li .info .btn-part a i:before{
    font-size: 12px;
}




.download-item {
    padding: 15px;
    border: 1px solid #dfe9eb;
    border-radius: 5px;
    transition: all 0.3s ease;
    min-height: 389px;
    background: #ffff;
}
.download-item .img-part {
    margin-bottom: 15px;
    min-height: 195px;
    background: #0468b1;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
	    position: relative;
}
.download-item .img-part i{
	font-size:85px;
	color:#fff;
}
.download-item .img-part img {
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.download-item .meta-part {
    margin-bottom: 0;
    position: absolute;
    bottom: 12px;
    right: 0;
}
.download-item .meta-part li {
    display: inline;
    margin-right: 10px;
}
.download-item .meta-part li span.flag {
    display: inline-block;
    padding: 3px 20px;
    color: #ffffff;
    font-weight: 500;
    background: #21a7d0;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.download-item li a.categorie {
    color: #505050;
}
.download-item .content-part .title, .download-item .content-part .title a {
    font-size: 17px;
    color: #4b4b4b;
    margin-bottom: 15px;
}

.download-item .content-part .bottom-part .btn-part a {
    padding: 5px 13px;
    background: #009cdc;
    border: 1px solid #009cdc;
    display: inline-block;
    border-radius: 3px;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.download-item .content-part .bottom-part .btn-part a [class^="flaticon-"]:before{
    font-size: 13px;
}

.download-slider.rs-carousel.nav-style2 .owl-nav {
    top: -54px;
    position: absolute;
    right: 0;
    display: flex;
}



/* .rs-carousel.nav-style2 .owl-nav .owl-prev:after {
    content: "/";
    padding: 0 5px 0 5px;
    position: relative;
    top: -3px;
} */

/* .fa-angle-left:before {
    content: "\f104";
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #4A4A4A;
    border: 1px solid #c7c7c7;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}

.fa-angle-right:before {
    content: "\f105";
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #4A4A4A;
    border: 1px solid #c7c7c7;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
} */


.sec-title .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .sec-title .sub-title.primary {
    color: #1d87d4;
  }
  .sec-title .sub-title.secondary {
    color: #0468b1;
  }
  .sec-title .sub-title.white {
    color: #ffffff;
  }
  .sec-title .sub-title.dark {
    color: #111111;
  }
  .sec-title .sub-title.orange {
    color: #ff5421;
  }
  .sec-title .desc.big {
    font-size: 18px;
    line-height: 30px;
  }
  .sec-title .midline {
    font-size: 36px;
    color: #111111;
  }
  .sec-title2 .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #1d87d4;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .sec-title2 .sub-title.white-color {
    color: #ffffff;
  }
  .sec-title2 .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    color: #031a3d;
  }
  .sec-title2 .title.white-color {
    color: #ffffff;
  }
  .sec-title2 .title.purple-color {
    color: #4e49a1 !important;
  }
  .sec-title3 .sub-title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #ff5421;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .sec-title3 .sub-title.yellow-color {
    color: #f4bf00;
  }
  .sec-title3 .sub-title.green-color {
    color: #0c8b51;
  }
  .sec-title3 .sub-title.big {
    font-size: 18px  !important;
    color: #f4bf00 !important;
    font-weight: 500;
  }
  .sec-title3 .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    color: #031a3d;
  }
  .sec-title3 .title.white-color {
    color: #ffffff;
  }
  .sec-title3 .title.black-color {
    color: #101010;
  }
  .sec-title3 .title.new-title {
    color: #101010;
    line-height: 1.2;
    font-weight: 700;
  }
  .sec-title3 .desc {
    font-size: 16px;
    line-height: 26px;
    color: #363636;
  }
  .sec-title3 .new-desc {
    font-size: 18px;
    line-height: 31px;
    color: #333333;
  }
  .sec-title4 .sub-title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #0c8b51;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .sec-title4 .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #101010;
    position: relative;
    padding: 0px 0px 20px 0px;
  }
  .sec-title4 .title:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 4px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #0c8b51;
  }
  .sec-title4 .desc {
    font-size: 16px;
    line-height: 26px;
    color: #363636;
  }
  .rs-slider.style1 {
    position: relative;
    z-index:0;
  }
  
  .rs-slider.style1 .slider-content {
       padding: 20px 0;
      min-height: 358px;
      position: relative;
      z-index: 0;
  }
  .rs-slider.style1 .slider-content:before {
    content: '';
    display: block;
    background: rgb(0 0 0 / 25%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 30px;
    line-height: 58px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 24px;
  }
  .rs-slider.style1 .slider-content .sl-title {
        font-size: 28px;
      line-height: 37px;
      margin-bottom: 39px;
      margin-left: 0;
      text-shadow: 0px 0px 4px #000;
  }
  .rs-slider.style1 .slider-content {
    
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  
  .rs-slider.style1 .slider-content .project-name {
      position: absolute;
      right: 20px;
      top: 20px;
      background: #0468b1;
      padding: 7px;
  }
  
  .rs-slider.style1 .slider-content .project-name h4 {
      margin: 0;
      color: #fff;
      font-size: 14px;
  }
  
  .rs-slider.style1 .owl-nav .owl-next i:before,
  .rs-slider.style1 .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
  }
  .rs-slider.style1 .owl-nav .owl-next {
    right: 30px;
    left: unset;
  }
  .rs-slider.style1 .owl-nav .owl-next i:before {
    content: "\f137";
  }
  .rs-slider.style1:hover .owl-nav .owl-next,
  .rs-slider.style1:hover .owl-nav .owl-prev {
    left: 50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
  }
  

  .rs-slider.style1 .owl-nav .owl-next,
  .rs-slider.style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #1d87d4;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden;
    border: none;
  }
  .rs-slider.style1 .owl-nav .owl-next {
    right: 50px !important;
    left: unset !important;
  }
  .rs-slider.style1:hover .owl-nav .owl-next {
    right: 50px;
    left: unset;
  }

  .rs-slider.style2 .slide-part {
    background: #f9f8f8;
    padding: 100px 0 0;
  }
  .rs-slider.style2 .slide-part .img-part {
    margin-bottom: -80px;
    overflow: hidden;
  }
  .rs-slider.style2 .slide-part .content {
    padding: 100px 0 100px;
  }
  .rs-slider.style2 .slide-part .content .title {
    font-size: 55px;
    line-height: 70px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 40px;
    color: #031a3d;
  }
  .rs-slider.style2 .slide-part .content .sub-title {
    font-size: 16px;
    line-height: 25px;
    color: #ff5421;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .rs-slider.style1 .owl-nav .owl-next,
  .rs-slider.style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #1d87d4;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden;
  }
  .rs-slider.style2 .owl-nav .owl-next i:before,
  .rs-slider.style2 .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
  }
  .rs-slider.style2 .owl-nav .owl-next:hover,
  .rs-slider.style2 .owl-nav .owl-prev:hover {
    background: #ff5421;
    color: #ffffff;
  }
  .rs-slider.style2 .owl-nav .owl-next {
    right: 30px;
    left: unset;
  }
  .rs-slider.style2 .owl-nav .owl-next i:before {
    content: "\f137";
  }
  .rs-slider.style2:hover .owl-nav .owl-next,
  .rs-slider.style2:hover .owl-nav .owl-prev {
    left: 50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
  }
  .rs-slider.style2:hover .owl-nav .owl-next {
    right: 50px;
    left: unset;
  }
  .rs-slider.style2 .owl-carousel .owl-stage-outer {
    padding: 0 0 80px;
    margin: 0 0 -80px;
  }
  .rs-slider.main-home {
    position: relative;
  }
  .rs-slider.main-home .slider-content {
    text-align: center;
  }
  .rs-slider.main-home .slider-content .content-part {
    padding: 250px 35px 400px;
    max-width: 900px;
    margin: 0 auto;
  }
  .rs-slider.main-home .slider-content .content-part .sl-sub-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #ff5421;
    margin-bottom: 22px;
    text-transform: uppercase;
  }
  .rs-slider.main-home .slider-content .content-part .sl-title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 65px;
  }
  .rs-slider.main-home .slider-content.slide1 {
    background: url(assets/images/slider/main-home/1.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .rs-slider.main-home .slider-content.slide2 {
    background: url(assets/images/slider/main-home/2.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .rs-slider.main-home .owl-nav .owl-next,
  .rs-slider.main-home .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #ff5421;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden;
  }
  .rs-slider.main-home .owl-nav .owl-next i:before,
  .rs-slider.main-home .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
  }
  .rs-slider.main-home .owl-nav .owl-next:hover,
  .rs-slider.main-home .owl-nav .owl-prev:hover {
    background: #ed3600;
  }
  .rs-slider.main-home .owl-nav .owl-next {
    right: 30px;
    left: unset;
  }
  .rs-slider.main-home .owl-nav .owl-next i:before {
    content: "\f137";
  }
  .rs-slider.main-home:hover .owl-nav .owl-next,
  .rs-slider.main-home:hover .owl-nav .owl-prev {
    left: 50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
  }
  .rs-slider.main-home:hover .owl-nav .owl-next {
    right: 50px;
    left: unset;
  }


  .rs-slider.style1.compact-type .slider-content {
    padding: 36px 0px 83px;
    min-height: 454px;
    position: relative;
    z-index: 0;
}
.rs-slider.style1.compact-type .slider-content .sl-sub-title {
    font-size: 21px;
    line-height: 36px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 13px;
    color: #fff !important;

}
.rs-slider.style1.compact-type .slider-content .sl-title {
        font-size: 17px;
    line-height: 23px;
    margin-bottom: 30px;
    margin-left: 0;
    color: #fff !important;
    text-transform: none;
}
.rs-slider.style1.compact-type .slider-content .container {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
}
.rs-slider.style1.compact-type .readon2.banner-style {
    padding: 10px 26px;
    border-radius: 60px;
}


.case_studies
                          {
                            margin-top: 20px;
                            height: 453px;
                            overflow-y: auto;
                            overflow-x: clip;
                          }

                          .case_studies::-webkit-scrollbar
                          {
                            width: 7px;
                            background: #1da054;
                          }
                          /* .case_studies::-webkit-scrollbar-track
                          {
                            width: 4px;
                            background: black;
                          } */

                          .case_studies::-webkit-scrollbar-thumb
                          {
                            width: 4px;
                            background: #262a8a;
                          }
                          .case_studies::-webkit-scrollbar-thumb:hover
                          {
                            background: yellow;
                          }



                          .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
                            margin-left: 10px;
                          /* margin-top: 10px; */
                          }
                      
                          .rs-event .event-item {
                        transition: all 0.3s ease;
                        position: relative;
                      }
                      .rs-event .event-item .event-short {
                        text-align: left;
                        box-shadow: 0 0 20px #eee;
                      }
                      .rs-event .event-item .event-short .featured-img {
                        position: relative;
                      }
                      .rs-event .event-item .event-short .featured-img img {
                        border-radius: 5px 5px 0 0;
                      }
                      .rs-event .event-item .event-short .categorie {
                        position: absolute;
                        top: 30px;
                        left: 30px;
                        z-index: 1;
                      }
                      .rs-event .event-item .event-short .categorie a {
                        background: #ff5421;
                        padding: 5px 20px;
                        display: inline-block;
                        color: #ffffff;
                        border-radius: 4px;
                      }
                      .rs-event .event-item .event-short .categorie a:hover {
                        opacity: .9;
                      }
                      .rs-event .event-item .event-short .content-part {
                        padding: 25px 30px 15px 30px;
                        border-radius: 0 0 5px 5px;
                      }
                      .rs-event .event-item .event-short .content-part .address {
                        padding-bottom: 15px;
                        color: #363636;
                        font-size: 14px;
                      }
                      .rs-event .event-item .event-short .content-part .address i {
                        font-size: 13px;
                        margin-right: 4px;
                      }
                      .rs-event .event-item .event-short .content-part .title {
                        font-size: 26px;
                        line-height: 32px;
                        transition: all .8s ease;
                      }
                      .rs-event .event-item .event-short .content-part .title a {
                        color: #000000;
                      }
                      .rs-event .event-item .event-short .content-part .title a:hover {
                        color: #ff5421;
                      }
                      .rs-event .event-item .event-short .content-part .text {
                        color: #363636;
                        margin: 0;
                        font-size: 14px;
                      }
                      .rs-event .event-item .event-short .content-part .event-btm {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        border-top: 1px solid #efefef;
                        margin-top: 34px;
                        padding-top: 26px;
                      }
                      .rs-event .event-item .event-short .content-part .event-btm .date-part {
                        font-size: 13px;
                      }
                      .rs-event .event-item .event-short .content-part .event-btm .date-part .date i {
                        font-size: 13px;
                        margin-right: 7px;
                      }
                      .rs-event .event-item .event-short .content-part .event-btm .btn-part a {
                        background: #ff5421;
                        text-transform: capitalize;
                        padding: 7px 15px;
                        color: #ffffff;
                        border-radius: 2px;
                        font-size: 14px;
                        display: inline-block;
                      }
                      .rs-event .event-item .event-short .content-part .event-btm .btn-part a:hover {
                        background: #ed3600;
                      }
                      .rs-event .event-item:hover {
                        transform: translateY(-10px);
                      }
                      .rs-event .event-item.home12-style .event-short {
                        text-align: left;
                        background: #ffffff;
                      }
                      .rs-event .event-item.home12-style .event-short .featured-img {
                        position: relative;
                      }
                      .rs-event .event-item.home12-style .event-short .featured-img img {
                        border-radius: 5px 5px 0 0;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part {
                        padding: 25px 30px 30px 30px;
                        border-radius: 0 0 5px 5px;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .all-dates-time {
                        display: flex;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .all-dates-time .address {
                        color: #363636;
                        padding-right: 20px;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .all-dates-time .address i:before {
                        color: #0c8b51;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .all-dates-time .time {
                        color: #363636;
                        font-size: 14px;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .all-dates-time .time i:before {
                        color: #0c8b51;
                        padding-right: 5px;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .title {
                        font-size: 22px;
                        line-height: 32px;
                        transition: all .8s ease;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .title a {
                        color: #000000;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .title a:hover {
                        color: #0c8b51;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .event-btm {
                        border-top: 1px solid #efefef;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .event-btm .date-part {
                        font-size: 13px;
                        color: #363636;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .event-btm .date-part .date i {
                        font-size: 13px;
                        margin-right: 7px;
                        color: #0c8b51;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .event-btm .btn-part a {
                        background: #0c8b51;
                      }
                      .rs-event .event-item.home12-style .event-short .content-part .event-btm .btn-part a:hover {
                        background: #085c36;
                      }
                      .rs-event .event-item.home12-style .rs-carousel .owl-dots {
                        text-align: center;
                      }
                      .rs-event .event-item.home12-style .rs-carousel .owl-dots .owl-dot {
                        width: 40px;
                        height: 10px;
                        display: inline-block;
                        margin: 0 6px;
                        padding: 3px 0;
                        border-radius: 30px;
                        background: red;
                        border: none;
                      }
                      .rs-event .event-item.home12-style .rs-carousel .owl-dots .owl-dot:hover {
                        width: 40px;
                        opacity: 1;
                      }
                      .rs-event .event-item.home12-style .rs-carousel .owl-dots .active {
                        background: red;
                      }
                      .rs-event.home12style {
                        background: url(assets/images/bg/home12/event-bg.html);
                        background-repeat: no-repeat;
                        background-position: center top;
                        background-size: cover;
                        padding: 150px 0;
                      }
                      .rs-event.home12style .owl-dots {
                        text-align: center;
                        margin-top: 47px;
                      }
                      .rs-event.home12style .owl-dots .owl-dot {
                        width: 25px;
                        height: 8px;
                        display: inline-block;
                        margin: 0 6px;
                        padding: 3px 0;
                        border-radius: 30px;
                        background: #085c36;
                        border: none;
                        transition: all 0.3s ease;
                      }
                      .rs-event.home12style .owl-dots .owl-dot:hover,
                      .rs-event.home12style .owl-dots .owl-dot.active {
                        width: 40px;
                        background: #0c8b51;
                        opacity: 0.5;
                      }
                      .rs-event.modify1 .event-item .event-short .featured-img .dates {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        z-index: 1;
                        background: #1d87d4;
                        padding: 7px 20px;
                        display: inline-block;
                        color: #fff;
                        border-radius: 15px 15px 0 0;
                        right: 0;
                        margin: 0 auto;
                        max-width: 220px;
                        text-align: center;
                      }
                      .rs-event.modify1 .event-item .event-short .content-part {
                        padding: 30px 30px 35px 30px;
                        text-align: center;
                      }
                      .rs-event.modify1 .event-item .event-short .content-part .title {
                        font-size: 24px;
                      }
                      .rs-event.modify1 .event-item .event-short .content-part .time-sec {
                        display: inline-flex;
                      }
                      .rs-event.modify1 .event-item .event-short .content-part .time-sec .timesec {
                        margin-right: 15px;
                        font-size: 14px;
                      }
                      .rs-event.modify1 .event-item .event-short .content-part .time-sec .timesec i:before {
                        font-size: 16px;
                      }
                      .rs-event.modify1 .event-item .event-short .content-part .time-sec .address {
                        color: #363636;
                        font-size: 14px;
                      }
                      .rs-event.modify1 .event-item .event-short .content-part .time-sec .address i {
                        font-size: 13px;
                        margin-right: 4px;
                      }
                      .rs-event.modify2 .event-item .event-short {
                        transition: all 500ms ease;
                        box-shadow: 0 0 20px #eee;
                        position: relative;
                      }
                      .rs-event.modify2 .event-item .event-short .featured-img {
                        position: relative;
                        padding: 0px 0px 0px 0px;
                      }
                      .rs-event.modify2 .event-item .event-short .featured-img:before {
                        opacity: .85;
                        background: 0 0;
                        background: linear-gradient(transparent, #333333), linear-gradient(transparent, #333333);
                        background: -moz-linear-gradient(transparent, #333333), -moz-linear-gradient(transparent, #333333);
                        background: -o-linear-gradient(transparent, #333333), -o-linear-gradient(transparent, #333333);
                        content: "";
                        height: 100%;
                        bottom: 0;
                        left: 0px;
                        right: 0px;
                        position: absolute;
                        z-index: 1;
                        transition: all .7s ease 0s;
                      }
                      .rs-event.modify2 .event-item .event-short .content-part {
                        padding: 40px 40px 40px 40px;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        z-index: 1;
                        border-radius: 0 0 5px 5px;
                      }
                      .rs-event.modify2 .event-item .event-short .content-part .title a {
                        color: #ffffff;
                      }
                      .rs-event.modify2 .event-item .event-short .content-part .address {
                        color: #ffffff;
                        font-size: 14px;
                      }
                      .rs-event.modify2 .event-item .event-short .content-part .address i {
                        font-size: 13px;
                        margin-right: 4px;
                      }
                      .rs-event.modify2 .event-item .event-short .content-part .date-part {
                        padding: 0px 0px 10px 0px;
                      }
                      .rs-event.modify2 .event-item .event-short .content-part .date-part .date {
                        color: #ffffff;
                        font-size: 13px;
                      }
                      .rs-event.modify2 .event-item .event-short .content-part .date-part .date i {
                        font-size: 13px;
                        margin-right: 7px;
                      }
                      .rs-event.modify2 .event-item .event-short .content-part .time {
                        color: #ffffff;
                        font-size: 14px;
                      }
                      .rs-event.modify2 .event-item .event-short .content-part .time i:before {
                        margin: 0;
                        font-size: 14px;
                        color: #fff;
                        margin-right: 4px;
                      }
                      .rs-event.home8-style1 .rs-carousel .owl-dots {
                        text-align: center;
                      }
                      .rs-event.home8-style1 .rs-carousel .owl-dots .owl-dot {
                        width: 40px;
                        height: 10px;
                        display: inline-block;
                        margin: 0 6px;
                        padding: 3px 0;
                        border-radius: 30px;
                        background: #ff5421;
                        border: none;
                      }
                      .rs-event.home8-style1 .rs-carousel .owl-dots .owl-dot:hover {
                        width: 40px;
                        opacity: 1;
                      }
                      .rs-event.home8-style1 .rs-carousel .owl-dots .active {
                        background: #ff5421;
                      }
                      .rs-event.home8-style1 .owl-stage-outer {
                        padding-bottom: 10px;
                      }
                      .rs-event.home8-style1 .event-item .event-short .featured-img .dates {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        z-index: 1;
                        background: #ff5421;
                        padding: 7px 20px;
                        display: inline-block;
                        color: #fff;
                        border-radius: 15px 15px 0 0;
                        right: 0;
                        margin: 0 auto;
                        max-width: 220px;
                        text-align: center;
                      }
                      .rs-event.home8-style1 .event-item .event-short .content-part {
                        padding: 30px 30px 35px 30px;
                        text-align: center;
                      }
                      .rs-event.home8-style1 .event-item .event-short .content-part .title {
                        font-size: 24px;
                      }
                      .rs-event.home8-style1 .event-item .event-short .content-part .time-sec {
                        display: inline-flex;
                      }
                      .rs-event.home8-style1 .event-item .event-short .content-part .time-sec .timesec {
                        padding-right: 4px;
                      }
                      .rs-event.home8-style1 .event-item .event-short .content-part .time-sec .timesec i:before {
                        color: #ff5421;
                        font-size: 14px;
                      }
                      .rs-event.home8-style1 .event-item .event-short .content-part .time-sec .address {
                        font-size: 14px;
                      }
                      .rs-event.home8-style1 .event-item .event-short .content-part .time-sec .address i {
                        font-size: 13px;
                        margin-right: 5px;
                      }
                      .rs-event.home8-style1 .event-item .event-short .content-part .time-sec .address i:before {
                        color: #ff5421;
                      }
                      .rs-event.orange-color.modify1 .event-item .event-short .featured-img .dates {
                        background: #ff5421;
                      }
                      .rs-latest-events.style1 .single-img {
                        z-index: 1;
                        position: relative;
                      }
                      .rs-latest-events.style1 .single-img img {
                        border-radius: 3px;
                      }
                      .rs-latest-events.style1 .event-wrap {
                        z-index: 1;
                        position: relative;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short {
                        overflow: hidden;
                        background: #ffffff;
                        padding: 31px 30px;
                        border-radius: 3px;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .date-part {
                        width: 100px;
                        float: left;
                        text-align: center;
                        padding: 11px 0px 0;
                        border-radius: 3px;
                        margin-right: 25px;  
                        overflow: hidden;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .date-part .month {
                        margin-bottom: 10px;
                        display: block;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .date-part .date {
                        font-size: 50px;
                        font-family: 'Nunito', sans-serif;
                        color: #112958;
                        font-weight: 700;
                      }
                      
                      .rs-latest-events.style1 .event-wrap .events-short .date-part .year {
                          background: #0468b1;
                          color: #fff;
                          margin: 10px 0 0;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .date-part.bgc1 {
                        background: #dcf1fd;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .date-part.bgc2 {
                        background: #e9fbd5;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .date-part.bgc3 {
                        background: #fee2c0;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .content-part .categorie a {
                        color: #505050;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .content-part .categorie a:hover {
                        color: #1d87d4;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .content-part .title {
                        line-height: 22px;
                        font-size: 17px;
                        margin-bottom: 6px;
                      }
                      
                      .rs-latest-events.style1 .event-wrap .events-short .content-part p{
                          font-size: 13px;
                          line-height: 18px;
                          text-align: justify;
                          margin-bottom: 6px;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .content-part .btn-part a {
                          text-transform: none;
                          font-weight: 500;
                          font-size: 13px;
                          color: #1b1b1b;
                          position: relative;
                          display: inline-block;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .content-part .btn-part a i:before{
                          margin: 0;
                          font-size: 12px;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .content-part .title a {
                        color: #112958;
                      }
                      .rs-latest-events.style1 .event-wrap .events-short .content-part .title a:hover {
                        color: #1d87d4;
                      }
                      .rs-latest-events.style1 .event-wrap .btn-part a {
                        text-transform: uppercase;
                        font-weight: 500;
                        font-size: 16px;
                        color: #ffffff;
                        position: relative;
                        display: inline-block;
                        text-decoration: none;

                      }
                      .rs-latest-events.style1 .event-wrap .btn-part a:after {
                        position: absolute;
                        content: '';
                        right: 0;
                        bottom: 3px;
                        width: 0;
                        height: 1px;
                        background: #112958;
                        transition: all 0.3s ease;
                      }
                      .rs-latest-events.style1 .event-wrap .btn-part a:hover:after {
                        left: 0;
                        right: auto;
                        width: 100%;
                      }
                      .rs-latest-events.bg-wrap {
                        position: relative;
                      }
                      .rs-latest-events.bg-wrap:after {
                        position: absolute;
                        content: '';
                        top: 0;
                        right: 0;
                        width: 63%;
                        height: 100%;
                        background: #1f0b7ce3;
                      }





                      .res-box{
                        display: flex;
                          align-items: flex-start;
                          border: 1px solid #c7d8db;
                          padding: 10px;
                          margin-bottom: 25px;
                          background: #fff;
                          border-radius: 3px;
                          min-height: 285px;
                      }
                      .res-box .res-img{
                        min-width: 140px;
                        padding-right: 15px;
                      }
                      .res-box .res-img img {
                        max-width: 125px;
                        border: 1px solid #eee;
                      }
                      .res-box .res-data{
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        min-height: 156px;
                      }
                      .res-box .res-data h4{
                        font-size:16px;
                        margin-bottom:10px;
                      }
                      .res-box .res-data h6{
                        font-size: 12px;
                          margin-bottom: 15px;
                          color: #9d9d9d !important;
                      }
                      .res-box .res-data .res-btns{
                        
                      }
                      .res-box .res-data .res-btns a{
                          height: 30px;
                          width: 30px;
                          font-size: 14px;
                          line-height: 27px;
                          text-align: center;
                          border: 1px solid #ccc;
                          border-radius: 50%;
                          display: inline-block;
                      }
                      .res-box .res-data .res-btns a.prev{
                        border: 1px solid #0468b1;
                        background: #0468b1;
                        color: #fff;
                      }
                      .res-box .res-data .res-btns a.prev:hover{
                        border: 1px solid #0468b1;
                        background: transparent;
                        color: #0468b1;
                      }
                      .res-box .res-data .res-btns a.download {
                        border: 1px solid #666b6c;
                        background: #697071;
                        color: #fff;
                      }
                      .res-box .res-data .res-btns a.download:hover {
                        border: 1px solid #666b6c;
                        background: transparent;
                        color: #666b6c;
                      }
                      
                      a.download-btn {
                          border: 1px solid #303493;
                          background: transparent;
                          padding: 3px 10px;
                          border-radius: 0;
                          color: #303493;
                          font-size: 12px;
                      }
                      a.download-btn:hover {
                          border: 1px solid #303493;
                          background: #303493;
                          color: #fff;
                      }

                      .readon {
                        outline: none;
                        padding: 12px 40px;
                        border: 1px solid #1d87d4;
                        border-radius: 30px;
                        display: inline-block;
                        text-transform: uppercase;
                        font-size: 12px;
                        font-family: 'Rubik', sans-serif;
                        font-weight: 500;
                        color: #1d87d4;
                        background: #f3f8f9;
                    }

                    .announcement-box {
                      color: #cdd0d3;
                      margin-bottom: 5px;
                      padding-bottom: 8px;
                      display: flex;
                      background: #f3f3f3;
                      min-height: 195px;
                      border-radius: 5px;
                      padding: 15px;
                  }
                  .announcement-box .thumb {
                          display: block;
                      padding-top: 5px;
                      vertical-align: top;
                      width: 200px;
                      min-width: 200px;
                      max-width: 200px;
                      height: 165px;
                      min-height: 165px;
                      max-height: 140px;
                      margin-right: 15px;
                      -webkit-border-radius: 5px;
                      -moz-border-radius: 5px;
                      border-radius: 5px;
                      overflow: hidden;
                  }
                  .announcement-box .thumb img {
                      width: 100%;
                      height: 100%;
                      object-fit: cover;
                      -o-object-fit: cover;
                      border-radius: 5px;
                  }
                  .announcement-box .info {
                      box-shadow: inherit;
                      color: #837f7e;
                      display: block;
                      line-height: 26px;
                      padding: 0 0;
                      vertical-align: top;
                      width: 100%;
                  }
                  .announcement-box .info > a {
                      color: #0468b1;
                      display: block;
                      font-weight: 600;
                      font-size: 17px;
                  }
                  .announcement-box .info .meta-title a, .announcement-box .info .meta-title span {
                      color: #999999;
                      font-size: 13px;
                      margin: 2px 0;
                  }
                  .announcement-box .info p {
                      font-size: 14px;
                      line-height: 19px;
                      font-weight: normal;
                      margin: 0;
                      text-align: justify;
                  }
                  .announcement-box .info .btn-part a {
                      font-size: 13px;
                      color: #1b1b1b;
                      margin-top: 17px;
                      display: inline-block;
                  }
                  .announcement-box .info .btn-part a i:before {
                      font-size: 12px;
                  }

                  .rs-carousel.nav-style1 {
                    position: relative;
                  }
                  .rs-carousel.nav-style1 .owl-nav {
                    display: block;
                  }
                  .rs-carousel.nav-style1 .owl-nav .owl-next,
                  .rs-carousel.nav-style1 .owl-nav .owl-prev {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 30px;
                    width: 42px;
                    height: 42px;
                    line-height: 42px;
                    border-radius: 50%;
                    background: #1d87d4;
                    text-align: center;
                    color: #ffffff;
                    transition: all 0.5s;
                    transition-delay: 0.70s;
                    opacity: 0;
                    visibility: hidden;
                  }
                  .rs-carousel.nav-style1 .owl-nav .owl-next i:before,
                  .rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
                    content: "\f138";
                    font-family: Flaticon;
                  }
                  .rs-carousel.nav-style1 .owl-nav .owl-next {
                    right: 30px;
                    left: unset;
                  }
                  .rs-carousel.nav-style1 .owl-nav .owl-next i:before {
                    content: "\f137";
                  }
                  .rs-carousel.nav-style1:hover .owl-nav .owl-next,
                  .rs-carousel.nav-style1:hover .owl-nav .owl-prev {
                    left: -50px;
                    transition-delay: 0s;
                    visibility: visible;
                    opacity: 1;
                  }
                  .rs-carousel.nav-style1:hover .owl-nav .owl-next {
                    right: -50px;
                    left: unset;
                  }
                  .rs-carousel.nav-style2 {
                    position: relative;
                  }
                  .rs-carousel.nav-style2 .owl-nav {
                    display: block;
                    position: absolute;
                    top: -50px;
                    right: 0;
                  }
                  .rs-carousel.nav-style2 .owl-nav .owl-prev,
                  .rs-carousel.nav-style2 .owl-nav .owl-next {
                    display: inline-block;
                  }
                  .rs-carousel.nav-style2 .owl-nav .owl-prev i,
                  .rs-carousel.nav-style2 .owl-nav .owl-next i {
                    transition: all 0.3s ease;
                  }
                  .rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
                  .rs-carousel.nav-style2 .owl-nav .owl-next i:before {

                    font-family: Flaticon;
                    font-size: 22px;
                  }
                  .rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
                  .rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
                    color: #1d87d4;
                  }
                  .rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
                    content: "\f134";
                  }
                  .rs-carousel.nav-style2 .owl-nav .owl-prev:after {
                    content: "/";
                    padding: 0 5px 0 5px;
                    position: relative;
                    top: -3px;
                  }
                  .rs-carousel.nav-style2 .owl-nav .owl-next i:before {
                    content: "\f133";
                  }
                  .rs-carousel.orange-color .owl-nav .owl-prev:hover i,
                  .rs-carousel.orange-color .owl-nav .owl-next:hover i {
                    color: #ff5421;
                  }
                  .rs-carousel .owl-dots {
                    text-align: center;
                    margin: 40px auto 0;
                    line-height: 15px;
                    display: block;
                  }
                  .rs-carousel .owl-dots .owl-dot {
                    width: 30px;
                    height: 10px;
                    display: inline-block;
                    margin: 0 6px;
                    padding: 3px 0;
                    border-radius: 30px;
                    border: 1px solid #1d87d4;
                    background: transparent;
                    opacity: 0.7;
                    cursor: pointer;
                  }
                  .rs-carousel .owl-dots .owl-dot:hover {
                    background: #1d87d4;
                  }
                  .rs-carousel .owl-dots .active {
                    background: #1d87d4;
                    opacity: 1;
                  }
                  .owl-carousel .owl-item img {
                    width: auto;
                  }




                  .thematic-container {
                    perspective: 1000;
                  }
                    /* flip the pane when hovered */
                    .thematic-container:hover .flipper, .thematic-container.hover .flipper {
                      transform: rotateY(180deg);
                    }
                  
                  .thematic-container, .thematic-container .front, .thematic-container .back {
                    width: 100%;
                      min-height: 400px;
                      border-radius: 4px;
                    overflow: hidden;
                    margin-bottom:30px;
                  }
                  
                  /* flip speed goes here */
                  .thematic-container .flipper {
                    transition: 0.6s;
                    transform-style: preserve-3d;
                  
                    position: relative;
                  }
                  
                  .thematic-container .front, .thematic-container .back {
                      backface-visibility: hidden;
                      position: absolute;
                      top: 0;
                      left: 0;
                      color: whitesmoke;
                      text-align: left;
                  }
                  
                  /* front pane, placed above back */
                  .thematic-container .front {
                    z-index: 2;
                      transform: rotateY(0deg);
                      background: #0468b1;
                  }
                  
                  /* back, initially hidden pane */
                  .thematic-container .back {
                    transform: rotateY(180deg);
                      
                  }
                  .thematic-container .back .thematic-back{
                    background-size: cover !important;
                    background-repeat:no-repeat !important;
                    position:relative;
                    height: 100%;
                      display: flex;
                      min-height: 400px;
                    z-index: 0;
                      flex-direction: column;
                      justify-content: center;
                      align-items: center;
                      text-align: center;
                      padding: 20px;
                  }
                  .thematic-container .back .thematic-back p
                  {
                    color: #fff;
                  }
                  .thematic-container .back .thematic-back:before {
                    content: '';
                      display: block;
                      background: linear-gradient(45deg, rgb(228 255 11) -15%, #00000059);
                      position: absolute;
                      width: 100%;
                      height: 100%;
                      left: 0;
                      top: 0;
                      z-index: -1;
                  }
                  .thematic-container .back .thematic-back h3 {
                          font-size: 19px;
                      color: #fff;
                      margin-bottom: 15px;
                  }
                  .thematic-container .back .thematic-back a.read-more {
                      display: inline-block;
                      min-width: 150px;
                      background: #fff;
                      color: #000;
                      padding: 8px;
                  }
                  .thematic-container .back .thematic-back a.read-more:hover {
                      background: #0468b1;
                      color: #fff !important;
                  }
                  
                  .thematic-container .image-part {
                      max-height: 280px;
                      display: block;
                      overflow: hidden;
                  }
                  .thematic-container .thematic-content {
                      display: flex;
                      min-height: 120px;
                      padding: 15px;
                      align-items: center;
                    justify-content: center;
                  }
                  .thematic-container .thematic-content h3 {
                      margin: 0;
                      font-size: 20px;
                      color: #fff;
                  }
                  .thematic-container .thematic-content h3 a {
                      color: #fff;
                  }
                  
                  
                  
                  
                  
                  
                  
                  
                  @media only screen and (max-width:768px){
                    .project-page-top-area .rs-counter .counter-item .rs-count {
                      font-size: 8.9vw;
                    }
                    .project-page-top-area .rs-counter .counter-item {
                      min-height: 140px;
                    }
                    
                    
                    .thematic-container .image-part {
                      max-height: 150px;
                      width:100%;
                    }	
                    .thematic-container .image-part img {
                      width:100%;
                    }	
                    .thematic-container, .thematic-container .front, .thematic-container .back {
                      min-height: 230px;
                    }
                    .thematic-container .thematic-content {
                      min-height: 79px;
                      padding: 5px 15px;
                    }
                    .thematic-container .thematic-content h3 {
                      font-size: 15px;
                    }
                    
                    .thematic-container .back .thematic-back {
                        min-height: 240px;
                    }
                    .thematic-container .back .thematic-back h3 {
                      font-size: 15px;
                      margin-bottom: 10px;
                    }
                    .thematic-container .back .thematic-back p {
                      font-size: 12px;
                      margin-bottom: 10px;
                    }
                    .thematic-container .back .thematic-back a.read-more {
                      min-width: 102px;
                      padding: 2px;
                      font-size: 12px;
                    }
                  }


                  .rs-about.style2 .about-intro {
                    border-radius: 3px;
                    background: url(images/sectors/hand-tools.jpg);
                    background-size: cover;
                    background-repeat: no-repeat;
                    padding: 75px 62px 90px;
                    box-shadow: 0 0 20px 0px rgba(17, 41, 88, 0.2);
                    position:relative;
                        z-index: 0;
                  }
                  .rs-about.style2 .about-intro:before {
                    content:'';
                    display:block;
                    background: rgb(6 60 97 / 65%);
                    position:absolute;
                    width:100%;
                    height:100%;
                    left: 0;
                      top: 0;
                        z-index: -1;
                  }




                  .rs-services.style1 .service-item {
                    position: relative;
                      overflow: hidden;
                      padding: 0px 14px;
                      margin-top: 25px;
                      height: 280px;
                      border-radius: 9px;
                      box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
                    margin-bottom: 25px;
                  }
                  .rs-services.style1 .service-item .scale-img {
                    transition: all 0.3s ease;
                        width: 100%;
                      height: 100%;
                      object-fit: cover;
                      -o-object-fit: cover;
                      border-radius: 5px;
                  }
                  .rs-services.style1 .service-item .content-part {
                        position: absolute;
                      content: '';
                      top: 50%;
                      transform: translateY(-50%);
                      width: 100%;
                      z-index: 1;
                      text-align: center;
                      display: flex;
                      flex-direction: column;
                      left: 0;
                  }
                  .rs-services.style1 .service-item .content-part .img-part{
                    background: rgba(255,255,255,.8);
                      padding: 5px;
                      width: 250px;
                      height: 95px;
                      border-radius: 4px;
                      display: flex;
                      align-items: center;
                      margin: 0 auto;
                      justify-content: center;
                      margin-top: 15px;
                  }
                  .rs-services.style1 .service-item .content-part .img-part img{
                    padding:10px;
                    max-height:100px;
                  }
                  .rs-services.style1 .service-item .content-part .btn-part a{
                    font-size: 15px;
                      color: #0368b1;
                      margin-top: 0px;
                      display: inline-block;
                  }
                  .rs-services.style1 .service-item .content-part .btn-part a:hover{
                      color: #333;
                  }
                  .rs-services.style1 .service-item .content-part .btn-part a i:before{
                      font-size: 13px;
                  }
                  .rs-services.style1 .service-item .content-part i {
                    font-size: 40px;
                    color: #ffffff;
                  }
                  .rs-services.style1 .service-item .content-part i:before {
                    font-size: 40px;
                  }
                  .rs-services.style1 .service-item .content-part .title {
                    font-size: 18px;
                    margin: 17px 0 8px 0;
                  }
                  .rs-services.style1 .service-item .content-part .title a, .rs-services.style1 .service-item .content-part p {
                    color: #515151;
                    margin-bottom: 0;
                    margin: auto;
                  }
                  .rs-services.style1 .service-item .content-part .title a:hover {
                    opacity: 0.8;
                  }
                  .rs-services.style1 .service-item:after {
                    position: absolute;
                    content: '';
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: #fff;
                    opacity: 0.9;
                  }
                  .rs-services.style1 .service-item.overly1:after {
                    background: #0468b1;
                  }
                  .rs-services.style1 .service-item.overly2:after {
                    background: #1d87d4;
                  }
                  .rs-services.style1 .service-item.overly3:after {
                    background: #0869ad;
                  }
                  .rs-services.style1 .service-item.overly4:after {
                    background: #16aaca;
                  }
                  .rs-services.style1 .service-item:hover .scale-img {
                    transform: scale(1.1);
                  }
                  .rs-services.style2 .service-item {
                    text-align: center;
                    background: #f3fafc;
                  }
                  .rs-services.style2 .service-item .content-part {
                    position: unset;
                    transform: unset;
                    padding: 60px 35px 50px;
                  }
                  .rs-services.style2 .service-item .content-part .icon-part i {
                    color: #1d87d4;
                  }
                  .rs-services.style2 .service-item .content-part .icon-part i:before {
                    font-size: 75px;
                  }
                  .rs-services.style2 .service-item .content-part .title {
                    font-size: 22px;
                    margin: 20px 0 0 0;
                  }
                  .rs-services.style2 .service-item .content-part .title a {
                    color: #111111;
                  }
                  .rs-services.style2 .service-item .content-part .title a:hover {
                    color: #1d87d4;
                  }
                  .rs-services.style2 .service-item .content-part .desc {
                    margin-bottom: 15px;
                    margin-top: 5px;
                  }
                  .rs-services.style2 .service-item .content-part .service-btn {
                    position: relative;
                    padding-right: 20px;
                    color: #111111;
                  }
                  .rs-services.style2 .service-item .content-part .service-btn i {
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    transition: all 0.3s ease;
                  }
                  .rs-services.style2 .service-item .content-part .service-btn:hover {
                    color: #1d87d4;
                  }
                  .rs-services.style2 .service-item .content-part .service-btn:hover i {
                    right: -5px;
                  }
                  .rs-services.style6 .services-wrap {
                    text-align: center;
                    padding: 50px 30px 50px;
                    border-radius: 10px;
                  }
                  .rs-services.style6 .services-wrap .services-item {
                    transition: all .8s ease;
                    position: relative;
                  }
                  .rs-services.style6 .services-wrap .services-item .services-desc .title {
                    font-size: 22px;
                    line-height: 26px;
                    margin-top: 20px;
                    margin-bottom: 20px;
                  }
                  .rs-services.style6 .services-wrap .services-item .services-desc .title a {
                    color: #111111;
                  }
                  .rs-services.style6 .services-wrap .services-item .services-desc .title a:hover {
                    color: #1d87d4;
                    transition: all 0.3s ease;
                  }
                  .rs-services.style6 .services-wrap .services-item .services-desc p {
                    font-size: 16px;
                    line-height: 26px;
                    font-weight: 400;
                    color: #505050;
                    margin: 0;
                  }
                  .rs-services.style6 .services-wrap.bg1 {
                    background: #fdfcdb;
                  }
                  .rs-services.style6 .services-wrap.bg2 {
                    background: #fbe7e4;
                  }
                  .rs-services.style6 .services-wrap.bg3 {
                    background: #e7f6fa;
                  }
                  .rs-services.style6 .services-wrap.bg4 {
                    background: #f3e9fe;
                  }
                  .rs-services.style6 .services-wrap:hover .services-item {
                    transform: translateY(-10px);
                  }
                  .rs-services.style6 .services-wrap:hover .services-item .services-desc .title a {
                    color: #1d87d4;
                  }
                  .rs-services.style7 .services-item {
                    position: relative;
                  }
                  .rs-services.style7 .services-item .img-part img {
                    width: 100%;
                  }
                  .rs-services.style7 .services-item .content-part {
                    position: absolute;
                    top: 0;
                    left: 0;
                    padding: 50px 30px;
                    border-radius: 4px;
                    transition: all 0.3s ease;
                  }
                  .rs-services.style7 .services-item .content-part .title {
                    font-size: 22px;
                    line-height: 32px;
                    margin-bottom: 20px;
                  }
                  .rs-services.style7 .services-item .content-part .title a {
                    color: #ffffff;
                  }
                  .rs-services.style7 .services-item .content-part .title a:hover {
                    color: #1d87d4;
                    transition: all 0.3s ease;
                  }
                  .rs-services.style7 .services-item .content-part .desc {
                    font-size: 16px;
                    line-height: 26px;
                    font-weight: 400;
                    color: #ffffff;
                    margin: 0;
                  }
                  .rs-services.style7 .services-item:hover .content-part {
                    top: -10px;
                  }
                  .rs-services.home12-style {
                    background: url(assets/images/bg/home12/services-bg.html);
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    padding: 150px 0;
                  }
                  .rs-services.home12-style .services-item {
                    padding: 45px 15px 40px 15px;
                    text-align: center;
                    background: #ffffff;
                    box-shadow: 0 0 30px #eee;
                  }
                  .rs-services.home12-style .services-item .services-image .services-icons {
                    padding-bottom: 20px;
                  }
                  .rs-services.home12-style .services-item .services-image .services-icons img {
                    width: 100px;
                  }
                  .rs-services.home12-style .services-item .services-image .services-text .services-title .title {
                    font-size: 24px;
                    line-height: 36px;
                    font-weight: 700;
                    color: #171f32;
                    padding-bottom: 15px;
                    margin: 0;
                  }
                  .rs-services.home12-style .services-item .services-image .services-text .text {
                    font-size: 16px;
                    line-height: 27px;
                    font-weight: 400;
                    color: #363636;
                    margin: 0;
                    padding-bottom: 10px;
                  }
                  .rs-services.home12-style .services-item:hover .services-image .services-text .services-title .title {
                    color: #0c8b51;
                  }







                  input {
                    position: absolute;
                    opacity: 0;
                    z-index: -1;
                  }
                  
                  .row {
                    display: flex;
                  }
                  .row .col {
                    flex: 1;
                  }
                  .row .col:last-child {
                    margin-left: 1em;
                  }
                  
                  /* Accordion styles */
                  .tabs {
                    /* border-radius: 8px !important; */
                    overflow: hidden;
                    /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
                  }
                  
                  .tab {
                    width: 100%;
                    color: white;
                    overflow: hidden;
                  }
                  .tab-label {
                    display: flex;
                    justify-content: space-between;
                    padding: 1em;
                    background: #2c3e50;
                    font-weight: bold;
                    cursor: pointer;
                    /* Icon */
                  }
                  .tab-label:hover {
                    background: #1a252f;
                  }
                  .tab-label::after {
                    content: "❯";
                    width: 1em;
                    height: 1em;
                    text-align: center;
                    transition: all 0.35s;
                  }
                  .tab-content {
                    /* max-height: 0; */
                    /* min-height: 500px; */
                    height: auto;
                    padding: 0 1em;
                    color: #2c3e50;
                    background: white;
                    transition: all 0.35s;
                    border-radius: 5px;
                    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 23%)
                  }
                  .tab-close {
                    display: flex;
                    justify-content: flex-end;
                    padding: 1em;
                    font-size: 0.75em;
                    background: #2c3e50;
                    cursor: pointer;
                  }
                  .tab-close:hover {
                    background: #1a252f;
                  }
                  
                  input:checked + .tab-label {
                    background: #1a252f;
                  }
                  input:checked + .tab-label::after {
                    transform: rotate(90deg);
                  }
                  input:checked ~ .tab-content {
                    max-height: 100vh;
                    padding: 1em;
                  }



                  .calendar {
                    min-width: 350px;
                    max-width: 50%;
                    /* margin: 1em auto; */
                    padding: 1em;
                    background: #EEE;
                    font-family: arial, helvetica, san-serif;
                    box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.5);
                    border-radius: 0.2em;
                  }
                  /* .calendar:last-child {
                    border-top: 6px solid red;
                  } */
                  .calendar h1 {
                    margin: 0 0 0.4em;
                    font-weight: bold;
                  }
                  .calendar .event {
                    color: #333;
    display: block;
    padding: 0.1em;
    transition: all 0.25s ease;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
                  }
                  .calendar .event:hover {
                    background: #d5d5d5;
                    text-decoration: none;
                    color: black;
                  }
                  .calendar .event_icon {
                    width: 3em;
                    float: left;
                    margin-right: 0.75em;
                  }
                  .calendar .event_month, .calendar .event_day {
                    text-align: center;
                  }
                  .calendar .event_month {
                        padding: 0.1em;
    background: #009cdc;
    font-size: 0.75em;
    color: white;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
                  }
                  .calendar .event_day {
                    border: 1px solid #999;
                    background: white;
                    color: black;
                    font-size: 1.25em;
                    font-weight: bold;
                    border-bottom-left-radius: 0.1em;
                    border-bottom-right-radius: 0.1em;
                  }
                  .calendar .event_title {
                    font-size: 14px;
					display: table-cell;
					vertical-align: middle;
					height: 52px;
					font-weight: 500;
                  }
                  .calendar .btn {
                    margin-top: 0.5em;
                    width: 100%;
                    font-size: 17px;
                  }
                  

/*********************************************************  tab  **********************************************/
.tabs {
  display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}
/* .tabs .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  border-radius: 15px;
  background-color: #1f0b7c;
  transition: all 0.2s ease;
} */
.tab-item a{
  min-width: 80px;
  padding: 16px 20px 11px 20px;
  font-size: 18px;
  text-align: center;
  color: #ffffff !important;
  background-color: #333;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 5px solid black;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-right: 4px;
}
.tab-icon {
  font-size: 24px;
  width: 32px;
  position: relative;
  top: 2px;
}
.tab-item:hover a {
  opacity: 1;
  background-color: rgba(38, 48, 189, 0.05);
  border-color: rgba(24, 30, 118, 0.05);
}
.tab-item a.active {
  opacity: 1;
  border-bottom: 5px solid #1da054;
  border-radius: 5px;
  background:#1f0b7c ;
  color: #fff;
}
.tab-content {
  padding: 28px 0;
  /* height: 500px; */
}
.tab-pane {
  color: #333;
  display: none;
}
.tab-pane.active {
  display: block;
}
.tab-pane h2 {
  font-size: 24px;
  margin-bottom: 8px;
}






.pro_activitie
{
 display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
}
.pro_activitie:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.9);
	z-index: -1;
	
}
.pro_activitie .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	margin: 0;
	min-height: 160px;
}
.pro_activitie span
{
  font-size: 15px;
  font-weight: 600;
}
.pro_activitie .calendar_tab {
    width: 100px;
    display: flex;
    height: 100%;
    background: #009cdc;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
	margin-right: 10px;

}
.pro_activitie .calendar_tab::after
{
    content: "2021";
    width: 100%;
    height: 30px;
    background: #2c79d3;
    position: absolute;
    bottom: 0;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    /* padding-bottom: 2px; */
    display: flex;
    margin-bottom: 0;
    /* place-items: center; */
    justify-content: center;
    align-items: center;
}


.pro_activitie .calendar_tab .month {
font-size: 15px;
/* margin-left: 25px; */
}

.pro_activitie .calendar_tab .date
{
font-size: 40px;
font-weight: 600;
}

.pro_activitie .pro-content {
    padding: 10px 10px 10px 0px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.pro_activitie .pro-content h4{
	font-size: 18px;
    font-weight: 700;
}
.pro_activitie .pro-content p{
	font-size: 13px;
    font-weight: 400;
	line-height:15px;
	margin-bottom:8px;
	text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.pro_activitie .pro-content a {
    font-size: 13px;
    color: #009cdc;
}
/*PGWSLIDER*/

/**
 * PgwSlider - Version 2.3
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlider {
    width: 100%;
    color: #fff;
}

.pgwSlider a{
    display: block;
    text-decoration: none;
    color: #fff;
}

.pgwSlider .ps-current {
    float: left;
    width: 74%;
    overflow: hidden;
    height: inherit;
    position: relative;
    font-size: 1rem;
}

.pgwSlider.listOnTheLeft .ps-current {
    float: right;
}

.pgwSlider .ps-current ul {
    width: 100%;
}

.pgwSlider .ps-current li {
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: none;
}

.pgwSlider .ps-current img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    transition: margin-top 250ms linear;
}

.pgwSlider .ps-caption {
    position: absolute;
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    left: 0;
    bottom: 0;
    display: none;
    z-index: 3;
}

ul.pgwSlider,
.pgwSlider  ul {
    float: right;
    width: 25%;
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.ps-list{
	overflow-y: auto;
    max-height: 410px;
}

ul.pgwSlider.listOnTheLeft,
.pgwSlider.listOnTheLeft > ul {
    float: left;
}

ul.pgwSlider > li,
.pgwSlider > .ps-list > li {
    height: 50px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 0.8rem;
    transition: opacity 200ms linear;
}

ul.pgwSlider > li:last-child,
.pgwSlider > ul > li:last-child {
    margin-bottom: 0;
}

ul.pgwSlider > li span,
.pgwSlider > .ps-list > li span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.pgwSlider > li:hover,
.pgwSlider > ul > li:hover {
    opacity: 1 !important;
}

ul.pgwSlider > li img,
.pgwSlider > ul > li img {
    width: 100%;
    min-height: 100%;
    display: block;
    transition: margin-top 250ms linear;
}

.pgwSlider .ps-prevIcon {
    border-color:transparent #fff transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: block;
}

.pgwSlider .ps-nextIcon {
    border-color:transparent #fff transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    display: block;
}

.pgwSlider .ps-current .ps-prev {
    background: rgba(0, 0, 0, 0.5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 20px 20px 20px 17px;
    left: 0;
    top: 45%;
    cursor: pointer;
}

.pgwSlider .ps-current .ps-next {
    background: rgba(0, 0, 0, 0.5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    padding: 20px 17px 20px 20px;
    right: 0;
    top: 45%;
    cursor: pointer;
}

/*
 * The media-queries are not used because IE8 doesn't support them.
 */
ul.pgwSlider.wide > li,
.pgwSlider.wide > ul > li {
    width: 100% !important;
	min-height: 120px;
}

.pgwSlider.narrow .ps-current {
    margin-bottom: 6px;
    font-size: 0.8rem;
}

.pgwSlider.narrow .ps-current img {
    width: 100%;
    min-height: inherit;
}

.pgwSlider.narrow .ps-current,
ul.pgwSlider.narrow,
.pgwSlider.narrow > ul {
    width: 100%;
}

ul.pgwSlider.narrow > li,
.pgwSlider.narrow > .ps-list > li {
    float: left;
    min-height: 50px;
    max-height: 70px;
    min-width: 15%;
    font-size: 0.7rem;
    margin-bottom: 0;
}

ul.pgwSlider.narrow.listOnTheLeft > li,
.pgwSlider.narrow.listOnTheLeft > ul > li {
    float: right;
}

.pgwSlider.narrow .ps-caption {
    padding: 8px;
}

.pgwSlider.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%;
}

.pgwSlider.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%;
}

/* Initiative boxes Home + sticky Nav + Scroll to top */

.navbar-bg.sticky-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0px 0px 14px rgb(0 0 0 / 10%);
}
#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(38 42 138 / 50%);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	z-index: 999;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#back-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#back-to-top:hover {
	background: rgb(38 42 138 / 100%);
}
#back-to-top:hover i {
	color: #fff;
	top: 8px;
}

.initiative-box{
	display:flex;
	align-items:flex-end;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	position:relative;
	background:#CCC;
	min-height:390px;
	box-shadow:0px 0px 15px rgba(0,0,0,.2);
	border-radius:5px;
	padding:15px;
	position:relative;
	overflow:hidden;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	z-index:0;	
	margin-bottom:35px;			
}
.initiative-box:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	background-color: #262a8a;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#262a8a),to(#000));
	background-image: -webkit-linear-gradient(#262a8a 10%,#000);
	background-image: linear-gradient(#262a8a 10%,#000);
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	z-index:-1;
	opacity:.1;
}
.initiative-box .main-content{
	background:#262a8a;
	padding:10px;
	display:flex;
	align-items:center;
	border-radius:5px;
	opacity:1;
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	min-height: 162px;
}
.initiative-box .main-content img{
	width: 104px;
	height: 104px;
	border-radius: 50%;
	margin-right: 10px;
	padding: 4px;
	border: 1px dashed #919191;
}
.initiative-box .main-content h3{
	font-size:18px;
	color:#fff;
}
.initiative-box .main-content p{
	font-size:13px;
	color:#fff;
	line-height:15px;
	text-align:justify;
}
.initiative-box .hover-div{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:100%;
	padding:15px;
	
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.initiative-box .hover-div h3{
	font-size:18px;
	font-weight:700;
	color:#fff;
	line-height:20px;
	margin-bottom:20px;
}
.initiative-box .hover-div p{
	font-size:14px;
	color:#fff;
	line-height:16px;
	text-align:justify;
	margin-bottom:20px;
}
.initiative-box .hover-div .bullet_icons li:before {
	width: 25px;
	height: 25px;
	font-weight: bold;
	background: #5659ad;
	top: -3px;
	font-size: 10px;
	line-height: 25px;
	margin-right: 8px;
}
.initiative-box .hover-div .bullet_icons li {
	margin: 0;
	position: relative;
	padding-left: 35px;
	flex-basis: 100%;
	font-family: 'roboto', sans-serif;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 17px;
	display: block;
	color: #fff;
}
.initiative-box .hover-div .btn-part .read-more {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
	position: relative;	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;		
}
.initiative-box .hover-div .btn-part .read-more span {
	display: inline-block;
	height: 12px;
	margin-left: .5em;
	position: relative;
	-webkit-transition: width .25s ease-in-out;
	transition: width .25s ease-in-out;
	width: 10px;
	vertical-align: middle;
}
.initiative-box .hover-div .btn-part .read-more span::before {
	border-bottom: 2px solid #ffffff;			
	content: '';			
	left: 0;			
	position: absolute;			
	top: 50%;			
	-webkit-transform: translateY(-3px);			
	transform: translateY(-3px);			
	width: 0;			
}			
.initiative-box .hover-div .btn-part .read-more span::after {			
	border-right: 2px solid #ffffff;			
	border-top: 2px solid #ffffff;			
	content: '';			
	display: block;			
	height: 10px;			
	position: absolute;			
	right: 0;			
	top: 58%;			
	-webkit-transform: translateY(-8px) rotate(45deg);			
	transform: translateY(-8px) rotate(45deg);			
	width: 10px;			
}			
.initiative-box .hover-div .btn-part .read-more:hover span {			
	width: 60px;			
}			
.initiative-box .hover-div .btn-part .read-more:hover span::before {			
	width: 100%;			
}
.initiative-box:hover:before{
	opacity:1;
}
.initiative-box:hover{
	-webkit-transform: translateY(-15px);			
	transform: translateY(-15px);	
}
.initiative-box:hover .main-content{
	-webkit-transform: translateY(-323px);			
	transform: translateY(-323px);	
	opacity:0;		
}
.initiative-box:hover .hover-div{
	top:0;
}



.initiative-box.two .hover-div .bullet_icons li:before {
	background: #00b0e6;
}
.initiative-box.two .main-content {
	background: #01b3ea;
}
.initiative-box.two .main-content img {
	border: 1px dashed #70d1ef;
}
.initiative-box.two:before{
	background-color: #01b3ea;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#01b3ea),to(#000));
	background-image: -webkit-linear-gradient(#01b3ea 10%,#000);
	background-image: linear-gradient(#01b3ea 10%,#000);
}

.initiative-box.three .hover-div .bullet_icons li:before {
	background: #aa50ff;
}
.initiative-box.three .main-content {
	background: #8b2de3;
}
.initiative-box.three .main-content img {
	border: 1px dashed #bf88f3;
}
.initiative-box.three:before{
	background-color: #8b2de3;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#8b2de3),to(#000));
	background-image: -webkit-linear-gradient(#8b2de3 10%,#000);
	background-image: linear-gradient(#8b2de3 10%,#000);
}

.initiative-box.four .hover-div .bullet_icons li:before {
	background: #32b86b;
}
.initiative-box.four .main-content {
	background: #1da054;
}
.initiative-box.four .main-content img {
	border: 1px dashed #46bc77;
}
.initiative-box.four:before{
	background-color: #1da054;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#1da054),to(#000));
	background-image: -webkit-linear-gradient(#1da054 10%,#000);
	background-image: linear-gradient(#1da054 10%,#000);
}


.initiative-box.five .hover-div .bullet_icons li:before {
	background: #e365d3;
}
.initiative-box.five .main-content {
	background: #eb17cf;
}
.initiative-box.five .main-content img {
	border: 1px dashed #ff85ef;
}
.initiative-box.five:before{
	background-color: #eb17cf;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#eb17cf),to(#000));
	background-image: -webkit-linear-gradient(#eb17cf 10%,#000);
	background-image: linear-gradient(#eb17cf 10%,#000);
}

.initiative-box.six .hover-div .bullet_icons li:before {
	background: #e7d700;
}
.initiative-box.six .main-content {
	background: #f7a414;
}
.initiative-box.six .main-content img {
	border: 1px dashed #fff9a4;
}
.initiative-box.six:before{
	background-color: #f2e203;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#f2e203),to(#000));
	background-image: -webkit-linear-gradient(#f2e203 10%,#000);
	background-image: linear-gradient(#f2e203 10%,#000);
}

.initiative-box.seven .hover-div .bullet_icons li:before {
	background: #f97979;
}
.initiative-box.seven .main-content {
	background: #e33030;
}
.initiative-box.seven .main-content img {
	border: 1px dashed #f3acac;
}
.initiative-box.seven:before{
	background-color: #e33030;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#e33030),to(#000));
	background-image: -webkit-linear-gradient(#e33030 10%,#000);
	background-image: linear-gradient(#e33030 10%,#000);
}

.initiative-box.eight .hover-div .bullet_icons li:before {
	background: #f19452;
}
.initiative-box.eight .main-content {
	background: #ff8229;
}
.initiative-box.eight .main-content img {
	border: 1px dashed #ffd5b6;
}
.initiative-box.eight:before{
	background-color: #ff8229;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#ff8229),to(#000));
	background-image: -webkit-linear-gradient(#ff8229 10%,#000);
	background-image: linear-gradient(#ff8229 10%,#000);
}














    body.gef4 .title:after {
      background: #9ed58d;
      content: "";
      width: 56px;
      height: 2px;
      position: absolute;
      bottom: -18px;
      left: 0;
      display: none;
    }

    body.gef4 .owl-carousel.owl-loaded {
      display: block;
      margin-top: 20px;
    }

     body.gef4 .statics-section {
		background: #fff!important;
	}

	 body.gef4 .sector-box {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		margin: 0 -10px;
		/* padding: 20px; */
	}

 body.gef4 .project_bg .project_info img
   {
    float: right;
    margin: 0px 20px 0px 20px;
   }
    body.gef4 .project_bg .project_info p
   {
     /* margin-right: 15px; */
   }
    body.gef4 .sector_tab
   {
     padding: 20px;
   }

     .download-item {
    padding: 0px 8px 8px 8px;
    border: 1px solid #dfe9eb;
    border-radius: 5px;
    transition: all 0.3s ease;
    min-height: 330px;
    background: #ffff;
    margin-top: 10px;
}

.download-item .img-part {
    margin-bottom: 10px;
    min-height: 195px;
    background: #fff !important;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

 

 body.gef4 .service-item
{
      background: white;
    padding: 20px;
    border-radius: 3px;
    min-height: 450px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 10%);
}
 body.gef4 .service-item .img-part {
    border-radius: 4px;
    max-height: 191px;
    overflow: hidden;
    border: 3px solid #efefef;
}
 body.gef4 .content-part .title a
{
 text-align: left;
    font-size: 18px;
    margin: 10px 0px;
    color: #009cdc;
}
 body.gef4 .service-item .title {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    margin-top: 15px;
}
 body.gef4 .service-item .btn-part{
	 text-align: right;
}
 body.gef4 .service-item .btn-part a {
    font-size: 14px;
    color: #acacac;
}
body.gef4 .service-item .btn-part a i:before {
    font-size: 14px;
}
body.gef4 .service-item .btn-part a:hover {
    color: #009cdc;
}
body.gef4 #back-to-top {
    background: rgb(0 156 220 / 100%);
    border: 1px solid #2469bc;
}
body.gef4 #back-to-top:hover {
    background: rgb(44 121 211);
}
 body.gef4 .case_studies .cs p
{
  line-height: 16px;
  margin:0;
}
 body.gef4 .case_studies .cs p a
{
  color: black;
  font-weight:600;
  font-size: 13px;
}

 body.gef4 .case_studies .cs .row
{
  min-height: 90px;
  align-items: center;
}







































.sector-box2{
	display:flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 0 -10px;
}

.sector-box2 > div {
	margin: 10px;
	width: 20%;
}  
.sector-box2 .tiles-wrap {
	width: 100%;
	padding: 15px 30px;
	position: relative;
	min-height: 275px  !important;
	background: transparent;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	z-index: 0;
	overflow: hidden;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.sector-box2 .tiles-wrap:before{
	content: '';
	display: block;
	background: linear-gradient(45deg, rgb(59 59 59), rgb(168 255 179 / 86%));
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.sector-box2 > div:nth-child(1) .tiles-wrap:before{
	background: rgb(2 181 255 / 45%);

	
}

.sector-box2 > div:nth-child(2) .tiles-wrap:before{
	background: rgb(2 181 255 / 45%);
}

.sector-box2 > div:nth-child(3) .tiles-wrap:before{
	background: rgb(2 181 255 / 45%);
}

.sector-box2 > div:nth-child(4) .tiles-wrap:before{
	background: rgb(2 181 255 / 45%);
}
.sector-box2 > div:nth-child(5) .tiles-wrap:before{
	background: rgb(2 181 255 / 45%);
}   

.sector-box2 .tiles-wrap .tile-bg{
	width:100%;
	height:100%;
	position:absolute;
	left:-100%;
	top:0;
	background:#ccc;
	background-repeat:no-repeat !important;
	background-size:cover  !important;
	z-index:-1;
	transition:all .6s ease-in-out;
}
.sector-box2 .tiles-wrap .tile-bg:before{
	content: '';
	display: block;
	background: linear-gradient(45deg, rgb(38 42 138 / 89%) -15%, rgb(249 251 255 / 78%));
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.sector-box2 > div:nth-child(1) .tiles-wrap .tile-bg:before {
    background: linear-gradient(45deg, rgb(135 28 17 / 67%) -15%, rgb(255 0 0 / 37%));
}
.sector-box2 > div:nth-child(2) .tiles-wrap .tile-bg:before {
    background: linear-gradient(45deg, rgb(223 148 15 / 89%) -15%, rgb(255 225 28 / 55%));
}
.sector-box2 > div:nth-child(3) .tiles-wrap .tile-bg:before {
    background: linear-gradient(45deg, rgb(15 223 39 / 60%) -15%, rgb(140 255 125 / 55%));
}
.sector-box2 > div:nth-child(4) .tiles-wrap .tile-bg:before {
    background: linear-gradient(45deg, rgb(15 223 213 / 60%) -15%, rgb(222 250 255 / 55%));
}
.sector-box2 > div:nth-child(5) .tiles-wrap .tile-bg:before {
    background: linear-gradient(45deg, rgb(75 15 223 / 34%) -15%, rgb(198 197 250 / 55%));
}
.sector-box2 .tiles-wrap:hover .tile-bg{
	left:0;
}
.sector-box2 .tiles-wrap .content-part {
	opacity: 1;
	transition: all .2s ease-in-out;
	background: rgb(0 0 0 / 39%);
	padding: 15px 15px;
	margin-bottom: 40px;
}
.sector-box2 .tiles-wrap .content-part h4.title, .tiles-wrap .content-part h4.title a {
	color: #fff;
	margin-bottom: 28px;
	text-align: left;
	font-weight: 700;
}
.sector-box2 .tiles-wrap .content-part p.desc {
	font-size: 15px;
	color: #fff;
	margin:0;
	line-height: 20px;
	text-align:left;
}
.sector-box2 .content-part .icon-wrap {
	display: block;
	width: 93px;
	height: 93px;
	padding: 0px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	border: 4px solid #9ed58d;
	margin-bottom: 16px;
}

@media only screen and (min-width:991px){
	.sector-box2 .tiles-wrap .content-part.small-tab h4.title, .sector-box2 .tiles-wrap .content-part.small-tab h4.title a {
		color: #fff;
		font-size: 17px;
	}
	.sector-box2 .tiles-wrap .content-part.small-tab p.desc {
		font-size: 12px;
	}
}
.sector-box2 .tiles-wrap > .content-part.small-tab h4.title, .sector-box2 .tiles-wrap > .content-part.small-tab h4.title a {					
	font-size: 23px;
}
.sector-box2 .tiles-wrap:hover .content-part{
	opacity:0;
}
.sector-box2 .tiles-wrap .btn-part .read-more {
	font-size: .875rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
	position:absolute;
	bottom:15px;
	left:15px;
}
.sector-box2 .tiles-wrap .btn-part .read-more span {
	display: inline-block;
	height: 12px;
	margin-left: .5em;
	position: relative;
	-webkit-transition: width .25s ease-in-out;
	transition: width .25s ease-in-out;
	width: 10px;
	vertical-align: middle;
}
.sector-box2 .tiles-wrap .btn-part .read-more span::before {
	border-bottom: 2px solid #ffffff;
	content: '';
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	width: 0;
}
.sector-box2 .tiles-wrap .btn-part .read-more span::after {
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	top: 58%;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	width: 10px;
}
.sector-box2 .tiles-wrap:hover .btn-part .read-more span {
	width: 60px;
}
.sector-box2 .tiles-wrap:hover .btn-part .read-more span::before {
	width: 100%;
}
.sector-box2 .tiles-wrap.main-tile .tile-bg > div{
	display: flex;
	flex-direction: column;
	height: 100%;
	position:relative;
}
.sector-box2 .tiles-wrap.main-tile .tile-bg > div .content-part{
	position:absolute;
	bottom:30px;
	left: 20px;
	right: 20px;
}
.sector-box2 .tiles-wrap.main-tile:before {
	background: linear-gradient(45deg, rgb(0 0 0 / 50%), rgb(255 255 255 / 21%));
}
.sector-box2 .tiles-wrap.main-tile {
	align-items: flex-end;
}
.sector-box2 .tiles-wrap.main-tile:hover .tile-bg{
	left:-100%;
}

.sector-box2 .tiles-wrap.main-tile .tile-bg:before {
	background: linear-gradient(45deg, rgb(255 255 255 / 0%) -15%, transparent);
}

.sector-box2 .tiles-wrap.main-tile:hover .content-part {
	opacity: 1;
}
.sector-box2 .tiles-wrap .content-part.small-tab {
	opacity: 1;
	transition: all .2s ease-in-out;
	background: transparent;
	padding: 0;
	margin: 0;
    margin-top: 20px;
	margin-bottom: 15px;
	min-height: 210px;
	
}
.sector-box2 .tiles-wrap .btn-part .read-more{
	z-index:11;
}
.sector-box2 .tiles-wrap:hover .content-part.small-tab {
	opacity: 0;
}
.sector-box2 .tiles-wrap.small-wrap {
	padding: 13px 13px;
}
.sector-box2 .tiles-wrap.small-wrap .btn-part .read-more {
	left: 28px;
	text-align:left;
}
.sector-box2 .tiles-wrap.small-wrap .tile-bg {
	z-index: 10;
}
.sector-box2 .tiles-wrap.small-wrap .tile-bg .project-hover-div{
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.sector-box2 .tiles-wrap.small-wrap .tile-bg .project-hover-div .content-part {
	opacity: 1;
	padding: 20px;
	background: rgb(0 0 0 / 28%);
	height: 100%;
	top: 0;
	margin: 0;
	position: absolute;
}

.sector-box2 .tiles-wrap.small-wrap:hover .tile-bg .project-hover-div .content-part{
	opacity:1;
}

.flipped-title {
    writing-mode: tb-rl;
    top: 0;
    transform: rotate(180deg);
    padding: 0;
    text-align: center;
    height: 240px;
    margin: 0 auto;
    display: block !important;
}

@media only screen and (max-width:991px){
	.flipped-title {
		writing-mode: unset;
		transform: rotate(0deg);
		height: auto;
	}
	.sectors-section.gef .sector-box2 {
		flex-wrap: wrap;
	}
	.sector-box2 > div {
		width: 46%;
	}
}
@media only screen and (max-width:518px){
	.sector-box2 > div {
		width: 100%;
	}
}


body.gef4 .topbar-wrap{	
	background:rgb(0 156 220 / 78%);	
}
body.gef4 .breadcrumb-area::before {
    background: rgb(0 156 220 / 100%) none repeat scroll 0 0;
}
body.gef4 .breadcrumb-area .title_breadcrumb h4{
        font-size: 28px;
}
body.gef4 .navbar-light .navbar-nav .nav-item:hover > .nav-link, body.gef4 .navbar-light .navbar-nav > .nav-link:hover {
    background: #009cdc;
	    color: #fff !important;
}
body.gef4 .submenu>li:hover>a {
    background: #009cdc;
}
body.gef4 .submenu_right li a:hover {
    background: #009cdc;
}
body.gef4 .bullet_icons li:before {
    background: #009cdc;
}
body.gef4 .bullet_icons li {
    font-size: 16px;
    font-family: "Roboto", "Oswald";
	width: 100%;
}
body.gef4 .title h1 {
    font-size: 30px;
    color: #272627;
    margin: 0;
    font-weight: 600;
}
body.gef4 .submenu .nav-item i.fas.fa-caret-right {
    top: 8px;
}
@media only screen and (min-width: 991px)
{
   body.gef4 .col-md-3.col-sm-6.stat-hov.stat-hov1:first-child {
    border-left: 1px solid #d2d2d2;
}
body.gef4 .col-md-3.col-sm-6.stat-hov.stat-hov5:first-child {
    border-left: 1px solid #d2d2d2;
}
body.gef4 .row:first-child .stat-hov {
    border-top: 1px solid #d2d2d2;
}
body.gef4 .row .stat-hov:last-child{

		border-right: 1px solid #d2d2d2;

	}
}

@media only screen and (min-width: 991px)
{
   body.gef4 .col-md-3.col-sm-6.stat-hov.stat-hov4:last-child {
    border-right: 1px solid #d2d2d2;
}
}
body.gef4 .counter .count-num span.sm-texts {
    font-size: 14px;
    line-height: 16px;
}
body.gef4 .counter .count-num {
    align-items: center;
	padding: 0 10px;
	/*flex-direction: column;
    margin-bottom: 20px;*/
}
body.gef4 .counter .counter-value {
    font-size: 50px;
    line-height: 50px;
    margin-right: 10px;
}

body.gef4 .counter-icon img {
    filter: contrast(0);
	trnsition:all .3s ease-in-out;
}
body.gef4 .stat-hov:hover .counter-icon img {
    filter: contrast(1);
}
.stat-hov5 {
    background: url(../images/km/7.jpg);
}
.stat-hov6 {
    background: url(../images/km/8.jpg);
}
.stat-hov7 {
    background: url(../images/km/9.jpg);
}
.stat-hov8 {
    background: url(../images/km/10.jpg);
}
.stat-hov5:before {
    background: linear-gradient(45deg, rgb(194 114 159 / 86%), rgb(254 97 162 / 88%));
}
.stat-hov5 .counter .counter-value {
    color: #e9387b;
}

.stat-hov6:before {
    background: linear-gradient(45deg, rgb(255 223 15 / 58%), rgb(255 177 0 / 76%));
}
.stat-hov6 .counter .counter-value {
    color: #f2c03b;
}

.stat-hov7:before {
    background: linear-gradient(45deg, rgb(100 255 0 / 58%), rgb(162 255 14 / 76%));
}
.stat-hov7 .counter .counter-value {
    color: #abd368;;
}

.stat-hov8:before {
    background: linear-gradient(45deg, rgb(0 150 255 / 58%), rgb(48 226 255 / 76%));
}
.stat-hov8 .counter .counter-value {
    color:#86beff;
}


body.gef4 .newsletter-wrap {
    background: #009cdc;
    border-bottom: 2px solid #2472cd;
}
body.gef4 .newsletter-wrap form input[type="submit"] {
    background: #808080 none repeat scroll 0 0;
}
body.gef4 .newsletter-wrap form input[type="submit"]:hover {
    background: #000;
}
body.gef4 .footer {
    background: #fff;
}
body.gef4 .footer.bg-style .footer-widget h3.title {
   color: #212529;
    font-weight: 400;
}
body.gef4 .footer.bg-style .footer-widget h3.title:before {
    background: #009cdc;
}
body.gef4 .footer.bg-style .footer-widget.quick-links ul li a {
    color: #393939;
}
body.gef4 .footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #393939;
}
body.gef4 .footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #009cdc;
}
body.gef4 .footer.bg-style .footer-widget.quick-links ul li a:hover:before {
    color: #009cdc;
}
body.gef4 .footer-adress li span a, body.gef4 .footer-adress li span {
    color: #393939;
}
body.gef4 .footer-adress li > i {
    color: #393939;
}
body.gef4 .footer-adress li span a:hover {
    color: #009cdc;
}
body.gef4 .copyright {
    border-top: 1px solid #eee;
    color: #393939;
}
body.gef4 .tab-item a.active, body.gef4 .tab-item a:hover {
    border-bottom: 5px solid #2c79d3;
    background: #009cdc;
	    border-radius: 5px;
}


.timeline {
  width: 100%;
  background-color: #fff;
}
.timeline .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background: linear-gradient(45deg, rgb(255 255 255 / 86%), rgb(44 121 211));
}
.timeline .swiper-slide-content {
  position: relative;
    text-align: center;
    width: 100%;
    font-size: 12px;
    z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 36px;
  margin-bottom: 50px;
  transform: translate3d(20px, 0, 0);
  color: #beff93;
  font-weight: 300;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
  color: #fff;
}
.timeline .swiper-pagination {
  right: 12% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #ffffff;
  margin: 15px 0 !important;
  position: relative;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  transition: 0.2s;
}
.timeline .swiper-pagination-bullet-active {
  color: #beff93;
}
.timeline .swiper-pagination-bullet-active::before {
  transform: scale(3);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: 0.2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");*/
  background:none;
}
.timeline .swiper-button-prev:before {
	content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #fff;
    text-align: center;    
    font-size: 30px;
    line-height: 26px;
}
.timeline .swiper-button-prev:hover {
  transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");*/
  background:none;
}
.timeline .swiper-button-next:before {
	content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #fff;
    text-align: center;    
    font-size: 30px;
    line-height: 26px;
}
.timeline .swiper-button-next:hover {
  transform: translateY(3px);
}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(45deg, rgb(255 255 255 / 86%), rgb(44 121 211));
  }
  .timeline .swiper-slide-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    transform: translateY(0%);
    justify-content: center;
    padding-left: 34%;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 16%;
    transform: translateY(0px);
  }
  .timeline .swiper-button-prev:hover {
    transform: translateY(-10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 16%;
    transform:  translateY(0px);
  }
  .timeline .swiper-button-next:hover {
    transform:  translateY(10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(255 255 255 / 86%), rgb(44 121 211));
  }
  .timeline .swiper-slide-content {
    right: 27%;
  }
}
@media screen and (max-width: 767px) {
	.timeline .swiper-container {
		height: 400px !important;
		width:400px !important;
	}
	.timeline .swiper-slide .timeline-year {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.timeline .swiper-slide .timeline-title{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.swiper-slide {
	}
	
	.timeline .swiper-slide{
		
	}
	.timeline .swiper-slide-content {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 11px;
		    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
	  }
	  .timeline .swiper-button-next, .timeline .swiper-button-prev {
			bottom: 50%;
			width: 20px;
			height: 20px;
			margin-top: auto;
			z-index: 2;
			transition: 0.2s;
			background:none;
		}
		.timeline .swiper-button-prev {
			transform: rotate(-90deg);
		}
		.timeline .swiper-button-next {
			transform: rotate(-90deg);
		}
		.timeline .swiper-button-prev:hover{
			transform:  translateY(0px);
			transform:  translateX(-4px);
			transform: rotate(-90deg);
		}
		.timeline .swiper-button-next:hover{
			transform:  translateY(0px);
			transform:  translateX(4px);
			transform: rotate(-90deg);
		}

}

body.gef4 .ct-box .stat-hov {
    border: 1px solid #d2d2d2;
}
.tab-content>.tab-pane {
    width: 100%;
}
body.gef4 .activities-div .initiative-box .main-content {
    background: #fff;
    min-height: 100px;
}
body.gef4 .initiative-box .main-content h3 {
    color: #272627;
}
body.gef4 .initiative-box {
    border: 1px solid #cecece;
	min-height: 330px;
}
body.gef4 .initiative-box:before {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#009cdc),to(#5480b3));
    background-image: -webkit-linear-gradient(#009cdc 10%,#5480b3);
    background-image: linear-gradient(#009cdc 10%,#5480b3);
}

.news_list .row
                {
                    border: 1px solid rgba(90, 90, 90, 0.665);
                    border-radius: 5px;
                    /* padding: 0; */
                }

               

.news_list .news_thumb
{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /* z-index: -1; */
}
.news_list .news_thumb::before
{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(29,160,84);
background: linear-gradient(90deg, rgba(29,160,84,1) 0%, rgba(30,29,90,0.5746673669467788) 100%, rgba(30,29,90,1) 100%);
    /* z-index: 1; */
    opacity: 0;
    transition: 0.5s all ease-in-out;
}

.news_list .news_thumb .read_more
{
  position: absolute;
  background: transparent;
  height: 100%;
  width: 100%;
  top:90px;
  left: 0;
  display: grid;
  place-items: center;
  opacity:0 ;
  transition: 0.4s all ease-in-out;

}

.news_list .news_thumb:hover .read_more
{
  opacity: 1;
  top: 0;
  transition: 0.4s all ease-in-out;
}

.news_list .news_thumb .read_more a
{
  position: relative;
  color:#fff;
  font-size: 25px;
  font-weight: 500;
}

.news_list .news_thumb .read_more a::after
{
  content: "👉"; 
  font-family:"Font Awesome 5 Free";
  position: absolute;
  width: 80%;
  height: 80%;
  color: #fff;
  left: 130px;
  top:-7px;
}
.news_list .news_thumb:hover::before
{
  opacity: 1;
  transition: 0.5s all ease-in-out;

}
.news_list .news_desc .news_heading h3 a
{
    font-size: 25px;
    color: #000;
}

.news_list .news_desc .news_meta
{
    max-height: 30px;
}
.news_list .news_desc .news_meta ul {
    display: inline-block;
}

.news_list .news_desc .news_meta ul li {
    display: inline;
    font-size: 13px;
    color: #979797;
    text-transform: capitalize;

}

.news_list .news_desc .news_meta ul li:last-child {
    margin: 0px 20px;
}

.news_list .news_desc .news_para p {

    font-size: 15px;
color: #303030;
overflow: hidden;
text-overflow: ellipsis;
max-height: 150px;
text-align: justify;
line-height: 25px;
}
.news_list .news_desc .news_para a
{
   color: rgb(29 160 84); 
}
.news_list .news_desc .news_para a:hover
{
    color: #262a8a;
}

.event_deatil .details img {
  float: left;
  padding: 0px 25px 0px 0px;
}

.event_deatil .details p {
  text-align: justify;
  font-size: 15px;
}

.all_events {
  width: 100%;
  border: 1px solid grey;
  height: 400px;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.all_events .row:first-child {
  padding: 0px 0px 10px 0px;
}

.all_events .row {
  padding: 10px 0px;
}

.all_events .related_events p {
  font-size: 14px;
  margin-top: -3px;
  line-height: 18px;
  /* border: 1px solid grey; */
  width: 100%;
  /* height: 45px; */
  /* white-space: break-spaces; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* word-break: break-all; */
}

.fa-map-marker-alt:before {
  content: "\f3c5";
  font-size: 10px;
}

.fa-clock:before {
  content: "\f017";
  font-size: 11px;
}

.fa-calendar-alt:before {
  content: "\f073";
  font-size: 12px;
}


.related_news {
  border: 1px solid rgb(49, 49, 49);
  padding: 10px 5px;
  border-radius: 5px;
}

.related_news ul li a {
  color: rgb(55, 55, 55);
  text-decoration: none;
}

.related_news ul li a:hover {
  color: rgb(29 160 84);
}

.related_news ul li {
  padding-left: 30px;
  font-size: 13px;
  word-break: break-all;
  position: relative;
  line-height: 14px;
  margin: 15px 0px;
}

.related_news ul li:first-child {
  margin: 0px 0px 15px 0px;

}


.related_news ul li::before {
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  padding: 10px;
  font-size: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #262a8a;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-right: 10px; */
  /* margin: 10px; */
  left: 0;
  top: 0;
  right: -10px;
}

ul#imageGallery {
  list-style: none;
  margin: -9px;
  padding: 7px;
  display: block;
  width: 100%;
  /* text-align: center; */
}

      ul#imageGallery li {
          display: inline-block;
          padding: 3px;
          background: ghostwhite;
          /* margin: 10px; */
      }

      ul#imageGallery li a {
          text-decoration: none;
      }

      ul#imageGallery li a img {
          display: block;
          width: 100%;
          min-height: 184px;

      }

      #overlay {
          display: none;
          width: 100%;
          height: 100%;
          position: fixed;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.9);
          text-align: center;
          padding: 20px;
          box-sizing: border-box;
          z-index: 10000;
      }

      #overlay .holder {
          max-width: 600px;
          margin: 0 auto;
          position: relative;
      }

      #overlay .holder img {
          width: 100%;
          max-width: 600px;
          cursor: pointer;
          box-sizing: border-box;
          display: block;
          /* z-index: 10000; */
      }

      #overlay .holder p {
          color: #ffffff;
          margin: 0;
          background-color: rgba(0, 0, 0, 0.4);
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          box-sizing: border-box;
          padding: 10px;
      }

      #overlay .holder .nav {
          max-width: 600px;
          margin: 0 auto;
          font-size: 14px;
      }

      #overlay .holder .nav a {
          color: white;
          opacity: 0.3;
          -webkit-user-select: none;
          cursor: pointer;
      }

      /* #overlay .holder .nav a:hover {
          opacity: 1;
      } */

      #overlay .holder .nav #next,
      #overlay .holder .nav #prev {
          position: absolute;
          top: 0;
          bottom: 0;
          padding: 10px;
          width: 50%;
          box-sizing: border-box;
          font-size: 40px;
      }

      #overlay .holder .nav #next span,
      #overlay .holder .nav #prev span {
          top: 50%;
          transform: translateY(50%);
          position: relative;
      }

      #overlay .holder .nav #next {
          right: 0;
          text-align: right;
      }

      #overlay .holder .nav #prev {
          left: 0;
          text-align: left;
      }

      #overlay .holder .nav #close {
          right: 10px;
          top: 0;
          font-size: 30px;
          opacity: 0.6;
          z-index: 100;
          position: absolute;
          text-align: left;
          box-sizing: border-box;
      }

      #overlay .holder .nav #close:hover {
          opacity: 1;
      }

      /******** accordion *****/

      .accordion .card {
        border-radius: 0;
        color:rgb(255, 255, 255);

    }

    .accordion .card .card-body p
    {
      color:rgb(28, 28, 28);
      font-size: 14px;
    }

    .accordion .card .card-body ul li
    {
      color:rgb(28, 28, 28);
      font-size: 14px;

    }

    .card a {
        background:  #262a8a;
        font-weight: bold;
        cursor: pointer;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        border-radius: 0;
    }

    .card a:hover
    {
      background:  #262a8a;
    }

    .accordion a:after {
        width: 8px;
        height: 8px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        position: absolute;
        right: 10px;
        content: " ";
        top: 17px;
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .accordion a.active:after {
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .contact_add,.contact_form {
      border: 1px solid #1da0532a;
      padding: 10px 5px;
      background: #1da0541a;
      border-radius: 5px;
  }

  .contact_add h6 {
      font-weight: 600;
      text-transform: capitalize;
  }

  .contact_no ul {
      margin-top: 62px;

  }

  .contact_no ul li a {
      color: #3c3c3c;
  }

  .library
  {
      width: 100%;
      min-height: 180px;
      /* background: red; */
      position: relative;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;

  }

  .library::after
  {
      content: "\f144";
      font-family: "Font Awesome 5 Free";
      background: rgba(0, 0, 0, 0.815);
      width: 100%;
      height: 100%;
      color: rgb(29 160 84);
      font-size: 60px;
      font-weight: 500;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
      position: absolute;
      bottom: -100%;
    transition: 0.5s ease-in-out;
    z-index: 7;
  }
  .library:hover::after
  {
    bottom: 0;
    left: 0;
    transition: 0.5s ease-in-out;
    /* opacity: 0; */
    
  }
  .library img
  {
      width: 100%;
      height: 100%;
      position: absolute;
      transition: 0.4s all ease-in-out;

  }
  
  .library:hover img
  {
      transform: scale(1.1);
      transition: 0.4s all ease-in-out;
  }
  .library .capt
  {
      position: absolute;
      width: 80%;
      height: 36px;
      background: #262a8a;
      display: grid;
place-items: center;
      left: 25px;
      bottom: -36px;
      transition: 0.4s all ease-in-out;
      /* display: none; */
      z-index: 10;
  }   

  .library:hover .capt
  {
    transition: 0.4s all ease-in-out;
    /* display: block; */
    bottom: 0px;

  }
  .library a
  {
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
  }

  .lab_icon1::after
  {
      content: "\f080";
      font-family: "Font Awesome 5 Free";
  }

  .lab_icon2::after
  {
      content: "\f1ea";
      font-family: "Font Awesome 5 Free";
  }

  .lab_icon3::after
  {
      content: "\f0eb";
      font-family: "Font Awesome 5 Free";
  }

  .lab_icon4::after
  {
      content: "\f1c4";
      font-family: "Font Awesome 5 Free";
  }

    .lab_icon5::after
  {
      content: "\f005 ";
      font-family: "Font Awesome 5 Free";
  }

  .lab_icon6::after
  {
      content: "\f249";
      font-family: "Font Awesome 5 Free";
  }

  .lab_icon7::after
  {
      content: "\f2c1";
      font-family: "Font Awesome 5 Free";
  }

  .lab_icon8::after
  {
      content: "\f058";
      font-family: "Font Awesome 5 Free";
  }


  .caption p
  {
    font-size: 18px;
    font-weight: 600;
    padding-top: 7px;
  }

  input {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.contact-address{
  border: 8px solid #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09), 0 3px 8px rgba(0, 0, 0, 0.09), 0 4px 13px rgba(0, 0, 0, 0.13);
}

ul.connect-with.inner-contact {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
ul.connect-with.inner-contact li {
  margin-bottom: 31px;
  position: relative;
  padding-left: 60px;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
ul.connect-with.inner-contact li:last-child{
 margin-bottom: 0px;
}
ul.connect-with.inner-contact li>span {
  position: absolute;
  left: 0;
  top: 12px;
  text-align: center;
  font-size: 17px;
  width: 30px;
  height: 30px;
  line-height: 22px;
}
ul.connect-with.inner-contact li>span>span {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: #1c0b6fde;
  line-height: 50px;
  font-size: 24px;
  border-radius: 50%;
  margin-top: -13px;
}
ul.connect-with.inner-contact li strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #4d4f4f;
}
ul.connect-with.inner-contact li a {
  color: #070707;
}
.map {
  margin-left: 0px;
}

.social-con{
  display: flex;
  align-items: center;
  height: 100%;
  background: #f7f7f7;
  padding: 15px 10px;
  justify-content: center;
}
.social-con h4 {
  writing-mode: tb-rl;
  top: 0;
  margin: 0;
  transform: rotate(180deg);
  padding: 0;
  margin-right: 14px;
  font-size: 19px;
}
.social-con .social-icons ul li {
  display: block;
  margin-bottom: 3px;
}
.formcol textarea.form-control {
  height: 200px !important;
}

@media only screen and (max-width:991px){
.social-con {
  display: block;
  margin-top:20px;
}
.social-con h4 {
  writing-mode: unset;
  transform: rotate(0deg);
  margin-right: 0;
}
.social-con .social-icons ul li {
  display: inline-block;
  margin-bottom: 0px;
}
}

.fw
{
  font-weight: 600;
  font-size: 25px;
}

.add_title
{
  font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}

        .tag_point {
            box-shadow: 0px 0px 10px #8080805c;
            border-radius: 5px;
            padding: 10px 30px;
        }

        .tag_point h5 {
            /* margin: 5px 0px; */
            /* padding: 0px 5px; */

        }

        .about_inner img {
            width: auto;
            height: 300px;
            float: left;
            padding: 0px 20px 20px 0px;
        }

        .tag_point ul li {
            font-size: 13px;
            margin: 13px 0px;
            padding: 0px 18px;
            position: relative;
            display: flex;
            align-items: center;
        }

        .tag_point ul li a {
            color: black;
        }

        .tag_point ul li::before
        {
            content: '\f185';
            font-family: "Font Awesome 5 Free";
            position: absolute;
            width: 10px;
            height: 10px;
            color: black;
            display: flex;
            justify-content: center;
            align-items: center;
            left: 0px;
            font-size: 10px;
            font-weight: 600;
            color: #1b0b6d;
        }
        html {
          scroll-behavior: smooth;
        }

        .partner .block h3
        {
            color: #000;
            font-weight: 600;
            letter-spacing: 1px;
        }
        .partner .block p
        {
            color: #000;
        }
        .partner .img_block {
            background: #fff;
            padding: 10px;
            box-shadow: 0px 0px 15px grey;
        }

        .partner .img_block img {
            /* padding: 20px; */
        }
		
		
		.filter-block {
            background: lightgrey;
            padding: 10px 20px;
            border-radius: 5px;
            margin-bottom:  20px;
        }
        .filter-block input{
            width:  85px;
            height: 35px;
        }
        .filter-block div.nice-select{
            height: 35px!important;
            width: 100%;
            margin-right: 20px;
        }
        .filter-block p{
            margin-bottom: 3px;
        }
        form input{
            margin-top:  29px;
        }
        table tbody p{
            text-align:  center;
            color: #009CDC;
            transition: .3s;
        }
        table tbody p:hover{
            opacity:  .7;
            transition: .3s;
        }
        th {
            background: #009cdc;
            color: #fff;
        }
        table.table-hover{
          border: 1px solid lightgrey;
        }
        table.loan-scheme tr{
            padding: 10px;
        }
        table.loan-scheme tr td{
            vertical-align: middle!important;
        }
        table.loan-scheme tr td button{
            cursor: pointer;
        }
        table.loan-scheme{
            border: 1px solid lightgrey;
        }
		
		table.dataTable thead th, table.dataTable thead td {
			padding: 10px 18px;
			border-bottom: 1px solid #009cdc !important;
		}
		table.dataTable.no-footer {
			border-bottom: 1px solid #d3d3d3 !important;
			margin-bottom: 20px;
			border-top: none;
		}
		table.dataTable tbody td {
			font-size: 14px;
			vertical-align: middle;
		}
		
		
		body.gef4 .stat-hov:after {
			background: linear-gradient(45deg, #009cdc, #1398ced4);
		}
		body.gef4 .stat-hov1 .counter .counter-value, body.gef4 .stat-hov2 .counter .counter-value, body.gef4 .stat-hov3 .counter .counter-value, body.gef4 .stat-hov3 .counter .counter-value, body.gef4 .stat-hov4 .counter .counter-value, body.gef4 .stat-hov5 .counter .counter-value, body.gef4 .stat-hov6 .counter .counter-value, body.gef4 .stat-hov7 .counter .counter-value, body.gef4 .stat-hov8 .counter .counter-value{
			color:#fff;
		}
		body.gef4 .counter .count-num span.sm-texts {
			color: #fff;
		}
		body.gef4 .counter h3 {
			color: #fff;
		}
		.sectorss-list-ul li{
			font-size: 19px;
    		margin-bottom: 8px;
		}
		.sectorss-list-ul li a{
			display:flex;
			color:#000;			
		}
		.sectorss-list-ul li a:hover{
			color:#009cdc;			
		}
		.sectorss-list-ul li img{
			float:none !important;
			margin:0 !important;
			margin-right: 9px !important;
		}
		
		.sectorss-list-ul {
			display: inline-block;
		}
		body.gef4 .newsletter-wrap {
    		padding: 4px 45px;
		}
		
		.activities-container{
                        display: flex;
						border: 1px solid #eee;
						padding: 12px;
						border-radius: 4px;
						box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
						margin-bottom:20px;
                    }
                    .activities-container .activities-img{
                        min-width:150px;
						max-width:150px;
						margin-right:15px;
                    }
					.activities-container p {
						font-size: 15px;
						line-height: 23px;
						color: #333;
						text-align:justify;
					}
					.activities-container h3{
						font-size: 24px;
						color: #4e5051;
						margin-bottom: 14px;
					}
					.activities-container .activities-data{
						display: flex;
						flex-direction: column;
						justify-content: center;
					}
					.activities-container .activities-data .btn-part .read-more{
						font-size: 13px;
						padding: 7px 10px;
						border: 1px	 solid #009cdc;
						color: #fff;
						background: #009cdc;
						border-radius: 3px;
					}
					.activities-container .activities-data .btn-part .read-more:hover{
						font-size: 13px;
						padding: 7px 10px;
						border: 1px	 solid #009cdc;
						color: #009cdc;
						background: transparent;
						border-radius: 3px;
					}
					.sector-box.grid-style > div .tiles-wrap.gr-a:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(137 0 0));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-b:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(217 71 38));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-c:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(219 145 9));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-d:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(219 193 9));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-e:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(167 219 9));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-f:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(103 193 4));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-g:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(42 193 4));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-h:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(4 193 106));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-i:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(4 193 158));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-j:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(4 167 193));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-k:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(4 167 193));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-l:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(16 91 126));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-m:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(105 194 235));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-n:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(77 93 211));		    
					}
					.sector-box.grid-style > div .tiles-wrap.gr-o:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(7 53 157));		    
					}
					.sector-box.grid-style > div .tiles-wrap.gr-p:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(7 25 157));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-q:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(91 77 211));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-r:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(22 8 151));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-s:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(109 49 205));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-t:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(82 12 195));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-u:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(53 0 139));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-v:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(166 59 201));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-w:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(112 0 149));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-x:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(233 75 228));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-y:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(191 4 185));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-z:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(243 10 171));
					}
					.sector-box.grid-style > div .tiles-wrap.gr-za:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(153 3 106));
					}							
					.sector-box.grid-style > div .tiles-wrap.gr-zb:before {
						background: linear-gradient(45deg, rgb(17 17 18), rgb(229 0 95));
					}
		@media (min-width: 992px){
			.sectors-section .col-lg-2 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 20%;
				flex: 0 0 20%;
				max-width: 20%;
			}
		}	