@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; /* Blue */
}

.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; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	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; /* Dark Gray 800 */
	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; /* Light Gray 100 */
	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 Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//ids.ae/wp-content/plugins/counter-number-showcase/assets/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//ids.ae/wp-content/plugins/counter-number-showcase/assets/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//ids.ae/wp-content/plugins/counter-number-showcase/assets/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//ids.ae/wp-content/plugins/counter-number-showcase/assets/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//ids.ae/wp-content/plugins/counter-number-showcase/assets/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//ids.ae/wp-content/plugins/counter-number-showcase/assets/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#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: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"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-wpsm_color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.wpsm_col-xs-1, .wpsm_col-sm-1, .wpsm_col-md-1, .wpsm_col-lg-1, .wpsm_col-xs-2, .wpsm_col-sm-2, .wpsm_col-md-2, .wpsm_col-lg-2, .wpsm_col-xs-3, .wpsm_col-sm-3, .wpsm_col-md-3, .wpsm_col-lg-3, .wpsm_col-xs-4, .wpsm_col-sm-4, .wpsm_col-md-4, .wpsm_col-lg-4, .wpsm_col-xs-5, .wpsm_col-sm-5, .wpsm_col-md-5, .wpsm_col-lg-5, .wpsm_col-xs-6, .wpsm_col-sm-6, .wpsm_col-md-6, .wpsm_col-lg-6, .wpsm_col-xs-7, .wpsm_col-sm-7, .wpsm_col-md-7, .wpsm_col-lg-7, .wpsm_col-xs-8, .wpsm_col-sm-8, .wpsm_col-md-8, .wpsm_col-lg-8, .wpsm_col-xs-9, .wpsm_col-sm-9, .wpsm_col-md-9, .wpsm_col-lg-9, .wpsm_col-xs-10, .wpsm_col-sm-10, .wpsm_col-md-10, .wpsm_col-lg-10, .wpsm_col-xs-11, .wpsm_col-sm-11, .wpsm_col-md-11, .wpsm_col-lg-11, .wpsm_col-xs-12, .wpsm_col-sm-12, .wpsm_col-md-12, .wpsm_col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.wpsm_col-xs-1, .wpsm_col-xs-2, .wpsm_col-xs-3, .wpsm_col-xs-4, .wpsm_col-xs-5, .wpsm_col-xs-6, .wpsm_col-xs-7, .wpsm_col-xs-8, .wpsm_col-xs-9, .wpsm_col-xs-10, .wpsm_col-xs-11, .wpsm_col-xs-12 {
  float: left;
}
.wpsm_col-xs-12 {
  width: 100%;
}
.wpsm_col-xs-11 {
  width: 91.66666667%;
}
.wpsm_col-xs-10 {
  width: 83.33333333%;
}
.wpsm_col-xs-9 {
  width: 75%;
}
.wpsm_col-xs-8 {
  width: 66.66666667%;
}
.wpsm_col-xs-7 {
  width: 58.33333333%;
}
.wpsm_col-xs-6 {
  width: 50%;
}
.wpsm_col-xs-5 {
  width: 41.66666667%;
}
.wpsm_col-xs-4 {
  width: 33.33333333%;
}
.wpsm_col-xs-3 {
  width: 25%;
}
.wpsm_col-xs-2 {
  width: 16.66666667%;
}
.wpsm_col-xs-1 {
  width: 8.33333333%;
}
.wpsm_col-xs-pull-12 {
  right: 100%;
}
.wpsm_col-xs-pull-11 {
  right: 91.66666667%;
}
.wpsm_col-xs-pull-10 {
  right: 83.33333333%;
}
.wpsm_col-xs-pull-9 {
  right: 75%;
}
.wpsm_col-xs-pull-8 {
  right: 66.66666667%;
}
.wpsm_col-xs-pull-7 {
  right: 58.33333333%;
}
.wpsm_col-xs-pull-6 {
  right: 50%;
}
.wpsm_col-xs-pull-5 {
  right: 41.66666667%;
}
.wpsm_col-xs-pull-4 {
  right: 33.33333333%;
}
.wpsm_col-xs-pull-3 {
  right: 25%;
}
.wpsm_col-xs-pull-2 {
  right: 16.66666667%;
}
.wpsm_col-xs-pull-1 {
  right: 8.33333333%;
}
.wpsm_col-xs-pull-0 {
  right: auto;
}
.wpsm_col-xs-push-12 {
  left: 100%;
}
.wpsm_col-xs-push-11 {
  left: 91.66666667%;
}
.wpsm_col-xs-push-10 {
  left: 83.33333333%;
}
.wpsm_col-xs-push-9 {
  left: 75%;
}
.wpsm_col-xs-push-8 {
  left: 66.66666667%;
}
.wpsm_col-xs-push-7 {
  left: 58.33333333%;
}
.wpsm_col-xs-push-6 {
  left: 50%;
}
.wpsm_col-xs-push-5 {
  left: 41.66666667%;
}
.wpsm_col-xs-push-4 {
  left: 33.33333333%;
}
.wpsm_col-xs-push-3 {
  left: 25%;
}
.wpsm_col-xs-push-2 {
  left: 16.66666667%;
}
.wpsm_col-xs-push-1 {
  left: 8.33333333%;
}
.wpsm_col-xs-push-0 {
  left: auto;
}
.wpsm_col-xs-offset-12 {
  margin-left: 100%;
}
.wpsm_col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.wpsm_col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.wpsm_col-xs-offset-9 {
  margin-left: 75%;
}
.wpsm_col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.wpsm_col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.wpsm_col-xs-offset-6 {
  margin-left: 50%;
}
.wpsm_col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.wpsm_col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.wpsm_col-xs-offset-3 {
  margin-left: 25%;
}
.wpsm_col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.wpsm_col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.wpsm_col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .wpsm_col-sm-1, .wpsm_col-sm-2, .wpsm_col-sm-3, .wpsm_col-sm-4, .wpsm_col-sm-5, .wpsm_col-sm-6, .wpsm_col-sm-7, .wpsm_col-sm-8, .wpsm_col-sm-9, .wpsm_col-sm-10, .wpsm_col-sm-11, .wpsm_col-sm-12 {
    float: left;
  }
  .wpsm_col-sm-12 {
    width: 100%;
  }
  .wpsm_col-sm-11 {
    width: 91.66666667%;
  }
  .wpsm_col-sm-10 {
    width: 83.33333333%;
  }
  .wpsm_col-sm-9 {
    width: 75%;
  }
  .wpsm_col-sm-8 {
    width: 66.66666667%;
  }
  .wpsm_col-sm-7 {
    width: 58.33333333%;
  }
  .wpsm_col-sm-6 {
    width: 50%;
  }
  .wpsm_col-sm-5 {
    width: 41.66666667%;
  }
  .wpsm_col-sm-4 {
    width: 33.33333333%;
  }
  .wpsm_col-sm-3 {
    width: 25%;
  }
  .wpsm_col-sm-2 {
    width: 16.66666667%;
  }
  .wpsm_col-sm-1 {
    width: 8.33333333%;
  }
  .wpsm_col-sm-pull-12 {
    right: 100%;
  }
  .wpsm_col-sm-pull-11 {
    right: 91.66666667%;
  }
  .wpsm_col-sm-pull-10 {
    right: 83.33333333%;
  }
  .wpsm_col-sm-pull-9 {
    right: 75%;
  }
  .wpsm_col-sm-pull-8 {
    right: 66.66666667%;
  }
  .wpsm_col-sm-pull-7 {
    right: 58.33333333%;
  }
  .wpsm_col-sm-pull-6 {
    right: 50%;
  }
  .wpsm_col-sm-pull-5 {
    right: 41.66666667%;
  }
  .wpsm_col-sm-pull-4 {
    right: 33.33333333%;
  }
  .wpsm_col-sm-pull-3 {
    right: 25%;
  }
  .wpsm_col-sm-pull-2 {
    right: 16.66666667%;
  }
  .wpsm_col-sm-pull-1 {
    right: 8.33333333%;
  }
  .wpsm_col-sm-pull-0 {
    right: auto;
  }
  .wpsm_col-sm-push-12 {
    left: 100%;
  }
  .wpsm_col-sm-push-11 {
    left: 91.66666667%;
  }
  .wpsm_col-sm-push-10 {
    left: 83.33333333%;
  }
  .wpsm_col-sm-push-9 {
    left: 75%;
  }
  .wpsm_col-sm-push-8 {
    left: 66.66666667%;
  }
  .wpsm_col-sm-push-7 {
    left: 58.33333333%;
  }
  .wpsm_col-sm-push-6 {
    left: 50%;
  }
  .wpsm_col-sm-push-5 {
    left: 41.66666667%;
  }
  .wpsm_col-sm-push-4 {
    left: 33.33333333%;
  }
  .wpsm_col-sm-push-3 {
    left: 25%;
  }
  .wpsm_col-sm-push-2 {
    left: 16.66666667%;
  }
  .wpsm_col-sm-push-1 {
    left: 8.33333333%;
  }
  .wpsm_col-sm-push-0 {
    left: auto;
  }
  .wpsm_col-sm-offset-12 {
    margin-left: 100%;
  }
  .wpsm_col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpsm_col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpsm_col-sm-offset-9 {
    margin-left: 75%;
  }
  .wpsm_col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpsm_col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpsm_col-sm-offset-6 {
    margin-left: 50%;
  }
  .wpsm_col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpsm_col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpsm_col-sm-offset-3 {
    margin-left: 25%;
  }
  .wpsm_col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpsm_col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpsm_col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .wpsm_col-md-1, .wpsm_col-md-2, .wpsm_col-md-3, .wpsm_col-md-4, .wpsm_col-md-5, .wpsm_col-md-6, .wpsm_col-md-7, .wpsm_col-md-8, .wpsm_col-md-9, .wpsm_col-md-10, .wpsm_col-md-11, .wpsm_col-md-12 {
    float: left;
  }
  .wpsm_col-md-12 {
    width: 100%;
  }
  .wpsm_col-md-11 {
    width: 91.66666667%;
  }
  .wpsm_col-md-10 {
    width: 83.33333333%;
  }
  .wpsm_col-md-9 {
    width: 75%;
  }
  .wpsm_col-md-8 {
    width: 66.66666667%;
  }
  .wpsm_col-md-7 {
    width: 58.33333333%;
  }
  .wpsm_col-md-6 {
    width: 50%;
  }
  .wpsm_col-md-5 {
    width: 41.66666667%;
  }
  .wpsm_col-md-4 {
    width: 33.33333333%;
  }
  .wpsm_col-md-3 {
    width: 25%;
  }
  .wpsm_col-md-2 {
    width: 16.66666667%;
  }
  .wpsm_col-md-1 {
    width: 8.33333333%;
  }
  .wpsm_col-md-pull-12 {
    right: 100%;
  }
  .wpsm_col-md-pull-11 {
    right: 91.66666667%;
  }
  .wpsm_col-md-pull-10 {
    right: 83.33333333%;
  }
  .wpsm_col-md-pull-9 {
    right: 75%;
  }
  .wpsm_col-md-pull-8 {
    right: 66.66666667%;
  }
  .wpsm_col-md-pull-7 {
    right: 58.33333333%;
  }
  .wpsm_col-md-pull-6 {
    right: 50%;
  }
  .wpsm_col-md-pull-5 {
    right: 41.66666667%;
  }
  .wpsm_col-md-pull-4 {
    right: 33.33333333%;
  }
  .wpsm_col-md-pull-3 {
    right: 25%;
  }
  .wpsm_col-md-pull-2 {
    right: 16.66666667%;
  }
  .wpsm_col-md-pull-1 {
    right: 8.33333333%;
  }
  .wpsm_col-md-pull-0 {
    right: auto;
  }
  .wpsm_col-md-push-12 {
    left: 100%;
  }
  .wpsm_col-md-push-11 {
    left: 91.66666667%;
  }
  .wpsm_col-md-push-10 {
    left: 83.33333333%;
  }
  .wpsm_col-md-push-9 {
    left: 75%;
  }
  .wpsm_col-md-push-8 {
    left: 66.66666667%;
  }
  .wpsm_col-md-push-7 {
    left: 58.33333333%;
  }
  .wpsm_col-md-push-6 {
    left: 50%;
  }
  .wpsm_col-md-push-5 {
    left: 41.66666667%;
  }
  .wpsm_col-md-push-4 {
    left: 33.33333333%;
  }
  .wpsm_col-md-push-3 {
    left: 25%;
  }
  .wpsm_col-md-push-2 {
    left: 16.66666667%;
  }
  .wpsm_col-md-push-1 {
    left: 8.33333333%;
  }
  .wpsm_col-md-push-0 {
    left: auto;
  }
  .wpsm_col-md-offset-12 {
    margin-left: 100%;
  }
  .wpsm_col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpsm_col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpsm_col-md-offset-9 {
    margin-left: 75%;
  }
  .wpsm_col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpsm_col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpsm_col-md-offset-6 {
    margin-left: 50%;
  }
  .wpsm_col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpsm_col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpsm_col-md-offset-3 {
    margin-left: 25%;
  }
  .wpsm_col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpsm_col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpsm_col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .wpsm_col-lg-1, .wpsm_col-lg-2, .wpsm_col-lg-3, .wpsm_col-lg-4, .wpsm_col-lg-5, .wpsm_col-lg-6, .wpsm_col-lg-7, .wpsm_col-lg-8, .wpsm_col-lg-9, .wpsm_col-lg-10, .wpsm_col-lg-11, .wpsm_col-lg-12 {
    float: left;
  }
  .wpsm_col-lg-12 {
    width: 100%;
  }
  .wpsm_col-lg-11 {
    width: 91.66666667%;
  }
  .wpsm_col-lg-10 {
    width: 83.33333333%;
  }
  .wpsm_col-lg-9 {
    width: 75%;
  }
  .wpsm_col-lg-8 {
    width: 66.66666667%;
  }
  .wpsm_col-lg-7 {
    width: 58.33333333%;
  }
  .wpsm_col-lg-6 {
    width: 50%;
  }
  .wpsm_col-lg-5 {
    width: 41.66666667%;
  }
  .wpsm_col-lg-4 {
    width: 33.33333333%;
  }
  .wpsm_col-lg-3 {
    width: 25%;
  }
  .wpsm_col-lg-2 {
    width: 16.66666667%;
  }
  .wpsm_col-lg-1 {
    width: 8.33333333%;
  }
  .wpsm_col-lg-pull-12 {
    right: 100%;
  }
  .wpsm_col-lg-pull-11 {
    right: 91.66666667%;
  }
  .wpsm_col-lg-pull-10 {
    right: 83.33333333%;
  }
  .wpsm_col-lg-pull-9 {
    right: 75%;
  }
  .wpsm_col-lg-pull-8 {
    right: 66.66666667%;
  }
  .wpsm_col-lg-pull-7 {
    right: 58.33333333%;
  }
  .wpsm_col-lg-pull-6 {
    right: 50%;
  }
  .wpsm_col-lg-pull-5 {
    right: 41.66666667%;
  }
  .wpsm_col-lg-pull-4 {
    right: 33.33333333%;
  }
  .wpsm_col-lg-pull-3 {
    right: 25%;
  }
  .wpsm_col-lg-pull-2 {
    right: 16.66666667%;
  }
  .wpsm_col-lg-pull-1 {
    right: 8.33333333%;
  }
  .wpsm_col-lg-pull-0 {
    right: auto;
  }
  .wpsm_col-lg-push-12 {
    left: 100%;
  }
  .wpsm_col-lg-push-11 {
    left: 91.66666667%;
  }
  .wpsm_col-lg-push-10 {
    left: 83.33333333%;
  }
  .wpsm_col-lg-push-9 {
    left: 75%;
  }
  .wpsm_col-lg-push-8 {
    left: 66.66666667%;
  }
  .wpsm_col-lg-push-7 {
    left: 58.33333333%;
  }
  .wpsm_col-lg-push-6 {
    left: 50%;
  }
  .wpsm_col-lg-push-5 {
    left: 41.66666667%;
  }
  .wpsm_col-lg-push-4 {
    left: 33.33333333%;
  }
  .wpsm_col-lg-push-3 {
    left: 25%;
  }
  .wpsm_col-lg-push-2 {
    left: 16.66666667%;
  }
  .wpsm_col-lg-push-1 {
    left: 8.33333333%;
  }
  .wpsm_col-lg-push-0 {
    left: auto;
  }
  .wpsm_col-lg-offset-12 {
    margin-left: 100%;
  }
  .wpsm_col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpsm_col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpsm_col-lg-offset-9 {
    margin-left: 75%;
  }
  .wpsm_col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpsm_col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpsm_col-lg-offset-6 {
    margin-left: 50%;
  }
  .wpsm_col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpsm_col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpsm_col-lg-offset-3 {
    margin-left: 25%;
  }
  .wpsm_col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpsm_col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpsm_col-lg-offset-0 {
    margin-left: 0;
  }
}/* Extra wpsm_column */

.wpsm_col-xs-5,
.wpsm_col-sm-5,
.wpsm_col-md-5,
.wpsm_col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.wpsm_col-xs-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.wpsm_col-sm-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .wpsm_col-md-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .wpsm_col-lg-5 {
        width: 20%;
        float: left;
    }
}

