@charset "utf-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face{font-family:'FontAwesome';src:url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/inc/theme-options/cs-framework/assets/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/inc/theme-options/cs-framework/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/inc/theme-options/cs-framework/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/inc/theme-options/cs-framework/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/inc/theme-options/cs-framework/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/inc/theme-options/cs-framework/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.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(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:Pe-icon-7-stroke;src:url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);src:url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');font-weight:400;font-style:normal}[class*=" pe-7s-"],[class^=pe-7s-]{font-family:Pe-icon-7-stroke;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}@font-face {
font-family: 'et-line';
src:url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/fonts/et-line.eot);
src:url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/fonts/et-line.eot?#iefix) format('embedded-opentype'),
url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/fonts/et-line.woff) format('woff'),
url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/fonts/et-line.ttf) format('truetype'),
url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/fonts/et-line.svg#et-line) format('svg');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'et-line';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:inline-block;
}  .icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
font-family: 'et-line';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:inline-block;
}
.icon-mobile:before {
content: "\e000";
}
.icon-laptop:before {
content: "\e001";
}
.icon-desktop:before {
content: "\e002";
}
.icon-tablet:before {
content: "\e003";
}
.icon-phone:before {
content: "\e004";
}
.icon-document:before {
content: "\e005";
}
.icon-documents:before {
content: "\e006";
}
.icon-search:before {
content: "\e007";
}
.icon-clipboard:before {
content: "\e008";
}
.icon-newspaper:before {
content: "\e009";
}
.icon-notebook:before {
content: "\e00a";
}
.icon-book-open:before {
content: "\e00b";
}
.icon-browser:before {
content: "\e00c";
}
.icon-calendar:before {
content: "\e00d";
}
.icon-presentation:before {
content: "\e00e";
}
.icon-picture:before {
content: "\e00f";
}
.icon-pictures:before {
content: "\e010";
}
.icon-video:before {
content: "\e011";
}
.icon-camera:before {
content: "\e012";
}
.icon-printer:before {
content: "\e013";
}
.icon-toolbox:before {
content: "\e014";
}
.icon-briefcase:before {
content: "\e015";
}
.icon-wallet:before {
content: "\e016";
}
.icon-gift:before {
content: "\e017";
}
.icon-bargraph:before {
content: "\e018";
}
.icon-grid:before {
content: "\e019";
}
.icon-expand:before {
content: "\e01a";
}
.icon-focus:before {
content: "\e01b";
}
.icon-edit:before {
content: "\e01c";
}
.icon-adjustments:before {
content: "\e01d";
}
.icon-ribbon:before {
content: "\e01e";
}
.icon-hourglass:before {
content: "\e01f";
}
.icon-lock:before {
content: "\e020";
}
.icon-megaphone:before {
content: "\e021";
}
.icon-shield:before {
content: "\e022";
}
.icon-trophy:before {
content: "\e023";
}
.icon-flag:before {
content: "\e024";
}
.icon-map:before {
content: "\e025";
}
.icon-puzzle:before {
content: "\e026";
}
.icon-basket:before {
content: "\e027";
}
.icon-envelope:before {
content: "\e028";
}
.icon-streetsign:before {
content: "\e029";
}
.icon-telescope:before {
content: "\e02a";
}
.icon-gears:before {
content: "\e02b";
}
.icon-key:before {
content: "\e02c";
}
.icon-paperclip:before {
content: "\e02d";
}
.icon-attachment:before {
content: "\e02e";
}
.icon-pricetags:before {
content: "\e02f";
}
.icon-lightbulb:before {
content: "\e030";
}
.icon-layers:before {
content: "\e031";
}
.icon-pencil:before {
content: "\e032";
}
.icon-tools:before {
content: "\e033";
}
.icon-tools-2:before {
content: "\e034";
}
.icon-scissors:before {
content: "\e035";
}
.icon-paintbrush:before {
content: "\e036";
}
.icon-magnifying-glass:before {
content: "\e037";
}
.icon-circle-compass:before {
content: "\e038";
}
.icon-linegraph:before {
content: "\e039";
}
.icon-mic:before {
content: "\e03a";
}
.icon-strategy:before {
content: "\e03b";
}
.icon-beaker:before {
content: "\e03c";
}
.icon-caution:before {
content: "\e03d";
}
.icon-recycle:before {
content: "\e03e";
}
.icon-anchor:before {
content: "\e03f";
}
.icon-profile-male:before {
content: "\e040";
}
.icon-profile-female:before {
content: "\e041";
}
.icon-bike:before {
content: "\e042";
}
.icon-wine:before {
content: "\e043";
}
.icon-hotairballoon:before {
content: "\e044";
}
.icon-globe:before {
content: "\e045";
}
.icon-genius:before {
content: "\e046";
}
.icon-map-pin:before {
content: "\e047";
}
.icon-dial:before {
content: "\e048";
}
.icon-chat:before {
content: "\e049";
}
.icon-heart:before {
content: "\e04a";
}
.icon-cloud:before {
content: "\e04b";
}
.icon-upload:before {
content: "\e04c";
}
.icon-download:before {
content: "\e04d";
}
.icon-target:before {
content: "\e04e";
}
.icon-hazardous:before {
content: "\e04f";
}
.icon-piechart:before {
content: "\e050";
}
.icon-speedometer:before {
content: "\e051";
}
.icon-global:before {
content: "\e052";
}
.icon-compass:before {
content: "\e053";
}
.icon-lifesaver:before {
content: "\e054";
}
.icon-clock:before {
content: "\e055";
}
.icon-aperture:before {
content: "\e056";
}
.icon-quote:before {
content: "\e057";
}
.icon-scope:before {
content: "\e058";
}
.icon-alarmclock:before {
content: "\e059";
}
.icon-refresh:before {
content: "\e05a";
}
.icon-happy:before {
content: "\e05b";
}
.icon-sad:before {
content: "\e05c";
}
.icon-facebook:before {
content: "\e05d";
}
.icon-twitter:before {
content: "\e05e";
}
.icon-googleplus:before {
content: "\e05f";
}
.icon-rss:before {
content: "\e060";
}
.icon-tumblr:before {
content: "\e061";
}
.icon-linkedin:before {
content: "\e062";
}
.icon-dribbble:before {
content: "\e063";
}.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .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.open,.nice-select:active,.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 .15s ease-in-out;transition:all .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:#ccc}.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,.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(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .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:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.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}.ball-pulse-sync>div,.ball-pulse>div,.ball-scale-random>div,.ball-scale>div{background-color:#fff;border-radius:100%;margin:2px;display:inline-block}@-webkit-keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}@keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}.ball-pulse>div:nth-child(1){-webkit-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(2){-webkit-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(3){-webkit-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div{width:15px;height:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -70ms infinite ease-in-out;animation:ball-pulse-sync .6s -70ms infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}.ball-pulse-sync>div{width:15px;height:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale>div{height:60px;width:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.ball-scale-random{width:37px;height:40px}.ball-scale-random>div{position:absolute;height:30px;width:30px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.ball-rotate,.ball-rotate>div{position:relative}.ball-rotate>div,.ball-rotate>div:after,.ball-rotate>div:before{background-color:#fff;width:15px;height:15px;border-radius:100%}.ball-scale-random>div:nth-child(1){margin-left:-7px;-webkit-animation:ball-scale 1s .2s ease-in-out infinite;animation:ball-scale 1s .2s ease-in-out infinite}.ball-scale-random>div:nth-child(3){margin-left:-2px;margin-top:9px;-webkit-animation:ball-scale 1s .5s ease-in-out infinite;animation:ball-scale 1s .5s ease-in-out infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ball-rotate>div{margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ball-rotate>div:first-child{-webkit-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite}.ball-rotate>div:after,.ball-rotate>div:before{margin:2px;content:"";position:absolute;opacity:.8}.ball-rotate>div:before{top:0;left:-28px}.ball-rotate>div:after{top:0;left:25px}.ball-clip-rotate>div{border-radius:100%;margin:2px;border:2px solid #fff;border-bottom-color:transparent;height:26px;width:26px;background:0 0!important;display:inline-block;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}.ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px);transform:translateY(-15px)}.ball-clip-rotate-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:0;left:0;border-radius:100%}.ball-clip-rotate-pulse>div:first-child{background:#fff;height:16px;width:16px;top:7px;left:-7px;-webkit-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite}.ball-clip-rotate-pulse>div:last-child{position:absolute;width:30px;height:30px;left:-16px;top:-2px;background:0 0;border:2px solid;border-color:#fff transparent;-webkit-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;animation-duration:1s}.ball-beat>div,.ball-scale-multiple>div{background-color:#fff;border-radius:100%}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.ball-clip-rotate-multiple{position:relative}.ball-clip-rotate-multiple>div{position:absolute;left:-20px;top:-20px;border:2px solid #fff;border-bottom-color:transparent;border-top-color:transparent;border-radius:100%;height:35px;width:35px;-webkit-animation:rotate 1s 0s ease-in-out infinite;animation:rotate 1s 0s ease-in-out infinite}.ball-clip-rotate-multiple>div:last-child{display:inline-block;top:-10px;left:-10px;width:15px;height:15px;-webkit-animation-duration:.5s;animation-duration:.5s;border-color:#fff transparent;-webkit-animation-direction:reverse;animation-direction:reverse}@-webkit-keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple>div{height:50px;width:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);transform:translateY(-25px)}.ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-.8s;animation-delay:-.8s}.ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:-.6s;animation-delay:-.6s}.ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-ripple-multiple>div{position:absolute;top:-2px;left:-26px;width:50px;height:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-beat>div{width:15px;height:15px;margin:2px;display:inline-block;-webkit-animation:ball-beat .7s 0s infinite linear;animation:ball-beat .7s 0s infinite linear}.ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.35s!important;animation-delay:-.35s!important}@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale-multiple{position:relative;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-multiple>div{position:absolute;left:-30px;top:0;opacity:0;margin:0;width:60px;height:60px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}.ball-triangle-path>div:nth-child(1),.ball-triangle-path>div:nth-child(2){-webkit-animation-duration:2s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite}@-webkit-keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-triangle-path{position:relative;-webkit-transform:translate(-29.99px,-37.51px);transform:translate(-29.99px,-37.51px)}.ball-triangle-path>div:nth-child(1){-webkit-animation-name:ball-triangle-path-1;animation-name:ball-triangle-path-1;-webkit-animation-delay:0;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2){-webkit-animation-name:ball-triangle-path-2;animation-name:ball-triangle-path-2;-webkit-animation-delay:0;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(3){-webkit-animation-name:ball-triangle-path-3;animation-name:ball-triangle-path-3;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:10px;height:10px;border-radius:100%;border:1px solid #fff}.ball-grid-beat>div,.ball-pulse-rise>div{-webkit-animation-fill-mode:both;-webkit-animation-iteration-count:infinite}.ball-grid-beat>div,.ball-grid-pulse>div,.ball-pulse-rise>div{height:15px;border-radius:100%;display:inline-block;background-color:#fff;margin:2px}.ball-triangle-path>div:nth-of-type(1){top:50px}.ball-triangle-path>div:nth-of-type(2){left:25px}.ball-triangle-path>div:nth-of-type(3){top:50px;left:50px}@-webkit-keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}@keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}.ball-pulse-rise>div{width:15px;animation-fill-mode:both;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}.ball-pulse-rise>div:nth-child(2n){-webkit-animation-name:ball-pulse-rise-even;animation-name:ball-pulse-rise-even}.ball-pulse-rise>div:nth-child(2n-1){-webkit-animation-name:ball-pulse-rise-odd;animation-name:ball-pulse-rise-odd}@-webkit-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}.ball-grid-beat{width:57px}.ball-grid-beat>div:nth-child(1){-webkit-animation-delay:.49s;animation-delay:.49s;-webkit-animation-duration:.93s;animation-duration:.93s}.ball-grid-beat>div:nth-child(2){-webkit-animation-delay:.4s;animation-delay:.4s;-webkit-animation-duration:1.02s;animation-duration:1.02s}.ball-grid-beat>div:nth-child(3){-webkit-animation-delay:.63s;animation-delay:.63s;-webkit-animation-duration:1.07s;animation-duration:1.07s}.ball-grid-beat>div:nth-child(4){-webkit-animation-delay:-40ms;animation-delay:-40ms;-webkit-animation-duration:.75s;animation-duration:.75s}.ball-grid-beat>div:nth-child(5){-webkit-animation-delay:.21s;animation-delay:.21s;-webkit-animation-duration:1.41s;animation-duration:1.41s}.ball-grid-beat>div:nth-child(6){-webkit-animation-delay:-80ms;animation-delay:-80ms;-webkit-animation-duration:.66s;animation-duration:.66s}.ball-grid-beat>div:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:1.36s;animation-duration:1.36s}.ball-grid-beat>div:nth-child(8){-webkit-animation-delay:.78s;animation-delay:.78s;-webkit-animation-duration:1.17s;animation-duration:1.17s}.ball-grid-beat>div:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-duration:1.49s;animation-duration:1.49s}.ball-grid-beat>div{width:15px;animation-fill-mode:both;float:left;-webkit-animation-name:ball-grid-beat;animation-name:ball-grid-beat;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.ball-grid-pulse{width:57px}.ball-grid-pulse>div:nth-child(1){-webkit-animation-delay:.19s;animation-delay:.19s;-webkit-animation-duration:.98s;animation-duration:.98s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:.48s;animation-delay:.48s;-webkit-animation-duration:1.58s;animation-duration:1.58s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:.58s;animation-delay:.58s;-webkit-animation-duration:1.13s;animation-duration:1.13s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:.63s;animation-delay:.63s;-webkit-animation-duration:.98s;animation-duration:.98s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:60ms;animation-delay:60ms;-webkit-animation-duration:.64s;animation-duration:.64s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:.38s;animation-delay:.38s;-webkit-animation-duration:.85s;animation-duration:.85s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:-60ms;animation-delay:-60ms;-webkit-animation-duration:1.53s;animation-duration:1.53s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:.57s;animation-delay:.57s;-webkit-animation-duration:.76s;animation-duration:.76s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.73s;animation-delay:.73s;-webkit-animation-duration:.98s;animation-duration:.98s}.ball-grid-pulse>div{width:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both;float:left;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px}.ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;animation:ball-spin-fade-loader 1s -.96s infinite linear}.ball-spin-fade-loader>div:nth-child(2){top:17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;animation:ball-spin-fade-loader 1s -.84s infinite linear}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;animation:ball-spin-fade-loader 1s -.72s infinite linear}.ball-spin-fade-loader>div:nth-child(4){top:-17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;animation:ball-spin-fade-loader 1s -.6s infinite linear}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;animation:ball-spin-fade-loader 1s -.48s infinite linear}.ball-spin-fade-loader>div:nth-child(6){top:-17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;animation:ball-spin-fade-loader 1s -.36s infinite linear}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;animation:ball-spin-fade-loader 1s -.24s infinite linear}.ball-spin-fade-loader>div:nth-child(8){top:17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;animation:ball-spin-fade-loader 1s -.12s infinite linear}.ball-spin-fade-loader>div,.ball-spin-loader>div{-webkit-animation-fill-mode:both;position:absolute;width:15px;height:15px;border-radius:100%}.ball-spin-fade-loader>div{background-color:#fff;margin:2px;animation-fill-mode:both}@-webkit-keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}@keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}.ball-spin-loader{position:relative}.ball-spin-loader>span:nth-child(1){top:45px;left:0;-webkit-animation:ball-spin-loader 2s .9s infinite linear;animation:ball-spin-loader 2s .9s infinite linear}.ball-spin-loader>span:nth-child(2){top:30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 1.8s infinite linear;animation:ball-spin-loader 2s 1.8s infinite linear}.ball-spin-loader>span:nth-child(3){top:0;left:45px;-webkit-animation:ball-spin-loader 2s 2.7s infinite linear;animation:ball-spin-loader 2s 2.7s infinite linear}.ball-spin-loader>span:nth-child(4){top:-30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 3.6s infinite linear;animation:ball-spin-loader 2s 3.6s infinite linear}.ball-spin-loader>span:nth-child(5){top:-45px;left:0;-webkit-animation:ball-spin-loader 2s 4.5s infinite linear;animation:ball-spin-loader 2s 4.5s infinite linear}.ball-spin-loader>span:nth-child(6){top:-30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 5.4s infinite linear;animation:ball-spin-loader 2s 5.4s infinite linear}.ball-spin-loader>span:nth-child(7){top:0;left:-45px;-webkit-animation:ball-spin-loader 2s 6.3s infinite linear;animation:ball-spin-loader 2s 6.3s infinite linear}.ball-spin-loader>span:nth-child(8){top:30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 7.2s infinite linear;animation:ball-spin-loader 2s 7.2s infinite linear}.ball-spin-loader>div{animation-fill-mode:both;background:green}.ball-zig-zag-deflect>div,.ball-zig-zag>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px 2px 2px 15px;top:4px;left:-7px}@-webkit-keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag{position:relative;-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.ball-zig-zag>div:first-child{-webkit-animation:ball-zig .7s 0s infinite linear;animation:ball-zig .7s 0s infinite linear}.ball-zig-zag>div:last-child{-webkit-animation:ball-zag .7s 0s infinite linear;animation:ball-zag .7s 0s infinite linear}@-webkit-keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag-deflect{position:relative;-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag-deflect>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.line-scale-party>div,.line-scale-pulse-out-rapid>div,.line-scale-pulse-out>div,.line-scale>div{width:4px;height:35px;display:inline-block}.line-scale-party>div,.line-scale-pulse-out-rapid>div,.line-scale-pulse-out>div,.line-scale>div,.line-spin-fade-loader>div{border-radius:2px;margin:2px;background-color:#fff}.ball-zig-zag-deflect>div:first-child{-webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;animation:ball-zig-deflect 1.5s 0s infinite linear}.ball-zig-zag-deflect>div:last-child{-webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;animation:ball-zag-deflect 1.5s 0s infinite linear}@-webkit-keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}.line-scale-party>div:nth-child(1){-webkit-animation-delay:.55s;animation-delay:.55s;-webkit-animation-duration:1.23s;animation-duration:1.23s}.line-scale-party>div:nth-child(2){-webkit-animation-delay:.55s;animation-delay:.55s;-webkit-animation-duration:.55s;animation-duration:.55s}.line-scale-party>div:nth-child(3){-webkit-animation-delay:90ms;animation-delay:90ms;-webkit-animation-duration:.39s;animation-duration:.39s}.line-scale-party>div:nth-child(4){-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-duration:.59s;animation-duration:.59s}.line-scale-party>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale-pulse-out>div{-webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)}.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.4s!important;animation-delay:-.4s!important}.line-scale-pulse-out>div:nth-child(1),.line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.2s!important;animation-delay:-.2s!important}@-webkit-keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}@keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}.line-scale-pulse-out-rapid>div{vertical-align:middle;-webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)}.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.25s!important;animation-delay:-.25s!important}.line-scale-pulse-out-rapid>div:nth-child(1),.line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s!important;animation-delay:0s!important}@-webkit-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}.line-spin-fade-loader{position:relative;top:-10px;left:-4px}.line-spin-fade-loader>div:nth-child(1){top:20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(2){top:13.64px;left:13.64px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(3){top:0;left:20px;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(4){top:-13.64px;left:13.64px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(5){top:-20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(6){top:-13.64px;left:-13.64px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(7){top:0;left:-20px;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(8){top:13.64px;left:-13.64px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out}.line-spin-fade-loader>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:5px;height:15px}@-webkit-keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.triangle-skew-spin>div{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #fff;-webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-spin>div{width:50px;height:50px;background:#fff;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}.pacman>div:first-of-type,.pacman>div:nth-child(2){width:0;height:0;border-right:25px solid transparent;border-top:25px solid #fff;border-left:25px solid #fff;border-bottom:25px solid #fff;border-radius:25px;position:relative;left:-30px}@-webkit-keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}.pacman{position:relative}.pacman>div:nth-child(3){-webkit-animation:pacman-balls 1s -.66s infinite linear;animation:pacman-balls 1s -.66s infinite linear}.pacman>div:nth-child(4){-webkit-animation:pacman-balls 1s -.33s infinite linear;animation:pacman-balls 1s -.33s infinite linear}.pacman>div:nth-child(5){-webkit-animation:pacman-balls 1s 0s infinite linear;animation:pacman-balls 1s 0s infinite linear}.pacman>div:first-of-type{-webkit-animation:rotate_pacman_half_up .5s 0s infinite;animation:rotate_pacman_half_up .5s 0s infinite}.pacman>div:nth-child(2){-webkit-animation:rotate_pacman_half_down .5s 0s infinite;animation:rotate_pacman_half_down .5s 0s infinite;margin-top:-50px}.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){background-color:#fff;border-radius:100%;margin:2px;width:10px;height:10px;position:absolute;-webkit-transform:translate(0,-6.25px);transform:translate(0,-6.25px);top:25px;left:70px}@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);transform:translate(-25px,-25px)}.cube-transition>div{width:10px;height:10px;position:absolute;top:-5px;left:-5px;background-color:#fff;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out}.cube-transition>div:last-child{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.semi-circle-spin{position:relative;width:35px;height:35px;overflow:hidden}.semi-circle-spin>div{position:absolute;border-width:0;border-radius:100%;-webkit-animation:spin-rotate .6s 0s infinite linear;animation:spin-rotate .6s 0s infinite linear;background-image:-webkit-linear-gradient(transparent 0,transparent 70%,#fff 30%,#fff 100%);background-image:linear-gradient(transparent 0,transparent 70%,#fff 30%,#fff 100%);width:100%;height:100%}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{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'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{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'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{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'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{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'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{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'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{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'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}@font-face{font-family:flexslider-icon;src:url(//pleksikorkuluk.com.tr/wp-content/plugins/js_composer/assets/lib/flexslider/fonts/flexslider-icon.eot);src:url(//pleksikorkuluk.com.tr/wp-content/plugins/js_composer/assets/lib/flexslider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(//pleksikorkuluk.com.tr/wp-content/plugins/js_composer/assets/lib/flexslider/fonts/flexslider-icon.woff) format('woff'),url(//pleksikorkuluk.com.tr/wp-content/plugins/js_composer/assets/lib/flexslider/fonts/flexslider-icon.ttf) format('truetype'),url(//pleksikorkuluk.com.tr/wp-content/plugins/js_composer/assets/lib/flexslider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');font-weight:400;font-style:normal}.flex-container a:hover,.flex-slider a:hover{outline:0}.flex-control-nav,.flex-direction-nav,.slides,.slides>li{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0;overflow:initial!important}.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}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;border-radius:4px;-o-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);box-shadow:'' 0 1px 4px rgba(0,0,0,.2)}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;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 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,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;content:'\f001';color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.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:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.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}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3);border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(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;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}.rtl .flexslider{direction:rtl}.rtl .carousel li{margin-right:5px}.rtl .flex-direction-nav a:before{content:'\f002'}.rtl .flex-direction-nav a.flex-next:before{content:'\f001'}.rtl .flex-direction-nav .flex-prev{left:auto;right:-50px}.rtl .flex-direction-nav .flex-next{right:auto;left:-50px;text-align:left}.rtl .flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:auto;right:10px}.rtl .flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:auto;left:10px}.rtl .flex-pauseplay a{left:auto;right:10px}@media screen and (max-width:860px){.rtl .flex-direction-nav .flex-prev{left:auto;right:10px}.rtl .flex-direction-nav .flex-next{right:auto;left:10px}}
 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.cocoen{box-sizing:border-box;cursor:pointer;line-height:0;margin:0;overflow:hidden;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cocoen *{box-sizing:inherit}.cocoen ::after,.cocoen ::before{box-sizing:inherit}.cocoen img,.cocoen picture>img{max-width:none}.cocoen>img,.cocoen>picture>img{display:block;width:100%}.cocoen>div:first-child,picture .cocoen>div{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:50%}.cocoen-drag{background:#fff;bottom:0;cursor:ew-resize;left:50%;margin-left:-1px;position:absolute;top:0;width:2px}.cocoen-drag::before{border:3px solid #fff;content:'';height:30px;left:50%;margin-left:-7px;margin-top:-18px;position:absolute;top:50%;width:14px}.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; } .slick-track:before, .slick-track:after { content: ""; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; }.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}svg {
touch-action: none;
}
.jvectormap-container {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
touch-action: none;
}
.jvectormap-tip {
position: absolute;
display: none;
border: solid 1px #CDCDCD;
border-radius: 3px;
background: #292929;
color: white;
font-family: sans-serif, Verdana;
font-size: smaller;
padding: 3px;
}
.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
position: absolute;
left: 10px;
border-radius: 3px;
background: #292929;
padding: 3px;
color: white;
cursor: pointer;
line-height: 10px;
text-align: center;
box-sizing: content-box;
}
.jvectormap-zoomin, .jvectormap-zoomout {
width: 10px;
height: 10px;
}
.jvectormap-zoomin {
top: 10px;
}
.jvectormap-zoomout {
top: 30px;
}
.jvectormap-goback {
bottom: 10px;
z-index: 1000;
padding: 6px;
}
.jvectormap-spinner {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}
.jvectormap-legend-title {
font-weight: bold;
font-size: 14px;
text-align: center;
}
.jvectormap-legend-cnt {
position: absolute;
}
.jvectormap-legend-cnt-h {
bottom: 0;
right: 0;
}
.jvectormap-legend-cnt-v {
top: 0;
right: 0;
}
.jvectormap-legend {
background: black;
color: white;
border-radius: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend {
float: left;
margin: 0 10px 10px 0;
padding: 3px 3px 1px 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
float: left;
}
.jvectormap-legend-cnt-v .jvectormap-legend {
margin: 10px 10px 0 0;
padding: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
width: 40px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
height: 15px;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
height: 20px;
width: 20px;
display: inline-block;
vertical-align: middle;
}
.jvectormap-legend-tick-text {
font-size: 12px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
text-align: center;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
display: inline-block;
vertical-align: middle;
line-height: 20px;
padding-left: 3px;
}a.meanmenu-reveal {
display: none;
} .mean-container .mean-bar {
float: left;
width: 100%;
position: relative;
background: #0c1923;
padding: 4px 0;
min-height: 42px;
z-index: 999999;
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #fff;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
display: block;
background: #fff;
height: 3px;
margin-top: 3px;
}
.mean-container .mean-nav {
float: left;
width: 100%;
background: #0c1923;
margin-top: 44px;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #fff;
border-top: 1px solid #383838;
border-top: 1px solid rgba(255,255,255,0.5);
text-decoration: none;
text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-top: 1px solid #f1f1f1;
border-top: 1px solid rgba(255,255,255,0.25);
opacity: 0.75;
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
background: #252525;
background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top: 1px;
width: 26px;
height: 32px;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
background: rgba(255,255,255,0.1);
border: none !important;
border-left: 1px solid rgba(255,255,255,0.4) !important;
border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: rgba(0,0,0,0.9);
}
.mean-container .mean-push {
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both;
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
} .mean-container .mean-bar, .mean-container .mean-bar * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.mean-remove {
display: none !important;
}.slider {
display: inline-block;
vertical-align: middle;
position: relative;
}
.slider.slider-horizontal {
width: 210px;
height: 20px;
}
.slider.slider-horizontal .slider-track {
height: 10px;
width: 100%;
margin-top: -5px;
top: 50%;
left: 0;
}
.slider.slider-horizontal .slider-selection {
height: 100%;
top: 0;
bottom: 0;
}
.slider.slider-horizontal .slider-handle {
margin-left: -10px;
margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
border-width: 0 10px 10px 10px;
width: 0;
height: 0;
border-bottom-color: #0480be;
margin-top: 0;
}
.slider.slider-vertical {
height: 210px;
width: 20px;
}
.slider.slider-vertical .slider-track {
width: 10px;
height: 100%;
margin-left: -5px;
left: 50%;
top: 0;
}
.slider.slider-vertical .slider-selection {
width: 100%;
left: 0;
top: 0;
bottom: 0;
}
.slider.slider-vertical .slider-handle {
margin-left: -5px;
margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
border-width: 10px 0 10px 10px;
width: 1px;
height: 1px;
border-left-color: #0480be;
margin-left: 0;
}
.slider input {
display: none;
}
.slider .tooltip-inner {
white-space: nowrap;
}
.slider-track {
position: absolute;
cursor: pointer;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.slider-selection {
position: absolute;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.slider-handle {
position: absolute;
width: 20px;
height: 20px;
background-color: #0e90d2;
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
background-image: -o-linear-gradient(top, #149bdf, #0480be);
background-image: linear-gradient(to bottom, #149bdf, #0480be);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
opacity: 0.8;
border: 0px solid transparent;
}
.slider-handle.round {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.slider-handle.triangle {
background: transparent none;
}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.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:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
  html {
overflow-y: scroll;
}
body {
font-weight: 400;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: grayscale;
}
::-webkit-input-placeholder {
color: #777777;
opacity: 1;
}
::-moz-placeholder {
color: #777777;
opacity: 1;
}
:-ms-input-placeholder {
color: #777777;
opacity: 1;
}
:-moz-placeholder {
color: #777777;
opacity: 1;
}
a {
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
a:focus {
outline: none;
outline-offset: 0;
}
a:hover, a:focus {
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
}
iframe {
display: inline-block;
vertical-align: middle;
width: 100%;
border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
padding-bottom: 10px;
margin: 0;
font-weight: 700;
line-height: 1.42857143;
}
p {
padding-bottom: 10px;
margin-bottom: 0;
color: #777777;
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: -0.05px;
}
video {
display: block;
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
background-color: #f8f8f8;
}
audio, canvas, progress, video {
vertical-align: middle;
}
dt {
margin-top: 7px;
}
abbr[title] {
text-decoration: none;
}
pre {
padding: 20px;
background-color: #f5f5f5;
}
code {
color: #333;
padding: 2px 4px;
background-color: #f5f5f5;
}
.h3, h3 {
font-size: 26px;
}
.h4, h4 {
font-size: 24px;
}
.h5, h5 {
font-size: 20px;
}
.h6, h6 {
font-size: 18px;
}
.blog-detail-wrap ul li {
color: #555555;
}
.hanor-table-row {
display: table-row;
vertical-align: top;
width: 100%;
}
.hanor-table-wrap {
display: table;
width: 100%;
height: 100%;
}
.hanor-align-wrap {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.hanor-align-wrap.bottom {
vertical-align: bottom;
}
.hanor-container {
margin: 0 auto;
}
.text-italic {
font-style: italic !important;
}
.padding-xs {padding-top: 10px !important;padding-bottom: 10px !important;}
.padding-sm {padding-top: 20px !important;padding-bottom: 20px !important;}
.padding-md {padding-top: 40px !important;padding-bottom: 40px !important;}
.padding-lg {padding-top: 80px !important;padding-bottom: 80px !important;}
.padding-xl {padding-top: 160px !important;padding-bottom: 160px !important;}
.padding-cnt-no{padding-top: 0 !important;padding-bottom: 0 !important;}
.padding-no {padding-top: 0 !important;padding-bottom: 0 !important;}
.hav-breadcrum.padding-sm {
padding-top: 40px !important;
padding-bottom: 50px !important;
}
.hav-breadcrum.padding-xs {
padding-top: 30px !important;
padding-bottom: 40px !important;
}
.hav-breadcrum.padding-md {
padding-top: 50px !important;
padding-bottom: 60px !important;
} .hanor-transparent-header .padding-xs {padding-top: 115px !important;padding-bottom: 10px !important;}
.hanor-transparent-header .padding-sm {padding-top: 115px !important;padding-bottom: 20px !important;}
.hanor-transparent-header .padding-md {padding-top: 135px !important;padding-bottom: 40px !important;}
.hanor-transparent-header .padding-lg {padding-top: 175px !important;padding-bottom: 80px !important;}
.hanor-transparent-header .padding-xl {padding-top: 255px !important;padding-bottom: 160px !important;}
.hanor-transparent-header .hav-breadcrum.padding-xs {
padding-top: 115px !important;
padding-bottom: 40px !important;
}
.hanor-transparent-header .hav-breadcrum.padding-sm {
padding-top: 115px !important;
padding-bottom: 50px !important;
}
.hanor-transparent-header .hav-breadcrum.padding-md {
padding-top: 135px !important;
padding-bottom: 60px !important;
} .hanor-center-header.hanor-transparent-header .padding-xs {padding-top: 160px !important;padding-bottom: 10px !important;}
.hanor-center-header.hanor-transparent-header .padding-sm {padding-top: 170px !important;padding-bottom: 20px !important;}
.hanor-center-header.hanor-transparent-header .padding-md {padding-top: 190px !important;padding-bottom: 40px !important;}
.hanor-center-header.hanor-transparent-header .padding-lg {padding-top: 230px !important;padding-bottom: 80px !important;}
.hanor-center-header.hanor-transparent-header .padding-xl {padding-top: 310px !important;padding-bottom: 160px !important;}
.hanor-center-header.hanor-transparent-header .hav-breadcrum.padding-xs {
padding-top: 170px !important;
padding-bottom: 40px !important;
}
.hanor-center-header.hanor-transparent-header .hav-breadcrum.padding-sm {
padding-top: 170px !important;
padding-bottom: 50px !important;
}
.hanor-center-header.hanor-transparent-header .hav-breadcrum.padding-md {
padding-top: 170px !important;
padding-bottom: 60px !important;
} .header-hanor-style-one.hanor-transparent-header .padding-xs {padding-top: 115px !important;padding-bottom: 10px !important;}
.header-hanor-style-one.hanor-transparent-header .padding-sm {padding-top: 125px !important;padding-bottom: 20px !important;}
.header-hanor-style-one.hanor-transparent-header .padding-md {padding-top: 145px !important;padding-bottom: 40px !important;}
.header-hanor-style-one.hanor-transparent-header .padding-lg {padding-top: 185px !important;padding-bottom: 80px !important;}
.header-hanor-style-one.hanor-transparent-header .padding-xl {padding-top: 265px !important;padding-bottom: 160px !important;}
.header-hanor-style-one.hanor-transparent-header .hav-breadcrum.padding-xs {
padding-top: 125px !important;
padding-bottom: 40px !important;
}
.header-hanor-style-one.hanor-transparent-header .hav-breadcrum.padding-sm {
padding-top: 140px !important;
padding-bottom: 55px !important;
}
.header-hanor-style-one.hanor-transparent-header .hav-breadcrum.padding-md {
padding-top: 160px !important;
padding-bottom: 70px !important;
} .header-hanor-style-two.hanor-transparent-header .padding-xs {padding-top: 135px !important;padding-bottom: 10px !important;}
.header-hanor-style-two.hanor-transparent-header .padding-sm {padding-top: 145px !important;padding-bottom: 20px !important;}
.header-hanor-style-two.hanor-transparent-header .padding-md {padding-top: 155px !important;padding-bottom: 40px !important;}
.header-hanor-style-two.hanor-transparent-header .padding-lg {padding-top: 195px !important;padding-bottom: 80px !important;}
.header-hanor-style-two.hanor-transparent-header .padding-xl {padding-top: 275px !important;padding-bottom: 160px !important;}
.header-hanor-style-two.hanor-transparent-header .hav-breadcrum.padding-xs {
padding-top: 135px !important;
padding-bottom: 40px !important;
}
.header-hanor-style-two.hanor-transparent-header .hav-breadcrum.padding-sm {
padding-top: 145px !important;
padding-bottom: 50px !important;
}
.header-hanor-style-two.hanor-transparent-header .hav-breadcrum.padding-md {
padding-top: 155px !important;
padding-bottom: 60px !important;
} .header-hanor-style-three.hanor-transparent-header .padding-xs {padding-top: 175px !important;padding-bottom: 10px !important;}
.header-hanor-style-three.hanor-transparent-header .padding-sm {padding-top: 185px !important;padding-bottom: 20px !important;}
.header-hanor-style-three.hanor-transparent-header .padding-md {padding-top: 200px !important;padding-bottom: 40px !important;}
.header-hanor-style-three.hanor-transparent-header .padding-lg {padding-top: 240px !important;padding-bottom: 80px !important;}
.header-hanor-style-three.hanor-transparent-header .padding-xl {padding-top: 320px !important;padding-bottom: 150px !important;}
.header-hanor-style-three.hanor-transparent-header .hav-breadcrum.padding-xs {
padding-top: 185px !important;
padding-bottom: 40px !important;
}
.header-hanor-style-three.hanor-transparent-header .hav-breadcrum.padding-sm {
padding-top: 195px !important;
padding-bottom: 50px !important;
}
.header-hanor-style-three.hanor-transparent-header .hav-breadcrum.padding-md {
padding-top: 205px !important;
padding-bottom: 60px !important;
} .header-hanor-style-five .padding-xs {padding-top: 40px !important;padding-bottom: 10px !important;}
.header-hanor-style-five .padding-sm {padding-top: 50px !important;padding-bottom: 20px !important;}
.header-hanor-style-five .padding-md {padding-top: 70px !important;padding-bottom: 40px !important;}
.header-hanor-style-five .padding-lg {padding-top: 110px !important;padding-bottom: 80px !important;}
.header-hanor-style-five .padding-xl {padding-top: 190px !important;padding-bottom: 160px !important;}
.header-hanor-style-five .hav-breadcrum.padding-xs {
padding-top: 50px !important;
padding-bottom: 40px !important;
}
.header-hanor-style-five .hav-breadcrum.padding-sm {
padding-top: 60px !important;
padding-bottom: 50px !important;
}
.header-hanor-style-five .hav-breadcrum.padding-md {
padding-top: 70px !important;
padding-bottom: 60px !important;
}
.cpation-right {
text-align: right !important;
}
.cpation-center {
text-align: center !important;
}
.cpation-left {
text-align: left !important;
}
.hanor-section-title.cpation-right {
float: right;
display: inline-block;
width: 100%;
}
.hanor-section-title.cpation-left {
float: left;
display: inline-block;
width: 100%;
}  .hanor-btn {
display: inline-block;
vertical-align: middle;
overflow: hidden;
min-width: 190px;
min-height: 50px;
padding: 10px 35px 9px;
color: #fff;
font-weight: 600;
font-size: 13px;
line-height: 27px;
letter-spacing: 0.8px;
text-transform: uppercase;
text-align: center;
border: 1px solid #87c818;
border-radius: 100px;
position: relative;
background-color: #87c818;
outline: none;
cursor: pointer;
-webkit-transition: all ease .5s;
-ms-transition: all ease .5s;
transition: all ease .5s;
z-index: 1;
}
.hanor-btn-text {
position: relative;
z-index: 2;
}
.hanor-btn:hover, .hanor-btn:focus {
z-index: 1;
color: #87c818;
background: transparent;
border-color: #87c818;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.hanor-btn .fa {
padding-right: 2px;
font-size: 13px;
}
.hanor-banner .hanor-btn .fa {
padding-right: 8px;
}
.hanor-btn.hanor-blue-border-btn:hover, .hanor-btn.hanor-blue-border-btn:focus {
color: #87c818;
}
.hanor-btn.hanor-white-transparent-btn {
background-color: #04448e;
border: 1px solid #04448e;
}
.hanor-btn.hanor-white-transparent-btn:hover, .hanor-btn.hanor-white-transparent-btn:focus {
color: #222222;
border-color: #04448e;
}
.hanor-btn-medium {
min-width: 120px;
min-height: 40px;
padding: 5px 25px;
}
.hanor-small-btn {
min-width: 120px;
min-height: 30px;
padding: 1px 20px;
font-weight: 300;
font-size: 11px;
}
.hanor-btns-group.story-cat a span {
position: relative;
z-index: 1;
}  input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"], input[type="url"], input[type="number"], textarea, select, .form-control {
vertical-align: middle;
width: 100%;
height: 50px;
padding: 10px 19px 11px;
background-color: #ffffff;
font-size: 15px;
line-height: 1.42857143;
letter-spacing: -0.05px;
border: 1px solid #dddddd;
outline: none;
-webkit-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="url"]:focus, input[type="number"]:focus, textarea:focus, select:focus, .form-control:focus {
border-color: #dddddd;
}
.lsform-form-wrap input[type="text"], .lsform-form-wrap input[type="email"],
.lsform-form-wrap input[type="password"] {
border: 1px solid #dfdfdf;
}
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .select2-container--default .select2-selection--multiple {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
height: 50px;
border-color: #eeeeee;
border-radius: 25px;
}
.woocommerce .select2-container--default.select2-container--focus .select2-selection--multiple {
border-color: #eeeeee;
}
.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
margin: 0;
}
.woocommerce .select2-container--default .select2-selection--multiple li.select2-selection__choice {
margin: 13px 2px;
}
.woocommerce .select2-container--default .select2-selection--multiple li.select2-selection__choice:first-child {
margin-left: 20px;
}
.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding: 0;
}
.woocommerce .select2-container--default .select2-search--inline .select2-search__field {
padding: 0 18px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 23px;
}
.woocommerce .select2-container--default .select2-selection--single:after {
top: 17px;
}
.woocommerce .select2-dropdown,
.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #eeeeee;
}
input[type="file"] {
width: 100%;
overflow: hidden;
font-size: 14px;
}
input[type=number] {
padding-right: 30px;
margin-bottom: 0;
-webkit-appearance: textfield;
-ms-appearance: textfield;
-o-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="checkbox"], input[type="radio"] {
margin: 0 5px 0 0;
}
textarea, textarea.form-control {
height: 150px;
padding: 13px 19px;
resize: vertical;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
input[type="submit"] {
display: inline-block;
vertical-align: middle;
min-width: 190px;
height: 50px;
padding: 9px 35px;
color: #ffffff;
font-weight: 600;
font-size: 12px;
line-height: 27px;
letter-spacing: 0.8px;
text-transform: uppercase;
text-align: center;
border: 1px solid transparent;
outline: none;
cursor: pointer;
-webkit-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
input[type="submit"]:hover {
background-color: #04448e;
}
select {
padding: 11px 40px 10px 15px;
background-position: 100% 50%;
background-repeat: no-repeat;
background-size: 24px auto;
color: #888888;
}
select option {
padding: 5px 10px;
}
select[multiple] {
height: 175px;
padding: 9px;
background-image: none;
}
label {
font-weight: 400;
cursor: pointer;
}
label sup, label .required {
top: -1px;
color: #fc4242;
font-weight: 400;
font-size: 13px;
letter-spacing: 0.3px;
}
sub, sup {
font-size: 75%;
}
sub {
bottom: -.25em;
}
form p {
padding-bottom: 0;
line-height: normal;
}
form label {
vertical-align: middle;
padding-bottom: 9px;
margin-bottom: 0;
line-height: 1.42857143;
position: relative;
}
form input, form textarea, form select {
margin-bottom: 19px;
}
form input[type="submit"] {
margin: 11px 0 0;
}
blockquote {
margin: 13px 0 33px;
padding: 20px 25px;
background: #fcfcfc;
border: 1px solid #ededed;
border-left: 4px solid #87c818;
}
blockquote p {
font-size: 22px;
line-height: 36px;
}
blockquote cite {
display: block;
padding-top: 11px;
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: 27px;
letter-spacing: -0.2px;
}
blockquote cite:before, blockquote cite:after {
padding: 0 4px;
content: "-";
}
span.wpcf7-not-valid-tip {
display: none !important;
}
input.wpcf7-not-valid {
border-color: red !important;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
textarea.wpcf7-not-valid {
border-color: red !important;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-free-trail div.wpcf7 .ajax-loader {
position: absolute;
}
.quantity {
position: relative;
}
.quantity input:focus {
outline: 0;
}
.quantity-up, .quantity-down {
position: absolute;
top: 1px;
right: 1px;
width: 25px;
height: 50%;
color: #777777;
font-size: 12px;
letter-spacing: 0.5px;
text-align: center;
cursor: pointer;
border-bottom: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
}
.quantity-down {
top: auto;
bottom: 1px;
border-bottom: none;
}
.quantity-up .fa, .quantity-down .fa {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.checkbox-icon-wrap .checkbox-icon {
display: inline-block;
vertical-align: middle;
position: relative;
width: 18px;
height: 18px;
margin-right: 5px;
background: #ffffff;
border: 1px solid #e2e2e2;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
}
.checkbox-icon-wrap input[type="checkbox"] {
display: none;
}
.checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon:before {
position: absolute;
top: 50%;
left: 50%;
font: normal normal normal 9px/1.42857 FontAwesome;
text-rendering: auto;
content: "\f00c";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 1;
}
.radio-icon-wrap .radio-icon {
display: inline-block;
vertical-align: middle;
position: relative;
width: 14px;
height: 14px;
margin-right: 1px;
border: 1px solid #d3d3d3;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.radio-icon-wrap input[type="radio"] {
display: none;
}
.radio-icon-wrap input[type="radio"]:checked + .radio-icon:before {
position: absolute;
top: 3px;
left: 3px;
width: 6px;
height: 6px;
background: #36bbf7;
content: "";
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
z-index: 1;
}
.wpcf7-list-item-label {
display: inline-block;
vertical-align: middle;
padding-right: 20px;
} table {
margin-bottom: 20px;
max-width: 100%;
width: 100%;
text-align: center;
border: 1px solid #eeeeee;
}
table th {
vertical-align: middle;
padding: 8px;
font-weight: 500;
line-height: 26px;
text-align: center;
border-bottom: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
}
table td {
vertical-align: top;
padding: 8px;
color: #777777;
line-height: 1.42857;
letter-spacing: 0.2px;
border-bottom: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
}
table td a {
color: #777777;
}
table.table-condensed {
border: none;
}
table tr #today {
background: #111111;
color: #ffffff;
}
address {
font-style: italic;
}
.wpcf7-list-item label {
display: inline-block;
position: relative;
}
.alignleft {
display: inline;
float: left;
margin-right: 15px;
}
.alignright {
display: inline;
float: right;
margin-left: 15px;
}
.aligncenter {
display: block;
clear: both;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.wp-caption {
margin-bottom: 30px;
max-width: 100%;
}
.wp-caption .wp-caption-text {
font-size: 15px;
font-style: italic;
padding-top: 10px;
}
.post-password-form label {
display: block;
overflow: hidden;
clear: both;
margin: 0;
}
.post-password-form label input {
margin-top: 5px;
}
.page-links {
font-size: 12px;
line-height: 24px;
}
.page-links a, .page-links > span {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
height: 24px;
margin-right: 3px;
text-align: center;
width: 24px;
}
.page-links a {
background-color: #1a1a1a;
border-color: #1a1a1a;
color: #fff;
}
.page-links a:hover {
background-color: transparent;
border-color: #d1d1d1;
}
.page-links a span {
font-size: 12px;
}
.page-links > .page-links-title {
width: auto;
height: auto;
padding-right: 5px;
margin: 0;
font-size: 14px;
border: 0;
}
.says, .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.hanor-responsive-table {
overflow-x: auto;
}
.wpb_text_column.wpb_content_element {
display: inline-block;
width: 100%;
} [class*="pe-7s"] {
display: inline-block;
vertical-align: middle;
font-size: 19px;
} .hanor-parallax {
position: relative;
}
.hanor-parallax > * {
position: relative;
z-index: 1;
}
.hanor-overlay {
float: left;
width: 100%;
height: 100%;
z-index: 0;
position: absolute !important;
top: 0;
left: 0;
}
.parallax-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.75);
z-index: 0;
} .mfp-bg {
background: rgba(0, 0, 0, 0.85);
opacity: 1;
}
.mfp-close {
position: absolute;
right: 28px;
top: 30px;
width: 16px;
height: 16px;
padding: 0;
cursor: pointer;
opacity: 1;
z-index: 9999;
}
.mfp-close:active {
top: 30px;
}
.mfp-bottom-bar {
display: none;
}
.mfp-bottom-bar a {
color: #ffffff;
font-weight: 700;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
top: -30px;
right: 0;
width: 16px;
padding-right: 0;
}
.mfp-image-holder .mfp-close {
display: none;
}
.mfp-container {
padding: 0 25px;
}
.mfp-container .mfp-img {
padding: 0;
}
.mfp-container .mfp-arrow {
width: auto;
height: auto;
margin: 0;
color: #ffffff;
opacity: 1;
cursor: pointer;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-tap-highlight-color: transparent;
z-index: 9999;
}
.mfp-arrow:after {
display: none;
}
.mfp-arrow:before {
display: inline-block;
margin: 0;
font: normal normal normal 30px/1 FontAwesome;
border: none;
position: static;
opacity: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f104";
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.mfp-arrow-left {
left: 30px;
}
.mfp-arrow-right {
right: 45px;
}
.mfp-arrow-right:before {
content: "\f105";
}
.mfp-figure:after {
display: none;
}
.mfp-close:before {
position: absolute;
top: -2px;
left: 7px;
width: 2px;
height: 16px;
background: #ffffff;
content: "";
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 1;
}
.mfp-close:after {
position: absolute;
top: -2px;
right: 7px;
width: 2px;
height: 16px;
background: #ffffff;
content: "";
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 1;
} .circle-progressbar {
display: inline-block;
vertical-align: top;
text-align: center;
position: relative;
width: 172px;
height: 172px;
border-radius: 100%;
background: #ffffff
}
.small-circle-progressbar .circle-progressbar {
width: 115px;
height: 115px;
}
.circle-progressbar h2 {
font-size: 35px;
line-height: 30px;
}
.circle-progressbar canvas {
background: #ffffff;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.circle-progressbar-counter {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding: 0 20px;
font-weight: 400;
letter-spacing: -0.05px;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
color: #87c818;
} .owl-carousel .owl-item img {
display: inline-block;
width: auto;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
cursor: pointer;
}
.owl-carousel .owl-nav {
text-align: center;
color: #b5b5b5;
}
.owl-carousel .owl-prev:before, .owl-carousel .owl-next:before {
position: absolute;
top: 50%;
left: 0;
font: normal normal normal 20px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f104";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.related-projects .owl-carousel .owl-prev:before,
.related-projects .owl-carousel .owl-next:before {
top: 35%;
left: 15px;
font: normal normal normal 18px/1.42857143 FontAwesome;
background: rgba(51, 51, 51, 0.68);
color: #ffffff;
padding: 10px;
}
.owl-carousel .owl-next:before {
left: auto;
right: 0;
content: "\f105";
}
.related-projects .owl-carousel .owl-next:before {
right: 15px;
left: auto;
color: #ffffff;
}
.owl-carousel .owl-prev:hover:before, .owl-carousel .owl-next:hover:before {
color: #b5b5b5;
}
.owl-carousel .disabled {
display: none;
}
.testi-global-wrap {
padding: 50px 0;
}
.testimonials-style-two .owl-carousel .owl-dots,
.owl-carousel[data-animatein="fadeIn"] .owl-dots {
position: absolute;
top: 50%;
right: -95px;
width: 9px;
padding-top: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.testimonials-style-two .owl-carousel .owl-dots .owl-dot,
.owl-carousel[data-animatein="fadeIn"] .owl-dots .owl-dot {
margin: 2px 0;
}
.owl-carousel .owl-dots {
padding-top: 19px;
text-align: center;
}
.hanor-clients .owl-carousel .owl-dots {
padding: 40px 0 0;
}
.owl-carousel .owl-dot {
display: inline-block;
vertical-align: middle;
width: 6px;
height: 6px;
margin: 0 7px;
background: #cccccc;
border: 2px solid transparent;
cursor: pointer;
text-indent: -999px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.owl-carousel .owl-dot.active {
width: 9px;
height: 9px;
}
.owl-carousel .work-item {
margin-bottom: 0;
}
.slider-no-current {
display: none;
padding-top: 46px;
}
.current-no:after {
content: "/"
} .swiper-container {
clear: both;
height: 900px;
min-height: 900px;
}
.swiper-container .caption-wrap {
background: rgba(0, 0, 0, 0.35);
}
.swiper-container .caption-wrap-inner {
max-width: 980px;
}
.swiper-container.swiper-style-two .caption-wrap-inner {
max-width: 1050px;
}
.swiper-slide {
background-color: #f8f8f8;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.swiper-pagination {
bottom: 55px;
padding: 0 25px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom {
bottom: 55px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 7px;
}
.swiper-pagination .swiper-pagination-bullet {
vertical-align: middle;
width: 6px;
height: 6px;
background: rgba(255, 255, 255, 0.6);
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 8px;
height: 8px;
background: rgba(255, 255, 255, 1);
}
.swiper-button-prev, .swiper-button-next {
left: 60px;
width: auto;
height: auto;
margin: 0;
background: none;
color: #ffffff;
letter-spacing: 0.2px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.swiper-button-prev:before, .swiper-button-next:before {
font: normal normal normal 35px/1.42857143 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f104";
z-index: 1;
}
.swiper-button-next {
left: auto;
right: 60px;
}
.swiper-button-next:before {
content: "\f105";
}
.swiper-pagination-bullet {
width: 6px;
height: 6px;
margin: 10px 0;
background: #ffffff;
opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: rgba(255, 255, 255, 0.5);
} .progress-item {
padding-bottom: 38px;
}
.progress-item h4 {
font-weight: 500;
font-size: 16px;
line-height: 22px;
}
.progress-title {
padding: 0 60px 9px 0;
color: #323232;
}
.progress {
height: 6px;
overflow: visible;
margin-bottom: 0;
background-color: #f2f2f2;
position: relative;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
}
.progress-bar {
float: none;
overflow: visible !important;
color: inherit;
font-weight: 500;
font-size: 18px;
letter-spacing: -0.05px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.progress-counter {
position: absolute;
top: -28px;
right: 0;
z-index: 1;
} .flexslider {
margin-bottom: 0;
background: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.flexslider:before, .flexslider:after {
display: table;
clear: both;
content: "";
}
.flexslider:hover .flex-direction-nav a.flex-prev {
left: -30px;
}
.flexslider:hover .flex-direction-nav a.flex-next {
right: -30px;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
opacity: 1;
}
.flexslider .slides img {
display: inline-block;
width: auto;
}
.flex-direction-nav li a {
width: auto;
height: auto;
opacity: 1;
text-shadow: none;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
z-index: 2;
}
.flex-direction-nav li a.flex-prev {
left: -30px;
}
.flex-direction-nav li a.flex-prev:before {
content:"\f104";
}
.flex-direction-nav li a.flex-next {
right: -30px;
}
.flex-direction-nav li a.flex-next:before {
content:"\f105";
}
.flex-direction-nav li a:before {
color: #b5b5b5;
font: normal normal normal 18px/1 FontAwesome;
font-size: 18px;
text-rendering: auto;
text-indent: 0;
text-shadow: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.flex-control-nav li {
vertical-align: middle;
margin: 0 7px;
}
.flex-control-paging li a {
width: 5px;
height: 5px;
background: #cccccc;
}
.flex-control-paging li a.flex-active {
width: 9px;
height: 9px;
} .nav-tabs {
display: inline-block;
vertical-align: middle;
padding: 4px;
margin-bottom: 23px;
font-weight: 500;
font-size: 12px;
letter-spacing: 0.8px;
text-transform: uppercase;
text-align: center;
border: 1px solid #e3e3e3;
position: relative;
-webkit-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
}
.nav-tabs > a {
margin-bottom: 0;
position: relative;
z-index: 2;
}
.nav-tabs > a.active:nth-child(2n) ~ .active-bg {
left: 50%;
}
.nav-tabs > a:nth-last-child(-n+2)  {
margin-right: 0;
}
.nav-tabs > a {
min-width: 150px;
padding: 11px 20px 10px;
margin-right: 5px;
background: none;
-webkit-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
}
.nav-tabs > a.active , 
.nav-tabs > a.active:focus, 
.nav-tabs > a.active:hover, 
.nav-tabs > a:hover {
background: none;
border-color: transparent;
}
.nav > a:focus, .nav > a:hover {
background: transparent;
}
.nav-tabs > a.active {
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.nav-tabs .active-bg {
position: absolute;
top: 4px;
left: 4px;
width: 150px;
height: 40px;
background: #ffffff;
content: "";
-webkit-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
}
.tab-title {
display: block;
}
.style-two .nav-tabs {
width: auto;
}
.style-two .nav-tabs .nav-link {
text-align: center;
float: left;
display: block;
}
.hanor-plans.style-two .nav.nav-tabs > a.active {
background-color: #fff;
border-radius: 25px;
}
.hanor-plans .nav.nav-tabs > a.active,
.hanor-plans .nav.nav-tabs > a:hover {
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
.hanor-outcome-services a.nav-link {
display: inline-block;
float: left;
}
.hanor-outcome-services .nav.nav-tabs {
display: inline-block;
width: 100%;
}
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
border-color: transparent;
}  .panel-default {
margin-bottom: 14px;
background: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-default > .panel-heading {
padding: 0;
background: none;
border: none;
border-radius: 0;
}
.panel-title {
padding-bottom: 0;
font-weight: 400;
color: #333333;
font-size: 18px;
}
.panel-title {
display: block;
padding: 11px 55px 11px 25px;
background: #ffffff;
border: 1px solid #e7e7e7;
position: relative;
-webkit-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
}
.accordion .panel-title {
display: inline-block;
width: 100%;
}
.panel-title .collapsed {
color: inherit;
}
.panel-title.collapsed:after {
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/icons/icon17@3x.png);
}
.panel-title:after {
position: absolute;
top: 50%;
right: 25px;
width: 12px;
height: 12px;
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/icons/icon18@3x.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 12px auto;
content: "";
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.panel-content {
padding: 19px 25px 0;
}
.collapse.in {
display: inline-block;
} .accordion-style-two .panel-default {
padding: 0 0 18px 65px;
margin-bottom: 0;
position: relative;
display: inline-block;
width: 100%;
counter-increment: panel-item;
}
.accordion-style-two .panel-default:before {
position: absolute;
top: 0px;
left: 0;
width: 46px;
height: 46px;
padding: 9px 5px;
background: #f4f4f4;
font-weight: 500;
line-height: 27px;
text-align: center;
content: counter(panel-item, decimal-leading-zero);
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 2;
}
.accordion-style-two .panel-default:after {
position: absolute;
top: 0;
left: 23px;
width: 1px;
height: 100%;
background: #f5f5f5;
content: "";
z-index: 1;
}
.accordion-style-two .panel-title:after {
background-image: none;
}
.accordion-style-two .panel-default:last-child {
padding-bottom: 0;
}
.accordion-style-two .card-body{
padding: 0px 22px;
}
.accordion-style-two  .btn-link.panel-title {
border: none;
background-color: transparent;
}
.accordion-style-two  .btn-link.panel-title {
padding-top: 5px;
}
.accordion-style-two .panel-default.active:before {
color: #ffffff;
}
.accordion-style-two .panel-default .panel-heading a {
padding-bottom: 11px;
}
.accordion-style-two .panel-title a {
padding: 0;
background: transparent;
border: none;
}
.accordion-style-two .panel-title a:after {
display: none;
}
.accordion-style-two .panel-content {
padding-top: 3px;
padding-left: 0;
}
.accordion-style-two .panel-content p {
padding-bottom: 12px;
}
.accordion-style-two .panel-content p:last-child {
padding-bottom: 0;
}
.accordion-style-two  .card.panel-default.actived:before {
color:#fff;
background-color: #3649e5;
} .hanor-masonry {
margin: 0 -15px;
}
.hanor-masonry[data-items="1"] .masonry-item {
width: 100%;
}
.hanor-masonry[data-items="2"] .masonry-item {
width: 50%;
}
.hanor-masonry[data-space="4"] {
margin: 0 -4px;
}
.hanor-masonry[data-space="4"] .masonry-item {
padding: 0 4px 8px;
}
.hanor-masonry[data-space="20"] {
margin: 0 -10px;
}
.hanor-masonry[data-space="20"] .masonry-item {
padding: 0 10px 20px;
}
.hanor-masonry .work-item {
display: block;
margin-bottom: 30px;
}
.masonry-item {
float: left;
width: 33.33333333%;
padding: 0 15px 30px;
}
.masonry-item .hanor-image img {
width: 100%;
}
.masonry-filters {
padding-bottom: 50px;
font-weight: 300;
font-style: italic;
font-size: 16px;
letter-spacing: -0.2px;
text-align: center;
}
.masonry-filters ul {
padding: 0;
margin: 0;
list-style: none;
}
.masonry-filters ul li {
display: inline-block;
vertical-align: middle;
padding: 5px 1px 5px 5px;
}
.masonry-filters ul li:after {
color: #999999;
content: "/";
}
.masonry-filters ul li:last-child:after {
display: none;
}
.masonry-filters ul li:last-child a {
margin-right: 8px;
}
.masonry-filters ul li a {
display: inline-block;
margin: 0 15px 0 5px;
color: #999999;
font-weight: 400;
} .nice-select {
float: none;
vertical-align: middle;
width: 100%;
height: 50px;
padding: 13px 40px 13px 19px;
margin-bottom: 19px;
background-color: #ffffff;
font-size: 14px;
line-height: 1.42857143;
letter-spacing: -0.05px;
border: 1px solid #eeeeee;
outline: none;
white-space: normal;
-webkit-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.nice-select:hover, .nice-select:focus, .nice-select:active {
border-color: #eeeeee;
}
.nice-select.open {
border-color: #dadada;
}
.nice-select:after {
right: 20px;
width: 6px;
height: 6px;
border-width: 1px;
border-color: #444444;
}
.nice-select .current {
display: block;
overflow: hidden;
clear: both;
white-space: nowrap;
text-overflow: ellipsis;
}
.nice-select .list {
width: 100%;
max-height: 200px;
overflow: auto;
color: #444444;
font-size: 14px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
z-index: 2;
}
.nice-select .option {
min-height: 10px;
padding: 13px 19px;
line-height: 1.42857;
}
.nice-select .option:first-child {
-webkit-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.nice-select .option:last-child {
-webkit-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.nice-select .option.selected {
font-weight: 500;
} .wp-link-pages {
font-size: 12px;
line-height: 23px;
width: 100%;
display: inline-block;
padding: 10px 0;
}
.wp-link-pages a, .wp-link-pages > span {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
height: 24px;
margin-right: 3px;
text-align: center;
width: 24px;
}
.wp-link-pages a {
background-color: #87c818;
border-color: #87c818;
color: #fff;
}
.wp-link-pages a:hover, .wp-link-pages a:focus {
background-color: transparent;
border-color: #d1d1d1;
color: #222222;
}
.wp-link-pages a span {
font-size: 12px;
}
.wp-link-pages > .page-links-title {
width: auto;
height: auto;
padding-right: 5px;
margin: 0;
font-size: 14px;
border: 0;
}
.wp-pagenavi {
display: inline-block;
width: 100%;
text-align: center;
vertical-align: middle;
margin: 0;
color: #777777;
line-height: 27px;
letter-spacing: -0.2px;
text-align: center;
}
.wp-pagenavi > a, .wp-pagenavi > span {
display: inline-block;
vertical-align: middle;
width: 38px;
height: 38px;
padding: 5px;
margin: 5px 3px 0;
color: #777777;
border: 1px solid #dfdfdf;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
span.pages {
width: auto;
border-radius: 4px;
padding: 5px 15px;
}
.wp-pagenavi > span.current {
background-color: #87c818;
color: #fff;
border-color: transparent;
font-weight: normal;
}
.wp-pagenavi > a i, .wp-pagenavi > span i {
font-size: 15px;
}
.wp-pagenavi > a:focus,
.wp-pagenavi > a:hover,
.wp-pagenavi > span:focus,
.wp-pagenavi > span:hover {
background-color: #87c818;
color: #fff;
border-color: transparent;
}
.blogs-style-four .hanor-pagination {
padding-top: 70px;
}
.hanor-pagination {
vertical-align: middle;
margin: 0;
color: #777777;
line-height: 25px;
letter-spacing: -0.2px;
text-align: center;
}
.hanor-pagination ul {
padding: 0;
margin: 0;
list-style: none;
}
.hanor-pagination ul li {
display: inline-block;
vertical-align: middle;
}
.hanor-pagination ul li i {
font-size: 16px;
}
.hanor-pagination ul li a, .hanor-pagination ul li span {
display: inline-block;
vertical-align: middle;
width: 38px;
height: 38px;
padding: 5px;
margin: 5px 1px 0;
color: #777777;
border: 1px solid #dfdfdf;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.hanor-pagination ul li span.page-numbers.dots {
background: transparent;
color: #777777;
border-color: #dfdfdf;
}
.hanor-pagination ul li a:hover, .hanor-pagination ul li a:focus {
color: #ffffff;
border-color: transparent;
}
.hanor-pagination ul li span, .woocommerce-pagination ul li span {
color: #ffffff;
border-color: transparent;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-pagination.pagination-spacer-one {
padding-top: 95px;
}
.hanor-pagination.pagination-spacer-two {
padding-top: 32px;
}
.hanor-pagination.pagination-spacer-three {
padding-top: 85px;
}
.hanor-pagination.pagination-spacer-four {
padding-top: 54px;
}
.hanor-portfolio .hanor-pagination {
padding-top: 70px;
} .hanor-widget {
padding-bottom: 38px;
}
.hanor-secondary .hanor-widget {
padding-bottom: 35px;
}
.hanor-secondary .hanor-widget.widget_tag_cloud {
padding-bottom: 26px;
}
.hanor-widget.woocommerce.widget_shopping_cart {
padding-bottom: 40px;
}
.hanor-widget:last-child {
padding-bottom: 0;
}
.hanor-widget p {
line-height: 27px;
}
.hanor-widget ul {
padding: 2px 0 5px;
margin: 0;
list-style: none;
}
.hanor-widget ul ul {
padding: 15px 0 0;
}
.hanor-secondary .hanor-widget ul ul {
padding: 0;
}
.hanor-widget ul li {
position: relative;
padding-left: 15px;
margin: 15px 0;
}
.hanor-secondary .hanor-widget ul li {
padding: 0;
margin: 0;
color: #999999;
}
.hanor-secondary .hanor-widget ul li a {
display: block;
padding: 13px 0 15px;
color: #333333;
border-bottom: 1px solid #ececec;
}
.hanor-secondary .hanor-widget ul li:first-child a {
padding-top: 0;
}
.hanor-widget.woocommerce.widget_product_categories .select2-container {
margin-bottom: 5px;
}
.hanor-widget.latest-posts-widget .post-item {
padding-bottom: 18px;
}
.hanor-widget.latest-posts-widget .post-title {
padding-bottom: 8px;
}
.hanor-secondary .hanor-widget.widget_rss li:first-child,
.hanor-secondary .hanor-widget.widget_archive li:first-child,
.hanor-secondary .hanor-widget.widget_categories li:first-child,
.hanor-secondary .hanor-widget.woocommerce-widget-layered-nav li:first-child,
.woocommerce .hanor-secondary .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child,
.hanor-secondary .hanor-widget.widget_product_categories li:first-child,
.hanor-secondary .hanor-widget.woocommerce.widget_products li:first-child,
.hanor-secondary .hanor-widget.woocommerce.widget_recent_reviews li:first-child,
.hanor-secondary .hanor-widget.woocommerce.widget_top_rated_products li:first-child {
padding-top: 0;
}
.hanor-secondary .hanor-widget.widget_rss li,
.hanor-secondary .hanor-widget.widget_archive li,
.hanor-secondary .hanor-widget.widget_categories li,
.hanor-secondary .hanor-widget.woocommerce-widget-layered-nav li,
.woocommerce .hanor-secondary .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.hanor-secondary .hanor-widget.widget_product_categories li,
.hanor-secondary .hanor-widget.woocommerce.widget_products li,
.hanor-secondary .hanor-widget.woocommerce.widget_recent_reviews li,
.hanor-secondary .hanor-widget.woocommerce.widget_top_rated_products li {
padding: 14px 0 15px;
border-bottom: 1px solid #ececec;
}
.hanor-secondary .hanor-widget.widget_rss li a,
.hanor-secondary .hanor-widget.widget_archive li a,
.hanor-secondary .hanor-widget.widget_categories li a,
.hanor-secondary .hanor-widget.woocommerce-widget-layered-nav li a,
.hanor-secondary .hanor-widget.widget_product_categories li a {
border: none;
padding: 0;
display: inline-block;
}
.hanor-main-wrap .nice-select .option,
.hanor-widget.widget_archive .nice-select li.option:first-child,
.hanor-widget.widget_categories .nice-select li.option:first-child,
.hanor-widget.widget_product_categories .nice-select li.option:first-child,
.hanor-widget.widget_archive .nice-select li.option,
.hanor-widget.widget_categories .nice-select li.option,
.hanor-widget.widget_product_categories .nice-select li.option,
.hanor-secondary .hanor-widget .nice-select li.option {
padding: 10px 15px;
line-height: 1.42857143;
}
.hanor-widget .nice-select {
margin-bottom: 5px;
}
.hanor-secondary .hanor-widget ul ul li {
padding: 0 0 0 15px;
}
.hanor-secondary .hanor-widget ul li:first-child {
padding-top: 0;
}
.hanor-secondary .hanor-widget ul.sub-menu li a {
padding-top: 13px;
}
.hanor-widget ul li:last-child {
margin-bottom: 0;
}
.hanor-widget ul.list li {
margin: 0;
}
.hanor-secondary .hanor-widget ul#recentcomments li a,
.hanor-secondary .hanor-widget ul li.recentcomments a {
display: inline;
}
.hanor-secondary .hanor-widget .recentcomments a {
border-bottom: none;
}
.hanor-secondary .hanor-widget .recentcomments {
padding: 13px 0 15px;
border-bottom: 1px solid #ececec;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
padding-left: 15px;
}
.hanor-secondary .hanor-widget.widget_product_categories ul.children {
padding-left: 15px;
}
.hanor-secondary .hanor-widget ul ul li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.hanor-secondary .hanor-widget ul.children li:first-child a {
padding-top: 14px;
}
.hanor-secondary .hanor-widget.woocommerce.widget_products li a,
.hanor-secondary .hanor-widget.woocommerce.widget_recent_reviews li a,
.hanor-secondary .hanor-widget.woocommerce.widget_top_rated_products li a,
.hanor-secondary .hanor-widget.woocommerce.widget_top_rated_products li:last-child a {
display: block;
border: none;
padding: 0;
margin-bottom: 2px;
line-height: 1.2;
}
.hanor-secondary .hanor-widget.woocommerce.widget_products li,
.hanor-secondary .hanor-widget.woocommerce.widget_recent_reviews li,
.hanor-secondary .hanor-widget.woocommerce.widget_top_rated_products li {
padding-bottom: 20px;
margin-bottom: 20px;
padding-top: 0;
}
.hanor-secondary .hanor-widget.woocommerce.widget_products li:last-child,
.hanor-secondary .hanor-widget.woocommerce.widget_recent_reviews li:last-child,
.hanor-secondary .hanor-widget.woocommerce.widget_top_rated_products li:last-child {
margin-bottom: 5px;
}
.hanor-widget ul li:first-child {
margin-top: 0;
}
.hanor-widget ul.footer-links li {
margin-top: 0;
margin-bottom: 15px;
}
.hanor-widget ul li:before {
position: absolute;
top: 7px;
left: 0;
width: 5px;
height: 5px;
content: "";
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
z-index: 1;
}
.hanor-secondary .hanor-widget ul li:before {
content: none;
}
.hanor-widget ul li ul.sub-menu > li:first-child {
margin-top: 0;
}
.hanor-widget ul li a {
color: #777777;
}
.hanor-widget.widget_rss ul li,
.hanor-widget.widget_recent_comments ul li {
color: #777777;
}
.hanor-widget.widget_rss ul li a,
.hanor-widget.widget_recent_comments ul li a {
color: #333333;
}
.hanor-widget img {
height: auto;
}
.hanor-widget h4.widget-title {
font-size: 15px;
line-height: 27px;
font-weight: 500;
}
.hanor-secondary .hanor-widget h4.widget-title {
font-weight: 700;
border-bottom: none;
margin-bottom: 15px;
padding-bottom: 5px;
font-size: 16px;
}
.hanor-widget #wp-calendar {
margin-bottom: 5px;
}
.hanor-widget .nice-select .option {
margin-bottom: 0;
}
.hanor-widget .nice-select .option:before {
display: none;
}
.widget-title {
padding-bottom: 8px;
margin-bottom: 25px;
letter-spacing: 0.4px;
text-transform: uppercase;
border-bottom: 1px solid rgba(229, 229, 229, 0.75);
} .hanor-widget.about-our-blog {
padding-bottom: 33px;
}
.about-our-blog .hanor-image {
padding-bottom: 19px;
}
.about-our-blog .hanor-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
} .hanor-widget.latest-posts-widget {
padding-bottom: 27px;
}
.hanor-secondary .hanor-widget.latest-posts-widget {
padding-bottom: 38px;
}
.post-item {
overflow: hidden;
clear: both;
padding-bottom: 36px;
}
.post-item:last-child {
padding-bottom: 20px;
}
.post-item .hanor-image {
float: left;
}
.post-item .hanor-image img {
max-width: 76px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.post-info {
overflow: hidden;
padding-left: 17px;
}
.post-info h4 {
font-size: 16px;
line-height: 22px;
}
.post-title {
padding-bottom: 11px;
font-weight: 500;
letter-spacing: -0.15px;
}
.post-time {
padding-bottom: 5px;
color: #777777;
font-weight: 300;
font-style: italic;
}
.latest-posts-widget h5.post-time {
font-size: 14px;
font-weight: 400;
} .hanor-widget.widget_search {
padding-bottom: 40px;
}
.widget_search p {
position: relative;
}
.widget_search form input[type="text"] {
padding-right: 69px;
margin: 0;
}
.widget_search form input[type="submit"] {
position: absolute;
top: 1px;
bottom: 1px;
right: 1px;
min-width: 50px;
height: 48px;
padding: 0;
margin-top: 0;
background-color: transparent;
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/icons/icon27@3x.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 14px auto;
border-color: transparent;
-webkit-border-radius: 0 25px 25px 0;
-ms-border-radius: 0 25px 25px 0;
border-radius: 0 25px 25px 0;
z-index: 1;
}
.widget_search form input[type="submit"]:hover, .widget_search form input[type="submit"]:focus {
background-color: #f5f5f5;
} .tag-links a {
display: inline-block;
vertical-align: middle;
padding: 6px 18px;
margin: 0 2px 10px 0;
background: #ffffff;
color: #777777;
font-size: 12px;
border: 1px solid #e8e8e8;
-webkit-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
}
.tag-links a:hover {
color: #ffffff;
} .hanor-widget.post-categories-widget {
padding-bottom: 32px;
}
.post-categories-widget .widget-title {
margin-bottom: 34px;
} .hanor-map {
height: 582px;
min-height: 582px;
}
.gm-style-iw {
padding: 5px 10px;
}
.gm-style-iw p {
padding-bottom: 5px;
color: #777777;
}
.gm-style-iw h1, .gm-style-iw h2, .gm-style-iw h3, .gm-style-iw h4, .gm-style-iw h5, .gm-style-iw h6 {
padding-bottom: 0;
}
.gm-style-iw h1 {
font-size: 20px;
font-weight: 600;
color: #333333;
} body, a, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"], input[type="url"], input[type="number"], textarea, select, blockquote p, .form-control, .nice-select, .masonry-filters ul li a:hover, .masonry-filters ul li a.active, .portfolio-detail-item-title, .blogs-style-three .blog-item.hanor-hover .blog-info, .blogs-style-three .hanor-link a, .page-links a:hover {
color: #333333;
}
.page .hanor-comments-area {margin-top: 40px;}
.hanor-widget ul li:before, .hanor-comments-area .hanor-comments-meta .comments-date:before {
background-color: #333333;
}
footer.hanor-footer.footer-dark-version .hanor-widget ul li:before {
background-color: #b4b4b4;
} ::selection {
background: #87c818;
color: #ffffff;
}
::-webkit-selection {
background: #87c818;
color: #ffffff;
}
::-moz-selection {
background: #87c818;
color: #ffffff;
}
::-o-selection {
background: #87c818;
color: #ffffff;
}
::-ms-selection {
background: #87c818;
color: #ffffff;
} a:hover, a:focus, .nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon:before,
.panel-title a,
.hanor-topbar ul li a:hover, .hanor-social a:hover,
.hanor-topbar .hanor-social a:hover, .hanor-navigation > ul > li.active > a,
.hanor-transparent-header .hanor-header-right .hanor-navigation > ul > li:hover > a,
.hanor-transparent-header .hanor-header-right .hanor-navigation > ul > li.active > a,
.hanor-fullscreen-navigation .dropdown-nav > li.active > a,
.hanor-fullscreen-navigation .dropdown-nav > li:hover > a,
.hanor-transparent-header .header-links-wrap a:hover,
.header-links-wrap a:hover,
.service-title a:hover,
.service-item [class*="pe-7s-"],
.hanor-footer a:hover,
.hanor-footer .hanor-social a:hover,
.hanor-dark-topbar .hanor-topbar .hanor-social a:hover,
.mate-info .hanor-social a:hover,
.hanor-link a:hover,
.work-category a:hover,
.hanor-team .testimonial-author-quote .hanor-social a:hover,
.hanor-subscribe .hanor-social a:hover, .hanor-rating .active,
.sidebar-nav-wrap .dropdown-nav > li:hover > a,
.sidebar-nav-wrap .dropdown-nav > li.active > a,
.sidebar-nav-wrap .hanor-social a:hover,
.sidebar-nav-wrap .hanor-copyright a:hover,
.hanor-topbar .search-link a:hover,
.portfolio-detail-items-wrap a:hover,
.portfolio-controls .portfolio-control-link:hover,
.hanor-widget ul li a:hover,
.blogs-style-three .blog-item.hanor-hover .blog-info a:hover,
.blogs-style-three .blog-item.hanor-hover .blog-info .hanor-link a,
.contact-info p a:hover,
.hanor-footer.footer-light-version .footer-widget .hanor-widget ul li a:hover {
color: #87c818;
}
.hanor-have-dotted {
position: relative;
} input[type="submit"], .owl-carousel .owl-dot.active, .progress-bar, .flex-control-paging li a.flex-active, .hanor-link a:hover:after, .hanor-toggle-link:hover .toggle-separator, .hanor-toggle-link:hover .toggle-separator:before, .hanor-toggle-link:hover .toggle-separator:after, .close-btn a:hover, .hanor-video-btn-wrap:hover .video-btn, .hanor-callout, .hanor-outcome-services .nav-tabs >  a:before, .hanor-outcome-services .nav-tabs > a:after, .grid-view-link:hover .grid-view-square, .grid-view-link:hover .grid-view-square:after, .tag-links a:hover, .hanor-social.rounded a:hover, .blogs-style-three .hanor-hover .hanor-link a:after, .hanor-blog-tags a:hover, .hanor-blog-share .hanor-social.rounded a, .menu-separator, .hanor-back-top a:hover {
background-color: #87c818;
}
.accordion-style-two .panel-default.active:before {
background-color: #04448e;
}
.hanor-pagination ul li a:hover, .hanor-pagination ul li a:focus, .hanor-pagination ul li span,
.woocommerce-pagination ul li span, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li a:hover {
background-color: #04448e;
} .hanor-btn:hover, .hanor-btn:focus, .hanor-btn.hanor-blue-border-btn, .tag-links a:hover, .hanor-social.rounded a:hover, .hanor-blog-tags a:hover {
border-color: #87c818;
} body, input[type="submit"], .hanor-btn, .blogs-style-two .blog-meta .blog-author-name, .hanor-dark-topbar .hanor-topbar ul, .hanor-gray-topbar .hanor-topbar ul, .portfolio-detail-item-title {
font-family: 'Montserrat', sans-serif;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="date"],
input[type="time"], input[type="datetime-local"], input[type="month"], input[type="url"], input[type="number"], textarea, select,
.form-control, p, .video-btn-title, .story-meta, .blog-meta, .hanor-footer ul, .text-italic, .stats-title, .mate-designation,
.work-category, .offer-alert, .process-counter, .plan-info ul, .sidebar-nav-wrap .hanor-copyright, .story-date, .hanor-pagination,
.my-designation, .masonry-filters, .work-subtitle, .portfolio-detail-items-wrap, .post-time,
.hanor-comments-area .hanor-comments-meta .comments-date, .hanor-comments-area .comments-reply, .service-toggle-content ul li {
font-family: 'Source Sans Pro', serif;
}  .hanor-social a {
display: inline-block;
vertical-align: middle;
margin: 0 15px 5px 0;
color: #bebebe;
} .hanor-social.rounded a {
width: 44px;
height: 44px;
padding: 5px;
margin: 0 2px 6px 0;
text-align: center;
border: 1px solid #e5e5e5;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.hanor-header .hanor-social.rounded a {
margin: 0 7px 6px 0;
}
.hanor-widget .hanor-social.rounded a {
margin: 0 6px 6px 0;
}
.hanor-social.rounded a:hover,
.hanor-transparent-header .header-links-wrap .hanor-social.rounded a:hover {
color: #ffffff;
}
.hanor-social.rounded .fa {
display: table;
width: 100%;
height: 100%;
}
.hanor-social.rounded .fa:before {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
} .hanor-brand {
float: left;
padding: 31px 0;
position: relative;
z-index: 5;
}
.text-logo {
font-weight: 700;
font-size: 22px;
display: inline-block;
line-height: 25px;
}
.hanor-transparent-header .text-logo {
color: #fff;
}
.hanor-brand a .normal-logo.default-logo {
display: inline-block;
}
.hanor-brand a .normal-logo.retina-logo {
display: none;
}
.hanor-transparent-header .hanor-brand a .normal-logo {
display: none;
}
.hanor-transparent-header .hanor-brand.dhav-transparent-logo a .default-logo {
display: inline-block;
}
.hanor-brand a .transparent-logo {
display: none;
}
.hanor-transparent-header .hanor-brand a .transparent-logo {
display: inline-block;
}
.hanor-transparent-header .hanor-brand a .transparent-retina-logo {
display: none;
}
.header-hanor-style-three.header-hanor-style-five .hanor-brand a .normal-logo.default-logo {
display: none;
}
.header-hanor-style-three.header-hanor-style-five .hanor-brand.dhav-transparent-logo a .normal-logo.default-logo {
display: inline-block;
}
.header-hanor-style-three.header-hanor-style-five .hanor-brand a .transparent-default-logo {
display: inline-block;
}
.hanor-navi-wrap .hanor-brand.hav-transparent-logo img.transparent-default-logo.transparent-logo {
display: inline-block;
}
.hanor-navi-wrap .hanor-brand.hav-transparent-logo img.normal-logo.default-logo {
display: none;
} @media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
.hanor-brand a .normal-logo.default-logo,
.hanor-transparent-header .hanor-brand.dhav-transparent-logo a .default-logo {
display: none;
}
.hav-d-retina-logo .text-logo {
display: none;
}
.header-hanor-style-three.header-hanor-style-five .hanor-brand.hav-d-retina-logo a .normal-logo.default-logo {
display: none;
}
.hanor-transparent-header .hanor-brand.dhav-trans-retina a .retina-logo,
.hanor-transparent-header .hanor-brand.dhav-trans-retina.dhav-d-retina-logo a .default-logo {
display: inline-block;
}
.header-hanor-style-three.header-hanor-style-five .hanor-brand.hav-trans-retina .retina-logo{
display: none;
}
.header-hanor-style-three.header-hanor-style-five .hanor-brand.dhav-trans-retina .retina-logo,
.header-hanor-style-three.header-hanor-style-five .hanor-brand.dhav-trans-retina.dhav-d-retina-logo .default-logo {
display: inline-block;
}
.header-hanor-style-three.header-hanor-style-five .hanor-brand a .transparent-default-logo {
display: none;
}
.header-hanor-style-three.header-hanor-style-five .hanor-brand a .transparent-retina-logo {
display: inline-block;
}
.hanor-brand a .normal-logo.retina-logo {
display: inline-block;
}
.hanor-brand a .transparent-logo {
display: none;
}
.hanor-transparent-header .hanor-brand a .normal-logo {
display: none;
}
.hanor-transparent-header .hanor-brand a .transparent-default-logo {
display: none;
}
.hanor-transparent-header .hanor-brand a .transparent-retina-logo {
display: inline-block;
}
}
.admin-bar .is-sticky .hanor-header {
top: 32px !important;
}
@media only screen and (max-width: 782px) {
.admin-bar .is-sticky .hanor-header {
top: 46px !important;
}
}
@media screen and (max-width: 600px) {
.admin-bar .is-sticky .hanor-header {
top: 0 !important;
}
} .hanor-breadcrumbs.breadcrumb-one {
position: absolute;
bottom: 5px;
}
.breadcrumb-style-two {
background: #ededed;
padding: 14px 0;
}
.breadcrumb-style-two.banner-right {
text-align: right;
}
.breadcrumb-style-two.banner-center {
text-align: center;
}
.hanor-breadcrumbs ul {
padding: 0;
list-style: none;
margin: 0;
color: #ffffff;
}
.hanor-breadcrumbs.breadcrumb-two ul,
.hanor-breadcrumbs.breadcrumb-two a {
color: #232323;
font-size: 15px;
}
.hanor-breadcrumbs.breadcrumb-two a:hover {
color: #87c818;
}
.hanor-breadcrumbs ul li {
display: inline-block;
}
.hanor-breadcrumbs ul li:after {
content: '/';
padding: 0 5px;
font-size: 13px;
}
.hanor-breadcrumbs ul li:last-child:after {content: none;}
.hanor-breadcrumbs a {
color: #ffffff;
}
.hanor-breadcrumbs a:hover {
color: #87c818;
} .mean-container a.meanmenu-reveal {
font-size: 16px;
text-indent: 0;
}
.mean-container .mean-nav ul li a.mean-expand {
background: #232323;
padding: 10px !important;
width: 28px;
height: 28px;
line-height: 28px;
border: none !important;
color: #fff;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: #2d2d2d;
color: #ffffff;
}
.mean-container .mean-nav ul li a:hover {
background: transparent;
color: #ffffff;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mean-container .mean-bar {
float: left;
width: 100%;
position: absolute;
background: transparent;
padding: 0;
min-height: 42px;
z-index: 4;
top: 0;
left: 0;
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 18px;
padding: 10px 13px 10px 13px;
position: absolute;
top: 45px;
transform: translateY(-50%);
cursor: pointer;
color: #333333;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}
.hanor-main-wrap.transparent-header .mean-container a.meanmenu-reveal {
background: #fff;
}
.mean-container .mean-nav ul li a {
padding: 14px 0px 14px 20px !important;
display: block;
width: calc(100% - 20px);
}
.mean-container .mean-nav ul li li a {
width: calc(100% - 50px);
opacity: 1;
padding: 14px !important;
margin: 0 0px 0 20px;
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li li li a {
width: calc(100% - 60px);
margin: 0 0px 0 30px;
}
.mean-container .mean-nav ul li li li li a {
width: calc(100% - 70px);
margin: 0 0px 0 40px;
}
.mean-nav ul.main-menu.nav.nav-bar li {
border-bottom: 1px solid;
}
.mean-container .mean-nav ul {
position: relative;
left: 0;
background: transparent;
}
.hanor-header .mean-container .dropdown-nav > li.active > a {
background: transparent;
color: #ffffff;
}
.hanor-header .mean-container .dropdown-nav > li:hover > a,
.hanor-header .mean-container .dropdown-nav > li:focus > a {
background: #161616;
color: #ffffff;
}
.hanor-header .mean-container .dropdown-nav > li:hover > a.mean-expand,
.hanor-header .mean-container .dropdown-nav > li:focus > a.mean-expand {
background: #232323;
}
.mean-container .mean-nav {
float: left;
width: 100%;
background: #161616;
margin-top: 89px;
overflow: hidden;
overflow-y: auto;
max-height: 60vh;
}
.mean-container .mean-nav::-webkit-scrollbar {
width: 7px;
}
.mean-container .mean-nav::-webkit-scrollbar-thumb {
background-color: #2e2e2e;
outline: none;
border-radius: 10px;
}
.mean-container .mean-nav::-webkit-scrollbar-track {
box-shadow: none;
background: #212121;
}
.mean-container .hanor-navigation {
display: none !important;
}
.mean-container .header-contents {
display: none;
}
.mean-container .header-links-right, .mean-container .header-links-wrap {
display: none;
}
.hav-mean-menu .menu-wraper {
display: none;
} .mean-container a.meanmenu-reveal span {
display: block;
background: #333;
height: 2px;
margin-top: 3px;
transform: rotate(0deg);
-webkit-transition: all 3s;
-o-transition: all 3s;
transition: all 3s;
}
.mean-container a.meanmenu-reveal.meanclose span {
margin-top: 8px;
transform: rotate(-45deg);
}
.mean-container a.meanmenu-reveal span:before {
content: "";
display: block;
background: #333;
height: 2px;
margin-top: 3px;
position: relative;
top: 10px;
transform: rotate(0deg);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.mean-container a.meanmenu-reveal span:after {
content: "";
display: block;
background: #333;
height: 2px;
margin-top: 3px;
}
.header-hanor-style-three.header-hanor-style-five.hav-mean-menu .hanor-header .logo-wraper {
padding-bottom: 0;
} .mean-container a.meanmenu-reveal.meanclose span:before {
content: "";
display: block;
background: #333;
height: 2px;
margin-top: 3px;
position: relative;
top: 0px;
transform: rotate(-90deg);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.mean-container a.meanmenu-reveal.meanclose span:after {
content: none;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}  .hanor-navigation {
display: inline-block !important;
vertical-align: middle;
padding-right: 7px;
font-weight: 600;
font-size: 12px;
letter-spacing: 0.15px;
text-transform: uppercase;
}
.hanor-navigation > ul {
display: inline-block;
vertical-align: middle;
padding: 0;
margin: 0;
list-style: none;
}
.hanor-navigation > ul > li {
float: left;
position: relative;
}
.hanor-navigation > ul > li > a {
display: inline-block;
padding: 36px 25px;
}
.current-menu-ancestor > a,
.current-menu-parent > a {
color: #04448e;
}
.hanor-navigation > ul > li:hover > a,
.hanor-navigation > ul > li > a:hover {
color: #04448e;
}
.dropdown-nav .current-menu-parent > a {
color: #fff;
}
.hanor-navigation > ul > li.active > a .menu-separator {
opacity: 1;
}
.hanor-navigation > ul > li.has-dropdown > a .menu-text:after,
.hanor-navigation > ul > li.has-dropdown.wpml-ls-item > a:after {
display: inline-block;
padding-left: 4px;
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f107";
-webkit-transition: all ease .3s; */
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-navigation ul > li > a .menu-text {
display: block;
overflow: hidden;
}
.hanor-navigation ul > li > a .menu-text-wrap {
display: inline-block;
position: relative;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-navigation ul > li:hover > a .menu-text-wrap {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.menu-text-wrap:before {
position: absolute;
top: 100%;
left: 0;
content: attr(data-hover);
z-index: 1;
}
.menu-separator {
position: absolute;
bottom: -1px;
left: 50%;
width: 100%;
height: 4px;
content: "";
opacity: 0;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
}
.hanor-navigation .has-dropdown.sub .dropdown-nav {
top: 0;
left: 100%;
}
.dropdown-nav {
display: none;
position: absolute;
top: 100%;
left: 25px;
min-width: 200px;
padding: 18px 0 16px;
background: #161616;
list-style: none;
z-index: 3;
white-space: nowrap;
}
.dropdown-nav > li {
position: relative;
}
.dropdown-nav > li > a {
display: block;
padding: 8px 40px 9px 25px;
color: #aaaaaa;
position: relative;
}
.dropdown-nav > li.current-menu-ancestor > a {
color: #ffffff;
}
.dropdown-nav > li.has-dropdown > a:after {
position: absolute;
top: 50%;
right: 23px;
font-weight: 300;
font-size: 18px;
content: "+";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.dropdown-nav > li.has-dropdown:hover > a:after {
content: "-";
}
.dropdown-nav > li:hover > a, .dropdown-nav > li.active > a {
color: #ffffff;
}
.hanor-dnt-transparent-header .hanor-header .hanor-navigation .dropdown-nav .current-menu-ancestor > a,
.hanor-dnt-transparent-header .hanor-header .hanor-navigation .dropdown-nav .current-menu-parent > a {
color: #ffffff;
} .hanor-fullscreen-navigation {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #ffffff;
overflow-y: auto;
text-align: center;
-webkit-transition: all ease .8s;
-ms-transition: all ease .8s;
transition: all ease .8s;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
z-index: 5;
}
.hanor-fullscreen-navigation .hanor-navigation {
padding: 80px 0;
font-weight: 700;
}
.hanor-fullscreen-navigation .hanor-navigation > ul > li {
float: none;
}
.hanor-fullscreen-navigation .hanor-navigation > ul > li.has-dropdown > a .menu-text:after {
display: none;
}
.hanor-fullscreen-navigation .dropdown-nav {
position: static;
min-width: 100%;
padding: 0;
background: none;
}
.hanor-fullscreen-navigation .dropdown-nav > li > a {
padding: 8px 25px 9px;
color: inherit;
}
.hanor-fullscreen-navigation .dropdown-nav > li > a:after {
right: 10px;
}
.close-btn {
position: absolute;
top: 50px;
right: 50px;
z-index: 5;
}
.close-btn a {
display: inline-block;
vertical-align: middle;
width: 50px;
height: 50px;
background: #ebebeb;
border: 1px solid #e0e0e0;
position: relative;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.close-btn a:hover {
border-color: transparent;
}
.close-btn a:hover:before, .close-btn a:hover:after {
background: #ffffff;
}
.close-btn a:before, .close-btn a:after {
position: absolute;
top: 50%;
left: 50%;
width: 17px;
height: 2px;
background: #999999;
content: "";
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
z-index: 1;
}
.close-btn a:after {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
transform: translateX(-50%) translateY(-50%) rotate(-45deg);
} .hanor-toggle {
display: none;
vertical-align: middle;
padding-left: 7px;
}
.hanor-toggle.active {
display: inline-block;
}
.hanor-toggle-link {
display: inline-block;
vertical-align: middle;
height: 13px;
}
.toggle-separator {
display: inline-block;
vertical-align: top;
width: 14px;
height: 3px;
margin-top: 4px;
background: #747474;
position: relative;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.mean-container .hanor-sidebar-toggle,
.mean-container .hanor-full-wrap .hanor-sidebar-toggle {
display: none;
}
.admin-bar .hanor-header-three.mean-container .mean-bar {
top: 32px;
}
.toggle-separator:before, .toggle-separator:after {
position: absolute;
top: -5px;
right: 0;
width: 100%;
height: 3px;
background: #747474;
content: "";
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
}
.toggle-separator:after {
top: 5px;
} .hanor-back-top {
position: fixed;
bottom: -50px;
right: 15px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 2;
}
.hanor-back-top.active {
bottom: 15px;
}
.hanor-back-top a {
display: block;
width: 40px;
height: 40px;
padding: 6px;
font-size: 18px;
text-align: center;
background: #444444;
color: #ffffff;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.hanor-back-top a:hover {
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
color: #ffffff;
} .hanor-preloader {
display: table;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #222222;
text-align: center;
z-index: 4;
}
.loader-wrap {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.loader {
display: inline-block;
vertical-align: middle;
} .hanor-main-wrap .hanor-fullscreen-navigation .hanor-navigation > ul > li > a {
vertical-align: middle;
padding: 22px 0;
font-size: 36px;
line-height: 1;
}
.fullscreen-navigation-open {
overflow: hidden;
}
.fullscreen-navigation-open .hanor-fullscreen-navigation {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.has-sidebarnav {
overflow-x: hidden;
}
.has-sidebarnav .header-links-wrap {
display: none;
}
.safari .swiper-container, .safari .hanor-banner {
min-height: 10px;
}  span.top-link {
padding: 0px 20px 0 0px;
margin: 2px 0 0;
display: inline-block;
float: left;
}
span.top-link a {
color: #a8a8a8;
}
.header-contents span.top-link a,
.header-contents span.top-link span {
font-weight: 500;
}
span.top-link a:hover {
color: #87c818;
}
span.top-link a i {
padding-right: 3px;
}
.hanor-topbar {
padding: 10px 0;
font-size: 13px;
border-bottom: 1px solid #2b2b2b;
background-color: #1c1f26;
color: #fff;
display: inline-block;
width: 100%;
}
.hanor-topbar ul {
display: inline-block;
padding: 0;
margin: 0;
color: #fff;
font-size: 14px;
letter-spacing: -0.05px;
list-style: none;
}
.hanor-topbar ul > li {
display: inline-block;
vertical-align: middle;
padding-right: 24px;
}
.hanor-topbar ul.address-info > li {
display: inline-block;
vertical-align: middle;
padding-right: 24px;
font-weight: 500;
}
.hanor-topbar ul > li:last-child {
padding-right: 0;
}
.hanor-topbar ul > li > a {
color: #fff;
}
.hanor-topbar ul > li [class*="pe-7s-"] {
padding: 0 4px 1px 0;
}
.hanor-topbar ul > li .fa {
vertical-align: middle;
padding-right: 3px;
}
.top-wpml {
text-transform: capitalize;
}
.hanor-topbar [class*="pull-"] {
position: relative;
}
.hanor-topbar .hanor-social a {
margin: 2px 14px 2px 0;
color: #fff;
}
.hanor-topbar .hanor-social a:last-child {
margin-right: 0;
}
.hanor-topbar .nice-select, .hanor-topbar select {
display: inline-block;
width: auto;
height: 18px;
padding: 0;
margin-bottom: 0;
font-size: 13px;
background-color: transparent;
color: #9f9f9f;
border: none;
}
.hanor-topbar .nice-select:after {
display: none;
}
.hanor-topbar .nice-select .list {
min-width: 120px;
}
.hanor-topbar .nice-select .option {
display: block;
padding: 10px 15px;
}
.hanor-topbar .nice-select .option:after {
display: none;
}
.hanor-topbar .search-link {
padding: 0;
}
.hanor-topbar .search-link a {
color: #a8a8a8;
}
.hanor-topbar .search-link a .fa {
vertical-align: middle;
}
.hanor-topbar .address-info .info-list a {
color: #fff;
} .hanor-dark-topbar .hanor-topbar {
padding: 11px 0;
background: #292929;
color: #9e9e9e;
border-bottom: 1px solid #292929;
}
.hanor-dark-topbar .hanor-topbar ul {
color: inherit;
font-weight: 500;
font-size: 13px;
}
.hanor-dark-topbar .hanor-topbar ul > li {
padding: 0 10px 0 0;
margin-right: 7px;
border-right: 1px solid #9e9e9e;
}
.hanor-dark-topbar .hanor-topbar ul > li:last-child {
padding-right: 0;
margin-right: 0;
border-right: none;
}
.hanor-dark-topbar .hanor-topbar .hanor-social a {
color: #9f9f9f;
} .hanor-gray-topbar .hanor-topbar {
padding: 11px 0;
background: #f7f7f7;
color: #9e9e9e;
border-bottom: none;
}
.hanor-gray-topbar .hanor-topbar ul {
color: #999999;
font-weight: 300;
font-size: 13px;
}
.hanor-gray-topbar .hanor-topbar ul > li {
padding: 0;
}
.hanor-gray-topbar .hanor-topbar ul > li:last-child:after {
display: none;
}
.hanor-gray-topbar .hanor-topbar ul > li:after {
display: inline-block;
vertical-align: middle;
width: 2px;
height: 2px;
margin: 0 10px 0 10px;
background: #999999;
content: "";
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}  .hanor-header {
background: transparent;
display: inline-block;
width:100%;
-webkit-transition: background ease .3s, box-shadow ease .3s;
-ms-transition: background ease .3s, box-shadow ease .3s;
transition: background ease .3s, box-shadow ease .3s;
z-index: 4;
}
.hanor-header-right {
float: right;
position: relative;
}
.header-links-wrap {
display: inline-block;
vertical-align: middle;
padding: 5px 0;
margin: 29px 0 30px;
font-size: 13px;
z-index: 3;
}
.header-links-wrap a {
color: #a8a8a8;
}
.search-link {
display: inline-block;
vertical-align: middle;
padding-right: 7px;
}
.search-box {
display: none;
position: absolute;
top: 100%;
right: 0;
width: 450px;
padding: 20px;
background: #ffffff;
border: 1px solid #eeeeee;
-webkit-border-radius: 60px;
-ms-border-radius: 60px;
border-radius: 60px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-webkit-transition: -webkit-transform ease .4s;
-ms-transition: -ms-transform ease .4s;
transition: transform ease .4s;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
z-index: 4;
}
.search-box.open {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.search-box form p {
position: relative;
}
.search-box input[type="text"] {
padding-right: 80px;
margin-bottom: 0;
}
.search-box input[type="submit"] {
position: absolute;
top: 0;
right: 0;
min-width: 70px;
padding: 9px;
margin-top: 0;
font-family: FontAwesome;
font-weight: normal;
font-size: 14px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.cart-link {
display: inline-block;
vertical-align: middle;
padding: 0 7px;
font-size: 15px;
}
.hanor-topbar .cart-link {
float: left;
padding: 0 12px 0 8px;
}
.hanor-topbar .cart-link a, .hanor-topbar .search-link a {
color: #ffffff;
}
.hanor-topbar .search-link {
float: left;
padding: 0 6px;
}
.hanor-topbar .hanor-social {
float: left;
}
.topbar-search-cart {
display: inline-block;
float: left;
position: relative;
}
.login-link {
display: inline-block;
vertical-align: middle;
padding: 2px 13px 0;
}
.header-buttons a.login-link {
padding-top: 0;
}
a.login-link {
color: #777777;
}
.header-hanor-style-three.header-hanor-style-five a.login-link {
color: #ffffff;
}
a.login-link:hover, .header-hanor-style-three.header-hanor-style-five a.login-link:hover {
color: #87c818;
}
.header-hanor-style-three.header-hanor-style-five .menu-wraper .header-buttons .hanor-btn:hover {
border-color: #ffffff;
color: #ffffff;
}
a.login-link .fa {
padding-right: 3px;
font-size: 14px;
}
.header-buttons {
display: inline-block;
vertical-align: middle;
padding: 25px 0 24px 0;
position: relative;
z-index: 3;
}
.header-buttons .hanor-btn {
margin-left: 7px;
font-weight: 400;
text-transform: none;
}
.header-buttons .hanor-btn, .header-buttons a.login-link {
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
}
.header-buttons a.login-link {
color: #333333;
} .is-sticky .hanor-header {
background: #ffffff;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
} .hanor-transparent-header .sticky-wrapper,
.hanor-transparent-header .hanor-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 3;
}
.hanor-transparent-header .is-sticky .hanor-header {
background: rgba(0, 0, 0, 0.85);
}
.hanor-transparent-header .hanor-header {
border-bottom: 1px solid rgba(240, 240, 240, 0.2);
}
.admin-bar .hanor-main-wrap.hanor-transparent-header {
position: relative;
}
.hanor-transparent-header .hanor-brand {
padding: 31px 0;
}
.hanor-transparent-header .dark-brand {
display: none;
}
.hanor-transparent-header .light-brand.brand-1x {
display: block;
}
.hanor-transparent-header .hanor-header-right .hanor-navigation > ul > li > a {
padding-top: 38px;
padding-bottom: 38px;
color: #ffffff;
}
.hanor-transparent-header .hanor-header-right .hanor-navigation > ul > li.current-menu-parent > a {
color: #87c818;
}
.hanor-header .hanor-navigation > ul > li.current-menu-ancestor > a,
.header-hanor-style-three.header-hanor-style-five .hanor-navigation > ul > li.current-menu-ancestor > a {
color: #87c818;
}
.hanor-transparent-header .hanor-header-right .hanor-navigation > ul > li.current-menu-parent > a .menu-separator {
opacity: 1;
}
.hanor-transparent-header .header-links-wrap {
margin-top: 31px;
margin-bottom: 31px;
}
.header-hanor-style-two.hanor-transparent-header .header-links-wrap {
margin-top: 40px;
}
.hanor-transparent-header .header-links-wrap a {
color: #ffffff;
}
.hanor-transparent-header .toggle-separator, .hanor-transparent-header .toggle-separator:before, .hanor-transparent-header .toggle-separator:after {
background: #ffffff;
}
.hanor-transparent-header .header-buttons {
padding: 26px 0;
} .hanor-fullwidth-header .hanor-header {
padding: 0 80px;
}
.hanor-fullwidth-header .hanor-header .container {
width: 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
} .hanor-fullwidth-topbar .hanor-topbar {
padding: 10px 80px;
}
.hanor-fullwidth-topbar .hanor-topbar .container {
width: auto;
padding: 0;
} .hanor-center-header .hanor-header {
text-align: center;
}
.hanor-center-header .hanor-brand {
float: none;
padding: 31px 0 30px;
}
.hanor-center-header .hanor-navigation > ul > li > a {
padding-top: 14px;
padding-bottom: 14px;
}
.hanor-center-header .hanor-navigation-wrap .dropdown-nav {
text-align: left;
}
.hanor-center-header .header-links-wrap {
margin: 7px 0 8px;
}
.hanor-center-header .header-buttons {
padding: 0;
}
.hanor-navigation-wrap {
border-top: 1px solid #f7f7f7;
}
.header-center-wrap {
display: inline-block;
position: relative;
}  .hanor-banner {
height: 900px;
min-height: 900px;
max-height: 900px;
background-color: #f8f8f8;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
.caption-wrap {
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
color: #ffffff;
text-align: center;
}
.caption-wrap *:nth-child(2n) {
animation-delay: 1s;
}
.caption-wrap *:nth-child(3n) {
animation-delay: 2s;
}
.caption-wrap-inner {
max-width: 950px;
margin: 0 auto;
}
.hanor-banner.hav-particles .caption-wrap-inner {
position: relative;
z-index: 4;
}
.caption-wrap-inner p {
padding: 10px 0;
color: #f9f9f9;
font-size: 19px;
line-height: 30px;
}
.caption-wrap-inner h2 {
font-size: 65px;
line-height: 72px;
}
.slider-cnt-left .caption-wrap-inner {
text-align: left;
float: left;
}
.slider-cnt-right .caption-wrap-inner {
text-align: right;
float: right;
}
.caption-wrap-inner .hanor-btns-group {
padding: 27px 0;
}
.caption-wrap-inner .hanor-btns-group a {
margin: 5px;
}
.caption-wrap-inner .hanor-btns-group .hanor-video-btn-wrap {
color: #ffffff;
}
.caption-title {
padding: 15px 0;
letter-spacing: -0.2px;
}
.caption-title .text-italic {
font-weight: 700;
}
.hanor-video-wrap {
display: inline-block;
vertical-align: middle;
position: relative;
}
.hanor-video-iframe {
width: 100%;
display: block;
}
.hanor-video-iframe iframe {
width: 100%;
display: block;
min-height: 300px;
}
.hanor-video-wrap:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(35, 35, 35, 0.5);
content: "";
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
z-index: 0;
}
.hanor-video-wrap img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.hanor-video-wrap .hanor-video-btn-wrap {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 1;
}
.hanor-video-btn-wrap {
display: inline-block;
}
.hanor-video-btn-wrap:hover .video-btn {
color: #ffffff;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.hanor-video-btn-wrap:hover .video-btn-title:after {
width: 0;
}
.hanor-video-btn-wrap img {
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-video-btn-wrap:hover img {
opacity: 0.9;
}
.video-btn {
display: inline-block;
vertical-align: middle;
width: 78px;
height: 78px;
background: #ffffff;
color: #87c818;
font-size: 18px;
position: relative;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.video-btn i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 1;
}
.video-btn-title {
display: block;
padding-top: 15px;
font-size: 15px;
letter-spacing: -0.05px;
position: relative;
}
.video-btn-title:after {
position: absolute;
bottom: 2px;
right: 0;
width: 100%;
height: 1px;
background: #ffffff;
content: "";
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
} .hanor-helps {
text-align: center;
}
.hanor-helps div:first-child > .help-item {
-webkit-border-radius: 5px 0 0 5px;
-ms-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.hanor-helps div:last-child > .help-item {
border-right: 1px solid #eeeeee;
-webkit-border-radius: 0 5px 5px 0;
-ms-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.hanor-helps [class*="col-"] {
float: none;
display: inline-flex;
margin: 0 auto;
}
.hanor-helps .hanor-btns-group {
padding-top: 80px;
}
.hanor-section-title {
max-width: 750px;
padding-bottom: 45px;
margin: 0 auto;
text-align: center;
}
.related-projects .hanor-section-title {
padding-bottom: 70px;
}
.hanor-section-title p {
font-size: 19px;
line-height: 30px;
}
.hanor-section-title h2 {
font-size: 34px;
}
.related-projects .hanor-section-title h2 {
font-weight: 600;
}
.section-title {
padding-bottom: 8px;
letter-spacing: -0.2px;
}
.help-item {
padding: 76px 55px 60px;
margin-bottom: -1px;
background: #ffffff;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.col-md-3 .help-item {
padding: 0 30px;
}
.help-item .hanor-icon [class*="pe-7s"],
.help-item .hanor-icon i {
display: inline-block;
vertical-align: middle;
font-size: 64px;
}
.help-item.hanor-hover {
background: transparent;;
}
.help-item .hanor-icon {
padding-bottom: 34px;
}
.help-item h4 {
font-size: 16px;
}
.help-title {
padding-bottom: 12px;
} .hanor-skills {
padding: 150px 0 100px;
background: #f9f9f9;
text-align: center;
}
.hanor-skills .hanor-section-title {
padding-bottom: 72px;
}
.skill-item {
padding-bottom: 45px;
text-align: center;
}
.skill-item h4 {
font-size: 16px;
line-height: 22px;
}
.skill-title {
padding-top: 20px;
color: #323232;
font-weight: 600;
text-align: center;
} .hanor-skills.skills-style-two {
padding: 160px 0;
background: none;
text-align: left;
}
.hanor-skills.skills-style-two .hanor-section-title {
max-width: none;
padding-bottom: 69px;
text-align: left;
}
.skills-info-wrap {
padding-left: 57px;
}
.small-circle-progressbar .skill-item {
display: inline-block;
padding-bottom: 25px;
width: 100%;
}
.small-circle-progressbar .skill-title {
padding-top: 15px;
} .hanor-register-error {
margin-bottom: 8px;
}
.hanor-signup {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
}
.hanor-signup input[type="text"], .hanor-signup input[type="email"], .hanor-signup input[type="password"], .hanor-signup input[type="tel"], .hanor-signup input[type="search"], .hanor-signup input[type="date"], .hanor-signup input[type="time"], .hanor-signup input[type="datetime-local"], .hanor-signup input[type="month"], .hanor-signup input[type="url"], .hanor-signup input[type="number"], .hanor-signup textarea, .hanor-signup select, .hanor-signup .form-control {
background-color: #efefef;
border-color: transparent;
}
.hanor-signup form input[type="submit"] {
margin-top: 30px;
}
.hanor-signup.have-bg form input[type="submit"] {
margin-top: 10px;
}
.hanor-signup .parallax-overlay {
background: rgba(35, 35, 35, 0.5);
}
.hanor-signup .hanor-section-title {
padding-bottom: 58px;
}
.hanor-signup .hanor-section-title p {
color: #efefef;
}
.hanor-signup.have-bg .hanor-container {
padding: 55px 60px;
border-radius: 5px;
} .service-item {
padding-bottom: 30px;
}
.service-item.hanor-hover .hanor-image:before {
top: 100%;
}
.service-item [class*="pe-7s-"] , .service-item span.fa, .service-item .hanor-icon span {
font-size: 53px;
}
.service-item .hanor-image {
display: inline-block;
vertical-align: top;
overflow: hidden;
clear: both;
position: relative;
}
.services-style-one .hanor-icon-image.hanor-image,  .services-style-one .service-info-wrap .hanor-icon {
float: left;
height: 100%;
}
.services-style-one.hanor-stunning-services .service-info-wrap .hanor-icon {
float: none;
}
.service-item .hanor-image:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(35, 35, 35, 0.03);
content: "";
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
}
.services-style-one .service-item .hanor-image:before {
background: none;
}
.service-item .hanor-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.service-info {
padding-top: 29px;
}
.services-style-one .service-info-wrap {
padding-top: 29px;
}
.services-style-one .service-info {
padding-top: 0;
padding-left: 25px;
overflow: hidden;
}
.service-info h4 {
font-size: 20px;
line-height: 27px;
}
.service-title {
padding-bottom: 12px;
color: #323232;
}
.service-title a {
color: inherit;
}
.services-style-five .service-item .hanor-image:before {
background: none;
} .hanor-clients {
text-align: center;
border-radius: 2px;
}
section.hanor-clients.client-style-one .owl-carousel .owl-stage-outer {
border: 1px solid #dfdfdf;
}
.hanor-clients .owl-item {
display: inline-block;
border-right: 1px solid #dfdfdf;
}
.hanor-clients .owl-item:last-child {
border-right: 1px solid #dfdfdf;
}
.client-item {
display: inline-block;
}
.client-item img {
opacity: 0.6;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.client-item.hanor-hover img {
opacity: 1;
} .hanor-clients.clients-style-two {
padding: 0;
background: none;
}
.clients-style-two .clients-wrap {
padding: 100px 0 160px;
border-top: 1px solid #f0f0f0;
} .hanor-testimonials {
padding: 67px 0 73px;
text-align: center;
}
.hanor-testimonials p {
color: inherit;
font-size: 20px;
line-height: 32px;
margin-top: 5px;
}
.testimonial-author {
padding-top: 22px;
}
.testimonial-author h4 {
font-size: 16px;
line-height: 22px;
}
.testimonial-author-name {
padding-bottom: 6px;
}
.testimonial-author-name span {
display: inline-block;
position: relative;
}
.testimonial-author-name span:before, .testimonial-author-name span:after {
display: inline-block;
padding: 0 5px;
content: "-";
}
.hanor-rating {
color: #cccccc;
font-weight: 600;
font-size: 12px;
letter-spacing: -0.35px;
}
.testimonial-author-position {
font-size: 17px;
color: #777777;
font-weight: 400;
}
.with-featured-image .hanor-image {
width: 64px;
margin: 0 auto;
padding-bottom: 15px;
}
.with-featured-image .hanor-image img {
border-radius: 100px;
}
.with-featured-image .testimonial-author {
padding-bottom: 12px;
} .hanor-testimonials.testimonials-style-two {
padding: 67px 0 0;
text-align: left;
}
.hanor-testimonials.testimonials-style-two p {
color: #777777;
font-size: 18px;
font-style: normal;
}
.testimonials-style-two .hanor-section-title {
max-width: none;
padding-bottom: 10px;
text-align: left;
}
.testimonials-style-two .testi-content {
background: #fff;
padding: 55px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-right: 7px;
position: relative;
}
.testimonials-style-two .testi-content:before {
content: "\A";
border-style: solid;
border-width: 10px 15px 10px 0;
border-color: transparent #ffffff transparent transparent;
position: absolute;
left: -15px;
top: 50%;
}
.testimonials-style-two .owl-carousel .owl-dot.active {
background: #04448e;
}
.testimonials-style-two .hanor-section-title h2 {
font-size: 30px;
padding-bottom: 0;
}
.testimonials-style-two .testimonial-author {
display: inline-block;
padding-top: 14px;
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/icons/icon5@3x.png);
background-position: 50% 100%;
background-repeat: no-repeat;
background-size: 43px auto;
}
.testimonials-style-two .testimonial-author-name span:before, .testimonials-style-two .testimonial-author-name span:after {
display: none;
}
.testimonials-style-two .hanor-rating {
font-size: 13px;
}
.testimonial-author-image {
float: left;
width: 45%;
padding: 0 15px;
}
.testimonial-author-quote {
float: left;
width: 55%;
padding-bottom: 48px;
} .hanor-blogs {
padding: 150px 0 160px;
}
.hanor-blogs .hanor-btns-group {
padding-top: 70px;
text-align: center;
}
.blog-item {
display: inline-block;
vertical-align: top;
margin-bottom: 30px;
position: relative;
width: 100%;
}
.blogs-style-five .blog-item .hanor-image img {
height: 310px;
}
.blogs-style-four .blog-item {
min-height: 300px;
}
.blogs-style-four a .hanor-image img {
border-radius: 5px;
}
.blog-item.hanor-hover .blog-info {
background: rgba(0, 0, 0, 0.3);
color: #ffffff;
}
.blog-item.hanor-hover .blog-info a {
color: #ffffff;
}
.blog-item.hanor-hover .blog-info .blog-meta a {
transition: none;
}
.blog-item.hanor-hover .blog-info a:hover {
opacity: 0.85;
}
.blog-item.hanor-hover .blog-info p {
color: #cbcbcb;
}
.blog-item.hanor-hover .blog-meta {
color: #f9f9f9;
}
.blogs-style-four .blog-item.hanor-hover .blog-info .blog-meta .blog-meta-item {
color: #ffffff;
}
.blog-item.hanor-hover .blog-meta-item:after {
background: #ffffff;
}
.blog-item > .hanor-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-blog-post .blog-item .hanor-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.blogs-style-three .hanor-blog-post .blog-item .hanor-image img {
width: 100%;
}
.blog-info {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 40px 28px 33px;
background: #f9f9f9;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
}
.blog-info h4 {
font-size: 20px;
line-height: 27px;
}
.blog-info-wrap {
min-height: 187px;
}
.blogs-style-four .col-md-6 .blog-info-wrap {
min-height: 150px;
}
.blog-title {
padding-bottom: 12px;
}
.blog-meta {
padding: 0 4px;
color: #777777;
font-style: italic;
line-height: 22px;
}
.blogs-style-five .blog-meta {
padding: 0;
font-size: 16px;
}
.blog-meta a {
color: inherit;
}
.hanor-header-three .blog-meta a {
color: #777777;
}
.blog-info .blog-meta a {
transition: none;
}
.blog-detail-wrap .blog-meta a {
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.blog-detail-wrap .blog-meta a:hover {
color: #000000;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.blog-meta .hanor-image {
display: inline-block;
vertical-align: middle;
padding-right: 12px;
}
.hanor-blog-post .blog-meta .hanor-image img, .hanor-blog-post .blog-item .blog-meta .honar-image img,
.blogs-style-two .blog-item .blog-meta .hanor-image img {
max-width: 52px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.blog-meta-item {
display: inline-block;
vertical-align: middle;
margin-right: 6px;
}
.blog-meta-item:last-child:after {
display: none;
}
.blog-meta-item:after {
display: inline-block;
vertical-align: middle;
width: 2px;
height: 2px;
margin-left: 8px;
background: #777777;
content: "";
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.blog-author-name {
font-weight: 500;
font-style: normal;
}
.blog-detail-wrap .blog-meta i {
padding-right: 6px;
} .blogs-style-two .blog-item {
margin-bottom: 50px;
min-height: 260px;
}
.blogs-style-two .blog-item > .hanor-image {
position: relative;
}
.blogs-style-two .blog-item > .hanor-image:before {
content: "";
background-color: rgba(0, 0, 0, 0.4);
position: absolute;
height: 100%;
width: 100%;
border-radius: 5px;
}
.blogs-style-two .blog-item.hanor-hover .blog-info p {
color: #ffffff;
}
.blogs-style-two .blog-info {
padding: 30px;
background: transparent;
color: #222222;
}
.blogs-style-two h4.blog-title {
padding-bottom: 0;
}
.blogs-style-two .hanor-blog-post .blog-info {
background: rgba(35, 35, 35, 0.45);
}
.blogs-style-two .hanor-blog-excerpt {
color: #ffffff;
}
.blogs-style-two.have-border .blog-info {
border: 1px solid #e3e3e3;
border-radius: 0;
padding: 15px 28px;
}
.blogs-style-two.have-border .blog-item > .hanor-image img {
border-radius: 5px 5px 0 0;
}
.blogs-style-three.have-border .blog-info {
border: 1px solid #e3e3e3;
}
.blogs-style-two .hanor-link a, .blogs-style-two .hanor-link a:hover {
color: #87c818;
}
.blogs-style-two .hanor-link {
padding-top: 8px;
}
.blogs-style-two .blog-item.hanor-hover .blog-info .hanor-link a {
color: #87c818;
}
.blogs-style-two h4.blog-title a {
color: #ffffff;
font-weight: 600;
}
.blogs-style-two .hanor-link a:after {
width: 0;
}
.blogs-style-two .hanor-link a:hover:after {
width: 100%;
color: #87c818;
}
.blogs-style-two .blog-item.hanor-hover .blog-info {
background: transparent;
color: #222222;
}
.blogs-style-two .hanor-blog-post .blog-item.hanor-hover .blog-info {
background: rgba(0, 0, 0, 0.6);
color: #222222;
}
.blogs-style-two img.blogs-two-image {
border-radius: 5px;
}
.blogs-style-two .blog-meta-item:after {
background: #ffffff;
}
.blogs-style-two .blog-info p {
color: #ffffff;
font-size: 20px;
line-height: 30px;
}
.blogs-style-two .blog-info-wrap {
min-height: 10px;
padding-bottom: 12px;
}
.blogs-style-two .blog-meta {
color: #ffffff;
font-size: 15px;
}
.blogs-style-two .blog-meta.blog-meta-top {
position: relative;
top: 0;
font-size: 15px;
font-style: normal;
padding: 0;
padding-bottom: 7px;
}
.blogs-style-two .blog-meta.blog-meta-top a:hover,
.blogs-style-two .blog-meta.blog-meta-top a:focus {
color: #87c818;
}
.blogs-style-two .blog-item.hanor-hover .blog-meta.blog-meta-top a:hover,
.blogs-style-two .blog-item.hanor-hover .blog-meta.blog-meta-top a:focus {
color: #ffffff;
}
.blogs-style-two .blog-meta-top {
padding-bottom: 10px;
}
.blogs-style-two .blog-meta .hanor-image {
padding-right: 17px;
}
.blogs-style-two .blog-meta .hanor-image img {
max-width: 56px;
}
.blogs-style-two .blog-meta .blog-meta-item:after {
width: 5px;
}
.blogs-style-two .hanor-btns-group, .hanor-btns-group {
padding-top: 30px;
display: inline-block;
width: 100%;
}  .toggle-align .promo-primary {
float: right;
order: 2;
}
.hanor-promo.toggle-align .hanor-image {
text-align: right;
}
.promo-item:nth-child(2n) [class*="col-"]:first-child {
float: right;
}
.promo-item .hanor-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.promo-info {
padding: 50px 0;
}
.promo-info p {
font-size: 17px;
line-height: 30px;
}
.promo-info h2 {
font-size: 34px;
line-height: 38px;
}
.promo-info .hanor-btns-group {
padding-top: 22px;
}
.promo-title {
padding-bottom: 15px;
letter-spacing: -0.2px;
}
.promo-info i {
font-size: 55px;
padding-bottom: 25px;
} .hanor-stats span.hanor-counter {
display: inline-block;
text-align: left;
}
.hanor-stats.dhav-value-in.hav-icon span.hanor-counter {
width: 50%;
}
.hanor-stats.no-half-width .stats-item span.hanor-counter {
width: auto;
padding-right: 7px;
}
.hanor-stats.stats-style-two.dhav-value-in.hav-icon span.hanor-counter {
width: auto;
}
.stats-item [class*="pe-7s-"] {
padding: 0 10px 2px 7px;
width: 50%;
text-align: right;
}
.hanor-stats.hav-icon .stats-item [class*="pe-7s-"] {
width: 50%;
}
.hanor-stats.hav-icon.no-half-width .stats-item [class*="pe-7s-"] {
width: auto;
}
.hanor-stats.stats-style-two.dhav-value-in.hav-icon .stats-item [class*="pe-7s-"] {
width: auto;
}
.hanor-stats.dhav-icon .stats-item .hanor-counter {
width: auto;
}
.custom-border {
border-right: 1px solid rgba(255,255,255,0.5);
}
.stats-style-two .stats-item [class*="pe-7s-"] {
width: auto;
text-align: center;
}
.hanor-stats.stats-style-two span.hanor-counter {
width: 100%;
display: inline-block;
text-align: center;
}
.hanor-stats {
color: #ffffff;
}
.wpb_column:last-child .hanor-stats .stats-item {
border-right: none;
}
.stats-item {
padding: 0 15px;
margin-bottom: 54px;
text-align: center;
border-right: 1px solid rgba(255, 255, 255, 0.2)
}
.hide-border .stats-item {
border-right: none;
}
.stats-item h2 {
font-size: 50px;
}
.stats-item h4 {
font-size: 16px;
line-height: 22px;
}
.stats-item [class*="pe-7s-"] {
padding: 0 7px 2px 7px;
font-size: 52px;
}
.stats-number {
padding-bottom: 3px;
font-weight: 500;
}
.stats-title {
padding-bottom: 4px;
color: #fff;
font-weight: 400;
} .stats-style-two .hanor-section-title {
max-width: none;
padding-bottom: 0;
text-align: left;
}
.stats-style-two .stats-item {
display: inline-block;
padding: 0;
border-right: none;
}
.stats-style-two .stats-item h2 {
font-size: 45px;
line-height: 60px;
}
.stats-style-two .stats-item [class*="pe-7s-"] {
display: block;
padding-bottom: 11px;
font-size: 58px;
}
.stats-style-two .stats-number {
padding-bottom: 0;
} .hanor-team {
padding: 0;
text-align: center;
}
.mate-item {
display: inline-block;
vertical-align: top;
padding-bottom: 30px;
width: 100%;
}
.mate-item.hanor-hover .hanor-image img {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.team-style-one .mate-item.hanor-hover .hanor-image img {
box-shadow: none;
}
.team-style-one .mate-item .hanor-image {
background: #f8f8f8;
}
.team-style-one .mate-item.hanor-hover .hanor-image {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.team-style-one .mate-item .hanor-image img {
background: none;
width: 270px;
}
.team-style-one .mate-item .mate-info p {
font-size: 18px;
color: #777777;
}
.team-style-one .mate-item .mate-info {
padding: 23px 10px 20px;
}
.mate-item .hanor-image img {
background: #f8f8f8;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.mate-info {
padding-top: 23px;
}
.mate-info h4 {
line-height: 24px;
}
.mate-info h5 {
font-size: 16px;
line-height: 24px;
color: #444444;
font-weight: 400;
}
.mate-info .hanor-social a {
margin: 3px 6px;
color: #bebebe;
}
.mate-name {
padding-bottom: 1px;
font-weight: 500;
}
h4.mate-name {
font-size: 18px;
}
.mate-designation {
padding-bottom: 7px;
color: #afafaf;
font-weight: 300;
font-style: italic;
}
.hanor-team.team-style-two .mate-designation {
font-style: italic !important;
} .hanor-team .style-seven-width .mate-info {
text-align: left;
}
.hanor-team .style-seven-width .mate-item {
padding-bottom: 0;
}
.hanor-team .style-seven-width h5.mate-designation {
color: #87c818;
font-size: 18px;
}
.hanor-team .style-seven-width h4.mate-name {
font-size: 38px;
line-height: 40px;
font-weight: 600;
padding-bottom: 15px;
}
.style-seven-width {
padding: 40px 0 0;
}
.hanor-team .style-seven-width:nth-child(2n+2) {
background: #f9f9f9;
}
.hanor-team .style-seven-width .hanor-image img {
background: none;
}
.hanor-team .style-seven-width .hanor-hover .hanor-image img {
box-shadow: none;
background: none;
}
.hanor-team .style-seven-width .hav-bg-img .hanor-image {
float: left;
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/team-bg.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
.hanor-team .style-seven-width:nth-child(2n+2) .team-seven-img {
float: right;
order: 2;
}
.hanor-team .style-seven-width:nth-child(2n+2) .team-seven-img .hanor-image {
float: right;
order: 2;
}
.style-seven-width .hanor-social.rounded {
padding-top: 10px;
}
.style-seven-width .hanor-social.rounded a {
background: #36383f;
color: #ffffff;
width: 40px;
height: 40px;
}
.style-seven-width .hanor-social.rounded a:hover {
color: #ffffff;
} .team-style-eight .mate-item .hanor-image img {
background: #ffffff;
}
.team-style-eight .hanor-hover .hanor-image img {
box-shadow: none;
}
.hanor-team.team-style-eight.have-img-border .mate-item .hanor-image img {
border: 1px solid #e5e5e5;
}
.hanor-team.team-style-eight .mate-info {
text-align: left;
}
.hanor-team.team-style-eight .hanor-image {
position: relative;
}
.hanor-team.team-style-eight .hanor-social {
position: absolute;
height: 100%;
width: 100%;
top: 0;
background: #424144;
opacity: 0;
text-align: left;
padding: 30px;
-webkit-transition: all ease .5s;
-ms-transition: all ease .5s;
transition: all ease .5s;
}
.hanor-team.team-style-eight .hanor-social a {
display: inline-block;
width: 100%;
color: #ffffff;
}
.hanor-team.team-style-eight .hanor-social a:hover {
color: #87c818
}
.hanor-team.team-style-eight .hanor-hover .hanor-social {
opacity: 0.8;
-webkit-transition: all ease .5s;
-ms-transition: all ease .5s;
transition: all ease .5s;
}
.hanor-team.team-style-eight a.team-eight-plus-icon {
position: absolute;
bottom: 26px;
margin-bottom: 0;
}
.hanor-team.team-style-eight a.team-eight-plus-icon:before {
content: "";
width: 18px;
height: 1px;
background: #ffffff;
display: block;
}
.hanor-team.team-style-eight a.team-eight-plus-icon:after {
content: "";
background: #ffffff;
width: 1px;
height: 18px;
display: block;
left: 8px;
position: relative;
bottom: 9px;
}
.hanor-team.team-style-eight .hanor-social i {
margin-right: 3px;
min-width: 15px;
} .services-style-two .service-item {
padding: 0 50px 50px 0;
}
.hanor-link {
padding-top: 20px;
font-weight: 600;
font-size: 12px;
letter-spacing: 0.8px;
text-transform: uppercase;
}
.hanor-link a {
display: inline-block;
color: #444444;
position: relative;
}
.hanor-link a:after {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 1px;
background: rgba(68, 68, 68, 0.75);
content: "";
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
} .hanor-works {
padding: 150px 0 81px;
text-align: center;
}
.hanor-works .owl-dots {
padding-top: 30px;
}
.work-item {
display: inline-block;
margin-bottom: 60px;
text-align: center;
}
.related-projects .owl-carousel .item {
text-align: center;
padding-bottom: 10px;
}
.hanor-portfolio-default .owl-carousel .item {
padding-bottom: 10px;
text-align: center;
}
.related-projects .owl-carousel .owl-stage {
margin: 0 auto;
}
.work-category .category-link a:after {
content: ",";
}
.work-category .category-link a:last-child:after {
content: none;
}
.work-item.hanor-hover .work-info {
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}
.work-item.hanor-hover .hanor-image img {
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.work-item .hanor-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.work-info {
padding: 19px 20px 16px;
}
.work-info h4 {
line-height: 24px;
font-size: 18px;
}
.work-info h5 {
font-size: 16px;
line-height: 24px;
}
.work-title {
padding-bottom: 1px;
font-weight: 500;
}
.work-category {
padding-bottom: 1px;
color: #b0b0b0;
font-weight: 300;
font-style: italic;
}
.work-category a {
color: #777777;
font-weight: 400;
}
.category-link:after {
content: ",";
}
.category-link:last-child:after {
content: "";
} .hanor-works.works-style-two {
padding-bottom: 155px;
} .hanor-testimonials.testimonials-style-three {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
}
.testimonials-style-three .parallax-overlay {
background: rgba(0, 0, 0, 0.7);
}
.testimonials-style-three .testimonial-author-name a, .testimonials-style-three .owl-carousel .owl-nav, .testimonials-style-three .hanor-rating {
color: inherit;
}
.testimonials-style-three .testimonial-author-name a:hover, .testimonials-style-three .hanor-rating .fa {
opacity: 0.75;
}
.testimonials-style-three .hanor-rating .active {
color: inherit;
opacity: 1;
} .hanor-free-trail {
padding: 100px 0;
}
.hanor-free-trail form p {
position: relative;
}
.hanor-free-trail input[type="email"] {
padding-right: 210px;
background-color: #f9f9f9;
}
.hanor-free-trail input[type="submit"] {
position: absolute;
top: 0;
right: 0;
margin-top: 0;
}
.hanor-free-trail .hanor-section-title {
padding-bottom: 42px;
}
.offer-alert {
padding-top: 8px;
color: #777777;
font-size: 16px;
line-height: 30px;
letter-spacing: -0.05px;
text-align: center;
}  .hanor-skills.skills-style-three {
padding: 150px 0 97px;
background: none;
text-align: left;
}
.skills-style-three .hanor-section-title {
max-width: none;
padding-bottom: 53px;
text-align: left;
}
.skills-style-three .section-title {
padding-bottom: 25px;
}
.skills-style-three .skills-info-wrap {
padding: 11px 0 0 70px;
}
.work-skill-item {
padding-bottom: 60px;
}
.work-skill-item h4 {
font-size: 20px;
line-height: 27px;
}
.work-skill-item .hanor-icon {
padding-bottom: 24px;
}
.work-skill-title {
padding-bottom: 11px;
}
.progress-items-wrap {
padding: 6px 0 0 52px;
} .hanor-process {
padding: 96px 0 41px;
text-align: center;
}
.hanor-process [class*="col-"] {
display: inline-block;
}
.hanor-process div:last-child > .process-item .process-separator,
.hanor-process div:nth-child(3n+3) > .process-item .process-separator {
display: none;
}
.process-item {
max-width: 260px;
padding: 0 0 40px;
margin: 0 auto;
}
.process-item p {
color: #777;
opacity: 0.65;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.process-item h4 {
font-size: 20px;
line-height: 27px;
color: #323232;
}
.process-item .hanor-icon {
padding-bottom: 29px;
}
.white-c .process-item p,
.white-c .process-item h4,
.white-c .process-item .hanor-icon i {
color: #fff;
}
.process-item .hanor-icon i {
font-size: 64px;
line-height: normal;
color: #87c818;
}
.white-c .process-item.hanor-hover .process-counter-number,
.white-c .hover-active .process-item .process-counter-number {
background: rgba(255, 255, 255, 0.2);
}
.process-item.hanor-hover .process-counter-number {
background: rgba(0, 84, 166, 0.2);
}
.hover-active .process-item .process-separator:before {
width: 100%;
}
.process-item.hanor-hover:hover p,
.hover-active .process-item p {
opacity: 1;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.process-counter {
display: inline-block;
margin-bottom: 32px;
position: relative;
}
.white-c .process-counter-number {
color: #fff;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.1);
}
.process-counter-number {
display: inline-block;
min-width: 40px;
min-height: 40px;
padding: 8px 14px;
color: #87c818;
line-height: 22px;
background: rgba(0, 84, 166, 0.1);
font-weight: 700;
font-size: 15px;
border: 1px solid rgba(0, 84, 166, 0.1);
-webkit-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.process-title {
padding-bottom: 12px;
}
.white-c .process-separator {
background: rgba(255, 255, 255, 0.12);
}
.process-separator {
position: absolute;
top: 50%;
left: 100%;
width: 100%;
height: 1px;
background: rgba(0, 84, 166, 0.12);
content: "";
z-index: 1;
}
.white-c .process-separator:before {
background: rgba(255, 255, 255, 0.15);
}
.process-separator:before {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 1px;
background: rgba(0, 84, 166, 0.15);
content: "";
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
} .hanor-team.team-style-two {
text-align: left;
}
.team-style-two .hanor-section-title {
padding-bottom: 42px;
}
.hanor-team .thumb-flexslider {
max-width: 440px;
margin: 0 auto;
}
.hanor-team .thumb-flexslider img {
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.hanor-team .thumb-flexslider .slides li {
margin: 0 16px;
cursor: pointer;
}
.hanor-team .thumb-flexslider .hanor-image {
position: relative;
}
.hanor-team .thumb-flexslider .hanor-image:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
content: "";
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
}
.hanor-team .thumb-flexslider .flex-active-slide .hanor-image:before {
opacity: 0;
}
.hanor-team .main-flexslider {
padding-top: 59px;
}
.hanor-team .testimonial-author-image {
width: 50%;
text-align: center;
}
.hanor-team .testimonial-author-quote {
width: 50%;
padding: 0 20px 38px 6px;
}
.hanor-team .testimonial-author-quote .hanor-social {
padding-top: 27px;
font-size: 15px;
}
.hanor-team .testimonial-author-quote .hanor-social a {
color: #c0bfbf;
}
.hanor-team .testimonial-author-quote p {
font-size: 19px;
line-height: 30px;
}
.hanor-team .testimonial-author {
padding: 0 0 13px;
}
.hanor-team .testimonial-author h4 {
font-size: 20px;
line-height: 27px;
}
.hanor-team .testimonial-author h5 {
font-size: 15px;
line-height: 24px;
}
.hanor-team .testimonial-author .mate-name {
padding-bottom: 0;
font-weight: 600;
}
.hanor-team .testimonial-author .mate-designation {
color: #777777;
font-size: 16px;
} .hanor-quote {
padding: 146px 0 135px;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
text-align: center;
}
.hanor-quote h2 p,
.hanor-quote h2 {
font-size: 45px;
line-height: 55px;
}
.hanor-quote .parallax-overlay {
background: rgba(25, 25, 25, 0.8);
}
.hanor-quote .hanor-video-btn-wrap {
margin-bottom: 18px;
}
.quote-title p,
.quote-title {
font-weight: 500;
letter-spacing: -0.2px;
} .hanor-plans .hanor-section-title {
max-width: 100%;
padding: 60px 30px 0 0;
text-align: left;
}
.hanor-plans .hanor-section-title h2 {
line-height: 45px;
}
.hanor-plans .section-title {
padding-bottom: 43px;
}
.plan-item {
margin: 0 3px 36px;
background: #ffffff;
text-align: center;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.plan-item.hanor-hover {
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.plan-item.hanor-hover .hanor-btn:before {
width: 100%;
}
.plan-title-wrap {
padding: 41px 25px 21px;
border-bottom: 1px solid #f2f2f2;
}
.plan-title-wrap h2 {
font-size: 40px;
line-height: 45px;
}
.plan-title {
padding-bottom: 11px;
font-weight: 500;
}
.plan-price {
letter-spacing: -0.2px;
text-transform: uppercase;
}
.plan-info {
padding: 33px 25px 47px;
}
.plan-info ul {
padding: 0;
margin: 0;
color: #777777;
font-size: 16px;
list-style: none;
}
.plan-info ul li {
padding-bottom: 13px;
}
.plan-info .hanor-btns-group {
padding-top: 21px;
}
.plan-item.pricing-style-two {
border: 1px solid #e5e5e5;
margin-right: 0;
margin-left: 0;
}
.plan-item.pricing-style-two .plan-title-wrap h2 {
color: #04448e;
font-size: 60px;
font-weight: 400;
padding-bottom: 4px;
}
.plan-item.pricing-style-two .plan-title-wrap .plan-title {
padding-bottom: 20px;
}
.plan-item.pricing-style-two .plan-title-wrap {
margin-left: 10%;
margin-right: 10%;
padding-bottom: 35px;
}
.plan-item.pricing-style-two .plan-info ul li {
font-size: 20px;
}  .hanor-professionals-suits {
padding: 160px 0 113px;
text-align: center;
}
.professional-item {
padding: 0 40px 30px;
text-align: center;
}
.professional-item .hanor-image img {
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.professional-info {
padding-top: 20px;
}
.professional-info h4 {
font-size: 20px;
line-height: 27px;
}
.professional-title {
padding-bottom: 11px;
} .hanor-difference {
background: #f9f9f9;
}
.difference-item:nth-child(2n) [class*="col-"]:first-child {
float: right;
}
.difference-item .row {
margin: 0;
}
.difference-item [class*="col-"] {
padding: 0;
}
.difference-item.toggle-align .difference-prim {
float: right;
order: 2;
}
.difference-item .hanor-background {
min-height: 600px;
}
.difference-info {
padding: 142px 22% 150px;
}
.difference-info .hanor-icon span {
font-size: 65px;
}
.difference-info .hanor-icon {
padding-bottom: 15px;
}
.content-center-align .difference-info {
text-align: center;
}
.content-right-align .difference-info {
text-align: right;
}
.difference-info p {
font-size: 19px;
line-height: 30px;
}
.difference-info h2 {
font-size: 34px;
line-height: 45px;
}
h5.difference-sub-title {
font-weight: 500;
}
.difference-info .hanor-btns-group {
padding-top: 22px;
}
.difference-title {
padding-bottom: 17px;
color: #323232;
letter-spacing: -0.2px;
}
.hanor-background {
height: 100%;
background-color: #f8f8f8;
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/backgrounds/background7.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
} .hanor-experience {
padding: 150px 0 160px;
}
.hanor-experience .hanor-section-title {
padding-bottom: 97px;
}
.experience-item {
padding-bottom: 48px;
}
.experience-item .hanor-icon {
float: left;
padding-top: 5px;
}
.experience-item .hanor-icon [class*="pe-7s"],
.experience-item .hanor-icon i {
display: inline-block;
font-size: 58px;
color: #87c818;
max-width: 58px;
}
.experience-info {
overflow: hidden;
padding-left: 30px;
}
.experience-info h4 {
font-size: 16px;
}
.experience-title {
padding-bottom: 12px;
color: #323232;
}
.buy-theme-wrap {
padding-top: 67px;
margin-top: 55px;
text-align: center;
border-top: 1px solid #f6f6f6;
}
.buy-theme-wrap .hanor-btns-group {
padding-top: 12px;
}
.buy-theme-title {
font-weight: 400;
letter-spacing: -0.15px;
} .hanor-subscribe {
padding: 97px 0 94px;
background-color: #f8f8f8;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
}
.vc_parallax .hanor-subscribe {
background: none;
}
.hanor-subscribe input[type="submit"] {
min-width: 250px;
margin: 0 0 19px;
height: 50px;
}
.hanor-subscribe .wpcf7 input[type="submit"] {
height: 50px;
}
.hanor-subscribe .parallax-overlay {
background: rgba(0, 0, 0, 0.7);
}
.hanor-subscribe .hanor-section-title {
padding-bottom: 42px;
}
.hanor-subscribe .hanor-section-title p {
color: #bdbdbd;
}
.hanor-subscribe .hanor-social {
padding-top: 37px;
font-size: 15px;
text-align: center;
}
.hanor-subscribe .hanor-social a {
margin: 0 10px 10px;
color: #d9d9d9;
} .hanor-presentation {
clear: both;
}
.hanor-presentation .hanor-section-title {
max-width: 100%;
padding-bottom: 22px;
text-align: left;
}
.hanor-presentation .hanor-image {
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.hanor-presentation.two .hanor-image {
position: relative;
top: 0;
right: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.hanor-presentation .hanor-image img {
max-width: none;
}
.hanor-presentation .panel-title {
font-size: 16px;
}
.hanor-presentation .panel-title a {
padding: 13px 55px 13px 25px;
}
.hanor-presentation .panel-title a.collapsed {
background: #f8f8f8;
} .hanor-get-app {
text-align: center;
}
.hanor-get-app .hanor-section-title {
max-width: 100%;
padding-bottom: 26px;
}
.hanor-get-app .hanor-btns-group {
padding-top: 10px;
}
.hanor-get-app .hanor-btns-group a {
display: inline-block;
margin: 16px 6px 0;
}
.hanor-get-app .hanor-btns-group a:hover {
opacity: 0.9;
}
.hanor-get-app .hanor-rating {
font-size: 13px;
} .hanor-callout {
padding: 54px 0 50px;
color: #ffffff;
text-align: center;
}
.hanor-callout h2 {
font-size: 38px;
line-height: 55px;
}
.callout-title {
letter-spacing: -0.2px;
}  .hanor-sidebar-nav {
position: fixed;
top: 0;
left: 0;
width: 300px;
height: 100%;
background: #ffffff;
overflow: visible;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
transition: all ease 500ms;
z-index: 4;
}
.admin-bar .hanor-sidebar-nav {
top: 32px;
}
.sidebar-nav-wrap {
display: table;
width: 100%;
height: 100%;
padding: 52px 45px;
}
.sidebarnav-open {
overflow: hidden;
}
.sidebar-nav-wrap .hanor-brand,
.header-hanor-style-two .sidebar-nav-wrap .hanor-brand {
float: none;
padding: 0;
text-align: left;
}
.sidebar-nav-wrap .hanor-navigation,
.header-hanor-style-one .sidebar-nav-wrap .hanor-navigation {
display: block;
padding: 25px 0;
font-size: 14px;
width: 100%;
letter-spacing: 0;
}
.sidebar-nav-wrap .hanor-navigation > ul {
display: block;
}
.sidebar-nav-wrap .hanor-navigation > ul > li {
float: none;
}
.sidebar-nav-wrap .hanor-navigation > ul > li > a {
display: block;
padding: 13px 4px;
border-bottom: 1px solid #f8f8f8;
}
.sidebar-nav-wrap .hanor-navigation > ul > li.has-dropdown > a .menu-text:after {
display: none;
}
.sidebar-nav-wrap .dropdown-nav li {
position: relative;
}
.sidebar-nav-wrap .dropdown-nav {
position: absolute;
min-width: 10px;
background: #ffffff;
padding: 10px 0;
left: 100%;
top: 0;
right: auto;
width: 100%;
min-width: 250px;
white-space: unset;
-webkit-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.1);
box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.1);
}
.sidebar-nav-wrap.right .dropdown-nav {
right: 100%;
left: auto;
}
.sidebar-nav-wrap.right .hanor-navigation .has-dropdown.sub .dropdown-nav {
right: 100%;
left: auto;
}
.sidebar-nav-wrap .hanor-navigation .has-dropdown.sub .dropdown-nav {
border-bottom: none;
}
.sidebar-nav-wrap .dropdown-nav > li > a {
padding: 13px 15px;
border-bottom: 1px solid #e5e5e5;
}
.sidebar-nav-wrap .dropdown-nav > li:last-child > a {
border-bottom: none;
}
.sidebar-nav-wrap .hanor-social a {
color: #b1b1b1;
}
.sidebar-nav-wrap .hanor-copyright {
padding-top: 12px;
color: #999999;
font-size: 16px;
line-height: 26px;
letter-spacing: -0.05px;
}
.sidebar-nav-wrap .hanor-copyright a {
color: inherit;
} .hanor-full-wrap {
position: relative;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
transition: all ease 500ms;
}
.hanor-full-wrap .vc_row {
margin: 0;
}
.hanor-full-wrap .vc_column_container>.vc_column-inner {
padding: 0;
}
.hanor-full-wrap .hanor-sidebar-toggle {
display: none;
padding-left: 0;
}
.hanor-full-wrap .hanor-toggle-link {
position: absolute;
top: 15px;
left: 15px;
width: 42px;
height: 42px;
padding: 14px 13px;
background: #ffffff;
border: 1px solid #ededed;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
z-index: 2;
}
.hanor-full-wrap .hanor-toggle-link.active .toggle-separator {
background: none;
}
.hanor-full-wrap .hanor-toggle-link.active .toggle-separator:before {
-webkit-transform: translateY(5px) rotateZ(-45deg);
-ms-transform: translateY(5px) rotateZ(-45deg);
transform: translateY(5px) rotateZ(-45deg)
}
.hanor-full-wrap .hanor-toggle-link.active .toggle-separator:after {
-webkit-transform: translateY(-5px) rotateZ(45deg);
-ms-transform: translateY(-5px) rotateZ(45deg);
transform: translateY(-5px) rotateZ(45deg)
} .hanor-banner.banner-style-two {
height: 795px;
min-height: 795px;
}
.banner-style-two .caption-wrap {
background: rgba(249, 249, 249, 0.3);
color: inherit;
}
.banner-style-two .caption-title {
padding: 10px 0;
}
.banner-style-two .caption-wrap-inner p {
padding: 8px 0;
color: #777777;
font-style: italic;
}
.banner-style-two .caption-wrap-inner .hanor-btns-group {
padding: 22px 0;
} .hanor-portfolio .work-item {
margin-bottom: 0;
position: relative;
}
.hanor-portfolio .work-item .hanor-image img {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.hanor-portfolio .work-item.hanor-hover .work-info {
opacity: 1;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hanor-portfolio .work-info {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 25px;
background: rgba(0, 0, 0, 0.6);
color: #ffffff;
opacity: 0;
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
}
.hanor-portfolio .work-info a, .hanor-portfolio .work-info .work-category {
color: #ffffff;
}
.hanor-portfolio .work-info .work-category {
font-weight: 400;
}
.hanor-portfolio .work-info a:hover {
opacity: 0.75;
}  .hanor-stories {
padding: 0 15px;
}
.hanor-stories .hanor-section-title {
padding-bottom: 43px;
}
.hanor-blog-detail .owl-carousel .owl-nav,
.hanor-stories .owl-carousel .owl-nav {
color: #ffffff;
}
.hanor-blog-detail .owl-carousel .owl-prev:before, .hanor-blog-detail .owl-carousel .owl-next:before,
.hanor-stories .owl-carousel .owl-prev:before, .hanor-stories .owl-carousel .owl-next:before {
font-size: 35px;
}
.hanor-blog-detail .owl-carousel .owl-prev:before,
.hanor-stories .owl-carousel .owl-prev:before {
left: 40px;
}
.hanor-blog-detail .owl-carousel .owl-next:before,
.hanor-stories .owl-carousel .owl-next:before {
right: 40px;
}
.hanor-blog-detail .owl-dots,
.hanor-stories .owl-dots {
position: absolute;
bottom: 35px;
left: 0;
width: 100%;
z-index: 1;
}
.hanor-blog-detail .owl-dots {
bottom: 70px;
}
.hanor-blog-detail .owl-carousel .owl-dot,
.hanor-stories .owl-carousel .owl-dot {
background: rgba(255, 255, 255, 0.6);
}
.hanor-blog-detail .owl-carousel .owl-dot.active,
.hanor-stories .owl-carousel .owl-dot.active {
background: #ffffff;
}
.hanor-blog-detail .hanor-video-wrap:before {
display: none;
}
.hanor-stories .hanor-subscribe {
padding: 83px 0 74px;
background: #f6f6f6;
color: inherit;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.hanor-stories .hanor-subscribe .hanor-section-title {
padding-bottom: 40px;
}
.hanor-stories .hanor-subscribe .hanor-section-title p {
color: #777777;
}
.hanor-stories .hanor-subscribe .section-title {
padding-bottom: 15px;
}
.story-item {
padding: 5px 0 60px;
margin-bottom: 115px;
border-bottom: 1px solid #dcdcdc;
}
.hanor-blog-post:last-child .story-item {
margin-bottom: 50px;
}
.hanor-post-wrap div:last-child .story-item {
margin-bottom: 20px;
}
.story-item.sticky {
background: #fff;
padding: 50px;
border-radius: 5px;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
border: none;
}
.story-item .hanor-image, .story-item .hanor-iframe, .hanor-blog-detail .hanor-iframe {
text-align: center;
}
.story-item .hanor-image img, .story-item .hanor-iframe iframe, .hanor-blog-detail .hanor-iframe iframe {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.hanor-blog-detail .hanor-iframe {
margin-bottom: 35px;
}
.hanor-blog-detail .hanor-iframe,
.story-item .hanor-iframe {
overflow: hidden;
clear: both;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.story-item .hanor-video-wrap:before {
display: none;
}
.story-info {
padding-top: 35px;
}
.no-feature-image .story-info {
padding-top: 0;
}
.story-info p {
padding-bottom: 21px;
font-size: 17px;
line-height: 28px;
}
.story-info h3 {
font-size: 26px;
}
.story-info h4 {
font-size: 20px;
line-height: 27px;
}
.story-info h5 {
font-size: 15px;
line-height: 22px;
}
.story-meta {
font-size: 15px;
line-height: 22px;
color: #777777;
text-align: center;
padding-bottom: 10px;
}
.story-info .hanor-btns-group {
padding-top: 16px;
text-align: center;
}
.story-date {
color: #777777;
text-align: center;
}
.story-title {
padding-bottom: 24px;
font-weight: 500;
letter-spacing: -0.2px;
text-align: center;
}
.hanor-blog-excerpt {
padding-bottom: 21px;
font-size: 17px;
line-height: 28px;
font-family: "Source Sans Pro", Arial, sans-serif;
font-style: normal;
margin-bottom: 0;
color: #777777;
font-weight: 400;
letter-spacing: -0.05px;
}
.hanor-hover .hanor-blog-excerpt {
color: #ffffff;
} .hanor-stories.stories-style-two {
padding: 0;
}
.hanor-stories.stories-style-two .hanor-section-title {
padding-bottom: 48px;
}
.stories-style-two .owl-carousel .owl-prev:before {
left: 60px;
}
.stories-style-two .owl-carousel .owl-next:before {
right: 60px;
}
.stories-style-two .story-item {
padding: 0;
margin-bottom: 0;
border-bottom: none;
position: relative;
}
.stories-style-two .story-item .hanor-image img {
width: 100%;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.stories-style-two .story-item .hanor-image.hav-resize img {
width: auto;
}
.stories-style-two .story-item .hanor-iframe iframe {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.stories-style-two .story-info {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 50px 60px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.55) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.55) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.55) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=0 ); color: #ffffff;
z-index: 1;
}
.stories-style-two .story-info:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
content: "";
z-index: 0;
}
.stories-style-two .story-info p {
padding-bottom: 10px;
color: #ffffff;
font-size: 16px;
line-height: 26px;
}
.stories-style-two .story-info .hanor-table-wrap {
position: relative;
z-index: 1;
}
.stories-style-two .story-info .hanor-btns-group {
padding-top: 0;
text-align: left;
}
.hanor-btn.cat-btn {
min-width: 120px;
font-size: 11px;
color: #fff;
min-height: 30px;
padding: 1px 10px 0;
border-radius: 50px;
background: #04448e;
border-color: #04448e;
}
.hanor-btn.cat-btn:hover {
border-color: #87c818;
color: #ffffff;
}
.stories-style-two .story-date {
padding-bottom: 9px;
color: #efefef;
text-align: left;
}
.stories-style-two .story-title {
padding-bottom: 8px;
text-align: left;
}
.stories-style-two .story-title a {
color: #ffffff;
}
.stories-style-two .story-title a:hover {
opacity: 0.8;
} .stories-style-three .story-item {
margin-bottom: 30px;
}
.stories-style-three .story-info {
padding: 40px 30px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.stories-style-three .story-item .hanor-image img, .stories-style-three .story-item .hanor-iframe iframe, .stories-style-three .story-info:before {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}  .hanor-page-title {
padding: 100px 0;
background-color: #f8f8f8;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
text-align: center;
}
.header-hanor-style-five .hanor-page-title {
padding: 130px 0 100px;
}
.hanor-transparent-header .hanor-page-title {
padding: 200px 0 100px;
}
.hanor-transparent-header.hanor-center-header .hanor-page-title {
padding: 250px 0 100px;
}
.header-hanor-style-one.hanor-transparent-header .hanor-page-title {
padding: 205px 0 100px;
}
.header-hanor-style-two.hanor-transparent-header .hanor-page-title {
padding: 215px 0 100px;
}
.header-hanor-style-three.hanor-transparent-header .hanor-page-title {
padding: 265px 0 100px;
}
.hanor-title-wrap {
display: inline-block;
width: 65%; }
.hanor-page-title h1 {
font-size: 50px;
line-height: 52px;
font-weight: 600;
-ms-word-wrap: break-word;
word-wrap: break-word;
position: relative;
display: inline-block;
padding-bottom: 0;
max-width: 100%;
}
.title-bar-btn {
display: inline-block;
float: right;
}
.title-bar-btn .header-buttons {
padding: 10px 15px;
}
.banner-center .title-bar-btn {
float: none;
width: 100%;
padding-top: 15px;
}
.banner-right .title-bar-btn {
float: left;
}
.hanor-page-title .title-bar-btn .hanor-btn.hanor-btn-medium {
min-width: 160px;
min-height: 50px;
padding: 10px 25px;
font-size: 15px;
}
.hanor-page-title .title-bar-btn .hanor-btn.hanor-btn-medium:hover {
color: #fff;
border-color: #fff;
}
.page-title {
letter-spacing: -0.2px;
}
.hanor-page-title {
text-align: left;
}
.hanor-page-title.banner-right {
text-align: right;
}
.hanor-page-title.banner-center {
text-align: center;
}
.hanor-page-title .page-sub-title {
font-size: 18px;
font-weight: 400;
color: #ffffff;
}
.hanor-page-title > .container {
position: unset;
}
h5.page-sub-title {
position: relative;
padding-bottom: 5px;
padding-top: 5px;
} .promo-style-two .promo-item:nth-child(2n) [class*="col-"]:first-child .promo-info {
float: right;
}
.promo-style-two .promo-title {
padding-bottom: 27px;
}
.promo-style-two .promo-info {
max-width: 430px;
float: right;
}
.promo-style-two.toggle-align .promo-info {
float: none;
}
.promo-style-two .promo-info h2 {
line-height: 45px;
}
.promo-style-two .promo-info .hanor-btns-group {
padding-top: 17px;
} .hanor-promo.promo-style-three .promo-secondary {
background-color: #fff;
padding-left: 60px;
padding-right: 60px;
}
.hanor-promo.promo-style-three .promo-primary {
padding-right: 0;
padding-left: 0;
}
.hanor-promo.promo-style-three .promo-item .hanor-image img {
border-radius: 0;
} .services-style-three .service-item {
padding: 29px 44px 26px;
margin-bottom: 30px;
position: relative;
}
.services-style-three .service-item:before, .services-style-three .service-item:after, .services-style-three .service-info:before, .services-style-three .service-info:after {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 1px;
background: #87c818;
content: "";
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all ease .6s;
-ms-transition: all ease .6s;
transition: all ease .6s;
z-index: 1;
}
.services-style-three .service-item:after {
top: auto;
bottom: 0;
left: auto;
right: 0;
}
.services-style-three .service-item.hanor-hover:before, .services-style-three .service-item.hanor-hover:after {
width: 100%;
}
.services-style-three .hanor-hover .service-info:before, .services-style-three .hanor-hover .service-info:after {
height: 100%;
}
.services-style-three .service-item [class*="pe-7s-"] {
font-size: 60px;
}
.services-style-three .service-info {
padding-top: 18px;
}
.services-style-three .service-info:before, .services-style-three .service-info:after {
top: auto;
bottom: 0;
width: 1px;
height: 0;
}
.services-style-three .service-info:after {
top: 0;
bottom: auto;
left: auto;
right: 0;
} .team-style-three .mate-item {
margin-bottom: 43px;
}
.team-style-three .mate-item .hanor-image img {
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
} .hanor-hire {
padding: 95px 0 105px;
background: #f9f9f9;
}
.hanor-hire .hanor-section-title {
padding-bottom: 22px;
}
.hanor-hire .hanor-btns-group {
padding-top: 10px;
text-align: center;
}  .hanor-about-me .row {
margin: 0;
}
.hanor-about-me [class*="col-"] {
padding: 0;
}
.hanor-about-me .hanor-background {
min-height: 810px;
}
.hanor-about-me.toggle-align .about-me-prim {
float: right;
}
.my-info {
height: 100%;
padding: 14%;
background: #f9f9f9;
text-align: center;
}
.my-info p {
font-size: 18px;
line-height: 30px;
}
.my-info h2 {
font-size: 34px;
line-height: 45px;
}
.my-info h4 {
font-size: 17px;
}
.my-info .hanor-social a {
margin: 4px 6px;
}
.my-info .hanor-btns-group {
padding-top: 23px;
}
.my-name {
padding-bottom: 7px;
letter-spacing: -0.2px;
}
.my-designation {
color: #777777;
font-weight: 300;
font-style: italic;
letter-spacing: -0.05px;
}
.my-info-wrap {
padding-top: 30px;
}  .services-style-four .section-title {
padding-bottom: 26px;
}
.wpb_column:first-child .services-style-four .service-item .hanor-image img, .wpb_column:first-child .services-style-four .service-item .service-info {
-webkit-border-radius: 5px 0 0 5px;
-ms-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.wpb_column:last-child .services-style-four .service-item .hanor-image img, .wpb_column:last-child .services-style-four .service-item .service-info {
-webkit-border-radius: 0 5px 5px 0;
-ms-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.services-style-four .service-item {
display: inline-block;
padding-bottom: 0;
text-align: center;
position: relative;
width: 100%;
min-height: 300px;
}
.services-style-four .service-item .hanor-image img {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
transition: transform .5s;
}
.services-style-four .service-item.hanor-hover .hanor-image img {
transform: scale(1.1);
}
.services-style-four .service-item .hanor-icon,
.services-style-four .service-item .hanor-icon-image {
padding-bottom: 37px;
}
.services-style-four .service-info {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 300px;
padding: 45px;
background: rgba(0, 0, 0, 0.82);
color: #ffffff;
z-index: 1;
}
.services-style-four .service-info p {
color: #c0c0c0;
}
.services-style-four .service-info h4 {
font-size: 16px;
}
.services-style-four .service-title {
color: #ffffff;
} .hanor-video-presentation {
padding: 154px 0 160px;
background: #f6f6f6;
}
.hanor-video-presentation .hanor-section-title {
max-width: 100%;
padding: 0 90px 0 0;
text-align: left;
}
.hanor-video-presentation .section-title {
padding-bottom: 25px;
}
.hanor-video-presentation .hanor-btns-group {
padding-top: 22px;
}
.presentation-image img {
max-width: none;
vertical-align: bottom;
}
.presentation-image .hanor-image img {
border-bottom: 1px solid #e1e1e0;
border-left: 1px solid #e1e1e0;
border-right: 1px solid #e1e1e0;
-webkit-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.presentation-image .video-btn {
width: 58px;
height: 58px;
font-size: 12px;
}
.presentation-image .hanor-video-wrap:before {
background: rgba(0, 0, 0, 0.5);
}
.presentation-image-frame img {
-webkit-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
} .hanor-outcome-services .hanor-section-title {
padding-bottom: 93px;
}
.hanor-outcome-services .section-title {
padding-bottom: 25px;
}
.hanor-outcome-services .nav-tabs {
display: block;
padding: 0;
margin-bottom: 37px;
font-weight: 600;
font-size: 20px;
letter-spacing: 0;
text-transform: none;
text-align: left;
border: none;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.hanor-outcome-services .nav-tabs > a {
width: 25%;
padding-right: 30px;
border-bottom: 1px solid #f0f0f0;
}
.hanor-outcome-services .nav-tabs  > a {
display: inline-block;
min-width: 10px;
padding: 0 0 33px;
margin-right: 0;
color: inherit;
border: none;
border-bottom: 1px solid #f0f0f0;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.hanor-outcome-services .nav-tabs > a [class*="pe-7s"] {
display: inline-block;
vertical-align: middle;
font-size: 57px;
color: #87c818;
line-height: 0.83;
}
.hanor-outcome-services .nav-tabs > a.active {
background-color: transparent;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.hanor-outcome-services .nav-tabs > a.active, 
.hanor-outcome-services .nav-tabs > a.active:focus, 
.hanor-outcome-services .nav-tabs > a.active:hover {
border: none;
}
.hanor-outcome-services .nav-tabs > a.active:before, 
.hanor-outcome-services .nav-tabs > a.active:after {
width: 50%;
}
.hanor-outcome-services .nav-tabs > a:before, 
.hanor-outcome-services .nav-tabs > a:after {
position: absolute;
bottom: -1px;
left: 0;
width: 0;
height: 1px;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.hanor-outcome-services .nav-tabs > a:after {
left: auto;
right: 0;
}
.hanor-outcome-services .nav.nav-tabs > a span {
font-size: 50px;
}
.hanor-outcome-services .nav-tabs > a span.tab-title {
padding-top: 23px;
font-size: 24px;
}
.hanor-outcome-services .tab-pane .hanor-image {
padding-top: 73px;
text-align: center;
}
.hanor-outcome-services .nav-tabs > a span[class*="pe-7s"] {
font-size: 66px;
}  .process-style-two {
background: #232323;
}
.process-style-two .process-item p {
color: #999999;
opacity: 1;
} .hanor-stunning-services {
padding: 0;
}
.hanor-stunning-services [class*="col-"] {
position: static;
}
.hanor-stunning-services .hanor-section-title {
max-width: 100%;
padding: 8px 0 52px;
text-align: left;
}
.hanor-stunning-services .section-title {
padding-bottom: 26px;
}
.hanor-stunning-services .service-item {
padding: 0 15px 31px 0;
}
.hanor-stunning-services .service-info {
padding-top: 18px;
padding-left: 0;
}
.hanor-stunning-services .service-info h5 {
font-size: 16px;
line-height: 27px;
}
.hanor-stunning-services .service-title {
padding-bottom: 10px;
}
.hanor-stunning-services .presentation-image {
margin-left: 58px;
} .hanor-testimonials.testimonials-style-four {
padding: 102px 0;
}
.testimonials-style-four .testimonial-author-image {
width: 32%;
}
.testimonials-style-four .testimonial-author-image .hanor-image {
display: inline-block;
position: relative;
}
.testimonials-style-four .testimonial-author-image .hanor-image:after {
position: absolute;
top: 22px;
right: 0;
width: 43px;
height: 34px;
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/icons/icon26@3x.png);
background-position: 50% 100%;
background-repeat: no-repeat;
background-size: contain;
content: "";
z-index: 1;
}
.testimonials-style-four .testimonial-author-image .hanor-image img {
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.testimonials-style-four .testimonial-author-quote {
width: 66%;
float: right;
}
.testimonials-style-four.testimonials-style-two .testimonial-author {
background: none;
} .hanor-testimonials.testimonials-thumb-style  {
padding-top: 15px;
padding-bottom: 5px;
}
.hanor-testimonials.testimonials-thumb-style .testimonial-author-quote {padding-bottom: 4px;}
.hanor-testimonials.testimonials-thumb-style .thumb-flexslider .hanor-image {position: relative;}
.hanor-testimonials.testimonials-thumb-style .thumb-flexslider .hanor-image:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
content: "";
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
}
.hanor-testimonials.testimonials-thumb-style .thumb-flexslider img {
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.hanor-testimonials.testimonials-thumb-style .thumb-flexslider .slides li {
margin: 0 10px;
cursor: pointer;
}
.hanor-testimonials.testimonials-thumb-style .thumb-flexslider .flex-active-slide .hanor-image {
border: 3px solid #87c818;
border-radius: 100%;
}
.hanor-testimonials.testimonials-thumb-style .testimonial-author-quote.hanor-item {
text-align: left;
}
.hanor-testimonials.testimonials-thumb-style .testimonial-author-name span:before,
.hanor-testimonials.testimonials-thumb-style .testimonial-author-name span:after {
content: none;
}
.hanor-testimonials.testimonials-thumb-style .testimonial-author-name span.work-since  {
color: #333333;
font-size: 16px;
font-weight: 400;
}
.hanor-testimonials.testimonials-thumb-style .testimonial-author-name span.comma-class:after {
content: ',';
display:inline-block;
padding-left: 0;
}
.hanor-testimonials.testimonials-thumb-style {
position: relative;
}
.hanor-testimonials.testimonials-thumb-style .flexslider.main-flexslider {
position: unset;
}
.hanor-testimonials.testimonials-thumb-style .flex-direction-nav {
top: 7px;
position: absolute;
right: 30px;
}
.hanor-testimonials.testimonials-thumb-style .flex-direction-nav li a.flex-prev {
left: auto;
right: 30px;
}
.hanor-testimonials.testimonials-thumb-style .flex-direction-nav li a.flex-prev:before,
.hanor-testimonials.testimonials-thumb-style .flex-direction-nav li a.flex-next:before  {
border-radius: 100%;
border: 1px solid #cbcbcb;
width:56px;
height:56px;
line-height: 55px;
text-align: center;
}
.hanor-testimonials.testimonials-thumb-style .testimonial-author-quote {
width: 100%;
}
.hanor-testimonials.testimonials-thumb-style  .flex-direction-nav li a:before {
color: #04448e;
} .hanor-testimonials.testimonials-style-five.team-top-align .testimonial-author-quote {
box-shadow: none;
width: 95%;
}
.hanor-testimonials.testimonials-style-five.team-top-align .testimonial-author-name span:before,
.hanor-testimonials.testimonials-style-five.team-top-align .testimonial-author-name span:after,
.hanor-testimonials.testimonials-style-five.team-top-align .testimonial-author:before {
content: none;
}
.hanor-testimonials.testimonials-style-five.team-top-align p {padding-top: 10px;}
.hanor-testimonials.testimonials-style-five.team-top-align .testimonial-author-quote {padding-top: 25px;}
.hanor-testimonials.testimonials-style-five.team-hide-align .testimonial-author-quote {
box-shadow: none;
width: 100%;
}
.hanor-testimonials.testimonials-style-five.team-hide-align .testimonial-author-image {display: none;}
.hanor-testimonials.testimonials-style-five.team-hide-align .owl-stage-outer,
.hanor-testimonials.testimonials-style-five.team-hide-align .testimonial-author-quote {
padding-top: 0;
}
.hanor-testimonials.testimonials-style-five.team-hide-align {
padding: 40px 35px;
display: inline-block;
width: 100%;
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hanor-testimonials.testimonials-style-five.team-hide-align .testimonial-author-quote {padding: 0 5px;}
.hanor-testimonials.testimonials-style-five.team-hide-align h2 {font-size: 24px;}  .hanor-questions {
padding: 150px 0 146px;
background: #f9f9f9;
} .hanor-popular-questions {padding: 150px 0 160px;}
.hanor-popular-questions .hanor-section-title {padding-bottom: 111px;} .hanor-search-result-page {
padding: 55px 0 40px;
}
h2.hanor-search-post-title {
padding: 30px 0;
text-align: left;
}
.hanor-search-result-page .hanor-mid-wrap.post-search-result,
.hanor-search-result-page .hanor-job,
.hanor-search-result-page .hanor-mid-wrap.portfolio-search-result,
.hanor-search-result-page .testi-global-wrap,
.hanor-search-result-page .hanor-team {
padding: 50px 0;
}
.hanor-search-result-page .blogs-style-three .blog-item .blog-info {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
} .hanor-mid-wrap {
padding: 20px 0;
}
.hanor-full-wrap.padding-default {
padding: 90px 0;
}
.hanor-mid-wrap.mid-spacer-one {
padding-top: 149px;
}
.hanor-gray-mid {
background: #f4f7f9; }
.left-sidebar .hanor-primary {
float: right;
}
.left-sidebar .hanor-secondary {
padding-left: 15px;
padding-right: 25px;
}
.left-sidebar .work-detail .hanor-secondary {
padding-left: 15px;
padding-right: 35px;
}
.hanor-primary {
float: left;
width: 71.60%;
min-height: 1px;
padding: 0 15px;
}
.hanor-secondary {
float: left;
width: 28.40%;
min-height: 1px;
padding: 0 15px 0 25px;
} .hanor-portfolio.portfolio-style-two .work-item .hanor-image img, .hanor-portfolio.portfolio-style-two .work-item.hanor-hover .work-info {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.hanor-portfolio.portfolio-style-two .work-info {
background: rgba(0, 0, 0, 0.7);
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.direction-hover .work-item {
overflow: hidden;
clear: both;
} .work-detail .hanor-primary {
width: 59.55%;
}
.work-detail .hanor-secondary {
width: 40.45%;
padding-left: 35px;
}
.hanor-secondary.hanor-floating-sidebar {
display: table;
}
.work-detail .masonry-item .hanor-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.work-detail-wrap p {
font-size: 17px;
line-height: 28px;
}
.work-detail-wrap h3 {
font-size: 26px;
padding-bottom: 20px;
letter-spacing: -0.2px;
font-weight: 500;
}
.work-detail-wrap h4 {
line-height: 30px;
padding: 22px 0 9px;
letter-spacing: -0.05px;
font-weight: 500;
}
.work-detail-wrap h5 {
line-height: 28px;
padding-bottom: 9px;
font-weight: 400;
color: #777777;
letter-spacing: -0.05px;
font-size: 17px;
}
.work-detail-wrap .work-title {
padding-bottom: 20px;
letter-spacing: -0.2px;
}
.work-subtitle {
padding-bottom: 9px;
font-weight: 300;
font-style: italic;
letter-spacing: -0.05px;
}
.portfolio-detail-items-wrap {
max-width: 300px;
padding-top: 13px;
color: #777777;
}
.portfolio-detail-items-wrap a {
color: inherit;
}
.portfolio-detail-items-wrap .hanor-social {
font-size: 15px;
}
.portfolio-detail-items-wrap .hanor-social a:hover {
opacity: 0.75;
}
.portfolio-detail-items-wrap .hanor-social .fa-facebook {
color: #3b5998;
}
.portfolio-detail-items-wrap .hanor-social .fa-twitter {
color: #00aced;
}
.portfolio-detail-items-wrap .hanor-social .fa-dribbble {
color: #ea4c89;
}
.portfolio-detail-items-wrap .hanor-social .fa-linkedin {
color: #007bb6;
}
.portfolio-detail-items-wrap .hanor-social .fa-pinterest-p {
color: #cb2027;
}
.portfolio-detail-item {
padding: 15px 0;
border-bottom: 1px solid #ececec;
}
.portfolio-detail-item-title {
float: left;
min-width: 75px;
padding-right: 15px;
font-weight: 600;
letter-spacing: 0.4px;
text-transform: uppercase;
}
.portfolio-detail-item-title:after {
padding-left: 5px;
content: ":";
}
.portfolio-detail-item-info {
overflow: hidden;
font-size: 16px;
letter-spacing: -0.05px;
}
.related-projects {
padding: 80px 0 40px;
}
.related-projects .owl-dots {
padding-top: 30px;
}
.portfolio-controls {
padding: 35px 0;
margin-top: 37px;
color: #777777;
font-size: 15px;
white-space: nowrap;
border-top: 1px solid #ececec;
border-bottom: 1px solid #ececec;
}
.portfolio-controls .text-right .portfolio-control-link i {
padding: 0 0 0 4px;
}
.portfolio-controls .text-right .portfolio-control-link:hover i {
padding-left: 0;
}
.portfolio-controls .portfolio-control-link {
color: inherit;
}
.portfolio-controls .portfolio-control-link i {
padding-right: 3px;
font-size: 14px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.portfolio-controls .portfolio-control-link:hover i {
padding-right: 0;
}
.grid-view-link {
display: inline-block;
vertical-align: middle;
width: 22px;
height: 20px;
}
.grid-view-link:hover .grid-view-square, .grid-view-link:hover .grid-view-square:after {
border-color: transparent;
}
.grid-view-square {
float: left;
width: 9px;
height: 9px;
margin: 0 1px 2px;
background: transparent;
border: 1px solid #7f7f7f;
position: relative;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-border-radius: 1px 0 0 0;
-ms-border-radius: 1px 0 0 0;
border-radius: 1px 0 0 0;
}
.grid-view-square:nth-child(2n) {
-webkit-border-radius: 0 1px 0 0;
-ms-border-radius: 0 1px 0 0;
border-radius: 0 1px 0 0;
}
.grid-view-square:nth-child(2n):after {
-webkit-border-radius: 0 0 1px 0;
-ms-border-radius: 0 0 1px 0;
border-radius: 0 0 1px 0;
}
.grid-view-square:after {
position: absolute;
top: 10px;
left: -1px;
width: 9px;
height: 9px;
background: transparent;
border: 1px solid #7f7f7f;
content: "";
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-border-radius: 0 0 0 1px;
-ms-border-radius: 0 0 0 1px;
border-radius: 0 0 0 1px;
z-index: 1;
} .blogs-style-three .blog-item {
margin-bottom: 60px;
}
.blogs-style-three .blog-item > .hanor-image img {
-webkit-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.blogs-style-three .blog-item .blog-info {
position: static;
height: auto;
padding: 25px 30px 41px;
background: #ffffff;
-webkit-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.hanor-related-articles .blogs-style-three .blog-item .blog-info {
background: #fcfcfc;
border: 1px solid #ebebeb;
}
.blogs-style-three .blog-item.hanor-hover .blog-info {
background: #ffffff;
-webkit-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.blogs-style-three .blog-item.hanor-hover .blog-info a {
color: inherit;
opacity: 1;
}
.blogs-style-three .blog-item.hanor-hover .blog-meta {
color: #777777;
}
.blogs-style-three .blog-item.hanor-hover .blog-meta-item:after {
background: #777777;
}
.blogs-style-three .hanor-hover .hanor-link a:after {
width: 100%;
}
.blogs-style-three .blog-info-wrap {
min-height: 117px;
}
.blogs-style-three .blog-title {
font-weight: 500;
}
.blogs-style-three .blog-meta {
padding: 0 0 10px;
font-size: 15px;
}
.blogs-style-three .hanor-link a:after {
bottom: -2px;
width: 0;
} .blogs-style-four .blog-item.hanor-hover .blog-info {
background: rgba(0, 0, 0, 0.8);
}
.blogs-style-four .blog-item.hanor-hover .blog-info p {
color: #aaaaaa;
}
.blogs-style-four .blog-title {
font-weight: 600;
} .hanor-unit-fix {
word-wrap: break-word;
}
.post-password-form input[type="submit"] {
margin: 0;
width: 100%;
}
.hanor-unit-fix .comments-area > ol, .hanor-unit-fix .comments-area > ul {
padding: 0;
}
.blog-detail-wrap p {
padding-bottom: 14px;
font-size: 17px;
line-height: 26px;
}
.blog-detail-wrap blockquote p {
padding-bottom: 6px;
font-size: 22px;
line-height: 30px;
}
.blog-detail-wrap .blog-meta {
padding: 0 0 4px;
margin-bottom: 5px;
font-size: 15px;
text-align: left;
color: #777777;
}
.blog-detail-wrap .blog-title {
padding-bottom: 23px;
font-weight: 500;
letter-spacing: -0.2px;
text-align: center;
}
.hanor-blog-detail .hanor-related-articles img {
height: auto;
}
.hanor-blog-detail .hanor-related-articles .blog-item {
margin-bottom: 20px;
}
.hanor-related-articles .blog-meta, .hanor-related-articles h4.blog-title {
text-align: left;
}
.hanor-related-articles .blog-meta {
color: #87c818;
}
.hanor-related-articles .blog-meta-item:after {
background: #87c818;
}
.hanor-related-articles .blogs-style-three .blog-item.hanor-hover .blog-meta {
color: #87c818;
}
.hanor-unit-fix .hanor-blog-detail .owl-carousel,
.blog-image {
text-align: center;
}
.hanor-blog-detail .owl-carousel .hanor-image img,
.blog-image img {
-webkit-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.hanor-blog-detail .owl-carousel .owl-prev,
.hanor-blog-detail .owl-carousel .owl-next {
opacity: 0 !important;
-webkit-transition: all ease .5s;
-ms-transition: all ease .5s;
transition: all ease .5s;
}
.hanor-blog-detail .owl-carousel:hover .owl-prev,
.hanor-blog-detail .owl-carousel:hover .owl-next {
opacity: 1 !important;
-webkit-transition: all ease .5s;
-ms-transition: all ease .5s;
transition: all ease .5s;
}
.hanor-blog-meta {
padding: 54px 0 23px;
margin-bottom: 70px;
text-align: center;
border-top: 1px solid #ededed;
}
.hanor-blog-meta.blog-single-metas {
padding-top: 0;
padding-bottom: 0;
display: inline-block;
width: 100%;
}
.hanor-blog-meta.blog-single-metas .hanor-tags-cats {
display: inline-block;
width: 100%;
padding: 19px 35px 18px;
border-top: none;
border-bottom: 1px solid #ededed;
border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
-webkit-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.blog-single-metas .hanor-blog-tags {
display: inline-block;
width: 50%;
float: right;
text-align: right;
padding: 0;
}
.blog-single-metas .hanor-blog-tags span {
display: inline-block;
padding-bottom: 0;
font-size: 16px;
}
.blog-single-metas .hanor-blog-tags a {
font-size: 16px;
}
.blog-single-metas .hanor-blog-tags.hanor-blog-cat {
text-align: left;
float: left;
}
.blog-single-metas .dhav-both-meta .hanor-blog-tags {
width: 100%;
border-left: none;
}
.blog-single-metas .dhav-both-meta .hanor-blog-tags.hanor-blog-cat {
text-align: left;
}
.blog-detail-wrap .blog-meta-item {
vertical-align: unset;
}
.blog-single-metas .blog-meta-title {
padding-bottom: 12px;
}
.blog-single-metas .hanor-blog-tags a:hover {
background: none;
color: #87c818;
}
.blog-detail-wrap {
padding: 30px 35px 18px;
border: 1px solid #ededed;
border-bottom: none;
}
.hanor-blog-share,
.hanor-blog-tags {
padding-bottom: 30px;
padding-top: 35px;
}
.hanor-blog-share {
text-align: left;
}
.havnor-share-page.hanor-blog-share {
text-align: right;
}
.hanor-blog-tags a {
display: inline-block;
padding: 4px 0 4px 0;
color: #777777;
font-size: 12px;
}
.hanor-blog-tags a:hover {
color: #ffffff;
}
.hanor-blog-tags span {
display: inline-block;
padding-right: 5px;
font-weight: 500;
}
.hanor-blog-share h5 {
font-size: 16px;
}
.hanor-blog-share .hanor-social.rounded {
font-size: 14px;
letter-spacing: -0.05px;
}
.hanor-blog-share .hanor-social.rounded .facebook {
background: #3b5998;
}
.hanor-blog-share .hanor-social.rounded .twitter {
background: #00aced;
}
.hanor-blog-share .hanor-social.rounded .dribbble {
background: #ea4c89;
}
.hanor-blog-share .hanor-social.rounded .linkedin {
background: #007bb6;
}
.hanor-blog-share .hanor-social.rounded .pinterest {
background: #cb2027;
}
.hanor-blog-share .hanor-social.rounded .google-plus {
background: #d34836;
}
.hanor-blog-share .hanor-social a .facebook {
color: #3b5998;
}
.hanor-blog-share .hanor-social a .twitter {
color: #00aced;
}
.hanor-blog-share .hanor-social a .dribbble {
color: #ea4c89;
}
.hanor-blog-share .hanor-social a .linkedin {
color: #007bb6;
}
.hanor-blog-share .hanor-social a .pinterest {
color: #cb2027;
}
.hanor-blog-share .hanor-social a .google-plus {
color: #d34836;
}
.hanor-blog-share .hanor-social a:hover .twitter,
.hanor-blog-share .hanor-social a:hover .facebook,
.hanor-blog-share .hanor-social a:hover .dribbble,
.hanor-blog-share .hanor-social a:hover .linkedin,
.hanor-blog-share .hanor-social a:hover .pinterest,
.hanor-blog-share .hanor-social a:hover .google-plus {
color: #ffffff;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.blog-single-metas .hanor-blog-share .hanor-social a i {
padding-right: 5px;
font-size: 14px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.blog-single-metas .hanor-blog-share .hanor-social a:hover {
background: #87c818;
color: #ffffff;
border-color: transparent;
}
.blog-single-metas .hanor-blog-share .hanor-social a {
display: inline-block;
padding: 10px 19px 11px;
margin: 0 11px 0 0;
color: #666666;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
border: 1px solid #e6e6e6;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.hanor-blog-share .hanor-social.rounded a {
margin: 2px 1px;
color: #ffffff;
border-color: transparent;
}
.hanor-blog-share .hanor-social.rounded a:hover {
background: #ffffff;
color: inherit;
border-color: #d8d7d7;
}
.header-hanor-style-two .blog-single-metas .hanor-social.rounded a {
color: #ffffff;
}
.header-hanor-style-two .blog-single-metas .hanor-social.rounded a:hover {
color: #777777;
}
.blog-meta-title {
padding-bottom: 21px;
font-weight: 500;
letter-spacing: 0.4px;
}
.hanor-blog-controls {
overflow: hidden;
clear: both;
padding-top: 14px;
font-size: 16px;
}
.hanor-blog-controls .pull-right a i {
padding: 0 0 0 3px;
}
.hanor-blog-controls a {
display: inline-block;
vertical-align: middle;
padding: 7px 16px;
background: #f5f5f5;
border: 1px solid #e5e5e5;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
font-size: 14px;
}
.hanor-blog-controls a:hover,
.hanor-blog-controls a:focus {
background: #87c818;
color: #ffffff;
border-color: transparent;
}
.hanor-blog-controls a:hover i,
.hanor-blog-controls a:focus i {
color: #ffffff;
}
.hanor-blog-controls a i {
padding-right: 3px;
color: #555555;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-author-info {
padding: 35px 35px 30px;
margin-bottom: 80px;
background: transparent;
border: 1px solid #e9e9e9;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-author-info p {
font-size: 16px;
line-height: 26px;
}
.hanor-author-info.hanor-hover {
background: #ffffff;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.author-avatar {
float: left;
}
.author-avatar img {
max-width: 76px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.avatar-72 {
width: 72px;
height: 72px;
}
.author-content {
display: block;
overflow: hidden;
padding-left: 28px;
}
.author-content .author-pro {
color: #777777;
font-weight: 500;
font-size: 11px;
line-height: 24px;
text-transform: uppercase;
}
.author-content .author-name {
display: inline-block;
margin-bottom: 10px;
font-size: 18px;
line-height: 24px;
}
.hanor-related-articles {
padding-bottom: 90px;
}
.hanor-related-articles h3 {
font-size: 26px;
}
.related-articles-title {
padding-bottom: 41px;
font-weight: 500;
letter-spacing: -0.2px;
}
.hanor-comments-area h3 {
font-size: 26px;
}
.comments-section .comment-respond {
margin: 0 0 50px;
}
.hanor-comments-area .comment-form label.error {
display: none !important;
}
.hanor-comments-area .comment-form input.error,
.hanor-comments-area .comment-form textarea.error {
border-color: red;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.pingback .comment-main-area {
padding-left: 0 !important;
}
p.logged-in-as {
padding: 0 0 20px;
}
.hanor-comments-area .comments-title {
padding-bottom: 41px;
font-weight: 500;
}
.hanor-comments-area .comments-title.vt-screen-reader-text {padding-bottom: 0;}
.hanor-comments-area .comments-reply {
font-weight: 400;
font-style: italic;
font-size: 15px;
line-height: 22px;
}
.hanor-comments-area .comment-reply-link {
display: inline-block;
position: relative;
}
.hanor-comments-area .comment-reply-link:hover:after {
width: 0;
}
.hanor-comments-area ul, .hanor-comments-area ol {
padding: 0;
margin: 0;
list-style: none;
}
.hanor-comments-area .comments li .comment-awaiting-moderation {
margin-bottom: 10px;
display: inline-block;
}
.hanor-comments-area .comments li .children {
display: block;
overflow: hidden;
clear: both;
}
.hanor-comments-area .comments li .children li {
padding-left: 40px;
}
.hanor-comments-area .comment-item {
display: block;
overflow: hidden;
clear: both;
padding-bottom: 47px;
margin-bottom: 50px;
border-bottom: 1px solid #e9e9e9;
}
.hanor-comments-area .comment-image {
float: left;
}
.hanor-comments-area .comment-image img {
max-width: 76px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.hanor-comments-area .comment-main-area {
overflow: hidden;
padding: 0 50px 0 30px;
}
.hanor-comments-area .comment-wrapper p {
padding-bottom: 9px;
font-size: 17px;
line-height: 28px;
}
.hanor-comments-area .hanor-comments-meta {
padding-bottom: 12px;
}
.hanor-comments-area .hanor-comments-meta h4 {
display: inline-block;
padding-bottom: 0;
font-size: 16px;
}
.hanor-comments-area .hanor-comments-meta h4 a {
letter-spacing: -0.2px;
}
.hanor-comments-area .hanor-comments-meta .comments-date {
display: inline-block;
color: #777777;
font-weight: 400;
font-size: 14px;
}
.hanor-comments-area .hanor-comments-meta .comments-date:before {
display: inline-block;
vertical-align: middle;
width: 2px;
height: 2px;
margin: 0 10px 0 7px;
content: "";
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.comments-section {
padding-bottom: 60px;
}
.page .comments-section {padding-bottom: 30px;}
.navigation.vt-comment-navigation {
display: inline-block;
width: 100%;
margin-top: 30px;
}
.vt-nav-links {
display: inline-block;
width: 100%;
margin: 20px 0 40px;
}
.vt-nav-links > div {
float: left;
width: 50%;
}
.vt-nav-links > div:hover,
.vt-nav-links > div:hover a {
color: #87c818;
}
.vt-nav-links > div.vt-nav-next {
text-align: right;
float: right;
}
.hanor-comment-form textarea {
height: 160px;
}
.hanor-comment-form input[type="text"], .hanor-comment-form textarea {
border: 1px solid #dddddd;
}
.hanor-comment-form input[type="submit"] {
min-width: 150px;
}
.hanor-blog-detail .comment-reply-title {
padding-bottom: 30px;
font-weight: 500;
letter-spacing: -0.2px;
}
#cancel-comment-reply-link {
float: right;
font-size: 17px;
padding: 4px 0 0;
color: #777777;
}
.comment-area ul, .comment-area ol {
padding: 0 0 0 40px;
margin: 0 0 1.5em 1.25em;
}
.comment-area ul {
list-style-type: circle;
}
.comment-area li > ul {
list-style-type: square;
}
.comment-area ol {
list-style-type: decimal;
}
.comment-area li > ul, .comment-area li > ol {
margin-bottom: 0;
}
.gallery {margin-bottom: 1.5em;}
.gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-columns-5 figcaption,
.gallery-columns-6 figcaption,
.gallery-columns-7 figcaption,
.gallery-columns-8 figcaption,
.gallery-columns-9 figcaption {display: none;}
.gallery-caption {display: block;padding: 10px 0 15px;} .entry-content img {
height: auto;
}
.entry-content .comment-author {
margin: 0;
}
.entry-content .comment-respond {
padding-top: 10px;
}
.entry-content .avatar {
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.entry-content dt {
margin-bottom: 5px;
}
.entry-content dd {
margin-bottom: 15px;
}
.entry-content .comment-metadata {
margin-bottom: 20px;
font-size: 14px;
line-height: 18px;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
color: #4c4c4c;
}
.entry-content .comment-list .comment-reply-link {
display: inline-block;
padding: 8px 15px;
background: #222222;
color: #ffffff;
font-weight: 700;
font-size: 11px;
letter-spacing: 0.3px;
text-transform: uppercase;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
}
.entry-content .comment-list .comment-reply-link:hover,
.entry-content .comment-list .comment-reply-link:focus {
background: #e8e8e8;
color: #777777;
}
.entry-content .comment-meta .comment-author .avatar {
height: 42px;
width: 42px;
}
.entry-content .comment-author .avatar {
height: 42px;
position: relative;
top: 0.25em;
width: 42px;
}
.entry-content .comment-author .avatar {
float: left;
height: 28px;
margin-right: 0.875em;
position: relative;
width: 28px;
}
.entry-content .comment-list {
padding: 0;
margin: 0;
list-style: none;
}
.entry-content .comment-list article,
.entry-content .comment-list .pingback,
.entry-content .comment-list .trackback {
border-top: 1px solid #d1d1d1;
padding: 1.75em 0;
}
.entry-content .comment-list .children {
list-style: none;
margin: 0;
}
.entry-content .comment-list .children > li {
padding-left: 0.875em;
}
.entry-content .comment-author {
color: #1a1a1a;
margin-bottom: 0;
}
.entry-content .comment-author .avatar {
float: left;
height: 28px;
margin-right: 0.875em;
position: relative;
width: 28px;
}
.entry-content .bypostauthor > article .fn:after {
content: "\f304";
left: 3px;
position: relative;
top: 5px;
}
.entry-content .comment-metadata,
.entry-content .pingback .edit-link {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.entry-content .comment-metadata {
margin-bottom: 15px;
font-size: 15px;
}
.entry-content .comment-metadata a,
.entry-content .pingback .comment-edit-link {
color: #686868;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
color: #686868;
}
.entry-content .comment-metadata .edit-link,
.entry-content .pingback .edit-link {
display: inline-block;
}
.entry-content .comment-metadata .edit-link:before,
.entry-content .pingback .edit-link:before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}
.entry-content .comment-content ul,
.entry-content .comment-content ol {
margin: 0 0 1.5em 1.25em;
}
.entry-content .comment-content li > ul,
.entry-content .comment-content li > ol {
margin-bottom: 0;
}
.entry-content .comment-reply-link {
border: 1px solid #d1d1d1;
border-radius: 2px;
color: #007acc;
display: inline-block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1;
margin-top: 2.1538461538em;
padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.entry-content .comment-reply-link:hover,
.entry-content .comment-reply-link:focus {
border-color: currentColor;
color: #007acc;
outline: 0;
}
.entry-content .comment-list .comment-form {
padding-bottom: 1.75em;
}
.entry-content .comment-notes,
.entry-content .comment-awaiting-moderation,
.entry-content .logged-in-as,
.entry-content .form-allowed-tags {
color: #686868;
font-size: 15px;
padding-bottom: 20px;
}
.entry-content .no-comments {
border-top: 1px solid #d1d1d1;
font-weight: 700;
margin: 0;
padding-top: 1.75em;
}  .hanor-404-error {
height: calc(100vh - 94px);
background-color: #f8f8f8;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
text-align: center;
}
.hanor-transparent-header .hanor-404-error {
height: 100vh;
}
.hanor-404-error p {
color: inherit;
font-size: 18px;
letter-spacing: -0.2px;
}
.hanor-404-error h1 {
font-size: 130px;
line-height: 130px;
}
.hanor-404-error h2 {
font-size: 50px;
}
.hanor-404-error .parallax-overlay {
background: rgba(24, 24, 24, 0.85);
}
.hanor-404-error .hanor-btns-group {
padding-top: 34px;
}
.hanor-404-error a.hanor-btn:hover {
color: #ffffff;
border-color: #ffffff;
}
.error-title {
padding-bottom: 20px;
letter-spacing: 5px;
}
.error-subtitle {
padding-bottom: 22px;
letter-spacing: -0.2px;
}  .hanor-contact-wrap {padding: 150px 0 100px;}
.contact-info-item {padding-bottom: 43px;}
.contact-info-item .hanor-icon {float: left;}
.contact-info-item .hanor-icon [class*="pe-7s"] {
display: inline-block;
font-size: 75px;
color: #87c818;
}
.contact-info {
overflow: hidden;
padding-left: 25px;
}
.contact-info p a {
color: inherit;
display: block;
}
.contact-info h4 {font-size: 20px;} .hanor-contact-form-wrap {background: #f6f6f6;}
.hanor-contact-form-wrap > .row {margin: 0;}
.hanor-contact-form-wrap > .row > [class*="col-"] {padding: 0;}
.hanor-contact-form-wrap .hanor-map {height: 100%;}
.contact-form {padding: 14.10% 16.10% 15.30%;}
.contact-form input[type="submit"] {min-width: 100%;}
.contact-form .hanor-section-title {
max-width: 100%;
padding-bottom: 64px;
}  .hanor-contact-wrap.contact-wrap-style-wrap {
padding-bottom: 95px;
}
.contact-wrap-style-wrap {
padding-right: 50px;
}
.contact-wrap-style-wrap .contact-form {
padding: 0;
}
.contact-wrap-style-wrap .contact-form input[type="submit"] {
margin-top: 20px;
}
.contact-wrap-style-wrap .contact-form .hanor-section-title {
padding-bottom: 10px;
}
.contact-items {
padding: 20px 0 0 50px;
}
.contact-items .contact-info-item .hanor-icon {
width: 66px;
text-align: center;
}  .hanor-footer {
background: #1e1e1e;
color: #b4b4b4;
display: inline-block;
width: 100%;
float:left;
}
.hanor-widget .vc_empty_space {
display: inline-block;
width: 100%;
}
.copyright-alt {
text-align: center;
padding: 0;
}
.hanor-footer.alt-cpy {
padding: 36px 0 30px;
}
.hanor-footer a, .hanor-footer p {
color: inherit;
}
.hanor-footer ul {
padding: 0;
margin: 0;
font-size: 16px;
letter-spacing: -0.05px;
list-style: none;
}
ul.footer-links {
padding: 0 0 0 17px;
margin: 0;
font-size: 16px;
letter-spacing: -0.05px;
list-style: none;
}
ul.footer-links li {
padding: 0 0 9px;
margin-bottom: 0;
list-style: none;
}
ul.footer-links li:before {
display: none;
}
.hanor-footer ul li {
padding-bottom: 9px;
}
.hanor-footer .hanor-widget ul li {
padding-bottom: 0;
}
.hanor-footer .hanor-widget ul.list li {
padding-bottom: 13px;
}
.hanor-footer ul li ul li:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
.hanor-footer .hanor-logo {
padding-bottom: 27px;
}
.hanor-footer .footer-widget .hanor-widget.vt-text-widget {
padding-bottom: 35px;
}
.hanor-footer .hanor-social {
font-size: 15px;
}
.hanor-footer .hanor-social a {
color: #777777;
}
.footer-widget {
display: inline-block;
float: left;
}
.footer-widget h4 {
font-size: 20px;
}
.footer-widget-title {
padding: 5px 0 24px;
color: #ffffff;
}
.hanor-widget .footer-widget-title {
padding-bottom: 31px;
font-weight: 500;
}
.hanor-widget form p {
position: relative;
}
.hanor-widget input[type="email"] {
padding-right: 80px;
margin-bottom: 0;
background-color: #ffffff;
color: #2e2e2e;
border-color: transparent;
}
.hanor-widget input[type="submit"] {
position: absolute;
top: 0;
right: 0;
min-width: 70px;
padding: 9px;
margin-top: 0;
font-family: FontAwesome;
font-weight: normal;
font-size: 15px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.footer-social-widget .footer-widget-title {
padding-bottom: 17px;
}
.footer-widget .footer-links li {
width:50%;
float:left;
list-style-type: disc;
}
.footer-widget .footer-links.links-single-column li {
width: auto;
float: none;
}
.footer-widget .address-info  li i,
.hanor-main-wrap .sidebar-nav-wrap ul.address-info li i {
position: absolute;
left: 0;
font-size: 21px;
}
.hanor-widget ul.address-info li:before {
display: none;
}
.footer-widget .address-info  {
display: inline-block;
}
.footer-widget .hanor-widget ul.address-info.col-md-6 {
padding-right: 12px;
width:50%;
float: left;
}
.footer-widget .hanor-widget ul li a {
color: #b4b4b4;
}
.hanor-footer .hanor-copyright .container {
padding-top: 23px;
}
.hanor-footer .hanor-copyright.footer-cpy-dark-version .container {
border-top: 1px solid #303239;
}
footer.hanor-footer.footer-new-style.center-align .hanor-copyright {
text-align: left;
}
footer.hanor-footer.footer-new-style.right-align .hanor-copyright {
text-align: left;
}
.hanor-footer .hanor-copyright {
padding-bottom: 15px;
display: inline-block;
width: 100%;
float:left;
}
.hanor-copyright .col-md-6.pull-right {
text-align: right;
}
.hanor-footer.footer-light-version {
background-color: #f8f8f8;
color: #666666;
}
.hanor-footer.footer-light-version .footer-widget .hanor-widget ul li a {
color: #666666;
font-weight: 400;
}
.hanor-footer.footer-light-version .footer-widget-title {
color: #333;
}
.hanor-footer.footer-light-version .hanor-copyright {
background-color: #04448e;
color: #fff;
}
.hanor-footer .footer-bg-image {
background-repeat: no-repeat;
background-position: center right;
padding: 100px 0 65px;
}
.hanor-widget ul.address-info li,
.navi-open .sidebar-nav-wrap ul.address-info li {
padding-left: 25px;
}
ul.copyright-links {
display: inline-block;
}
.hanor-copyright ul.footer-links li {
width: auto;
float: left;
list-style-type: disc;
padding: 10px 25px 10px 0px;
}
.footer-new-style .hanor-copyright ul.footer-links li {
padding: 0 0 0 13px;
}
.hanor-copyright ul.footer-links {
display: inline-block;
width: auto;
} .address-info.info-style-two  {
padding: 40px;
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
ul.address-info.info-style-two {
list-style-type: none;
}
.address-info.info-style-two li {
padding-top: 5px;
padding-bottom: 7px;
font-size: 18px;
padding-left: 32px;
}
.address-info.info-style-two i {
font-size: 20px;
color: #b4b4b4;
margin-right: 15px;
position: absolute;
left: 40px;
}
.hanor-footer .hanor-copyright.footer-cpy-dark-version .hanor-social.rounded a {
color: #fff;
background-color: #36383f;
border-color: #36383f;
margin-right: 5px;
}
.hanor-footer .hanor-copyright.footer-cpy-light-version .hanor-social.rounded a {
background-color: #2160aa;
border-color: #2160aa;
margin-right: 5px;
color: #fff;
}
.hanor-footer .hanor-copyright .copyright-links li {
float: left;
display: inline-block;
padding-right: 20px;
font-size: 15px;
padding-bottom: 0;
}
.hanor-footer .hanor-copyright .copyright-links  li:after {
content: '/';
display: inline-block;
color: #fff;
padding-left: 20px;
}
.hanor-footer .hanor-copyright .copyright-links li:last-child:after {
content: none;
}
.hanor-footer .hanor-copyright .copyright-wrap p {
padding-bottom: 2px;
}
.hanor-footer .hanor-copyright.footer-cpy-light-version  ul.copyright-links {
padding-top: 10px;
}
.hanor-footer .hanor-copyright .hanor-social.rounded a:hover {
background-color: #87c818;
color: #fff;
}
.hanor-footer .footer-widget .hanor-widget form {
padding: 15px 0 0;
}
.footer-widget .colu-3:first-child {
padding-right: 6%;
} .hanor-sticky-footer .main-wrap-inner {
background: #ffffff;
position: relative;
z-index: 1;
}
.hanor-sticky-footer .hanor-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 0;
} ul.hanor-list-icon li {
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/icons/tick-mark.png);
padding-left: 30px;
margin-bottom: 9px;
position: relative;
background-position: 0 8px;
background-repeat: no-repeat;
background-size: 14px auto;
text-align: left;
color: #626e81;
font-weight: 400;
font-size: 17px;
display: inline-block;
width: 100%;
}
.unordered-list {
padding: 0 0 28px;
margin: 0;
color: #555555;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.2px;
list-style: none;
} .hanor-outcome-services.tab-style-four .nav-tabs {
text-align: center;
float: none;
margin-top: -71px;
}
.hanor-outcome-services.tab-style-four .nav-tabs a {
text-align: center;
margin: 0 auto;
margin-right: 2px;
padding: 0;
border: none;
background: #f4f7f9;
border-radius: 5px 5px 0 0;
float: none;
display: inline-block;
}
.hanor-outcome-services.tab-style-four a.active {
background: #ffffff;
}
.hanor-outcome-services.tab-style-four .nav-tabs  a {
padding: 20px;
width: 100%;
}
.hanor-outcome-services.tab-style-four .nav-tabs > a .tab-title {
padding-top: 6px;
font-size: 15px;
padding-left: 12px;
display: inline-block;
width: auto;
font-weight: 500;
}
.hanor-outcome-services.tab-style-four .nav-tabs > a.active:before,
.hanor-outcome-services.tab-style-four .nav-tabs > a.active:after {
content: none;
}
.hanor-outcome-services.tab-style-four .nav-tabs > a {
width: 26%;
}
.hanor-custom-overflow {
overflow:visible!important;
}
.tab-style-four .plan-item.hanor-item {
background: #f4f7f9;
}
.tab-style-four .plan-item.hanor-item.hanor-hover {
background: #ffffff;
} .hanor-free-trail input[type="submit"] {
background-color: #04448e;
border-color: #ffffff;
} .services-style-two .service-item .hanor-image:before {
background: none;
} .hanor-services.services-style-three .service-item .hanor-image:before {
background: none;
} .hanor-team.team-style-one .hanor-image {
border-bottom: 5px solid #04448e;
-webkit-transition: all ease .5s;
-ms-transition: all ease .5s;
transition: all ease .5s;
}
.hanor-team.team-style-one .mate-item:hover .hanor-image {
border-bottom: 5px solid #87c818;
} .hanor-portfolio-four .work-item.hanor-item, .hanor-portfolio-default .work-item .work-info {text-align: left;}
.hanor-portfolio-four .work-item.hanor-item .work-title ,.hanor-portfolio-default .work-item .work-info .work-title {display: inline-block;}
.hanor-portfolio-four .work-item.hanor-item .port-icon,
.hanor-portfolio-default .work-item .work-info .port-icon{
float: right;
font-size: 24px;
margin-top: -5px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-portfolio-four .work-item.hanor-item .port-icon i, .hanor-portfolio-default .work-item .work-info .port-icon i {color: #a2a2a2;}
.hanor-portfolio-four .work-item.hanor-item:hover .port-icon i,
.hanor-portfolio-default .work-item:hover .work-info .port-icon i {color: #87c818;}
.hanor-portfolio-four .owl-carousel .owl-stage-outer {
padding-bottom: 2px;
}
.hanor-portfolio-four .owl-carousel .owl-item {
padding-right: 2px;
} .hanor-outcome-services.tab-style-three .nav.nav-tabs > a:hover,
.hanor-outcome-services.tab-style-three .nav.nav-tabs > a:hover ,
.hanor-outcome-services.tab-style-three .nav.nav-tabs > a:focus ,
.hanor-outcome-services.tab-style-three .nav.nav-tabs > a:focus {
color: #04448e;
}
.hanor-outcome-services.tab-style-three .nav-tabs > a.active:before,
.hanor-outcome-services.tab-style-three .nav-tabs > a.active:after {
background-color: #04448e;
}
.hanor-outcome-services .nav-tabs > a.active:before,
.hanor-outcome-services .nav-tabs > a.active:after {
background-color: #04448e;
}
.hanor-outcome-services.tab-style-five .nav-tabs > a:last-child:before,
.hanor-outcome-services.tab-style-five .nav-tabs > a:last-child:after {
display: none;
}
.hanor-outcome-services.tab-style-three .nav-tabs > a {
width:unset;
padding-right: 40px;
}
.hanor-outcome-services.tab-style-three .nav-tabs > a {
padding-bottom: 20px;
color: #333;
}
.hanor-outcome-services.tab-style-three .nav.nav-tabs > a.active {
color: #04448e;
} .progress-item .progress-bar {
background-color: #04448e;
} .hanor-plans .nav.nav-tabs > li > a {
color: #04448e;
} .blogs-style-four .blog-item.hanor-hover .blog-info {
background-color: rgba(65,137,221,0.9);
color: #fff;
}
.blogs-style-four .blog-item.hanor-hover .blog-info p {
color: #fff;
}
.blogs-style-four .blog-meta {
font-size: 16px;
}
.hanor-quote .hanor-video-btn-wrap .video-btn {
background-color: #04448e;
color: #ffffff;
}
.hanor-quote .hanor-video-btn-wrap .video-btn:hover {
background-color: #87c818;
color: #ffffff;
} .hanor-transparent-header .hanor-header-right .hanor-navigation > ul > li.current-menu-parent > a,
.hanor-transparent-header .hanor-header-right .hanor-navigation > ul > li:hover > a,
.sitemap-list li.current-menu-item a {
color: #04448e;
}
.menu-separator {background-color: #04448e;} .hanor-get-app .hanor-rating i, .testimonial-author .hanor-rating i {
padding-right: 2px;
} .hanor-difference .difference-info .differ-icon-image, .hanor-promo .promo-icon-image {
padding-bottom: 30px;
} .experience-item.hanor-item {
padding: 35px 30px 25px;
}
.experience-item.hanor-item {
background-color: transparent;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.experience-item.hanor-item:hover {
background-color: #f4f7f9;
-webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.10);
border-radius: 5px;
}
.experience-item {
padding-bottom: 0px;
margin-bottom: 30px;
} .hanor-clients.client-style-two  .owl-item {
border: none;
} .hanor-clients.client-style-three {
border: 1px solid #dfdfdf;
}
.hanor-clients.client-style-three .owl-item {
padding: 30px 0;
} .team-style-three .mate-item .hanor-image img {
border-radius: 0;
width: 235px;
} .hanor-gray-mid {
background-color: #f4f7f9;
}
blockquote a,
blockquote cite:before, blockquote cite:after {color: #87c818;}
.hanor-related-articles .blogs-style-three .blog-info .hanor-link a {
color: #232323;
}
.hanor-related-articles .blogs-style-three .blog-item.hanor-hover .blog-info .hanor-link a {
color: #87c818;
}
.blog-item.hanor-item .hanor-link a {
color: #232323;
}
.blogs-style-five .blog-item.hanor-item.hanor-hover .hanor-link a {
color: #ffffff;
}
.hanor-comments-area .comment-reply-link {
color: #87c818;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
}
.hanor-secondary .hanor-social.rounded a {
margin: 2px 2px;
color: #888888;
border-color: #d0d0d0;
}
.hanor-secondary .hanor-social.rounded a:hover {
color: #ffffff;
}
.hanor-secondary .post-info h5.post-time {
color: #04448e;
}
.wp-pagenavi > span.current, .wp-pagenavi > a:hover {
background-color: #04448e;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
padding: 15px;
display: inline-block !important;
width: 100%;
margin-top: 10px;
} .lsform-form-wrap {
max-width: 800px;
margin: 0 auto;
border: 1px solid #e5e5e5;
border-radius: 10px;
padding: 60px 50px;
}  .hanor-callout {
padding: 48px 0 52px;
background-color: #04448e;
color: #ffffff;
text-align: center;
}
.hanor-callout h2 {
font-size: 24px;
display: inline-block;
vertical-align: middle;
font-weight: 500;
}
.hanor-callout h2.callout-title p {
font-size: 24px;
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
padding-bottom: 0;
}
.hanor-callout .callout-link, .hanor-callout a {
display: inline-block;
color: #ffffff;
position: relative;
}
.hanor-callout .callout-link:hover,
.hanor-callout a:hover,
.hanor-callout a:focus {
color: #fff;
}
.hanor-callout .hanor-btn  {
min-width: 160px;
line-height: 30px;
font-weight: 700;
margin: 0 21px;
font-size: 12px;
color: #fff;
}
.callout-title {
padding-bottom: 0;
letter-spacing: -0.2px;
}
.hanor-callout.callout-style-two {
background-color: transparent;
padding: 65px 0 65px;
display: inline-block;
width:100%;
}
.hanor-callout.callout-style-two h2 {
font-size: 40px;
font-weight: 500;
text-align: left;
width: 100%;
}
.hanor-callout p {
color: #b1b1b1;
text-align: left;
font-family: 'Source Sans Pro', sans-serif;
font-size: 20px;
}
.hanor-callout.callout-style-two .hanor-btn {
float:right;
margin-top: 17px;
}
.hanor-callout .col-md-8.callout-styl-two,
.hanor-callout .col-md-4.callout-styl-two {
float: left;
} .hanor-feature .featured-item {
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
margin-top: 40px;
}
.hanor-feature.featured-style-two .work-item .featured-item {
margin-top: 20px;
}
.hanor-feature .featured-title {
font-size: 18px;
text-align: center;
font-weight: 500;
color: #232323;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-feature a:hover .featured-title {
color: #87c818;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-feature .featured-title {
padding: 0 0 3px 0;
}
.hanor-feature.featured-style-two .featured-title {
padding: 0 0 10px 0;
}
.hanor-feature .featured-content-wrap {
padding: 25px;
}
.hanor-feature.featured-style-one .feature-content {
text-align: center;
}
.hanor-feature.featured-style-two {
background-color: #f9f9f9;
}
.hanor-feature.featured-style-two .owl-carousel .owl-next:before {
left:0;
right:auto;
}
.hanor-feature.featured-style-two  .owl-nav .owl-next:before,
.hanor-feature.featured-style-two  .owl-nav .owl-prev:before {
background-color: #f9f9f9;
padding:12px 15px;
}
.hanor-feature.featured-style-two  .owl-nav .owl-next:before {margin-top: 27px;}
.hanor-feature.featured-style-two  .owl-nav .owl-prev:before {margin-top: -27px;}
.hanor-feature.featured-style-two .feature-content-area {
margin: 0 auto;
width: 55%;
}
.hanor-feature.featured-style-two .feature-content-area,
.hanor-feature.featured-style-two .feature-content-area p {
color: #fff;
}
.hanor-feature.featured-style-two .feature-content-area h2 {font-size: 36px;}
.hanor-feature.featured-style-two .feature-content-area p {
padding-top: 0px;
padding-bottom: 25px;
}
.hanor-feature.featured-style-two .col-lg-8 {
padding-left: 80px;
padding-right: 80px;
}
.slider-item {
position: relative;
display: inline-block;
}
.hanor-feature.featured-style-two .owl-carousel .owl-prev:before,
.hanor-feature.featured-style-two .owl-carousel .owl-next:before {
left: -132px;
}
.hanor-feature.featured-style-two .work-item {
padding-bottom: 20px;
padding-left: 5px;
}
.feature-info {
position: relative;
display: block;
width: 100%;
height: 650px;
}
.featured-contnt-overlay {
background-color: rgba(0, 0, 0, 0.24);
position: absolute;
height: 100%;
width: 100%;
}
.feature-carousel-space {
display: inline-block;
width: 100%;
position: relative;
padding: 100px 0;
}
.hanor-feature.featured-style-two .owl-carousel .owl-stage-outer {
display: inline-block;
width: 100%;
}
.hanor-feature.featured-style-two .featured-title {
text-align: left;
}
.hanor-feature .feature-content {
text-align: left;
font-size: 18px;
font-family: 'Source Sans Pro', sans-serif;
color: #777777;
} .partnership-style-one .partnership-item .hanor-image {
float:left;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-border-radius:  5px;
-ms-border-radius:  5px;
border-radius:  5px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
background-color: #fff;
padding: 48px 26px;
float: left;
height: auto;
}
.partnership-style-one .patnership-content-section {
padding-left: 25px;
overflow: hidden;
padding-top: 20px;
padding-bottom: 20px;
}
.partnership-style-one .patnership-content-section,
.partnership-style-two .patnership-content-section {
font-family: 'Source Sans Pro', sans-serif;
color: #777777;
font-size: 18px;
padding-bottom: 20px;
line-height: 24px;
}
.partnership-item.hanor-item .readmore-title {
margin-top: 5px;
}
.partnership-style-two .patnership-content-section {padding-bottom: 0;}
.partnership-style-two .patnership-content-section p {
padding-top: 20px;
}
.partnership-style-one .patnership-content-section .readmore-title a,
.partnership-style-two .patnership-content-section .readmore-title a {
text-transform: uppercase;
color: #87c818;
font-size: 14px;
font-weight: 700;
}
.partnership-style-two .patnership-content-section .readmore-title a {padding-top: 15px;}
.partnership-style-one .partnership-item {
padding-top: 30px;
padding-bottom: 50px;
display: inline-block;
width: 100%;
}
.partnership-style-two .partnership-item {
border-radius:  5px;
padding: 40px 26px;
border:1px solid #e0e0e0;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-border-radius:  5px;
-ms-border-radius:  5px;
}
.partnership-carousel-space {
padding-top: 25px;
padding-bottom: 25px;
}
.partnership-style-two .partnership-item  .hanor-image {padding-bottom: 0px;}
.hanor-partnership .owl-carousel .owl-dots {
padding-top: 40px;
} .hanor-team.team-style-four .style-four-width {
width:20%;
float:left;
display: inline-block;
}
.hanor-team.team-style-four .row {margin:0;}
.hanor-team.team-style-four .style-four-width .hanor-image {position: relative;}
.hanor-team.team-style-four .style-four-width  .mate-info {
position: absolute;
width: 90%;
bottom: 0px;
opacity:0;
background-color: #fff;
left: 0;
right: 0;
margin:0 auto;
color: #232323;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
padding-bottom: 20px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-team.team-style-four .mate-info h5,
.hanor-team.team-style-four .mate-info .hanor-social a {color: #666666;}
.hanor-team.team-style-four .mate-info .hanor-social a:hover {color: #87c818;}
.hanor-team.team-style-four .style-four-width .mate-item:hover  .mate-info {
opacity:1;
bottom: 20px;
}
.hanor-team.team-style-four .mate-item.hanor-hover .hanor-image img {box-shadow: none;}
.hanor-team.team-style-four .style-four-width .hanor-image img {
width: 382px;
} .hanor-team.team-style-five .mate-item .hanor-image img {
background: transparent;
width: 370px;
}
.hanor-team.team-style-five .style-five-width  .mate-info {
background-color: #000;
color: #fff;
padding: 25px 0;
}
.hanor-team.team-style-five {position: relative;}
.hanor-team.team-style-five:after {
content: "";
position: absolute;
background: #000;
width: 100%;
height: 132px;
display: inline-block;
bottom: 0;
left: 0;
}
.hanor-team.team-style-five .mate-item {padding-bottom: 0;}
.hanor-team.team-style-five .owl-carousel .owl-prev:before,
.hanor-team.team-style-five .owl-carousel .owl-next:before {
position: absolute;
top: auto;
bottom: 38px;
}
.hanor-team.team-style-five .mate-item.hanor-hover .hanor-image img {box-shadow: none;} .hanor-team.team-style-six .mate-item .hanor-image img {
background-color: #fff;
width: 220px;
height: 240px;
}
.hanor-team.team-style-six .mate-item .hanor-image {
border-radius: 5px;
float:left;
padding-top: 0;
padding-right: 40px;
}
.hanor-team.team-style-six.have-img-border .mate-item .hanor-image img {
border: 1px solid #e5e5e5;
}
.hanor-team.team-style-six .mate-info {
text-align: left;
display: table-cell;
padding-top: 0;
vertical-align: middle;
}
.hanor-team.team-style-six .mate-item {
padding-bottom: 30px;
} .blogs-style-five .blog-item .blog-info {
border: 1px solid #e0e0e0;
position: absolute;
bottom:0;
}
.blogs-style-five .blog-info-wrap {
min-height: unset;
bottom: 30px;
position: absolute;
padding-right: 20px;
}
.blogs-style-five .hanor-link {padding-top: 0;}
.blogs-style-five .hanor-link a:after {display: none;}
.blogs-style-five .post-wraper{
display: inline-block;
width:100%;
} .blogs-style-six .blog-info {background: transparent;}
.blogs-style-six .blog-info-wrap {
min-height: unset;
bottom: 0px;
left:0;
position: absolute;
background-color: #f9f9f9;
padding: 30px;
width: 60%;
}
.blogs-style-six .blog-item.hanor-hover .blog-info a,
.blogs-style-six .blog-item.hanor-hover .blog-meta-item {
color: #333;
}
.blog-item .blog-meta-item i {
padding-right: 6px;
font-size: 16px;
}
.blogs-style-six .owl-carousel .owl-prev:before,
.blogs-style-six .owl-carousel .owl-next:before {
top:0;
position: absolute;
border: 1px solid #e0e0e0;
border-radius: 50%;
padding: 10px 0;
top: -50px;
width: 48px;
height: 48px;
}
.blogs-style-six .owl-carousel .owl-prev:before {
left: auto;
right: 54px;
top: -50px;
}
.blogs-style-six .hanor-link {padding-top: 0;}
.blogs-style-six .blog-six-content {
display: inline-block;
}
.blogs-style-six .blog-six-content h2 {
font-size: 36px;
line-height: 43px;
font-weight: 600;
padding-bottom: 5px;
}
.blogs-style-six .owl-carousel {
padding-top: 60px;
}
.blog-info-wrap .hanor-link a:after {
content: none;
}
.blogs-style-six .blog-item.hanor-item.hanor-hover .hanor-link a {
color: #87c818;
}
.blogs-style-six .blog-item.col-md-6 {
width: 50%;
}
.blogs-style-six  .six-wrapper {
position: relative;
width:100%;
} .hanor-typewriter  {
font-size: 34px;
font-weight: 600;
}
.typewriter-caption {display: inline;}
.typewriter-caption {text-decoration: underline;}
div#typed-strings span {display: none;}
div#typed-strings span:first-child,
div#typed-strings {
display: inline-block;
}
.typed-cursor {position: absolute;}
.typed-cursor:after {
position: absolute;
right: -30px;
bottom: -42px;
width: 23px;
height: 4px;
margin-left: 10px;
opacity: 1;
content: "";
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
-ms-animation: blink 0.7s infinite;
-o-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
z-index: 1;
}
.typed-cursor:after {
right: -15px;
bottom: -80px;
width: 7px;
height: 52px;
background: #0dd3c5;
}
.typed-cursor {display: none;}
.typed-fade-out {
opacity: 0;
animation: 0;
transition: opacity .25s;
} .hanor-features .feature-item .feature-content-section i,
.hanor-features .feature-item .feature-content-section [class*=" pe-7s-"],
.hanor-features .feature-item .feature-content-section [class^=pe-7s-] {
font-size: 60px;
color: #87c818;
background-color: #fff;
padding: 30px 40px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-features .feature-item {
text-align: center;
display: inline-block;
float: left;
width: 20%;
margin-bottom: 30px;
}
.hanor-features .feature-item.col-one {
width:100%;
}
.hanor-features .feature-item.col-two {
width:50%;
}
.hanor-features .feature-item.col-three {
width:33.3333%;
}
.hanor-features .feature-item.col-four {
width:25%;
}
.hanor-features .feature-item.col-five {
width: auto;
max-width: 200px;
float: none;
}
.features-wrap {
text-align: center;
display: inline-block;
width: auto;
}
.hanor-pagination, .woocommerce-pagination {
display: inline-block;
width: 100%;
padding-top: 20px;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
display: inline-block;
vertical-align: middle;
width: 38px;
height: 38px;
padding: 5px;
margin: 5px 1px 0;
color: #777777;
border: 1px solid #dfdfdf;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.hanor-pagination .malinky-ajax-pagination-loading {
margin: 0;
}
.hanor-pagination .malinky-ajax-pagination-loading img {
width: auto;
height: auto;
}
.hanor-pagination .malinky-ajax-pagination-loading .mloader {
font-size: 16.6px;
color: #87c818;
}
.hanor-features {
text-align: center;
}
.hanor-features .feature-item .feature-content-section .feature-title {
width:100%;
text-align: center;
display: inline-block;
padding-top: 30px;
font-size: 18px;
font-weight: 600;
color: #232323;
padding-left: 20%;
padding-right: 20%;
}
.hanor-features .feature-item .feature-icon i {position: relative;}
.hanor-features .feature-item .feature-icon i:after ,
.hanor-features.feature-style-two .feature-item .feature-content-section .feature-title:after {
content: '';
position: absolute;
bottom:0;
left:0;
right:0;
margin: 0 auto;
width:0;
height:3px;
display: inline-block;
background: #04448e;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-features .feature-item.hanor-hover .feature-icon i:after,
.hanor-features.feature-style-two .feature-item.hanor-hover .feature-content-section .feature-title:after {
width:100%;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-features.feature-style-two .feature-item {
padding-right: 30px;
padding-left: 30px;
}
.hanor-features.feature-style-two .feature-item .feature-content-section .feature-title {
background-color: #fff;
padding: 40px 15px;
position: relative;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-features.feature-style-two .features-wrap {
margin: 0 -30px;
} .hanor-outcome-services.tab-style-five .nav.nav-tabs a {
width:85%;
border: none;
padding-right: 0;
color: #8cbdf6;
}
.hanor-outcome-services.tab-style-five .nav.nav-tabs a:before,
.hanor-outcome-services.tab-style-five .nav.nav-tabs a:after {
position: absolute;
bottom: -1px;
left: 0;
width: 0;
height: 1px;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
width:100%;
background: #ffffff;
}
.hanor-outcome-services.tab-style-five .nav-tabs >  a [class*="pe-7s"] {float: left;}
.hanor-outcome-services.tab-style-five .nav.nav-tabs a .tab-title {
overflow: hidden;
padding-top: 0px;
padding-left: 10px;
}
.hanor-outcome-services.tab-style-five .large-title {
color: #fff;
max-width: 63%;
font-size: 36px;
font-weight: 600;
padding-bottom: 50px;
padding-top: 60px;
line-height: 42px;
}
.hanor-outcome-services.tab-style-five .nav-tabs, .hanor-outcome-services.tab-style-five .large-title {
max-width: 580px;
margin: 0 auto;
display: block;
}
.hanor-outcome-services.tab-style-five .nav.nav-tabs a.active:before,
.hanor-outcome-services.tab-style-five .nav.nav-tabs a.active:after {
background: #fff;
}
.hanor-outcome-services.tab-style-five  .col-md-6 {
padding-left: 0;
padding-right: 0;
}
.hanor-outcome-services.tab-style-five .nav-tabs > a.active {color: #fff;}
.hanor-outcome-services.tab-style-five .nav-tabs > a p {color: #b5cfee;} .hanor-outcome-services.tab-style-five.tab-dark-version .large-title,
.hanor-outcome-services.tab-style-five.tab-dark-version .nav.nav-tabs a .tab-title  {color: #333333;}
.hanor-outcome-services.tab-style-five.tab-dark-version .nav-tabs > a p {color: #777777;}
.hanor-outcome-services.tab-style-five.tab-dark-version .nav.nav-tabs a:before,
.hanor-outcome-services.tab-style-five.tab-dark-version .nav.nav-tabs a:after {
background: #dcdcdc;
}
.hanor-outcome-services.tab-style-five.tab-dark-version .nav.nav-tabs a.active:before,
.hanor-outcome-services.tab-style-five.tab-dark-version .nav.nav-tabs a.active:after {
background: #dcdcdc;
}
.hanor-outcome-services.tab-style-five.tab-dark-version .nav.nav-tabs a:last-child.active:before,
.hanor-outcome-services.tab-style-five.tab-dark-version .nav.nav-tabs a:last-child.active:after,
.hanor-outcome-services.tab-style-five.tab-dark-version .nav.nav-tabs a:last-child:before,
.hanor-outcome-services.tab-style-five.tab-dark-version .nav.nav-tabs a:last-child:after,
.hanor-outcome-services.tab-style-five.tab-light-version .nav.nav-tabs a:last-child.active:before,
.hanor-outcome-services.tab-style-five.tab-light-version .nav.nav-tabs a:last-child.active:after,
.hanor-outcome-services.tab-style-five.tab-light-version .nav.nav-tabs a:last-child:before,
.hanor-outcome-services.tab-style-five.tab-light-version .nav.nav-tabs a:last-child:after,
.hanor-outcome-services.tab-style-five .nav.nav-tabs a:last-child:before,
.hanor-outcome-services.tab-style-five .nav.nav-tabs a:last-child:after {
background: none;
width: 0;
}
.hanor-outcome-services.tab-style-five.tab-dark-version .nav-tabs >  a {
padding-bottom: 20px;
padding-top: 35px;
width: 100%;
}
.hanor-outcome-services.tab-style-five .nav-tabs > a {
padding-bottom: 20px;
padding-top: 35px;
width: 100%;
}
.hanor-outcome-services.tab-style-five .nav-tabs a:first-child {
padding-top: 0;
}
.hanor-outcome-services.tab-style-five.tab-dark-version .large-title {padding-top: 20px;}
.hanor-outcome-services.tab-style-five .nav.nav-tabs a.active .tab-title {
color: #87c818;
} .hanor-outcome-services.tab-style-six .nav-tabs > a {
width:auto;
padding-right: 60px;
}
.hanor-outcome-services.tab-style-six .nav-tabs >  a {padding-bottom: 10px;}
.hanor-outcome-services.tab-style-six .nav-tabs > a.active .tab-title {color: #04448e;}
.hanor-outcome-services.tab-style-six .tab-content {padding-top: 80px;}
.hanor-outcome-services.tab-style-six .nav-tabs {  margin: 4px 0 0; }
.hanor-outcome-services.tab-style-six .tab-six-wrap {
background-color: #f9f9f9;
border-bottom: 1px solid #e8e8e8;
}
.hanor-outcome-services .tab-pane .hanor-outcome-services.tab-style-six .hanor-image {
padding-top: 0;
}
.tab-six-wrap .col-md-3 {
position: unset;
}
.tab-six-wrap > .container {
position: relative;
} .hanor-page-share {
position: absolute;
overflow: hidden;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
height: 100%;
}
.hanor-page-share p {
float: left;
margin: 0;
color: #222222;
font-weight: 600;
font-size: 15px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.hanor-page-share .hanor-social:before {
content: "";
position: absolute;
top: 0;
left: -28px;
border-style: solid;
border-width: 36px 28px 36px 0;
border-color: transparent #efefef transparent transparent;
}
.hanor-page-share .hanor-social {
float: left;
position: relative;
right: -122px;
background: #efefef;
padding: 24px 10px 15px;
opacity: 1;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-page-share.hanor-hover .hanor-social {
right: 0px;
opacity: 1;
}
.hanor-page-share .hanor-social a {
float: left;
min-width: 28px;
min-height: 28px;
padding: 3px;
margin-right: 0;
font-size: 13px;
color: #333;
text-align: center;
}
.hanor-page-share .hanor-social a i {line-height: 22px;}
.hanor-page-share .share-link {
float: left;
padding-top: 0;
background-color: #efefef;
position: relative;
padding: 23px 22px 23px 10px;
z-index: 1;
max-height: 72px;
}
.hanor-page-share p {
float: left;
padding: 0;
margin: 0;
color: #222222;
font-weight: 600;
font-size: 15px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.hanor-page-share .share-link p i {
padding-right: 6px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
} .hanor-testimonials.testimonials-style-five .hanor-image img {
width: 69px;
height: 69px;
border-radius: 100%;
}
.hanor-testimonials.testimonials-style-five .testimonial-author-quote {
background: #fff;
padding: 20px 20px 20px 30px;
}
.hanor-testimonials.testimonials-style-five .testimonial-author-image {width: auto;padding: 0 25px 10px 10px;}
.hanor-testimonials.testimonials-style-five .testimonial-author-quote {
width: 80%;
text-align: left;
position: relative;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hanor-testimonials.testimonials-style-five .testimonial-author-quote:before {
content: "\A";
border-style: solid;
border-width: 10px 15px 10px 0;
border-color: transparent #ffffff transparent transparent;
position: absolute;
left: -15px;
top: 25px;
}
.hanor-testimonials.testimonials-style-five.team-top-align .testimonial-author-quote:before {
content: none;
}
.hanor-testimonials.testimonials-style-five .testimonial-author:before {
content: '';
display: inline-block;
padding-top: 1px;
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/icons/icon5@3x.png);
background-position: 50% 100%;
background-repeat: no-repeat;
background-size: 43px auto;
width:50px;
height: 50px;
}
.hanor-testimonials.testimonials-style-five .testimonial-author {padding-top: 0;}
.hanor-testimonials.testimonials-style-five .owl-carousel .owl-prev:before {
left: auto;
right: 54px;
top: -50px;
}
.hanor-testimonials.testimonials-style-five .owl-carousel .owl-prev:before,
.hanor-testimonials.testimonials-style-five .owl-carousel .owl-next:before {
top: 0;
position: absolute;
border: 1px solid #e0e0e0;
border-radius: 50%;
padding: 8px 0;
top: -35px;
width: 48px;
height: 48px;
}
.hanor-testimonials.testimonials-style-five .owl-stage-outer {
padding-top: 40px;
padding-bottom: 10px;
}
.hanor-testimonials.testimonials-style-five .hanor-testimonials p {font-size: 18px;}
.hanor-testimonials.testimonials-style-five h2 {text-align: left;} .hanor-callout.callout-style-three p {
text-align: center;
color: #fff;
padding-bottom: 25px;
}
.hanor-callout.callout-style-three h2 {
font-size: 36px;
font-weight: 500;
line-height: 38px;
margin-bottom: 33px;
width: 100%;
}
.hanor-callout.callout-style-three.text-align-right p,
.hanor-callout.callout-style-three.text-align-right h2,
.hanor-callout.callout-style-three.text-align-right {
text-align: right;
}
.hanor-callout.callout-style-three.text-align-left p,
.hanor-callout.callout-style-three.text-align-left h2,
.hanor-callout.callout-style-three.text-align-left  {
text-align: left;
}
.hanor-callout.callout-style-three.text-align-left .hanor-btn {margin-left: 0;}
.hanor-callout.callout-style-three.text-align-right .hanor-btn {margin-right: 0;} .hanor-subscribe-section {
display: inline-block;
width: 100%;
padding: 70px 50px 50px;
border: 1px solid #dddddd;
}
.subscribe-socials {
display: inline-block;
}
.hanor-subscribe-section .subscribe-section-title {
font-size: 36px;
font-weight: 700;
line-height: 43px;
}
.hanor-subscribe-section .subscribe-socials a {
float: left;
display: inline-block;
margin-right: 10px;
background-color: #bfbfbf;
padding: 15px;
border-radius: 100%;
width: 50px;
height: 50px;
text-align: center;
color: #fff;
margin-top: 20px;
}
.hanor-subscribe-section .subscribe-socials a:hover {background-color: #87c818;}
.hanor-subscribe-section form p {position: relative;}
.hanor-subscribe-section input[type="email"] {
padding-right: 80px;
margin-bottom: 0;
background-color: #f2f2f2;
border-color: #dddddd;
}
.hanor-subscribe-section input[type="submit"] {
position: absolute;
top: 0;
right: 0;
min-width: 70px;
padding: 9px;
margin-top: 0;
font-family: FontAwesome;
font-weight: normal;
font-size: 15px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.hanor-subscribe-section p.sub-desc {padding-top: 35px;} .hanor-services.services-style-five p {
margin-bottom: 30px;
}
.hanor-services.services-style-five,
.hanor-services.services-style-five .hanor-icon,
.hanor-services.services-style-five .service-info h4,
.hanor-services.services-style-five p,
.hanor-services.services-style-five .hanor-btn {
text-align: center;
}
.hanor-services.services-style-five.text-align-right,
.hanor-services.services-style-five.text-align-right .hanor-icon,
.hanor-services.services-style-five.text-align-right .service-info h4,
.hanor-services.services-style-five.text-align-right p {
text-align: right;
}
.hanor-services.services-style-five.text-align-right .hanor-btn {
float: right;
}
.hanor-services.services-style-five.text-align-left,
.hanor-services.services-style-five.text-align-left .hanor-icon,
.hanor-services.services-style-five.text-align-left .service-info h4,
.hanor-services.services-style-five.text-align-left p
{
text-align: left;
}
.hanor-services.services-style-five.text-align-left .hanor-btn {
float: left;
}
.hanor-services.services-style-five.service-shadow {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 40px 30px 20px;
background-color: transparent;
}
.hanor-services.services-style-five.service-border-radius {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.hanor-services.services-style-five.have-border {
border: 1px solid #e5e5e5;
padding: 30px;
}
.hanor-services.services-style-five.have-border .service-item.hanor-item {
padding-bottom: 0;
}
.hanor-services.services-style-five.have-border .service-info {
padding-top: 18px;
} .hanor-link.simple a {text-transform: capitalize;}
.hanor-link.simple {padding-top: 2px;}
.hanor-link.simple a:after {display: none;} .hanor-counting .count-item .counter-value {
float:left;
color: #87c818;
font-size: 36px;
font-weight: 600;
width: 10%;
}
.hanor-counting .count-item {padding-bottom: 10px;}
.hanor-counting  .counting-content-area h3 {
font-size: 20px;
padding-bottom: 6px;
}
.hanor-counting .counting-content-area {
overflow: hidden;
padding-left: 15px;
padding-top: 5px;
} .hanor-team.team-style-five.team-round-image .style-five-width .mate-info {
background-color: #fff;
color: #333333;
}
.hanor-team.team-style-five.team-round-image:after {
content: none;
}
.hanor-team.team-style-five.team-round-image img,
.hanor-team.team-style-five.team-round-image .hanor-image img {
width: 207px;
height: 207px;
background: #f8f8f8 !important;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
} .hanor-team-intro .member-details h2 {
font-size: 50px;
line-height: 50px;
}
.hanor-team-intro .member-details h3  {
font-size: 19px;
line-height: 26px;
color: #87c818;
font-weight: 400;
font-family: 'Source Sans Pro', sans-serif;
}
.hanor-team-intro .member-details p {
padding-top: 10px;
padding-bottom: 10px;
}
.hanor-team-intro .address-info li {
display: block;
font-size: 16px;
color: #333333;
}
.hanor-team-intro .address-info li a {
color: #666666;
}
.hanor-team-intro .team-social-links ul {
padding-left: 0;
}
.hanor-team-intro .hanor-social {
margin-top: 10px;
display: inline-block;
}
.hanor-team-intro .hanor-social a {
margin-right: 10px;
}
.hanor-team-intro .hanor-social a {
background-color: #b2b2b2;
color:#fff;
border-color: #b2b2b2;
}
.intro-toggle-align .intro-cntnt-section {
float: right;
} .hanor-chart .hanor-image img {
padding-bottom: 20px;
}
.hanor-chart .hanor-image:after {
position: relative;
content:'';
width:2px;
height: 80px;
background-color: #d1d1d1;
display: block;
margin: 0 auto;
}
.hanor-chart h2.chart-title {
font-size: 30px;
line-height: 30px;
color: #232323;
padding-top: 35px;
padding-bottom: 3px;
}
.hanor-chart h5 {
font-size: 18px;
color: #232323;
line-height: 30px;
font-weight: 400;
}
.hanor-chart  {
text-align: center;
} .hanor-award .hanor-image {float:left;}
.hanor-award .award-content-section {
overflow: hidden;
padding-left: 20px;
}
.hanor-award .award-item {
display: inline-block;
padding-top: 20px;
padding-bottom: 20px;
}
.hanor-award.award-border {border-bottom:1px solid #d4d4d4;}
.hanor-award h3.award-title {font-size: 22px;} .hanor-success .success-item .success-icon {
float:left;
background-color: #87c818;
width: 82px;
height: 82px;
line-height: 82px;
text-align: center;
border-radius: 100%;
margin-top: 6px;
}
.hanor-success .success-item .success-content-area {
overflow: hidden;
padding-left: 20px;
}
.hanor-success .success-item .success-icon i {
font-size: 40px;
color: #fff;
vertical-align: middle;
}
.hanor-success .success-content-section {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 36px 40px;
background-color: #fff;
margin-bottom: 30px;
}
.hanor-success .success-content-section h3 {
font-weight: 500;
padding-bottom: 5px;
font-size: 22px;
} .hanor-simple-list .list-tile {
font-size: 20px;
font-weight: 600;
color:#333333;
}
.hanor-simple-list .sub-title, .hanor-simple-list .sub-title a {
font-size: 18px;
line-height: 25px;
color: #04448e;
padding-top: 6px;
font-weight: 500;
}
.simple-list-content:before {
display: inline-block;
width: 22px;
height: 18px;
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/icons/tic-mark.png);
background-repeat: no-repeat;
background-size: 22px 18px;
content: "";
margin-top: 7px;
z-index: 1;
float:left;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-simple-list .list-main-item {
overflow: hidden;
padding-left: 10px;
}
.hanor-simple-list .simple-list-content {
padding-bottom: 10px;
display: inline-block;
width: 100%;
} .hanor-simple-list.simple-list-style-two .simple-list-content:before {
content: "";
margin-top: 11px;
z-index: 1;
float:left;
width:10px;
height: 10px;
background-color: #04448e;
border-radius: 100%;
}
.hanor-simple-list.simple-list-style-two .list-tile {
display: inline-block;
float:left;
margin-right: 10px;
font-size: 18px;
}
.hanor-simple-list.simple-list-style-two p {padding-bottom: 2px;} .hanor-insights .toggle-insights-info {
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hanor-insights .toggle-insights-info .insights-content-info  {padding: 30px;}
.hanor-insights h3.insights-title {
font-size: 20px;
line-height: 27px;
color: #232323;
font-weight: 500;
padding-bottom: 15px;
}
.hanor-insights h5.subtitle {
font-size: 16px;
line-height: 25px;
color: #777777;
font-weight: 400;
padding-bottom: 0;
}
.hanor-insights .insights-toggle-content p {
line-height: 24px;
padding-bottom: 0;
}
.toggle-insights-info .insights-meta {
border-top: 1px solid #e4e4e4;
padding: 15px 30px;
font-size: 16px;
color: #04448e;
font-style: italic;
}
.toggle-insights-info .insights-meta span:after {
position: relative;
content: '';
width: 2px;
height: 20px;
background-color: #8aa8ca;
display: inline-block;
margin-left: 8px;
margin-right: 5px;
top:3px;
}
.toggle-insights-info .insights-meta span:last-child:after {content: none;} .toggle-insights-info .story-section { padding: 30px;}
.toggle-insights-info .story-section p {padding-bottom: 0;}
.toggle-insights-info .insight-sector i {padding-right: 6px;} .widget-opening-hours .valuable-status-item {
padding: 40px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
position: relative;
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-top: 13px;
}
.hanor-widget .widget-opening-hours .valuable-status-item .status-title {
padding-bottom: 17px;
font-weight: 500;
z-index: 1;
position: relative;
}
.widget-opening-hours .valuable-status-item ul {
padding-left: 0;
position: relative;
z-index: 1;
list-style-type: none;
display: inline-block;
}
.widget-opening-hours .valuable-status-item h3 {
font-size: 24px;
z-index: 1;
position: relative;
padding-bottom: 14px;
}
.widget-opening-hours .valuable-status-item ul li {
padding: 0 0 5px;
font-size: 18px;
display: inline-block;
width: 100%;
}
.widget-opening-hours .valuable-status-item ul li:last-child {
border-bottom: none;
}
.widget-opening-hours .valuable-status-item .pull-right {
padding-left: 10px;
} .hanor-job-detail .job-detail-item {
display: inline-block;
width: 100%;
font-size: 18px;
padding-top: 8px;
padding-bottom: 8px;
}
.hanor-job-detail .job-detail-item:last-child {
padding-bottom: 0;
}
.hanor-job-detail .job-detail-item .job-detail-icon {
float: left;
margin-right: 10px;
color: #87c818;
font-size: 20px;
}
.hanor-job-detail .job-detail-item .job-detail-title {
display: inline-block;
font-weight: 500;
width: 50%;
float: left;
}
.hanor-job-detail .job-detail-item  h4.job-title,
.hanor-job-detail .job-detail-item h4.sub-title  {
font-size: 18px;
display: inline-block;
font-weight: 500;
}
.hanor-job-detail .job-detail-item .job-detail-subtitle {
width: 50%;
text-align: left;
float: left;
font-weight: 400;
}
.hanor-job-detail .job-detail-item h4.sub-title {font-weight: 400;}
.hanor-job-detail.job-detail-style-one {
padding: 45px;
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hanor-job-detail.job-detail-style-two .job-detail-item  h4.job-title,
.hanor-job-detail.job-detail-style-two .job-detail-item h4.sub-title  {
font-size: 16px;
display: inline-block;
padding-bottom: 2px;
}
.hanor-job-detail.job-detail-style-two .job-detail-item {
padding-top: 0;
padding-bottom: 0;
} .job-apply-form {display: inline-block;}
.job-apply-form .upload-file {
margin-bottom: 18px;
color: #aaaaaa;
padding-left: 20px;
margin-left: 5px;
border: 1px dashed rgba(0,0,0,0.2);
padding-top: 10px;
border-radius: 2px;
}
.job-apply-form .upload-file h4 {
font-size: 14px;
padding-top: 10px;
}
.job-apply-form .terms-condition {padding-bottom: 15px;}
.job-apply-form .terms-condition span.wpcf7-list-item {margin-left: 0;}
.job-apply-form .terms-condition .wpcf7-list-item-label {
color :#aaa;
margin-top: -5px;
}
.job-apply-form input[type="text"],
.job-apply-form input[type="email"],
.job-apply-form input[type="date"],
.job-apply-form input[type="time"],
.job-apply-form input[type="number"],
.job-apply-form textarea,
.job-apply-form select,
.job-apply-form .form-control,
.job-apply-form .nice-select {
border: 1px solid rgba(0,0,0,0.2);
}
.job-apply-form textarea {
-webkit-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
}
.job-apply-form .terms-condition  span {display: inline-block;}
.job-apply-form .terms-condition  span > a {
color: #777;
font-weight: 600;
}
.job-apply-form .terms-condition  span > a:hover {color: #36bbf7;}
.job-apply-form .terms-condition span.term-text {
width: 93%;
color: #aaa;
}
.hanor-form-wrap.contact-drop-shadow {
background-color: #fff;
padding: 45px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} .hanor-blog-share.havnor-share-page .blog-share-title {
float: left;
padding-bottom: 0;
display: inline-block;
padding-top: 13px;
padding-right: 20px;
}
.hanor-blog-share.havnor-share-page .hanor-social.rounded {margin-left: 0;}
.hanor-blog-share.havnor-share-page {
padding-top: 25px;
padding-bottom: 10px;
}
.hanor-blog-share.havnor-share-page .blog-share-title {
float:none;
display: inline-block;
padding-right: 5px;
}
.hanor-blog-share.havnor-share-page .hanor-social.rounded {
display: inline-block;
}  .hanor-large-out {
display: block;
position: absolute;
width: 450px;
height: 450px;
border-radius: 100%;
border: 1px dashed #bfbfbf;
left: 0;
right: 0;
margin: 0 auto;
}
.large-out-inner {
display: block;
position: relative;
width: 243px;
height: 243px;
border-radius: 100%;
border: 1px solid #ececec;
left: 0;
right: 0;
margin: 0 auto;
top: 50%;
transform: translateY(-50%);
}
.hanor-small-out {
display: block;
position: relative;
width: 120px;
height: 120px;
background: #f4f4f4;
border-radius: 100%;
left: 0;
right: 0;
margin: 0 auto;
top: 50%;
transform: translateY(-50%);
}
.hanor-small-out .road-line {
display: inline-block;
position: absolute;
width: 40px;
height: 57px;
left: 0;
right: 0;
margin: 0 auto;
top: 50%;
transform: translateY(-50%);
border: solid #333;
border-width: 0 7px 0 7px;
}
.hanor-small-out img {
display: inline-block;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 50%;
transform: translateY(-50%);
}
.hanor-small-out span {
position: relative;
width: 100%;
height: 100%;
display: inline-block;
overflow: hidden;
}
.hanor-small-out .road-line span:before,
.hanor-small-out .road-line span:after {
content: "";
position: absolute;
display: inline-block;
width: 6px;
height: 20px;
background-color: #333;
left: 0;
right: 0;
margin: 0 auto;
top: 0;
-webkit-animation: 2s Vscroll infinite linear;
-moz-animation: 2s Vscroll infinite linear;
-o-animation: 2s Vscroll infinite linear;
-ms-animation: 2s Vscroll infinite linear;
animation: 2s Vscroll infinite linear;
}
.hanor-small-out .road-line span:after {
top: 90%;
}
@-webkit-keyframes Vscroll{
0%{
transform: translateY(-125%);
}
100%{
transform: translateY(125%);
}
}
@-moz-keyframes Vscroll{
0%{
transform: translateY(-125%);
}
100%{
transform: translateY(125%);
}
}
@-o-keyframes Vscroll{
0%{
transform: translateY(-125%);
}
100%{
transform: translateY(125%);
}
}
@-ms-keyframes Vscroll{
0%{
transform: translateY(-125%);
}
100%{
transform: translateY(125%);
}
}
@keyframes Vscroll{
0%{
transform: translateY(-125%);
}
100%{
transform: translateY(125%);
}
}
.hanor-figuress-wrap {
display: inline-block;
width: 100%;
padding: 80px 0;
}
.figuress-item {
display: block;
float: left;
width: 50%;
padding: 0 20px;
position: relative;
z-index: 1;
margin: 40px 0;
}
.figuress-item-wrap {
display: table;
max-width: 430px;
margin: 0 auto 0 0;
}
.figuress-item .icon-wrap {
float: right;
display: inline-block;
width: 82px;
height: 82px;
}
.figuress-item .hanor-icon {
float: right;
display: inline-block;
background: #87c818;
width: 77px;
height: 77px;
color: #fff;
text-align: center;
border-radius: 100%;
border: 5px solid transparent;
box-shadow: 0px 0px 0px 5px #87c818;
padding: 8px 0;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.figuress-item .hanor-icon [class*="pe-7s"] {
font-size: 50px;
}
.figuress-item .hanor-icon i,
.figuress-item .hanor-icon span {
font-size: 50px;
}
.figuress-item.hanor-hover .hanor-icon {
box-shadow: 0px 0px 0px 5px rgba(135, 200, 24, 0.35);
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.figuress-item .hanor-icon img {
max-width: 40px;
margin: 0 auto;
display: block;
}
.figuress-item .figuress-info {
float: left;
width: calc(100% - 82px);
text-align: right;
padding: 0 30px 0 0;
}
.hanor-figuress-wrap .figuress-item:nth-child(2n) .figuress-item-wrap {
margin: 0 0 0 auto;
}
.hanor-figuress-wrap .figuress-item:nth-child(2n) .figuress-item-wrap .icon-wrap {
float: left;
}
.hanor-figuress-wrap .figuress-item:nth-child(2n) .figuress-item-wrap .figuress-info {
padding: 0 0 0 30px;
text-align: left;
}
.hanor-figuress-wrap .figuress-item:nth-child(3n),
.hanor-figuress-wrap .figuress-item:nth-child(4n) {
margin-top: 120px;
} .accordion-careers-style {
padding: 0 0 60px;
}
.accordion-careers-style .btn-link.panel-title {
padding: 20px 55px 28px 45px;
background: #ffffff;
border-bottom: 1px solid #e7e7e7;
border-width: 0 0 1px 0;
position: relative;
font-size: 20px;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.accordion-careers-style .panel.panel-default {
margin: 0;
}
.accordion-careers-style .panel-title:after {
content: none;
}
.accordion-careers-style .panel-default {
margin-bottom: 0;
}
.accordion-careers-style .panel-title:before {
position: absolute;
top: 50%;
left: 10px;
width: 20px;
height: 13px;
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/icons/tic-mark.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 20px 13px;
content: "";
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.accordion-careers-style .card-body {
border: 1px solid #e7e7e7;
border-width: 0 0 1px 0;
padding: 25px 30px;
}
.accordion-switch {
display: inline-block;
width: 28px;
height: 16px;
background: #f2fdde;
border-radius: 50px;
border: 1px solid #b1bfd0;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.accordion-switch:before {
content: "";
position: absolute;
display: inline-block;
top: 50%;
left: 12px;
transform: translateY(-50%);
width: 11px;
height: 11px;
background: #87c818;
border-radius: 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.collapsed .accordion-switch:before {
left: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.accordion .btn.focus, 
.accordion .btn:focus {
box-shadow: none;
text-decoration: none;
}
.accordion .btn-link:hover {
color: #3649e5;
text-decoration: none;
}
.accordion .card-header,
.accordion-title.panel-heading {
padding: 0;
background: transparent;
border: none;
}
.btn-link.panel-title  {
text-align: left;
width: 100%;
display: block;
padding: 11px 55px 11px 25px;
background: #ffffff;
border: 1px solid #e7e7e7;
position: relative;
-webkit-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
}
.btn-link.panel-title.collapsed {
color:#232323;
margin-bottom: 10px;
}
.btn-link.panel-title   {
color: #3649e5;
}
.accordion-style-one > .card {
display: inline-block;
width:100%;
} .toggle-service-info {
position: relative;
}
.toggle-service-item {
background: #fff;
padding: 40px;
border: 1px solid #f9f9f9;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
h4.toggle-service-title {
font-size: 20px;
}
.toggle-service-info p {
font-size: 18px;
color: #777;
padding-bottom: 0;
}
.toggle-service-info .hanor-icon {
margin-bottom: 15px;
cursor: pointer;
}
.toggle-service-info .hanor-icon span {
font-size: 70px;
color: #87c818;
}
.service-toggle-content {
display: none;
}
.service-toggle-content ul {
padding: 25px 0 0;
margin: 0;
list-style: none;
color: #777;
}
.service-toggle-content ul li {
font-size: 17px;
margin-bottom: 7px;
position: relative;
padding: 0 0 0 20px;
background: none;
color: #777;
font-family: "Source Sans Pro", Arial, sans-serif;
}
.service-toggle-content ul li:before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
display: inline-block;
background: #04448e;
width: 7px;
height: 7px;
left: 0;
border-radius: 100%;
}
.service-switch {
display: inline-block;
cursor: pointer;
width: 28px;
height: 16px;
background: #f2fdde;
border-radius: 50px;
border: 1px solid #b1bfd0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.service-switch:before {
content: "";
position: absolute;
display: inline-block;
top: 50%;
left: 3px;
transform: translateY(-50%);
width: 11px;
height: 11px;
background: #87c818;
border-radius: 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.service-active .service-switch:before {
left: 12px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .hanor-technology-partners {
padding: 70px 0 40px;
}
.partners-item {
text-align: center;
position: relative;
border: 1px solid #e0e0e0;
margin-bottom: 30px;
min-height: 240px;
height: 240px;
background-color: #fff;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.partners-active.partners-item,
.partners-item:hover {
border-color: #87c818;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.partners-item:after {
content: "▲";
position: absolute;
bottom: -51px;
margin: 0 auto;
left: 0;
color: #fff;
font-size: 26px;
right: 0;
text-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
z-index: 1;
opacity: 0;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.partners-active.partners-item:after {
opacity: 1;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.about-partners {
padding: 55px 70px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
position: relative;
margin: 10px 0 40px;
background-color: #fff;
}
.about-partners h3 {
font-size: 20px;
}
.about-partners-item {
display: none;
}
span.partners-info-txt {
position: absolute;
top: 10px;
right: 10px;
font-weight: 400;
color: #777777;
font-size: 12px;
opacity: 0;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.partners-item.hanor-hover span.partners-info-txt {
opacity: 1;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
} .process-wedo-item {
color: #fff;
text-align: center;
}
.wedo-number {
display: inline-block;
padding: 10px;
border: 1px dashed rgba(255, 255, 255, 0.3);
border-radius: 100%;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.wedo-number h2 {
background: #fff;
color: #777777;
width: 128px;
height: 128px;
margin: 0 auto;
border-radius: 100%;
padding: 0;
font-size: 50px;
line-height: 128px;
position: relative;
}
.process-wedo-item h3 {
font-size: 20px;
padding: 20px 0 0;
max-width: 100%;
margin: 0 auto;
}
.wedo-number h2:after {
content: "";
width: 90%;
display: inline-block;
position: absolute;
border-top: 1px dashed rgba(255, 255, 255, 0.3);
right: calc(-100% - 16px);
top: 50%;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.wedo-active-wrap:last-child .wedo-number h2:after {
content: none;
}
.hover-active .wedo-number h2:after,
.hover-active .wedo-number,
.hanor-hover .wedo-number {
border-color: #87c818;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
} .hanor-process-wedo.wedo-style-two .wedo-number h2:after {
content: none;
}
.hanor-process-wedo.wedo-style-two .wedo-number {
padding: 0;
border: none;
}
.hanor-process-wedo.wedo-style-two .wedo-number h2 {
background: transparent;
color: #f3f3f3;
width: auto;
height: auto;
margin: 0 auto;
padding: 0;
font-size: 50px;
line-height: normal;
position: relative;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.hanor-process-wedo.wedo-style-two .process-wedo-item {
color: #333;
text-align: center;
background: #fff;
border: 1px solid #e0e0e0;
padding: 22px 20px 30px;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.hanor-process-wedo.wedo-style-two .process-wedo-item:hover {
border-color: #87c818;
}
.hanor-process-wedo.wedo-style-two .process-wedo-item:hover .wedo-number h2 {
color: #87c818;
}
.hanor-process-wedo.wedo-style-two .process-wedo-item h3 {
font-size: 20px;
padding: 10px 0;
max-width: 100%;
margin: 0 auto;
} .timeline-menu {
position: relative;
margin: 50px 0;
padding-top: 80px;
}
.timeline-menu:before {
position: absolute;
top: 0;
left: 50%;
width: 2px;
height: 100%;
background: #e1e1e1;
content: "";
z-index: 1;
}
.timeline-menu:after {
position: absolute;
top: 0;
right: 0;
left: 0;
margin: 0 auto;
width: 16px;
height: 16px;
background: #04448e;
box-shadow: 0px 0px 0px 4px rgba(4, 68, 142, 0.3);
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
content: "";
z-index: 1;
}
.timeline-item {
padding-bottom: 80px;
position: relative;
}
.timeline-item:nth-child(2n) [class*="col-"]:first-child {
float: right;
order: 2;
}
.timeline-item:last-child {
padding-bottom: 0;
}
.timeline-image {
float: right;
max-width: 305px;
margin: 0px 62px 0 0;
position: relative;
}
.timeline-image:before {
position: absolute;
top: 56px;
right: -86px;
width: 16px;
height: 16px;
background: #04448e;
box-shadow: 0px 0px 0px 4px rgba(4, 68, 142, 0.3);
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
content: "";
z-index: 1;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.timeline-item:nth-child(2n) .timeline-image {
float: left;
margin-left: 63px;
margin-right: 0;
}
.timeline-item:nth-child(2n) .timeline-image:before {
left: -85px;
right: auto;
}
.timeline-image .hanor-image {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.timeline-year {
display: inline-block;
position: absolute;
top: 10px;
left: 0;
right: 0;
margin: 0 auto;
max-width: 80px;
text-align: center;
font-size: 20px;
font-weight: 700;
background-color: #fff;
padding: 7px 0;
z-index: 1;
}
.timeline-info {
float: left;
width: 440px;
padding: 30px 50px;
margin: 0px 0 0 62px;
background: #ffffff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
position: relative;
}
.timeline-item:nth-child(2n) .timeline-info {
float: right;
margin-left: 0;
margin-right: 62px;
}
.timeline-info:after {
content: "▲";
position: absolute;
left: -20px;
top: 10px;
transform: rotate(-90deg);
display: inline-block;
margin: 0 auto;
color: #fff;
font-size: 26px;
text-shadow: 0px -3px 10px rgba(0, 0, 0, 0.15);
z-index: 1;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.timeline-item:nth-child(2n) .timeline-info:after {
right: -20px;
left: auto;
transform: rotate(90deg);
}
.timeline-info h3 {
font-size: 20px;
padding: 0;
}
.timeline-info p {
font-size: 18px;
color: #777;
padding: 9px 0 0;
}
.timeline-info span {
font-size: 18px;
color: #777;
display: inline-block;
}
.timeline-item:hover .timeline-image:before {
background: #87c818;
box-shadow: 0px 0px 0px 4px rgba(135, 200, 24, 0.3);
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
} .hanor-job.job-search {
padding: 80px 0;
}
.hanor-job.job-search.hanor-mid-wrap {
padding: 80px 0 120px;
}
.job-item  {
padding: 40px 0;
border-bottom: 1px solid #e6e6e6;
}
.job-item .hanor-image , .hanor-outcome-services .tab-pane .hanor-job  .hanor-image {
background: #fff;
border: 1px solid #e0e0e0;
text-align: center;
max-width: 160px;
padding: 10.5px 0;
}
h4.job-title {
font-size: 20px;
padding: 0 0 5px;
font-weight: 500;
}
.job-info p {
padding: 0;
}
.job-info {
max-width: 600px;
}
.job-date {
font-size: 16px;
color: #666;
font-weight: 500;
padding-bottom: 15px;
}
.job-date i {
padding-right: 8px;
font-size: 14px;
vertical-align: top;
margin-top: 2px;
}
.job-btn {
display: inline-block;
vertical-align: middle;
overflow: hidden;
min-width: 130px;
min-height: 40px;
padding: 6px 15px 5px;
color: #fff;
font-weight: 600;
font-size: 12px;
line-height: 27px;
letter-spacing: 0.8px;
text-transform: uppercase;
text-align: center;
border: 1px solid #87c818;
background: #87c818;
overflow: hidden;
position: relative;
outline: none;
cursor: pointer;
border-radius: 35px;
-webkit-transition: all ease .5s;
-ms-transition: all ease .5s;
transition: all ease .5s;
z-index: 1;
}
.job-btn.blue {
border: 1px solid #04448e;
background: #04448e;
float: left;
}
.job-btn:hover, .job-btn:focus {
color: #87c818;
background: transparent;
}
.job-btn.blue:hover, .job-btn.blue:focus {
background: #04448e;
border-color: #04448e;
color: #ffffff;
opacity: 0.9;
}
.job-detail-info .job-btn.blue:hover, 
.job-detail-info .job-btn.blue:focus {
color: #ffffff;
opacity: 0.9;
}
.job-btn:hover:before, .job-btn:focus:before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.job-btn span {
position: relative;
z-index: 2;
}
.job-location a,
.job-location {
font-size: 16px;
color: #666;
font-weight: 500;
}
.job-location a:hover {
color: #87c818;
}
.job-location {
text-align: right;
display: block;
}
.job-location  i {
padding-right: 5px;
font-size: 16px;
vertical-align: top;
margin-top: 2px;
}
.job-item .hanor-btns-group {
padding: 0 0 60px;
text-align: right;
}
.hanor-job .hanor-pagination {
padding-top: 60px;
} .hanor-sitemap-wrap h2 {
font-size: 30px;
color: #333;
padding-bottom: 20px;
}
.sitemap-list ul {
padding: 0;
margin: 0;
list-style: none;
}
.sitemap-list ul li {
border-left: 1px solid #87c818;
font-size: 20px;
padding: 0px 0 10px 30px;
}
.sitemap-list ul li.menu-item-has-children {
padding-bottom: 0;
}
.sitemap-list ul li:last-child ul li:last-child {
padding-bottom: 0;
}
.sitemap-list ul li ul li:first-child,
.sitemap-list ul li:last-child ul li:first-child {
padding-top: 10px;
padding-bottom: 10px;
} #world-map-markers {
margin: 0 auto;
} .hanor-map-tab-content .hanor-google-map {min-height: 450px;}
.our-locations .tab-pane.active {
z-index: 2;
}
.hanor-map-tab-content .tab-pane {
min-height: 450px;
}
.hanor-gmap-tab.fade {
float: left;
width: 100%;
padding: 0;
} .hanor-gmap-tab.fade,
.our-locations .hanor-gmap-tab.fade.in {
opacity:1;
}
.hanor-mt-container {
max-width: 1170px;
margin: 0 auto;
text-align: center;
}
.hanor-locations-tabs {
position: relative;
border: none;
text-align: center;
margin: 0 -8px;
text-transform: unset;
padding: 80px 0;
} .our-locations  {
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/background/map-bg-pattern.png);
background-position: top center;
background-repeat: no-repeat;
}
.nav-tabs > .each-location-tab {
float: none;
display: inline-block;
width: 23%;
margin: 0 auto 30px;
-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
-moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.nav-tabs .each-location-tab {
display: inline-block;
overflow: hidden;
clear: both;
text-align: center;
padding: 30px 22px;
margin: 0 8px;
background: #333333;
border-radius: 5px;
border: none !important;
box-shadow: none;
}
.our-locations .nav-tabs > a:nth-last-child(-n+2) {
margin-right: 8px;
}
.nav-tabs .each-location-tab,
.nav-tabs .each-location-tab:hover,
.nav-tabs .each-location-tab:focus {
background: #333333;
}
.nav-tabs .each-location-tab.active,
.nav-tabs .each-location-tab.active:hover,
.nav-tabs .each-location-tab.active:focus {
background: #000;
}
.location-map {
float: left;
width: 100%;
height: 100%;
}
.nav-tabs.hanor-locations-tabs > a.active::after {content: none;}
.each-item-wrapper h3 {
color: #fff;
font-size: 22px;
padding: 0 0 13px;
}
a.each-item-wrapper,
.each-item-wrapper p,
.each-item-wrapper ul li {
color: #bcbcbc;
font-size: 16px;
}
.each-item-wrapper a:hover {
color: #87c818;
}
.hanor-locations-tabs .hanor-address-info {
padding: 0 0 15px;
width: 100%;
float: left;
}
.hanor-locations-tabs .hanor-address-info:last-child {padding: 0;}
.each-location-tab.active .each-item-wrapper {
-webkit-box-shadow: none;
box-shadow: none;
}
.each-location-tab ul.hanor-list-icon {
padding: 0;
margin: 0;
}
.each-location-tab ul.hanor-list-icon li {
background: none;
text-align: center;
padding: 0;
}
.each-location-tab ul.hanor-list-icon li:last-child {
margin: 0;
} .hanor-post-slider {
display: inline-block;
width: 100%;
padding: 10px 0;
}
.postslider {
float: left;
display: block;
width: 100%;
outline: none;
}
.postslider .container {
position: relative;
}
.featureslider {
position: relative;
}
.slick-initialized .slick-slide {
outline: none;
}
.featuredPostSlider {
float: left;
width: 50%;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
.featuredPostSlider img {
width: 100%;
border-radius: 5px 0px 0px 5px;
}
.slick-vertical .slick-slide {
position: relative;
display: inline-block;
border: 1px solid #e4e4e4;
border-left: none;
border-radius: 0px 5px 5px 0px;
background: #f9f9f9;
padding: 24px 30px 24px 40px;
min-height: 176px;
cursor: pointer;
outline: none;
}
#slick-pager {
position: relative;
width: 50%;
float: left;
}
#slick-pager a:hover {
text-decoration: none;
}
#slick-pager h3 {
font-size: 22px;
color: #333;
padding: 0 0 10px;
margin: 0;
}
#slick-pager p {
padding: 0;
}
#slick-pager p a {
font-size: 12px;
color: #87c818;
text-transform: uppercase;
}
#slick-pager span.time {
font-size: 15px;
color: #777;
display: inline-block;
padding: 0 0 5px;
}
#slick-pager span.time i {
padding-right: 5px;
}
#slick-pager .slick-list .slick-track .slick-slide.slick-current {
background-color: #fff;
}
.pagerNavigationBottom,
.pagerNavigationTop {
color: #fff;
font-size: 29px;
text-align: center;
position: absolute;
background: #87c818;
right: 0;
left: 0;
margin: 0 auto;
top: -100px;
width: 40px;
height: 40px;
line-height: 38px;
border-radius: 100%;
cursor: pointer;
z-index: 1;
opacity: 0;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.pagerNavigationBottom {
top: auto;
bottom: -100px;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.postslider-wrap {
padding: 50px 0;
display: inline-block;
width: 100%;
}
.postslider .postslider-wrap:hover .pagerNavigationTop {
opacity: 1;
top: -50px;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.postslider .postslider-wrap:hover .pagerNavigationBottom {
opacity: 1;
bottom: -50px;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
} .hanor-job-search {
text-align: center;
background: #f9f9f9;
border: 1px solid #e5e5e5;
border-radius: 5px;
padding: 50px 75px;
}
.hanor-job-search h2 {
font-size: 22px;
padding: 0 0 30px;
font-weight: normal;
}
.hanor-job-search.search-style-two {
border: none;
background: none;
padding: 0;
}
.hanor-job-search.search-style-two form input[type="submit"] {
margin-top: 0;
margin-bottom: 19px;
width: 100%;
}
.hanor-job-search.search-style-two form [class*="col-"] {
max-width: 290px;
}
.hanor-job-search.search-style-two .search-wrap {
max-width: 780px;
margin: 0 auto;
display: block;
}
.hanor-job-search.search-style-two h2 {
font-size: 28px;
font-weight: 700;
padding: 0 0 30px;
}
.hanor-free-trail.simple-supf {
padding: 0;
}
.hanor-free-trail input[type="submit"],
.hanor-free-trail .wpcf7-form input[type="submit"] {
background-color: #87c818;
border-color: #87c818;
height: 40px;
font-size: 12px;
padding: 5px 25px;
min-width: 160px;
top: 5px;
right: 5px;
line-height: 28px;
} ul.bxslider li strong {
font-weight: normal;
}
.tweetSlideOverlay {
display: none;
}
ul.bxslider li .twitTime {
color: #777;
font-size: 16px;
display: inline-block;
line-height: normal;
padding: 20px 0 0;
text-transform: unset;
}
ul.bxslider li .twittDetails {
font-size: 20px;
margin-top: 60px;
}
ul.bxslider li .twittMeta {
position: absolute;
top: 70px;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
display: inline-block;
}
ul.bxslider li .twittMeta a {
font-size: 18px;
color: #232323 !important;
text-transform: unset;
font-weight: 600;
}
.tweetSlideSection .bx-wrapper .bx-controls-direction a.bx-next:before {
position: absolute;
width: 10px;
height: 10px;
border-top: 2px solid #626e81;
border-right: 2px solid #626e81;
}
.tweetSlideSection .bx-wrapper .bx-controls-direction a.bx-prev:before {
position: absolute;
width: 10px;
height: 10px;
border-bottom: 2px solid #626e81;
border-left: 2px solid #626e81;
}
.bx-wrapper .bx-controls-direction a {
z-index: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
background: #04448e;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #ccc;
border: none;
height: 7px;
width: 7px;
}
.tweetSlideSection {padding: 0;} .hanor-signup-reg .hanor-section-title {
padding-bottom: 60px;
}
.hanor-signup-reg .hanor-section-title h2 {
padding-bottom: 10px;
}
.hanor-signup-reg .hanor-container {
max-width: 655px;
background: #f9f9f9;
text-align: center;
border: 1px solid #e5e5e5;
border-radius: 5px;
padding: 60px 40px;
}
.hanor-signup-reg a {
color: #04448e;
font-weight: 600;
text-decoration: underline;
margin: 20px 0 0;
display: inline-block;
}
.hanor-signup-reg a:hover {
color: #87c818;
}
.hanor-signup-reg .hanor-container form input[type="submit"] {
width: 100%;
} .otw-widget-form .otw-wrapper>div {
width: 23%;
float: left;
margin-right: 10px;
}
.otw-widget-form-wrap .powered-by-open-table {
background: none;
display: none;
}
.hanor-widget.open-table-widget ul li:before {
content: none;
}
.hanor-widget.open-table-widget ul li {
margin: 0;
}
.otw-widget-form-wrap input.otw-submit {
top: 50%;
right: auto;
width: 80%;
line-height: 0;
height: 40px;
background: #232323;
}
.otw-widget-form-wrap input.otw-submit:hover {
border: 1px solid #ffffff;
}
.otw-button-wrap {
position: relative;
}
.otw-widget-form-wrap {
display: block;
width: 80%;
margin: 0 auto;
}
.otw-bare-bones .otw-widget-form-wrap input[type="text"], .otw-bare-bones .otw-widget-form-wrap .selectric {
height: 40px;
border-radius: 100px;
color: #707070;
}
.selectric .button {
height: 40px;
width: 40px;
}
.otw-bare-bones div.otw-wrapper div.selectric p {
margin: 0;
padding: 10px 19px 11px;
line-height: 1.5;
text-align: left;
color: #707070;
font-size: 12px;
}
.otw-bare-bones .selectric .label {
height: 40px;
} .hanor-countdown {
min-height: 70px;
color: #222222;
text-align: center;
}
h4.countdown-title {
font-size: 30px;
font-weight: 500;
color: #ffffff;
padding: 18px 0;
}
.hanor-event-countdown-wrap {
background: #95c6b7;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 20px 0;
}
.hanor-countdown br {
display: none;
}
.hanor-countdown .countdown_section {
display: inline-block;
vertical-align: top;
min-width: 110px;
min-height: 110px;
padding: 15px 0;
margin: 0 10px;
background: #7eb6a5;
font-size: 14px;
letter-spacing: 0.2px;
border: 1px solid #7eb6a5;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
color: #ffffff;
font-family: 'playfair Display', sans-serif;
}
.hanor-countdown .countdown_amount {
display: block;
font-weight: 400;
line-height: 48px;
font-family: 'Montserrat', sans-serif;
}
.hanor-countdown.hasCountdown .countdown_amount {
font-size: 45px;
} .hanor-side-navigation {
position: fixed;
top: 0;
right: 0;
height: 100%;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
-ms-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
z-index: 9;
width: 270px;
}
.hanor-side-navigation .menu-text-wrap:before {
content: none;
}
.hanor-side-navigation.open,
.hanor-navigation-overlay.open {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.hanor-navigation-overlay {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
content: "";
-webkit-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
-ms-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
z-index: 8;
}
.navigation-wrap {
width: 100%;
height: 100%;
padding: 30px 30px 10px;
background: #ffffff;
position: relative;
z-index: 2;
}
.close-btn {
position: absolute;
top: 12px;
right: 31px;
z-index: 1;
}
.hanor-side-navigation .close-btn a:hover:before,
.hanor-side-navigation .close-btn a:hover:after {
background: #ffffff;
}
.admin-bar .navigation-wrap {
top: 32px;
height: calc(100% - 32px);
}
.vertical-scroll {
width: 100% !important;
height: auto;
max-height: 54%;
padding-right: 0 !important;
}
.vertical-handle {
width: 6px;
background-color: #151515;
-webkit-transition: none;
-ms-transition: none;
transition: none;
}
ul.navigation {
color: #232323;
list-style: none;
padding: 30px 10px 0 10px;
}
ul.navigation li {
padding: 10px 0;
border-bottom: 1px solid #f2f2f2;
font-weight: 600;
}
ul.sidebar-menu-social {
list-style: none;
padding: 0;
text-align: center;
}
ul.sidebar-menu-social {
padding-top: 10px;
margin-bottom: 0;
display: inline-block;
width: 100%;
}
.sidebar-menu-social .hanor-social a {
font-size: 20px;
}
ul.sidebar-menu-social li a {
font-size: 20px;
color: #a5a5a5;
}
.navigation-bottom-wrap {
position: absolute;
bottom: 0;
color: #777777;
font-size: 13px;
letter-spacing: 0.4px;
z-index: 1;
}
.side-nav-newsletter {
text-align: center;
padding-bottom: 18px;
}
.side-nav-newsletter .hanor-image.hanor-item {
display: inline-block;
width: 130px;
margin-bottom: 20px;
}
.side-nav-newsletter h6 {
color: #ffffff;
font-weight: 700;
font-size: 13px;
padding-bottom: 0;
}
.side-nav-newsletter p {
color: #ffffff;
font-size: 12px;
padding-bottom: 5px;
}
span.subscribe-lttr a {
display: inline-block;
position: relative;
color: #3ed2f3;
font-weight: 600;
}
span.subscribe-lttr a:after {
content: "";
display: inline-block;
width: 0;
height: 2px;
background: #08a0e9;
left: 0;
right: 0;
position: absolute;
margin: 0 auto;
bottom: -3px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
span.subscribe-lttr a:hover:after {
width: 100%;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
span.subscribe-lttr {
padding-top: 2px;
display: inline-block;
}
ul.sidebar-menu-social li a.facebook:hover,
ul.sidebar-menu-social li a.facebook-square:hover {
color: #3b5998;
}
ul.sidebar-menu-social li a.twitter:hover,
ul.sidebar-menu-social li a.twitter-square:hover {
color: #08a0e9;
}
ul.sidebar-menu-social li a.pinterest:hover,
ul.sidebar-menu-social li a.pinterest-square:hover {
color: #c92228;
}
ul.sidebar-menu-social li a.linkedin:hover,
ul.sidebar-menu-social li a.linkedin-square:hover {
color: #0077b5;
}
ul.sidebar-menu-social li a.rss:hover,
ul.sidebar-menu-social li a.rss-square:hover {
color: #ee802f;
}
.sidebar-menu-social li.hanor-social a {
margin: 0 7px;
}
.hanor-side-navigation .has-dropdown {
position: relative;
}
.hanor-side-navigation .dropdown-nav {
position: static;
background: none;
font-size: 14px;
line-height: 1.42857;
border: none;
box-shadow: none;
padding-left: 14px;
padding-bottom: 0;
padding-top: 0;
}
.hanor-side-navigation .dropdown-nav li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.hanor-side-navigation ul.dropdown-nav li a {
padding: 0;
color: #333333;
}
.hanor-side-navigation ul.dropdown-nav li a:hover {
color: #ffbc13;
}
ul.custom-dropdown-nav {
color: #232323;
list-style: none;
padding: 30px 10px 0 10px;
}
ul.custom-dropdown-nav.bold-list li {
padding: 0;
border-bottom: 1px solid #f2f2f2;
font-weight: 600;
font-size: 15px;
}
ul.custom-dropdown-nav li {
font-size: 13px;
}
ul.custom-dropdown-nav li span.change-text {
display: none;
}
ul.custom-dropdown-nav li a{
position: relative;
}
ul.custom-dropdown-nav.normal-menu {
padding-top: 0;
}
ul.custom-dropdown-nav.normal-menu li {
font-weight: 400;
}
.custom-overflow {
overflow: visible !important;
}
.hanor-main-wrap.hanor-header-three {
width: calc(100% - 300px);
margin-right: 0;
margin-left: auto;
}
.hanor-header-three nav.sidebar-nav-wrap {
display: none;
} .roof-estimation-wrap .section-title-wrap p {
color: #777777;
font-size: 16px;
letter-spacing: 0.2px;
}
.roof-estimation-wrap .section-title-wrap h2 {
margin-bottom: 0;
font-size: 28px;
letter-spacing: 0.2px;
font-weight: 700;
}
.estimation-item {
padding-bottom: 30px;
}
.estimation-item:before, .estimation-item:after {
display: table;
clear: both;
content: "";
}
.estimation-item input[type="text"], .estimation-item input[type="email"], .estimation-item input[type="password"], .estimation-item input[type="tel"], .estimation-item input[type="search"], .estimation-item input[type="date"], .estimation-item input[type="time"], .estimation-item input[type="datetime-local"], .estimation-item input[type="month"], .estimation-item input[type="url"], .estimation-item input[type="number"], .estimation-item textarea, .estimation-item select, .estimation-item .form-control {
font-family: 'Raleway', sans-serif;
font-weight: 500;
font-size: 14px;
color: #999;
letter-spacing: 0.2px;
}
.estimation-item > .row {
margin: 0 -15px;
}
.estimation-item > .row > [class*="col-"] {
padding: 0 15px;
}
.estimation-item.service p {
padding-left: 1px;
}
.estimation-item.service .wpcf7-list-item > label {
float: left;
min-width: 190px;
padding: 13px 20px;
margin: 0 0 20px -1px;
background: #ffffff;
border: 1px solid #e7e7e7;
}
.estimation-item.service .wpcf7-form-control-wrap,
.estimation-item.service .wpcf7-checkbox,
.estimation-item.service .wpcf7-list-item {float: left;}
.estimation-item.service .wpcf7-list-item {margin: 0;}
.estimation-item.service .wpcf7-list-item > label.checkbox-icon-checked {
background: #f7f7f7 !important;
}
.estimate-item span.wpcf7-list-item {
margin: 0;
}
.estimation-item.service .checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon {
background: #eeb313;
border-color: #eeb313;
}
.tooltip.in {
opacity: 1;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.estimation-item.service .checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon:before {
left: 2px;
color: #ffffff;
font-size: 10px;
}
.estimation-item input[type="submit"] {
min-width: 190px;
font-weight: 600;
}
.estimation-item.service .wpcf7-list-item-label {
font-family: 'Raleway', sans-serif;
font-weight: 500;
font-size: 13px;
padding: 0 10px 0 8px;
}
.estimation-item .nice-select {
line-height: 24px;
}
.estimation-item input[type="checkbox"] {
margin-bottom: 2px;
vertical-align: middle;
}
.estimation-title {
display: block;
clear: both;
padding: 21px 30px;
margin-bottom: 20px;
background: #f7f7f7;
font-weight: 700;
font-size: 13px;
letter-spacing: 0.2px;
text-transform: uppercase;
}
.square-slider .slider-horizontal {
float: left;
width: 68%;
margin-top: 22px;
}
.square-slider input[type="text"].range-slider {
float: left;
width: 68%;
}
.square-slider span.square-value {
float: right;
width: 27%;
padding: 0 10px;
text-align: center;
}
.square-slider span.square-value input.wpcf7-form-control {padding: 0 10px;text-align: center;}
.slider .tooltip.bottom .tooltip-arrow {
top: -10px;
margin-left: 0;
border-width: 0 13px 12px;
border-bottom-color: #87c818;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.slider .tooltip.bottom .tooltip-arrow:before {
display: none;
}
.slider .tooltip-inner {
padding: 0 42px;
color: #858585;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.slider.slider-horizontal {
height: 8px;
}
.slider.slider-horizontal .slider-track {
height: 100%;
}
.slider.slider-horizontal .tooltip {
font-weight: 500;
font-size: 16px;
letter-spacing: 0.2px;
}
.slider.slider-horizontal .tooltip-inner {
padding: 9px 18px;
background: #87c818;
color: #232323;
-webkit-border-radius: 0;
border-radius: 0;
}
.slider-track {
height: 100%;
background: #f4f4f4;
-webkit-border-radius: 20px;
-ms-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.slider-selection {
background: #87c818;
-webkit-border-radius: 20px;
-ms-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.slider-handle {
width: 25px;
height: 25px;
background: #ffffff;
cursor: pointer;
opacity: 1;
}
.slider.slider-horizontal .slider-handle {
margin: -10px 0 0 -15px;
border: 1px solid #f4f4f4;
}
.slider-handle:before {
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
margin: -5px 0 0 -5px;
background: #87c818;
content: "";
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
z-index: 1;
} .roch-food-list-menus-area {
padding: 112px 0;
}
.roch-food-bg-image {
background-position: right bottom;
background-repeat: no-repeat;
bottom: 0;
left: auto;
right: 0;
top: auto;
z-index: -100;
}
.roch-food-list-menus-warp .roch-section-heading {
margin-bottom: 38px;
}
.roch-food-menu-nav {
margin-bottom: 30px;
margin-left: -25px;
}
.roch-food-menu-nav li {
display: inline-block;
margin-left: 25px;
display: inline-block;
}
.roch-food-menu-row .roch-custom-col .roch-food-menu-list-single-item .roch-food-menu-title {
font-size: 16px;
font-weight: 600;
}
.roch-food-menu-nav li a,
.roch-food-menu-nav li a:hover,
.roch-food-menu-nav li a:focus,
.roch-food-menu-nav li a:active {
color: #35373e;
}
.roch-food-menu-nav li a {
text-transform: uppercase;
display: block;
text-decoration: none;
}
.roch-food-menu-nav li a:before {
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
content: "";
height: 3px;
right: 0;
margin: 0 auto;
top: auto;
bottom: 0;
width: 0;
z-index: -1;
}
.roch-food-menu-list-single-item {
margin-bottom: 40px;
}
.roch-food-menu-list-single-item:last-child {
margin-bottom: 37px;
}
.roch-food-menu-list-single-item .food-menu-list-single-text {
margin-bottom: 2px;
color: #232323;
display: block;
font-weight: 500;
position: relative;
}
.roch-food-menu-list-single-item .food-menu-list-single-text .roch-food-menu-title {
padding-right: 10px;
z-index: 2;
}
.roch-food-menu-list-single-item .food-menu-list-single-text .roch-food-menu-title {
background-color: #fff;
position: relative;
}
.roch-food-menu-list-single-item .food-menu-list-single-text .roch-food-menu-price {
background-color: transparent;
}
.roch-food-menu-list-single-item .food-menu-list-single-text .roch-food-menu-price {
right: 0;
padding-left: 10px;
z-index: 2;
}
.roch-food-menu-list-single-item .food-menu-list-single-text .roch-food-menu-price:after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
background: white;
width: 100%;
height: 2px;
display: inline-block;
z-index: -1;
}
.menu-bottom-space .roch-food-menu-nav {
margin-bottom: 45px;
}
.roch-food-menu-list-single-item .food-menu-list-single-text .roch-food-menu-price em {
font-style: normal;
z-index: 1;
font-weight: 600;
}
.roch-food-menu-list-single-item .food-menu-list-single-text .roch-food-menu-item-highlight {
color: #ffffff;
display: inline-block;
height: 18px;
line-height: 18px;
margin-left: 8px;
padding: 0 10px;
position: relative;
text-transform: uppercase;
top: -4px;
}
.roch-view-full-food-menu-btn, .roch-btn, .roch-stylest-contact-form input[type="submit"], .roch-stylest-contact-form button[type="submit"], .wpcf7 input[type="submit"], .wpcf7 button[type="submit"] {
background-color: #151515;
color: #ffffff;
display: inline-block;
height: 42px;
line-height: 42px;
padding: 0 24px;
text-transform: uppercase;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
padding: 8px;
}
.wpcf7 input[type="submit"] {
line-height: 36px;
height: 50px;
}
.project-inquiry-form .wpcf7 input[type="submit"] {
line-height: 46px;
}
.roch-view-full-food-menu-btn:hover, .roch-btn:hover, .roch-stylest-contact-form input[type="submit"]:hover, .roch-stylest-contact-form button[type="submit"]:hover, .wpcf7 input[type="submit"]:hover, .wpcf7 button[type="submit"]:hover, .roch-view-full-food-menu-btn:focus, .roch-btn:focus, .roch-stylest-contact-form input[type="submit"]:focus, .roch-stylest-contact-form button[type="submit"]:focus, .wpcf7 input[type="submit"]:focus, .wpcf7 button[type="submit"]:focus, .roch-view-full-food-menu-btn:active, .roch-btn:active, .roch-stylest-contact-form input[type="submit"]:active, .roch-stylest-contact-form button[type="submit"]:active, .wpcf7 input[type="submit"]:active, .wpcf7 button[type="submit"]:active {
color: #ffffff;
}
span.roch-food-menu-dots {
background-image: -webkit-radial-gradient(circle closest-side, #B0B0B0 80%, #ffffff 10%);
background-image: -moz-radial-gradient(circle closest-side, #B0B0B0 80%, #ffffff 10%);
background-image: -o-radial-gradient(circle closest-side, #B0B0B0 80%, #ffffff 10%);
background-image: -ms-radial-gradient(circle closest-side, #B0B0B0 80%, #ffffff 10%);
background-image: radial-gradient(circle closest-side, #B0B0B0 80%, #ffffff 10%);
-webkit-background-size: 4px 2px !important;
-moz-background-size: 4px 2px !important;
-o-background-size: 4px 2px !important;
-ms-background-size: 4px 2px !important;
background-size: 4px 2px !important;
background-position: center bottom;
background-repeat: repeat-x;
border: 0 none;
display: block;
height: 1px;
left: 0;
margin: 0;
right: 0;
bottom: 6px;
z-index: 1;
position: absolute;
}
.roch-food-menu-list-single-item .food-menu-list-single-text .roch-food-menu-price {
right: 0;
padding-left: 10px;
z-index: 2;
position: absolute;
background: #ffffff;
}
.roch-remove-defult-list-style {
padding: 0;
margin: 0;
list-style: none;
}
.roch-slash-meta li {
display: inline-block;
}
.roch-slash-meta li + li:before {
content: "/";
padding: 0 4px 0 3px;
}
.roch-slash-meta li a {
color: #666666;
font-weight: 500;
} .shortcode-separator {
display: inline-block;
width: auto;
margin: 0 16px;
float: left;
}
.shortcode-separator:after {
content: "";
background: #fff;
width: 1px;
height: 22px;
display: block;
} .contact-wrap-style-wrap .contact-form .track-form input[type="submit"] {
margin-top: 0;
line-height: 1;
}
.track-form input[type="text"], .track-form input[type="email"] {
height: 42px;
}
.cargo-track-form input,
.cargo-track-form input[type="text"],
.cargo-track-form input[type="email"] {
height: 42px;
padding: 10px 19px 9px;
}
.cargo-track-form {
display: inline-block;
width: 100%;
}
.cargo-track-form input[type="submit"] {
margin-top: 0;
line-height: 1;
background: #002040;
}
.cargo-track-form input[type="submit"]:hover {
color: #ffffff;
background: #001933;
} .wpml-ls-legacy-dropdown a {
display: block;
text-decoration: none;
color: #444;
border: 1px solid #ececec;
height: 45px;
background-color: #fff;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
color: #999999;
padding: 12px 14px;
font-size: 14px;
}
.hanor-tr-element {
display: inline-block;
float: left;
padding: 0 20px;
color: #ffffff;
}
a.hanor-top-active {
color: #ffffff;
}
.wpml-ls-legacy-dropdown {
width: 100%;
margin-bottom: 40px;
}
#flags_language_selector img{
margin:3px;
border:1px solid #333;
} .hanor-secondary a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
float: none;
vertical-align: middle;
width: 100%;
height: 50px;
padding: 13px 40px 13px 19px;
margin-bottom: 19px;
background-color: #ffffff;
font-size: 14px;
line-height: 1.42857143;
letter-spacing: -0.05px;
border: 1px solid #eeeeee;
outline: none;
white-space: normal;
-webkit-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.hanor-secondary ul.wpml-ls-sub-menu {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68,68,68,.11);
box-sizing: border-box;
margin-top: 4px;
overflow: hidden;
padding: 0;
position: absolute;
top: 100%;
left: 0;
z-index: 9;
}
.hanor-secondary ul.wpml-ls-sub-menu li {
padding: 0 !important;
border-bottom: 1px solid #eee;
}
.hanor-secondary .hanor-widget .wpml-ls ul li:first-child a {
padding-top: 12px;
}
.hanor-secondary .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.hanor-secondary .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
border-top: none;
}
.hanor-secondary ul.wpml-ls-sub-menu li a {
border: none;
padding: 12px 0 0 15px !important;
}
.hanor-secondary .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu li a {
border: none;
padding: 12px 0 12px 15px !important;
}
.hanor-secondary .wpml-ls-legacy-dropdown-click {
width: 100%;
}
.hanor-secondary .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
padding-right: 12px;
}
.hanor-secondary .wpml-ls-legacy-list-vertical {
display: block;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
margin-bottom: 0;
}
.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
margin: 30px 0;
} .hanor-topdd-content,
.hanor-topdd-content {
position: absolute;
left: 0;
z-index: 9999;
padding-left: 10px;
padding-right: 10px;
margin-top: 14px;
width: auto;
min-width: 120px;
background: #1c1f26;
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
.hanor-topdd-content li {
text-align: left;
list-style: none;
display: block;
padding: 4px 0;
}
.hanor-main-wrap .hanor-topbar .hanor-topdd-content li {
display: block;
width: 100%;
}
.hanor-main-wrap .hanor-topbar .hanor-topdd-content li a,
.header-hanor-style-three.header-hanor-style-five .hanor-topbar .hanor-topdd-content li a {
color: #ffffff;
padding: 3px 4px;
}
.hanor-header .hanor-topdd-content li {
text-align: left;
list-style: none;
display: block;
padding: 4px 0;
background: #ffffff;
width: 100%;
color: #333333;
padding: 10px 15px;
}
.hanor-header .hanor-topdd-content li a {
color: #333333;
}
.hanor-header .hanor-topdd-content li:hover {
background: #f6f6f6;
}
.hanor-header .hanor-topdd-content {
margin: 10px 0 0;
border-radius: 5px;
background: #ffffff;
}
.hanor-topdd-content li a {
padding: 3px 0;
display: block;
}
.hanor-topbar .hanor-topdd-content,
.hanor-header .hanor-topdd-content {
display: none;
}
.hanor-top-dropdown.hanor-wpml-dropdown {
position: relative;
font-size: 13px;
}
span.hanor-wpml {
float: right;
margin-right: 50px;
margin-top: 25px;
}
span.hanor-wpml .hanor-top-active {
color: #fff;
}
.hanor-wpml p.wpml-not-active {
color: #fff;
}
.hanor-top-dropdown.hanor-wpml-dropdown img {
margin-right: 8px;
}
a.hanor-top-active i {
margin-left: 8px;
}
.hanor-topdd-content li:last-child {
padding-bottom: 4px;
} #horizontal_language_list {
margin-bottom: 15px;
font-size: 13px;
}
#horizontal_language_list ul{
list-style: none;
margin:0;
padding:0;
}
#horizontal_language_list ul li img{
margin-right:6px;
}
#horizontal_language_list ul li{
display:inline-block;
margin:0 5px 15px 5px;
padding:0;
color: #d6d2cf;
padding-right: 6px;
}
#horizontal_language_list ul li a, #horizontal_language_list ul li a:visited{
color: #fff;
}
#horizontal_language_list ul li a:hover, #horizontal_language_list ul li a:active{
color: #87c818;
}
div#vertical_language_list ul {
padding-left: 0;
list-style: none;
} div#vertical_language_list li img {
margin-right: 8px;
}
div#vertical_language_list ul li a {
color: #fff;
}
div#vertical_language_list li {
color: #d6d2cf;
display: block;
}
div#vertical_language_list {
font-size: 13px;
} #particles-js {
position: absolute;
width: 100%;
height: 100%;
z-index: 3;
} #rsvpPlugin input {
display: inline;
visibility: visible;
width: 100%;
}
#rsvpPlugin form input[type="submit"] {
margin: 12px 0 0;
}
.rsvpParagraph {
margin-top: 10px;
}
#rsvpPlugin label.error {
display: none !important;
}  footer.hanor-footer.footer-new-style {
padding: 80px 0 0;
}
footer.hanor-footer.dhav-footer-widget.footer-new-style {
padding: 0;
}
footer.hanor-footer.footer-light-version.footer-new-style {
padding-bottom: 0;
}
footer.hanor-footer.footer-new-style.center-align {
text-align: center;
}
footer.hanor-footer.footer-new-style.right-align {
text-align: right;
}
footer.hanor-footer.footer-new-style.left-align {
text-align: left;
}
.hanor-footer.footer-new-style a {
color: #b4b4b4;
}
.hanor-footer.footer-new-style a:hover {
color: #fff;
}
.hanor-footer.footer-new-style div:first-child > .footer-widget {
padding-bottom: 0;
max-width: 100%;
}
.footer-new-style .footer-links {
width: 100%;
padding: 0 0 40px;
}
.footer-new-style.center-align .footer-links {
text-align: center;
}
.footer-new-style.left-align .footer-links {
text-align: left;
}
.footer-new-style.right-align .footer-links {
text-align: right;
}
.footer-new-style .footer-links li {
float: none;
display: inline-flex;
list-style: none;
position: relative;
padding: 0 0 0 13px;
margin: 0px 20px 5px;
font-size: 17px;
width: auto;
}
.hanor-footer.footer-new-style .footer-bg-image {
padding: 0;
}
.footer-new-style .footer-links li:before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 5px;
height: 5px;
display: inline-block;
background: #b4b4b4;
border-radius: 100%;
}
.hanor-footer.footer-new-style .hanor-logo,
.hanor-footer.footer-new-style .hanor-image {
padding-bottom: 40px;
}
.hanor-footer.footer-new-style .hanor-copyright p {
padding: 0;
color: #777;
}
.hanor-footer.footer-new-style .hanor-copyright p a {
color: #777;
}
.hanor-footer.footer-new-style .hanor-copyright p a:hover {
color: #fff;
}
.hanor-footer.footer-new-style .hanor-copyright {
padding-top: 35px;
}
.hanor-footer.footer-new-style.dhav-footer-widget .hanor-copyright {
padding-top: 0;
}
.hanor-footer.footer-new-style.dhav-footer-widget .hanor-copyright > .container {
padding-top: 50px;
}
.hanor-footer.footer-new-style .hanor-copyright.footer-cpy-light-version {
padding-top: 0;
}
.hanor-footer.footer-dark-version.footer-new-style .hanor-copyright {
text-align: left;
}
.hanor-footer.footer-new-style .hanor-social.rounded a {
background: #36383f;
border-color: #36383f;
color: #fff;
width: 39px;
height: 39px;
font-size: 13px;
}
.hanor-footer.footer-new-style .hanor-social.rounded a:hover {
background: #fff;
border-color: #fff;
color: #36383f;
} .hanor-footer.footer-new-style-two {
background: #fff;
color: #777777;
padding: 100px 0 0px;
}
.hanor-footer.footer-new-style-two h4 {
color: #333;
}
.hanor-footer.footer-dark-version.footer-new-style-two h4 {
color: #ffffff;
}
footer.hanor-footer.footer-dark-version .footer-widget .hanor-widget ul li a,
footer.hanor-footer.footer-dark-version .woocommerce ul.product_list_widget li .amount {
color: #b4b4b4;
font-weight: 400;
}
footer.hanor-footer.footer-dark-version .footer-widget .hanor-widget ul li a:hover {
color: #87c818;
}
.hanor-footer.footer-new-style-two p {
font-size: 17px;
}
.address-item .hanor-icon {
float: left;
width: 35px;
font-size: 20px;
}
.address-item .address-info {
overflow: hidden;
font-size: 17px;
width: calc( 100% - 35px);
float: left;
}
.address-item .address-info a {
display: inline-block;
}
.hanor-footer.footer-new-style-two a {
color: #777;
}
.hanor-footer.footer-new-style-two a:hover {
color: #222;
}
.hanor-footer.footer-new-style-two ul.footer-links {
font-size: 17px;
padding: 0 0 0 17px;
}
.footer-new-style-two .hanor-widget ul.address-info li {
padding: 9px 0 0 35px;
margin: 12px 0 0;
}
.footer-new-style-two .hanor-widget ul.address-info li:first-child {
padding-top: 0;
margin-top: 0;
}
.footer-new-style-two .hanor-widget ul.address-info li.dhav-icon {
padding-top: 0;
margin-top: 4px;
}
.hanor-footer.footer-new-style-two ul.footer-links li {
width: auto;
float: none;
}
.hanor-footer.footer-new-style-two h4.post-title a {
color: #333;
}
.hanor-footer.footer-new-style-two.footer-dark-version h4.post-title a {
color: #777;
}
.hanor-footer.footer-new-style-two h4.post-title {
color: #333;
font-size: 17px;
padding-bottom: 5px;
font-weight: 400;
}
.news-item .hanor-image img {
max-width: 58px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
} .news-item .hanor-image {
float: left;
width: 58px;
overflow: hidden;
}
.news-item .hanor-image img {
border-radius: 100%;
}
.news-info {
overflow: hidden;
width: calc( 100% - 58px);
float: left;
padding: 0 0 0 20px;
}
.news-info h3 {
font-size: 17px;
color: #333;
padding-bottom: 5px;
font-weight: 400;
}
.hanor-footer.footer-new-style-two .news-info h3 a {
color: #333;
}
.news-item {
display: table;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #e6e6e6;
}
.hanor-secondary .news-item {
padding: 14px 0;
}
.news-item:first-child {
padding-top: 0;
}
.news-item:last-child {
padding-bottom: 0;
border-bottom: none;
}
.hanor-footer.footer-new-style-two .news-info p {
font-size: 15px;
padding: 0;
}
.hanor-footer.footer-new-style-two .news-info p i {
padding-right: 3px;
}
.hanor-footer.footer-new-style-two [class*="col-"]:last-child {
padding-left: 55px;
}
.hanor-footer.footer-new-style-two .hanor-widget input[type="email"] {
padding-right: 80px;
height: 40px;
margin-bottom: 0;
background-color: #f4f4f4;
color: #777;
border-color: transparent;
}
.hanor-footer.footer-new-style-two .footer-widget form.mc4wp-form input[type="email"] {
height: 50px;
}
.hanor-footer.footer-new-style-two .footer-widget form.mc4wp-form input[type="submit"] {
background: #6e45e3;
}
.hanor-footer.footer-new-style-two.footer-light-version .hanor-copyright {
background: #ececec;
margin-top: 50px;
padding: 20px 0 15px;
}
.hanor-footer.footer-new-style-two .hanor-copyright .container {
border: none;
padding-top: 0;
color: #777777;
}
.hanor-footer.footer-new-style-two .hanor-copyright .container .pull-right {
text-align: right;
}
.hanor-footer.footer-new-style-two .hanor-copyright .container .pull-left {
padding-top: 17px;
}
.hanor-footer.footer-new-style-two .footer-bg-image {
padding: 0;
}
.hanor-footer.footer-new-style-two .hanor-copyright .hanor-logo {
padding: 0;
}
.hanor-footer.footer-new-style-two .hanor-copyright [class*="col-"]:last-child {
text-align: right;
}
.hanor-footer.footer-new-style-two .hanor-copyright .hanor-social a:last-child {
margin-right: 0;
} .header-links-right {
float: right;
}
.header-hanor-style-one .header-links-right .header-links-wrap {
border: none;
}
.header-hanor-style-one nav.hanor-navigation {
text-align: center;
padding: 0;
width: 100%;
}
.header-hanor-style-one nav.hanor-navigation li {
text-align: left;
}
.header-hanor-style-one nav.hanor-navigation .hanor-brand {
padding-left: 25px;
padding-right: 25px;
}
.header-hanor-style-one .hanor-brand {display: none;}
.header-contents {
padding: 37px 0;
display: inline-block;
width: auto;
}
.header-hanor-style-one .header-contents {
padding: 40px 0;
vertical-align: middle;
}
.header-contents .hanor-social a{
margin-bottom: 0;
}
.header-contents .hanor-social {
display: inline-block;
}
.header-contents ul {
display: inline-block;
padding: 0;
margin: 0 0 0 10px;
list-style: none;
font-size: 14px;
}
.header-contents ul.address-info {
width: auto;
}
.header-contents ul li {
display: inline-block;
padding: 0 30px 0;
border-left: 1px solid #cecece;
}
.header-contents ul li:last-child {
padding-right: 0;
}
.header-contents .hanor-social a,
.header-contents ul li,
.header-contents ul a {
color: #777777;
}
.header-contents ul li i {
font-size: 18px;
color: #777;
padding: 0px 5px 0 0px;
}
.header-hanor-style-one .hanor-header {
border-bottom: 1px solid #e8e8e8;
}
.header-hanor-style-three .search-box,
.header-hanor-style-one .search-box {
display: none;
position: absolute;
top: calc(100% + 2px);
right: 60%;
width: 330px;
padding: 0;
background: #ffffff;
border: none;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 6px 0 20px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
-webkit-transition: -webkit-transform ease .4s;
-ms-transition: -ms-transform ease .4s;
transition: transform ease .4s;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
z-index: 2;
}
.header-hanor-style-three .search-box {
width: 98%;
top: calc(100% + 1px);
right: 0;
border-radius: 5px;
overflow: hidden;
left: 0;
margin: 0 auto;
}
.header-hanor-style-three .search-box.open,
.header-hanor-style-one .search-box.open {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.header-hanor-style-three .search-box input[type="text"],
.header-hanor-style-one .search-box input[type="text"] {
padding-right: 70px;
margin-bottom: 0;
border: none;
height: 60px;
border-radius: 0;
}
.header-hanor-style-three .search-box input[type="submit"],
.header-hanor-style-one .search-box input[type="submit"] {
display: none;
}
.search-box .search-close {
display: none;
}
.header-hanor-style-three .search-box .search-close,
.header-hanor-style-one .search-box .search-close {
display: inline-block;
position: absolute;
width: 11px;
height: 11px;
right: 30px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
.header-hanor-style-three .search-box .search-close:before, .header-hanor-style-three .search-box .search-close:after,
.header-hanor-style-one .search-box .search-close:before, .header-hanor-style-one .search-box .search-close:after {
content: "";
display: inline-block;
position: absolute;
width: 11px;
height: 1px;
background: rgba(32, 32, 32, 0.5);
transform: rotate(45deg);
top: 5px;
}
.header-hanor-style-three .search-box .search-close:after,
.header-hanor-style-one .search-box .search-close:after {
transform: rotate(-45deg);
}
.header-hanor-style-three .menu-wraper .container {
position: relative;
}
.header-hanor-style-three .menu-wraper [class*="col-"] {
position: unset;
}
.header-hanor-style-three.header-hanor-style-four .menu-wraper [class*="col-"] {
position: relative;
}
.header-hanor-style-three.header-hanor-style-four .search-box {
width: 340px;
left: auto;
} nav.sidebar-nav-wrap.sidebar-menu-two {
padding: 0;
}
.navi-open .sidebar-nav-wrap .hanor-navigation > ul > li > a {
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
border-color: rgba(232, 232, 232, 0.2);
}
.navi-open .sidebar-nav-wrap .hanor-navigation ul li li a {
color: #fff;
}
.navi-open .sidebar-nav-wrap .hanor-navigation .dropdown-nav > li.has-dropdown > a:after {
position: absolute;
top: 18px;
right: 23px;
font-weight: 300;
font-size: 18px;
content: "+";
width: 10px;
height: 10px;
text-align: center;
line-height: 10px;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
z-index: 1;
}
.navi-wrap-inner .footer-address {
padding: 25px 0 30px;
display: inline-block;
}
.navi-wrap-inner .footer-address h3 {
color: #fff;
font-size: 20px;
padding-bottom: 15px;
}
.navi-wrap-inner .footer-address i,
.navi-wrap-inner .footer-address a,
.navi-wrap-inner .footer-address p {
color: #b4b4b4;
}
.navi-wrap-inner .footer-address .address-item {
display: inline-block;
}
.header-hanor-style-two .navi-wrap-inner .hanor-social {
padding: 20px 0;
}
.header-hanor-style-two .navi-wrap-inner .hanor-social.rounded a {
width: 39px;
height: 39px;
border-color: #36383f;
background: #36383f;
color: #fff;
}
.header-hanor-style-two .search-box input[type="text"] {
padding: 10px 50px 10px 19px;
margin-bottom: 0;
height: 42px;
color: #fff;
border: none;
background: rgba(255, 255, 255, 0.3);
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.header-hanor-style-two .search-box input[type="text"]::-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
.header-hanor-style-two .search-box input[type="text"]::-moz-placeholder {
color: #fff;
opacity: 1;
}
.header-hanor-style-two .search-box input[type="text"]:-ms-input-placeholder {
color: #fff;
opacity: 1;
}
.header-hanor-style-two .search-box input[type="text"]:-moz-placeholder {
color: #fff;
opacity: 1;
}
.header-hanor-style-two .search-box input[type="submit"] {
display: none;
}
.header-hanor-style-two .search-box {
top: 51%;
padding: 0;
width: 69px;
background: transparent;
right: calc(100% - 42px);
box-shadow: none;
border: none;
transform: translateY(-50%);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.header-hanor-style-two .search-box.open {
width: 270px;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.header-hanor-style-two .header-links-right {
position: relative;
} .header-hanor-style-three .logo-wraper {
display: table;
width: 100%;
border-bottom: 1px solid #e8e8e8;
}
.hanor-technology-partners .logo-wraper {
border: none;
}
.header-hanor-style-three .hanor-technology-partners .logo-wraper {
background: none;
display: flex;
}
.header-hanor-style-three .header-contents {
float: right;
}
.hanor-fullwidth-header.header-hanor-style-three .hanor-navigation > ul > li > a,
.header-hanor-style-three .hanor-navigation > ul > li > a {
padding: 21px 25px;
}
.header-hanor-style-three .hanor-navigation > ul > li:first-child > a {
padding-left: 0;
}
.header-hanor-style-three .hanor-navigation > ul > li:last-child > a {
padding-right: 0;
}
.header-hanor-style-three .hanor-navigation > ul > li:first-child > .dropdown-nav {
left: 0;
}
.menu-wraper {
display: table;
width: 100%;
} .header-hanor-style-three.header-hanor-style-four .hanor-header {
padding: 0;
position: relative;
}
.header-hanor-style-three.header-hanor-style-four.hanor-transparent-header .hanor-header {
position: absolute;
}
.header-hanor-style-three.header-hanor-style-four .hanor-header .parallax-overlay {
z-index: -1;
background-color: rgba(0, 0, 0, 0.85);
}
.header-hanor-style-three.header-hanor-style-four .logo-wraper {
border-bottom: 1px solid rgba(232, 232, 232, 0.3);
}
.header-hanor-style-three.header-hanor-style-four .hanor-header .container {
width: auto;
padding: 0 80px;
}
.header-hanor-style-three.header-hanor-style-four .login-link a,
.header-hanor-style-three.header-hanor-style-four .hanor-navigation > ul > li > a,
.header-hanor-style-three.header-hanor-style-four .header-contents .hanor-social a,
.header-hanor-style-three.header-hanor-style-four .header-contents ul li,
.header-hanor-style-three.header-hanor-style-four .header-contents ul a,
.header-hanor-style-three.header-hanor-style-four .header-contents ul i {
color: #bbbbbb;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.header-hanor-style-three.header-hanor-style-four .header-contents ul a:hover,
.header-hanor-style-three.header-hanor-style-four .header-contents ul a:focus,
.header-hanor-style-three.header-hanor-style-four .header-contents ul li:hover,
.header-hanor-style-three.header-hanor-style-four .header-contents ul li:focus,
.header-hanor-style-three.header-hanor-style-four .header-contents ul li:hover i,
.header-hanor-style-three.header-hanor-style-four .header-contents ul li:focus i {
color: #ffffff;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.header-hanor-style-three.header-hanor-style-four .header-contents ul li:first-child {
border: none;
} .header-hanor-style-three.header-hanor-style-five .hanor-header .logo-wraper {
border: none;
background: #222;
padding-bottom: 33.5px;
}
.header-hanor-style-three.header-hanor-style-five .menu-wraper {
position: absolute;
top: calc(100% - 33.5px);
}
.header-hanor-style-three.header-hanor-style-five .hanor-header {
position: relative;
}
.header-hanor-style-three.header-hanor-style-five .is-sticky .hanor-header {
background: transparent;
}
.header-hanor-style-three.header-hanor-style-five .menu-wraper .container {
padding:
}
.header-hanor-style-three.header-hanor-style-five .menu-wraper .container {
position: relative;
padding: 0 35px;
background: #6e45e3;
border: 3px solid #fff;
border-radius: 5px;
}
.header-hanor-style-three.header-hanor-style-five .header-contents .nice-select {
display: inline-block;
width: auto;
height: 18px;
padding: 0;
margin-bottom: 0;
font-size: 14px;
background-color: transparent;
color: #c2c2c2;
border: none;
}
.header-hanor-style-three.header-hanor-style-five .header-contents .nice-select .option {
display: block;
padding: 10px 15px;
color: #333;
}
.header-hanor-style-three.header-hanor-style-five .header-contents .nice-select .list {
min-width: 120px;
margin: 10px 0 0;
}
.header-hanor-style-three.header-hanor-style-five .header-contents .nice-select:after {
content: none;
}
.header-hanor-style-three.header-hanor-style-five .header-contents .hanor-trans {
display: inline-block;
padding: 0 10px 0px 0;
color: #c2c2c2;
}
.header-hanor-style-three.header-hanor-style-five .header-contents .hanor-social a,
.header-hanor-style-three.header-hanor-style-five .header-contents ul li,
.header-hanor-style-three.header-hanor-style-five .header-contents ul a {
color: #c2c2c2;
}
.header-hanor-style-three.header-hanor-style-five .header-contents i,
.header-hanor-style-three.header-hanor-style-five .header-contents ul li i {
font-size: 18px;
color: #c2c2c2;
padding: 0px 5px 0 0px;
}
.header-hanor-style-three.header-hanor-style-five .header-contents .hanor-trans i {
display: inline-flex;
float: left;
line-height: 24px;
}
.header-hanor-style-three.header-hanor-style-five .login-link a,
.header-hanor-style-three.header-hanor-style-five .hanor-navigation > ul > li > a {
color: #fff;
}
.header-hanor-style-three.header-hanor-style-five .header-buttons {
padding: 10px 0;
}
.hanor-transparent-header .hanor-brand img {
margin: 0 auto;
} .hanor-widget.widget_product_search button,
.hanor-widget.woocommerce.widget_shopping_cart a.button,
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
display: inline-block;
vertical-align: middle;
overflow: hidden;
min-width: 190px;
min-height: 50px;
padding: 10px 35px 9px;
color: #fff;
font-weight: 600;
font-size: 14px;
line-height: 27px;
letter-spacing: 0.8px;
text-transform: uppercase;
text-align: center;
border: 1px solid #87c818;
border-radius: 100px;
position: relative;
background-color: #87c818;
outline: none;
cursor: pointer;
-webkit-transition: all ease .5s;
-ms-transition: all ease .5s;
transition: all ease .5s;
z-index: 1;
}
.hanor-widget.widget_product_search button:hover,
.hanor-widget.widget_product_search button:focus,
.hanor-widget.woocommerce.widget_shopping_cart a.button:hover,
.hanor-widget.woocommerce.widget_shopping_cart a.button:focus,
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover,
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:focus {
background-color: transparent;
color: #87c818;
}
.hanor-widget.woocommerce ul.cart_list li:before, .hanor-widget.woocommerce ul.product_list_widget li:before {
content: none;
}
.hanor-widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
border: 1px solid #e5e5e5;
padding: 16px;
}
p.woocommerce-mini-cart__empty-message {
padding-bottom: 0;
}
.hanor-widget.woocommerce.widget_shopping_cart li,
.hanor-widget.woocommerce.widget_shopping_cart .cart_list li {
border-bottom: 1px solid #e5e5e5;
padding: 0px 10px 15px 32px;
margin-bottom: 13px;
}
.woocommerce ul.product_list_widget li a.remove.remove_from_cart_button {
font-size: 25px;
border: none;
background: transparent;
}
.woocommerce.widget_shopping_cart ul.product_list_widget li a {
padding-bottom: 0;
font-weight: 400;
}
.hanor-widget.woocommerce.widget_shopping_cart a.button.wc-forward {
margin-top: 10px;
}
.hanor-widget.woocommerce.widget_shopping_cart a {
display: block;
border-bottom: none;
margin-right: 0;
}
.hanor-widget.woocommerce.widget_shopping_cart .wcppec-cart-widget-button img {
display: none;
width: 100%;
margin-top: 10px;
}
.hanor-widget.woocommerce.widget_shopping_cart a.button {
width: 100%;
}
.hanor-widget.woocommerce.widget_shopping_cart .total {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.hanor-widget.woocommerce a.remove:hover {
color: red !important;
}
.widget-tags a, .widget_tag_cloud a, .tagcloud a {
display: inline-block;
padding: 6px 16px 5px;
margin: 0 3px 14px 0;
border: 1px solid #e8e8e8;
background: #fcfcfc;
color: #777777;
font-size: 11px !important;
letter-spacing: 0.2px;
}
.widget-tags a:hover, .widget_tag_cloud a:hover, .tagcloud a:hover {
background: #87c818;
color: #ffffff;
}
.woocommerce-cart .shipping-calculator-form .nice-select.country_to_state.country_select,
.woocommerce-cart .shipping-calculator-form p#calc_shipping_state_field {
margin-bottom: 8px;
}
.woocommerce-cart .shipping-calculator-form p#calc_shipping_country_field {
margin-bottom: 0;
}
.woocommerce-terms-and-conditions-wrapper {
padding-bottom: 12px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
display: inline-block;
width: 100%;
}
.woocommerce-checkout .woocommerce-form p.lost_password {
margin-top: 6px;
}
.woocommerce-account .woocommerce form .form-row input.woocommerce-form__input-checkbox {
width: 3%;
} .header-links-right {
float: right;
}
.header-hanor-style-one .header-links-right .header-links-wrap {
border: none;
margin: 29px 0 29px 8px;
}
.header-hanor-style-one nav.hanor-navigation {
text-align: center;
padding: 0;
width: 100%;
}
.header-hanor-style-one nav.hanor-navigation li {
text-align: left;
}
.header-hanor-style-one nav.hanor-navigation .hanor-brand {
padding-left: 25px;
padding-right: 25px;
}
.header-contents .hanor-social {
display: inline-block;
}
.header-hanor-style-three .header-contents .hanor-social {
float: left;
}
.header-hanor-style-three .header-buttons,
.header-hanor-style-three.hanor-fullwidth-header .header-buttons {
padding: 0;
}
.header-hanor-style-one .header-contents .hanor-social {
float: left;
}
.header-contents ul {
display: inline-block;
padding: 0;
margin: 0 0 0 10px;
list-style: none;
font-size: 14px;
}
.header-contents ul li {
display: inline-block;
padding: 0 30px 0;
border-left: 1px solid #cecece;
}
.header-contents ul li:last-child {
padding-right: 0;
}
.header-contents .hanor-social a,
.header-contents ul li,
.header-contents ul a {
color: #777777;
}
.header-contents ul a:hover,
.header-contents ul a:focus {
color: #87c818;
}
.header-contents ul li i {
font-size: 18px;
color: #777;
padding: 0px 5px 0 0px;
}
.header-hanor-style-one .hanor-header {
border-bottom: 1px solid #e8e8e8;
}
.header-hanor-style-three .search-box,
.header-hanor-style-one .search-box {
display: none;
position: absolute;
top: calc(100% + 2px);
right: 60%;
width: 330px;
padding: 0;
background: #ffffff;
border: none;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 6px 0 20px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
-webkit-transition: -webkit-transform ease .4s;
-ms-transition: -ms-transform ease .4s;
transition: transform ease .4s;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
z-index: 2;
}
.header-hanor-style-three .search-box {
width: 450px;
top: calc(100% + 1px);
right: 0;
border-radius: 5px;
overflow: hidden;
left: auto;
margin: 0;
}
.header-hanor-style-three .search-box.open,
.header-hanor-style-one .search-box.open {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.header-hanor-style-three .search-box input[type="text"],
.header-hanor-style-one .search-box input[type="text"] {
padding-right: 70px;
margin-bottom: 0;
border: none;
height: 60px;
border-radius: 0;
}
.header-hanor-style-three .search-box input[type="submit"],
.header-hanor-style-one .search-box input[type="submit"] {
display: none;
}
.search-box .search-close {
display: none;
}
.header-hanor-style-three .search-box .search-close,
.header-hanor-style-one .search-box .search-close {
display: inline-block;
position: absolute;
width: 11px;
height: 11px;
right: 30px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
.header-hanor-style-three .search-box .search-close:before, .header-hanor-style-three .search-box .search-close:after,
.header-hanor-style-one .search-box .search-close:before, .header-hanor-style-one .search-box .search-close:after {
content: "";
display: inline-block;
position: absolute;
width: 11px;
height: 1px;
background: rgba(32, 32, 32, 0.5);
transform: rotate(45deg);
top: 5px;
}
.header-hanor-style-three .search-box .search-close:after,
.header-hanor-style-one .search-box .search-close:after {
transform: rotate(-45deg);
}
.header-hanor-style-three .menu-wraper .container {
position: relative;
}
.header-hanor-style-three .menu-wraper [class*="col-"] {
position: unset;
}
.header-hanor-style-three.header-hanor-style-four .menu-wraper [class*="col-"] {
position: relative;
}
.header-hanor-style-three.header-hanor-style-four .search-box {
width: 340px;
left: auto;
}
.header-hanor-style-one .header-links-wrap a {
color: #333333;
padding: 5px;
display: inline-block;
} .header-hanor-style-two .hanor-header {
position: relative;
}
.header-hanor-style-two.hanor-transparent-header .hanor-header {
position: absolute;
}
.header-hanor-style-two .hanor-social {
display: inline-block;
}
.header-hanor-style-two.hanor-fullwidth-header .header-links-wrap {
padding: 0;
margin: 40px 0 33px;
border-left: none;
}
.header-hanor-style-two.hanor-fullwidth-header .hanor-brand,
.header-hanor-style-two .hanor-brand {
padding: 44px 0;
text-align: center;
width: 100%;
}
.header-hanor-style-two .hanor-social.rounded a {
width: 35px;
height: 35px;
border-color: #fff;
background: #fff;
color: #777;
}
.header-hanor-style-two .search-link {
padding: 0 2px;
}
.header-hanor-style-two .search-link .fa {
display: table;
width: 100%;
height: 100%;
}
.header-hanor-style-two .search-link a {
width: 35px;
height: 35px;
border-color: #fff;
background: rgba(255, 255, 255, 0.25);
display: inline-block;
vertical-align: middle;
color: #fff;
padding: 8px;
margin: 0 2px 6px 0;
border: 2px solid #fff;
text-align: center;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
position: relative;
z-index: 3;
}
.hanor-dnt-transparent-header.header-hanor-style-two .search-link a {
border: 2px solid #a8a8a8;
color: #a8a8a8;
background: rgba(234, 234, 234, 0.25);
}
.navi-toggle {
padding: 42.5px 0;
display: inline-block;
}
.header-hanor-style-one .navi-toggle {
padding: 0;
margin-right: 15px;
}
.header-hanor-style-three .navi-toggle, .hanor-center-header .navi-toggle {
padding: 0;
margin-left: 8px;
}
.header-style-one .navi-toggle {
padding: 0;
margin-left: 18px;
}
.header-style-one .header-links-wrap {
padding: 0;
}
.header-hanor-style-three.header-hanor-style-five .navi-toggle {
padding: 12px 0;
}
.header-hanor-style-two .navi-toggle {
padding: 40px 0;
}
.navi-toggle a {
width: 35px;
height: 35px;
border-color: #fff;
background: rgba(255, 255, 255, 0.25);
display: inline-block;
vertical-align: middle;
position: relative;
color: #fff;
padding: 8px;
border: 2px solid #fff;
text-align: center;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
opacity: 1;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.hanor-dnt-transparent-header .navi-toggle a {
border: 2px solid #a8a8a8;
}
.navi-toggle a.open {
opacity: 0;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.navi-toggle span {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 15px;
height: 2px;
background: #fff;
display: inline-block;
left: 0;
right: 0;
margin: 0 auto;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.hanor-dnt-transparent-header .navi-toggle span {
background: #a8a8a8;
}
.navi-toggle span:before, .navi-toggle span:after {
content: "";
position: absolute;
top: -5px;
transform: none;
width: 10px;
height: 2px;
background: #fff;
display: inline-block;
left: 0;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.hanor-dnt-transparent-header .navi-toggle span:before,
.hanor-dnt-transparent-header .navi-toggle span:after {
background: #a8a8a8;
}
.navi-toggle span:after {
top: 5px;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.navi-toggle a:hover span:before, .navi-toggle a:hover span:after {
width: 15px;
}
.hanor-navi-wrap {
display: inline-block;
position: fixed;
left: -100%;
top: 0;
background: #121212;
border-right: 3px solid #6e45e3;
padding: 45px 50px;
z-index: 9;
overflow: visible;
height: 100%;
width: 100%;
max-width: 370px;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
z-index: 99999;
}
.right .hanor-navi-wrap {
border-left: 3px solid #6e45e3;
border-right: none;
}
.hanor-navi-wrap ul.dropdown-nav {
background: #121212;
}
.sidebar-nav-wrap .hanor-navi-wrap .dropdown-nav > li > a {
border-bottom: 1px solid #e5e5e5;
border-color: rgba(232, 232, 232, 0.2);
}
.sidebar-nav-wrap .hanor-navi-wrap .dropdown-nav > li:last-child > a {
border-bottom: none;
}
.right .hanor-navi-wrap {
left: auto;
right: -100%;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
.admin-bar .hanor-navi-wrap {
height: calc(100% - 32px);
}
.navi-wrap-inner {
position: relative;
display: inline-block;
width: 100%;
height: 100%;
max-height: calc(100% - 5px);
}
.hanor-navi-wrap::-webkit-scrollbar {
width: 5px;
}
.hanor-navi-wrap::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
border-radius: 15px;
}
.hanor-navi-wrap::-webkit-scrollbar-thumb {
border-radius: 15px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
background: #6e45e3;
}
.hanor-navi-over {
position: fixed;
display: inline-block;
width: 100%;
top: 0;
left: -100%;
height: 100%;
z-index: 999;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.right .hanor-navi-over {
left: auto;
right: -100%;
}
.hanor-navi-over.open {
left: 0;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.right .hanor-navi-over.open {
right: 0;
left: auto;
}
.hanor-navi-wrap.open {
left: 0;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
.right .hanor-navi-wrap.open {
right: 0;
left: auto;
}
.admin-bar .hanor-navi-wrap.open {
top: 32px;
}
.hanor-navi-over:after {
content: "";
position: absolute;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
}
.header-hanor-style-two.hanor-fullwidth-header .hanor-navi-wrap .hanor-brand {
width: auto;
padding: 0;
display: inline-block;
}
.close-btn {
position: absolute;
top: 0;
right: 0;
z-index: 5;
}
.hanor-navi-wrap .close-btn a {
width: 20px;
height: 20px;
background: none;
border: none;
}
.hanor-navi-wrap .close-btn a:hover {
background: transparent;
}
.hanor-navi-wrap .close-btn a:before, .hanor-navi-wrap .close-btn a:after {
top: 70%;
}
.header-hanor-style-two.hanor-fullwidth-header .hanor-header {
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center right;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.navi-open.header-hanor-style-two.hanor-fullwidth-header .hanor-header {
background-size: 0% 100%;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.header-hanor-style-two.hanor-fullwidth-header .parallax-overlay {
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.header-hanor-style-two.hanor-fullwidth-header .hanor-header .parallax-overlay {
left: auto;
right: 0;
}
.hanor-main-wrap .sidebar-nav-wrap ul.address-info {
list-style: none;
}
.hanor-main-wrap .sidebar-nav-wrap ul.address-info li {
padding: 3px 20px;
font-size: 17px;
color: #b4b4b4;
font-family: 'Source Sans Pro', serif;
}
.hanor-main-wrap .sidebar-nav-wrap ul.address-info li a {
color: #b4b4b4;
}
.hanor-main-wrap .sidebar-nav-wrap ul.address-info li a:hover {
color: #87c818;
}
.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation > ul > li > a {
padding-top: 16px;
padding-bottom: 16px;
color: #fff;
border-color: rgba(232, 232, 232, 0.2);
padding-left: 0;
}
.hanor-header-three.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation > ul > li > a {
color: #333333;
padding: 13px 4px;
border-color: #e5e5e5;
}
.hanor-header-three.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation ul li a {
color: #333333;
}
.hanor-header-three.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation ul li a:hover,
.hanor-header-three.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation > ul > li > a:hover,
.hanor-header-three.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation > ul > li > a:focus,
.hanor-header-three.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation > ul > li.current-menu-ancestor > a,
.hanor-header-three.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation > ul > li ul.dropdown-nav li.current-menu-parent > a,
.hanor-header-three.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation ul li.current-menu-item > a {
color: #87c818;
}
.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation > ul.custom-dropdown-nav > li > a {
border: none;
padding: 14px 0;
color: #ffffff;
}
.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation > ul.custom-dropdown-nav > li > a:hover {
color: #87c818;
}
.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation > ul.custom-dropdown-nav.normal-menu {
padding-top: 8px;
}
.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation ul li li a {
color: #fff;
}
.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation li.has-dropdown > a:after {
position: absolute;
top: 21px;
right: 23px;
font-weight: 300;
font-size: 18px;
content: "+";
width: 10px;
height: 10px;
text-align: center;
line-height: 10px;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
z-index: 1;
}
.hanor-dnt-transparent-header.header-hanor-style-two .search-box input[type="text"] {
background: rgba(144, 144, 144, 0.25);
color: #232323;
} .hanor-fullwidth-header.header-hanor-style-three .header-links-wrap,
.header-hanor-style-three .header-links-wrap {
margin: 14px 0 15px;
border-left: none;
} .hanor-header .hanor-topdd-content li a,
.header-hanor-style-three.header-hanor-style-five .hanor-topdd-content li a {
color: #333333;
} .similar-job .panel-group .panel-body {
border: none;
}
.similar-job .panel-title a {
padding: 0px 55px 28px 45px;
background: #ffffff;
border: 1px solid #e7e7e7;
border-width: 0 0 1px 0;
width: 100%;
display: inline-block;
position: relative;
font-size: 20px;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
color: #333333;
}
.similar-job .active .panel-title a {
color: #87c818;
}
.similar-job .panel-title a:before {
position: absolute;
top: 20%;
left: 10px;
width: 20px;
height: 13px;
background-image: url(//pleksikorkuluk.com.tr/wp-content/themes/havnor/assets/images/icons/tic-mark.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 20px 13px;
content: "";
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.similar-job .panel-title a:after {
content: none;
}
.similar-job .accordion-switch:before {
left: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.similar-job .active .accordion-switch:before {
content: "";
position: absolute;
display: inline-block;
top: 50%;
left: 12px;
transform: translateY(-50%);
width: 11px;
height: 11px;
background: #87c818;
border-radius: 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.similar-job .panel-group .panel-default {
margin-top: 0;
}
.similar-job .panel-group .panel-default .collapse .panel-body {
padding: 20px 45px 35px;
}
.similar-job .panel-group .panel-default.active .collapse .panel-body {
border-bottom: 1px solid #eeeeee;
border-top: none;
}
.similar-job a.job-btn {
margin-top: 18px;
}
.similar-job .panel-group .panel-default .panel-title{
background-color: transparent;
border:none;
}
.similar-job .panel-group .panel-default .panel-title:after {
background-image: none;
} ul.hanor-rules-list {
display: inline-block;
width: 100%;
}
.hanor-rules-list li {
display: inline-block;
width: 100%;
}
h5.rules-lists-number {
display: inline-block;
width: auto;
font-size: 22px;
float: left;
min-width: 35px;
position: relative;
padding-bottom: 0;
}
.hanor-rules-list p {
float: left;
padding-left: 10px;
width: 95%;
} .bmi-form {
display: inline-block;
width: 100%;
background: #f9f9f9;
padding: 60px 45px 50px;
border: 1px solid #e5e5e5;
}
.bmi-form .bmi-col-half,
.contact-form .bmi-form .bmi-col-half {
width: 49%;
display: inline-block;
padding: 0;
margin-bottom: 19px;
}
.bmi-form .bmi-col-half.secondary,
.contact-form .bmi-form .bmi-col-half.secondary {
float: right;
}
.bmi-form .bmi-col-full,
.contact-form .bmi-form .bmi-col-full {
width: 100%;
padding: 0;
}
.bmi-form .hanor-btn {
width: 100%;
}
.bmi-form .bmi-result {
text-align: center;
padding-bottom: 0;
font-size: 16px;
font-weight: 600;
}
.bmi-form .bmr-result {
text-align: center;
font-size: 16px;
font-weight: 600;
}
.bmi-form .hanor-section-title {
padding-bottom: 60px;
}
.results-wrap.result-open {
display: block;
padding: 30px 10px 0;
}
.bmi-form .bmi-result span, .bmi-form .bmr-result span {
font-size: 21px;
color: #87c818;
font-weight: 600;
}
.bmi-calculator-form .hanor-section-title {
padding-bottom: 65px;
} #domain-form #wdc-style .small #Search {
height: 50px !important;
font-size: 18px !important;
}
#domain-form #wdc-style .input-group {
height: 50px !important;
}
#domain-form #wdc-style .small button#Submit {
height: 40px !important;
background: #87c818;
padding: 4px 30px !important;
border-radius: 100px !important;
line-height: 34px;
margin-right: 0;
}
#domain-form #wdc-style .small #Search {
height: 50px !important;
border-radius: 100px 0 0 100px !important;
padding: 5px 20px;
}
#domain-form #wdc-style .input-group .input-group-btn {
border-radius: 0 100px 100px 0;
}
img.sec-image {
display: none;
} hr.wp-block-separator {
display: inline-block;
width: 100%;
margin-bottom: 50px;
}
blockquote.wp-block-pullquote {
padding: 0 0 0 20px;
}
ul.wp-block-latest-posts li {
margin-bottom: 10px;
}
.wp-block-categories ul li {
margin-bottom: 10px;
}
.single-post-page-strandard.single-post-page.entry-content ul.wp-block-gallery,
ul.wp-block-gallery {
padding-bottom: 50px;
padding-left: 0;
}
pre.wp-block-verse {
margin-bottom: 30px;
}
.single-post-page.entry-content .wp-block-button__link:not(.has-text-color) {
color: #fff;
}
.wp-block-latest-posts.is-grid, 
.single-post-page-strandard.single-post-page.entry-content .wp-block-latest-posts.is-grid {
display: flex;
}
.woocommerce .cart .button, 
.woocommerce .cart input.button {
outline: none;
}
.woocommerce-Reviews .comment-form-rating label {
font-size: 20px;
color: #777;
}
.aptf-single-tweet-slide {
padding: 30px;
display: inline-block;
width: 80%;
border: 1px solid #e5e5e5;
border-radius: 5px;
}
.bx-wrapper .bx-controls-direction a {
margin-top: 28px;
margin-right: 21px;
}
.open-table-style iframe {
height: auto;
}
.hanor-navigation .dropdown-toggle::after,
.hanor-header .dropdown-toggle::after {
display: none;
}@media only screen and (max-width: 1868px) and (min-width: 1550px) {
.header-hanor-style-one nav.hanor-navigation .hanor-brand {
padding-left: 15px;
padding-right: 15px;
}
.header-hanor-style-one .hanor-navigation > ul > li > a {
padding-left: 16px;
padding-right: 16px;
}
}
@media screen and (max-width:1700px) { .hanor-stunning-services .presentation-image {
margin-left: 0;
} .header-hanor-style-one .hanor-header .hanor-navigation > ul > li > a {
display: inline-block;
padding: 41px 13px;
}
.hanor-footer .footer-bg-image {
background-position: bottom right;
background-size: 20%;
}
}
@media only screen and (max-width: 1550px) and (min-width: 1341px) { .has-sidebarnav .container {
width: 970px;
}
}
@media only screen and (max-width: 1366px) and (min-width: 1300px) {
.hanor-header-three .container {
width: 100%;
padding: 0 20px;
}
}
@media screen and (max-width:1550px) { .header-hanor-style-one .hanor-header [class*="col-md-3"] {
width: 50%;
float: left;
}
.header-hanor-style-one .hanor-header [class*="col-md-6"] {
width: 100%;
}  
.header-hanor-style-one .search-box {
right: 0;
}
}
@media screen and (max-width:1450px) { .testimonials-style-two .owl-carousel .owl-dots,
.owl-carousel[data-animatein="fadeIn"] .owl-dots {
right: -20px;
} .contact-form .hanor-section-title br {
display: none;
}
.promo-item .hanor-image img {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
@media screen and (max-width:1340px) { .hanor-fullwidth-header .hanor-header {
padding: 0 50px;
}
.swiper-button-prev {
left: 25px;
}
.swiper-button-next {
right: 25px;
}
.hanor-topbar .nice-select .list {
left: auto;
right: 0;
} .difference-info {
padding: 100px;
} .stories-style-two .owl-drag .owl-prev:before {
left: 25px;
}
.stories-style-two .owl-drag .owl-next:before {
right: 25px;
} .contact-form {
padding: 80px;
}
}
@media screen and (max-width:1280px) {
.featuredPostSlider, #slick-pager {
width: 100%;
max-width: 600px;
margin: 0 auto;
display: block;
float: none;
}
.postslider .postslider-wrap .pagerNavigationTop,
.postslider .postslider-wrap:hover .pagerNavigationTop {
opacity: 0;
top: 50%;
transform: translateY(-50%);
left: -80px;
right: auto;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.postslider .postslider-wrap .pagerNavigationBottom,
.postslider .postslider-wrap:hover .pagerNavigationBottom {
opacity: 0;
top: 50%;
transform: translateY(-50%);
left: auto;
right: -80px;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.postslider .postslider-wrap .pagerNavigationTop span i,
.postslider .postslider-wrap .pagerNavigationBottom span i {
transform: rotate(-90deg);
} 
.postslider .postslider-wrap:hover .pagerNavigationTop {
opacity: 1;
left: -60px;
}
.postslider .postslider-wrap:hover .pagerNavigationBottom {
opacity: 1;
right: -60px;
}
.slick-pager .slick-slide {
padding: 25px 30px 20px;
border-radius: 0 0 5px 5px;
background: #fff;
}
.featuredPostSlider img {
border-radius: 5px 5px 0 0;
}
.hanor-counting .count-item .counter-value {
font-size: 30px;
width: 9%;
}
.hanor-outcome-services .nav-tabs > a {
padding-right: 20px;
}
}
@media screen and (max-width:1270px) {
.job-btn {
margin-bottom: 10px;
}
}
@media screen and (min-width:1270px) { .container {
padding: 0;
} .blogs-style-two .row {
margin: 0 -25px;
}
.blogs-style-two [class*="col-"] {
padding: 0 25px;
} .hanor-experience .row {
margin: 0 -35px;
}
.hanor-experience [class*="col-"] {
padding: 0 35px;
} .hanor-questions .row {
margin: 0 -40px;
}
.hanor-questions [class*="col-"] {
padding: 0 40px;
} .hanor-related-articles .row {
margin: 0 -10px;
}
.hanor-related-articles [class*="col-"] {
padding: 0 10px;
}
}
@media screen and (max-width:1216px) {
.banner-center .hanor-breadcrumbs.breadcrumb-one {
width: 100%;
left: 0;
}
}
@media screen and (max-width:1199px) { .blog-info h4 {
font-size: 18px;
}
.hanor-section-title.cpation-left {
float: none;
}
.hanor-fullwidth-header .hanor-header .header-buttons {
padding-left: 10px;
}
.hanor-fullwidth-header .hanor-header .header-links-wrap {
padding-left: 0;
margin-left: 0;
border-left: none;
}
.hanor-header .container {
position: relative;
}
.hanor-header-right {
position: unset;
}  
.header-buttons {
padding-left: 0;
margin-right: 60px;
position: relative;
z-index: 4;
}
.hanor-header-right.dhav-btns .header-links-wrap {
margin-right: 60px;
}
.mean-nav .menu-text-wrap:before {
content: none;
}
.mean-nav .dropdown-nav > li.has-dropdown > a:after {
content: none;
}
.mean-nav .dropdown-nav {
background: transparent;
}
.hanor-banner, .hanor-banner[class*="banner-style-"], .swiper-container {
height: 800px;
min-height: 800px;
}
.caption-wrap-inner h2 {
font-size: 50px;
line-height: 60px;
}
.caption-wrap-inner .hanor-btns-group {
padding: 15px 0;
}
.caption-title {
padding: 10px 0;
}
.blog-item .blog-info {
-webkit-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.blog-item.hanor-hover .blog-info {
background: #333333;
}
.blogs-style-five .blog-item.hanor-hover .blog-info {
background: rgba(0, 0, 0, 0.3);
color: #ffffff;
}
.blog-item > .hanor-image img {
-webkit-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.blogs-style-five .blog-item > .hanor-image img {
border-radius: 5px;
}
.blog-info {
position: static;
height: auto;
padding: 20px 20px 25px;
}
.blogs-style-two.have-border .blog-info {
border-top: none;
}
.hanor-subscribe input[type="submit"] {
min-width: 100%;
}
.hanor-page-title {
padding: 150px 0;
}
.hanor-widget.woocommerce.widget_shopping_cart li, .hanor-widget.woocommerce.widget_shopping_cart .cart_list li {
padding-left: 25px;
}
.hanor-widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
padding: 12px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
margin-right: 17px;
} .help-item {
padding: 60px 30px;
}
.blogs-style-two .blog-item > .hanor-image img {
border-radius: 5px;
} .services-style-two .service-item {
padding-right: 0;
} .skills-style-three .skills-info-wrap {
padding-left: 35px;
} .professional-item {
padding-left: 0;
padding-right: 0;
} .difference-info {
padding: 70px;
} .hanor-stories .hanor-subscribe {
padding-left: 70px;
padding-right: 70px;
}
.hanor-stories.stories-style-three {
text-align: center;
}
.stories-style-three .story-item {
display: inline-block;
} .promo-style-two .promo-info {
max-width: 100%;
padding-top: 30px;
}
.promo-style-two .promo-title {
padding-bottom: 10px;
} .hanor-about-me .hanor-background {
min-height: 700px;
}
.my-info {
padding: 10%;
} .services-style-four .service-info {
padding: 15px;
}
.services-style-four .service-info {
min-height: 200px;
}
.services-style-four .service-item .hanor-icon {
padding-bottom: 25px;
}
.hanor-video-presentation .hanor-section-title {
padding-right: 0;
}
.hanor-outcome-services .nav-tabs {
font-size: 18px;
text-align: center;
}
.hanor-outcome-services.tab-style-five .nav-tabs {
text-align: left;
}
.hanor-outcome-services .nav-tabs > a,
.hanor-outcome-services.tab-style-six .nav-tabs > a {
width: 50%;
margin-bottom: 30px;
} .hanor-stunning-services .hanor-section-title br {
display: none;
}
.hanor-stunning-services .service-item {
padding-right: 0;
} .contact-form {
padding: 50px;
} .contact-items {
padding-left: 0;
}
.vc_column-inner.service-col[class*="vc_custom"] {
padding-left: 15px !important;
padding-right: 15px !important;
}
.hanor-stunning-services {
padding: 30px 0 10px;
text-align: center;
}
.hanor-plans {
padding: 70px 0 70px;
}
.difference-item.toggle-align .difference-prim {
float: left;
}
.hanor-presentation {
margin-bottom: 30px;
}
.hanor-presentation.two {
margin: 30px 0 0;
}
.hanor-subscribe {
padding-left: 15px;
padding-right: 15px;
}
.hanor-services {
padding: 0;
}
.blogs-style-six .blog-info-wrap {
position: relative;
background-color: #f9f9f9;
padding: 0;
width: 100%;
}
.blogs-style-six .blog-item.hanor .blog-info,
.blogs-style-six .blog-item .blog-info {
background-color: #f9f9f9;
} .hanor-large-out {
width: 350px;
height: 350px;
}
.large-out-inner {
width: 173px;
height: 173px;
}
.hanor-small-out {
width: 80px;
height: 80px;
}
.hanor-small-out .road-line {
width: 30px;
height: 37px;
border-width: 0 3px 0 3px;
}
.hanor-small-out .road-line span:before, .hanor-small-out .road-line span:after {
width: 3px;
height: 13px;
}
.figuress-item-wrap {
max-width: 350px;
}
.figuress-item {
margin: 20px 0;
}
.hanor-figuress-wrap .figuress-item:nth-child(3n), .hanor-figuress-wrap .figuress-item:nth-child(4n) {
margin-top: 40px;
} .wedo-number h2:after {
width: 100%;
right: -100%;
} .timeline-item .row {
margin: 0;
}
.timeline-item [class*="col-"] {
width: 100%;
padding: 0 0 0 40px;
}
.timeline-year {
top: 10px;
left: -25px;
right: auto;
}
.timeline-item:nth-child(2n) .timeline-image:before,
.timeline-image:before {
right: auto;
left: -47px;
}
.timeline-item:nth-child(2n) .timeline-image,
.timeline-image {
float: left;
margin: 0;
}
.timeline-item:nth-child(2n) .timeline-info,
.timeline-info {
float: left;
width: 100%;
margin: 20px 0 0 0;
}
.timeline-item:nth-child(2n) .timeline-info:after {
right: auto;
left: -20px;
transform: rotate(-90deg);
}
.timeline-menu:after {
right: auto;
left: 23px;
}
.timeline-menu:before {
left: 30px;
}
.timeline-menu {
padding: 80px 0 0 30px;
} .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 33.33333333%;
} .woocommerce ol {
width: auto;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
width: auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width: 100%;
padding: 10px 0 0;
float: left;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
width: 100%;
}
.woocommerce-tabs,
.woocommerce .woocommerce-tabs {
padding-top: 50px;
} .woocommerce table.shop_table td.product-thumbnail {
padding-left: 20px;
}
.woocommerce table.shop_table td.product-thumbnail a img {
margin-right: 25px;
}
.woocommerce table.shop_table th .thumbnail-title {
padding-left: 0;
} .hanor-navi-wrap {
padding: 10px 35px;
}
.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation > ul > li > a {
padding-top: 10px;
padding-bottom: 10px;
}
.hanor-main-wrap .sidebar-nav-wrap .hanor-navigation li.has-dropdown > a:after {
top: 14px;
}
.sidebar-nav-wrap .hanor-brand, .header-hanor-style-two .sidebar-nav-wrap .hanor-brand {
padding: 15px 0 20px;
text-align: center;
}
.navi-wrap-inner .hanor-social, .header-hanor-style-two .navi-wrap-inner .hanor-social {
padding: 8px 0;
}
ul.sidebar-menu-social {
padding-top: 5px;
}
.close-btn a:before, .close-btn a:after {
width: 21px;
}
.hanor-section-title {
padding-bottom: 45px;
}
.hanor-page-share {
top: auto;
right: 0;
bottom: 0;
height: auto;
}
.hanor-outcome-services.tab-style-one .nav-tabs > a span.tab-title {
font-size: 20px;
}
.hanor-outcome-services.tab-style-one .nav-tabs > a span[class*="pe-7s"] {
font-size: 55px;
}
.hanor-testimonials.testimonials-style-five .testimonial-author-quote {
width: 90%;
left: 20px;
}
.hanor-testimonials.testimonials-style-five .testimonial-author-image {
padding: 0 25px 10px 10px;
} .col-md-7.hanor-item.promo-primary {
width: 100%;
}
.col-md-5.hanor-item.promo-secondary {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.promo-style-two .col-md-5.hanor-item.promo-secondary {
padding-left: 15px;
padding-right: 15px;
}
.hanor-promo.promo-style-three .promo-secondary {
padding-right: 0;
}
.promo-info {
padding: 50px 0 0;
}
.promo-style-three .promo-info {
padding: 20px 0 30px;
}
.hanor-promo.toggle-align .hanor-image {
text-align: left;
}
.toggle-service-item {
padding: 25px;
}
.partnership-style-one .partnership-item {
padding-top: 20px;
padding-bottom: 20px;
}
.features-wrap {
width: 100%;
}
.hanor-mt-container {
max-width: 100%;
padding: 0 15px;
}
.each-location-tab .each-item-wrapper {
padding: 30px 18px;
}
.banner-center .hanor-breadcrumbs.breadcrumb-one {
width: 100%;
left: 0;
}
.banner-right .hanor-breadcrumbs.breadcrumb-one,
.hanor-breadcrumbs.breadcrumb-one {
left: 0;
right: 0;
}
.hanor-team-intro .member-details h2 {
font-size: 40px;
}
.hanor-portfolio-default .masonry-item {
width: 50%;
}
.hanor-outcome-services.tab-style-four .nav-tabs {
margin-top: 0;
}
.hanor-outcome-services {
padding: 50px 0 0;
}
.hanor-outcome-services.tab-style-five {
display: inline-block;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.hanor-outcome-services.tab-style-four a.active {
border: 1px solid #f4f7f9;
}
.hanor-presentation .hanor-image img {
max-width: 100%;
}
.hanor-presentation .hanor-image {
position: relative;
top: 0;
transform: none;
right: 0;
}
.feature-info {
width: 100%;
height: 450px;
background-size: cover;
}
.feature-carousel-space {
padding: 50px 0;
}
.hanor-footer .footer-bg-image {
background:none !important;
} .hanor-header .hanor-navigation {
display: none!important;
}
.hanor-sidebar-toggle,
.hanor-header-three .hanor-full-wrap .hanor-sidebar-toggle {
display: none;
}
.hanor-center-header .hanor-toggle {
display: none;
}
.hanor-toggle.active,
.hanor-header-right .hanor-navigation {
display: none !important;
}
.header-hanor-style-two .navi-toggle {
display: none;
}
.header-five-menu-toggle {
display: none;
}
.hanor-header-three .hanor-sidebar-nav {
position: relative;
width: 100%;
height: auto;
background: #ffffff;
z-index: 3;
top: 0;
}
.hanor-header-three .sidebar-nav-wrap {
padding: 13px 35px;
}
.hanor-header-three .sidebar-nav-wrap .hanor-brand {
text-align: left;
padding: 7px 0 20px;
float: left;
}
.hanor-header-three .mean-container .mean-bar {
width: 95%;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
}
.hanor-header-three .hanor-sidebar-nav nav.hanor-navigation {
display: none !important;
}
.has-sidebarnav .hanor-main-wrap {
margin-left: 0 !important;
}
.sidebarnav-open .hanor-sidebar-nav {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.sidebarnav-open .hanor-full-wrap, .sidebarnav-open .hanor-footer {
-webkit-transform: translateX(300px);
-ms-transform: translateX(300px);
transform: translateX(300px);
}
.hanor-full-wrap .hanor-sidebar-toggle {
display: block;
}
.has-sidebarnav .hanor-footer {
width: 100%;
left: 0;
}
.hanor-main-wrap.hanor-header-three, .has-sidebarnav .hanor-banner.slider-cnt-left .caption-wrap {
width: 100%;
margin-left: 0;
}
.hanor-navigation-wrap {
display: none;
}
nav.sidebar-nav-wrap.sidebar-menu-two,
.sidebar-nav-wrap .hanor-navigation {
display: none !important;
}
.header-links-wrap {
display: none;
}
.header-hanor-style-three.header-hanor-style-five .hanor-header .logo-wraper {
padding-bottom: 0;
}
.header-hanor-style-three.header-hanor-style-five .menu-wraper {
display: none;
}
}
@media screen and (min-width:1199px) { .hanor-stories .hanor-container {
max-width: 900px;
}
}
@media screen and (min-width:992px) { .hanor-container {
max-width: 825px;
}
.hanor-testimonials .hanor-container {
max-width: 920px;
} .hanor-helps .row {
margin: 0;
}
.hanor-helps [class*="col-"] {
padding: 0;
} .hanor-quote .hanor-container, .hanor-testimonials.testimonials-style-four .hanor-container {
max-width: 945px;
} .hanor-subscribe .hanor-container {
max-width: 974px;
} .services-style-four .row {
margin: 0;
}
.services-style-four [class*="col-"] {
padding: 0;
}
}
@media screen and (max-width:991px) { .masonry-item {
width: 50%;
}
.hanor-title-wrap {
display: inline-block;
width: 80%;
}
.hanor-sticky-footer .main-wrap-inner {
margin-bottom: 0 !important;
}
.hanor-sticky-footer .hanor-footer {
position: static;
}
.owl-drag .owl-prev:before {
left: -25px;
}
.owl-drag .owl-next:before {
right: -25px;
}
.blogs-style-six .owl-drag .owl-next:before {
right: 0;
}
.blogs-style-six .owl-carousel .owl-prev:before, .blogs-style-six .owl-carousel .owl-next:before {
top: 0;
}
.hanor-masonry .work-item {
display: inline-block;
}
.hanor-pagination.pagination-spacer-one, .hanor-pagination.pagination-spacer-three, .hanor-pagination.pagination-spacer-four {
padding-top: 25px;
}
.caption-wrap-inner {
max-width: 100%;
}
.caption-wrap-inner br {
display: none;
}
.hanor-promo {
text-align: center;
}
.promo-item:nth-child(2n) [class*="col-"]:first-child {
float: none;
}
.promo-info {
padding-top: 30px;
}
.toggle-align .hanor-image, .hanor-promo.toggle-align .hanor-image {
text-align: center;
}
.toggle-align .promo-primary {
float: unset;
}
.hanor-stats {
text-align: center;
}
.hanor-section-title br {
display: none;
}
.process-item {
max-width: 100%;
}
.hanor-plans .hanor-section-title {
padding: 0 0 50px;
}
.left-sidebar .hanor-primary {
float: none;
}
.left-sidebar .work-detail .hanor-secondary {
padding-right: 15px;
}
.hanor-primary {
float: none;
width: auto;
padding: 0 15px;
}
.hanor-secondary {
float: none;
width: auto;
padding: 70px 15px 0;
}
.hanor-footer div:first-child > .footer-widget {
max-width: 100%;
} .help-item {
margin-bottom: 30px;
border-right: 1px solid #eeeeee;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.hanor-helps div:first-child > .help-item, .hanor-helps div:last-child > .help-item {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.hanor-skills.skills-style-two {
text-align: center;
}
.hanor-skills.skills-style-two .hanor-section-title {
text-align: center;
}
.skills-style-two .hanor-video-wrap {
margin-bottom: 50px;
}
.skills-info-wrap {
padding-left: 0;
}
.testimonials-style-two .hanor-section-title  {
padding-bottom: 0;
}
.blogs-style-two .blog-info {
padding: 20px;
}
.blogs-style-two .blog-meta {
padding: 12px;
text-align: left;
}
.blogs-style-two .blog-info p {
font-size: 17px;
line-height: 26px;
}
.blogs-style-two .blog-info-wrap {
padding-bottom: 5px;
} .stats-style-two .hanor-section-title {
padding-bottom: 50px;
text-align: center;
}
.stats-style-two .text-right {
text-align: center;
} .skills-style-three .skills-info-wrap {
padding: 50px 0 0;
} .difference-item:nth-child(2n) [class*="col-"]:first-child {
float: none;
}
.difference-item .hanor-background {
min-height: 500px;
}
.difference-title br {
display: none;
}
.difference-item.toggle-align .difference-prim {
float: none;
} .story-item {
margin-bottom: 70px;
} .promo-style-two .promo-info {
padding: 30px 0 25px;
}
.promo-style-two .promo-title {
padding-bottom: 15px;
}
.progress-items-wrap {
padding: 0;
} .hanor-about-me .hanor-background {
min-height: 600px;
} .services-style-four .service-item {
margin-bottom: 30px;
width: auto;
}
.services-style-four .service-item .hanor-image img, .services-style-four .service-info, .services-style-four div:first-child > .service-item .hanor-image img, .services-style-four div:first-child > .service-item .service-info, .services-style-four div:last-child > .service-item .hanor-image img, .services-style-four div:last-child > .service-item .service-info {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.services-style-one .service-info {
padding-left: 0;
padding-top: 15px;
}
.wpb_column .services-style-four .service-item .hanor-image img, .wpb_column .services-style-four .service-item .service-info {
-webkit-border-radius: 5px !important;
-ms-border-radius: 5px !important;
border-radius: 5px !important;
}
.hanor-video-presentation .hanor-section-title {
text-align: center;
}
.video-presentation-info {
padding-bottom: 50px;
text-align: center;
}
.hanor-outcome-services.tab-style-five .nav-tabs, .hanor-outcome-services.tab-style-five .large-title {
text-align: left;
max-width: 100%;
}
.hanor-outcome-services.tab-style-five .nav-tabs > a {
margin-bottom: 0;
} .hanor-stunning-services .presentation-image {
margin-top: 25px;
} .work-detail .hanor-primary {
width: auto;
}
.work-detail .hanor-secondary {
width: auto;
padding-left: 15px;
}
.portfolio-detail-items-wrap {
max-width: 100%;
}
.related-projects {
text-align: center;
} .contact-form {
padding: 100px;
} .contact-items {
padding-top: 50px;
}
.hanor-promo.promo-style-two .promo-item {
padding: 0;
}
.hanor-promo.promo-style-two .hanor-image.hanor-video-wrap {
margin-bottom: 15px;
}
.hanor-services,
.hanor-services.services-style-four {
text-align: center;
}
.hanor-services.services-style-five p {
margin-bottom: 20px;
}
.service-info {
padding-top: 15px;
}
.contact-wrap-style-wrap {
padding: 0;
}
.services-style-one .hanor-icon-image.hanor-image {
float: none;
}
.hanor-team .thumb-flexslider .slides li {
margin: 0 27px;
}
.hanor-team.team-style-four .style-four-width {
width: 33.33333%;
}
.hanor-team.team-style-four .style-four-width .mate-item {
padding-bottom: 0;
}
.hanor-outcome-services {
padding: 50px 0 0;
}
.hanor-outcome-services.tab-style-five {
padding: 20px;
}
.hanor-outcome-services.tab-style-four .nav-tabs {
margin-top: 0;
}
.hanor-callout.callout-style-two .hanor-btn {
float: none;
margin: 20px 0 0;
}
.hanor-callout.callout-style-two h2, .hanor-callout.callout-style-two p {
text-align: center;
padding-bottom: 5px;
}
.hanor-callout.callout-style-two {
padding: 35px 0;
}
.hanor-page-share {
position: relative;
overflow: hidden;
top: 0;
right: auto;
left: 0;
z-index: 1;
}
.hanor-page-share .hanor-social {
float: right;
position: absolute;
left: -30px;
right: auto;
}
.hanor-page-share .hanor-social:before {
left: auto;
right: -28px;
border-width: 36px 0 36px 28px;
border-color: transparent transparent transparent #efefef;
}
.hanor-outcome-services.tab-style-six .tab-six-wrap {
background-color: transparent;
border-bottom: none;
}
.hanor-page-share.hanor-hover .hanor-social {
left: 97px;
right: auto;
opacity: 1;
}
.subscribe-socials {
padding-bottom: 30px;
} .hanor-large-out {
display: none;
}
.figuress-item {
margin: 20px 0;
width: 100%;
padding: 0px;
}
.hanor-figuress-wrap {
padding: 40px 0;
}
.hanor-figuress-wrap .figuress-item:nth-child(2n) .figuress-item-wrap,
.figuress-item-wrap {
max-width: 100%;
margin: 0;
}
.figuress-item .icon-wrap {
float: left;
}
.figuress-item .figuress-info {
text-align: left;
padding: 0 0 0 30px;
}
.hanor-figuress-wrap .figuress-item:nth-child(3n), 
.hanor-figuress-wrap .figuress-item:nth-child(4n) {
margin-top: 15px;
} .about-partners-item {
padding: 0;
}
.partners-item {
min-height: auto;
padding: 30px 0;
height: auto !important;
}
.partners-active.partners-item:after {
content: none;
}
.about-partners {
padding: 15px 20px 10px;
box-shadow: none;
margin: 0;
} .hanor-team .style-seven-width .hanor-image {
float: none;
}
.hanor-team .style-seven-width:nth-child(2n+2) .team-seven-img {
float: none;
}
.hanor-team .style-seven-width:nth-child(2n+2) .team-seven-img .hanor-image {
float: none;
}
.style-seven-width {
padding: 40px 0;
}
.hanor-team .style-seven-width .mate-info {
text-align: center;
}
.hanor-team .style-seven-width .hav-bg-img .hanor-image {
float: none;
} .wedo-number h2:after {
content: none;
}
.process-wedo-item {
margin-bottom: 30px;
}
.postslider .postslider-wrap .pagerNavigationTop {
left: -30px;
}
.postslider .postslider-wrap .pagerNavigationBottom {
right: -30px;
}
.postslider .postslider-wrap:hover .pagerNavigationTop {
left: -20px;
}
.postslider .postslider-wrap:hover .pagerNavigationBottom {
right: -20px;
}
.nav-tabs > li.each-location-tab {
width: 50%;
padding: 0 8px;
margin: 0 auto 16px;
} .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: none;
margin: 0 0 30px;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
width: 100%;
}
.woocommerce .masonry-filters {
float: none;
padding: 0 0 25px;
}
.woocommerce .masonry-filters ul li {
padding: 0 20px 20px;
}
.woocommerce .woocommerce-ordering .nice-select {
margin-bottom: 10px;
} .woocommerce .actions .coupon .input-text {
width: 220px;
}
.woocommerce .actions a.button.alt {
min-width: 200px;
} .woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
width: 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
padding-top: 50px;
width: 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
float: left;
}
.woocommerce .woo-col-3 ul.products li.product, 
.woocommerce-page .woo-col-3 ul.products li.product {
float: left;
margin: 0 0 30px;
padding: 0 15px;
position: relative;
width: 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce .woo-col-3 ul.products li.product:nth-child(3n), .woocommerce-page .woo-col-3 ul.products li.product:nth-child(3n) {
margin: 0 0 30px;
} h4.countdown-title {
text-align: center;
padding-bottom: 18px;
} .header-hanor-style-three .hanor-brand img {
margin: 0 auto;
}
.header-hanor-style-three .header-contents {
float: none;
width: 100%;
text-align: center;
}
.header-hanor-style-three .header-links-right {
float: none;
text-align: center;
}
.header-hanor-style-three .hanor-navigation {
width: 100%;
padding: 0;
text-align: center;
}
.header-hanor-style-three .hanor-navigation ul {
text-align: left;
}
.hanor-footer.footer-new-style-two .hanor-copyright [class*="col-"] {
text-align: center !important;
float: none !important;
}
.hanor-footer.footer-new-style-two .hanor-copyright [class*="col-"]:last-child {
padding-top: 15px;
}
.header-hanor-style-three .search-box {
left: 0;
margin: 0 auto;
}
.hanor-countdown .countdown_section {
margin-bottom: 20px;
}
.experience-item {
margin-bottom: 12px;
}
.hanor-counting .count-item .counter-value {
font-size: 24px;
width: 40px;
padding-top: 4px;
}
.services-style-one .service-info-wrap .hanor-icon {
float: none;
}
.hanor-testimonials.testimonials-style-four {
padding: 60px 0;
}
.hanor-testimonials.testimonials-style-five .owl-carousel .owl-prev:before {
right: 35px;
}
#world-map-markers {
width: 100% !important;
height: 400px !important;
}
.accordion-careers-style {
padding: 0 0 25px;
} .hanor-job-search.search-style-two form [class*="col-"] {
max-width: unset;
}
.job-item {
text-align: center;
}
.job-item .hanor-image {
text-align: center;
margin: 0 auto;
margin-bottom: 15px;
}
.job-info {
margin: 0 auto;
}
.job-item .hanor-btns-group {
text-align: center;
padding: 25px 0 20px;
}
.job-location {
text-align: center;
}
.hanor-job-search.search-style-two form input[type="submit"] {
width: 100%;
}
.plan-item.pricing-style-two .plan-title-wrap {
padding-bottom: 25px;
}
.hanor-widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
padding: 16px;
}
.hanor-features.feature-style-two .feature-item {
padding-right: 15px;
padding-left: 15px;
}
.hanor-testimonials.testimonials-style-five {
padding: 30px 0 40px;
} .otw-widget-form .otw-wrapper>div,
.otw-widget-form-wrap input.otw-submit,
.otw-widget-form-wrap {
width: 100%;
}
.wpb_widgetised_column.wpb_content_element {
display: inline-block;
width: 100%;
}
.hanor-footer.footer-new-style-two [class*="col-"]:last-child {
padding-left: 15px;
}
.hanor-footer.footer-new-style-two [class*="col-"] {
width: 100%;
}
.hanor-footer .hanor-copyright .pull-right, .hanor-footer .hanor-copyright .pull-left {
text-align: center;
float: none !important;
}
.hanor-footer .hanor-copyright .pull-right {
padding: 20px 0 17px;
}
.woocommerce-checkout .havnor-coupon-form {
width: 100%;
margin-right: 0;
}
.title-bar-btn {
float: left;
}
.title-bar-btn .header-buttons {
padding: 20px 15px 10px 0;
}
.header-buttons .hanor-btn {
margin-left: 0;
}
.stats-item {
margin-bottom: 45px;
}
.hanor-award {
padding-bottom: 15px !important;
}
.blogs-style-six .blog-item.col-md-6 {
float: left;
}
.hanor-footer .hanor-copyright .copyright-links li {
float: none;
padding-right: 8px;
padding-bottom: 0;
}
.hanor-footer .hanor-copyright .copyright-links li:after {
padding-left: 8px;
}
.hanor-footer ul.copyright-links {
padding-top: 12px;
}
.intro-img-section {
padding-top: 40px;
}
.hanor-testimonials.testimonials-style-five.team-hide-align .testimonial-author-quote {
left: 0;
}
.blog-single-metas .hanor-blog-tags,
.blog-single-metas .hanor-blog-tags.hanor-blog-cat {
width: 100%;
border-left: none;
text-align: left;
}
.blog-single-metas .hanor-blog-share {
text-align: left;
}
}
@media screen and (max-width:800px) { .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
background: rgba(0, 0, 0, 0.6);
}
.mfp-close:active {
top: 0;
}
.mfp-close:before, .mfp-close:after {
top: 9px;
left: 16px;
}
.mfp-arrow-left {
left: 15px;
}
.mfp-arrow-right {
right: 26px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
position: fixed;
top: 0;
width: 35px;
} .header-hanor-style-one .hanor-header [class*="col-md-3"] {
width: 100%;
float: left;
}
.header-hanor-style-one .hanor-header .header-contents,
.header-hanor-style-one .hanor-header .header-links-right {
float: none;
text-align: center;
}
}
@media screen and (max-width:799px) { .container {
padding: 0 25px;
}
.hanor-callout >.container {
padding: 0 10px;
}
.hanor-transparent-header .mean-container a.meanmenu-reveal,
.hanor-center-header .mean-container a.meanmenu-reveal {
right: 25px !important;
}
.hanor-transparent-header .mean-container a.meanmenu-reveal {
border-color: #fff;
}
.mean-container .mean-nav {
float: none;
display: block;
margin: 89px auto 0;
}
.hanor-header-three .mean-container .mean-nav {
width: 100%;
}
}
@media screen and (max-width:782px) {
.admin-bar .hanor-navi-wrap {
height: calc(100% - 46px);
}
.admin-bar .hanor-navi-wrap.open {
top: 46px;
}
.admin-bar .hanor-header-three.mean-container .mean-bar {
top: 46px;
}
}
@media screen and (max-width:768px) {
section.hanor-portfolio-four {
text-align: center;
}
}
@media screen and (min-width:768px) { form .row {
margin: 0 -7px;
}
form [class*="col-"] {
padding: 0 7px;
}
.hanor-fullwidth-header .hanor-brand {
padding: 34px 0;
}
.hanor-fullwidth-header .hanor-navigation > ul > li > a {
padding-top: 41px;
padding-bottom: 41px;
}
.hanor-fullwidth-header .header-links-wrap {
padding-left: 21px;
margin: 34px 0 34px 8px;
border-left: 1px solid #e3e3e3;
}
.hanor-fullwidth-header .header-buttons {
padding: 29px 0;
} .hanor-fullwidth-header .header-links-wrap {
padding-left: 21px;
margin: 29px 0 29px 8px;
border-left: 1px solid #e3e3e3;
}
.hanor-fullwidth-header .header-buttons {
padding: 29px 0;
} .hanor-free-trail .hanor-container {
max-width: 685px;
} .hanor-get-app .hanor-container {
max-width: 585px;
} .contact-form form .row {
margin: 0 -12px;
}
.contact-form form [class*="col-"] {
padding: 0 12px;
}
}
@media screen and (max-width:767px) { .hanor-topbar.hide-topbar-responsive {
display: none;
}
.custom-border, .custom-border-construction {
border: none;
}
h1, .h1 {
font-size: 30px;
}
h2, .h2 {
font-size: 26px;
}
h2.vc_custom_heading {
font-size: 26px !important;
line-height: 38px !important;
}
.h3, h3 {
font-size: 24px;
}
.h4, h4 {
font-size: 22px;
}
.h5, h5 {
font-size: 20px;
}
.h6, h6 {
font-size: 18px;
}
iframe {
height: 250px;
}
form input[type="submit"] {
margin-top: 6px;
}
blockquote {
padding: 15px;
}
blockquote p {
font-size: 20px;
line-height: 32px;
}
blockquote cite {
padding-top: 0;
}
textarea, textarea.form-control {
height: 130px;
}
.hanor-transparent-header .mean-container a.meanmenu-reveal, .hanor-center-header .mean-container a.meanmenu-reveal {
right: 0 !important;
}
.owl-carousel .owl-nav {
display: none;
}
.owl-carousel .owl-dots {
padding-top: 15px;
}
.testimonials-style-two .owl-carousel .owl-dots,
.owl-carousel[data-animatein="fadeIn"] .owl-dots {
position: static;
width: auto;
padding-top: 19px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.testimonials-style-two .owl-carousel .owl-dots .owl-dot,
.owl-carousel[data-animatein="fadeIn"] .owl-dots .owl-dot {
margin: 0 7px;
}
.swiper-pagination, .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom {
bottom: 25px;
}
.swiper-button-prev, .swiper-button-next {
display: none;
}
.nav-tabs {
margin-bottom: 15px;
}
.panel-title {
font-size: 15px;
}
.panel-content {
padding-top: 15px;
}
.accordion-style-two .panel-default {
padding-bottom: 30px;
}
.accordion-style-two .panel-content p {
padding-bottom: 10px;
}
.accordion-style-two .panel-default .panel-heading {
padding-bottom: 5px;
}
.masonry-filters {
padding-bottom: 25px;
font-size: 15px;
}
.hanor-masonry {
margin: 0;
text-align: center;
}
.hanor-masonry[data-space] {
margin: 0;
}
.hanor-masonry[data-space] .masonry-item {
padding: 0 0 25px;
}
.hanor-masonry[data-items] .masonry-item {
width: 100%;
}
.masonry-item {
width: 100%;
padding: 0 0 25px;
}
.hanor-insights .masonry-item {
width: 400px;
}
.hanor-insights .masonry-item {
width: 400px;
float: none;
text-align: center;
margin: 0 auto;
right: 0;
}
.masonry-item .hanor-image img {
width: auto;
}
.hanor-portfolio-default .masonry-item .hanor-image img {
width: 335px;
}
.hanor-masonry .work-item {
margin-bottom: 0;
}
.circle-progressbar h2 {
font-size: 30px;
}
.hanor-map {
height: 300px !important;
min-height: 300px;
}
.hanor-map-tab-content .tab-pane {
min-height: 300px;
}
.hanor-pagination[class*="pagination-spacer-"] {
padding-top: 0;
}
.hanor-main-wrap .hanor-fullscreen-navigation .hanor-navigation > ul > li > a {
padding: 15px 0;
font-size: 30px;
}
.hanor-fullwidth-header .hanor-header {
padding: 0 25px;
}
.hanor-center-header .hanor-brand {
float: left;
}
.hanor-center-header .hanor-toggle {
display: none;
}
.hanor-center-header .hanor-header .mean-container .mean-bar {
display: block;
}
.hanor-topbar .search-link {
padding-left: 0;
}
.hanor-dark-topbar .hanor-topbar ul > li {
margin: 6px 2px 6px 5px;
}
.hanor-dark-topbar .hanor-topbar ul > li:last-child {
margin-right: 5px;
}
.hanor-gray-topbar .hanor-topbar .pull-left {
padding-top: 5px;
}
.hanor-topbar {
text-align: center;
position: relative;
z-index: 5;
padding: 10px 30px;
}
.hanor-fullwidth-topbar .hanor-topbar {
padding: 10px 30px;
}
.hanor-topbar ul > li {
padding: 5px 10px;
}
.hanor-topbar ul > li:last-child {
padding-right: 10px;
}
.hanor-topbar [class*="pull-"] {
position: static;
}
.hanor-topbar .pull-left {
width: 100%;
padding: 10px 0 5px;
}
.hanor-topbar .hanor-social {
float: none;
}
.hanor-topbar .pull-right {
width: 100%;
padding-bottom: 10px;
}
.hanor-topbar .hanor-social a {
margin: 4px 6px 4px;
}
.hanor-topbar .hanor-social a:last-child {
margin-right: 6px;
}
.hanor-topbar .search-box {
top: 100%;
}
.hanor-header {
position: relative;
}
.header-style-one .hanor-header .container {
padding: 0;
}
.header-style-one .hanor-header {
padding: 0 25px;
}
.hanor-header-right {
position: static;
}
.search-box {
left: 25px;
right: 25px;
width: auto;
}
.header-buttons {
display: none;
}
.hanor-fullscreen-navigation .hanor-navigation {
padding: 50px 0;
}
.close-btn {
top: 18px;
right: 14px;
}
.close-btn a {
width: 45px;
height: 45px;
}
.hanor-banner, .hanor-banner[class*="banner-style-"], .swiper-container {
height: 450px;
min-height: 450px;
}
.caption-wrap-inner p {
padding: 5px 0;
font-size: 17px;
line-height: 26px;
}
.caption-wrap-inner h2 {
font-size: 36px !important;
line-height: 46px;
}
.caption-wrap-inner .hanor-btns-group, .caption-title {
padding: 5px 0;
}
.video-btn-title {
padding-top: 10px;
}
.video-btn {
width: 65px;
height: 65px;
font-size: 16px;
}
.hanor-section-title {
max-width: 100%;
padding-bottom: 20px !important;
}
.hanor-section-title p {
font-size: 17px;
line-height: 28px;
}
.hanor-section-title h2, .promo-info h2, .difference-info h2, .my-info h2 {
font-size: 28px !important;
line-height: 36px !important;
}
.section-title {
padding-bottom: 10px;
}
.hanor-btns-group {
padding-top: 10px;
}
.hanor-btns-group.cpation-right {
text-align: left !important;
padding-top: 0 !important;
}
.hanor-skills .hanor-section-title, .hanor-skills.skills-style-two .hanor-section-title, .hanor-signup .hanor-section-title, .hanor-plans .hanor-section-title, .hanor-experience .hanor-section-title, .hanor-subscribe .hanor-section-title, .hanor-hire .hanor-section-title, .hanor-outcome-services .hanor-section-title, .hanor-popular-questions .hanor-section-title, .contact-form .hanor-section-title {
padding-bottom: 20px;
}
.small-circle-progressbar .skill-item {
padding-bottom: 20px;
}
.service-item {
padding-bottom: 15px;
}
.service-info {
padding-top: 15px;
}
.service-title {
padding-bottom: 5px;
}
.hanor-testimonials p {
font-size: 18px;
line-height: 30px;
}
.hanor-blogs {
padding: 50px 0;
text-align: center;
}
.hanor-blogs .hanor-btns-group {
padding-top: 10px;
}
.blog-item {
display: block;
max-width: 370px;
margin: 0 auto 25px;
text-align: left;
}
.blog-item > .hanor-image {
text-align: center;
}
.blog-info {
padding: 25px;
}
.blog-info-wrap {
min-height: 10px;
}
.blog-title {
padding-bottom: 8px;
}
.promo-info {
padding-top: 20px;
}
.promo-info p {
font-size: 17px;
line-height: 28px;
}
.promo-info .hanor-btns-group {
padding-top: 10px;
}
.promo-title {
padding-bottom: 5px;
}
.hanor-stats {
padding: 0;
}
.stats-item {
padding: 0;
margin-bottom: 20px;
border-right: none;
}
.mate-item {
padding-bottom: 25px;
}
.mate-info {
padding-top: 15px;
}
.hanor-team.team-style-six .mate-item .hanor-image {
float: none;
padding-right: 0;
}
.hanor-team.team-style-six .mate-info {
text-align: center;
display: inline-block;
padding-top: 20px;
vertical-align: middle;
width: 100%;
}
.hanor-team.team-style-one .hanor-image img {
width: auto;
margin: 0 auto;
}
.hanor-link {
padding-top: 5px;
}
.hanor-works {
padding: 50px 0 25px;
}
.hanor-works .owl-dots {
padding-top: 15px;
}
.work-item {
margin-bottom: 25px;
}
.hanor-testimonials {
padding: 50px 0;
}
.testimonial-author {
padding-top: 5px;
}
.testimonials-thumb-style .flexslider.thumb-flexslider {
padding-bottom: 15px;
}
.progress-item {
padding-bottom: 20px;
}
.work-skill-item {
padding-bottom: 10px;
text-align: center;
}
.work-skill-item h4 {
font-size: 18px;
line-height: 24px;
}
.work-skill-item .hanor-icon {
padding-bottom: 10px;
}
.work-skill-title {
padding-bottom: 5px;
}
.hanor-process {
padding: 50px 0 25px;
}
.process-item {
padding-bottom: 15px;
}
.process-item .hanor-icon {
padding-bottom: 10px;
}
.process-counter {
margin-bottom: 15px;
}
.process-separator {
display: none;
}
.process-title {
padding-bottom: 5px;
}
.hanor-plans {
padding: 50px 0 25px;
text-align: center;
}
.hanor-plans .hanor-section-title {
text-align: center;
}
.hanor-plans .hanor-section-title h2 {
line-height: 36px;
}
.hanor-plans .section-title {
padding-bottom: 20px;
}
.plan-item {
margin: 0 0 25px;
}
.plan-title-wrap {
padding: 25px 25px 15px;
}
.plan-title {
padding-bottom: 5px;
}
.plan-info {
padding: 25px 25px 35px;
}
.plan-info .hanor-btns-group {
padding-top: 10px;
}
.hanor-subscribe {
padding: 50px 15px 40px;
}
.hanor-subscribe input[type="submit"] {
margin-bottom: 0;
}
.hanor-subscribe .hanor-social {
padding-top: 25px;
}
section.hanor-clients.client-style-one {
padding: 0;
}
.hanor-full-wrap .hanor-banner {
margin-bottom: 25px;
}
.hanor-page-title {
padding: 80px 0 75px;
}
.hanor-page-title h1 {
font-size: 36px;
line-height: 48px;
}
.hanor-skills {
padding: 50px 0 25px;
}
.skill-item {
padding-bottom: 15px;
}
.skill-item br {
display: none;
}
.skill-title {
padding-top: 10px
}
.hanor-questions {
padding: 50px 0 40px;
}
.hanor-mid-wrap, .hanor-mid-wrap[class*="mid-spacer-"] {
padding: 50px 0;
}
.work-detail .hanor-secondary {
padding-top: 0;
}
.hanor-widget, .hanor-widget.about-our-blog, .hanor-widget.post-categories-widget {
padding-bottom: 15px;
}
.hanor-widget:last-child {
padding-bottom: 0;
}
.hanor-widget h5.widget-title {
line-height: 24px;
}
.widget-title {
padding-bottom: 15px;
margin-bottom: 20px;
}
.about-our-blog .hanor-image {
padding-bottom: 10px;
}
.post-categories-widget .widget-title {
margin-bottom: 20px;
}
.post-item {
padding-bottom: 25px;
}
.post-item:last-child {
padding-bottom: 0;
}
.post-title {
padding-bottom: 5px;
}
.hanor-widget.latest-posts-widget, .hanor-widget.search-widget {
padding-bottom: 20px;
}
.hanor-footer .hanor-logo {
padding-bottom: 10px;
}
.footer-widget.footer-newsletter-widget {
padding-bottom: 25px;
}
.footer-newsletter-widget .footer-widget-title {
padding-bottom: 20px;
}
.footer-widget-title {
padding: 0 0 15px;
}
.hanor-copyright {
padding-top: 5px;
} .hanor-helps {
padding: 50px 0;
}
.help-item {
padding: 25px 25px 20px;
margin-bottom: 25px;
}
.help-item .hanor-icon {
padding-bottom: 20px;
}
.help-title {
padding-bottom: 8px;
}
.hanor-helps .hanor-btns-group {
padding-top: 5px;
}
.hanor-skills.skills-style-two {
padding: 50px 0 20px;
}
.skills-style-two .hanor-video-wrap {
margin-bottom: 25px;
}
.hanor-signup form input[type="submit"] {
min-width: 100%;
margin-top: 6px;
}
.clients-style-two .clients-wrap {
padding: 50px 0;
}
.hanor-testimonials.testimonials-style-two {
padding: 50px 0;
text-align: center;
}
.hanor-testimonials.testimonials-style-two p {
font-size: 18px;
}
.testimonials-style-two .hanor-section-title {
text-align: center;
}
.testimonials-style-two .hanor-section-title h2 {
font-size: 28px;
}
.testimonials-style-two .testimonial-author {
padding-top: 5px;
}
.testimonial-author-image {
display: none;
float: none;
width: auto;
}
.hanor-testimonials.testimonials-style-five .testimonial-author-image {
padding: 10px;
display: inline-block;
}
.hanor-testimonials.testimonials-style-five .owl-stage-outer {
padding-top: 20px;
}
.testimonials-style-two .testi-content:before {
content: none;
}
.testimonials-style-two .testi-content {
margin-right: 0;
}
.testimonial-author-quote {
float: none;
width: auto;
padding-bottom: 0;
}
.blogs-style-two .blog-item {
margin-bottom: 25px;
}
.blogs-style-two .hanor-btns-group {
padding-top: 5px;
} .hanor-stats.stats-style-two {
padding: 0;
}
.stats-style-two .hanor-section-title {
padding-bottom: 15px;
}
.stats-style-two .stats-item [class*="pe-7s-"] {
padding-bottom: 5px;
}
.hanor-services.services-style-two {
padding: 40px 0 20px;
}
.services-style-two .service-item {
padding-bottom: 30px;
}
.services-style-two .service-info {
padding-top: 15px;
}
.hanor-works.works-style-two {
padding-bottom: 50px;
}
.hanor-free-trail {
padding: 50px 0;
}
.hanor-free-trail .hanor-section-title {
padding-bottom: 20px;
}
.offer-alert {
padding-top: 0;
line-height: 26px;
} .hanor-skills.skills-style-three {
padding: 50px 0 25px;
}
.skills-style-three .hanor-section-title {
padding-bottom: 10px;
text-align: center;
}
.skills-style-three .section-title {
padding-bottom: 10px;
}
.skills-style-three .skills-info-wrap {
padding-top: 5px;
}
.hanor-team.team-style-two {
padding: 50px 0 40px;
text-align: center;
}
.team-style-two .hanor-section-title {
padding-bottom: 15px;
}
.hanor-team .main-flexslider {
padding-top: 20px;
}
.hanor-team .testimonial-author-quote {
width: auto;
padding: 0;
}
.hanor-team .testimonial-author-quote p {
font-size: 17px;
line-height: 28px;
}
.hanor-team .testimonial-author-quote .hanor-social {
padding-top: 5px;
}
.hanor-team .testimonial-author-quote .hanor-social a {
margin: 0 7px 7px 7px;
}
.hanor-team .testimonial-author {
padding-bottom: 0;
}
.hanor-team .testimonial-author h4 {
font-size: 18px;
line-height: 24px;
}
.hanor-quote {
padding: 50px 0 40px;
}
.hanor-quote h2 {
font-size: 30px;
line-height: 36px;
}
.hanor-quote .hanor-video-btn-wrap {
margin-bottom: 15px;
} .hanor-professionals-suits {
padding: 50px 0 25px;
}
.professional-item {
padding-bottom: 15px;
}
.professional-info {
padding-top: 15px;
}
.professional-title {
padding-bottom: 5px;
}
.difference-item .hanor-background {
min-height: 300px;
}
.difference-info {
padding: 50px 25px;
text-align: center;
}
.difference-info p {
font-size: 17px;
line-height: 28px;
}
.difference-info .hanor-btns-group {
padding-top: 10px;
}
.difference-title {
padding-bottom: 5px;
}
.hanor-experience {
padding: 50px 0;
}
.experience-item {
padding-bottom: 15px;
}
.experience-info {
padding-left: 25px;
}
.experience-title {
padding-bottom: 5px;
}
.buy-theme-wrap {
padding-top: 25px;
margin-top: 5px;
}
.hanor-presentation .hanor-section-title {
padding-bottom: 10px;
}
.hanor-presentation .panel-title {
font-size: 14px;
}
.hanor-get-app {
padding: 50px 0;
}
.hanor-get-app .hanor-section-title {
padding-bottom: 10px;
}
.hanor-callout {
padding: 50px 0 45px;
}
.hanor-callout h2, .hanor-callout.callout-style-three h2 {
font-size: 30px !important;
line-height: 35px;
padding-bottom: 10px;
} .banner-style-two .caption-wrap-inner p, .banner-style-two .caption-title, .banner-style-two .caption-wrap-inner .hanor-btns-group {
padding: 5px 0;
} .hanor-stories .hanor-section-title, .hanor-stories.stories-style-two .hanor-section-title {
padding-bottom: 15px;
}
.hanor-stories .owl-dots {
bottom: 20px;
}
.hanor-stories .hanor-subscribe {
padding: 50px 25px;
}
.hanor-stories .hanor-subscribe .section-title {
padding-bottom: 5px;
}
.story-item {
padding: 0 0 25px;
margin-bottom: 25px;
}
.story-info {
padding-top: 20px;
}
.story-info p {
padding-bottom: 10px;
font-size: 16px;
}
.story-info h3 {
line-height: 34px;
}
.story-info .hanor-btns-group {
padding-top: 10px;
}
.story-date {
padding-bottom: 5px;
}
.story-title {
padding-bottom: 5px;
}
.stories-style-two .story-info {
padding: 30px;
}
.stories-style-three .story-item {
margin-bottom: 25px;
} .hanor-promo.promo-style-two {
padding-bottom: 0;
}
.promo-style-two .promo-info {
padding-bottom: 25px;
}
.promo-style-two .promo-info h2 {
line-height: 36px;
}
.promo-style-two .promo-info .hanor-btns-group {
padding-top: 10px;
}
.promo-style-two .promo-title {
padding-bottom: 5px;
}
.hanor-services.services-style-three {
padding-top: 25px;
}
.services-style-three .service-item {
padding: 20px 25px;
margin-bottom: 25px;
}
.services-style-three .service-info {
padding-top: 10px;
}
.hanor-team.team-style-three {
padding-bottom: 20px;
}
.team-style-three .mate-item {
margin-bottom: 0;
}
.hanor-hire {
padding: 50px 0;
}
.hanor-hire .hanor-btns-group {
padding-top: 0;
} .hanor-about-me .hanor-background {
min-height: 400px;
}
.my-info {
padding: 50px 25px;
}
.my-info p {
font-size: 17px;
}
.my-info .hanor-btns-group {
padding-top: 10px;
}
.my-info-wrap {
padding-top: 10px;
} .services-style-four .section-title {
padding-bottom: 10px;
}
.services-style-four .service-item {
margin-bottom: 25px;
}
.services-style-four .service-item .hanor-icon {
padding-bottom: 20px;
}
.hanor-video-presentation {
padding: 50px 0;
}
.hanor-video-presentation .section-title {
padding-bottom: 10px;
}
.hanor-video-presentation .hanor-btns-group {
padding-top: 10px;
}
.video-presentation-info {
padding-bottom: 25px;
}  
.hanor-outcome-services .section-title {
padding-bottom: 10px;
}
.hanor-outcome-services .nav-tabs {
margin-bottom: 0;
font-size: 16px;
}
.hanor-outcome-services .nav-tabs > a {
width: auto;
margin-bottom: 20px;
}
.hanor-outcome-services.tab-style-one .nav-tabs > a {
width: 100%;
padding-right: 0;
}
.hanor-outcome-services.tab-style-six .nav-tabs > a {
width: 100%;
margin-bottom: 15px;
padding-right: 0;
}
.hanor-outcome-services .nav-tabs > a span.tab-title {
padding-top: 15px;
font-size: 22px;
}
.hanor-outcome-services.tab-style-five.tab-dark-version .large-title {
font-size: 30px;
}
.hanor-outcome-services .nav-tabs > a {
padding-bottom: 15px;
}
.hanor-outcome-services .nav-tabs > a .tab-title {
padding-top: 10px;
}
.hanor-outcome-services .tab-pane .hanor-image {
padding-top: 10px;
} .hanor-stunning-services .hanor-section-title {
padding: 0 0 10px;
text-align: center;
}
.hanor-stunning-services .section-title {
padding-bottom: 10px;
}
.hanor-stunning-services .service-item {
padding-bottom: 10px;
}
.hanor-stunning-services .service-info {
padding-top: 10px;
}
.hanor-stunning-services .service-info h5 {
line-height: 24px;
}
.hanor-stunning-services .service-title {
padding-bottom: 5px;
}
.hanor-stunning-services .presentation-image {
margin-top: 0;
}
.testimonials-style-four .testimonial-author-image {
display: block;
width: auto;
padding: 0 0 15px;
}
.testimonials-style-four .testimonial-author-quote {
width: auto;
} .hanor-popular-questions {
padding: 50px 0;
} .work-detail-wrap .work-title {
padding-bottom: 5px;
}
.work-detail-wrap h3 {
font-size: 24px;
}
.work-detail-wrap h4 {
line-height: 26px;
}
.work-detail-wrap-title {
padding: 5px 0;
}
.portfolio-detail-items-wrap {
padding-top: 0;
}
.portfolio-detail-item {
padding: 13px 0;
}
.related-projects {
padding: 40px 0;
}
.portfolio-controls {
padding: 25px 0;
margin-top: 15px;
} .blogs-style-three .blog-item {
margin-bottom: 25px;
}
.blogs-style-three .blog-item .blog-info {
padding: 25px;
}
.blogs-style-three .blog-info-wrap {
min-height: 10px;
} .blog-image {
padding-bottom: 20px;
}
.hanor-blog-detail .hanor-related-articles .blog-item {
margin-bottom: 25px;
}
.blog-detail-wrap {
padding-bottom: 15px;
}
.blog-detail-wrap p {
padding-bottom: 10px;
}
.blog-detail-wrap .blog-title {
padding-bottom: 5px;
}
.blog-detail-wrap blockquote p {
font-size: 20px;
line-height: 30px;
}
.hanor-blog-meta {
padding: 30px 0;
margin-bottom: 30px;
}
.hanor-blog-tags {
padding-bottom: 20px;
}
.blog-meta-title {
padding-bottom: 10px;
}
.hanor-related-articles {
padding-bottom: 10px;
}
.hanor-related-articles h3 {
font-size: 22px;
}
.related-articles-title {
padding-bottom: 20px;
text-align: center;
}
.hanor-author-info {
padding: 20px 25px;
margin-bottom: 25px;
}
.author-content {
padding-left: 25px;
}
.author-content .author-name {
margin-bottom: 5px;
}
.comments-section {
padding-bottom: 0;
}
.hanor-comments-area h3 {
font-size: 22px;
}
.hanor-comments-area .comments-title {
padding-bottom: 15px;
}
.hanor-comments-area .comment-item {
padding-bottom: 25px;
margin-bottom: 25px;
}
.hanor-comments-area .hanor-comments-meta {
padding-bottom: 8px;
}
.hanor-comments-area .comment-main-area {
padding: 0 0 0 25px;
}
.hanor-comments-area .comments li .children li {
padding-left: 30px;
}
.hanor-blog-detail .comment-reply-title {
padding-bottom: 15px;
}
.hanor-comment-form textarea {
height: 130px;
} .hanor-unit-fix .entry-content .comment-form {
padding-top: 0;
}
.hanor-unit-fix .entry-content .comment-list article, .hanor-unit-fix .entry-content .comment-list .pingback, .hanor-unit-fix .entry-content .comment-list .trackback {
padding: 15px 0 20px;
}
.entry-content dd {
margin-bottom: 10px;
}
.wp-caption {
max-width: 100%;
margin-bottom: 10px;
}
.entry-content .comment-list article, .entry-content .comment-list .pingback, .entry-content .comment-list .trackback {
padding: 20px 0;
}
.entry-content .comment-content ul, .entry-content .comment-content ol {
margin: 0 0 10px 0;
}
.entry-content .comment-metadata {
margin-bottom: 5px;
}
.entry-content .comment-list .comment-reply-link {
margin-top: 0;
}
.entry-content .comment-list .children {
padding-left: 0;
}
.entry-content .comment-notes, .entry-content .comment-awaiting-moderation, .entry-content .logged-in-as, .entry-content .form-allowed-tags {
padding-bottom: 10px;
} .hanor-404-error {
height: auto !important;
min-height: 10px;
padding: 80px 0 100px;
}
.hanor-transparent-header .hanor-404-error {
padding: 170px 0 100px;
}
.hanor-404-error p {
font-size: 17px;
}
.hanor-404-error h1 {
font-size: 100px;
line-height: 100px;
}
.hanor-404-error h2 {
font-size: 36px;
line-height: 45px;
}
.hanor-404-error .hanor-btns-group {
padding-top: 10px;
}
.error-title {
padding-bottom: 5px;
}
.error-subtitle {
padding-bottom: 5px;
} .hanor-team.team-style-eight .hanor-image {
position: relative;
width: 370px;
margin: 0 auto;
}
.hanor-team.team-style-eight .mate-info {
text-align: center;
} .hanor-contact-wrap {
padding: 50px 0 30px;
}
.contact-info-item {
padding-bottom: 10px;
}
.contact-info-item .hanor-icon {
width: 66px;
text-align: center;
}
.contact-info h4 {
font-size: 18px;
}
.contact-info-title {
padding-bottom: 5px;
}
.contact-form {
padding: 50px 25px;
} .hanor-contact-wrap.contact-wrap-style-wrap {
padding-bottom: 30px;
}
.contact-wrap-style-wrap .contact-form input[type="submit"] {
margin-top: 5px;
}
.contact-items {
padding-top: 25px;
}  
.hanor-outcome-services.tab-style-four a.active {
border: 1px solid #efefef;
}
.hanor-outcome-services.tab-style-four .nav-tabs a {
width: 60% !important;
margin: 3px 0;
}
.featured-wrap .item {
text-align: center;
}
.featured-wrap .featured-item {
display: inline-block;
}
.featured-style-one .featured-wrap {
text-align: center;
}
.hanor-team.team-style-four .style-four-width {
width: 50%;
}
.hanor-copyright {
text-align: center;
}
.hanor-copyright .pull-left,
.hanor-copyright .pull-right {
width: 100%;
float: none !important;
text-align: center;
}
.copyright-wrap {
padding-bottom: 15px;
}
.hanor-features .feature-item.col-three {
width: 100%;
}
.header-links-wrap {
margin: 29px 63px 30px 0;
} .woocommerce ul.products {
padding-top: 15px;
margin: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float: none;
width: 100%;
padding: 0 0 25px;
}
.woocommerce ul.products li.product a img {
width: auto;
}
.woocommerce .masonry-filters {
padding-bottom: 10px;
}
.woocommerce nav.woocommerce-pagination ul {
margin: 0;
}
.woocommerce .masonry-filters ul li {
padding: 0 15px 15px;
}
.woocommerce nav.woocommerce-pagination {
padding-top: 0;
}
.woocommerce .hanor-content-area {
padding-top: 80px;
padding-bottom: 70px;
} .mid-spacer-four {
padding-bottom: 25px;
}
.woocommerce ol {
width: 27%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
width: 73%;
}
.woocommerce ol li {
margin-bottom: 15px;
}
.woocommerce ol li:last-child {
margin-bottom: 0;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
padding: 20px 0 0;
}
.woocommerce div.product .product_title {
font-size: 20px;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 5px;
}
.woocommerce div.product p.price {
padding-bottom: 10px;
margin-bottom: 0;
}
.woocommerce div.product .product-color {
display: block;
padding-top: 20px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
padding: 10px 0 25px;
}
.yith-wcwl-add-to-wishlist {
display: block;
padding: 25px 0 0;
}
.woocommerce div.product .product_meta.meta-categories {
padding: 20px 0 0;
}
.product_meta .posted_in {
padding-bottom: 5px;
}
.woocommerce-tabs {
padding-top: 10px;
}
.woocommerce #reviews #comments ol.commentlist {
padding-top: 5px;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding: 20px 0 15px;
margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs p {
padding-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist .commentlist {
padding-left: 15px;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist .comment_container {
padding-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
padding-left: 20px;
}
.woocommerce #reviews h3 {
padding: 0 0 5px;
margin-bottom: 0;
font-size: 20px;
}
.woocommerce #review_form #respond .comment-form-wrap {
padding-top: 20px;
}
.woocommerce #review_form #respond input[type="text"], .woocommerce #review_form #respond input[type="email"], .woocommerce #review_form #respond textarea {
margin-bottom: 20px;
}
.woocommerce #reviews #comment {
height: 120px;
}
.woocommerce .related-products {
padding-top: 10px;
}
.woocommerce .related-products h2 {
font-size: 28px;
line-height: 34px;
} .woocommerce table.shop_table td.product-thumbnail a img {
max-width: 80px;
}
.woocommerce table.shop_table td {
padding: 20px 20px;
}
.woocommerce .cart_totals {
padding: 25px 0;
}
.woocommerce .actions {
padding-top: 25px;
}
.woocommerce .actions .pull-right {
width: 100%;
padding-top: 20px;
} .woocommerce form.login, .woocommerce form.register {
padding: 0;
}
.woocommerce form.checkout_coupon {
padding: 0 0 20px;
}
.woocommerce form.checkout_coupon input.input-text {
float: none;
width: 100%;
}
.woocommerce form.checkout_coupon input.button {
float: none;
margin: 15px 0 0;
}
.woocommerce-checkout {
padding-top: 0;
}
.woocommerce-checkout h3 {
padding-bottom: 15px;
font-size: 20px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
width: 100%;
}
.woocommerce form .additional-info {
padding: 25px 0 5px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
padding-top: 15px;
}
.woocommerce form .form-text {
margin-bottom: 15px;
}
.woocommerce form .form-row textarea {
height: 120px;
}
.woocommerce form .lost_password {
padding: 15px 0 20px;
}
.woocommerce-checkout-review-order {
padding: 15px 0px 25px;
}
.woocommerce div.create-account input[type="password"] {
margin-bottom: 0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table thead th {
padding: 10px 20px 10px 0;
font-size: 18px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody td {
min-width: auto;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .order-total th {
padding: 10px 20px 10px 20px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody > tr:first-child > td {
padding-top: 15px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody > tr:last-child > td {
padding-bottom: 15px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot > tr:first-child > th, .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot > tr:first-child > td {
padding-top: 15px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .shipping th, .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .shipping td {
padding-bottom: 10px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .cart-subtotal .amount {
font-size: 16px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .order-total .amount {
font-size: 20px;
}
.woocommerce #add_payment_method #payment div.form-row, .woocommerce .woocommerce-cart #payment div.form-row, .woocommerce .woocommerce-checkout #payment div.form-row {
padding-top: 15px;
}
.woocommerce #add_payment_method #payment ul.payment_methods, .woocommerce .woocommerce-cart #payment ul.payment_methods, .woocommerce .woocommerce-checkout #payment ul.payment_methods {
padding: 5px 0 0;
}
.woocommerce table.shop_table td {
border-bottom: none;
}
.woocommerce table.shop_table tr:last-child td:last-child {
border-bottom: 1px solid #ececec;
}
.woocommerce table.shop_table tbody > tr .actions {
padding-bottom: 30px;
}
.hanor-item-cart-btns .pull-left, .hanor-item-cart-btns .pull-right {
text-align: center;
float: none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
float: left;
padding: 0;
}
.woocommerce table.cart td.actions .coupon .input-text+.button,
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
float: left;
width: 100%;
margin-top: 20px;
}  
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
float: none;
padding: 0 0 20px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 100%;
}
.woocommerce .woo-col-3 ul.products li.product, .woocommerce-page .woo-col-3 ul.products li.product {
float: none !important;
margin: 0 auto 30px;
padding: 0 15px;
position: relative;
width: 100%;
max-width: 300px;
display: table;
}
.woocommerce .woo-col-3 ul.products li.product:nth-child(3n), .woocommerce-page .woo-col-3 ul.products li.product:nth-child(3n) {
margin: 0 auto 30px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
width: 100%;
max-width: 300px;
}
.woocommerce-shipping-calculator {
float: none;
}
.woocommerce form.woocommerce-cart-form table.shop_table thead, .woocommerce table.shop_table tr {
border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.shipping td, .woocommerce-cart .cart-collaterals .cart_totals tr.shipping th {
background: #fff;
} .hanor-stats.dhav-value-in.hav-icon span.hanor-counter {
width: auto;
}
.hanor-stats.hav-icon .stats-item [class*="pe-7s-"] {
width: auto;
} .hanor-footer .footer-bg-image {
padding: 60px 0 35px;
}
.hanor-widget .footer-widget-title {
padding-bottom: 25px;
}
.promo-style-three .promo-item {
padding: 0 15px;
}
.hanor-promo.promo-style-three .promo-secondary {
padding-left: 30px;
padding-right: 30px;
}
.hanor-blog-share.havnor-share-page .blog-share-title {
float: none;
}
.hanor-blog-share.havnor-share-page .hanor-social.rounded {
margin-left: 0;
width: 100%;
margin-top: 15px;
}
.similar-job .panel-title a {
font-size: 16px;
}
.hanor-portfolio .hanor-pagination {
padding-top: 30px;
}
.typewriter-caption, .hanor-typewriter {
font-size: 26px !important;
}
.hanor-simple-list .simple-list-content {
padding-bottom: 10px !important;
}
.topbar-search-cart {
float: none;
}
.hanor-subscribe-section {
padding: 20px 5px 20px;
}
.hanor-subscribe-section .subscribe-section-title {
font-size: 26px;
line-height: normal;
}
.hanor-pagination, .woocommerce-pagination {
padding-bottom: 30px;
}
.cargo-track-form input[type="submit"] {
width: 100%;
} .woocommerce div.product div.images.woocommerce-product-gallery {
width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs {
width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 15px 10px 0 0;
width: auto;
margin-bottom: 0;
margin-left: 0;
height: auto;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
width: 100%;
height: auto !important;
}
.blogs-style-six .blog-item.col-md-6 {
width: 100%;
float: none;
}
.partners-item .hanor-image {
padding: 25px 0;
}
}
@media screen and (max-width:600px) {
.admin-bar .is-sticky .hanor-navi-wrap.open {
top: 0;
}
.admin-bar .is-sticky .hanor-navi-wrap {
height: 100%;
}
}
@media screen and (max-width:599px) { h2.vc_custom_heading {
font-size: 22px !important;
line-height: 30px !important;
}
.flex-direction-nav li a.flex-prev, .flexslider:hover .flex-direction-nav a.flex-prev {
left: -10px;
}
.flex-direction-nav li a.flex-next, .flexslider:hover .flex-direction-nav a.flex-next {
right: -10px;
}
.caption-wrap-inner h2 {
font-size: 30px !important;
line-height: 36px;
}
.hanor-section-title h2, .promo-info h2, .difference-info h2, .my-info h2 {
font-size: 22px !important;
line-height: 32px !important;
}
.hanor-testimonials p {
font-size: 17px;
line-height: 28px;
}
.hanor-page-title h1 {
font-size: 30px;
line-height: 36px;
}
.stats-item [class*="pe-7s-"] {
padding: 0 0 2px;
} .hanor-testimonials.testimonials-style-two p {
font-size: 17px;
}
.testimonials-style-two .hanor-section-title h2 {
font-size: 24px;
} .hanor-free-trail input[type="email"] {
padding-right: 19px;
}
.hanor-free-trail input[type="submit"] {
position: static;
min-width: 100%;
}
.offer-alert {
padding-top: 15px;
} .experience-item {
margin-bottom: 22px;
}
.experience-item.hanor-item {
padding: 20px 20px 15px;
} .hanor-team .thumb-flexslider {
max-width: 100%;
display: inline-block;
}
.hanor-team .thumb-flexslider .slides li {
margin: 0 8px;
}
.hanor-quote h2 {
font-size: 26px;
line-height: 32px;
} .story-info h3 {
font-size: 22px;
line-height: 28px;
}
.stories-style-two .story-info:before {
background-color: rgba(0, 0, 0, 0.3);
} .promo-style-two .promo-info h2 {
line-height: 32px;
} .hanor-about-me .hanor-background {
min-height: 350px;
} .work-detail-wrap h3 {
font-size: 22px;
line-height: 28px;
} .hanor-author-info {
text-align: center;
}
.hanor-author-info .hanor-social a {
margin: 0 7px 5px;
}
.author-avatar {
float: none;
}
.author-content {
overflow: visible;
padding: 15px 0 0;
}
.hanor-comment-form input[type="submit"] {
min-width: 100%;
} .hanor-404-error {
padding: 60px 0 80px;
}
.hanor-404-error h1 {
font-size: 80px;
line-height: 80px;
}
.hanor-404-error h2 {
font-size: 30px;
line-height: 36px;
}
.hanor-portfolio .hanor-pagination {
padding-top: 25px;
}
.blogs-style-four .hanor-pagination {
padding-top: 30px;
}
.hanor-primary {
margin-bottom: 30px;
}
.hanor-team.team-style-four .style-four-width {
width: 382px;
margin: 0 auto;
float: none;
text-align: center;
}
[class*="hanor-outcome-services"].hanor-outcome-services.tab-style-four .nav-tabs > a {
width: 100% !important;
margin: 0;
}
.hanor-job-detail .job-detail-item .job-detail-title,
.hanor-job-detail .job-detail-item .job-detail-subtitle {
width: 100%;
} .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
display: block;
float: none;
margin-top: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
padding-top: 5px;
}
.woocommerce #reviews #comments ol.commentlist .comment_container {
text-align: center;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
float: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
padding: 15px 0 0;
}
.woocommerce .related-products h2 {
font-size: 24px;
line-height: 30px;
}
.woocommerce #review_form #respond p.form-submit button[type="submit"] {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: inline-block;
float: none;
margin: 0 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
margin-left: auto;
margin-right: auto;
} .woocommerce form.checkout_coupon input.input-text, .woocommerce form.checkout_coupon input.button {
width: 100%;
}
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
text-align: center;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
float: none;
width: 100%;
margin: 0;
}
.woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .input-text+.button {
float: none;
width: 100%;
}
.woocommerce-checkout .havnor-login-form, .woocommerce-checkout .havnor-coupon-form {
width: 100%;
}
.hanor-outcome-services.tab-style-five .nav.nav-tabs a {
width: 100%;
}
.hanor-callout h2, .hanor-callout.callout-style-three h2 {
font-size: 28px !important;
line-height: 32px;
padding-bottom: 20px;
}
.hanor-callout.callout-style-three h2 {
margin-bottom: 0;
}
.hanor-success .success-content-section {
text-align: center;
padding: 35px;
}
.hanor-success .success-item .success-icon {
float: none;
display: inline-block;
margin-bottom: 10px;
}
.hanor-success .success-item .success-content-area {
padding-left: 0;
}
.partnership-style-one .partnership-item .hanor-image {
float: none;
text-align: center;
}
.partnership-style-one .partnership-item {
padding-top: 10px;
padding-bottom: 10px;
}
.partnership-style-one .patnership-content-section {
padding-left: 0;
}
.hanor-form-wrap.contact-drop-shadow {
padding: 20px;
}
.hanor-simple-list .simple-list-content {
padding-left: 10px !important;
}
.bmi-form {
padding: 30px 20px;
}
.bmi-form .bmi-col-half, .contact-form .bmi-form .bmi-col-half {
width: 100%;
}
.hanor-feature.featured-style-two .feature-content-area {
width: 80%;
}
.hanor-testimonials.testimonials-thumb-style .flex-direction-nav {
display: none;
}
.accordion-careers-style .panel-title a {
padding: 18px 55px 18px 45px;
}
.hanor-footer {
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (max-width:480px) {
.bx-controls-direction {
bottom: -52px;
height: 50px;
position: absolute;
width: 100%;
text-align: center;
}
.tweetSlideSection .bx-wrapper .bx-controls-direction a.bx-prev {
left: -70px !important;
}
.tweetSlideSection .bx-wrapper .bx-controls-direction a.bx-next {
right: -70px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
width: 25%;
}
.accordion-style-two .panel-default {
padding-left: 50px;
}
.accordion-style-two .panel-default:before {
top: -5px;
width: 36px;
height: 36px;
padding: 9px 5px;
line-height: 19px;
}
}
@media screen and (max-width:479px) { blockquote p {
font-size: 18px;
line-height: 28px;
}
.nav-tabs {
display: block;
padding: 0;
margin-bottom: 10px;
border: none;
}
.nav-tabs > li {
float: none;
}
.nav-tabs > li.active:nth-child(2n) ~ .active-bg {
top: 50%;
left: 0;
}
.nav-tabs > li > a {
min-width: 100%;
margin: 0 0 10px;
}
.nav-tabs .active-bg {
top: 0;
left: 0;
min-width: 100%;
}
.hanor-main-wrap .hanor-fullscreen-navigation .hanor-navigation > ul > li > a {
font-size: 28px;
}
.search-link {
padding: 0 10px;
}
.login-link {
display: none;
}
.caption-wrap-inner h2 {
font-size: 26px !important;
line-height: 32px;
}
.caption-wrap-inner .video-btn-title {
display: none;
}
.hanor-page-title {
padding: 60px 0 55px;
}
.blog-info h4 {
font-size: 18px;
line-height: 25px;
} .blogs-style-two .blog-meta .hanor-image {
padding-right: 10px;
}
.hanor-outcome-services .nav-tabs > a span.tab-title {
font-size: 20px;
}
.hanor-outcome-services.tab-style-five.tab-dark-version .large-title {
font-size: 28px;
padding-bottom: 30px;
}
.hanor-outcome-services {
padding: 25px 0;
}
.hanor-outcome-services.tab-style-five .large-title {
font-size: 32px;
} .experience-item {
text-align: center;
}
.experience-item .hanor-icon {
float: none;
padding-top: 0;
}
.experience-info {
padding: 15px 0 0;
}
.hanor-callout h2 {
font-size: 26px !important;
line-height: 36px;
} .sidebarnav-open .hanor-full-wrap {
-webkit-transform: translateX(280px);
-ms-transform: translateX(280px);
transform: translateX(280px);
}
.hanor-sidebar-nav {
width: 280px;
}
.sidebar-nav-wrap {
padding: 30px;
} .story-info h4 {
font-size: 18px;
line-height: 24px;
}
.stories-style-two .story-info {
position: static;
padding: 25px;
background: #333333;
}
.stories-style-three .story-item .hanor-image img, .stories-style-three .story-item .hanor-iframe iframe {
-webkit-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.stories-style-three .story-info:before {
display: none;
}
.stories-style-three .story-info {
-webkit-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
} .services-style-four .service-item {
max-width: 390px;
}
.services-style-four .service-info {
padding: 25px 20px 15px;
}
.services-style-four .service-item .hanor-image img, .services-style-four div:first-child > .service-item .hanor-image img, .services-style-four div:last-child > .service-item .hanor-image img {
-webkit-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.services-style-four .service-info, .services-style-four div:first-child > .service-item .service-info, .services-style-four div:last-child > .service-item .service-info {
-webkit-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.hanor-outcome-services .nav-tabs > a {
padding-right: 0;
margin-bottom: 15px;
}
.hanor-outcome-services .nav-tabs > a {
display: block;
margin-bottom: 0;
} .control-link-title {
display: none;
}
.portfolio-controls .control-link-title {
display: inline-block;
} .blog-detail-wrap blockquote p {
font-size: 18px;
line-height: 28px;
}
.hanor-comments-area .comment-image {
float: none;
}
.hanor-comments-area .comment-main-area {
overflow: visible;
padding: 15px 0 0;
}
.hanor-related-articles h3, .hanor-comments-area h3 {
font-size: 20px;
} .hanor-404-error h1 {
font-size: 70px;
line-height: 70px;
}
.hanor-404-error h2 {
font-size: 26px;
line-height: 34px;
} .contact-info-item {
text-align: center;
}
.contact-info-item .hanor-icon {
float: none;
width: 100%;
}
.contact-info {
overflow: visible;
padding: 15px 0 0;
} .contact-items .contact-info-item .hanor-icon {
width: 100%;
}
.timeline-info {
padding: 20px 20px;
}
.nav-tabs > li.each-location-tab {
width: 100%;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
margin-bottom: 20px;
} .woocommerce .cart_totals .pull-right {
width: 100%;
padding-top: 15px;
}
.woocommerce .actions .coupon .input-text {
margin: 0 0 15px;
}
.woocommerce #reviews #comments ol.commentlist .commentlist {
padding-left: 0;
}
.woocommerce .cart_totals .pull-left {
width: 100%;
}
.woocommerce .cart_totals .hanor-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .actions a.button.alt {
width: 100%;
}
.woocommerce .actions .coupon .input-text {
width: 100%;
text-align: center;
} .woocommerce form .form-row label.inline {
display: block;
margin: 15px 0 0;
}
.woocommerce .wc_payment_method .wpcf7-list-item-label {
font-size: 14px;
} .header-hanor-style-two .hanor-header [class*="col-"] {
width: 100%;
text-align: center;
}
.header-hanor-style-two.hanor-fullwidth-header .hanor-brand, .header-hanor-style-two .hanor-brand {
width: auto;
}
.header-hanor-style-two .hanor-header .header-links-right {
float: none;
}
.header-hanor-style-two .header-links-wrap {
margin: 20px 0;
}
.header-hanor-style-two .hanor-brand {
padding: 20px 0 10px;
}
.header-hanor-style-two .navi-toggle {
padding: 30px 0 10px;
} .hanor-team.team-style-five .mate-item .hanor-image img {
width: auto;
}
.header-hanor-style-three .search-box {
width: 98%;
}
.hanor-footer .hanor-copyright.footer-cpy-dark-version .container {
padding: 18px 5px 5px;
}
.footer-widget .footer-links li {
width: 100%;
}
.hanor-award .hanor-image {
float: none;
}
.hanor-award .award-item {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
.hanor-award {
padding-bottom: 10px !important;
text-align: center;
padding-top: 10px;
}
.hanor-award .award-content-section {
padding-left: 0;
}
.hanor-callout {
padding: 30px 0 38px !important;
}
.hanor-success .success-content-section {
padding: 20px;
}
.hanor-insights .masonry-item {
width: 100%;
}
.contact-form {
padding: 50px 15px;
}
.plan-item.pricing-style-two .plan-info ul li {
font-size: 18px;
}
.widget-opening-hours .valuable-status-item,
.address-info.info-style-two {
padding: 25px;
}
.address-info.info-style-two i {
left: 25px;
}
.similar-job .panel-title a {
padding: 20px 55px 20px 45px;
}
}
@media screen and (max-width:440px) { .services-style-four .service-item {
max-width: 100%;
}
.hanor-team.team-style-four .style-four-width .hanor-image img {
width: 100%;
}
.hanor-team.team-style-four .style-four-width {
width: 90%;
}
.hanor-form-wrap.contact-drop-shadow {
padding: 8px;
}
.similar-job .panel-group .panel-default .collapse .panel-body {
padding: 20px 25px 20px 45px;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list td:first-child {
width: auto;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
padding-right: 5px;
padding-left: 5px;
}
}
@media screen and (max-width:420px) { .blog-item {
width: auto;
}
.sitemap-list ul li {
font-size: 18px;
padding: 0px 0 10px 20px;
}
.woocommerce .wc-proceed-to-checkout .button.alt {
min-width: auto;
} .hanor-team.team-style-eight .hanor-image {
width: 100%;
}
.figuress-item .icon-wrap {
width: 72px;
}
.figuress-item .hanor-icon {
width: 65px;
height: 65px;
}
.figuress-item .hanor-icon [class*="pe-7s"] {
font-size: 40px;
}
.figuress-item .figuress-info,
.hanor-figuress-wrap .figuress-item:nth-child(2n) .figuress-item-wrap .figuress-info {
width: calc(100% - 72px);
padding: 0 0 0 20px;
}
.figuress-item .figuress-info h3 {
font-size: 18px;
}
.hanor-portfolio-default .masonry-item .hanor-image img {
width: auto;
}
.hanor-breadcrumbs.breadcrumb-one {
position: relative;
bottom: 5px;
padding: 30px 0 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.hanor-signup-reg .hanor-container {
padding: 30px 20px;
}
.hanor-outcome-services.tab-style-five .nav-tabs > a span[class*="pe-7s"] {
font-size: 45px;
}
.hanor-testimonials.testimonials-thumb-style .thumb-flexslider .slides li {
margin: 0 3px;
}
}
@media screen and (max-width:359px) { .caption-wrap-inner h2 {
font-size: 24px;
line-height: 30px;
}
.blog-info, .blogs-style-two .blog-info {
padding: 20px;
}
.hanor-page-title h1 {
font-size: 28px;
} .plan-title-wrap h2 {
font-size: 36px;
line-height: 40px;
} .hanor-full-wrap .hanor-toggle-link.active {
top: 5px;
left: 5px;
}
.hanor-breadcrumbs ul li {
display: inline-block;
width: auto;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
padding-left: 30px;
font-size: 16px;
}
.woocommerce input#ship-to-different-address-checkbox {
bottom: 15px;
}
}