.wpsm_col-xs-8,
.wpsm_col-sm-8,
.wpsm_col-md-8,
.wpsm_col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.wpsm_col-xs-8 {
    width: 12%;
    float: left;
}
@media (min-width: 768px) {
.wpsm_col-sm-8 {
        width: 12%;
        float: left;
    }
}
@media (min-width: 992px) {
    .wpsm_col-md-8 {
        width: 12%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .wpsm_col-lg-8 {
        width: 12%;
        float: left;
    }
}

.wpsm_col-xs-10,
.wpsm_col-sm-10,
.wpsm_col-md-10,
.wpsm_col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.wpsm_col-xs-10 {
    width: 10%;
    float: left;
}
@media (min-width: 768px) {
.wpsm_col-sm-10 {
        width: 10%;
        float: left;
    }
}
@media (min-width: 992px) {
    .wpsm_col-md-10 {
        width: 10%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .wpsm_col-lg-10 {
        width: 10%;
        float: left;
    }
}@font-face {
  font-family: opal-icon;
  src: url(//ids.ae/wp-content/themes/editech/assets/fonts/opal-icon.eot);
  src: url(//ids.ae/wp-content/themes/editech/assets/fonts/opal-icon.eot?#iefix) format("eot"), url(//ids.ae/wp-content/themes/editech/assets/fonts/opal-icon.woff2) format("woff2"), url(//ids.ae/wp-content/themes/editech/assets/fonts/opal-icon.woff) format("woff"), url(//ids.ae/wp-content/themes/editech/assets/fonts/opal-icon.ttf) format("truetype"),
    url(//ids.ae/wp-content/themes/editech/assets/fonts/opal-icon.svg#opal-icon) format("svg");
}

.elementor-element .elementor-widget-wp-widget-recent-posts .post-date:before,
.elementor-menu-toggle i:before,
.elementor-nav-menu .sub-arrow,
.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title:before,
.instagram-widget .wrapp-picture:before,
.list-check li:before,
.opal-icon,
.owl-theme .owl-nav [class*="owl-"]:before,
.sticky .entry-title:before,
.title-with-icon:before,
.widget_archive a:before,
.widget_categories a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before,
.widget_recent_entries .post-date:before,
[class*="opal-icon-"]:before,
blockquote:before {
  font-family: opal-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.opal-icon-budget-friendly:before {
  content: "";
}

.opal-icon-business:before {
  content: "";
}

.opal-icon-check-circle:before {
  content: "";
}

.opal-icon-cryber:before {
  content: "";
}

.opal-icon-cyber-security:before {
  content: "";
}

.opal-icon-cyber:before {
  content: "";
}

.opal-icon-dedicated-team:before {
  content: "";
}

.opal-icon-digital-services:before {
  content: "";
}

.opal-icon-digital:before {
  content: "";
}

.opal-icon-download:before {
  content: "";
}

.opal-icon-experience-2:before {
  content: "";
}

.opal-icon-experience:before {
  content: "";
}

.opal-icon-firewall-advancement:before {
  content: "";
}

.opal-icon-getintouch:before {
  content: "";
}

.opal-icon-globe:before {
  content: "";
}

.opal-icon-howwework-1:before {
  content: "";
}

.opal-icon-howwework-2:before {
  content: "";
}

.opal-icon-howwework-3:before {
  content: "";
}

.opal-icon-howwework-4:before {
  content: "";
}

.opal-icon-industry:before {
  content: "";
}

.opal-icon-insider:before {
  content: "";
}

.opal-icon-iso-certificates:before {
  content: "";
}

.opal-icon-it-cloud-integration:before {
  content: "";
}

.opal-icon-it-consultancy-2:before {
  content: "";
}

.opal-icon-it-consultancy:before {
  content: "";
}

.opal-icon-it-design-project:before {
  content: "";
}

.opal-icon-location-circle:before {
  content: "";
}

.opal-icon-map-marker-alt:before {
  content: "";
}

.opal-icon-marketing-strategy:before {
  content: "";
}

.opal-icon-minus-circle:before {
  content: "";
}

.opal-icon-next-circle:before {
  content: "";
}

.opal-icon-phone:before {
  content: "";
}

.opal-icon-plus-circle:before {
  content: "";
}

.opal-icon-product-design:before {
  content: "";
}

.opal-icon-product-engineer:before {
  content: "";
}

.opal-icon-quality-services:before {
  content: "";
}

.opal-icon-quick-support:before {
  content: "";
}

.opal-icon-subscribe:before {
  content: "";
}

.opal-icon-support:before {
  content: "";
}

.opal-icon-valuable-Ideas:before {
  content: "";
}

.opal-icon-web-development:before {
  content: "";
}

.opal-icon-web:before {
  content: "";
}

.opal-icon-angle-down:before {
  content: "";
}

.opal-icon-angle-left:before {
  content: "";
}

.opal-icon-angle-right:before {
  content: "";
}

.opal-icon-angle-up:before {
  content: "";
}

.opal-icon-arrow-circle-left:before {
  content: "";
}

.opal-icon-arrow-circle-right:before {
  content: "";
}

.opal-icon-arrow-down:before {
  content: "";
}

.opal-icon-arrow-left:before,
.owl-theme .owl-nav .owl-prev[class*="owl-"]:before,
.owl-theme.owl-rtl .owl-nav .owl-next[class*="owl-"]:before,
.owl-theme .owl-rtl .owl-nav .owl-next[class*="owl-"]:before {
  content: "";
}

.opal-icon-arrow-right:before,
.owl-theme .owl-nav .owl-next[class*="owl-"]:before,
.owl-theme.owl-rtl .owl-nav .owl-prev[class*="owl-"]:before,
.owl-theme .owl-rtl .owl-nav .owl-prev[class*="owl-"]:before {
  content: "";
}

.opal-icon-arrow-up:before {
  content: "";
}

.opal-icon-blockquote:before {
  content: "";
}

.opal-icon-blockquote2:before {
  content: "";
}

.opal-icon-bookmark:before {
  content: "";
}

.opal-icon-calendar-alt:before {
  content: "";
}

.opal-icon-calendar:before {
  content: "";
}

.opal-icon-caret-down:before {
  content: "";
}

.opal-icon-caret-left:before {
  content: "";
}

.opal-icon-caret-right:before {
  content: "";
}

.opal-icon-caret-up:before {
  content: "";
}

.opal-icon-chevron-down:before {
  content: "";
}

.opal-icon-chevron-left:before {
  content: "";
}

.opal-icon-chevron-right:before {
  content: "";
}

.opal-icon-chevron-up:before {
  content: "";
}

.opal-icon-instagram:before {
  content: "";
}

.elementor-menu-toggle i:before,
.opal-icon-menu:before {
  content: "";
}

.opal-icon-plus:before {
  content: "";
}

.opal-icon-search:before {
  content: "";
}

.opal-icon-thumbtack:before {
  content: "";
}

.opal-icon-times:before {
  content: "";
}

.opal-icon-user:before {
  content: "";
}

.opal-icon-video:before {
  content: "";
}/*rtl:begin:ignore*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  display: flex;
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  opacity: 0.2;
  display: flex;
  flex: 1 0 auto;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-item > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel + .owl-carousel-thumbnail {
  margin-top: 10px;
}
.owl-carousel + .owl-carousel-thumbnail .owl-item .item {
  opacity: 0.2;
  transition: opacity 0.4s;
  cursor: pointer;
}
.owl-carousel + .owl-carousel-thumbnail .owl-item .item.selected,
.owl-carousel + .owl-carousel-thumbnail .owl-item .item:hover {
  opacity: 1;
}
.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-visible-item-yes .owl-carousel .owl-stage-outer {
  overflow: visible;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.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: e;
}

@keyframes e {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 0.5s ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

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

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(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: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

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

/*rtl:end:ignore*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  width: auto;
  line-height: normal;
  height: auto;
  color: #010101;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  box-shadow: none;
  transform: translateY(-50%);
  text-align: center;
  font-size: 0;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .owl-theme .owl-nav [class*="owl-"] {
    opacity: 0;
    visibility: hidden;
  }
}
.owl-theme .owl-nav [class*="owl-"]:before {
  font-size: 14px;
  display: flex;
  text-align: center;
  color: #010101;
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  line-height: 21px;
  font-weight: 700;
  box-sizing: border-box;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .owl-theme .owl-nav [class*="owl-"]:before {
    box-shadow: unset;
  }
}
.owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 10px;
}
.owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 10px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  text-decoration: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover:before {
  color: #fff;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.owl-theme .owl-dots {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots.disabled {
  margin-top: 0;
  margin-bottom: 0;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  border: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  background: #dedede;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover {
  background: #5e6fb5;
}
.owl-theme .owl-dots .owl-dot:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .owl-theme:hover .owl-nav [class*="owl-"] {
    visibility: visible;
    opacity: 1;
  }
}

.slider-visible .owl-carousel .owl-stage-outer {
  overflow: visible;
}

@media (max-width: 767px) {
  .owl-nav-position-center .owl-carousel .owl-nav [class*="owl-"],
  .owl-nav-position-center .products .owl-nav [class*="owl-"] {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 576px) {
  .owl-nav-position-bottom .owl-carousel .owl-nav,
  .owl-nav-position-bottom .products .owl-nav,
  .owl-nav-position-top .owl-carousel .owl-nav,
  .owl-nav-position-top .products .owl-nav {
    padding: 0 15px;
    display: flex;
  }
  .owl-nav-position-bottom .owl-carousel .owl-nav [class*="owl-"],
  .owl-nav-position-bottom .products .owl-nav [class*="owl-"],
  .owl-nav-position-top .owl-carousel .owl-nav [class*="owl-"],
  .owl-nav-position-top .products .owl-nav [class*="owl-"] {
    position: static;
    margin: 0 3px;
    transform: translate(0);
  }
}

@media (min-width: 576px) {
  .owl-nav-position-top .owl-nav {
    position: absolute;
    top: -70px;
  }
}

@media (min-width: 576px) {
  .owl-nav-position-bottom .owl-nav {
    position: absolute;
    bottom: -60px;
  }
}

@media (min-width: 576px) {
  .owl-nav-align-left .owl-nav {
    left: -18px;
  }
}

@media (min-width: 576px) {
  .owl-nav-align-center .owl-nav {
    right: 50%;
    transform: translateX(50%);
  }
}

@media (min-width: 576px) {
  .owl-nav-align-right .owl-nav {
    right: -18px;
  }
}

.owl-item-yes .owl-item:not(.center) {
  opacity: 0.3;
}/* ===== Start Gutter: Column ===== */
#content,
.container,
.container-fluid,
ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
  padding-right: 15px;
  padding-left: 15px;
}

/* ===== End Gutter: Column ===== */
/* ===== Start Grid: Container ===== */
#content,
.container,
ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #content,
  .container,
  ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #content,
  .container,
  ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #content,
  .container,
  ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #content,
  .container,
  ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
    max-width: 1170px;
  }
}

/* ===== End Grid: Container ===== */
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* ===== Start Grid: Row ===== */
.comment-form,
.elementor-element .gallery,
.entry-gallery .gallery,
.row,
.single-portfolio-summary .single-portfolio-summary-inner,
.single .gallery,
.site-footer .widget-area,
.widget .gallery,
[data-elementor-columns],
[data-opal-columns],
body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cr #content .wrap,
body.opal-portfolio-layout-2cr .portfolio-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* ===== End Grid: Row ===== */
.elementor-element .gallery,
.entry-gallery .gallery,
.no-gutters,
.single .gallery,
.widget .gallery {
  margin-right: 0;
  margin-left: 0;
}
.elementor-element .gallery > .col,
.elementor-element .gallery > [class*="col-"],
.elementor-element body .gallery > #secondary,
.elementor-element body.opal-content-layout-2cl .gallery > #primary,
.elementor-element body.opal-content-layout-2cr .gallery > #primary,
.elementor-element body.opal-portfolio-layout-2cr .gallery > #portfolio-primary,
.elementor-element body.opal-portfolio-layout-2cr .gallery > #portfolio-secondary,
.entry-gallery .gallery > .col,
.entry-gallery .gallery > [class*="col-"],
.entry-gallery body .gallery > #secondary,
.entry-gallery body.opal-content-layout-2cl .gallery > #primary,
.entry-gallery body.opal-content-layout-2cr .gallery > #primary,
.entry-gallery body.opal-portfolio-layout-2cr .gallery > #portfolio-primary,
.entry-gallery body.opal-portfolio-layout-2cr .gallery > #portfolio-secondary,
.no-gutters > .col,
.no-gutters > [class*="col-"],
.single .gallery > .col,
.single .gallery > [class*="col-"],
.single body .gallery > #secondary,
.single body.opal-content-layout-2cl .gallery > #primary,
.single body.opal-content-layout-2cr .gallery > #primary,
.single body.opal-portfolio-layout-2cr .gallery > #portfolio-primary,
.single body.opal-portfolio-layout-2cr .gallery > #portfolio-secondary,
.widget .gallery > .col,
.widget .gallery > [class*="col-"],
.widget body .gallery > #secondary,
.widget body.opal-content-layout-2cl .gallery > #primary,
.widget body.opal-content-layout-2cr .gallery > #primary,
.widget body.opal-portfolio-layout-2cr .gallery > #portfolio-primary,
.widget body.opal-portfolio-layout-2cr .gallery > #portfolio-secondary,
body .elementor-element .gallery > #secondary,
body .entry-gallery .gallery > #secondary,
body .no-gutters > #secondary,
body.opal-content-layout-2cl .elementor-element .gallery > #primary,
body.opal-content-layout-2cl .entry-gallery .gallery > #primary,
body.opal-content-layout-2cl .no-gutters > #primary,
body.opal-content-layout-2cl .single .gallery > #primary,
body.opal-content-layout-2cl .widget .gallery > #primary,
body.opal-content-layout-2cr .elementor-element .gallery > #primary,
body.opal-content-layout-2cr .entry-gallery .gallery > #primary,
body.opal-content-layout-2cr .no-gutters > #primary,
body.opal-content-layout-2cr .single .gallery > #primary,
body.opal-content-layout-2cr .widget .gallery > #primary,
body.opal-portfolio-layout-2cr .elementor-element .gallery > #portfolio-primary,
body.opal-portfolio-layout-2cr .elementor-element .gallery > #portfolio-secondary,
body.opal-portfolio-layout-2cr .entry-gallery .gallery > #portfolio-primary,
body.opal-portfolio-layout-2cr .entry-gallery .gallery > #portfolio-secondary,
body.opal-portfolio-layout-2cr .no-gutters > #portfolio-primary,
body.opal-portfolio-layout-2cr .no-gutters > #portfolio-secondary,
body.opal-portfolio-layout-2cr .single .gallery > #portfolio-primary,
body.opal-portfolio-layout-2cr .single .gallery > #portfolio-secondary,
body.opal-portfolio-layout-2cr .widget .gallery > #portfolio-primary,
body.opal-portfolio-layout-2cr .widget .gallery > #portfolio-secondary,
body .single .gallery > #secondary,
body .widget .gallery > #secondary {
  padding-right: 0;
  padding-left: 0;
}

/* ===== Start Grid: Column ===== */
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form > *,
.comment-form > .comment-form-rating,
.elementor-element .gallery-columns-1 .gallery-item,
.elementor-element .gallery-columns-2 .gallery-item,
.elementor-element .gallery-columns-3 .gallery-item,
.elementor-element .gallery-columns-4 .gallery-item,
.elementor-element .gallery-columns-6 .gallery-item,
.elementor-timeline-view-vertical .timeline-content,
.elementor-timeline-view-vertical .timeline-thumbnail,
.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion,
.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion + .opal-image-hotspots-container,
.entry-gallery .gallery-columns-1 .gallery-item,
.entry-gallery .gallery-columns-2 .gallery-item,
.entry-gallery .gallery-columns-3 .gallery-item,
.entry-gallery .gallery-columns-4 .gallery-item,
.entry-gallery .gallery-columns-6 .gallery-item,
.entry-summary .comment-form .comment-form-author,
.entry-summary .comment-form .comment-form-email,
.entry-summary .comment-form .comment-form-url,
.opal-archive-style-1 .column-item,
.opal-archive-style-1.opal-content-layout-2cr .column-item,
.opal-archive-style-2 .column-item,
.opal-archive-style-2.opal-content-layout-2cr .column-item,
.opal-archive-style-3 .column-item,
.opal-archive-style-3.opal-content-layout-2cr .column-item,
.opal-archive-style-4 .column-item,
.opal-archive-style-4.opal-content-layout-2cr .column-item,
.opal-archive-style-5 .column-item,
.opal-archive-style-5.opal-content-layout-2cr .column-item,
.opal-content-layout-2cl .related-posts .column-item,
.opal-content-layout-2cr .related-posts .column-item,
.related-posts .column-item,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-content,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-meta,
.single-portfolio-summary .single-portfolio-summary-content,
.single-portfolio-summary .single-portfolio-summary-inner .single-portfolio-summary-meta-title,
.single-portfolio-summary .single-portfolio-summary-meta,
.single .gallery-columns-1 .gallery-item,
.single .gallery-columns-2 .gallery-item,
.single .gallery-columns-3 .gallery-item,
.single .gallery-columns-4 .gallery-item,
.single .gallery-columns-6 .gallery-item,
.site-footer .widget-area .widget-column,
.widget .gallery-columns-1 .gallery-item,
.widget .gallery-columns-2 .gallery-item,
.widget .gallery-columns-3 .gallery-item,
.widget .gallery-columns-4 .gallery-item,
.widget .gallery-columns-6 .gallery-item,
[data-elementor-columns-mobile="1"] .column-item,
[data-elementor-columns-mobile="2"] .column-item,
[data-elementor-columns-mobile="3"] .column-item,
[data-elementor-columns-mobile="4"] .column-item,
[data-elementor-columns-mobile="6"] .column-item,
[data-elementor-columns-tablet="1"] .column-item,
[data-elementor-columns-tablet="2"] .column-item,
[data-elementor-columns-tablet="3"] .column-item,
[data-elementor-columns-tablet="4"] .column-item,
[data-elementor-columns-tablet="6"] .column-item,
[data-elementor-columns="1"] .column-item,
[data-elementor-columns="2"] .column-item,
[data-elementor-columns="3"] .column-item,
[data-elementor-columns="4"] .column-item,
[data-elementor-columns="6"] .column-item,
[data-opal-columns="1"] .column-item,
[data-opal-columns="2"] .column-item,
[data-opal-columns="3"] .column-item,
[data-opal-columns="4"] .column-item,
[data-opal-columns="6"] .column-item,
[data-opal-columns="12"] .column-item,
body #secondary,
body.opal-content-layout-2cl #primary,
body.opal-content-layout-2cr #primary,
body.opal-portfolio-layout-2cr #portfolio-primary,
body.opal-portfolio-layout-2cr #portfolio-secondary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* ===== End Grid: Column ===== */
.col,
body #secondary,
body.opal-content-layout-2cl #primary,
body.opal-content-layout-2cr #primary,
body.opal-portfolio-layout-2cr #portfolio-primary,
body.opal-portfolio-layout-2cr #portfolio-secondary {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2,
[data-elementor-columns-mobile="6"] .column-item {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3,
[data-elementor-columns-mobile="4"] .column-item {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4,
[data-elementor-columns-mobile="3"] .column-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6,
[data-elementor-columns-mobile="2"] .column-item {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12,
.comment-form > *,
.comment-form > .comment-form-rating,
.elementor-element .gallery-columns-1 .gallery-item,
.entry-gallery .gallery-columns-1 .gallery-item,
.opal-content-layout-2cl .related-posts .column-item,
.opal-content-layout-2cr .related-posts .column-item,
.related-posts .column-item,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-content,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-meta,
.single-portfolio-summary .single-portfolio-summary-content,
.single-portfolio-summary .single-portfolio-summary-inner .single-portfolio-summary-meta-title,
.single-portfolio-summary .single-portfolio-summary-meta,
.single .gallery-columns-1 .gallery-item,
.site-footer .widget-area .widget-column,
.widget .gallery-columns-1 .gallery-item,
[data-elementor-columns-mobile="1"] .column-item {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1,
  [data-opal-columns="12"] .column-item {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2,
  [data-elementor-columns-mobile="6"] .column-item,
  [data-opal-columns="6"] .column-item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3,
  [data-elementor-columns-mobile="4"] .column-item,
  [data-opal-columns="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4,
  .elementor-element .gallery-columns-6 .gallery-item,
  .entry-gallery .gallery-columns-6 .gallery-item,
  .single .gallery-columns-6 .gallery-item,
  .widget .gallery-columns-6 .gallery-item,
  [data-elementor-columns-mobile="3"] .column-item,
  [data-opal-columns="3"] .column-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6,
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url,
  .elementor-element .gallery-columns-2 .gallery-item,
  .elementor-element .gallery-columns-3 .gallery-item,
  .elementor-element .gallery-columns-4 .gallery-item,
  .elementor-timeline-view-vertical .timeline-content,
  .elementor-timeline-view-vertical .timeline-thumbnail,
  .entry-gallery .gallery-columns-2 .gallery-item,
  .entry-gallery .gallery-columns-3 .gallery-item,
  .entry-gallery .gallery-columns-4 .gallery-item,
  .opal-archive-style-1 .column-item,
  .opal-archive-style-2 .column-item,
  .opal-archive-style-3 .column-item,
  .opal-archive-style-4 .column-item,
  .opal-archive-style-5 .column-item,
  .related-posts .column-item,
  .single .gallery-columns-2 .gallery-item,
  .single .gallery-columns-3 .gallery-item,
  .single .gallery-columns-4 .gallery-item,
  .widget .gallery-columns-2 .gallery-item,
  .widget .gallery-columns-3 .gallery-item,
  .widget .gallery-columns-4 .gallery-item,
  [data-elementor-columns-mobile="2"] .column-item,
  [data-opal-columns="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12,
  .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion,
  .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion + .opal-image-hotspots-container,
  .entry-summary .comment-form .comment-form-author,
  .entry-summary .comment-form .comment-form-email,
  .entry-summary .comment-form .comment-form-url,
  .opal-archive-style-1.opal-content-layout-2cr .column-item,
  .opal-archive-style-2.opal-content-layout-2cr .column-item,
  .opal-archive-style-3.opal-content-layout-2cr .column-item,
  .opal-archive-style-4.opal-content-layout-2cr .column-item,
  .opal-archive-style-5.opal-content-layout-2cr .column-item,
  .opal-content-layout-2cl .related-posts .column-item,
  .opal-content-layout-2cr .related-posts .column-item,
  .site-footer .widget-area .widget-column,
  [data-elementor-columns-mobile="1"] .column-item,
  [data-opal-columns="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2,
  .elementor-element .gallery-columns-6 .gallery-item,
  .entry-gallery .gallery-columns-6 .gallery-item,
  .single .gallery-columns-6 .gallery-item,
  .widget .gallery-columns-6 .gallery-item,
  [data-elementor-columns-tablet="6"] .column-item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3,
  .elementor-element .gallery-columns-4 .gallery-item,
  .entry-gallery .gallery-columns-4 .gallery-item,
  .single .gallery-columns-4 .gallery-item,
  .widget .gallery-columns-4 .gallery-item,
  [data-elementor-columns-tablet="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4,
  .elementor-element .gallery-columns-3 .gallery-item,
  .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion,
  .entry-gallery .gallery-columns-3 .gallery-item,
  .opal-archive-style-1 .column-item,
  .opal-archive-style-2 .column-item,
  .opal-archive-style-3 .column-item,
  .opal-archive-style-4 .column-item,
  .opal-archive-style-5 .column-item,
  .related-posts .column-item,
  .single .gallery-columns-3 .gallery-item,
  .widget .gallery-columns-3 .gallery-item,
  [data-elementor-columns-tablet="3"] .column-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6,
  .opal-archive-style-1.opal-content-layout-2cr .column-item,
  .opal-archive-style-2.opal-content-layout-2cr .column-item,
  .opal-archive-style-3.opal-content-layout-2cr .column-item,
  .opal-archive-style-4.opal-content-layout-2cr .column-item,
  .opal-archive-style-5.opal-content-layout-2cr .column-item,
  .opal-content-layout-2cl .related-posts .column-item,
  .opal-content-layout-2cr .related-posts .column-item,
  .site-footer .widget-area .widget-column,
  [data-elementor-columns-tablet="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8,
  .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion + .opal-image-hotspots-container {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12,
  [data-elementor-columns-tablet="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4,
  .related-posts .column-item,
  .site-footer .widget-area .widget-column {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6,
  .opal-content-layout-2cl .related-posts .column-item,
  .opal-content-layout-2cr .related-posts .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2,
  [data-elementor-columns="6"] .column-item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3,
  [data-elementor-columns="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4,
  .single-portfolio-summary .single-portfolio-summary-meta,
  [data-elementor-columns="3"] .column-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6,
  [data-elementor-columns="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8,
  .single-portfolio-summary .single-portfolio-summary-content {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12,
  [data-elementor-columns="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.comments-pagination .nav-links,
.d-flex,
.pagination .nav-links,
.woocommerce-pagination .nav-links {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
}

.d-print-block {
  display: none;
}
@media print {
  .d-print-block {
    display: block;
  }
}

.d-print-inline {
  display: none;
}
@media print {
  .d-print-inline {
    display: inline;
  }
}

.d-print-inline-block {
  display: none;
}
@media print {
  .d-print-inline-block {
    display: inline-block;
  }
}

@media print {
  .d-print-none {
    display: none;
  }
}

.flex-row {
  flex-direction: row;
}

.flex-column,
.modal-content {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end,
.modal-footer {
  justify-content: flex-end;
}

.comments-pagination .nav-links,
.justify-content-center,
.pagination .nav-links,
.woocommerce-pagination .nav-links {
  justify-content: center;
}

.justify-content-between,
.modal-header,
.timeline-item {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center,
.elementor-timeline-view-vertical .timeline-content,
.elementor-timeline-view-vertical .timeline-thumbnail,
.timeline-item {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
}

.m-0 {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3,
.my-3 {
  margin-top: 1rem;
}

.mr-3,
.mx-3 {
  margin-right: 1rem;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem;
}

.ml-3,
.mx-3 {
  margin-left: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5,
.my-5 {
  margin-top: 3rem;
}

.mr-5,
.mx-5 {
  margin-right: 3rem;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem;
}

.ml-5,
.mx-5 {
  margin-left: 3rem;
}

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3,
.py-3 {
  padding-top: 1rem;
}

.pr-3,
.px-3 {
  padding-right: 1rem;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem;
}

.pl-3,
.px-3 {
  padding-left: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.pt-5,
.py-5 {
  padding-top: 3rem;
}

.pr-5,
.px-5 {
  padding-right: 3rem;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem;
}

.pl-5,
.px-5 {
  padding-left: 3rem;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

.mb-auto,
.my-auto {
  margin-bottom: auto;
}

.ml-auto,
.mx-auto {
  margin-left: auto;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem;
  }
  .p-xl-0 {
    padding: 0;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto;
  }
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.button-default,
.button-outline,
.button-outline-primary,
.button-outline-secondary,
.button-primary,
.button-secondary,
.cat-links a,
.elementor-wpcf7-button-outline_primary button[type="submit"],
.elementor-wpcf7-button-outline_primary input[type="button"],
.elementor-wpcf7-button-outline_primary input[type="submit"],
.elementor-wpcf7-button-outline_secondary button[type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="submit"],
.elementor-wpcf7-button-primary button[type="submit"],
.elementor-wpcf7-button-primary input[type="button"][type="submit"],
.elementor-wpcf7-button-primary input[type="submit"],
.elementor-wpcf7-button-secondary button[type="submit"],
.elementor-wpcf7-button-secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-secondary input[type="submit"],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type="submit"],
.mailchimp-button-outline_primary input[type="submit"],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type="submit"],
.mailchimp-button-outline_secondary input[type="submit"],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type="submit"],
.mailchimp-button-primary input[type="submit"],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type="submit"],
.mailchimp-button-secondary input[type="submit"],
.secondary-button .search-submit,
button[type="submit"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  letter-spacing: -0.1em;
  position: relative;
  display: inline-flex;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  user-select: none;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-family: Editech;
  border: 1px solid transparent;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.button-default:focus,
.button-default:hover,
.button-outline-primary:focus,
.button-outline-primary:hover,
.button-outline-secondary:focus,
.button-outline-secondary:hover,
.button-outline:focus,
.button-outline:hover,
.button-primary:focus,
.button-primary:hover,
.button-secondary:focus,
.button-secondary:hover,
.cat-links a:focus,
.cat-links a:hover,
.elementor-wpcf7-button-outline_primary button:focus[type="submit"],
.elementor-wpcf7-button-outline_primary button:hover[type="submit"],
.elementor-wpcf7-button-outline_primary input:focus[type="button"],
.elementor-wpcf7-button-outline_primary input:focus[type="submit"],
.elementor-wpcf7-button-outline_primary input:hover[type="button"],
.elementor-wpcf7-button-outline_primary input:hover[type="submit"],
.elementor-wpcf7-button-outline_secondary button:focus[type="submit"],
.elementor-wpcf7-button-outline_secondary button:hover[type="submit"],
.elementor-wpcf7-button-outline_secondary input:focus[type="submit"],
.elementor-wpcf7-button-outline_secondary input:hover[type="submit"],
.elementor-wpcf7-button-primary button:focus[type="submit"],
.elementor-wpcf7-button-primary button:hover[type="submit"],
.elementor-wpcf7-button-primary input:focus[type="submit"],
.elementor-wpcf7-button-primary input:hover[type="submit"],
.elementor-wpcf7-button-secondary button:focus[type="submit"],
.elementor-wpcf7-button-secondary button:hover[type="submit"],
.elementor-wpcf7-button-secondary input:focus[type="submit"],
.elementor-wpcf7-button-secondary input:hover[type="submit"],
.mailchimp-button-outline_primary button:focus,
.mailchimp-button-outline_primary button:hover,
.mailchimp-button-outline_primary input:focus[type="submit"],
.mailchimp-button-outline_primary input:hover[type="submit"],
.mailchimp-button-outline_secondary button:focus,
.mailchimp-button-outline_secondary button:hover,
.mailchimp-button-outline_secondary input:focus[type="submit"],
.mailchimp-button-outline_secondary input:hover[type="submit"],
.mailchimp-button-primary button:focus,
.mailchimp-button-primary button:hover,
.mailchimp-button-secondary button:focus,
.mailchimp-button-secondary button:hover,
.mailchimp-button-secondary input:focus[type="submit"],
.mailchimp-button-secondary input:hover[type="submit"],
.secondary-button .search-submit:focus,
.secondary-button .search-submit:hover,
button:focus[type="submit"],
button:hover[type="submit"],
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  text-decoration: none;
}
.button-default.focus,
.button-default:focus,
.button-outline-primary.focus,
.button-outline-primary:focus,
.button-outline-secondary.focus,
.button-outline-secondary:focus,
.button-outline.focus,
.button-outline:focus,
.button-primary.focus,
.button-primary:focus,
.button-secondary.focus,
.button-secondary:focus,
.cat-links a.focus,
.cat-links a:focus,
.elementor-wpcf7-button-outline_primary button.focus[type="submit"],
.elementor-wpcf7-button-outline_primary button:focus[type="submit"],
.elementor-wpcf7-button-outline_primary input.focus[type="button"],
.elementor-wpcf7-button-outline_primary input.focus[type="submit"],
.elementor-wpcf7-button-outline_primary input:focus[type="button"],
.elementor-wpcf7-button-outline_primary input:focus[type="submit"],
.elementor-wpcf7-button-outline_secondary button.focus[type="submit"],
.elementor-wpcf7-button-outline_secondary button:focus[type="submit"],
.elementor-wpcf7-button-outline_secondary input.focus[type="submit"],
.elementor-wpcf7-button-outline_secondary input:focus[type="submit"],
.elementor-wpcf7-button-primary button.focus[type="submit"],
.elementor-wpcf7-button-primary button:focus[type="submit"],
.elementor-wpcf7-button-primary input.focus[type="submit"],
.elementor-wpcf7-button-primary input:focus[type="submit"],
.elementor-wpcf7-button-secondary button.focus[type="submit"],
.elementor-wpcf7-button-secondary button:focus[type="submit"],
.elementor-wpcf7-button-secondary input.focus[type="submit"],
.elementor-wpcf7-button-secondary input:focus[type="submit"],
.mailchimp-button-outline_primary button.focus,
.mailchimp-button-outline_primary button:focus,
.mailchimp-button-outline_primary input.focus[type="submit"],
.mailchimp-button-outline_primary input:focus[type="submit"],
.mailchimp-button-outline_secondary button.focus,
.mailchimp-button-outline_secondary button:focus,
.mailchimp-button-outline_secondary input.focus[type="submit"],
.mailchimp-button-outline_secondary input:focus[type="submit"],
.mailchimp-button-primary button.focus,
.mailchimp-button-primary button:focus,
.mailchimp-button-secondary button.focus,
.mailchimp-button-secondary button:focus,
.mailchimp-button-secondary input.focus[type="submit"],
.mailchimp-button-secondary input:focus[type="submit"],
.secondary-button .focus.search-submit,
.secondary-button .search-submit:focus,
button.focus[type="submit"],
button:focus[type="submit"],
input.focus[type="button"],
input.focus[type="reset"],
input.focus[type="submit"],
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"] {
  outline: 0;
  box-shadow: none;
}
.button-default.disabled,
.button-default:disabled,
.button-outline-primary.disabled,
.button-outline-primary:disabled,
.button-outline-secondary.disabled,
.button-outline-secondary:disabled,
.button-outline.disabled,
.button-outline:disabled,
.button-primary.disabled,
.button-primary:disabled,
.button-secondary.disabled,
.button-secondary:disabled,
.cat-links a.disabled,
.cat-links a:disabled,
.elementor-wpcf7-button-outline_primary button.disabled[type="submit"],
.elementor-wpcf7-button-outline_primary button:disabled[type="submit"],
.elementor-wpcf7-button-outline_primary input.disabled[type="button"],
.elementor-wpcf7-button-outline_primary input.disabled[type="submit"],
.elementor-wpcf7-button-outline_primary input:disabled[type="button"],
.elementor-wpcf7-button-outline_primary input:disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary button.disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary button:disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary input.disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary input:disabled[type="submit"],
.elementor-wpcf7-button-primary button.disabled[type="submit"],
.elementor-wpcf7-button-primary button:disabled[type="submit"],
.elementor-wpcf7-button-primary input.disabled[type="submit"],
.elementor-wpcf7-button-primary input:disabled[type="submit"],
.elementor-wpcf7-button-secondary button.disabled[type="submit"],
.elementor-wpcf7-button-secondary button:disabled[type="submit"],
.elementor-wpcf7-button-secondary input.disabled[type="submit"],
.elementor-wpcf7-button-secondary input:disabled[type="submit"],
.mailchimp-button-outline_primary button.disabled,
.mailchimp-button-outline_primary button:disabled,
.mailchimp-button-outline_primary input.disabled[type="submit"],
.mailchimp-button-outline_primary input:disabled[type="submit"],
.mailchimp-button-outline_secondary button.disabled,
.mailchimp-button-outline_secondary button:disabled,
.mailchimp-button-outline_secondary input.disabled[type="submit"],
.mailchimp-button-outline_secondary input:disabled[type="submit"],
.mailchimp-button-primary button.disabled,
.mailchimp-button-primary button:disabled,
.mailchimp-button-secondary button.disabled,
.mailchimp-button-secondary button:disabled,
.mailchimp-button-secondary input.disabled[type="submit"],
.mailchimp-button-secondary input:disabled[type="submit"],
.secondary-button .disabled.search-submit,
.secondary-button .search-submit:disabled,
button.disabled[type="submit"],
button:disabled[type="submit"],
input.disabled[type="button"],
input.disabled[type="reset"],
input.disabled[type="submit"],
input:disabled[type="button"],
input:disabled[type="reset"],
input:disabled[type="submit"] {
  box-shadow: none;
  cursor: no-drop;
}
.button-default.active,
.button-default:active,
.button-outline-primary.active,
.button-outline-primary:active,
.button-outline-secondary.active,
.button-outline-secondary:active,
.button-outline.active,
.button-outline:active,
.button-primary.active,
.button-primary:active,
.button-secondary.active,
.button-secondary:active,
.cat-links a.active,
.cat-links a:active,
.elementor-wpcf7-button-outline_primary button.active[type="submit"],
.elementor-wpcf7-button-outline_primary button:active[type="submit"],
.elementor-wpcf7-button-outline_primary input.active[type="button"],
.elementor-wpcf7-button-outline_primary input.active[type="submit"],
.elementor-wpcf7-button-outline_primary input:active[type="button"],
.elementor-wpcf7-button-outline_primary input:active[type="submit"],
.elementor-wpcf7-button-outline_secondary button.active[type="submit"],
.elementor-wpcf7-button-outline_secondary button:active[type="submit"],
.elementor-wpcf7-button-outline_secondary input.active[type="submit"],
.elementor-wpcf7-button-outline_secondary input:active[type="submit"],
.elementor-wpcf7-button-primary button.active[type="submit"],
.elementor-wpcf7-button-primary button:active[type="submit"],
.elementor-wpcf7-button-primary input.active[type="submit"],
.elementor-wpcf7-button-primary input:active[type="submit"],
.elementor-wpcf7-button-secondary button.active[type="submit"],
.elementor-wpcf7-button-secondary button:active[type="submit"],
.elementor-wpcf7-button-secondary input.active[type="submit"],
.elementor-wpcf7-button-secondary input:active[type="submit"],
.mailchimp-button-outline_primary button.active,
.mailchimp-button-outline_primary button:active,
.mailchimp-button-outline_primary input.active[type="submit"],
.mailchimp-button-outline_primary input:active[type="submit"],
.mailchimp-button-outline_secondary button.active,
.mailchimp-button-outline_secondary button:active,
.mailchimp-button-outline_secondary input.active[type="submit"],
.mailchimp-button-outline_secondary input:active[type="submit"],
.mailchimp-button-primary button.active,
.mailchimp-button-primary button:active,
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary button:active,
.mailchimp-button-secondary input.active[type="submit"],
.mailchimp-button-secondary input:active[type="submit"],
.secondary-button .active.search-submit,
.secondary-button .search-submit:active,
button.active[type="submit"],
button:active[type="submit"],
input.active[type="button"],
input.active[type="reset"],
input.active[type="submit"],
input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"] {
  background-image: none;
  box-shadow: none, inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button-default .opal-icon-arrow,
.button-outline-primary .opal-icon-arrow,
.button-outline-secondary .opal-icon-arrow,
.button-outline .opal-icon-arrow,
.button-primary .opal-icon-arrow,
.button-secondary .opal-icon-arrow,
.cat-links a .opal-icon-arrow,
.elementor-wpcf7-button-outline_primary button[type="submit"] .opal-icon-arrow,
.elementor-wpcf7-button-outline_primary input[type="button"] .opal-icon-arrow,
.elementor-wpcf7-button-outline_primary input[type="submit"] .opal-icon-arrow,
.elementor-wpcf7-button-outline_secondary button[type="submit"] .opal-icon-arrow,
.elementor-wpcf7-button-outline_secondary input[type="submit"] .opal-icon-arrow,
.elementor-wpcf7-button-primary button[type="submit"] .opal-icon-arrow,
.elementor-wpcf7-button-primary input[type="submit"] .opal-icon-arrow,
.elementor-wpcf7-button-secondary button[type="submit"] .opal-icon-arrow,
.elementor-wpcf7-button-secondary input[type="submit"] .opal-icon-arrow,
.mailchimp-button-outline_primary button .opal-icon-arrow,
.mailchimp-button-outline_primary input[type="submit"] .opal-icon-arrow,
.mailchimp-button-outline_secondary button .opal-icon-arrow,
.mailchimp-button-outline_secondary input[type="submit"] .opal-icon-arrow,
.mailchimp-button-primary button .opal-icon-arrow,
.mailchimp-button-secondary button .opal-icon-arrow,
.mailchimp-button-secondary input[type="submit"] .opal-icon-arrow,
.secondary-button .search-submit .opal-icon-arrow,
button[type="submit"] .opal-icon-arrow,
input[type="button"] .opal-icon-arrow,
input[type="reset"] .opal-icon-arrow,
input[type="submit"] .opal-icon-arrow {
  margin-left: 15px;
  transition: transform 0.4s ease;
  display: inline-block;
}

a[class*="button-"].disabled,
fieldset[disabled] a[class*="button-"] {
  pointer-events: none;
}

.button-primary,
.cat-links a,
.elementor-wpcf7-button-primary button[type="submit"],
.elementor-wpcf7-button-primary input[type="button"][type="submit"],
.elementor-wpcf7-button-primary input[type="submit"],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type="submit"],
.mailchimp-button-primary input[type="submit"],
.secondary-button .search-submit,
button[type="submit"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  box-shadow: none;
}

.button-primary:hover,
.cat-links a:hover,
.elementor-wpcf7-button-primary button:hover[type="submit"],
.elementor-wpcf7-button-primary input:hover[type="submit"],
.mailchimp-button-primary button:hover,
.secondary-button .search-submit:hover,
button:hover[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  color: #fff;
}

.button-primary.disabled,
.button-primary:disabled,
.cat-links a.disabled,
.cat-links a:disabled,
.elementor-wpcf7-button-primary button.disabled[type="submit"],
.elementor-wpcf7-button-primary button:disabled[type="submit"],
.elementor-wpcf7-button-primary input.disabled[type="submit"],
.elementor-wpcf7-button-primary input:disabled[type="submit"],
.mailchimp-button-primary button.disabled,
.mailchimp-button-primary button:disabled,
.secondary-button .disabled.search-submit,
.secondary-button .search-submit:disabled,
button.disabled[type="submit"],
button:disabled[type="submit"],
input.disabled[type="button"],
input.disabled[type="reset"],
input.disabled[type="submit"],
input:disabled[type="button"],
input:disabled[type="reset"],
input:disabled[type="submit"] {
  opacity: 0.5;
}

.button-primary.active,
.button-primary:active,
.cat-links .show > a.dropdown-toggle,
.cat-links a.active,
.cat-links a:active,
.elementor-wpcf7-button-primary .show > button.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-primary .show > input.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-primary button.active[type="submit"],
.elementor-wpcf7-button-primary button:active[type="submit"],
.elementor-wpcf7-button-primary input.active[type="submit"],
.elementor-wpcf7-button-primary input:active[type="submit"],
.mailchimp-button-primary .show > button.dropdown-toggle,
.mailchimp-button-primary .show > input.dropdown-toggle[type="submit"],
.mailchimp-button-primary button.active,
.mailchimp-button-primary button:active,
.secondary-button .active.search-submit,
.secondary-button .search-submit:active,
.secondary-button .show > .dropdown-toggle.search-submit,
.show > .button-primary.dropdown-toggle,
.show > button.dropdown-toggle[type="submit"],
.show > input.dropdown-toggle[type="button"],
.show > input.dropdown-toggle[type="reset"],
.show > input.dropdown-toggle[type="submit"],
button.active[type="submit"],
button:active[type="submit"],
input.active[type="button"],
input.active[type="reset"],
input.active[type="submit"],
input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"] {
  color: #fff;
  background-image: none;
}

.button-secondary,
.elementor-wpcf7-button-secondary button[type="submit"],
.elementor-wpcf7-button-secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-secondary input[type="submit"],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type="submit"],
.mailchimp-button-secondary input[type="submit"] {
  color: #fff;
  box-shadow: none;
}

.button-secondary:hover,
.elementor-wpcf7-button-secondary button:hover[type="submit"],
.elementor-wpcf7-button-secondary input:hover[type="submit"],
.mailchimp-button-secondary button:hover,
.mailchimp-button-secondary input:hover[type="submit"] {
  color: #fff;
}

.button-secondary.disabled,
.button-secondary:disabled,
.elementor-wpcf7-button-secondary button.disabled[type="submit"],
.elementor-wpcf7-button-secondary button:disabled[type="submit"],
.elementor-wpcf7-button-secondary input.disabled[type="submit"],
.elementor-wpcf7-button-secondary input:disabled[type="submit"],
.mailchimp-button-secondary button.disabled,
.mailchimp-button-secondary button:disabled,
.mailchimp-button-secondary input.disabled[type="submit"],
.mailchimp-button-secondary input:disabled[type="submit"] {
  opacity: 0.5;
}

.button-secondary.active,
.button-secondary:active,
.elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-secondary button.active[type="submit"],
.elementor-wpcf7-button-secondary button:active[type="submit"],
.elementor-wpcf7-button-secondary input.active[type="submit"],
.elementor-wpcf7-button-secondary input:active[type="submit"],
.mailchimp-button-secondary .show > button.dropdown-toggle,
.mailchimp-button-secondary .show > input.dropdown-toggle[type="submit"],
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary button:active,
.mailchimp-button-secondary input.active[type="submit"],
.mailchimp-button-secondary input:active[type="submit"],
.show > .button-secondary.dropdown-toggle {
  color: #fff;
  background-image: none;
}

.button-default,
.button-lg,
.button-outline,
.button-outline-primary,
.button-outline-secondary,
.button-primary,
.button-secondary,
.cat-links a,
.elementor-wpcf7-button-lg button[type="submit"],
.elementor-wpcf7-button-lg input[type="button"][type="submit"],
.elementor-wpcf7-button-lg input[type="submit"],
.elementor-wpcf7-button-outline_primary button[type="submit"],
.elementor-wpcf7-button-outline_primary input[type="button"],
.elementor-wpcf7-button-outline_primary input[type="submit"],
.elementor-wpcf7-button-outline_secondary button[type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="submit"],
.elementor-wpcf7-button-primary button[type="submit"],
.elementor-wpcf7-button-primary input[type="button"][type="submit"],
.elementor-wpcf7-button-primary input[type="submit"],
.elementor-wpcf7-button-secondary button[type="submit"],
.elementor-wpcf7-button-secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-secondary input[type="submit"],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type="submit"],
.mailchimp-button-outline_primary input[type="submit"],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type="submit"],
.mailchimp-button-outline_secondary input[type="submit"],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type="submit"],
.mailchimp-button-primary input[type="submit"],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type="submit"],
.mailchimp-button-secondary input[type="submit"],
.secondary-button .search-submit,
button[type="submit"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 1.063rem 1.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 10px;
}

.button-md,
.comment-form .form-submit button[type="submit"],
.comment-form .form-submit input[type="submit"],
.elementor-wpcf7-button-md button[type="submit"],
.elementor-wpcf7-button-md input[type="button"][type="submit"],
.elementor-wpcf7-button-md input[type="submit"] {
  padding: 0.938rem 1.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 10px;
}

.button-xs,
.cat-links a,
.elementor-wpcf7-button-xs button[type="submit"],
.elementor-wpcf7-button-xs input[type="button"][type="submit"],
.elementor-wpcf7-button-xs input[type="submit"] {
  padding: 0.375rem 1rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 6px;
}

.button-sm,
.elementor-wpcf7-button-sm button[type="submit"],
.elementor-wpcf7-button-sm input[type="button"][type="submit"],
.elementor-wpcf7-button-sm input[type="submit"],
.mc4wp-form-fields button[type="submit"] {
  padding: 0.688rem 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 8px;
}

.button-xl,
.elementor-wpcf7-button-xl button[type="submit"],
.elementor-wpcf7-button-xl input[type="button"][type="submit"],
.elementor-wpcf7-button-xl input[type="submit"] {
  padding: 1.25rem 2rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 10px;
}

.button-outline {
  background-image: none;
  border-color: #e8ecef;
  background-color: transparent;
}
.button-outline:hover {
  color: #fff;
}
.button-outline.focus,
.button-outline:focus {
  box-shadow: 0 0 0 2px rgba(94, 111, 181, 0.5);
}
.button-outline.disabled,
.button-outline:disabled {
  color: #5e6fb5;
  background-color: transparent;
}
.button-outline.active,
.button-outline:active,
.show > .button-outline.dropdown-toggle {
  color: #fff;
}

.button-outline-primary,
.elementor-wpcf7-button-outline_primary button[type="submit"],
.elementor-wpcf7-button-outline_primary input[type="button"],
.elementor-wpcf7-button-outline_primary input[type="submit"],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type="submit"],
.mailchimp-button-outline_primary input[type="submit"] {
  background-color: transparent;
  background-image: none;
}

.button-outline-primary:hover,
.elementor-wpcf7-button-outline_primary button:hover[type="submit"],
.elementor-wpcf7-button-outline_primary input:hover[type="button"],
.elementor-wpcf7-button-outline_primary input:hover[type="submit"],
.mailchimp-button-outline_primary button:hover,
.mailchimp-button-outline_primary input:hover[type="submit"] {
  color: #fff;
}

.button-outline-primary.focus,
.button-outline-primary:focus,
.elementor-wpcf7-button-outline_primary button.focus[type="submit"],
.elementor-wpcf7-button-outline_primary button:focus[type="submit"],
.elementor-wpcf7-button-outline_primary input.focus[type="button"],
.elementor-wpcf7-button-outline_primary input.focus[type="submit"],
.elementor-wpcf7-button-outline_primary input:focus[type="button"],
.elementor-wpcf7-button-outline_primary input:focus[type="submit"],
.mailchimp-button-outline_primary button.focus,
.mailchimp-button-outline_primary button:focus,
.mailchimp-button-outline_primary input.focus[type="submit"],
.mailchimp-button-outline_primary input:focus[type="submit"] {
  box-shadow: 0 0 0 2px rgba(94, 111, 181, 0.5);
}

.button-outline-primary.disabled,
.button-outline-primary:disabled,
.elementor-wpcf7-button-outline_primary button.disabled[type="submit"],
.elementor-wpcf7-button-outline_primary button:disabled[type="submit"],
.elementor-wpcf7-button-outline_primary input.disabled[type="button"],
.elementor-wpcf7-button-outline_primary input.disabled[type="submit"],
.elementor-wpcf7-button-outline_primary input:disabled[type="button"],
.elementor-wpcf7-button-outline_primary input:disabled[type="submit"],
.mailchimp-button-outline_primary button.disabled,
.mailchimp-button-outline_primary button:disabled,
.mailchimp-button-outline_primary input.disabled[type="submit"],
.mailchimp-button-outline_primary input:disabled[type="submit"] {
  color: #5e6fb5;
  background-color: transparent;
}

.button-outline-primary.active,
.button-outline-primary:active,
.elementor-wpcf7-button-outline_primary .show > button.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="button"],
.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-outline_primary button.active[type="submit"],
.elementor-wpcf7-button-outline_primary button:active[type="submit"],
.elementor-wpcf7-button-outline_primary input.active[type="button"],
.elementor-wpcf7-button-outline_primary input.active[type="submit"],
.elementor-wpcf7-button-outline_primary input:active[type="button"],
.elementor-wpcf7-button-outline_primary input:active[type="submit"],
.mailchimp-button-outline_primary .show > button.dropdown-toggle,
.mailchimp-button-outline_primary .show > input.dropdown-toggle[type="submit"],
.mailchimp-button-outline_primary button.active,
.mailchimp-button-outline_primary button:active,
.mailchimp-button-outline_primary input.active[type="submit"],
.mailchimp-button-outline_primary input:active[type="submit"],
.show > .button-outline-primary.dropdown-toggle {
  color: #fff;
}

.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary button[type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="submit"],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type="submit"],
.mailchimp-button-outline_secondary input[type="submit"] {
  background-color: transparent;
  background-image: none;
}

.button-outline-secondary:hover,
.elementor-wpcf7-button-outline_secondary button:hover[type="submit"],
.elementor-wpcf7-button-outline_secondary input:hover[type="submit"],
.mailchimp-button-outline_secondary button:hover,
.mailchimp-button-outline_secondary input:hover[type="submit"] {
  color: #fff;
}

.button-outline-secondary.focus,
.button-outline-secondary:focus,
.elementor-wpcf7-button-outline_secondary button.focus[type="submit"],
.elementor-wpcf7-button-outline_secondary button:focus[type="submit"],
.elementor-wpcf7-button-outline_secondary input.focus[type="submit"],
.elementor-wpcf7-button-outline_secondary input:focus[type="submit"],
.mailchimp-button-outline_secondary button.focus,
.mailchimp-button-outline_secondary button:focus,
.mailchimp-button-outline_secondary input.focus[type="submit"],
.mailchimp-button-outline_secondary input:focus[type="submit"] {
  box-shadow: 0 0 0 2px rgba(238, 97, 150, 0.5);
}

.button-outline-secondary.disabled,
.button-outline-secondary:disabled,
.elementor-wpcf7-button-outline_secondary button.disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary button:disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary input.disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary input:disabled[type="submit"],
.mailchimp-button-outline_secondary button.disabled,
.mailchimp-button-outline_secondary button:disabled,
.mailchimp-button-outline_secondary input.disabled[type="submit"],
.mailchimp-button-outline_secondary input:disabled[type="submit"] {
  color: #ee6196;
  background-color: transparent;
}

.button-outline-secondary.active,
.button-outline-secondary:active,
.elementor-wpcf7-button-outline_secondary .show > button.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-outline_secondary .show > input.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-outline_secondary button.active[type="submit"],
.elementor-wpcf7-button-outline_secondary button:active[type="submit"],
.elementor-wpcf7-button-outline_secondary input.active[type="submit"],
.elementor-wpcf7-button-outline_secondary input:active[type="submit"],
.mailchimp-button-outline_secondary .show > button.dropdown-toggle,
.mailchimp-button-outline_secondary .show > input.dropdown-toggle[type="submit"],
.mailchimp-button-outline_secondary button.active,
.mailchimp-button-outline_secondary button:active,
.mailchimp-button-outline_secondary input.active[type="submit"],
.mailchimp-button-outline_secondary input:active[type="submit"],
.show > .button-outline-secondary.dropdown-toggle {
  color: #fff;
}

.button-block {
  display: block;
  width: 100%;
}

.btn-link,
.button-link,
.elementor-element .elementor-button-link .elementor-button,
.elementor-wpcf7-button-link button[type="submit"],
.elementor-wpcf7-button-link input[type="button"][type="submit"],
.elementor-wpcf7-button-link input[type="submit"],
.mailchimp-button-link button,
.mailchimp-button-link button[type="submit"],
.mailchimp-button-link input[type="submit"],
.more-link {
  border-radius: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0;
  font-family: Editech;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.active.more-link,
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled,
.button-link,
.button-link.active,
.button-link:active,
.button-link:disabled,
.elementor-element .elementor-button-link .active.elementor-button,
.elementor-element .elementor-button-link .elementor-button,
.elementor-element .elementor-button-link .elementor-button:active,
.elementor-element .elementor-button-link .elementor-button:disabled,
.elementor-wpcf7-button-link button.active[type="submit"],
.elementor-wpcf7-button-link button:active[type="submit"],
.elementor-wpcf7-button-link button:disabled[type="submit"],
.elementor-wpcf7-button-link button[type="submit"],
.elementor-wpcf7-button-link input.active[type="submit"],
.elementor-wpcf7-button-link input:active[type="submit"],
.elementor-wpcf7-button-link input:disabled[type="submit"],
.elementor-wpcf7-button-link input[type="button"][type="submit"],
.elementor-wpcf7-button-link input[type="submit"],
.mailchimp-button-link button,
.mailchimp-button-link button.active,
.mailchimp-button-link button:active,
.mailchimp-button-link button:disabled,
.mailchimp-button-link button[type="submit"],
.mailchimp-button-link input.active[type="submit"],
.mailchimp-button-link input:active[type="submit"],
.mailchimp-button-link input:disabled[type="submit"],
.mailchimp-button-link input[type="submit"],
.more-link,
.more-link:active,
.more-link:disabled {
  background-color: transparent;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.button-link,
.button-link:active,
.button-link:focus,
.button-link:hover,
.elementor-element .elementor-button-link .elementor-button,
.elementor-element .elementor-button-link .elementor-button:active,
.elementor-element .elementor-button-link .elementor-button:focus,
.elementor-element .elementor-button-link .elementor-button:hover,
.elementor-wpcf7-button-link button:active[type="submit"],
.elementor-wpcf7-button-link button:focus[type="submit"],
.elementor-wpcf7-button-link button:hover[type="submit"],
.elementor-wpcf7-button-link button[type="submit"],
.elementor-wpcf7-button-link input:active[type="submit"],
.elementor-wpcf7-button-link input:focus[type="submit"],
.elementor-wpcf7-button-link input:hover[type="submit"],
.elementor-wpcf7-button-link input[type="button"][type="submit"],
.elementor-wpcf7-button-link input[type="submit"],
.mailchimp-button-link button,
.mailchimp-button-link button:active,
.mailchimp-button-link button:focus,
.mailchimp-button-link button:hover,
.mailchimp-button-link button[type="submit"],
.mailchimp-button-link input:active[type="submit"],
.mailchimp-button-link input:focus[type="submit"],
.mailchimp-button-link input:hover[type="submit"],
.mailchimp-button-link input[type="submit"],
.more-link,
.more-link:active,
.more-link:focus,
.more-link:hover {
  border-color: transparent;
}
.btn-link:disabled,
.button-link:disabled,
.elementor-element .elementor-button-link .elementor-button:disabled,
.elementor-wpcf7-button-link button:disabled[type="submit"],
.elementor-wpcf7-button-link input:disabled[type="submit"],
.mailchimp-button-link button:disabled,
.mailchimp-button-link input:disabled[type="submit"],
.more-link:disabled {
  color: #868e96;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover,
.button-link:disabled:focus,
.button-link:disabled:hover,
.elementor-element .elementor-button-link .elementor-button:disabled:focus,
.elementor-element .elementor-button-link .elementor-button:disabled:hover,
.elementor-wpcf7-button-link button:disabled:focus[type="submit"],
.elementor-wpcf7-button-link button:disabled:hover[type="submit"],
.elementor-wpcf7-button-link input:disabled:focus[type="submit"],
.elementor-wpcf7-button-link input:disabled:hover[type="submit"],
.mailchimp-button-link button:disabled:focus,
.mailchimp-button-link button:disabled:hover,
.mailchimp-button-link input:disabled:focus[type="submit"],
.mailchimp-button-link input:disabled:hover[type="submit"],
.more-link:disabled:focus,
.more-link:disabled:hover {
  text-decoration: none;
}
.btn-link:before,
.button-link:before,
.elementor-element .elementor-button-link .elementor-button:before,
.elementor-wpcf7-button-link button[type="submit"]:before,
.elementor-wpcf7-button-link input[type="submit"]:before,
.elementor-wpcf7-button-link input[type="submit"][type="button"]:before,
.mailchimp-button-link button:before,
.mailchimp-button-link button[type="submit"]:before,
.mailchimp-button-link input[type="submit"]:before,
.more-link:before {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.button-default {
  color: #677289;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.button-default:hover {
  color: #fff;
}

.button-dark,
.elementor-element .elementor-button-dark .elementor-button,
.elementor-wpcf7-button-dark button[type="submit"],
.elementor-wpcf7-button-dark input[type="button"][type="submit"],
.elementor-wpcf7-button-dark input[type="submit"],
.mailchimp-button-dark button,
.mailchimp-button-dark button[type="submit"],
.mailchimp-button-dark input[type="submit"] {
  color: #fff;
  background-color: #222;
  border-color: #222;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.button-dark:active,
.button-dark:focus,
.button-dark:hover,
.elementor-element .elementor-button-dark .elementor-button:active,
.elementor-element .elementor-button-dark .elementor-button:focus,
.elementor-element .elementor-button-dark .elementor-button:hover,
.elementor-wpcf7-button-dark button:active[type="submit"],
.elementor-wpcf7-button-dark button:focus[type="submit"],
.elementor-wpcf7-button-dark button:hover[type="submit"],
.elementor-wpcf7-button-dark input:active[type="submit"],
.elementor-wpcf7-button-dark input:focus[type="submit"],
.elementor-wpcf7-button-dark input:hover[type="submit"],
.mailchimp-button-dark button:active,
.mailchimp-button-dark button:focus,
.mailchimp-button-dark button:hover,
.mailchimp-button-dark input:active[type="submit"],
.mailchimp-button-dark input:focus[type="submit"],
.mailchimp-button-dark input:hover[type="submit"] {
  color: #fff;
}

.button-outline-dark,
.elementor-element .elementor-button-outline_dark .elementor-button {
  color: #222;
  background-color: transparent;
  border-color: #222;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.button-outline-dark:active,
.button-outline-dark:focus,
.button-outline-dark:hover,
.elementor-element .elementor-button-outline_dark .elementor-button:active,
.elementor-element .elementor-button-outline_dark .elementor-button:focus,
.elementor-element .elementor-button-outline_dark .elementor-button:hover {
  color: #fff;
}

.button-light,
.elementor-element .elementor-button-light .elementor-button,
.elementor-wpcf7-button-light button[type="submit"],
.elementor-wpcf7-button-light input[type="button"][type="submit"],
.elementor-wpcf7-button-light input[type="submit"],
.mailchimp-button-light button,
.mailchimp-button-light button[type="submit"],
.mailchimp-button-light input[type="submit"] {
  color: #222;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.button-light:active,
.button-light:focus,
.button-light:hover,
.elementor-element .elementor-button-light .elementor-button:active,
.elementor-element .elementor-button-light .elementor-button:focus,
.elementor-element .elementor-button-light .elementor-button:hover,
.elementor-wpcf7-button-light button:active[type="submit"],
.elementor-wpcf7-button-light button:focus[type="submit"],
.elementor-wpcf7-button-light button:hover[type="submit"],
.elementor-wpcf7-button-light input:active[type="submit"],
.elementor-wpcf7-button-light input:focus[type="submit"],
.elementor-wpcf7-button-light input:hover[type="submit"],
.mailchimp-button-light button:active,
.mailchimp-button-light button:focus,
.mailchimp-button-light button:hover,
.mailchimp-button-light input:active[type="submit"],
.mailchimp-button-light input:focus[type="submit"],
.mailchimp-button-light input:hover[type="submit"] {
  color: #fff;
}

.elementor-element.elementor-button-link .elementor-button {
  border: 0;
}
.elementor-element.elementor-button-link .elementor-button:hover {
  border-style: solid;
}

.button-custom {
  background-repeat: no-repeat;
}
.button-custom,
.button-custom i {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  border-radius: 46px;
}
.button-custom i {
  width: 46px;
  height: 46px;
  color: #1d2a38;
  background-color: #fff;
  margin-right: 10px;
  justify-content: center;
}
@media (min-width: 576px) {
  .button-custom i {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
.button-custom:hover i {
  transform: translateX(-3px);
}

.border {
  border: 1px solid #e8ecef;
}

.border-0 {
  border: 0;
}

.border-top-0 {
  border-top: 0;
}

.border-right-0 {
  border-right: 0;
}

.border-bottom-0 {
  border-bottom: 0;
}

.border-left-0 {
  border-left: 0;
}

.border-primary {
  border-color: #5e6fb5;
}

.border-secondary {
  border-color: #ee6196;
}

.border-success {
  border-color: #28a745;
}

.border-info {
  border-color: #17a2b8;
}

.border-warning {
  border-color: #ffc107;
}

.border-danger {
  border-color: #dc3545;
}

.border-light {
  border-color: #f8f9fa;
}

.border-dark {
  border-color: #343a40;
}

.rounded {
  border-radius: 10px;
}

.rounded-top {
  border-top-left-radius: 10px;
}

.rounded-right,
.rounded-top {
  border-top-right-radius: 10px;
}

.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 10px;
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 10px;
}

.rounded-left {
  border-top-left-radius: 10px;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

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

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.fixed-top {
  top: 0;
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.text-justify {
  text-align: justify;
}

.text-nowrap,
.text-truncate {
  white-space: nowrap;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 600;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #5e6fb5 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #475799 !important;
}

.text-secondary {
  color: #ee6196 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #e93377 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96;
}

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

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.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: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #677289;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e7e7e7;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  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: #5e6fb5;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-header,
.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.6875rem;
  color: #868e96;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

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

.align-bottom {
  vertical-align: bottom;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.dropdown-menu.active {
  right: 0;
  left: auto;
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.otf-dropdown {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  position: absolute;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-right: 15px;
}
.otf-dropdown > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.otf-dropdown .search-form-wapper {
  margin: auto;
}
.otf-dropdown.active {
  opacity: 1;
  visibility: visible;
}
.otf-dropdown.top-to-bottom {
  max-height: 0;
}
.otf-dropdown.top-to-bottom.loaded {
  position: static;
}
.otf-dropdown.top-to-bottom.active {
  transition: max-height 0.5s ease-in 0s;
  max-height: 100vh;
}
.otf-dropdown.bottom-to-top {
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 1;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
}
.otf-dropdown.bottom-to-top > div {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease 0.5s;
}
.otf-dropdown.bottom-to-top.active > div {
  opacity: 1;
  transform: translateY(0);
}
.otf-dropdown.popup {
  position: fixed;
  top: 0 !important;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.2s ease;
  margin-left: 0 !important;
}
.otf-dropdown.popup > div {
  position: absolute;
  top: 25%;
  transition: all 0.6s ease 0.2s;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.otf-dropdown.popup [data-search-toggle="close"] {
  top: 50px;
}
.otf-dropdown.popup.active > div {
  top: 30%;
  opacity: 1;
}

[data-search-toggle="close"] {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 30px;
  display: none;
}
[data-search-toggle="close"]:before {
  font-size: 20px;
}

.platform-windows.over-hidden .opal-wrapper {
  padding-right: 17px;
}

.over-hidden {
  overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-header .page-title,
.site-title,
.tags-links .tags-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  color: #212529;
}

.h1,
.site-title,
h1 {
  font-size: 2.25rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
.page-header .page-title,
h3 {
  font-size: 1.875rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
.tags-links .tags-title,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer:before {
  content: "\2014 \00A0";
}

.b-so-0 {
  border: 0 solid;
}

.b-do-0 {
  border: 0 dotted;
}

.b-da-0 {
  border: 0 dashed;
}

.b-so-1 {
  border: 1px solid;
}

.b-do-1 {
  border: 1px dotted;
}

.b-da-1 {
  border: 1px dashed;
}

.b-so-2 {
  border: 2px solid;
}

.b-do-2 {
  border: 2px dotted;
}

.b-da-2 {
  border: 2px dashed;
}

.b-so-3 {
  border: 3px solid;
}

.b-do-3 {
  border: 3px dotted;
}

.b-da-3 {
  border: 3px dashed;
}

.b-so-4 {
  border: 4px solid;
}

.b-do-4 {
  border: 4px dotted;
}

.b-da-4 {
  border: 4px dashed;
}

.bl-so-0 {
  border-left: 0 solid;
}

.bl-do-0 {
  border-left: 0 dotted;
}

.bl-da-0 {
  border-left: 0 dashed;
}

.bl-so-1 {
  border-left: 1px solid;
}

.bl-do-1 {
  border-left: 1px dotted;
}

.bl-da-1 {
  border-left: 1px dashed;
}

.bl-so-2 {
  border-left: 2px solid;
}

.bl-do-2 {
  border-left: 2px dotted;
}

.bl-da-2 {
  border-left: 2px dashed;
}

.bl-so-3 {
  border-left: 3px solid;
}

.bl-do-3 {
  border-left: 3px dotted;
}

.bl-da-3 {
  border-left: 3px dashed;
}

.bl-so-4 {
  border-left: 4px solid;
}

.bl-do-4 {
  border-left: 4px dotted;
}

.bl-da-4 {
  border-left: 4px dashed;
}

.br-so-0 {
  border-right: 0 solid;
}

.br-do-0 {
  border-right: 0 dotted;
}

.br-da-0 {
  border-right: 0 dashed;
}

.br-so-1 {
  border-right: 1px solid;
}

.br-do-1 {
  border-right: 1px dotted;
}

.br-da-1 {
  border-right: 1px dashed;
}

.br-so-2 {
  border-right: 2px solid;
}

.br-do-2 {
  border-right: 2px dotted;
}

.br-da-2 {
  border-right: 2px dashed;
}

.br-so-3 {
  border-right: 3px solid;
}

.br-do-3 {
  border-right: 3px dotted;
}

.br-da-3 {
  border-right: 3px dashed;
}

.br-so-4 {
  border-right: 4px solid;
}

.br-do-4 {
  border-right: 4px dotted;
}

.br-da-4 {
  border-right: 4px dashed;
}

.bt-so-0 {
  border-top: 0 solid;
}

.bt-do-0 {
  border-top: 0 dotted;
}

.bt-da-0 {
  border-top: 0 dashed;
}

.bt-so-1 {
  border-top: 1px solid;
}

.bt-do-1 {
  border-top: 1px dotted;
}

.bt-da-1 {
  border-top: 1px dashed;
}

.bt-so-2 {
  border-top: 2px solid;
}

.bt-do-2 {
  border-top: 2px dotted;
}

.bt-da-2 {
  border-top: 2px dashed;
}

.bt-so-3 {
  border-top: 3px solid;
}

.bt-do-3 {
  border-top: 3px dotted;
}

.bt-da-3 {
  border-top: 3px dashed;
}

.bt-so-4 {
  border-top: 4px solid;
}

.bt-do-4 {
  border-top: 4px dotted;
}

.bt-da-4 {
  border-top: 4px dashed;
}

.bb-so-0 {
  border-bottom: 0 solid;
}

.bb-do-0 {
  border-bottom: 0 dotted;
}

.bb-da-0 {
  border-bottom: 0 dashed;
}

.bb-so-1 {
  border-bottom: 1px solid;
}

.bb-do-1 {
  border-bottom: 1px dotted;
}

.bb-da-1 {
  border-bottom: 1px dashed;
}

.bb-so-2 {
  border-bottom: 2px solid;
}

.bb-do-2 {
  border-bottom: 2px dotted;
}

.bb-da-2 {
  border-bottom: 2px dashed;
}

.bb-so-3 {
  border-bottom: 3px solid;
}

.bb-do-3 {
  border-bottom: 3px dotted;
}

.bb-da-3 {
  border-bottom: 3px dashed;
}

.bb-so-4 {
  border-bottom: 4px solid;
}

.bb-do-4 {
  border-bottom: 4px dotted;
}

.bb-da-4 {
  border-bottom: 4px dashed;
}

/* ===== Start Typography: Heading ===== */
#secondary .elementor-widget-container h5:first-of-type,
.author-wrapper .author-name,
.breadcrumb,
.button-dark,
.button-default,
.comment-author,
.contactform-content .form-title,
.elementor-cta__status-text,
.elementor-element .elementor-button-dark .elementor-button,
.elementor-element .elementor-widget-wp-widget-recent-posts .post-date,
.elementor-element .elementor-widget-wp-widget-recent-posts li.item-recent-post a,
.elementor-featured-box-wrapper .elementor-featured-box-title,
.elementor-opal-countdown-wrapper .elementor-countdown-item:not(:first-child) .elementor-countdown-digits:before,
.elementor-portfolio__filter,
.elementor-price-table__period,
.elementor-price-table__price,
.elementor-progress-percentage,
.elementor-teams-wrapper .elementor-team-name,
.elementor-widget-heading .sub-title,
.elementor-widget-progress .elementor-title,
.elementor-wpcf7-button-dark button[type="submit"],
.elementor-wpcf7-button-dark input[type="button"][type="submit"],
.elementor-wpcf7-button-dark input[type="submit"],
.entry-meta,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.mailchimp-button-dark button,
.mailchimp-button-dark button[type="submit"],
.mailchimp-button-dark input[type="submit"],
.main-navigation .top-menu > li > a,
.page-header .page-title,
.post-navigation .nav-link a,
.post-navigation .nav-title,
.site-title,
.tagcloud a,
.tags-links .tags-title,
.tags-links a,
.typo-heading,
.vertical-navigation .vertical-navigation-header,
.widget_archive a,
.widget_categories .cat-count,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_entries .post-date,
.widget_recent_entries li.item-recent-post a,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
  max-width: 100%;
  font-family: Editech;
  font-style: normal;
  font-weight: 400;
}

/* ===== End Typography: Heading ===== */
/* ===== Start Typography: Tertiary ===== */

/* ===== End Typography: Tertiary ===== */
/* ===== Start Typography: Quaternary ===== */
.elementor-nav-menu--canvas,
.typo-quaternary,
.typo-tertiary {
  font-family: Editech;
}

/* ===== End Typography: Quaternary ===== */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.938rem 1.625rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b5bddd;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), none;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e7e7e7;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3.376rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.938rem + 1px);
  padding-bottom: calc(0.938rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(1.063rem + 1px);
  padding-bottom: calc(1.063rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.688rem + 1px);
  padding-bottom: calc(0.688rem + 1px);
  font-size: 0.6875rem;
  line-height: 1.5;
}

.col-form-legend {
  font-size: 1rem;
}

.col-form-legend,
.form-control-plaintext {
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
  margin-bottom: 0;
}

.form-control-plaintext {
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.688rem 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(2.40725rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 1.063rem 1.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(3.251rem + 2px);
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  margin-top: 0.25rem;
  color: #28a745;
}

.valid-feedback,
.valid-tooltip {
  display: none;
  font-size: 0.875rem;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid ~ .custom-control-description,
.was-validated .custom-control-input:valid ~ .custom-control-description {
  color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-control,
.was-validated .custom-file-input:valid ~ .custom-file-control {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control:before,
.was-validated .custom-file-input:valid ~ .custom-file-control:before {
  border-color: inherit;
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  margin-top: 0.25rem;
  color: #dc3545;
}

.invalid-feedback,
.invalid-tooltip {
  display: none;
  font-size: 0.875rem;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid + .form-check-label,
.was-validated .form-check-input:invalid + .form-check-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid ~ .custom-control-description,
.was-validated .custom-control-input:invalid ~ .custom-control-description {
  color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-control,
.was-validated .custom-file-input:invalid ~ .custom-file-control {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-control:before,
.was-validated .custom-file-input:invalid ~ .custom-file-control:before {
  border-color: inherit;
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.938rem 1.625rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e7e7e7;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.688rem 1.25rem;
  font-size: 0.6875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 1.063rem 1.625rem;
  font-size: 0.75rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  align-items: stretch;
  font-size: 1em;
  white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn-group:first-child,
.input-group-btn:not(:first-child) > .btn:first-child {
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

@keyframes b {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e7e7e7;
  border-radius: 10px;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #5e6fb5;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: b 1s linear infinite;
}@font-face {
  font-family: "Editech";
  src: url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechRegular.eot);
  src: url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechRegular.eot) format("embedded-opentype"), url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechRegular.woff2) format("woff2"), url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechRegular.woff) format("woff"),
    url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechRegular.ttf) format("truetype"), url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechRegular.svg#EditechRegular) format("svg");
}

@font-face {
  font-family: "Editech";
  src: url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechBold.eot);
  src: url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechBold.eot) format("embedded-opentype"), url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechBold.woff2) format("woff2"), url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechBold.woff) format("woff"),
    url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechBold.ttf) format("truetype"), url(//ids.ae/wp-content/themes/editech/assets/fonts/EditechBold.svg#EditechBold) format("svg");
  font-weight: 600;
}

/*
Theme Name: Editech
Theme URI: http://demo2.themelexus.com/editech/
Author: Themelexus
Author URI: https://www.themelexus.com/
Description: Corporate Business WordPress Theme (Editech WP theme) is suited for a creative company, design company, agency, corporate, digital marketing, startup company, business agency, finance consultants, consulting finance, business advisers or any kind of corporate business website.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 5.6
Tags: corporate, business corporate, firm, financial service, business technology, financial advisor, corporate theme, corporation, consulting, enterprise, startup, directory, company solution, business agency

Text Domain: editech

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
    5.1 Page Title
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
   12.1 Off Canvas
   12.2 Pagination
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Modal
    17.1 Modal User
18.0 SVGs Fallbacks
19.0 Colors
20.0 Media Queries
21.0 Print
--------------------------------------------------------------*/
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

/*-------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: Barlow, Helvetica Neue, helvetica, arial, sans-serif;
  line-height: 1.875;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

figure {
  margin: 0 0 1.5em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
  border-bottom-color: #eee;
}

b,
strong {
  font-weight: inherit;
  font-weight: 600;
}

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

mark {
  color: #000;
  background-color: #eee;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: Barlow, Helvetica Neue, helvetica, arial, sans-serif;
  font-size: 100%;
  line-height: 1.875;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid;
  border-color: #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

.block-fullwidth {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.custom-logo-link + .site-branding-text,
.elementor-element .gallery-columns-6 .gallery-caption,
.elementor-element .gallery-columns-7 .gallery-caption,
.elementor-element .gallery-columns-8 .gallery-caption,
.elementor-element .gallery-columns-9 .gallery-caption,
.elementor-widget-featured-box.elementor-button-default .elementor-button .elementor-button-text,
.entry-footer .social-share-header,
.entry-gallery .gallery-columns-6 .gallery-caption,
.entry-gallery .gallery-columns-7 .gallery-caption,
.entry-gallery .gallery-columns-8 .gallery-caption,
.entry-gallery .gallery-columns-9 .gallery-caption,
.error404 #page-title-bar,
.menu-toggle .m-text,
.screen-reader-text,
.single .gallery-columns-6 .gallery-caption,
.single .gallery-columns-7 .gallery-caption,
.single .gallery-columns-8 .gallery-caption,
.single .gallery-columns-9 .gallery-caption,
.widget .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-9 .gallery-caption {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.custom-logo-link + .site-branding-text:focus,
.elementor-element .gallery-columns-6 .gallery-caption:focus,
.elementor-element .gallery-columns-7 .gallery-caption:focus,
.elementor-element .gallery-columns-8 .gallery-caption:focus,
.elementor-element .gallery-columns-9 .gallery-caption:focus,
.elementor-widget-featured-box.elementor-button-default .elementor-button .elementor-button-text:focus,
.entry-footer .social-share-header:focus,
.entry-gallery .gallery-columns-6 .gallery-caption:focus,
.entry-gallery .gallery-columns-7 .gallery-caption:focus,
.entry-gallery .gallery-columns-8 .gallery-caption:focus,
.entry-gallery .gallery-columns-9 .gallery-caption:focus,
.error404 #page-title-bar:focus,
.menu-toggle .m-text:focus,
.screen-reader-text:focus,
.single .gallery-columns-6 .gallery-caption:focus,
.single .gallery-columns-7 .gallery-caption:focus,
.single .gallery-columns-8 .gallery-caption:focus,
.single .gallery-columns-9 .gallery-caption:focus,
.widget .gallery-columns-6 .gallery-caption:focus,
.widget .gallery-columns-7 .gallery-caption:focus,
.widget .gallery-columns-8 .gallery-caption:focus,
.widget .gallery-columns-9 .gallery-caption:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-visiable {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

.overflow-initial {
  overflow: initial !important;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:after,
.clear:before,
.elementor-element .elementor-widget-wp-widget-recent-posts ul:after,
.elementor-element .elementor-widget-wp-widget-recent-posts ul:before,
.widget_recent_entries ul:after,
.widget_recent_entries ul:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.pagination:after,
.pagination:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before,
.woocommerce-pagination:after,
.woocommerce-pagination:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.elementor-element .elementor-widget-wp-widget-recent-posts ul:after,
.entry-content:after,
.entry-footer:after,
.nav-links:after,
.pagination:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.widget-area:after,
.widget:after,
.widget_recent_entries ul:after,
.woocommerce-pagination:after {
  clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body,
button,
input,
select,
textarea {
  color: #677289;
  font-size: 1rem;
  line-height: 1.5;
  font-family: Barlow, Helvetica Neue, helvetica, arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

button,
input[type="submit"] {
  font-family: Editech;
  letter-spacing: -0.1em;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-header .page-title,
.site-title,
.tags-links .tags-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
  margin: 0 0 0.5em;
  padding: 1.5rem 0 0;
}
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
.page-header .page-title:first-child,
.site-title:first-child,
.tags-links .tags-title:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

.opal-h1 {
  font-size: 2.25rem;
}

.opal-h2 {
  font-size: 2rem;
}

.entry-header h2.entry-title,
.opal-h3 {
  font-size: 1.875rem;
}

.opal-h4 {
  font-size: 1.5rem;
}

.opal-h5 {
  font-size: 1.25rem;
}

.opal-h6 {
  font-size: 1rem;
}

.comment-awaiting-moderation,
.font-italic,
.no-comments,
cite,
dfn,
em,
i {
  font-style: italic;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

select {
  background: transparent;
}

blockquote {
  quotes: "" "";
  font-size: 20px;
  font-size: 1.25rem;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  position: relative;
  margin: 1.5em 0;
  padding: 40px;
  padding-left: 120px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  blockquote {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  blockquote {
    padding-left: 70px;
  }
}
blockquote:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 20px;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  blockquote:before {
    top: 40px;
    left: 40px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
blockquote p {
  margin-bottom: 0.85rem;
}
blockquote cite {
  font-weight: 600;
  margin-top: 1rem;
  font-size: 0.6em;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
blockquote cite:before {
  content: "";
  width: 32px;
  height: 0;
  margin-right: 10px;
  border-bottom: 2px solid #e8ecef;
}
blockquote.has-very-dark-gray-color {
  color: #eee;
  background-color: transparent;
  box-shadow: none;
}
blockquote.has-very-dark-gray-color *,
blockquote.has-very-dark-gray-color:before {
  color: #eee;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding-left: 70px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    padding-left: 120px;
  }
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.wp-block-pullquote {
  border-width: 1px 0;
  border-style: solid;
}

.wp-block-column .wp-block-quote {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-column .wp-block-quote:before {
  content: "";
  display: none;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background-color: #eee;
  font-family: Courier\10 Pitch, Courier, monospace;
  line-height: 1.715;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
pre,
tt,
var {
  font-size: 14px;
  font-size: 0.875rem;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  border-bottom-color: #eee;
  cursor: help;
}

ins,
mark {
  background-color: #eee;
  text-decoration: none;
}

figure {
  margin-bottom: 1.5em;
}

big {
  font-size: 125%;
}

q {
  quotes: "“" "”" "‘" "’";
}

:focus {
  outline: none;
}

.wp-block-cover,
.wp-block-cover-image {
  color: #fff;
}

.wp-block-group.has-background {
  padding: 30px;
}

.wp-block-button {
  margin-bottom: 1rem;
}

.wp-block-button__link {
  line-height: 1;
}

.bg-polygon {
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

/*--------------------------------------------------------------
5.1 Page Title
--------------------------------------------------------------*/
.page-title-bar {
  position: relative;
  background-color: #000;
  z-index: 3;
  border-width: 0;
  background-size: cover;
}
.page-title-bar .page-title-bar-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .page-title-bar .page-title-bar-inner {
    min-height: 280px;
  }
}
.page-title-bar .page-title {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
  color: #fff;
  padding: 0;
}
.page-title-bar .page-title:first-child {
  color: #fff;
}
@media (min-width: 768px) {
  .page-title-bar .page-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .page-title-bar .page-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.home .page-title-bar {
  display: none;
}
@media (min-width: 576px) {
  .page-title-bar .a {
    max-width: 100%;
  }
}

.page-header {
  max-width: 100%;
}

.breadcrumb,
.breadcrumb *,
.breadcrumb span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.breadcrumb {
  padding-top: 0;
}
.breadcrumb a {
  display: block;
  color: #cbd0e3;
}
.breadcrumb > span,
.breadcrumb li {
  margin: 5px;
  display: inline-block;
  border-radius: 10px;
}
.breadcrumb > span:first-child,
.breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb > span:last-child,
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb > span.current,
.breadcrumb > span .current-item,
.breadcrumb li.current,
.breadcrumb li .current-item {
  display: inline-block;
  color: #fff;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
.form-group {
  box-shadow: none;
  line-height: 1.875;
  border-color: #e8ecef;
  margin-bottom: 1rem;
}
.form-group.form-button {
  margin-bottom: 0;
}
.form-group .form-row label {
  font-weight: 600;
}
.form-group .form-row label + label {
  margin-left: 15px;
}

.form-control {
  box-shadow: none;
  border-color: #e8ecef;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

fieldset {
  margin-bottom: 1em;
}
fieldset legend {
  font-weight: 600;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  width: 100%;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  padding: 0.813rem 1.3rem;
  border-radius: 10px;
  border: 1px solid #e8ecef;
  background-color: #fff;
  transition: all 0.3s ease;
}
textarea::placeholder {
  transition: all 0.5s ease;
}

input {
  transition: all 0.3s ease;
}
input::placeholder {
  transition: all 0.5s ease;
}
input[type="color"]:focus::placeholder,
input[type="date"]:focus::placeholder,
input[type="datetime-local"]:focus::placeholder,
input[type="datetime"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="range"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="time"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="week"]:focus::placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

select {
  border: 1px solid #e8ecef;
  border-radius: 0;
  height: 3.5em;
  max-width: 100%;
  padding-right: 1.92rem;
  padding-left: 0.85rem;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-appearance: none;
  /* -webkit-appearance: none; */
  appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right 10px top 60%;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.5em;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: 400;
}

.wpcf7 p {
  margin: 0 0 20px;
}

.wpcf7 .wpcf7-form .ajax-loader {
  display: none;
  margin: 0;
  margin-top: 3px;
  width: 100%;
  background-repeat: no-repeat;
}
.wpcf7 .wpcf7-form .ajax-loader.is-active {
  display: block;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0.5rem;
  margin-bottom: 0;
  text-align: left;
  text-transform: capitalize;
}

.elementor-element .wpcf7 .wpcf7-form .gallery,
.entry-gallery .wpcf7 .wpcf7-form .gallery,
.single-portfolio-summary .wpcf7 .wpcf7-form .single-portfolio-summary-inner,
.single .wpcf7 .wpcf7-form .gallery,
.site-footer .wpcf7 .wpcf7-form .widget-area,
.widget .wpcf7 .wpcf7-form .gallery,
.wpcf7 .wpcf7-form .comment-form,
.wpcf7 .wpcf7-form .elementor-element .gallery,
.wpcf7 .wpcf7-form .entry-gallery .gallery,
.wpcf7 .wpcf7-form .row,
.wpcf7 .wpcf7-form .single-portfolio-summary .single-portfolio-summary-inner,
.wpcf7 .wpcf7-form .single .gallery,
.wpcf7 .wpcf7-form .site-footer .widget-area,
.wpcf7 .wpcf7-form .widget .gallery,
.wpcf7 .wpcf7-form [data-elementor-columns],
.wpcf7 .wpcf7-form [data-opal-columns],
.wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap,
.wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap,
.wpcf7 .wpcf7-form body.opal-portfolio-layout-2cr .portfolio-wrap,
body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap,
body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap,
body.opal-portfolio-layout-2cr .wpcf7 .wpcf7-form .portfolio-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.elementor-element .wpcf7 .wpcf7-form .gallery [class*="col"],
.entry-gallery .wpcf7 .wpcf7-form .gallery [class*="col"],
.single-portfolio-summary .wpcf7 .wpcf7-form .single-portfolio-summary-inner [class*="col"],
.single .wpcf7 .wpcf7-form .gallery [class*="col"],
.site-footer .wpcf7 .wpcf7-form .widget-area [class*="col"],
.widget .wpcf7 .wpcf7-form .gallery [class*="col"],
.wpcf7 .wpcf7-form .comment-form [class*="col"],
.wpcf7 .wpcf7-form .elementor-element .gallery [class*="col"],
.wpcf7 .wpcf7-form .entry-gallery .gallery [class*="col"],
.wpcf7 .wpcf7-form .row [class*="col"],
.wpcf7 .wpcf7-form .single-portfolio-summary .single-portfolio-summary-inner [class*="col"],
.wpcf7 .wpcf7-form .single .gallery [class*="col"],
.wpcf7 .wpcf7-form .site-footer .widget-area [class*="col"],
.wpcf7 .wpcf7-form .widget .gallery [class*="col"],
.wpcf7 .wpcf7-form [data-elementor-columns] [class*="col"],
.wpcf7 .wpcf7-form [data-opal-columns] [class*="col"],
.wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap [class*="col"],
.wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap [class*="col"],
.wpcf7 .wpcf7-form body.opal-portfolio-layout-2cr .portfolio-wrap [class*="col"],
body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap [class*="col"],
body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap [class*="col"],
body.opal-portfolio-layout-2cr .wpcf7 .wpcf7-form .portfolio-wrap [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

.wpcf7 .wpcf7-form .input-group {
  margin-bottom: 1rem;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 div.wpcf7-response-output {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 1em;
}
@media (min-width: 768px) {
  .wpcf7 div.wpcf7-response-output {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
  }
}

.wpcf7 .wpcf7-radio span.wpcf7-list-item {
  margin: 0 1em 0 0;
}

.wpcf7 span.wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-list-item-label {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 400;
}

/* Placeholder text color -- selectors need to be separate to work. */
:-moz-placeholder,
::-webkit-input-placeholder {
  color: #677289;
}

::-moz-placeholder {
  color: #677289;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #677289;
}

/* Checkbox */
input[type="checkbox"] {
  vertical-align: middle;
}

.opal-checkbox {
  position: relative;
}
.opal-checkbox .icon-check {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid;
  border-color: #e1e1e1;
  background-color: transparent;
}
.opal-checkbox .icon-check:after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  top: -2px;
  left: 2px;
  opacity: 0;
  font-size: 10px;
  font-size: 0.625rem;
}
.opal-checkbox .icon-check:hover:after {
  opacity: 0.5;
}
.opal-checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 0;
}
.opal-checkbox input[type="checkbox"]:checked + .icon-check:after {
  opacity: 1;
}
.opal-checkbox input[type="checkbox"]:checked + .icon-check + span {
  font-weight: 600;
  color: #212529;
}
.opal-checkbox .info {
  padding-left: 1.5rem;
}

/* Rdiobox */
.opal-radio {
  position: relative;
}
.opal-radio .icon-check {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid;
  border-color: #e1e1e1;
  background-color: transparent;
}
.opal-radio .icon-check:after {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 3px;
  opacity: 0;
  font-size: 8px;
}
.opal-radio .icon-check:hover:after {
  opacity: 0.5;
}
.opal-radio input[type="radio"] {
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 0;
}
.opal-radio input[type="radio"]:checked + .icon-check:after {
  opacity: 1;
}
.opal-radio input[type="radio"]:checked + .icon-check + span {
  font-weight: 400;
  color: #212529;
}
.opal-radio .info {
  padding-left: 1.5rem;
}

.otf-input-group {
  display: flex;
}
.otf-input-group button,
.otf-input-group input[type="submit"] {
  margin-left: -1px;
}
.otf-input-group button {
  border-width: 1px;
}

.post-password-form p {
  display: flex;
  ms-flex-align: end;
  align-items: flex-end;
  max-width: 320px;
}

.post-password-form label {
  margin-bottom: 0;
  flex-grow: 1;
}

.post-password-form input {
  box-shadow: 0 0;
  margin-top: 0;
  flex: 1;
}
.post-password-form input[type="password"] {
  min-width: 175px;
}
.post-password-form input[type="submit"] {
  margin-left: 8px;
}

.mc4wp-response .mc4wp-alert {
  margin-top: 10px;
  padding: 20px 20px 20px 45px;
  min-height: 60px;
  line-height: 1.3;
  position: relative;
  border-left: 3px solid #62a2c7;
  color: #62a2c7;
  background-color: #c7dfec;
}
.mc4wp-response .mc4wp-alert > p {
  margin-bottom: 0;
}
.mc4wp-response .mc4wp-alert:before {
  position: absolute;
  top: 50%;
  left: 15px;
  line-height: 18px;
  font-size: 18px;
  margin-top: -9px;
  font-family: FontAwesome;
  content: "\f071";
}
.mc4wp-response .mc4wp-alert.mc4wp-success {
  color: #6cb463;
  background-color: #c6d9c4;
  border-color: #6cb463;
}
.mc4wp-response .mc4wp-alert.mc4wp-error {
  color: #d74949;
  background-color: #eec5c5;
  border-color: #d74949;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.box-content {
  background-color: #fff;
  padding: 30px 40px;
  box-shadow: 0 0 4px #ccc;
  border-radius: 10px;
}

.box-border {
  border: 1px solid;
  border-color: #eee;
  border-radius: 10px;
}

.box-border,
.box-shadow {
  background-color: #fff;
  padding: 30px;
}

.box-shadow {
  box-shadow: 0 0 4px #ccc;
  border-radius: 10px;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ol,
ul {
  margin: 0 0 1.5em;
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 0;
}

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dd {
  margin: 0 1.5em 1.5em;
}

.comment-list,
.comment-list .children,
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.list-check {
  padding-left: 0;
  list-style: none;
}
.list-check li {
  padding: 0.35rem 0;
}
.list-check li:before {
  content: "";
  margin-right: 10px;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  padding-bottom: 0.5em;
}

th {
  text-align: left;
}

td,
th {
  padding: 0.4em;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

.table-striped tbody tr:nth-of-type(2n) {
  background-color: #eee;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:active,
a:hover {
  outline: 0;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  position: relative;
  margin-top: 0;
}
.post-thumbnail.embed-responsive {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
}
.post-thumbnail img {
  display: block;
  border-radius: 0;
}

.column-item .post-thumbnail {
  transition: all 0.3s ease 0s;
}

.column-item:hover .post-thumbnail a {
  transform: scale(1.05);
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
}
.main-navigation ul ul {
  min-width: 280px;
}
.main-navigation .top-menu {
  margin-bottom: -1px;
}
.main-navigation .top-menu > li {
  position: relative;
}
.main-navigation .top-menu > li > a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3rem 0;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1199px) {
  .main-navigation .top-menu > li > a {
    padding: 1rem 0;
  }
}
.main-navigation .top-menu > li > a:after {
  content: "";
  height: 4px;
  width: 100%;
  z-index: 2;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-navigation .top-menu > li:not(:last-child) {
  margin-right: 30px;
}
.main-navigation .top-menu > li .sub-arrow {
  font-family: opal-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 10px;
  font-size: 0.625rem;
}
.main-navigation .top-menu > li .sub-arrow:before {
  content: "";
}
.main-navigation .top-menu > li:last-child > a {
  padding-right: 0;
}
.main-navigation .top-menu > li:first-child > a {
  padding-left: 0;
}
.main-navigation > div > ul {
  border-top: 1px solid;
  border-top-color: #eee;
  padding: 0.75em 1.695em;
}
.main-navigation.d-block {
  width: 100%;
}

.mainmenu-container {
  clear: both;
}
.mainmenu-container ul {
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left;
}
.mainmenu-container ul ul {
  padding: 20px 0;
  border-color: #b6babe;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.mainmenu-container ul ul.toggled-on {
  display: block;
}
.mainmenu-container ul ul .menu-item > a {
  letter-spacing: 0;
  position: relative;
  text-transform: none;
  line-height: 20px;
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 16px;
  font-size: 1rem;
  color: #677289;
}
.mainmenu-container li {
  position: relative;
  text-align: left;
}
.mainmenu-container li li {
  border: none;
  padding: 0 30px;
}
.mainmenu-container li li:last-child,
.mainmenu-container li li:last-child a {
  border: 0;
}
.mainmenu-container li a span {
  padding-right: 0.5rem;
}
.mainmenu-container .menu-item > a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.mainmenu-container li li.current-menu-item a:focus,
.mainmenu-container li li.current-menu-item a:hover,
.mainmenu-container li li.current_page_item a:focus,
.mainmenu-container li li.current_page_item a:hover {
  color: #fff;
}
.mainmenu-container > div > ul {
  border-top: 1px solid;
  border-top-color: #eee;
  padding: 0.75em 1.695em;
}

.sub-menu .text-label {
  position: static;
  transform: translateY(-80%);
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.main-navigation ul,
.sub-menu .text-label:before {
  display: none;
}

.main-navigation.toggled-on > div > ul {
  display: block;
}

/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  box-shadow: none;
  display: none;
  font-size: 18px;
  line-height: 1.5;
  outline: none !important;
  text-shadow: none;
  position: relative;
  z-index: 100;
  border: none;
  padding: 0;
}
.menu-toggle i {
  line-height: 1;
  font-weight: 600;
  float: left;
  font-size: 30px;
  font-size: 1.875rem;
}

/* Display the menu toggle when JavaScript is available. */
.main-navigation.toggled-on ul.nav-menu,
.menu-toggle {
  display: block;
}

.menu-toggle:focus,
.menu-toggle:hover {
  background-color: transparent;
  box-shadow: none;
}

.menu-toggle:focus {
  outline: thin solid;
}

.menu-toggle .fa,
.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}

.menu-toggle .icon-close,
.toggled-on .menu-toggle .icon-bars {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */
.dropdown-toggle {
  border: 0;
  box-shadow: none;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  right: 0;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em 1em;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.dropdown-toggle,
.dropdown-toggle:focus,
.dropdown-toggle:hover {
  background-color: transparent;
  color: #222;
}
.dropdown-toggle:focus {
  outline: thin dotted;
}
.dropdown-toggle.toggled-on .fa,
.dropdown-toggle.toggled-on .icon {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

/* Scroll down arrow */
.site-header .menu-scroll-down {
  display: none;
}

.opal-menu-canvas.main-navigation > div > ul {
  display: block;
}

.vertical-navigation {
  position: relative;
  height: 100%;
}
.vertical-navigation .vertical-navigation-header {
  font-size: 24px;
  padding: 8px 35px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
.vertical-navigation .vertical-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
.vertical-navigation .vertical-menu .menu {
  position: relative;
  list-style: none;
  margin: 0;
  border-top: none;
}
.vertical-navigation .vertical-menu .menu > li {
  padding: 0 35px;
}
.vertical-navigation .vertical-menu .menu > li:last-child > a {
  border-bottom: none;
}
.vertical-navigation .vertical-menu .menu > li > a {
  padding: 0.71em 0;
  border-bottom: 1px solid #e8ecef;
  display: flex;
  align-items: center;
}
.vertical-navigation:hover .vertical-menu {
  opacity: 1;
  visibility: visible;
}
.vertical-navigation ul.menu {
  padding: 15px 0;
  list-style: none;
  margin: 0;
}
.vertical-navigation ul.menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
}
@media (max-width: 1025px) {
  .vertical-navigation ul.menu .sub-menu {
    max-width: 100%;
    width: 100% !important;
    left: 0;
    top: 100%;
  }
  .vertical-navigation ul.menu .sub-menu.open {
    opacity: 1;
    visibility: visible;
  }
}
.vertical-navigation ul.menu > li {
  position: relative;
}
@media (max-width: 1025px) {
  .vertical-navigation ul.menu > li {
    position: relative !important;
  }
}
.vertical-navigation ul.menu > li > a {
  font-size: 16px;
  padding: 0.5em 20px;
  display: block;
}
.vertical-navigation ul.menu > li > a,
.vertical-navigation ul.menu > li > a:hover {
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .vertical-navigation ul.menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.has-mega-menu > a {
  position: relative;
}
@media (min-width: 576px) {
  .has-mega-menu > a:before {
    content: "\f054";
    font-family: FontAwesome;
    float: right;
    position: absolute;
    font-size: 10px;
    margin: auto 0;
    right: 0;
  }
}

.has-mega-menu.has-fullwidth {
  position: static !important;
}
.has-mega-menu.has-fullwidth .mega-fullwidth {
  width: 100%;
}

.has-mega-menu.sub-menu-left {
  position: static !important;
}

.mega-menu.sub-menu {
  padding: 0;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.mega-menu.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}

.mega-menu.mega-stretchwidth {
  width: 100vw;
}

.menu-icon {
  font-size: 18px;
  margin-right: 15px;
  max-width: 20px;
  color: #aaa;
  line-height: 1.3;
}

.mega-menu .elementor-icon-list-items li {
  padding: ms(-3) 0;
  font-weight: 400;
}

.header-side .main-navigation ul.menu {
  margin-left: -30px;
  margin-right: -30px;
}

.header-side .main-navigation ul ul.sub-menu {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 100% !important;
  max-height: 100vh;
  overflow-y: auto;
}
.header-side .main-navigation ul ul.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}

.header-side .has-mega-menu.sub-menu-left {
  position: relative !important;
}

/*--------------------------------------------------------------
12.1 Navigation
--------------------------------------------------------------*/
.opal-wrapper {
  overflow: hidden;
}

#page,
.opal-wrapper {
  transition: transform 0.5s;
}

#page {
  z-index: 101;
}

#opal-canvas-menu a > .fa-angle-down {
  display: none;
}

.scroller {
  overflow-y: scroll;
}

.menu-trigger,
.scroller,
.scroller-inner {
  position: relative;
}

.menu-trigger {
  padding-left: 60px;
  font-size: 0.9em;
}
.menu-trigger:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 6px;
  background: #fff;
  box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
  content: "";
}

.mp-pusher {
  position: relative;
  left: 0;
  height: 100%;
}

.opal-layout-boxed .mp-menu {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
.opal-layout-boxed .mp-menu.mp-menu-active {
  opacity: 1;
  pointer-events: auto;
}

.mp-menu {
  position: fixed;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  transform: translate3d(-200px, 0, 0);
  display: block;
  transition: all 0.35s ease;
  opacity: 0;
}
.mp-menu.mp-menu-active {
  z-index: 999;
  transform: translateZ(0);
  opacity: 1;
}
.mp-menu.mp-menu-active + #page {
  transform: translateX(300px);
}
.mp-menu.mp-menu-active + #page:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  background: #fff;
  transform: translate3d(-100%, 0, 0);
  z-index: 3;
  overflow: auto;
}
.mp-level::-webkit-scrollbar {
  width: 3px;
}
.mp-level::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

/* overlays for pusher and for level that gets covered */

.mp-level:after,
.mp-level:before,
.mp-pusher:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  opacity: 0;
}

.mp-level:after,
.mp-pusher:after {
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level:after {
  z-index: -1;
}

.mp-pusher.mp-pushed:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
  cursor: pointer;
}
.mp-level.mp-level-overlay:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
.mp-level.mp-level-overlay.mp-level:before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
}

.mp-level,
.mp-pusher {
  transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open,
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open {
  box-shadow: none;
  transform: translateZ(0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
  transform: translateZ(0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}

.mp-menu.mp-overlap h2:before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2:before {
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(0);
}

.mp-menu ul li > a {
  display: block;
  padding: 0.7em 3em 0.7em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px #ebebeb;
  font-size: 15px;
  font-size: 0.9375rem;
  transition: background 0.3s, box-shadow 0.3s;
}

.mp-menu ul li:before {
  position: absolute;
  left: 10px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.2);
  line-height: 3.5;
}

.mp-menu a {
  color: #3f4448;
}

.mp-level.mp-level-overlay > ul > li:first-child > a,
.mp-menu .mp-level.mp-level-overlay > ul > li > a {
  box-shadow: inset 0 -1px transparent;
}

.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px transparent, inset 0 1px transparent;
}

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-back {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  display: block;
  font-size: 0.8em;
  padding: 1em;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  transition: background 0.3s;
}
.mp-back .fa {
  font-size: 12px;
}
.mp-back:after {
  /*font-family: 'linecons';*/
  /*position: absolute;*/
  /*content: "\e037";*/
  /*right: 10px;*/
  /*font-size: 1.3em;*/
  /*color: rgba(0,0,0,0.3);*/
}
.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back:after {
  background: transparent;
  box-shadow: none;
  color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
  padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block;
}

.mp-menu .menu-item-has-children > a {
  position: relative;
  z-index: 1;
}

.mp-pushed .scroller:before {
  content: "";
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}

.mp-pushed .scroller:before,
.trigger {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.trigger {
  width: 4em;
  display: flex !important;
  z-index: 2;
  border-left: 1px solid #ebebeb;
  font-size: 12px !important;
}

/*--------------------------------------------------------------
12.2 Pagination
--------------------------------------------------------------*/
.page-numbers:not(ul),
.trigger {
  justify-content: center;
  align-items: center;
}
.page-numbers:not(ul) {
  display: inline-flex;
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin: 2px;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
}
.page-numbers:not(ul):not(.dots):not(.next):not(.prev).current,
.page-numbers:not(ul):not(.dots):not(.next):not(.prev):focus,
.page-numbers:not(ul):not(.dots):not(.next):not(.prev):hover {
  color: #fff;
}
.page-numbers:not(ul).next,
.page-numbers:not(ul).prev {
  width: auto;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
.page-numbers:not(ul).next {
  margin-left: 20px;
}
.page-numbers:not(ul).next [class^="opal-icon"] {
  margin-left: 10px;
}
.page-numbers:not(ul).prev {
  margin-right: 20px;
}
.page-numbers:not(ul).prev [class^="opal-icon"] {
  margin-right: 10px;
}

.comments-pagination,
.pagination,
.woocommerce-pagination {
  padding: 2em 0 3em;
}
.comments-pagination .icon,
.pagination .icon,
.woocommerce-pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}
.comments-pagination .nav-links,
.pagination .nav-links,
.woocommerce-pagination .nav-links {
  flex-wrap: wrap;
}

.comments-pagination {
  border: 0;
}

.woocommerce-pagination {
  padding-top: 15px;
}
.woocommerce-pagination ul.page-numbers {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

@media (max-width: 991px) {
  body #secondary {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  body #secondary,
  body .primary {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cr #content .wrap {
  justify-content: space-between;
}

@media (min-width: 1400px) {
  body.opal-content-layout-2cl #primary,
  body.opal-content-layout-2cr #primary {
    flex: 0 0 calc(100% - 440px);
    max-width: calc(100% - 440px);
  }
  body.opal-content-layout-2cl #primary .site-main,
  body.opal-content-layout-2cr #primary .site-main {
    margin: 0;
  }
}

@media (min-width: 1400px) {
  body.opal-content-layout-2cl #secondary,
  body.opal-content-layout-2cr #secondary {
    flex: 0 0 420px;
    max-width: 420px;
  }
}

@media (min-width: 1400px) {
  body.opal-content-layout-2cl #secondary {
    order: -1;
  }
}

body.opal-layout-boxed {
  margin: 0 auto;
  width: 1640px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
body.opal-layout-boxed #page {
  background: #f2f3f5;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .home.blog .site-header {
    margin-bottom: 15px;
  }
}

article.type-page:not(:last-child),
article.type-post:not(:last-child),
article[class*="post-"]:not(:last-child) {
  margin-bottom: 30px;
}

.opal-default-content-layout.woocommerce-cart article.type-page,
.opal-default-content-layout.woocommerce-cart article.type-post,
.opal-default-content-layout.woocommerce-cart article[class*="post-"],
.opal-default-content-layout.woocommerce-checkout article.type-page,
.opal-default-content-layout.woocommerce-checkout article.type-post,
.opal-default-content-layout.woocommerce-checkout article[class*="post-"] {
  max-width: 100%;
}

#page {
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
}

[data-opal-columns="7"] .column-item {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

[data-opal-columns="8"] .column-item {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

[data-opal-columns="9"] .column-item {
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

[data-opal-columns="10"] .column-item {
  flex: 0 0 10%;
  max-width: 10%;
}

[data-opal-columns="11"] .column-item {
  flex: 0 0 9.09091%;
  max-width: 9.09091%;
}

#primary {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .opal-container-full #content,
  .opal-container-full .container,
  .opal-container-full ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
    max-width: 100%;
  }
}

.opal-container-full .page-title-bar {
  border-bottom: 1px solid #e8ecef;
}
.opal-container-full .page-title-bar .page-header {
  margin-top: 5px;
}

#elementor-sidebar {
  position: fixed;
  z-index: 99;
  height: 100vh;
  width: 300px;
}

#elementor-content {
  width: 100vw;
}

@media (min-width: 576px) {
  .menu-2colum ul {
    column-count: 2;
    column-gap: 0;
  }
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap,
.site-header {
  position: relative;
}

.site-header {
  z-index: 99;
}
.site-header .widget,
.site-header .wpb_button,
.site-header .wpb_content_element,
.site-header ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.site-header .widget {
  padding-bottom: 0;
}
.site-header #content,
.site-header .container,
.site-header ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
  float: unset;
}
.site-header .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.site-header .wpb_wrapper .wpb_wrapper {
  display: block;
}
.site-header .text-left .wpb_wrapper {
  justify-content: flex-start;
}
.site-header .text-right .wpb_wrapper {
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .site-header .navigation-top {
    order: 2;
  }
}
.site-header .header-group {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-header .header-group {
    order: 1;
  }
}
@media (max-width: 767px) {
  .site-header .header-group {
    display: none;
  }
}
.site-header .header-group > * {
  margin-right: 25px;
}
.site-header .header-group > .site-header-cart,
.site-header .header-group > :last-child {
  margin-right: 0;
}
.site-header .header-group .search-form {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.site-header .header-group .search-field {
  border: 1px solid #eee;
  padding-right: 50px;
}
.site-header .header-group .search-submit {
  background: transparent;
  border: 0;
  color: #2d2d2d;
  padding: 1rem 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
.site-header .header-group .search-submit:focus,
.site-header .header-group .search-submit:hover {
  background-color: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
.site-header .header-group .search-form .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.header-content {
  background-color: #fff;
  border-bottom: 1px solid #e8ecef;
}
@media (max-width: 767px) {
  .header-content {
    display: flex;
    align-items: center;
  }
}
.header-content .site-branding {
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.header-content .header-right {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .header-content .header-right {
    margin-left: auto;
  }
  .header-content .header-right form.search-form {
    display: none;
    visibility: hidden;
  }
}
.header-content .header-right .input-group {
  border: 1px solid #e8ecef;
  border-radius: 40px;
  padding: 1px;
  overflow: hidden;
}
.header-content .header-right input[type="search"] {
  border-color: transparent;
  border-radius: 40px;
  line-height: 1;
}
.header-content .header-right .search-submit {
  border-radius: 40px;
  padding: 2px 30px;
  margin: 1px;
}
.header-content .header-main-content {
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .header-content .header-main-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* Site branding */
.site-branding {
  position: relative;
  transition: margin-bottom 0.2s;
  z-index: 3;
  display: inline-block;
}
.site-branding a {
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-branding a:focus,
.site-branding a:hover {
  opacity: 0.7;
}

.site-title {
  clear: none;
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  /* Prevent opacity from changing during selective refreshes in the customize preview */
}
.site-title,
.site-title a {
  opacity: 1;
}

.site-description {
  font-size: 13px;
  margin-bottom: 0;
  color: #999;
}

.custom-logo-link {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.custom-logo-link img {
  display: block;
  max-height: 80px;
}

.custom-logo-link a:focus,
.custom-logo-link a:hover {
  opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
  display: inline-block;
  vertical-align: middle;
}

.custom-header {
  position: relative;
  z-index: 1;
}

.navigation-button {
  display: inline-block;
}
.navigation-button .menu-toggle {
  display: block;
}

/* Header Absolute Layout */
@media (min-width: 768px) {
  body.opal-header-absolute .site-header {
    position: absolute;
    width: 100%;
    background-color: transparent;
  }
}

body.opal-header-absolute .is-sticky .opal-element-sticky {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px !important;
  border: none;
}

body.opal-header-absolute .opal-element-sticky {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: padding 0.35s linear;
}

body.opal-header-absolute .container-fluid .opal-header-sticky {
  margin-left: -15px;
  margin-right: -15px;
}

.list-account li {
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
}
.list-account li a {
  padding: 0 12px;
}

.list-account i {
  margin-right: 10px;
}

.site-header-account {
  vertical-align: middle;
}
.site-header-account .icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  margin: 0;
}
.site-header-account .icon:before {
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  font-size: 1.875rem;
  width: 45px;
  height: 40px;
  line-height: 36px;
  display: block;
}

.header-search {
  position: relative;
}
.header-search .search-button {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.header-search .search-form {
  position: absolute;
  right: 0;
  top: 100%;
  pointer-events: none;
  width: 250px;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in;
}
.header-search .active .search-form {
  height: auto;
  pointer-events: auto;
  max-height: 58px;
  transition: max-height 0.4s ease-out;
}

.osf-sticky-active {
  z-index: 99;
}

.osf-sticky-active.sticky-show {
  position: fixed;
  z-index: 9999;
  top: 0;
  animation: c 0.3s ease;
}

.sticky-header {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

@keyframes c {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

#opal-header-content {
  width: 100%;
}
#opal-header-content.sticky-show {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.sticky-show.elementor-section-stretched {
  left: 0 !important;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.startor-front-page .site-content {
  padding: 0;
}

.ezboozt-panel,
.panel-image {
  position: relative;
}

.panel-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.panel-image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.3));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#4d000000",GradientType=0);
  /* IE6-9 */
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 100px;
}

.panel-content {
  position: relative;
}
.panel-content .wrap {
  padding-bottom: 0.5em;
  padding-top: 1.75em;
}

/* Panel edit link */
.ezboozt-panel .edit-link {
  display: block;
  margin: 0.3em 0 0;
}

.ezboozt-panel .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}

/* Front Page - Recent Posts */
.ezboozt-front-page .panel-content .recent-posts article {
  border: 0;
  color: #333;
  margin-bottom: 3em;
}

.recent-posts .entry-header {
  margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.ezboozt-panel .recent-posts .entry-header .edit-link {
  color: #222;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
  position: relative;
  z-index: 2;
}

.site-content {
  padding: 2.5em 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
  position: relative;
}
.sticky .entry-title {
  display: flex;
  line-height: 36px;
}
.sticky .entry-title:before {
  content: "";
  margin-right: 15px;
}

.post:not(.sticky) .icon-thumb-tack {
  display: none;
}

.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}

.post-thumbnail {
  margin-bottom: 0;
}

.entry-header {
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
}
.entry-header .entry-title {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  flex: 0 0 100%;
  order: 2;
}
.entry-header .entry-title a {
  color: inherit;
}
.entry-header .cat-links {
  order: 1;
}

.entry-tags a {
  display: inline-block;
}

.cat-links {
  margin-bottom: 1rem;
  display: inline-flex;
  flex-wrap: wrap;
  height: 30px;
  overflow: hidden;
}
.cat-links a {
  margin-right: 4px;
  font-weight: 400 !important;
}
.single .cat-links {
  height: auto;
}
.single .cat-links a {
  margin-bottom: 4px;
}

.entry-meta {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  position: relative;
  order: 1;
  margin-bottom: 0.25rem;
}
.single-post .entry-meta {
  order: 1;
  padding-top: 0;
  margin-bottom: 10px;
}
.entry-meta a:not(:hover) {
  color: #999;
}
.entry-meta .author {
  margin-left: 5px;
}
.entry-meta .meta-inner {
  margin: 0 -5px;
}
.entry-meta .meta-inner > span {
  padding: 0 5px;
}
.entry-meta .meta-inner i {
  margin-right: 5px;
}

.entry-avatar {
  font-size: 0.67em;
  letter-spacing: 0.084em;
  text-transform: uppercase;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 30px;
}
.entry-avatar .avatar {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 20px;
}

.entry-video.embed-responsive {
  margin-bottom: 1.5em;
}

.updated:not(.published) {
  display: none;
}

.more-link {
  display: flex;
  align-items: center;
}
.more-link i {
  display: flex;
  margin-left: 7px;
}

.more-link-wrap {
  position: relative;
  margin-top: 1.5rem;
}

.more-link-wrap,
.pbr-social-share {
  display: flex;
  align-items: center;
}

.pbr-social-share {
  min-width: 190px;
  flex-wrap: wrap;
}
.pbr-social-share .social-share-header {
  margin-right: 10px;
}
.pbr-social-share a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 2px 5px;
  margin: 0 4px;
}
.pbr-social-share a span {
  display: none;
}

/* tabel */
.entry-content table:not(.shop_table),
.widget-area table:not(.shop_table) {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  margin: 0 0 1.5em;
}
.entry-content table:not(.shop_table) td,
.entry-content table:not(.shop_table) th,
.widget-area table:not(.shop_table) td,
.widget-area table:not(.shop_table) th {
  border: 1px solid #e8ecef;
  padding: 0.4em;
}
.entry-content table:not(.shop_table) td a,
.entry-content table:not(.shop_table) th a,
.widget-area table:not(.shop_table) td a,
.widget-area table:not(.shop_table) th a {
  font-weight: 600;
}
.entry-content table:not(.shop_table) tr,
.widget-area table:not(.shop_table) tr {
  border-bottom: 1px solid #e8ecef;
}
.entry-content table:not(.shop_table) tbody > tr:nth-child(odd),
.widget-area table:not(.shop_table) tbody > tr:nth-child(odd) {
  background-color: rgba(245, 246, 250, 0.7);
}
.entry-content table:not(.shop_table) th,
.widget-area table:not(.shop_table) th {
  font-weight: 600;
}

/* Aligned blockquotes */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}

/* Blog landing, search, archives */
.archive .site-main > article .gallery-item,
.blog .site-main > article .gallery-item,
.category .site-main > article .gallery-item,
.date .site-main > article .gallery-item,
.search .site-main > article .gallery-item,
.tag .site-main > article .gallery-item {
  margin-bottom: 0;
}

.search .site-main > article .post-inner {
  padding-left: 0;
  padding-right: 0;
}

.entry-footer {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .entry-footer .pbr-social-share {
    text-align: right;
  }
}
.entry-footer .cat-links,
.entry-footer .edit-link,
.entry-footer .tags-links {
  padding-left: 0;
}

@media (min-width: 768px) {
  .cat-tags-links {
    display: flex;
  }
  .cat-tags-links .tags-links {
    flex-grow: 1;
  }
  .cat-tags-links .tags-links + div {
    margin-left: 50px;
  }
}

.cat-tags-links .pbr-social-share {
  margin-bottom: 15px;
}

.tags-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.tags-links a {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 9px 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 6px;
  text-transform: capitalize;
  border: 1px solid #e8ecef;
}
.tags-links a:hover {
  color: #fff;
}
.tags-links .tags-title {
  margin-right: 20px;
  font-style: italic;
}

.post-navigation {
  font-size: 18px;
  font-size: 1.125rem;
}
.post-navigation,
.post-navigation > div {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.post-navigation > div {
  flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
  overflow: hidden;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  padding: 1.75rem;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .post-navigation > div {
    padding: 30px 15px;
  }
}
@media (min-width: 992px) {
  .post-navigation > div {
    padding: 2.25rem 1.75rem;
  }
}
.post-navigation > div * {
  transition: all 0.3s ease;
}
.post-navigation > div:hover .nav-title,
.post-navigation > div:hover a,
.post-navigation > div:hover b,
.post-navigation > div:hover i {
  color: #fff;
}
.post-navigation .nav-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  max-width: 400px;
  width: 100%;
  align-items: center;
}
.post-navigation .nav-content i {
  color: #999;
}
.post-navigation .nav-title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 700;
}
.post-navigation .nav-link {
  ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  width: 100%;
}
.post-navigation .nav-link a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.65;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3em;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .post-navigation .nav-link a {
    display: none;
  }
}
.post-navigation .nav-link + a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -9999em;
  text-align: left;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 768px) {
  .post-navigation .thumbnail-nav img {
    display: block;
    min-width: 110px;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .post-navigation .thumbnail-nav {
    display: none;
  }
}
.post-navigation .next-nav {
  justify-content: flex-end;
  position: relative;
  margin-left: auto;
}
.post-navigation .next-nav .nav-content {
  text-align: right;
  justify-content: flex-end;
}
.post-navigation .next-nav .nav-link {
  padding-right: 25px;
}
.post-navigation .previous-nav {
  justify-content: flex-start;
  margin-right: auto;
}
.post-navigation .previous-nav .nav-content {
  text-align: left;
  justify-content: flex-start;
}
.post-navigation .previous-nav .nav-link {
  padding-left: 25px;
}

.blog .site-content {
  padding-bottom: 60px;
}

.related-posts {
  position: relative;
  border-top: 1px solid #e8ecef;
  padding: 40px 0;
}
.related-posts .related-heading {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .related-posts .related-heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.related-posts .column-item {
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.related-posts .column-item .post-inner {
  flex: 0 0 100%;
  max-width: 100%;
}

.taxonomy-description {
  color: #666;
}

.comment-form-cookies-consent {
  padding-left: 15px;
}
.comment-form-cookies-consent label {
  display: inline-block;
}

.post-inner {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
.post-inner p:last-child,
.post-inner ul:last-child {
  margin-bottom: 0;
}

.post-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 2rem;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .post-content {
    padding: 30px 15px;
  }
}
.post-thumbnail + .post-content .entry-header .cat-links {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 30px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .post-thumbnail + .post-content .entry-header .cat-links {
    padding: 0 15px;
  }
}
.post-content > * {
  max-width: 100%;
}

/* Single Post */
.single-attachment .post-inner,
.single-post .post-inner {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  overflow: visible;
}

.single-attachment .post-thumbnail,
.single-post .post-thumbnail {
  margin-bottom: 1.5rem;
}
.single-attachment .post-thumbnail img,
.single-post .post-thumbnail img {
  border-radius: 10px;
}

.single-attachment .entry-header,
.single-post .entry-header {
  order: -1;
  margin-bottom: 2.2rem;
}

.single-attachment .entry-content,
.single-attachment .entry-header,
.single-post .entry-content,
.single-post .entry-header {
  padding-left: 0;
  padding-right: 0;
}

.single-attachment .entry-footer,
.single-post .entry-footer {
  border-top: 1px solid #e8ecef;
  margin-top: 50px;
}

.single-featured-image-header {
  background-color: #fafafa;
  border: 1px solid #eee;
}
.single-featured-image-header img {
  display: block;
  margin: auto;
}

.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 1em 0 0;
}
.page-links .page-number {
  color: #222;
  padding: 0.2em;
  margin: 3px;
  border-radius: 50%;
  font-weight: 600;
  background: transparent;
  width: 30px;
  height: 30px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.page-links a {
  display: inline-block;
}
.page-links .current .page-number,
.page-links > .page-number,
.page-links a:focus .page-number,
.page-links a:hover .page-number {
  color: #fff;
}

/* Post Formats */
.archive .format-status .entry-title,
.blog .format-status .entry-title {
  display: none;
}

/* Post Author*/
.author-wrapper {
  text-align: center;
}
.author-wrapper .author-avatar {
  position: relative;
}
.author-wrapper .author-avatar img {
  border-radius: 50%;
  position: relative;
  z-index: 2;
  max-width: 70px;
}
.author-wrapper .author-avatar:before {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  border-top: 1px solid;
  border-color: #eee;
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
  min-height: 2px;
}
.author-wrapper .author-name {
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.author-wrapper .a-name,
.author-wrapper .author-name .a-name {
  text-transform: capitalize;
}

.author-description {
  margin-top: 1.5rem;
}

.author-post {
  margin-top: 90px;
}
.author-post .author-post-header {
  border-top: 1px solid #eee;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 50px 0 30px;
  position: relative;
  color: #999;
}
.author-post .author-post-header .avatar {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
  border-radius: 50%;
}
.author-post h4 {
  padding: 5px 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.page article.type-post .entry-header .edit-link {
  position: static;
  display: block;
}

body.opal-portfolio-layout-2cr .portfolio-wrap {
  justify-content: space-between;
}

@media (min-width: 1400px) {
  body.opal-portfolio-layout-2cr #portfolio-secondary {
    flex: 0 0 420px;
    max-width: 420px;
  }
}

.portfolio-cat-links {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: -5px;
}
.portfolio-cat-links a {
  margin: 5px;
}
.portfolio-cat-links a:not(:hover) {
  color: #999;
}

.single-osf_portfolio .post-inner {
  box-shadow: none;
}

.single-osf_portfolio .portfolio-thumbnail {
  margin-bottom: 60px;
}
.single-osf_portfolio .portfolio-thumbnail img {
  border-radius: 10px;
}

.osf-portfolio-info {
  font-size: 16px;
  font-size: 1rem;
}
.osf-portfolio-info .osf-portfolio-description {
  margin-bottom: 30px;
}
.osf-portfolio-info ul {
  padding-left: 0;
}
.osf-portfolio-info .label {
  font-weight: 500;
  margin-right: 5px;
}
.osf-portfolio-info i {
  margin-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
body.page-template-page-elementor #content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: 0.6875rem;
}

.search .content-area {
  width: 100%;
}

.search .site-content .page-title {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8ecef;
  margin-bottom: 50px;
}

.search-no-results .post-content .input-group {
  border: 1px solid #e8ecef;
  border-radius: 40px;
  padding: 1px;
  overflow: hidden;
}

.search-no-results .post-content input[type="search"] {
  border-color: transparent;
  border-radius: 40px;
  line-height: 1;
}

.search-no-results .post-content .search-submit {
  border-radius: 40px;
  padding: 2px 30px;
  margin: 1px;
}

.page-links {
  clear: both;
  margin: 0;
}

/* 404 page */
.error404 .site-content-contain {
  background-color: #f2f5fa;
  background-image: url(//ids.ae/wp-content/themes/editech/assets/images/bg-404.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.error404 .page-content {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .error404 .page-content {
    max-width: 1070px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .error404 .error-404-img {
    display: none;
  }
}

.error404 .error-404-content {
  padding: 0 1rem;
}

.error404 .error-title {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .error404 .error-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.error404 .error-title img {
  max-width: 75%;
}

.error404 .error-subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  width: 490px;
  margin: 10px auto 25px;
}
@media (max-width: 767px) {
  .error404 .error-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.error404 .error-text {
  margin: auto;
  font-size: 18px;
  font-size: 1.125rem;
}
.error404 .error-text a {
  margin-top: 1.5rem;
}

.search .page-content .search-form {
  margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
body.footer-fixed .site-footer .wrap {
  z-index: 0;
}

.site-footer .wrap {
  position: relative;
}

.site-footer .shape-footer .elementor-shape {
  top: -14px;
  height: 15px;
  width: 100%;
}

.site-footer .widget-area {
  padding-bottom: 3.25em;
  padding-top: 3.25em;
  position: relative;
}
.site-footer .widget-area:before {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  content: "";
  border-top: 1px solid #eee;
  height: 1px;
  display: block;
}

@media (max-width: 991px) {
  .site-footer .social-navigation {
    text-align: left;
  }
}

.site-footer .social-navigation li a i {
  font-size: 18px;
  font-size: 1.125rem;
}

.site-footer .widget li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.site-footer .widget li:first-child {
  padding-top: 0;
}

.site-footer .widget_rss ul li {
  border-top: 1px solid;
  border-color: #eee;
  padding: 2.125em 0;
}
.site-footer .widget_rss ul li:first-child {
  border: none;
}

@media (max-width: 991px) {
  .site-footer .b-sm-none {
    border: none !important;
  }
}

.scrollup {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  padding: 0;
  width: 55px;
  height: 55px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  color: #fff;
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDkgMTE5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwOSAxMTkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwOSw3OS40VjM5LjhjMC03LjItMy44LTEzLjgtMTAtMTcuM0w2NC41LDIuN2MtNi4yLTMuNi0xMy45LTMuNi0yMC4xLDBMMTAsMjIuNUMzLjgsMjYuMSwwLDMyLjcsMCwzOS44djM5LjYNCgljMCw3LjIsMy44LDEzLjgsMTAsMTcuM2wzNC40LDE5LjhjNi4yLDMuNiwxMy45LDMuNiwyMC4xLDBsMzQuNC0xOS44QzEwNS4yLDkzLjIsMTA5LDg2LjYsMTA5LDc5LjR6Ii8+DQo8L3N2Zz4NCg==);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  transform: scale(0);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .scrollup {
    opacity: 0 !important;
    pointer-events: none;
  }
}
.scrollup .crollup-icon {
  font-size: 14px;
  font-size: 0.875rem;
}
.scrollup .scrollup-label {
  font-weight: 700;
}
.scrollup:hover {
  color: #fff;
}
.scrollup.activate {
  transform: scale(1);
}

/* Site info */
.site-info {
  font-size: 14px;
  text-align: center;
}
.site-info a {
  color: #666;
}
.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}

/*--------------------------------------------------------------
13.7 header-sticky
--------------------------------------------------------------*/
.site-header-account {
  position: relative;
}
.site-header-account .label-name {
  max-width: 83px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
}
.site-header-account > a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
  transition: none;
}
.site-header-account > a i {
  transition: all 0.3s ease;
}
.site-header-account > a .text-account {
  line-height: 20px;
  transition: all 0.3s ease;
}
.site-header-account > a .submenu-indicator {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 3px;
  transition: all 0.3s ease;
}
.site-header-account .login-form-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #2d2d2d;
  font-weight: 600;
}
.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  color: #2d2d2d;
  padding-top: 15px;
  transition: all 0.35s ease;
}
#elementor-sidebar .site-header-account .account-dropdown,
.site-header-account .account-dropdown.right {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
  left: 20px;
  right: unset;
}
.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
  right: 50%;
  transform: translateX(50%) rotate(45deg);
}
.site-header-account .account-dropdown a.lostpass-link,
.site-header-account .account-dropdown a.register-link {
  font-size: 14px;
  font-size: 0.875rem;
}
.site-header-account .account-dropdown a.lostpass-link:hover,
.site-header-account .account-dropdown a.register-link:hover {
  text-decoration: underline;
}
.site-header-account .account-dropdown label {
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.site-header-account .account-dropdown p {
  margin-bottom: 15px;
}
.site-header-account .account-dropdown input {
  line-height: normal !important;
  border-width: 1px;
  padding: 15px;
}
.site-header-account .account-dropdown .account-wrap {
  position: relative;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  border-top: 3px solid;
}
.site-header-account .account-dropdown .account-wrap:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -15px;
  right: var(--right, 50%);
  border-left-width: 6px;
  border-left-color: transparent;
  border-right-width: 6px;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-top-width: 0;
  border-style: solid;
  transform: translateX(-50%) translateY(100%);
  transition: all 0.35s;
}
.site-header-account .account-dropdown .account-inner {
  width: 320px;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 20px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000;
}
.site-header-account .account-dashboard,
.site-header-account .account-links-menu {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.site-header-account .account-dashboard li a,
.site-header-account .account-links-menu li a {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 10px 20px;
  transition: all 0.4s ease;
}
.site-header-account .account-dashboard li a:hover,
.site-header-account .account-links-menu li a:hover {
  color: #2d2d2d;
  background-color: rgba(0, 0, 0, 0.035);
}
.site-header-account:hover > a:before {
  opacity: 1;
  visibility: visible;
}
.site-header-account:hover .account-dropdown {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
article.type-page + .comments-area {
  margin-bottom: 2em;
}

#comments {
  clear: both;
  margin-top: 60px;
}

.comments-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .comments-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.comment-list {
  margin: 0;
  padding: 0;
  position: relative;
}
.comment-list .children {
  margin: 0;
  padding: 0;
  margin-left: 4em !important;
}
@media (max-width: 991px) {
  .comment-list .children {
    margin-left: 1em !important;
  }
}
.comment-list li.comment {
  margin-bottom: 30px;
}
.comment-list li .comment-body {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .comment-list li .comment-body {
    padding: 30px 15px;
  }
}
.comment-list > li:first-child.comment {
  padding-top: 0;
  border-top: 0;
}
.comment-list > li:last-child {
  border-bottom: 1px solid #e8ecef;
  margin-bottom: 45px;
  padding-bottom: 35px;
}
.comment-list .depth-1 > article {
  margin-left: 0;
}
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #e8ecef;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: 600;
  display: block;
}
.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
  font-weight: 600;
}

.comment-body + .comment-respond {
  position: relative;
  margin-bottom: 1.5em;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .comment-body + .comment-respond {
    padding: 30px 15px;
  }
}
.comment-body + .comment-respond .comment-reply-title {
  margin-top: 0;
}

.comment-body .avatar,
.comment_container .avatar {
  height: 75px;
  width: 75px;
  max-width: 75px;
  left: -110px;
  top: 5px;
  position: absolute;
}
@media (max-width: 767px) {
  .comment-body .avatar,
  .comment_container .avatar {
    display: none;
  }
}

.comment-body .says,
.comment_container .says {
  display: none;
}

.comment_container,
article.comment-body {
  margin-bottom: 1.8em;
  position: relative;
}

.comment-content > ol,
.comment-content > ul {
  padding-left: 1.35em;
}

.comment-author {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.comment-author .fn {
  font-weight: 400;
}
.comment-author .avatar {
  border-radius: 50%;
}

@media (min-width: 768px) {
  .comment-content,
  .comment-meta,
  .reply {
    margin-left: 110px;
  }
}

.comment-meta {
  margin-bottom: 6px;
}

.comment-metadata {
  font-size: 12px;
  font-size: 0.75rem;
}
.comment-metadata a {
  color: #999;
}
.comment-metadata a.comment-edit-link {
  margin-left: 1em;
}

.comment-metadata a.comment-edit-link,
.comment-reply-link {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: capitalize;
  font-weight: 600;
}

.comment-reply-link {
  position: relative;
  border-bottom: 1px solid;
}

#cancel-comment-reply-link {
  text-transform: capitalize;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 10px;
}

.comments-pagination {
  margin: 2em 0 3em;
}

/**
Comment Form
 */
.comment-form > * {
  margin-bottom: 20px;
}
.comment-form > .comment-notes {
  font-size: 14px;
  font-size: 0.875rem;
}

.comment-form .comment-form-comment {
  margin-bottom: 12px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-cookies-consent,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 30px;
}
.comment-form .comment-form-cookies-consent label {
  margin-bottom: 0;
}

.comment-form .form-submit {
  margin-bottom: 10px;
}

.comment-form .required {
  color: red;
}

.comment-form a {
  text-decoration: underline;
}

.comment-content table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  margin: 0 0 1.5em;
  /*tr:not(.odd):not(.even) {
            th {
                padding-bottom: 0.5em;
                background-color: #222a35;
                color: #b8bdc8;
                border-color: #2e3744;
            }
        }*/
}
.comment-content table td,
.comment-content table th {
  border: 1px solid #e8ecef;
  padding: 0.4em;
}
.comment-content table td a,
.comment-content table th a {
  font-weight: 600;
}
.comment-content table tr {
  border-bottom: 1px solid #e8ecef;
}
.comment-content table tbody > tr:nth-child(odd) {
  background-color: rgba(245, 246, 250, 0.7);
}
.comment-content table th {
  font-weight: 600;
}

.comment-respond .comment-reply-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 35px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .comment-respond .comment-reply-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary .widget ul {
  margin: 0;
  padding-left: 0;
}
#secondary .widget ul li {
  position: relative;
}

#secondary .widget ul.children,
#secondary .widget ul.sub-menu {
  margin-top: 0.46rem;
}

#secondary .widget.widget_opal-wp_template {
  background-color: transparent;
  padding: 0;
}

#secondary .widget_search {
  padding: 0;
  box-shadow: unset;
}
#secondary .widget_search .search-form .input-group {
  position: relative;
}
#secondary .widget_search .search-submit:before {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#secondary .widget_search .search-submit span:before {
  display: block;
}

#secondary .widget_product_categories .current-cat > .count,
#secondary .widget_product_categories .current-cat > a {
  font-weight: 400;
}

#secondary .widget_product_categories .current-cat > a:before {
  width: 15px;
  margin-right: 10px;
}

h2.widget-title,
h2.widgettitle {
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 18px;
  margin-bottom: 0.5em;
}

.widget-title a {
  color: inherit;
}

.title-with-icon {
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.title-with-icon:before {
  font-size: 8px;
  margin-right: 20px;
}

/* widget forms */
.widget {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .widget {
    padding: 20px;
  }
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  width: 100%;
}
.widget ol,
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ol li,
.widget ul li {
  padding: 0.72rem 0;
  border-bottom: 1px solid #e8ecef;
  border-top: 1px solid #e8ecef;
}
.widget ol li + li,
.widget ul li + li {
  margin-top: -1px;
}
.widget ol li ul,
.widget ul li ul {
  padding: 0.2rem 0 0;
  position: relative;
}
.widget ol li li,
.widget ul li li {
  padding-left: 0.9rem;
}
@media (min-width: 992px) {
  .widget ol li li,
  .widget ul li li {
    padding-left: 1.15rem;
  }
}
.widget ol li:last-child,
.widget ol li li:last-child,
.widget ul li:last-child,
.widget ul li li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget ol li:first-child,
.widget ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget-grofile ul.grofile-links li ul,
.widget_meta ul li ul,
.widget_pages ul li ul,
.widget_rss_links ul li ul,
.widget_top-posts ul li ul {
  bottom: 0;
}
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.widget_rss ul li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* widget markup */
.widget .post-date,
.widget .rss-date {
  font-size: 0.81em;
}

/* Text widget */
.widget_text {
  word-wrap: break-word;
}

/* RSS Widget */
.widget_rss .widget-title {
  display: flex;
  align-items: center;
}
.widget_rss .widget-title .rsswidget:first-child {
  margin-right: 5px;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}

.widget_rss ul li {
  padding: 1rem 0;
  border-top: 1px dotted #e8ecef;
}
.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss li .rsswidget {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.widget_rss li cite {
  text-transform: uppercase;
  font-weight: 600;
}

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}

/* Contact Info Widget */
.widget_contact_info .contact-map,
.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments td,
.widget_recent_comments th {
  border: 0;
}

.widget_recent_comments .recentcomments {
  font-style: italic;
}
.widget_recent_comments .recentcomments .comment-author-link {
  color: #000;
}
.widget_recent_comments .recentcomments a {
  font-style: normal;
}

/* Recent Posts widget */
.widget_recent_entries ul li {
  border-top: 1px solid #e8ecef;
}
.widget_recent_entries ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_recent_entries li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

.widget_recent_entries li.item-recent-post {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.widget_recent_entries li.item-recent-post .title-post {
  display: flex;
  flex-direction: column;
}
.widget_recent_entries li.item-recent-post a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
  max-height: 2.6em;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
}

.widget_recent_entries img {
  margin-right: 20px;
  height: 100px;
  max-width: 100px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999;
  text-transform: uppercase;
}
.widget_recent_entries .post-date:before {
  content: "";
  margin-right: 5px;
}

/* Widget Search*/
.widget_search input[type="search"] {
  border: none;
  background-color: #f0f0f0;
  height: 60px;
}

.widget_search .input-group {
  border-radius: 10px;
  border: 1px solid #e8ecef;
  overflow: hidden;
}

.widget_search button[type="submit"] {
  background: transparent;
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.8rem 15px;
  line-height: 1;
}
.widget_search button[type="submit"] span:before {
  display: block;
}
.widget_search button[type="submit"]:focus,
.widget_search button[type="submit"]:hover {
  background-color: transparent;
  line-height: 1;
}

.widget_search .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.wp-block-search .wp-block-search__button,
.wp-block-search .wp-block-search__input {
  margin-bottom: 1rem;
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
  overflow: hidden;
  color: #999;
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul {
  clear: both;
}

.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
  display: flex;
  transition: all 0.3s ease-in-out;
}
.widget_archive a:before,
.widget_categories a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before {
  content: "";
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
}

.widget_categories li a {
  display: flex;
}

.widget_categories li .cat-count {
  margin-left: auto;
}

.widget_categories .cat-count {
  display: inline-flex;
  background-color: #f6f7fb;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  min-width: 26px;
  text-align: center;
  padding: 0 5px;
  justify-content: center;
  border-radius: 10px;
}

.widget_archive,
.widget_meta,
.widget_nav_menu,
.widget_pages {
  font-size: 14px;
}
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li {
  border-bottom: 1px solid #e8ecef;
  padding: 0.5em 0;
}
.widget_archive ul li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child {
  border-top: none;
}
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child {
  padding-bottom: 0.5em;
}
.widget_archive ul li li,
.widget_meta ul li li,
.widget_nav_menu ul li li,
.widget_pages ul li li {
  border: 0;
}
.widget_archive ul li li li:last-child,
.widget_meta ul li li li:last-child,
.widget_nav_menu ul li li li:last-child,
.widget_pages ul li li li:last-child {
  padding-bottom: 0;
}
.widget_archive ul li + li,
.widget_meta ul li + li,
.widget_nav_menu ul li + li,
.widget_pages ul li + li {
  margin-top: -1px;
}

.widget_archive ul li {
  display: flex;
  justify-content: space-between;
}
.secondary-border .search-form input[type="text"],
.secondary-border .search-form input[type="text"]:focus {
  border-color: #ee6196;
}

.none-border .search-form input[type="text"] {
  border: none;
}

.bottom-to-top .search-form-wapper,
.popup .search-form-wapper,
.top-to-bottom .search-form-wapper {
  position: relative;
  max-width: 100%;
}
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  text-align: center;
  font-size: 36px;
  border: none;
}
@media (max-width: 991px) {
  .bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
  .popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
  .top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    font-size: 24px;
    padding-right: 50px;
  }
}
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,
.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,
.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder {
  color: inherit;
  opacity: 1;
}
.bottom-to-top .search-form-wapper:after,
.popup .search-form-wapper:after,
.top-to-bottom .search-form-wapper:after {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  border: 1px solid;
  border-color: #eee;
}
.bottom-to-top .search-form-wapper .dgwt-wcas-preloader,
.popup .search-form-wapper .dgwt-wcas-preloader,
.top-to-bottom .search-form-wapper .dgwt-wcas-preloader {
  display: none;
}

.bottom-to-top #content,
.bottom-to-top .container,
.bottom-to-top ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor,
.popup #content,
.popup .container,
.popup ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor,
.top-to-bottom #content,
.top-to-bottom .container,
.top-to-bottom ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-to-top [data-search-toggle="close"],
.popup [data-search-toggle="close"],
.top-to-bottom [data-search-toggle="close"] {
  display: block;
  top: 25px;
  right: 60px;
  z-index: 3;
}
@media (max-width: 991px) {
  .bottom-to-top [data-search-toggle="close"],
  .popup [data-search-toggle="close"],
  .top-to-bottom [data-search-toggle="close"] {
    top: 15px;
    right: 20px;
  }
}
.bottom-to-top [data-search-toggle="close"]:before,
.popup [data-search-toggle="close"]:before,
.top-to-bottom [data-search-toggle="close"]:before {
  font-size: 24px;
}

.bottom-to-top .search-form input[type="search"],
.popup .search-form input[type="search"],
.top-to-bottom .search-form input[type="search"] {
  text-align: center;
  font-size: 36px;
  border: none;
}
@media (max-width: 991px) {
  .bottom-to-top .search-form input[type="search"],
  .popup .search-form input[type="search"],
  .top-to-bottom .search-form input[type="search"] {
    font-size: 24px;
  }
}

.bottom-to-top .search-submit,
.popup .search-submit,
.top-to-bottom .search-submit {
  display: none;
}

.bottom-to-top .dgwt-wcas-details-wrapp,
.bottom-to-top .dgwt-wcas-suggestions-wrapp,
.popup .dgwt-wcas-details-wrapp,
.popup .dgwt-wcas-suggestions-wrapp,
.top-to-bottom .dgwt-wcas-details-wrapp,
.top-to-bottom .dgwt-wcas-suggestions-wrapp {
  border-top: none;
}

.search-form label {
  margin-bottom: 0;
}

/* Tag cloud widget */
.tagcloud a {
  font-size: 13px !important;
  display: inline-block;
  float: left;
  /* !important to overwrite inline styles */
  position: relative;
  width: auto;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  word-wrap: break-word;
  z-index: 0;
  padding: 5px 1.25rem;
  border-radius: 6px;
  border: 1px solid #e8ecef;
  text-transform: capitalize;
}
.tagcloud a:focus,
.tagcloud a:hover {
  color: #fff;
}

/* Calendar widget */
.widget-area .widget_calendar table {
  margin-bottom: 0;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.widget_calendar tfoot td {
  border: 0;
}

.widget_calendar tbody a {
  display: inline-block;
  font-weight: 600;
  transform: scale(1.2);
}

/* Account widget */
.list-account {
  vertical-align: middle;
  padding-left: 0;
  list-style: none;
}
.list-account li {
  display: inline-block;
}
.list-account i,
.list-account li {
  padding-right: 0.5rem;
}

.site-footer .widget ul {
  padding-left: 0;
}

.site-footer .widget li {
  border: none;
}

[data-search-toggle="toggle"].active:not(.bottom-to-top) i:before {
  content: "\e461";
}

.widget_text .textwidget p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

img {
  border-radius: 10px;
}
img.alignleft,
img.alignright {
  float: none;
  margin: 0.5rem 0 1.5rem;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Make sure embeds and iframes fit their containers. */

.gallery-caption,
.wp-caption,
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.gallery-caption,
.wp-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #333;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #e3e3e3;
}
.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-light .wp-playlist-item:focus,
.site-content .wp-playlist-light .wp-playlist-item:hover {
  border-bottom-color: transparent;
  background-color: #e3e3e3;
  color: #fff;
}
.site-content .wp-playlist-light .wp-playlist-item:focus a,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light a.wp-playlist-caption:hover {
  color: #fff;
}

.site-content .wp-playlist-dark {
  background-color: #222;
  border-color: #333;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-caption,
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #fff;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}
.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px solid;
  border-bottom-color: #555;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-dark .wp-playlist-item:focus,
.site-content .wp-playlist-dark .wp-playlist-item:hover {
  border-bottom-color: transparent;
  background-color: #aaa;
  color: #222;
}
.site-content .wp-playlist-dark .wp-playlist-item:focus a,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
  color: #222;
}

.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 600;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-weight: 400;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}
.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}
.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}
.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  box-shadow: none;
  background-color: transparent;
}

.site-content .wp-playlist-item-length {
  top: 5px;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.entry-gallery {
  margin-bottom: 1.5em;
}
.entry-gallery .gallery-item {
  width: 100%;
  max-width: 100%;
  padding: 0;
  float: left;
}

.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery,
.widget .gallery {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.elementor-element .gallery-item,
.entry-gallery .gallery-item,
.single .gallery-item,
.widget .gallery-item {
  text-align: center;
  vertical-align: top;
  margin: 20px 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.elementor-element .gallery-columns-5 .gallery-item,
.entry-gallery .gallery-columns-5 .gallery-item,
.single .gallery-columns-5 .gallery-item,
.widget .gallery-columns-5 .gallery-item {
  flex: 0 0 20%;
  max-width: 20%;
}

.elementor-element .gallery-columns-7 .gallery-item,
.entry-gallery .gallery-columns-7 .gallery-item,
.single .gallery-columns-7 .gallery-item,
.widget .gallery-columns-7 .gallery-item {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.elementor-element .gallery-columns-8 .gallery-item,
.entry-gallery .gallery-columns-8 .gallery-item,
.single .gallery-columns-8 .gallery-item,
.widget .gallery-columns-8 .gallery-item {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.elementor-element .gallery-columns-9 .gallery-item,
.entry-gallery .gallery-columns-9 .gallery-item,
.single .gallery-columns-9 .gallery-item,
.widget .gallery-columns-9 .gallery-item {
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

.gallery-item a {
  display: block;
}
.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
  box-shadow: none;
  background: none;
  max-width: 100%;
}
.gallery-item a img {
  display: block;
  transition: filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-item a:focus img,
.gallery-item a:hover img {
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 5px 10px 0 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.single.single-give_forms .gallery {
  margin-right: -10px;
  margin-left: -10px;
}
.single.single-give_forms .gallery .gallery-item {
  padding-left: 10px;
  padding-right: 10px;
}

.wp-block-gallery {
  margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
17.0 Modal
--------------------------------------------------------------*/

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-25%);
}
.modal.show .modal-dialog {
  transform: translate(0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 15px 40px #e3e3e3;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #e7e7e7;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

/*--------------------------------------------------------------
17.1 Modal User
--------------------------------------------------------------*/
.modal-user .opal-tabs > nav {
  margin-bottom: 0;
}
.modal-user .opal-tabs > nav li a {
  text-transform: uppercase;
  color: #fff;
}
.modal-user .opal-tabs > nav li.tab-current a {
  color: #000;
}

.modal-user .btn-modal-close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal-user.loading .opal-tab-content:after,
.modal-user.loading .tab-current:after {
  position: absolute;
  background: hsla(0, 0%, 89%, 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900;
}

.modal-user.loading a,
.modal-user.loading button,
.modal-user.loading checkbox,
.modal-user.loading input,
.modal-user.loading label,
.modal-user.loading select {
  pointer-events: none;
}

.modal-user.loading .opal-loader {
  display: block;
}

.modal-user .opal-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}

.modal-user .opal-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 0 100px;
  text-align: center;
}
.modal-user .opal-loader-inner label {
  font-size: 20px;
  font-size: 1.25rem;
  opacity: 0;
  color: #5e6fb5;
  display: inline-block;
}
.modal-user .opal-loader-inner label:nth-child(6) {
  animation: d 3s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(5) {
  animation: d 3s 0.1s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(4) {
  animation: d 3s 0.2s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(3) {
  animation: d 3s 0.3s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(2) {
  animation: d 3s 0.4s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:first-child {
  animation: d 3s 0.5s infinite ease-in-out;
}

@keyframes d {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0);
  }
  66% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(300px);
  }
}

/*--------------------------------------------------------------
18.1 Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/
/* Captions */
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  font-style: italic;
  margin-bottom: 1.5em;
  text-align: left;
}

.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  text-align: right;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/
/* Paragraph */
p.has-drop-cap:not(:focus):first-letter {
  font-size: 5em;
  margin-top: 0.075em;
}

/* Image */
.wp-block-image {
  margin-bottom: 1.5em;
}

.wp-block-image figure {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-image figure.alignleft {
  margin-right: 1.5em;
}

.wp-block-image figure.alignright {
  margin-left: 1.5em;
}

/* Gallery */
.wp-block-gallery {
  margin-bottom: 1.5em;
}

.wp-block-gallery figcaption {
  font-style: italic;
}

.wp-block-gallery.aligncenter {
  display: flex;
  margin: 0 -8px;
}

/* Quote */
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite {
  color: inherit;
  font-size: inherit;
}

/* Audio */
.wp-block-audio audio {
  display: block;
  width: 100%;
}

/* Cover */
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}

/* File */
.wp-block-file .wp-block-file__button {
  background-color: #222;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 2em;
  padding: 0.7em 2em;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}

.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover {
  background-color: #767676;
  box-shadow: none;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/
/* Code */
.wp-block-code {
  background: transparent;
  border: 0;
  padding: 0;
}

/* Pullquote */
.wp-block-pullquote {
  border: 0;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
  font-size: inherit;
  text-transform: none;
}

/* Table */
.wp-block-table thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

.wp-block-table tr {
  border-bottom: 1px solid #eee;
}

.wp-block-table td,
.wp-block-table th {
  border: 0;
}

.rtl .wp-block-table td,
.rtl .wp-block-table th {
  text-align: right;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/
/* Buttons */
.wp-block-button .wp-block-button__link {
  box-shadow: none;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.66;
  margin-top: 2em;
  padding: 0.7em 2em;
  transition: background-color 0.2s ease-in-out;
}

.entry-content .wp-block-button__link {
  background-color: #222;
  color: #fff;
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: transparent;
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #222;
}

.colors-dark .wp-block-button__link {
  background-color: #fff;
  color: #000;
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.entry-content .wp-block-button__link:focus,
.entry-content .wp-block-button__link:hover {
  background-color: #767676;
  box-shadow: none;
  color: #fff;
}

.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.colors-dark .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .wp-block-button__link:hover {
  background-color: #bbb;
  color: #000;
}

.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}

.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  color: #222;
}

.colors-custom .entry-content .wp-block-button__link,
.colors-custom .entry-content .wp-block-button__link:focus,
.colors-custom .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link,
.colors-dark .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .wp-block-button__link:hover {
  box-shadow: none;
}

.colors-custom .entry-content .wp-block-button__link:focus,
.colors-custom .entry-content .wp-block-button__link:hover {
  color: #fff;
}

/* Separator */
.wp-block-separator {
  border: 0;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/* Media & Text */
.wp-block-media-text {
  margin-bottom: 1.5em;
}

.wp-block-media-text :last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/
/* Archives, Categories & Latest Posts */
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
  list-style-position: inside;
  text-align: center;
}

/* Comments */
.wp-block-latest-comments article {
  margin-bottom: 4em;
}

.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
  float: none;
  width: 100%;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 0;
}

.wp-block-latest-comments a {
  box-shadow: inset 0 -1px 0 #fff;
}

.wp-block-latest-comments__comment-meta {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
  font-weight: 600;
  text-decoration: none;
}

.wp-block-latest-comments__comment-date {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1818em;
  margin-top: 0.4em;
  text-transform: uppercase;
}

.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/
.entry-content .has-pale-pink-color {
  color: #f78da7;
}

.entry-content .has-pale-pink-background-color,
.wp-block-button.is-style-outline .has-pale-pink-background-color:link {
  background-color: #f78da7;
}

.entry-content .has-vivid-red-color {
  color: #cf2e2e;
}

.entry-content .has-vivid-red-background-color,
.wp-block-button.is-style-outline .has-vivid-red-background-color:link {
  background-color: #cf2e2e;
}

.wp-block-button.is-style-squared,
.wp-block-button.is-style-squared *,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}

.entry-content .has-luminous-vivid-orange-color {
  color: #ff6900;
}

.entry-content .has-luminous-vivid-orange-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link {
  background-color: #ff6900;
}

.entry-content .has-luminous-vivid-amber-color {
  color: #fcb900;
}

.entry-content .has-luminous-vivid-amber-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link {
  background-color: #fcb900;
}

.entry-content .has-light-green-cyan-color {
  color: #7bdcb5;
}

.entry-content .has-light-green-cyan-background-color,
.wp-block-button.is-style-outline .has-light-green-cyan-background-color:link {
  background-color: #7bdcb5;
}

.entry-content .has-vivid-green-cyan-color {
  color: #00d084;
}

.entry-content .has-vivid-green-cyan-background-color,
.wp-block-button.is-style-outline .has-vivid-green-cyan-background-color:link {
  background-color: #00d084;
}

.entry-content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}

.entry-content .has-pale-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link {
  background-color: #8ed1fc;
}

.entry-content .has-vivid-cyan-blue-color {
  color: #0693e3;
}

.entry-content .has-vivid-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link {
  background-color: #0693e3;
}

.entry-content .has-very-light-gray-color {
  color: #eee;
}

.entry-content .has-very-light-gray-background-color,
.wp-block-button.is-style-outline .has-very-light-gray-background-color:link {
  background-color: #eee;
}

.entry-content .has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.entry-content .has-cyan-bluish-gray-background-color,
.wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link {
  background-color: #abb8c3;
}

.entry-content .has-very-dark-gray-color {
  color: #313131;
}

.entry-content .has-very-dark-gray-background-color,
.wp-block-button.is-style-outline .has-very-dark-gray-background-color:link {
  background-color: #313131;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {
  body.customize-partial-edit-shortcuts-shown .site-header .site-title {
    padding-left: 0;
  }
}

@media screen and (min-width: 30em) {
  img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  img.alignleft + img {
    margin-left: 0;
  }
  img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  /* Front Page */
  .panel-content .wrap {
    padding-bottom: 2em;
    padding-top: 3.5em;
  }
  .page-one-column .panel-content .wrap {
    max-width: 740px;
  }
  .recent-posts .entry-header {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 48em) {
  .error404 #primary {
    float: none;
  }
  /* Site Branding */
  .site-branding {
    margin-bottom: 0;
  }
  .custom-header-media {
    height: 165px;
    position: relative;
  }
  .site-title {
    font-size: 20px;
  }
  .site-description {
    font-size: 16px;
  }
  /* Main Navigation */
  .dropdown-toggle,
  .menu-toggle {
    display: none;
  }
  .site-header .main-navigation ul,
  .site-header .main-navigation ul ul {
    display: block;
  }
  .site-header .main-navigation > div > ul {
    display: inline-block;
  }
  .site-header .main-navigation ul {
    background: transparent;
    padding: 0;
  }
  .site-header .main-navigation > div > ul {
    border: 0;
    margin-bottom: -1px;
    padding: 0;
  }
  .site-header .main-navigation li {
    display: inline-block;
  }
  .site-header .main-navigation li li {
    display: block;
  }
  .site-header .main-navigation ul ul {
    background: #fff;
    left: 0;
    padding: 25px 0;
    position: absolute;
    top: calc(100% + 6px);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease, top 0.25s ease;
  }
}
@media screen and (min-width: 48em) and (max-width: 1199px) {
  .site-header .main-navigation ul ul {
    margin-left: 0.5em;
  }
}

@media screen and (min-width: 48em) {
  .site-header .main-navigation ul ul li > ul {
    left: 100%;
    right: auto;
    margin-left: 0;
  }
  .site-header .main-navigation ul ul li.focus > ul,
  .site-header .main-navigation ul ul li:hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .site-header .main-navigation li li {
    transition: background-color 0.2s ease-in-out;
  }
  .site-header .main-navigation li li a {
    transition: color 0.3s ease-in-out;
  }
  .site-header .main-navigation ul li.focus > ul,
  .site-header .main-navigation ul li:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    right: auto;
    pointer-events: visible;
  }
  .site-header .main-navigation .menu-item-has-children > a > i,
  .site-header .main-navigation .page_item_has_children > a > i {
    display: inline;
    left: 5px;
    position: relative;
    top: -1px;
  }
  .site-header .main-navigation ul ul .menu-item-has-children > a > i,
  .site-header .main-navigation ul ul .page_item_has_children > a > i {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(-90deg);
  }
  .site-header .main-navigation ul ul ul {
    left: -999em;
    top: 5px;
  }
  .site-header .main-navigation ul ul li.menu-item-has-children.focus:after,
  .site-header .main-navigation ul ul li.menu-item-has-children.focus:before,
  .site-header .main-navigation ul ul li.menu-item-has-children:hover:after,
  .site-header .main-navigation ul ul li.menu-item-has-children:hover:before,
  .site-header .main-navigation ul ul li.page_item_has_children.focus:after,
  .site-header .main-navigation ul ul li.page_item_has_children.focus:before,
  .site-header .main-navigation ul ul li.page_item_has_children:hover:after,
  .site-header .main-navigation ul ul li.page_item_has_children:hover:before,
  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none;
  }
  .site-header .menu-scroll-down {
    display: block;
    padding: 1em;
    position: absolute;
    right: 0;
    color: #fff;
    top: 2em;
  }
  .site-header .menu-scroll-down .icon {
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(90deg);
  }
  /* Scroll down arrow */
  /* Front Page */
  .panel-content .wrap {
    padding-bottom: 4.5em;
    padding-top: 6em;
  }
  .panel-image {
    height: 100vh;
    max-height: 1200px;
  }
  /* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
  .background-fixed .panel-image {
    background-attachment: fixed;
  }
  /* Front Page - Recent Posts */
  .panel-content .recent-posts article {
    margin-bottom: 4em;
  }
  .panel-content .recent-posts .entry-header {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
  }
  .page .panel-content .recent-posts .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* Posts */
  .comments-pagination,
  .post-navigation {
    clear: both;
  }
  .post-navigation .nav-previous {
    width: 50%;
  }
  .post-navigation .nav-next {
    text-align: right;
    width: 50%;
  }
  .nav-next,
  .post-navigation .nav-next {
    margin-top: 0;
  }
  /* Blog, archive, search */
  .sticky .icon-thumb-tack {
    height: 23px;
    left: -2.5em;
    top: 1.5em;
    width: 32px;
  }
  /* Post formats */
  .format-quote blockquote .icon {
    left: -1.5em;
  }
  /* Pages */
  .site-content {
    padding: 4.25em 0;
  }
  /* 404 page */
  /* Comments */
  /* Posts pagination */
  .nav-links .nav-title {
    position: relative;
  }
  /* Secondary */
  #secondary {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* Footer */
  .site-info .sep {
    margin: 0 0.5em;
    display: inline;
    visibility: visible;
    height: auto;
    width: auto;
  }
  /* Gallery Columns */
}

@media screen and (min-width: 67em) {
  /* Sticky posts */
  .sticky .fa-thumb-tack {
    font-size: 32px;
    font-size: 2rem;
    height: 22px;
    left: -1.25em;
    top: 0.75em;
    width: 32px;
  }
  /* Comments */
  .comment-body {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  #page-title-bar,
  #secondary,
  #topbar,
  .comment-edit-link,
  .comment-metadata .edit-link,
  .comment-reply-link,
  .comment-respond,
  .comments-pagination,
  .content-bottom-widgets,
  .edit-link,
  .header-image,
  .icon-thumb-tack,
  .navigation.woocommerce-pagination,
  .page-links,
  .pagination.navigation,
  .panel-image-prop,
  .pingback .edit-link,
  .post-navigation,
  .site-footer aside.widget-area,
  .site-info,
  .social-navigation,
  button,
  form,
  input,
  select,
  textarea {
    display: none !important;
  }
  #comments,
  .entry-footer,
  .single-featured-image-header,
  .site-footer {
    border: 0;
  }
  /* Font sizes */
  body {
    font-size: 12pt;
  }
  .site-title,
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 22pt;
  }
  .page-header .page-title,
  h3 {
    font-size: 17pt;
  }
  h4 {
    font-size: 12pt;
  }
  h5 {
    font-size: 11pt;
  }
  h6 {
    font-size: 12pt;
  }
  .page-title,
  .page .panel-content .entry-title,
  body.page:not(.ezboozt-front-page) .entry-title {
    font-size: 10pt;
  }
  /* Layout */
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }
  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0;
  }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important;
    /* override styles added by JavaScript */
  }
  .site-title {
    font-size: 25pt;
  }
  .site-description {
    font-size: 12pt;
    opacity: 1;
  }
  /* Posts */
  .single-featured-image-header {
    background: transparent;
  }
  .entry-meta {
    font-size: 9pt;
  }
  /* Colors */
  .site,
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }
  .site-title a,
  a,
  body {
    color: #1e3954 !important;
    /* Make sure color schemes don't affect to print */
  }
  .site-description,
  blockquote,
  h2,
  h5 {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }
  .entry-meta,
  .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }
  .site-footer {
    padding: 0;
  }
}