@charset "UTF-8";

/*--------------------------------------------------------------
	>>> 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 opal-loading {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes opal-loading {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

/* ===== Start Font Awesome ===== */
/*!
	*  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 PATH
* -------------------------- */
@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
	format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../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.6 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333em;
	line-height: 0.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.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: 0.3em;
}

.fa.fa-pull-right {
	margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: 0.3em;
}

.fa.pull-right {
	margin-left: 0.3em;
}

.fa-spin,
form[id*="indra-form"] .indra-loading-animation,
.indra-button-with-loader span.indra-loading-animation {
	-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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

@font-face {
	font-family: "opal-icon";
	src: url("../fonts/opal-icon.eot");
	src: url("../fonts/opal-icon.eot?#iefix") format("eot"),
    url("../fonts/opal-icon.woff2") format("woff2"),
    url("../fonts/opal-icon.woff") format("woff"),
    url("../fonts/opal-icon.ttf") format("truetype"),
    url("../fonts/opal-icon.svg#opal-icon") format("svg");
}

[class*="opal-icon-"]:before {
	font-family: "opal-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.opal-icon,
.elementor-menu-toggle i:before,
.elementor-menu-toggle.elementor-active i:before,
.elementor-price-table__feature-inner:before,
.elementor-price-table__feature-inner span:before {
	font-family: "opal-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.opal-icon-account:before {
	content: "";
}

.opal-icon-after-hedding:before {
	content: "";
}

.opal-icon-arrow-left:before {
	content: "";
}

.opal-icon-arrow-right:before {
	content: "";
}

.opal-icon-bag:before {
	content: "";
}

.opal-icon-cart-empty:before {
	content: "";
}

.opal-icon-cart:before {
	content: "";
}

.opal-icon-cart3:before {
	content: "";
}

.opal-icon-check:before,
.elementor-price-table__feature-inner:before {
	content: "";
}

.opal-icon-checked:before {
	content: "";
}

.opal-icon-close:before,
.header-search .search-button.active:before,
.elementor-menu-toggle.elementor-active i:before {
	content: "";
}

.opal-icon-cog:before {
	content: "";
}

.opal-icon-compare:before {
	content: "";
}

.opal-icon-filter:before {
	content: "";
}

.opal-icon-heart-fill:before {
	content: "";
}

.opal-icon-heart-remove:before {
	content: "";
}

.opal-icon-heart:before {
	content: "";
}

.opal-icon-image:before {
	content: "";
}

.opal-icon-media:before {
	content: "";
}

.opal-icon-menu:before {
	content: "";
}

.opal-icon-minus:before {
	content: "";
}

.opal-icon-plan:before {
	content: "";
}

.opal-icon-plus:before {
	content: "";
}

.opal-icon-search:before {
	content: "";
}

.opal-icon-search2:before {
	content: "";
}

.opal-icon-search3:before {
	content: "";
}

.opal-icon-sort:before {
	content: "";
}

.opal-icon-start:before {
	content: "";
}

.opal-icon-times:before {
	content: "";
}

.opal-icon-togle:before,
.elementor-menu-toggle i:before {
	content: "";
}

.opal-icon-uncheck:before,
.elementor-price-table__feature-inner span:before {
	content: "";
}

.opal-icon-user:before {
	content: "";
}

.opal-icon-user3:before {
	content: "";
}

.opal-icon-video:before {
	content: "";
}

.opal-icon-wishlist-fill:before {
	content: "";
}

.opal-icon-wishlist:before {
	content: "";
}

.opal-icon-zoom-in:before {
	content: "";
}

/* ===== End Font Awesome ===== */
/*-------------------------------------------------------------
	1.0 Normalize
	Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
	font-family: "Niramit", "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,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	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: #ebebeb;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 600;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

mark {
	color: #000;
	background-color: #ebebeb;
}

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: "Niramit", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 100%;
	line-height: 1.875;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid;
	border-color: #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
}

template,
[hidden] {
	display: none;
}

.block-fullwidth {
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
}

/* ===== Start Boostrap ===== */
/* ===== Start Gutter: Column ===== */
.container,
#content,
.elementor-event-wrapper,
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

/* ===== End Gutter: Column ===== */
/* ===== Start Grid: Container ===== */
.container,
#content,
.elementor-event-wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 768px ) {
	.download-button {
		float: none!important;
		margin: 20 auto!important;
		display: block!important;
		width: 100px!important;
	}
}
@media (min-width: 576px) {
	.container,
	#content,
	.elementor-event-wrapper {
		max-width: 540px;
	}
	
}
@media (min-width: 768px) {
	.container,
	#content,
	.elementor-event-wrapper {
		max-width: 720px;
	}
	
}
@media (min-width: 992px) {
	.container,
	#content,
	.elementor-event-wrapper {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container,
	#content,
	.elementor-event-wrapper {
		max-width: 100%;
	}
}

/* ===== End Grid: Container ===== */
.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* ===== Start Grid: Row ===== */
.row,
body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cr #content .wrap,
[data-opal-columns],
.opal-archive-style-4.blog .site-main,
.opal-archive-style-4.archive .site-main,
.opal-default-content-layout-2cr .site-content .wrap,
.site-footer .widget-area,
.opal-comment-form-2 .comment-form,
.opal-comment-form-3 .comment-form,
.opal-comment-form-4 .comment-form,
.opal-comment-form-6 .comment-form,
.widget .gallery,
.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery,
[data-elementor-columns],
.indra-wrap-inner > .indra-forms {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

/* ===== End Grid: Row ===== */
.no-gutters,
.widget .gallery,
.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.widget .gallery > .col,
.elementor-element .gallery > .col,
.entry-gallery .gallery > .col,
.single .gallery > .col,
body .no-gutters > #secondary,
.widget body .gallery > #secondary,
body .widget .gallery > #secondary,
.elementor-element body .gallery > #secondary,
body .elementor-element .gallery > #secondary,
.entry-gallery body .gallery > #secondary,
body .entry-gallery .gallery > #secondary,
.single body .gallery > #secondary,
body .single .gallery > #secondary,
body .no-gutters > #indra-sidebar-left,
.widget body .gallery > #indra-sidebar-left,
body .widget .gallery > #indra-sidebar-left,
.elementor-element body .gallery > #indra-sidebar-left,
body .elementor-element .gallery > #indra-sidebar-left,
.entry-gallery body .gallery > #indra-sidebar-left,
body .entry-gallery .gallery > #indra-sidebar-left,
.single body .gallery > #indra-sidebar-left,
body .single .gallery > #indra-sidebar-left,
.no-gutters > [class*="col-"],
.widget .gallery > [class*="col-"],
.elementor-element .gallery > [class*="col-"],
.entry-gallery .gallery > [class*="col-"],
.single .gallery > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

/* ===== Start Grid: Column ===== */
.col-1,
.col-2,
[data-elementor-columns-mobile="6"] .column-item,
.col-3,
[data-elementor-columns-mobile="4"] .column-item,
.col-4,
.opal-comment-form-2 .comment-form .comment-form-author,
.opal-comment-form-3 .comment-form .comment-form-author,
.opal-comment-form-2 .comment-form .comment-form-email,
.opal-comment-form-3 .comment-form .comment-form-email,
.opal-comment-form-2 .comment-form .comment-form-url,
.opal-comment-form-3 .comment-form .comment-form-url,
[data-elementor-columns-mobile="3"] .column-item,
.col-5,
.col-6,
.opal-comment-form-4 .comment-form .comment-form-author,
.opal-comment-form-4 .comment-form .comment-form-email,
.opal-comment-form-4 .comment-form .comment-form-url,
.opal-comment-form-6 .comment-form .comment-form-author,
.opal-comment-form-6 .comment-form .comment-form-email,
[data-elementor-columns-mobile="2"] .column-item,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.opal-archive-style-2.opal-content-layout-2cr .post-style-2,
.related-posts .column-item,
.site-footer .widget-area .widget-column,
.opal-comment-form-2 .comment-form .logged-in-as,
.opal-comment-form-3 .comment-form .logged-in-as,
.opal-comment-form-2 .comment-form .comment-notes,
.opal-comment-form-3 .comment-form .comment-notes,
.opal-comment-form-2 .comment-form .comment-form-comment,
.opal-comment-form-3 .comment-form .comment-form-comment,
.opal-comment-form-2 .comment-form .form-submit,
.opal-comment-form-3 .comment-form .form-submit,
.opal-comment-form-4 .comment-form .logged-in-as,
.opal-comment-form-4 .comment-form .comment-notes,
.opal-comment-form-4 .comment-form .comment-form-comment,
.opal-comment-form-4 .comment-form .form-submit,
.opal-comment-form-6 .comment-form .logged-in-as,
.opal-comment-form-6 .comment-form .comment-notes,
.opal-comment-form-6 .comment-form .comment-form-comment,
.opal-comment-form-6 .comment-form .comment-form-url,
.opal-comment-form-6 .comment-form .form-submit,
.widget .gallery-columns-1 .gallery-item,
.elementor-element .gallery-columns-1 .gallery-item,
.entry-gallery .gallery-columns-1 .gallery-item,
.single .gallery-columns-1 .gallery-item,
[data-elementor-columns-mobile="1"] .column-item,
.indra-wrap-inner .entry-summary,
.col,
body #secondary,
body #indra-sidebar-left,
.col-auto,
.col-sm-1,
[data-opal-columns="12"] .column-item,
.col-sm-2,
[data-opal-columns="6"] .column-item,
.col-sm-3,
[data-opal-columns="4"] .column-item,
.col-sm-4,
[data-opal-columns="3"] .column-item,
.widget .gallery-columns-6 .gallery-item,
.elementor-element .gallery-columns-6 .gallery-item,
.entry-gallery .gallery-columns-6 .gallery-item,
.single .gallery-columns-6 .gallery-item,
.indra-wrap-inner #indra-sidebar-left,
.col-sm-5,
.col-sm-6,
[data-opal-columns="2"] .column-item,
.opal-archive-style-3:not(.opal-content-layout-2cr) .post-style-3,
.widget .gallery-columns-2 .gallery-item,
.elementor-element .gallery-columns-2 .gallery-item,
.entry-gallery .gallery-columns-2 .gallery-item,
.single .gallery-columns-2 .gallery-item,
.widget .gallery-columns-3 .gallery-item,
.elementor-element .gallery-columns-3 .gallery-item,
.entry-gallery .gallery-columns-3 .gallery-item,
.single .gallery-columns-3 .gallery-item,
.widget .gallery-columns-4 .gallery-item,
.elementor-element .gallery-columns-4 .gallery-item,
.entry-gallery .gallery-columns-4 .gallery-item,
.single .gallery-columns-4 .gallery-item,
.col-sm-7,
.col-sm-8,
.indra-wrap-inner #indra-sidebar-left + .entry-summary,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
[data-opal-columns="1"] .column-item,
.opal-archive-style-2:not(.opal-content-layout-2cr) .post-style-2,
.opal-archive-style-3.opal-content-layout-2cr .post-style-3,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
[data-elementor-columns-tablet="6"] .column-item,
.col-md-3,
[data-elementor-columns-tablet="4"] .column-item,
.col-md-4,
[data-elementor-columns-tablet="3"] .column-item,
.col-md-5,
.opal-default-content-layout-2cr #secondary,
.opal-default-content-layout-2cr #indra-sidebar-left,
.col-md-6,
[data-elementor-columns-tablet="2"] .column-item,
.col-md-7,
.opal-default-content-layout-2cr #primary,
.col-md-8,
.col-md-9,
.col-md-10,
#indra_profile_editor_form fieldset,
.col-md-11,
.col-md-12,
[data-elementor-columns-tablet="1"] .column-item,
.post-style-4 .post-style-3,
.post-style-4 .post-style-2,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
[data-elementor-columns="6"] .column-item,
.col-lg-3,
[data-elementor-columns="4"] .column-item,
.col-lg-4,
.opal-default-content-layout-2cr .related-posts .column-item,
.opal-content-layout-2cr .related-posts .column-item,
.opal-content-layout-2cl .related-posts .column-item,
[data-elementor-columns="3"] .column-item,
.col-lg-5,
.col-lg-6,
[data-elementor-columns="2"] .column-item,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
[data-elementor-columns="1"] .column-item,
.col-lg,
.col-lg-auto,
.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,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

/* ===== End Grid: Column ===== */
.col,
body #secondary,
body #indra-sidebar-left {
	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,
.opal-comment-form-2 .comment-form .comment-form-author,
.opal-comment-form-3 .comment-form .comment-form-author,
.opal-comment-form-2 .comment-form .comment-form-email,
.opal-comment-form-3 .comment-form .comment-form-email,
.opal-comment-form-2 .comment-form .comment-form-url,
.opal-comment-form-3 .comment-form .comment-form-url,
[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,
.opal-comment-form-4 .comment-form .comment-form-author,
.opal-comment-form-4 .comment-form .comment-form-email,
.opal-comment-form-4 .comment-form .comment-form-url,
.opal-comment-form-6 .comment-form .comment-form-author,
.opal-comment-form-6 .comment-form .comment-form-email,
[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,
.opal-archive-style-2.opal-content-layout-2cr .post-style-2,
.related-posts .column-item,
.site-footer .widget-area .widget-column,
.opal-comment-form-2 .comment-form .logged-in-as,
.opal-comment-form-3 .comment-form .logged-in-as,
.opal-comment-form-2 .comment-form .comment-notes,
.opal-comment-form-3 .comment-form .comment-notes,
.opal-comment-form-2 .comment-form .comment-form-comment,
.opal-comment-form-3 .comment-form .comment-form-comment,
.opal-comment-form-2 .comment-form .form-submit,
.opal-comment-form-3 .comment-form .form-submit,
.opal-comment-form-4 .comment-form .logged-in-as,
.opal-comment-form-4 .comment-form .comment-notes,
.opal-comment-form-4 .comment-form .comment-form-comment,
.opal-comment-form-4 .comment-form .form-submit,
.opal-comment-form-6 .comment-form .logged-in-as,
.opal-comment-form-6 .comment-form .comment-notes,
.opal-comment-form-6 .comment-form .comment-form-comment,
.opal-comment-form-6 .comment-form .comment-form-url,
.opal-comment-form-6 .comment-form .form-submit,
.widget .gallery-columns-1 .gallery-item,
.elementor-element .gallery-columns-1 .gallery-item,
.entry-gallery .gallery-columns-1 .gallery-item,
.single .gallery-columns-1 .gallery-item,
[data-elementor-columns-mobile="1"] .column-item,
.indra-wrap-inner .entry-summary {
	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-opal-columns="6"] .column-item,
	[data-elementor-columns-mobile="6"] .column-item {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3,
	[data-opal-columns="4"] .column-item,
	[data-elementor-columns-mobile="4"] .column-item {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4,
	[data-opal-columns="3"] .column-item,
	.widget .gallery-columns-6 .gallery-item,
	.elementor-element .gallery-columns-6 .gallery-item,
	.entry-gallery .gallery-columns-6 .gallery-item,
	.single .gallery-columns-6 .gallery-item,
	[data-elementor-columns-mobile="3"] .column-item,
	.indra-wrap-inner #indra-sidebar-left {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6,
	[data-opal-columns="2"] .column-item,
	.opal-archive-style-3:not(.opal-content-layout-2cr) .post-style-3,
	.related-posts .column-item,
	.widget .gallery-columns-2 .gallery-item,
	.elementor-element .gallery-columns-2 .gallery-item,
	.entry-gallery .gallery-columns-2 .gallery-item,
	.single .gallery-columns-2 .gallery-item,
	.widget .gallery-columns-3 .gallery-item,
	.elementor-element .gallery-columns-3 .gallery-item,
	.entry-gallery .gallery-columns-3 .gallery-item,
	.single .gallery-columns-3 .gallery-item,
	.widget .gallery-columns-4 .gallery-item,
	.elementor-element .gallery-columns-4 .gallery-item,
	.entry-gallery .gallery-columns-4 .gallery-item,
	.single .gallery-columns-4 .gallery-item,
	[data-elementor-columns-mobile="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,
	.indra-wrap-inner #indra-sidebar-left + .entry-summary {
		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,
	[data-opal-columns="1"] .column-item,
	.opal-archive-style-2:not(.opal-content-layout-2cr) .post-style-2,
	.opal-archive-style-3.opal-content-layout-2cr .post-style-3,
	.site-footer .widget-area .widget-column,
	[data-elementor-columns-mobile="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,
	.widget .gallery-columns-6 .gallery-item,
	.elementor-element .gallery-columns-6 .gallery-item,
	.entry-gallery .gallery-columns-6 .gallery-item,
	.single .gallery-columns-6 .gallery-item,
	[data-elementor-columns-tablet="6"] .column-item {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3,
	.widget .gallery-columns-4 .gallery-item,
	.elementor-element .gallery-columns-4 .gallery-item,
	.entry-gallery .gallery-columns-4 .gallery-item,
	.single .gallery-columns-4 .gallery-item,
	[data-elementor-columns-tablet="4"] .column-item {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4,
	.opal-archive-style-3:not(.opal-content-layout-2cr) .post-style-3,
	.related-posts .column-item,
	.widget .gallery-columns-3 .gallery-item,
	.elementor-element .gallery-columns-3 .gallery-item,
	.entry-gallery .gallery-columns-3 .gallery-item,
	.single .gallery-columns-3 .gallery-item,
	[data-elementor-columns-tablet="3"] .column-item {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5,
	.opal-default-content-layout-2cr #secondary,
	.opal-default-content-layout-2cr #indra-sidebar-left {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6,
	.opal-archive-style-2:not(.opal-content-layout-2cr) .post-style-2,
	.opal-archive-style-3.opal-content-layout-2cr .post-style-3,
	.site-footer .widget-area .widget-column,
	[data-elementor-columns-tablet="2"] .column-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7,
	.opal-default-content-layout-2cr #primary {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10,
	#indra_profile_editor_form fieldset {
		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,
	.post-style-4 .post-style-3,
	.post-style-4 .post-style-2 {
		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,
	[data-elementor-columns="6"] .column-item {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3,
	[data-elementor-columns="4"] .column-item {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4,
	.related-posts .column-item,
	.opal-default-content-layout-2cr .related-posts .column-item,
	.opal-content-layout-2cr .related-posts .column-item,
	.opal-content-layout-2cl .related-posts .column-item,
	.opal-default-content-layout-2cr #secondary,
	.opal-default-content-layout-2cr #indra-sidebar-left,
	.site-footer .widget-area .widget-column,
	[data-elementor-columns="3"] .column-item,
	.post-style-4 .post-style-3 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6,
	[data-elementor-columns="2"] .column-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8,
	.opal-default-content-layout-2cr #primary,
	.post-style-4 .post-style-2 {
		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,
	[data-elementor-columns="1"] .column-item {
		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 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		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 {
		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;
}

.d-flex {
	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,
.opal-comment-form-4 .comment-form,
.modal-content {
	flex-direction: column;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-column-reverse,
.opal-comment-form-5 .comment-form .form-submit {
	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;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between,
.modal-header {
	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 {
	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-primary,
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="submit"],
button[type="submit"],
.more-link,
.page .edit-link a.post-edit-link,
.scrollup,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit,
.opal-video-popup-wrapper .elementor-video-popup,
button.indra-btn-reveal,
button.indra-btn-modal,
.button-secondary,
.secondary-button .search-submit,
[id^="indra-user-login-submit"] .indra-submit,
.indra-submit-button-wrap .indra-submit,
.button-outline-primary,
.button-outline-secondary {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	letter-spacing: 0;
	padding: 0.7rem 2.85rem;
	font-size: 1rem;
	line-height: 1.875;
	border-radius: 3px;
	-ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.button-primary:focus,
input:focus[type="reset"],
input:focus[type="button"],
input:focus[type="submit"],
button:focus[type="submit"],
.more-link:focus,
.page .edit-link a.post-edit-link:focus,
.scrollup:focus,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit:focus,
.opal-video-popup-wrapper .elementor-video-popup:focus,
button.indra-btn-reveal:focus,
button.indra-btn-modal:focus,
.button-primary:hover,
input:hover[type="reset"],
input:hover[type="button"],
input:hover[type="submit"],
button:hover[type="submit"],
.more-link:hover,
.page .edit-link a.post-edit-link:hover,
.scrollup:hover,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit:hover,
.opal-video-popup-wrapper .elementor-video-popup:hover,
button.indra-btn-reveal:hover,
button.indra-btn-modal:hover,
.button-secondary:focus,
.secondary-button .search-submit:focus,
[id^="indra-user-login-submit"] .indra-submit:focus,
.indra-submit-button-wrap .indra-submit:focus,
.button-secondary:hover,
.secondary-button .search-submit:hover,
[id^="indra-user-login-submit"] .indra-submit:hover,
.indra-submit-button-wrap .indra-submit:hover,
.button-outline-primary:focus,
.button-outline-primary:hover,
.button-outline-secondary:focus,
.button-outline-secondary:hover {
	text-decoration: none;
}
.button-primary:focus,
input:focus[type="reset"],
input:focus[type="button"],
input:focus[type="submit"],
button:focus[type="submit"],
.more-link:focus,
.page .edit-link a.post-edit-link:focus,
.scrollup:focus,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit:focus,
.opal-video-popup-wrapper .elementor-video-popup:focus,
button.indra-btn-reveal:focus,
button.indra-btn-modal:focus,
.button-primary.focus,
input.focus[type="reset"],
input.focus[type="button"],
input.focus[type="submit"],
button.focus[type="submit"],
.focus.more-link,
.page .edit-link a.focus.post-edit-link,
.focus.scrollup,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .focus.indra-submit,
.opal-video-popup-wrapper .focus.elementor-video-popup,
button.focus.indra-btn-reveal,
button.focus.indra-btn-modal,
.button-secondary:focus,
.secondary-button .search-submit:focus,
[id^="indra-user-login-submit"] .indra-submit:focus,
.indra-submit-button-wrap .indra-submit:focus,
.button-secondary.focus,
.secondary-button .focus.search-submit,
[id^="indra-user-login-submit"] .focus.indra-submit,
.indra-submit-button-wrap .focus.indra-submit,
.button-outline-primary:focus,
.button-outline-primary.focus,
.button-outline-secondary:focus,
.button-outline-secondary.focus {
	outline: 0;
	box-shadow: none;
}
.button-primary.disabled,
input.disabled[type="reset"],
input.disabled[type="button"],
input.disabled[type="submit"],
button.disabled[type="submit"],
.disabled.more-link,
.page .edit-link a.disabled.post-edit-link,
.disabled.scrollup,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.disabled.indra-submit,
.opal-video-popup-wrapper .disabled.elementor-video-popup,
button.disabled.indra-btn-reveal,
button.disabled.indra-btn-modal,
.button-primary:disabled,
input:disabled[type="reset"],
input:disabled[type="button"],
input:disabled[type="submit"],
button:disabled[type="submit"],
.more-link:disabled,
.page .edit-link a.post-edit-link:disabled,
.scrollup:disabled,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.indra-submit:disabled,
.opal-video-popup-wrapper .elementor-video-popup:disabled,
button.indra-btn-reveal:disabled,
button.indra-btn-modal:disabled,
.button-secondary.disabled,
.secondary-button .disabled.search-submit,
[id^="indra-user-login-submit"] .disabled.indra-submit,
.indra-submit-button-wrap .disabled.indra-submit,
.button-secondary:disabled,
.secondary-button .search-submit:disabled,
[id^="indra-user-login-submit"] .indra-submit:disabled,
.indra-submit-button-wrap .indra-submit:disabled,
.button-outline-primary.disabled,
.button-outline-primary:disabled,
.button-outline-secondary.disabled,
.button-outline-secondary:disabled {
	opacity: 0.5;
	box-shadow: none;
	cursor: no-drop;
}
.button-primary:active,
input:active[type="reset"],
input:active[type="button"],
input:active[type="submit"],
button:active[type="submit"],
.more-link:active,
.page .edit-link a.post-edit-link:active,
.scrollup:active,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.indra-submit:active,
.opal-video-popup-wrapper .elementor-video-popup:active,
button.indra-btn-reveal:active,
button.indra-btn-modal:active,
.button-primary.active,
input.active[type="reset"],
input.active[type="button"],
input.active[type="submit"],
button.active[type="submit"],
.active.more-link,
.page .edit-link a.active.post-edit-link,
.active.scrollup,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.active.indra-submit,
.opal-video-popup-wrapper .active.elementor-video-popup,
button.active.indra-btn-reveal,
button.active.indra-btn-modal,
.button-secondary:active,
.secondary-button .search-submit:active,
[id^="indra-user-login-submit"] .indra-submit:active,
.indra-submit-button-wrap .indra-submit:active,
.button-secondary.active,
.secondary-button .active.search-submit,
[id^="indra-user-login-submit"] .active.indra-submit,
.indra-submit-button-wrap .active.indra-submit,
.button-outline-primary:active,
.button-outline-primary.active,
.button-outline-secondary:active,
.button-outline-secondary.active {
	background-image: none;
	box-shadow: none, inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a[class*="button-"].disabled,
fieldset[disabled] a[class*="button-"] {
	pointer-events: none;
}

.button-primary,
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="submit"],
button[type="submit"],
.more-link,
.page .edit-link a.post-edit-link,
.scrollup,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit,
.opal-video-popup-wrapper .elementor-video-popup,
button.indra-btn-reveal,
button.indra-btn-modal {
	color: #fff;
	box-shadow: none;
}
.button-primary:hover,
input:hover[type="reset"],
input:hover[type="button"],
input:hover[type="submit"],
button:hover[type="submit"],
.more-link:hover,
.page .edit-link a.post-edit-link:hover,
.scrollup:hover,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit:hover,
.opal-video-popup-wrapper .elementor-video-popup:hover,
button.indra-btn-reveal:hover,
button.indra-btn-modal:hover {
	color: #fff;
}
.button-primary.disabled,
input.disabled[type="reset"],
input.disabled[type="button"],
input.disabled[type="submit"],
button.disabled[type="submit"],
.disabled.more-link,
.page .edit-link a.disabled.post-edit-link,
.disabled.scrollup,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.disabled.indra-submit,
.opal-video-popup-wrapper .disabled.elementor-video-popup,
button.disabled.indra-btn-reveal,
button.disabled.indra-btn-modal,
.button-primary:disabled,
input:disabled[type="reset"],
input:disabled[type="button"],
input:disabled[type="submit"],
button:disabled[type="submit"],
.more-link:disabled,
.page .edit-link a.post-edit-link:disabled,
.scrollup:disabled,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.indra-submit:disabled,
.opal-video-popup-wrapper .elementor-video-popup:disabled,
button.indra-btn-reveal:disabled,
button.indra-btn-modal:disabled {
	background-color: #932e3d;
	border-color: #932e3d;
}
.button-primary:active,
input:active[type="reset"],
input:active[type="button"],
input:active[type="submit"],
button:active[type="submit"],
.more-link:active,
.page .edit-link a.post-edit-link:active,
.scrollup:active,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.indra-submit:active,
.opal-video-popup-wrapper .elementor-video-popup:active,
button.indra-btn-reveal:active,
button.indra-btn-modal:active,
.button-primary.active,
input.active[type="reset"],
input.active[type="button"],
input.active[type="submit"],
button.active[type="submit"],
.active.more-link,
.page .edit-link a.active.post-edit-link,
.active.scrollup,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.active.indra-submit,
.opal-video-popup-wrapper .active.elementor-video-popup,
button.active.indra-btn-reveal,
button.active.indra-btn-modal,
.show > .button-primary.dropdown-toggle,
.show > input.dropdown-toggle[type="reset"],
.show > input.dropdown-toggle[type="button"],
.show > input.dropdown-toggle[type="submit"],
.show > button.dropdown-toggle[type="submit"],
.show > .dropdown-toggle.more-link,
.page .edit-link .show > a.dropdown-toggle.post-edit-link,
.show > .dropdown-toggle.scrollup,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.show
> .dropdown-toggle.indra-submit,
.opal-video-popup-wrapper .show > .dropdown-toggle.elementor-video-popup,
.show > button.dropdown-toggle.indra-btn-reveal,
.show > button.dropdown-toggle.indra-btn-modal {
	color: #fff;
	background-image: none;
}

.button-secondary,
.secondary-button .search-submit,
[id^="indra-user-login-submit"] .indra-submit,
.indra-submit-button-wrap .indra-submit {
	color: #fff;
	box-shadow: none;
}

.button-secondary:hover,
.secondary-button .search-submit:hover,
[id^="indra-user-login-submit"] .indra-submit:hover,
.indra-submit-button-wrap .indra-submit:hover {
	color: #fff;
}

.button-secondary.disabled,
.secondary-button .disabled.search-submit,
[id^="indra-user-login-submit"] .disabled.indra-submit,
.indra-submit-button-wrap .disabled.indra-submit,
.button-secondary:disabled,
.secondary-button .search-submit:disabled,
[id^="indra-user-login-submit"] .indra-submit:disabled,
.indra-submit-button-wrap .indra-submit:disabled {
	background-color: #c6475a;
	border-color: #c6475a;
}

.button-secondary:active,
.secondary-button .search-submit:active,
[id^="indra-user-login-submit"] .indra-submit:active,
.indra-submit-button-wrap .indra-submit:active,
.button-secondary.active,
.secondary-button .active.search-submit,
[id^="indra-user-login-submit"] .active.indra-submit,
.indra-submit-button-wrap .active.indra-submit,
.show > .button-secondary.dropdown-toggle,
.secondary-button .show > .dropdown-toggle.search-submit,
[id^="indra-user-login-submit"] .show > .dropdown-toggle.indra-submit,
.indra-submit-button-wrap .show > .dropdown-toggle.indra-submit {
	color: #fff;
	background-image: none;
}

.button-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.button-sm,
.page .edit-link a.post-edit-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.button-outline-primary {
	background-color: transparent;
	background-image: none;
}
.button-outline-primary:hover {
	color: #fff;
}
.button-outline-primary:focus,
.button-outline-primary.focus {
	box-shadow: 0 0 0 2px rgba(245, 137, 72, 0.5);
}
.button-outline-primary.disabled,
.button-outline-primary:disabled {
	color: #932e3d;
	background-color: transparent;
}
.button-outline-primary:active,
.button-outline-primary.active,
.show > .button-outline-primary.dropdown-toggle {
	color: #fff;
}

.button-outline-secondary {
	background-color: transparent;
	background-image: none;
}
.button-outline-secondary:hover {
	color: #fff;
}
.button-outline-secondary:focus,
.button-outline-secondary.focus {
	box-shadow: 0 0 0 2px rgba(198, 71, 90, 0.5);
}
.button-outline-secondary.disabled,
.button-outline-secondary:disabled {
	color: #c6475a;
	background-color: transparent;
}
.button-outline-secondary:active,
.button-outline-secondary.active,
.show > .button-outline-secondary.dropdown-toggle {
	color: #fff;
}

.button-block {
	display: block;
	width: 100%;
}

.btn-link,
.button-link {
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled,
.button-link,
.button-link:active,
.button-link.active,
.button-link:disabled {
	background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active,
.button-link,
.button-link:focus,
.button-link:active {
	border-color: transparent;
}
.btn-link:hover,
.button-link:hover {
	border-color: transparent;
}
.btn-link:focus,
.btn-link:hover,
.button-link:focus,
.button-link:hover {
	border-color: transparent;
}
.btn-link:disabled,
.button-link:disabled {
	color: #868e96;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover,
.button-link:disabled:focus,
.button-link:disabled:hover {
	text-decoration: none;
}

.border {
	border: 1px solid #e7e7e7;
}

.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: #932e3d;
}

.border-secondary {
	border-color: #c6475a;
}

.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: 0.25rem;
}

.rounded-top {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.rounded-right {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.rounded-left {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.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 iframe,
.embed-responsive embed,
.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 {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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;
}

.font-italic,
dfn,
cite,
em,
i,
.no-comments,
.comment-awaiting-moderation {
	font-style: italic;
}

.text-white {
	color: #fff;
}

.text-primary {
	color: #932e3d !important;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #f26a18 !important;
}

.text-secondary {
	color: #c6475a !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #a63445 !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;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.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;
	}
}

.dropup,
.dropdown {
	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: #555555;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	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: #932e3d;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #868e96;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	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(0px);
}
.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,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
}

h1,
.h1 {
	font-size: 2.25rem;
}

h2,
.h2 {
	font-size: 1.5rem;
}

h3,
.h3 {
	font-size: 1.25rem;
}

h4,
.h4 {
	font-size: 1.125rem;
}

h5,
.h5 {
	font-size: 1rem;
}

h6,
.h6 {
	font-size: 0.875rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled,
.comment-list,
.comment-list .children {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 5px;
}

.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: 0px solid;
}

.b-do-0 {
	border: 0px dotted;
}

.b-da-0 {
	border: 0px 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: 0px solid;
}

.bl-do-0 {
	border-left: 0px dotted;
}

.bl-da-0 {
	border-left: 0px 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: 0px solid;
}

.br-do-0 {
	border-right: 0px dotted;
}

.br-da-0 {
	border-right: 0px 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: 0px solid;
}

.bt-do-0 {
	border-top: 0px dotted;
}

.bt-da-0 {
	border-top: 0px 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: 0px solid;
}

.bb-do-0 {
	border-bottom: 0px dotted;
}

.bb-da-0 {
	border-bottom: 0px 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 ===== */
.typo-heading,
.author-wrapper .author-name,
.error404 h1,
.error404 .error-title,
h2.widget-title,
h2.widgettitle,
#secondary .elementor-widget-container h5:first-of-type,
#indra-sidebar-left .elementor-widget-container h5:first-of-type,
#indra_profile_editor_form legend,
.osf-event-article .entry-date {
	max-width: 100%;
	font-family: "Chelsea Market";
}

/* ===== End Typography: Heading ===== */
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.8rem 1rem;
	font-size: 1rem;
	line-height: 1.875;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #fcd7c1;
	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.475rem + 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.8rem + 1px);
	padding-bottom: calc(0.8rem + 1px);
	margin-bottom: 0;
	line-height: 1.875;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.col-form-legend {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	margin-bottom: 0;
	font-size: 1rem;
}

.form-control-plaintext {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	margin-bottom: 0;
	line-height: 1.875;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.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,
.form-control-plaintext.form-control-lg,
.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 {
	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.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

select.form-control-sm: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]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control-lg: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]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px);
}

.form-group {
	margin-bottom: 1rem;
}

.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 {
	display: none;
	margin-top: 0.25rem;
	font-size: 0.875rem;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	width: 250px;
	padding: 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.8);
	border-radius: 0.2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control: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,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid + .form-check-label,
.form-check-input.is-valid + .form-check-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator {
	background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description,
.custom-control-input.is-valid ~ .custom-control-description {
	color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control,
.custom-file-input.is-valid ~ .custom-file-control {
	border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before,
.custom-file-input.is-valid ~ .custom-file-control::before {
	border-color: inherit;
}

.was-validated .custom-file-input:valid:focus,
.custom-file-input.is-valid:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
	display: none;
	margin-top: 0.25rem;
	font-size: 0.875rem;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	width: 250px;
	padding: 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.8);
	border-radius: 0.2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control: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,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid + .form-check-label,
.form-check-input.is-invalid + .form-check-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
	background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description,
.custom-control-input.is-invalid ~ .custom-control-description {
	color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control,
.custom-file-input.is-invalid ~ .custom-file-control {
	border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before,
.custom-file-input.is-invalid ~ .custom-file-control::before {
	border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-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 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .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:focus,
.input-group .form-control:active,
.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.8rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	color: #495057;
	text-align: center;
	background-color: #e7e7e7;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	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: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.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-btn:not(:first-child)
> .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
	border-right: 0;
}

.input-group .form-control:not(:first-child),
.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:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	align-items: stretch;
	font-size: 1em;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.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:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
	margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
	z-index: 3;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #868e96;
}

@keyframes progress-bar-stripes {
	from {
		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: 0.25rem;
}

.progress-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #932e3d;
}

.progress-bar-striped {
	background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	animation: progress-bar-stripes 1s linear infinite;
}

/* ===== End Boostrap ===== */
/*--------------------------------------------------------------
	2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.menu-toggle .m-text,
.custom-logo-link + .site-branding-text,
.widget .gallery-columns-6 .gallery-caption,
.elementor-element .gallery-columns-6 .gallery-caption,
.entry-gallery .gallery-columns-6 .gallery-caption,
.single .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-7 .gallery-caption,
.elementor-element .gallery-columns-7 .gallery-caption,
.entry-gallery .gallery-columns-7 .gallery-caption,
.single .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-8 .gallery-caption,
.elementor-element .gallery-columns-8 .gallery-caption,
.entry-gallery .gallery-columns-8 .gallery-caption,
.single .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-9 .gallery-caption,
.elementor-element .gallery-columns-9 .gallery-caption,
.entry-gallery .gallery-columns-9 .gallery-caption,
.single .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. */
}
.screen-reader-text:focus,
.menu-toggle .m-text:focus,
.custom-logo-link + .site-branding-text:focus,
.widget .gallery-columns-6 .gallery-caption:focus,
.elementor-element .gallery-columns-6 .gallery-caption:focus,
.entry-gallery .gallery-columns-6 .gallery-caption:focus,
.single .gallery-columns-6 .gallery-caption:focus,
.widget .gallery-columns-7 .gallery-caption:focus,
.elementor-element .gallery-columns-7 .gallery-caption:focus,
.entry-gallery .gallery-columns-7 .gallery-caption:focus,
.single .gallery-columns-7 .gallery-caption:focus,
.widget .gallery-columns-8 .gallery-caption:focus,
.elementor-element .gallery-columns-8 .gallery-caption:focus,
.entry-gallery .gallery-columns-8 .gallery-caption:focus,
.single .gallery-columns-8 .gallery-caption:focus,
.widget .gallery-columns-9 .gallery-caption:focus,
.elementor-element .gallery-columns-9 .gallery-caption:focus,
.entry-gallery .gallery-columns-9 .gallery-caption:focus,
.single .gallery-columns-9 .gallery-caption:focus {
	background-color: #f1f1f1;
	color: #21759b;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	display: block;
	font-size: 14px;
	font-weight: 700;
	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 {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
	4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.widget_recent_entries ul:before,
.elementor-widget-wp-widget-recent-posts ul:before,
.clear:after,
.widget_recent_entries ul:after,
.elementor-widget-wp-widget-recent-posts ul:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clearfix::after,
.mc4wp-form-fields::after {
	display: block;
	clear: both;
	content: "";
}

.entry-content:before,
.entry-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.entry-footer:before,
.entry-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.comment-content:before,
.comment-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header:before,
.site-header:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.site-content:before,
.site-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.pagination:before,
.pagination:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.comment-author:before,
.comment-author:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.widget-area:before,
.widget-area:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.widget:before,
.widget:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.widget_recent_entries ul:after,
.elementor-widget-wp-widget-recent-posts ul:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
	5.0 Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
	color: #000;
	font-size: 1rem;
	line-height: 1.875;
	font-family: "Niramit", "Helvetica Neue", helvetica, arial, sans-serif;
	font-family: 'Alegreya Sans', sans-serif;
}

body {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
	letter-spacing: 0;
	font-weight: 600;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 2.25rem;
	font-weight: 600;
}

h2 {
	color: #000;
	font-size: 1.5rem;
}

h3 {
	color: #000;
	font-size: 1.25rem;
}

h4 {
	color: #000;
	font-size: 1.125rem;
}

h5 {
	color: #000;
	font-size: 1rem;
}

h6 {
	color: #000;
	font-size: 0.875rem;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
	color:#000;
	font-size: 17px;
}

select {
	background: transparent;
}

blockquote {
	quotes: "" "";
	overflow: hidden;
	font-size: 20px;
	font-size: 1.25rem;
	border-left: 2px solid;
	padding: 0.5em 0 0.5em 25px;
	position: relative;
	background: #fff;
	margin: 0 30px 1.5em 30px;
}
@media (min-width: 768px) {
	blockquote {
		margin: 0 70px 1.5em 70px;
		padding: 0.5em 0 0.5em 45px;
	}
}
blockquote cite {
	font-weight: 600;
	margin-top: 0.5em;
}
blockquote p:last-child {
	margin-bottom: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background-color: #ebebeb;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.667;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 14px;
	font-size: 0.875rem;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	border-bottom-color: #ebebeb;
	cursor: help;
}

mark,
ins {
	background-color: #ebebeb;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
	font-style: italic;
	font-size: 20px;
	color: #999999;
}

q {
	quotes: "“" "”" "‘" "’";
}

:focus {
	outline: none;
}

/*--------------------------------------------------------------
	5.1 Page Title
--------------------------------------------------------------*/
.page-title-bar {
	background-color: #000;
	position: relative;
	z-index: 3;
	border-width: 0;
}
.page-title-bar .wrap {
	min-height: 170px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.page-title-bar .wrap .page-title {
	margin: 0;
	padding: 0;
}
.home .page-title-bar {
	display: none;
}

.page-header .page-title {
	margin-top: 1em;
}

.page-title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.breadcrumb,
.breadcrumb span,
.breadcrumb * {
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}

.shape-page-title-bar {
	fill: #fff;
	display: block;
	position: absolute;
	bottom: 0;
}

/*--------------------------------------------------------------
	6.0 Forms
--------------------------------------------------------------*/
.form-group {
	box-shadow: none;
	line-height: 1.875;
	border-color: #f9f9f9;
	margin-bottom: 1rem;
}
.form-group.form-button {
	margin-bottom: 0;
}
.form-group .form-row label {
	font-weight: 500;
}
.form-group .form-row label + label {
	margin-left: 15px;
}

.form-control {
	box-shadow: none;
	border-color: #f9f9f9;
}

label {
	color: #000;
	display: block;
	font-weight: 500;
	margin-bottom: 1.5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
}

fieldset {
	margin-bottom: 1em;
}
fieldset legend {
	font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"], select.form-control, textarea.form-control {
	font-size: 15px;
    border-color: #c6475a;
    border-color: #932e3d;
    border-style: solid;
    display: block;
    width: 100%;
    border-width: 1px;
    padding: 7px 14px;
    background-color: #f9f9f9;
    border-radius: 0;
    line-height: 26px;
}

textarea {
	border-radius: 0;
	font-size: 13px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #f9f9f9;
	padding: 0.7rem 1.6rem;
	background-color: #f9f9f9;
	width: 100%;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	resize: vertical;
	height: 90px;
	min-height: 90px;
}
textarea::placeholder {
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

input {
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
input::placeholder {
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="range"]:focus::placeholder,
input[type="date"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="week"]:focus::placeholder,
input[type="time"]:focus::placeholder,
input[type="datetime"]:focus::placeholder,
input[type="datetime-local"]:focus::placeholder,
input[type="color"]:focus::placeholder {
	color: transparent;
}

textarea:focus {
	color: #000;
}
textarea:focus::placeholder {
	color: transparent;
}

select {
	border: 1px solid;
	border-color: #ebebeb;
	border-radius: 0;
	height: 3em;
	max-width: 100%;
	padding-left: 15px;
	font-size: 14px;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

input[type="button"],
input[type="submit"] {
	background-color: #000;
	border-color: #000;
}

button[type="submit"] {
	background-color: #000;
	border-color: #000;
}

.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 {
	margin-top: 0.75rem;
	text-align: left;
	text-transform: capitalize;
}

.wpcf7 .wpcf7-form .row,
.wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap,
.wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap,
body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap,
.wpcf7 .wpcf7-form [data-opal-columns],
.wpcf7 .wpcf7-form .opal-archive-style-4.blog .site-main,
.opal-archive-style-4.blog .wpcf7 .wpcf7-form .site-main,
.wpcf7 .wpcf7-form .opal-archive-style-4.archive .site-main,
.opal-archive-style-4.archive .wpcf7 .wpcf7-form .site-main,
.wpcf7 .wpcf7-form .opal-default-content-layout-2cr .site-content .wrap,
.opal-default-content-layout-2cr .site-content .wpcf7 .wpcf7-form .wrap,
.wpcf7 .wpcf7-form .site-footer .widget-area,
.site-footer .wpcf7 .wpcf7-form .widget-area,
.wpcf7 .wpcf7-form .opal-comment-form-2 .comment-form,
.opal-comment-form-2 .wpcf7 .wpcf7-form .comment-form,
.wpcf7 .wpcf7-form .opal-comment-form-3 .comment-form,
.opal-comment-form-3 .wpcf7 .wpcf7-form .comment-form,
.wpcf7 .wpcf7-form .opal-comment-form-4 .comment-form,
.opal-comment-form-4 .wpcf7 .wpcf7-form .comment-form,
.wpcf7 .wpcf7-form .opal-comment-form-6 .comment-form,
.opal-comment-form-6 .wpcf7 .wpcf7-form .comment-form,
.wpcf7 .wpcf7-form .widget .gallery,
.widget .wpcf7 .wpcf7-form .gallery,
.wpcf7 .wpcf7-form .elementor-element .gallery,
.elementor-element .wpcf7 .wpcf7-form .gallery,
.wpcf7 .wpcf7-form .entry-gallery .gallery,
.entry-gallery .wpcf7 .wpcf7-form .gallery,
.wpcf7 .wpcf7-form .single .gallery,
.single .wpcf7 .wpcf7-form .gallery,
.wpcf7 .wpcf7-form [data-elementor-columns],
.wpcf7 .wpcf7-form .indra-wrap-inner > .indra-forms {
	margin-left: -20px;
	margin-right: -20px;
}
.wpcf7 .wpcf7-form .row div[class*="col"],
.wpcf7
.wpcf7-form
body.opal-content-layout-2cl
#content
.wrap
div[class*="col"],
body.opal-content-layout-2cl
#content
.wpcf7
.wpcf7-form
.wrap
div[class*="col"],
.wpcf7
.wpcf7-form
body.opal-content-layout-2cr
#content
.wrap
div[class*="col"],
body.opal-content-layout-2cr
#content
.wpcf7
.wpcf7-form
.wrap
div[class*="col"],
.wpcf7 .wpcf7-form [data-opal-columns] div[class*="col"],
.wpcf7 .wpcf7-form .opal-archive-style-4.blog .site-main div[class*="col"],
.opal-archive-style-4.blog .wpcf7 .wpcf7-form .site-main div[class*="col"],
.wpcf7 .wpcf7-form .opal-archive-style-4.archive .site-main div[class*="col"],
.opal-archive-style-4.archive .wpcf7 .wpcf7-form .site-main div[class*="col"],
.wpcf7
.wpcf7-form
.opal-default-content-layout-2cr
.site-content
.wrap
div[class*="col"],
.opal-default-content-layout-2cr
.site-content
.wpcf7
.wpcf7-form
.wrap
div[class*="col"],
.wpcf7 .wpcf7-form .site-footer .widget-area div[class*="col"],
.site-footer .wpcf7 .wpcf7-form .widget-area div[class*="col"],
.wpcf7 .wpcf7-form .opal-comment-form-2 .comment-form div[class*="col"],
.opal-comment-form-2 .wpcf7 .wpcf7-form .comment-form div[class*="col"],
.wpcf7 .wpcf7-form .opal-comment-form-3 .comment-form div[class*="col"],
.opal-comment-form-3 .wpcf7 .wpcf7-form .comment-form div[class*="col"],
.wpcf7 .wpcf7-form .opal-comment-form-4 .comment-form div[class*="col"],
.opal-comment-form-4 .wpcf7 .wpcf7-form .comment-form div[class*="col"],
.wpcf7 .wpcf7-form .opal-comment-form-6 .comment-form div[class*="col"],
.opal-comment-form-6 .wpcf7 .wpcf7-form .comment-form div[class*="col"],
.wpcf7 .wpcf7-form .widget .gallery div[class*="col"],
.widget .wpcf7 .wpcf7-form .gallery div[class*="col"],
.wpcf7 .wpcf7-form .elementor-element .gallery div[class*="col"],
.elementor-element .wpcf7 .wpcf7-form .gallery div[class*="col"],
.wpcf7 .wpcf7-form .entry-gallery .gallery div[class*="col"],
.entry-gallery .wpcf7 .wpcf7-form .gallery div[class*="col"],
.wpcf7 .wpcf7-form .single .gallery div[class*="col"],
.single .wpcf7 .wpcf7-form .gallery div[class*="col"],
.wpcf7 .wpcf7-form [data-elementor-columns] div[class*="col"],
.wpcf7 .wpcf7-form .indra-wrap-inner > .indra-forms div[class*="col"] {
	padding-left: 20px;
	padding-right: 20px;
}

.wpcf7 .wpcf7-form .input-group {
	margin-bottom: 1rem;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	margin-top: 3px;
}

.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;
		transform: translate3d(0, 200%, 0);
		-webkit-transform: translate3d(0, 200%, 0);
		-webkit-animation: fadeInUpBig 0.35s ease 0.5s both;
		animation: fadeInUpBig 0.35s ease 0.5s both;
	}
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: normal;
	color: #000;
	text-transform: capitalize;
}

.elementor-align-right .wpcf7 .ajax-loader {
	background-position: center right;
}

.elementor-align-center .wpcf7 .ajax-loader {
	background-position: center center;
}

.elementor-align-justify .wpcf7 input[type="submit"],
.elementor-tablet-align-justify .wpcf7 input[type="submit"],
.elementor-mobile-align-justify .wpcf7 input[type="submit"] {
	width: 100%;
}

.elementor-align-justify .wpcf7 div.wpcf7-response-output,
.elementor-tablet-align-justify .wpcf7 div.wpcf7-response-output,
.elementor-mobile-align-justify .wpcf7 div.wpcf7-response-output {
	text-align: center;
}

.elementor-align-justify .wpcf7 .ajax-loader,
.elementor-tablet-align-justify .wpcf7 .ajax-loader,
.elementor-mobile-align-justify .wpcf7 .ajax-loader {
	background-position: center center;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder,
:-moz-placeholder {
	color: #000;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #000;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #000;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/* 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: #000;
}
.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: 0px;
	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: #000;
}
.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;
}

/*--------------------------------------------------------------
	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 #cccccc;
	border-radius: 0;
}

.box-border,
.opal-comment-7 .comment_container,
.opal-comment-7 .comment-body {
	background-color: #fff;
	border: 1px solid;
	border-color: #ebebeb;
	border-radius: 0.25rem;
	padding: 40px;
}

.box-shadow,
.opal-comment-2 .comment_container,
.opal-comment-2 .comment-body,
.opal-comment-5 .comment_container,
.opal-comment-5 .comment-body,
.opal-comment-6 .comment_container,
.opal-comment-6 .comment-body {
	background-color: #fff;
	box-shadow: 0 0 4px #cccccc;
	border-radius: 0.25rem;
	padding: 40px;
}

/*--------------------------------------------------------------
	8.0 Lists
--------------------------------------------------------------*/
ul,
ol {
	margin: 0 0 1.5em;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.list-unstyled,
.comment-list,
.comment-list .children {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 5px;
}

/*--------------------------------------------------------------
	9.0 Tables
--------------------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 1px solid;
	border-bottom-color: #ebebeb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: #ebebeb;
}

/*--------------------------------------------------------------
	10.0 Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
	11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
	position: relative;
	margin-bottom: 20px;
}
.post-thumbnail a,
.post-thumbnail img {
	display: block;
}
.post-thumbnail.embed-responsive {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	box-sizing: border-box;
}

.effect-thumbnail:hover .post-thumbnail a:before {
	visibility: visible;
	opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}

.effect-thumbnail:hover .post-thumbnail img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}

.effect-thumbnail .post-thumbnail {
	position: relative;
}
.effect-thumbnail .post-thumbnail a {
	display: block;
	background-image: linear-gradient(left, #932e3d, #002222);
	background-image: -webkit-linear-gradient(left, #932e3d, #002222);
	background-image: -o-linear-gradient(left, #932e3d, #002222);
	background-image: -moz-linear-gradient(left, #932e3d, #002222);
	background-image: -webkit-linear-gradient(left, #932e3d, #002222);
}
.effect-thumbnail .post-thumbnail a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.3);
	display: block;
	z-index: 1;
	opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.effect-thumbnail .post-thumbnail img {
	display: block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.2;
	-ms-opacity: 0.2;
	-o-opacity: 0.2;
	-moz-opacity: 0.2;
	-webkit-opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.effect-thumbnail-v2:hover .entry-header {
	border-bottom: 4px solid #c6475a;
}

.effect-thumbnail-v2 .entry-header {
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 4px solid transparent;
}

.effect-thumbnail-v3:hover .post-thumbnail img {
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.effect-thumbnail-v3 .post-thumbnail {
	overflow: hidden;
}
.effect-thumbnail-v3 .post-thumbnail img {
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.effect-thumbnail-v4 {
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.effect-thumbnail-v4:hover {
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

/*--------------------------------------------------------------
	12.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
}
.main-navigation .top-menu > li > a {
	padding: 0.75em 1.25em;
}
.main-navigation > div > ul {
	border-top: 1px solid;
	border-top-color: #ebebeb;
	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: 10px 0;
	border-color: #c4c4c4;
	box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
}
.mainmenu-container ul ul.toggled-on {
	display: block;
}
.mainmenu-container ul ul .menu-item > a {
	letter-spacing: 0;
	position: relative;
	text-transform: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	width: 100%;
	display: block;
	margin-bottom: 0;
	padding: 10px 20px;
}
.mainmenu-container ul ul .menu-item > a:hover,
.mainmenu-container ul ul .menu-item > a:active,
.mainmenu-container ul ul .menu-item > a:focus {
	background-color: rgba(181, 181, 181, 0.1);
}
.mainmenu-container li {
	position: relative;
	text-align: left;
}
.mainmenu-container li li {
	border: none;
	border: 0;
}
.mainmenu-container li li a:before {
	content: "";
	width: 0;
	height: 6px;
	display: inline-block;
	margin-right: 0;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.mainmenu-container li li:last-child {
	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;
	font-weight: 400;
}
.mainmenu-container li li.focus > a,
.mainmenu-container li li:focus > a,
.mainmenu-container li li:hover > a {
	color: #000;
}
.mainmenu-container li li.focus > a:before,
.mainmenu-container li li:focus > a:before,
.mainmenu-container li li:hover > a:before {
	width: 6px;
	margin-right: 10px;
}
.mainmenu-container li li.current_page_item a:hover,
.mainmenu-container li li.current-menu-item a:hover,
.mainmenu-container li li.current_page_item a:focus,
.mainmenu-container li li.current-menu-item a:focus {
	color: #000;
}
.mainmenu-container > div > ul {
	border-top: 1px solid;
	border-top-color: #ebebeb;
	padding: 0.75em 1.695em;
}

.site-header .main-navigation ul ul {
	min-width: 280px;
}

.site-header .mainmenu-container .top-menu > li {
	margin-right: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.site-header .mainmenu-container .top-menu > li {
		margin-right: 25px;
	}
}
.site-header .mainmenu-container .top-menu > li > a {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 1em 0;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}

.sub-menu .text-label {
	position: static;
	transform: translateY(-80%);
}
.sub-menu .text-label:before {
	display: none;
}

/* Hide the menu on small screens when JavaScript is available.
	* It only works with JavaScript.
*/
.main-navigation ul {
	display: none;
}

.main-navigation.toggled-on > div > ul {
	display: block;
}

/* Menu toggle */
.menu-toggle {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	display: none;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
	outline: none !important;
	text-shadow: none;
	position: relative;
	z-index: 100;
	border: none;
}
.menu-toggle i {
	padding-right: 5px;
	font-weight: bold;
}

/* Display the menu toggle when JavaScript is available. */
.menu-toggle,
.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: thin solid;
}

.menu-toggle .icon,
.menu-toggle .fa {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */
.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	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:hover {
	background-color: transparent;
	color: #222;
}
.dropdown-toggle:focus {
	background-color: transparent;
	color: #222;
	outline: thin dotted;
}
.dropdown-toggle.toggled-on .icon,
.dropdown-toggle.toggled-on .fa {
	-ms-transform: rotate(-180deg);
	/* IE 9 */
	-webkit-transform: rotate(-180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Social Menu */
.social-navigation {
	font-size: 14px;
	font-size: 0.875rem;
}
.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.social-navigation li {
	display: inline;
}
.social-navigation li:first-child {
	margin-left: 0;
}
.social-navigation a {
	display: inline-block;
	text-align: center;
	line-height: 44px;
	width: 44px;
}

/* My Account Menu */
.my-account-links-menu {
	list-style: none;
}
.my-account-links-menu li {
	position: relative;
}
.my-account-links-menu li:hover .sub-menu {
	top: 100%;
	visibility: visible;
	opacity: 1;
	z-index: 2;
}
.my-account-links-menu > li {
	display: inline-block;
	list-style: none;
}
.my-account-links-menu .sub-menu {
	opacity: 0;
	position: absolute;
	top: 200%;
	right: -1px;
	min-width: 200px;
	background-color: #cccccc;
	visibility: hidden;
	margin: 0;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.my-account-links-menu .sub-menu li {
	float: none !important;
	border-top: 1px solid;
	border-color: rgba(0, 0, 0, 0.2);
}
.my-account-links-menu .sub-menu li:first-child {
	border-left: none;
}
.my-account-links-menu .sub-menu li a {
	border: none;
	text-align: left;
}

[class*="topbar-text-"] p {
	margin-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.custom-header .my-account-links-menu > li:first-child > a {
	font-size: 0px;
	font-size: 0rem;
	display: block;
}
.custom-header .my-account-links-menu > li:first-child > a:before {
	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;
	content: "\f007";
	font-size: 12px;
	font-size: 0.75rem;
	padding: 1.75em 1.25em;
	line-height: inherit;
}

.custom-header .my-account-links-menu .sub-menu {
	background-color: #fff;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.2);
	border-top: none;
	list-style: none;
}
.custom-header .my-account-links-menu .sub-menu a {
	padding: 0.75em 1.25em;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
}

/* Scroll down arrow */
.site-header .menu-scroll-down {
	display: none;
}

.opal-menu-canvas.main-navigation > div > ul {
	display: block;
}

/*--------------------------------------------------------------
	12.1 Navigation
--------------------------------------------------------------*/
.opal-wrapper {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

#page {
	z-index: 101;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

#opal-canvas-menu a > .fa-angle-down {
	display: none;
}

.scroller {
	overflow-y: scroll;
	position: relative;
}

.scroller-inner {
	position: relative;
}

.menu-trigger {
	position: relative;
	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 ease-in 0.3s;
}
.opal-layout-boxed .mp-menu.mp-menu-active {
	opacity: 1;
	pointer-events: auto;
}

.mp-menu {
	position: absolute;
	/* we can't use fixed here :( */
	top: 0;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	display: none;
}
.mp-menu.mp-menu-active {
	z-index: 3;
}

#page + .mp-menu,
.mp-menu + .mp-menu {
	display: block;
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	z-index: 3;
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: "";
	opacity: 0;
}

.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: "";
	opacity: 0;
}

.mp-pusher::after {
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	z-index: -1;
}

.mp-pusher.mp-pushed::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu.mp-overlap > .mp-level {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	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;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	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 rgba(0, 0, 0, 0.15);
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
	font-size: 15px;
	font-size: 0.9375rem;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	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-level > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.mp-menu a {
	color: #fff;
}
.mp-menu a:hover {
	color: #fff;
}

.mp-menu ul li a:hover {
	background: rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}

.mp-menu .menu > li > a {
	text-transform: uppercase;
	font-weight: bold;
}

.mp-level > ul > li:first-child > a:hover {
	background: rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a {
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}

.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}

.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0);
}

.mp-level > ul > li:first-child > a:hover {
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0);
}

/* 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: 700;
	display: block;
	font-size: 0.8em;
	padding: 1em;
	position: relative;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	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 {
	background: transparent;
	box-shadow: none;
	color: transparent;
}
.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: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 100;
	background: rgba(0, 0, 0, 0.4);
}

.trigger {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 4em;
	display: flex !important;
	justify-content: center;
	align-items: center;
	z-index: 2;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	background: rgba(0, 0, 0, 0.05);
	font-size: 12px !important;
}
.trigger:hover {
	background: rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	12.2 Pagination
--------------------------------------------------------------*/
.page-numbers {
	display: inline-block;
	line-height: 3em;
	height: 3em;
	width: 3em;
	color: #999;
	border-radius: 50%;
}
.page-numbers:not(.dots):hover,
.page-numbers:not(.dots):focus,
.page-numbers:not(.dots).current {
	display: inline-block;
	color: #000;
	background-color: #cccccc;
}

.prev.page-numbers,
.next.page-numbers {
	display: inline-block;
	-webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
	width: auto;
	height: auto;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
}
.prev.page-numbers span:not(.fa),
.next.page-numbers span:not(.fa) {
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	position: static !important;
	width: auto;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
	background-color: transparent;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

.elementor-pagination .prev.page-numbers,
.elementor-pagination .next.page-numbers {
	width: auto;
	height: auto;
}

.page-numbers {
	text-align: center;
}

.pagination,
.comments-pagination {
	font-size: 12px;
	padding: 2em 0 3em;
	text-align: center;
}
.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.opal-pagination-1 .pagination {
	padding-top: 2em;
	border-top: 1px solid #ebebeb;
}

.opal-pagination-2 a.page-numbers,
.opal-pagination-2 .current {
	border-radius: 0.25rem;
	background-color: #ebebeb;
}
.opal-pagination-2 a.page-numbers.current,
.opal-pagination-2 a.page-numbers:hover,
.opal-pagination-2 a.page-numbers:focus,
.opal-pagination-2 .current.current,
.opal-pagination-2 .current:hover,
.opal-pagination-2 .current:focus {
	border-radius: 0.25rem;
	background-color: #000;
	color: #fff;
}

.opal-pagination-2 .prev.page-numbers,
.opal-pagination-2 .next.page-numbers {
	background-color: transparent;
}

.opal-pagination-3 a.page-numbers,
.opal-pagination-3 .current {
	border-radius: 0.25rem;
	border: 1px solid;
	border-color: #ebebeb;
}
.opal-pagination-3 a.page-numbers.current,
.opal-pagination-3 a.page-numbers:focus,
.opal-pagination-3 a.page-numbers:hover,
.opal-pagination-3 .current.current,
.opal-pagination-3 .current:focus,
.opal-pagination-3 .current:hover {
	border-radius: 0.25rem;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.opal-pagination-4 a.page-numbers:hover,
.opal-pagination-4 a.page-numbers:focus,
.opal-pagination-4 a.page-numbers.current,
.opal-pagination-4 .current:hover,
.opal-pagination-4 .current:focus,
.opal-pagination-4 .current.current {
	border-radius: 0;
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}

.opal-pagination-5 a.page-numbers,
.opal-pagination-5 .current {
	border-radius: 50%;
	background-color: #ebebeb;
}
.opal-pagination-5 a.page-numbers:focus,
.opal-pagination-5 a.page-numbers:hover,
.opal-pagination-5 a.page-numbers.current,
.opal-pagination-5 .current:focus,
.opal-pagination-5 .current:hover,
.opal-pagination-5 .current.current {
	background-color: #000;
	color: #fff;
}

.opal-pagination-5 .prev.page-numbers,
.opal-pagination-5 .next.page-numbers {
	background-color: transparent;
}

.opal-pagination-6 a.page-numbers,
.opal-pagination-6 .current {
	border-radius: 0;
	border: 1px solid;
	border-color: #ebebeb;
	margin-right: 2px;
	margin-left: 2px;
	color: #bcbcbc;
	width: 3.8em;
	height: 3.2em;
	line-height: 3.2em;
	font-weight: 700;
}
.opal-pagination-6 a.page-numbers.current,
.opal-pagination-6 a.page-numbers:focus,
.opal-pagination-6 a.page-numbers:hover,
.opal-pagination-6 .current.current,
.opal-pagination-6 .current:focus,
.opal-pagination-6 .current:hover {
	border-radius: 0;
	color: #000;
	background: #fff;
	border-color: #000;
	box-shadow: 0 0 0 1px #000 inset;
}

.opal-pagination-6 .prev.page-numbers,
.opal-pagination-6 .next.page-numbers {
	background-color: transparent;
	width: auto;
	height: auto;
	border: none;
}
.opal-pagination-6 .prev.page-numbers.current,
.opal-pagination-6 .prev.page-numbers:focus,
.opal-pagination-6 .prev.page-numbers:hover,
.opal-pagination-6 .next.page-numbers.current,
.opal-pagination-6 .next.page-numbers:focus,
.opal-pagination-6 .next.page-numbers:hover {
	box-shadow: 0 0 0 0 transparent inset;
}

/*--------------------------------------------------------------
	13.0 Layout
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	/* 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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
*:before,
*:after {
	/* 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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background-color: #fff;
}
@media (max-width: 767px) {
	body #secondary,
	body #indra-sidebar-left {
		margin-top: 60px;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	body .primary {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
body.opal-content-layout-2cl #primary,
body.opal-content-layout-2cr #primary {
	padding-right: 20px;
	padding-left: 20px;
}
@media (min-width: 769px) {
	body.opal-content-layout-2cl #primary,
	body.opal-content-layout-2cr #primary {
		flex: 0 0 calc(100% - 400px);
		max-width: calc(100% - 400px);
	}
}
@media (min-width: 769px) {
	body.opal-content-layout-2cl #secondary,
	body.opal-content-layout-2cl #indra-sidebar-left,
	body.opal-content-layout-2cr #secondary,
	body.opal-content-layout-2cr #indra-sidebar-left {
		flex: 0 0 400px;
		max-width: 400px;
	}
}
body.opal-layout-boxed #page {
	background: #fff;
}

#page {
	position: relative;
	word-wrap: break-word;
	overflow: hidden;
}

.container-fluid > * {
	max-width: 1710px;
	margin-left: auto;
	margin-right: auto;
}

[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 .container,
	.opal-container-full #content,
	.opal-container-full .elementor-event-wrapper {
		max-width: 100%;
	}
}

.opal-container-full .page-title-bar {
	border-bottom: 1px solid #e1e1e1;
}
.opal-container-full .page-title-bar .page-header {
	margin-top: 5px;
}

.opal-archive-style-3 .post-style-3 .link-more {
	display: none;
}

/*--------------------------------------------------------------
	13.1 Header
--------------------------------------------------------------*/
#masthead .wrap {
	position: relative;
}

.site-header {
	background-color: #fff;
	position: relative;
	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 .container,
.site-header #content,
.site-header .elementor-event-wrapper {
	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;
}
.home .site-header .header-content {
	border-bottom: 1px solid;
	border-color: #ebebeb;
}
.site-header .header-content .custom-header {
	margin-right: auto;
	margin-left: auto;
}
.site-header .header-content .custom-header .header-main-content {
	margin-left: -15px;
	margin-right: -15px;
}
.site-header .header-content .site-branding {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.site-header .header-content .site-branding {
		max-width: 25%;
	}
}
.site-header .header-content .navigation-top {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.site-header .header-content .navigation-top {
		max-width: 75%;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
		text-align: center;
	}
}
.site-header .header-group {
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
}
@media (max-width: 1199px) {
	.site-header .header-group {
		display: none;
		width: 100%;
	}
}
.site-header .header-group > * {
	margin-right: 25px;
}
.site-header .header-group > *:last-child,
.site-header .header-group > *.site-header-cart {
	margin-right: 0;
}
.site-header .header-group .search-form {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.site-header .header-group .search-field {
	border: 1px solid #eeeeee;
	padding-right: 50px;
}
.site-header .header-group .search-submit {
	background: transparent;
	border: 0;
	color: #222;
	padding: 1rem 1.5rem;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
}
.site-header .header-group .search-submit:hover,
.site-header .header-group .search-submit:focus {
	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;
}

/* Site branding */
.site-branding {
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
	display: inline-block;
}
.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #222;
	opacity: 1;
	/* Prevent opacity from changing during selective refreshes in the customize preview */
}
.site-title a {
	color: #222;
	opacity: 1;
}

.site-description {
	font-size: 13px;
	margin-bottom: 0;
}

.custom-logo-link {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.custom-logo-link img {
	display: block;
	max-height: 80px;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.custom-header {
	position: relative;
	z-index: 1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.navigation-button {
	display: inline-block;
}
.navigation-button .menu-toggle {
	display: block;
}

/* Header Absolute Layout */
@media (min-width: 992px) {
	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;
	-webkit-animation: dropdown 0.3s ease;
	-moz-animation: dropdown 0.3s ease;
	animation: dropdown 0.3s ease;
}

.sticky-header {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

@keyframes dropdown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes dropdown {
	0% {
		transform: translateY(-100%);
		-webkit-transition: translateY(-100%);
	}
	100% {
		transform: translateY(0);
		-webkit-transition: translateY(0);
	}
}

#opal-header-content {
	width: 100vw;
}
#opal-header-content.sticky-show {
	background-color: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

/*--------------------------------------------------------------
	13.2 Front Page
--------------------------------------------------------------*/
.indratrust-front-page .site-content {
	padding: 0;
}

.ezboozt-panel {
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.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 */
	background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
	);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.3))
	);
	background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
	);
	background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
	);
	/* 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: #232323;
	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: 300;
	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-top: 5em;
	padding-bottom: 5em;
}

/*--------------------------------------------------------------
	13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
	position: relative;
}
.sticky .entry-title:before {
	margin-right: 15px;
	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;
	content: "\f08d";
}

.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;
}

h1.entry-title {
	letter-spacing: -1px;
}

.bypostauthor {
	z-index: 10;
}

.comments-link span {
	color: #fff;
	line-height: 22px;
	display: inline-block;
	margin-right: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 20px;
	min-width: 22px;
	text-align: center;
}

.entry-title a {
	color: inherit;
	letter-spacing: -0.5px;
	font-weight: 600;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-tags a {
	display: inline-block;
}

.entry-meta {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.667;
	text-transform: capitalize;
	margin-bottom: 0.5em;
}
.entry-meta a {
	color: #c4c4c4;
}
.entry-meta a:hover {
	text-decoration: underline;
}
.entry-meta > span:not(:last-child):after {
	content: "|";
	display: inline-block;
	padding: 0 5px;
}
.entry-meta .entry-meta-inner > span {
	display: inline-block;
}
.entry-meta .entry-meta-inner > span:first-child:before {
	content: none;
}
.entry-meta .entry-meta-inner > span:before {
	display: inline-block;
	content: "|";
	margin: 0 5px;
}
.entry-meta .entry-category {
	margin-bottom: 0;
}
.entry-meta .entry-category li {
	display: inline-block;
}

.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-header {
	padding-bottom: 1em;
}
.entry-header .entry-title {
	margin-bottom: 0.45em;
}
.entry-header h3.entry-title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
}

.entry-video.embed-responsive {
	margin-bottom: 1.5em;
}

.cat-tags-links {
	margin-bottom: 60px;
}
.cat-tags-links .tags-links {
	display: block;
}
.cat-tags-links .tags-links a {
	display: inline-block;
	border-color: #ebebeb;
	font-size: 16px;
	font-size: 1rem;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 1px solid #d6d9dc;
	line-height: 1.2;
}

.updated:not(.published) {
	display: none;
}

.more-link {
	display: inline-block;
	text-decoration: none;
}

.more-link-wrap {
	display: block;
	margin-top: 25px;
}

.pbr-social-share {
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	padding-top: 25px;
	padding-bottom: 20px;
	border-top: 1px solid #ebebeb;
}
.pbr-social-share span.social-link {
	float: right;
}
.pbr-social-share .social-share-header {
	display: block;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.pbr-social-share a {
	color: #999;
	font-size: 24px;
	font-size: 1.5rem;
	display: inline-block;
	margin: 0 0.4rem;
}

/* Aligned blockquotes */
.entry-content ul,
.entry-content ol {
	padding-left: 1.3em;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

.entry-content blockquote a:not(.more-link) {
	text-decoration: underline;
}

.entry-content blockquote cite a,
.entry-content strong,
.entry-content dt,
.entry-content th {
	color: #000;
}

/* Blog landing, search, archives */
.blog .site-main > article .gallery-item,
.archive .site-main > article .gallery-item,
.search .site-main > article .gallery-item {
	margin-bottom: 0;
}

body.single-post .entry-meta {
	margin-bottom: 0;
}

body.single-post article.type-post {
	margin-bottom: 0;
}
body.single-post article.type-post .post-thumbnail {
	text-align: center;
	margin-bottom: 3rem;
}
body.single-post article.type-post .entry-content {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 3rem;
}
body.single-post article.type-post .entry-content > p:last-child {
	padding-bottom: 0;
}
body.single-post article.type-post .entry-footer {
	padding: 0;
}
body.single-post article.type-post .entry-footer .tags-links,
body.single-post article.type-post .entry-footer .edit-link,
body.single-post article.type-post .entry-footer .cat-links {
	padding-left: 0;
}

body.single-post article.type-post {
	margin-bottom: 0;
}
body.single-post article.type-post .entry-content {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 1.4rem;
}
body.single-post article.type-post .entry-content > p:last-child {
	padding-bottom: 0;
}
body.single-post article.type-post .entry-footer {
	padding: 0;
}
body.single-post article.type-post .entry-footer .tags-links,
body.single-post article.type-post .entry-footer .edit-link,
body.single-post article.type-post .entry-footer .cat-links {
	padding-left: 0;
}

body.single-post .navigation {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 90px;
	border: 1px solid #ebebeb;
}
body.single-post .navigation > div {
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 768px) {
	body.single-post .navigation > div {
		padding: 24px 40px;
	}
}
body.single-post .navigation > div:last-child {
	border-left: 1px solid #ebebeb;
}
body.single-post .navigation .nav-content {
	position: relative;
}
body.single-post .navigation .nav-title {
	font-size: 10px;
	font-size: 0.625rem;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #999;
}
body.single-post .navigation .nav-link {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
}
@media (max-width: 767px) {
	body.single-post .navigation .nav-link {
		display: none;
	}
}
body.single-post .navigation .nav-link a:hover {
	text-decoration: underline;
}
body.single-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;
}
body.single-post .navigation .thumbnail-nav {
	position: absolute;
	top: 5px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1;
	color: #999;
}
@media (max-width: 767px) {
	body.single-post .navigation .thumbnail-nav {
		top: -5px;
	}
}
body.single-post .navigation .thumbnail-nav i {
	display: block;
}
body.single-post .navigation .next-nav {
	text-align: right;
	justify-content: flex-end;
	position: relative;
}
body.single-post .navigation .next-nav:hover a {
	text-decoration: underline;
}
body.single-post .navigation .next-nav .thumbnail-nav {
	right: 0;
}
body.single-post .navigation .next-nav .nav-content {
	padding-right: 25px;
}
body.single-post .navigation .previous-nav {
	justify-content: flex-start;
	position: relative;
}
body.single-post .navigation .previous-nav .nav-content {
	padding-left: 25px;
}
body.single-post .navigation .previous-nav .thumbnail-nav {
	left: 0;
}
body.single-post .navigation .previous-nav:hover a {
	text-decoration: underline;
}

body.single-post.opal-content-layout-1c #content {
	max-width: 1200px;
}

body.single-post.opal-single-post-style .post-thumbnail img {
	width: 100%;
}

body.single-post.opal-single-post-style .post-inner {
	display: flex;
	flex-direction: column;
}

.blog .site-content {
	padding-bottom: 60px;
}

.related-heading {
	margin-top: 65px;
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 1em;
	font-weight: 600;
}

.related-posts .column-item .post-inner {
	display: block;
	margin-bottom: 1.5em;
}
.related-posts .column-item .post-inner .post-thumbnail {
	padding-top: 56.25%;
	position: relative;
}
.related-posts .column-item .post-inner .post-thumbnail a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.related-posts .column-item .post-inner .post-thumbnail a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.related-posts .column-item .post-inner .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}
.related-posts .column-item .post-inner .entry-category {
	display: none;
}

.related-posts .column-item .entry-meta-inner > span:before {
	display: none;
	margin: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

.comment-form-cookies-consent {
	padding-left: 20px;
}
.comment-form-cookies-consent label {
	display: inline-block;
}

/* More tag */
.entry-content .more-link:before {
	content: "";
	display: block;
}

/* Single Post */
.single-featured-image-header {
	background-color: #fafafa;
	border: 1px solid #ebebeb;
}
.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;
	display: inline-block;
	padding: 0.5em 1em;
	line-height: 1;
	margin: 3px;
	border-radius: 3px;
	background: transparent;
}
.page-links a {
	display: inline-block;
}
.page-links a:hover .page-number,
.page-links a:focus .page-number {
	color: #fff;
}

/* Post Formats */
.blog .format-status .entry-title,
.archive .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: #ebebeb;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	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 .author-name .a-name {
	text-transform: capitalize;
}
.author-wrapper .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 #ebebeb;
	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: 700;
}

.page article.type-post .entry-header .edit-link {
	position: static;
	display: block;
}

.blog article,
.archive article,
.search article {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e7e7e7;
}
.blog article:last-child,
.archive article:last-child,
.search article:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.blog article .entry-summary,
.archive article .entry-summary,
.search article .entry-summary {
	padding-bottom: 20px;
}
.blog article .link-more,
.archive article .link-more,
.search article .link-more {
	margin-bottom: 0;
}

.opal-archive-style-4.blog .site-main .navigation,
.opal-archive-style-4.blog .site-main .pagination,
.opal-archive-style-4.archive .site-main .navigation,
.opal-archive-style-4.archive .site-main .pagination {
	width: 100%;
}

article.content-style-1 .entry-header {
	padding-left: 0;
	padding-right: 0;
}

article.content-style-2 {
	margin-bottom: 40px;
	padding-bottom: 40px;
}
article.content-style-2 .entry-header {
	padding: 0;
}

/*--------------------------------------------------------------
	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;
}

.page .edit-link {
	display: inline-block;
	margin-top: 0.5rem;
	position: absolute;
	padding-right: 10px;
	padding-left: 10px;
	top: 0;
	right: 0;
}
.page .edit-link a.post-edit-link {
	margin-right: 0.5rem;
}

.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;
	margin-bottom: 50px;
}

.page-links {
	clear: both;
	margin: 0 0 1em;
}

/* 404 page */
.error404 .site-content-contain {
	background-color: #fff;
}
@media (max-width: 991px) {
	.error404 .site-content-contain {
		padding-top: 0;
	}
}

.error404 .page-content {
	text-align: center;
	position: relative;
	padding: 50px 0;
}
@media (max-width: 767px) {
	.error404 .page-content {
		padding: 0;
	}
}

.error404 .error-404 {
	background-position: center;
	background-repeat: no-repeat;
}

.error404 .svg-bkg {
	position: absolute;
	width: 100%;
	z-index: -1;
}
.error404 .svg-bkg svg {
	width: 40%;
}
@media (max-width: 1199px) {
	.error404 .svg-bkg svg {
		width: 60%;
	}
}
@media (max-width: 991px) {
	.error404 .svg-bkg svg {
		width: 70%;
	}
}
@media (max-width: 575px) {
	.error404 .svg-bkg svg {
		width: 100%;
	}
}

.error404 h1 {
	padding-top: 60px;
	padding-bottom: 5px;
	color: #000;
	font-size: 240px;
	font-size: 15rem;
	line-height: 0.8;
	text-shadow: 0px 5px 24px rgba(0, 0, 0, 0.38);
}
@media (max-width: 767px) {
	.error404 h1 {
		font-size: 190px;
		font-size: 11.875rem;
		margin-top: 0;
	}
}
@media (max-width: 575px) {
	.error404 h1 {
		font-size: 150px;
		font-size: 9.375rem;
		margin-bottom: 25px;
	}
}

.error404 .error-title {
	color: #000;
	font-size: 60px;
	font-size: 3.75rem;
	text-transform: none !important;
	margin-bottom: 25px;
	line-height: 1.5;
}
@media (max-width: 991px) {
	.error404 .error-title {
		font-size: 50px;
		font-size: 3.125rem;
	}
}
@media (max-width: 575px) {
	.error404 .error-title {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

.error404 .error-text {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.67;
	color: #000;
	letter-spacing: -0.025rem;
}
@media (max-width: 575px) {
	.error404 .error-text {
		font-size: 20px;
		font-size: 1.25rem;
	}
}
@media (max-width: 575px) {
	.error404 .error-text a {
		margin: 15px auto;
		max-width: 200px;
		display: block;
	}
}

.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;
	z-index: 3;
}

.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 #ebebeb;
	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.widget_recent_entries li {
	padding-top: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
	border-color: #ebebeb;
}
.site-footer .widget.widget_recent_entries li:last-child {
	border: none;
}

.site-footer .widget_rss ul li {
	border-top: 1px solid;
	border-color: #ebebeb;
	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: 999;
	padding: 0;
	width: 55px;
	height: 55px;
	line-height: 55px;
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
@media (max-width: 767px) {
	.scrollup {
		opacity: 0 !important;
		pointer-events: none;
	}
}
.scrollup.activate {
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	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 Breadcrumb
--------------------------------------------------------------*/
.breadcrumb i {
	padding: 0 5px;
	vertical-align: middle;
}

.breadcrumb a {
	color: white;
}
.breadcrumb a:after {
	content: "/";
	padding: 0 10px;
	display: inline-block;
	display: none;
}

.breadcrumb span {
	color: white;
}
.breadcrumb span.fa {
	margin: 0 10px;
}

.breadcrumbs {
	font-size: 14px;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
	13.10 header-sticky
--------------------------------------------------------------*/
.site-header-account {
	position: relative;
}
.site-header-account.style-icon .account-label {
	display: none;
}
.site-header-account.style-label .icon {
	display: none;
}
.site-header-account.style-both .icon {
	display: inline-block;
	vertical-align: bottom;
}
.site-header-account.style-both .account-label {
	padding-left: 10px;
	display: inline-block;
	vertical-align: bottom;
}
.site-header-account.style-both .account-label span {
	display: block;
	line-height: 1;
}
@media (max-width: 991px) {
	.site-header-account.style-both .account-label {
		display: none;
	}
}
.site-header-account.style-both .account-avata img {
	margin-bottom: -5px;
}
.site-header-account.style-both .account-avata + .account-label span {
	line-height: 1.2;
}
.site-header-account .label-name {
	max-width: 83px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 500;
}
.site-header-account > a {
	display: block;
	font-size: 13px;
	color: #232323;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 700;
}
.site-header-account > a span {
	font-size: 20px;
	vertical-align: middle;
}
.site-header-account .login-form-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}
.site-header-account .account-dropdown {
	text-align: left;
	right: 0;
	top: calc(100% + 15px);
	position: absolute;
	pointer-events: none;
	opacity: 0;
	z-index: 99;
	visibility: hidden;
	color: #000;
	padding-top: 10px;
}
.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.register-link,
.site-header-account .account-dropdown a.lostpass-link {
	font-size: 14px;
	font-size: 0.875rem;
}
.site-header-account .account-dropdown a.register-link:hover,
.site-header-account .account-dropdown a.lostpass-link:hover {
	text-decoration: underline;
}
.site-header-account .account-dropdown label {
	margin-bottom: 0.5rem;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.7;
}
.site-header-account .account-dropdown p {
	margin-bottom: 1rem;
}
.site-header-account .account-dropdown input,
.site-header-account .account-dropdown button {
	line-height: normal !important;
}
.site-header-account .account-dropdown button {
	font-size: 12px !important;
	text-transform: uppercase;
}
.site-header-account .account-dropdown .account-wrap {
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.17);
	border-radius: 0px;
}
.site-header-account .account-dropdown .account-wrap:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	background-color: #fff;
	top: -5px;
	right: 5px;
	transform: rotate(45deg);
	z-index: 1;
}
.site-header-account .account-dropdown .account-inner {
	width: 320px;
	padding: 17px 20px;
	max-height: 500px;
	overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
	width: 210px;
}
.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: #000000;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
	list-style: none;
	margin-bottom: 0;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
}
.site-header-account:hover .account-dropdown {
	top: 100%;
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

/*--------------------------------------------------------------
	14.0 Comments
--------------------------------------------------------------*/
article.type-page + .comments-area {
	margin-top: 2em;
}

#comments {
	clear: both;
}

.comments-title {
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 1.5em;
}

.comment-list {
	margin: 0 0 3em;
	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:before {
	display: none;
}
.comment-list .depth-1 > article {
	margin-left: 0;
}

.comment-body + .comment-respond {
	margin-top: 1.5em;
	padding: 30px;
	background: #f0f0f0;
	position: relative;
	max-width: 600px;
	margin-bottom: 1.5em;
}
@media (min-width: 768px) {
	.comment-body + .comment-respond {
		margin-left: 4em;
	}
	.comment-body + .comment-respond:before {
		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;
		content: "\f112";
		position: absolute;
		transform: rotate(180deg);
		top: 0;
		right: calc(100% + 15px);
		font-size: 24px;
	}
}

.comment_container .avatar,
.comment-body .avatar {
	height: 50px;
	width: 50px;
	left: -65px;
	position: absolute;
}

.comment_container .says,
.comment-body .says {
	display: none;
}

.comment_container,
article.comment-body {
	margin-bottom: 2em;
}

.comment-content > ul,
.comment-content > ol {
	padding-left: 1.35em;
}

.comment-author {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.comment-meta {
	margin-bottom: 1.5em;
	margin-left: 65px;
}

.comment-metadata {
	font-size: 12px;
	font-size: 0.75rem;
}
.comment-metadata a.comment-edit-link {
	margin-left: 1em;
}

.reply {
	margin-bottom: 1.5em;
}

.comment-reply-link {
	font-weight: 600;
	position: relative;
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
}
.comment-reply-link:before {
	display: inline-block;
	font: normal normal normal 12px/1 FontAwesome;
	content: "\f0e5";
	margin-right: 5px;
}
.comment-reply-link .icon {
	left: -2em;
	height: 1em;
	width: 1em;
	position: absolute;
	top: 0;
}

#cancel-comment-reply-link {
	text-transform: capitalize;
	font-size: 12px;
	font-size: 0.75rem;
	display: block;
	margin-top: 10px;
}
#cancel-comment-reply-link:before {
	margin-right: 3px;
	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;
	content: "\f057";
	display: inline-block;
}

.comments-pagination {
	margin: 2em 0 3em;
}

/**
	Comment Form
*/
.comment-form label {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
}

.comment-form .required {
	color: red;
}

.comment-form a {
	text-decoration: underline;
}

.comment-content table th {
	border-bottom: 1px solid;
	border-bottom-color: #ebebeb;
	padding-bottom: 0.5em;
	color: #000;
}

.comment-content table td a {
	font-weight: 600;
}

.opal-comment-1 .comment_container,
.opal-comment-1 .comment-body {
	padding: 30px;
	border: 1px solid;
	border-color: #ebebeb;
}

.opal-comment-1 .children > li,
.opal-comment-1 .comment-list > li {
	margin-bottom: 1.5em;
}

.opal-comment-1 .comment-list {
	margin-bottom: 1.5em;
}
.opal-comment-1 .comment-list .children {
	padding-left: 0;
}

.opal-comment-2 .comment-content {
	margin-left: 65px;
}

.opal-comment-2 .children > li,
.opal-comment-2 .comment-list > li {
	margin-bottom: 1.5em;
}

.opal-comment-2 .comment_container,
.opal-comment-2 .comment-body {
	position: relative;
	padding: 30px;
}
.opal-comment-2 .comment_container .comment-content:before,
.opal-comment-2 .comment-body .comment-content:before {
	content: "";
	position: absolute;
	left: 105px;
	top: 30px;
	width: 1px;
	height: calc(100% - 60px);
	background-color: #ebebeb;
}
.opal-comment-2 .comment_container .reply,
.opal-comment-2 .comment-body .reply {
	margin-left: 90px;
}

.opal-comment-2 #comments .avatar {
	border-radius: 50%;
	left: -70px;
}

.opal-comment-3 .comment-content {
	margin-left: 65px;
}

.opal-comment-3 .comment_container,
.opal-comment-3 .comment-body {
	border-bottom: 1px solid;
	border-color: #ebebeb;
	background-color: transparent;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.opal-comment-3 .comment-reply-link {
	border: 1px solid;
	border-color: #ebebeb;
	padding: 0.2rem 0.5rem;
	display: inline-block;
}

.opal-comment-3 #comments .avatar {
	box-shadow: 0 3px 5px #ebebeb;
	border: 3px solid;
	border-color: #fff;
}

.opal-comment-4 .comment-content {
	margin-left: 65px;
}

.opal-comment-4 .comment_container,
.opal-comment-4 .comment-body {
	position: relative;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid;
	border-color: #ebebeb;
	background-color: transparent;
	margin-bottom: 0;
}
.opal-comment-4 .comment_container > p:last-child,
.opal-comment-4 .comment-body > p:last-child {
	margin-bottom: 0;
}
@media (min-width: 576px) {
	.opal-comment-4 .comment_container .reply,
	.opal-comment-4 .comment-body .reply {
		position: absolute;
		right: 10px;
		top: 30px;
		z-index: 2;
	}
}

.opal-comment-4 .comment-list {
	border-top: 1px solid;
	border-color: #ebebeb;
}

.opal-comment-4 #comments .avatar {
	border-radius: 50%;
}

.opal-comment-4 #comments .depth-1 > article {
	padding-left: 0;
}

.opal-comment-4 #comments time {
	position: relative;
}

.opal-comment-5 .comment-content,
.opal-comment-5 .comment-meta {
	margin-left: 15px;
}

.opal-comment-5 .reply {
	margin-bottom: 0;
}

.opal-comment-5 .comment-reply-link {
	background-color: #ebebeb;
	padding: 0.25rem 0.5rem;
	position: absolute;
	right: 0;
	bottom: 0;
}

.opal-comment-5 .comment_container,
.opal-comment-5 .comment-body {
	position: relative;
	padding-bottom: 0.5em;
}

.opal-comment-5 #comments .avatar {
	border: 2px solid;
	border-color: #fff;
	left: 0;
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow: 0 3px 5px #cccccc;
}

.opal-comment-5 #comments .depth-1 > article {
	margin-left: 1.5rem;
}

.opal-comment-6 .commnent-list .children {
	margin-left: 6em !important;
}

.opal-comment-6 .comment_container,
.opal-comment-6 .comment-body {
	padding-bottom: 0.5em;
}

.opal-comment-6 .comment-list .children {
	position: relative;
}
@media (min-width: 768px) {
	.opal-comment-6 .comment-list .children:before {
		position: absolute;
		content: "\f112";
		font-family: FontAwesome;
		top: 0;
		left: -60px;
		font-size: 40px;
		font-size: 2.5rem;
		transform: rotate(-180deg);
		color: #cccccc;
	}
}

.opal-comment-7 .comment-list {
	padding-left: 80px;
}
.opal-comment-7 .comment-list .children {
	margin-left: 4em !important;
}
.opal-comment-7 .comment-list .reply {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 35px;
}

.opal-comment-7 .comment-reply-link {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.opal-comment-7 .comment-reply-link:before {
	position: absolute;
	content: "\f112";
	font-family: FontAwesome;
	font-size: 20px;
	font-size: 1.25rem;
	color: #ebebeb;
	top: 0;
}

.opal-comment-7 .comment-meta {
	margin-left: 0;
}

.opal-comment-7 #comments .avatar {
	border: 2px solid;
	border-color: #fff;
	box-shadow: 0 3px 5px #ebebeb;
	left: -105px;
	margin-top: -1.75rem;
}

.opal-comment-7 .comment_container,
.opal-comment-7 .comment-body {
	position: relative;
	padding-bottom: 0.5em;
}
.opal-comment-7 .comment_container:before,
.opal-comment-7 .comment-body:before {
	width: 16px;
	height: 16px;
	position: absolute;
	left: -8px;
	top: 15px;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: #cccccc;
	content: "";
	background-color: #fff;
	transform: rotate(45deg);
}

/**
	Comment Form
*/
.opal-comment-form-2 .comment-respond .comment-reply-title,
.opal-comment-form-3 .comment-respond .comment-reply-title {
	position: relative;
	font-size: 28px;
	font-size: 1.75rem;
}

.opal-comment-form-2 .comment-form,
.opal-comment-form-3 .comment-form {
	display: flex;
	flex-wrap: wrap;
}
.opal-comment-form-2 .comment-form .form-submit,
.opal-comment-form-3 .comment-form .form-submit {
	text-align: left;
}
.opal-comment-form-2 .comment-form label,
.opal-comment-form-3 .comment-form label {
	display: none;
}
.opal-comment-form-2 .comment-form [class*="comment-form-"],
.opal-comment-form-3 .comment-form [class*="comment-form-"] {
	margin-bottom: 1.5em;
}

.opal-comment-form-3 .comment-form .comment-notes,
.opal-comment-form-3 .comment-form .comment-form-author,
.opal-comment-form-3 .comment-form .comment-form-email,
.opal-comment-form-3 .comment-form .comment-form-url {
	order: -1;
}

.opal-comment-form-4 .comment-form .comment-notes,
.opal-comment-form-4 .comment-form .comment-form-author,
.opal-comment-form-4 .comment-form .comment-form-email,
.opal-comment-form-4 .comment-form .comment-form-url {
	order: -1;
}

.opal-comment-form-4 .comment-form .form-submit {
	text-align: left;
}

.opal-comment-form-5 .comment-form {
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	grid-template-rows: 100% 100% 100% 100%;
	grid-template-areas: "header header" "left right" "left right1" "left1 right2";
	grid-gap: 40px;
	margin-bottom: 40px;
}
.opal-comment-form-5 .comment-form > p {
	margin-bottom: 0;
}
.opal-comment-form-5 .comment-form .logged-in-as,
.opal-comment-form-5 .comment-form .comment-notes {
	grid-area: header;
}
.opal-comment-form-5 .comment-form .comment-form-author {
	grid-area: right;
}
.opal-comment-form-5 .comment-form .comment-form-email {
	grid-area: right1;
}
.opal-comment-form-5 .comment-form .comment-form-url {
	grid-area: right2;
}
.opal-comment-form-5 .comment-form .comment-form-comment {
	grid-area: left;
}
.opal-comment-form-5 .comment-form .comment-form-comment textarea {
	max-height: 160px;
}
.opal-comment-form-5 .comment-form .form-submit {
	grid-area: left1;
	display: flex;
}
.opal-comment-form-5 .comment-form .form-submit .submit {
	width: 100%;
}

.opal-comment-form-6 .comment-form {
	display: flex;
	flex-wrap: wrap;
}
.opal-comment-form-6 .comment-form .form-submit {
	text-align: center;
}

.opal-comment-form-1 .comment-form ::placeholder,
.opal-comment-form-4 .comment-form ::placeholder,
.opal-comment-form-5 .comment-form ::placeholder,
.opal-comment-form-6 .comment-form ::placeholder {
	color: transparent;
}

.opal-comment-form-1 .comment-form :-ms-input-placeholder,
.opal-comment-form-4 .comment-form :-ms-input-placeholder,
.opal-comment-form-5 .comment-form :-ms-input-placeholder,
.opal-comment-form-6 .comment-form :-ms-input-placeholder {
	color: transparent;
}

.opal-comment-form-1 .comment-form ::-ms-input-placeholder,
.opal-comment-form-4 .comment-form ::-ms-input-placeholder,
.opal-comment-form-5 .comment-form ::-ms-input-placeholder,
.opal-comment-form-6 .comment-form ::-ms-input-placeholder {
	color: transparent;
}

/*--------------------------------------------------------------
	15.0 Widgets
--------------------------------------------------------------*/
#secondary .widget,
#indra-sidebar-left .widget {
	background-color: #f9f9f9;
	padding: 30px;
}
@media (min-width: 1200px) {
	#secondary .widget,
	#indra-sidebar-left .widget {
		padding: 40px 45px 50px;
	}
}
#secondary .widget ul,
#indra-sidebar-left .widget ul {
	margin: 0;
	padding-left: 0;
}
#secondary .widget ul li,
#indra-sidebar-left .widget ul li {
	position: relative;
}
#secondary .widget ul li:before,
#indra-sidebar-left .widget ul li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#secondary .widget ul li:last-child:before,
#indra-sidebar-left .widget ul li:last-child:before {
	border-bottom: none;
}
#secondary .widget ul.sub-menu,
#indra-sidebar-left .widget ul.sub-menu {
	margin-top: 7px;
}
#secondary .widget ul.sub-menu:before,
#indra-sidebar-left .widget ul.sub-menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#secondary .widget ul.children,
#indra-sidebar-left .widget ul.children {
	margin-top: 7px;
}
#secondary .widget ul.children:before,
#indra-sidebar-left .widget ul.children:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#secondary .widget.widget_opal-wp_template,
#indra-sidebar-left .widget.widget_opal-wp_template {
	background-color: transparent;
	padding: 0;
}

#secondary .widget_search .search-form .input-group,
#indra-sidebar-left .widget_search .search-form .input-group {
	position: relative;
}

#secondary .widget_search input[type="search"],
#indra-sidebar-left .widget_search input[type="search"] {
	background-color: #e9e9e9;
}

#secondary .widget_meta,
#indra-sidebar-left .widget_meta,
#secondary .widget_recent_entries,
#indra-sidebar-left .widget_recent_entries,
#secondary .widget_pages,
#indra-sidebar-left .widget_pages,
#secondary .widget_categories,
#indra-sidebar-left .widget_categories,
#secondary .widget_archive,
#indra-sidebar-left .widget_archive,
#secondary .widget_recent_comments,
#indra-sidebar-left .widget_recent_comments,
#secondary .widget_nav_menu,
#indra-sidebar-left .widget_nav_menu,
#secondary .widget_links,
#indra-sidebar-left .widget_links,
#secondary .widget_product_categories,
#indra-sidebar-left .widget_product_categories,
#secondary .widget_layered_nav,
#indra-sidebar-left .widget_layered_nav,
#secondary .widget_layered_nav_filters,
#indra-sidebar-left .widget_layered_nav_filters {
	/* ul {
		margin: 0;
		padding-left: 0;
		
	}*/
}

#secondary .widget_product_categories ul li,
#indra-sidebar-left .widget_product_categories ul li {
	position: relative;
	padding-right: 20px;
}

#secondary .widget_product_categories ul.children,
#indra-sidebar-left .widget_product_categories ul.children {
	margin-right: -20px;
	padding-top: 0.5rem;
	display: none;
}

#secondary .widget_product_categories i,
#indra-sidebar-left .widget_product_categories i {
	position: absolute;
	right: 0;
	top: 0.7rem;
	line-height: inherit;
	font-size: 10px;
	font-size: 0.625rem;
	cursor: pointer;
}

#secondary .widget_product_categories .current-cat > a,
#indra-sidebar-left .widget_product_categories .current-cat > a {
	color: #222;
}
#secondary .widget_product_categories .current-cat > a:before,
#indra-sidebar-left .widget_product_categories .current-cat > a:before {
	border-color: #222;
	background-color: #222;
}

.widget a.url {
	font-weight: 600;
}

h2.widget-title,
h2.widgettitle {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
	padding-bottom: 0.8em;
	border-bottom: 1px dashed #e0e0e0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.widget-title a {
	color: inherit;
}

.site-footer .widget {
	padding-bottom: 0.25rem;
}

/* widget forms */
.widget {
	margin-bottom: 40px;
}
.widget form {
	padding: 0.4em 0;
}
.widget select {
	width: 100%;
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget ul li {
	padding: 0.5rem 0;
	overflow: hidden;
}
.widget ul li + li {
	margin-top: -1px;
}
.widget ul li ul {
	padding: 0.5rem 0 0;
	position: relative;
}
.widget ul li li {
	padding-left: 0.9rem;
}
@media (min-width: 992px) {
	.widget ul li li {
		padding-left: 1.3rem;
	}
}
.widget ul li li:last-child {
	padding-bottom: 0;
}
.widget ul li:last-child {
	padding-bottom: 0;
}
.widget ul li:first-child {
	padding-top: 0;
}

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.widget_top-posts ul li,
.widget_rss_links ul li,
.widget-grofile ul.grofile-links li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.widget_top-posts ul li li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links 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 .rsswidget:first-child {
	float: right;
}
.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: 2.125em 0;
	border-top: 1px solid;
	border-color: #ebebeb;
}
.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 600;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */
.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
	font-size: 16px;
	margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

.widget_recent_comments .recentcomments {
	color: #999;
}
.widget_recent_comments .recentcomments .comment-author-link {
	font-weight: 600;
	color: #000;
	font-size: 15px;
}

/* Recent Posts widget */
.widget_recent_entries li.item-recent-post {
	display: flex;
	padding: 0.5rem 0;
	border: 0;
}
.widget_recent_entries li.item-recent-post .title-post {
	display: flex;
	flex-direction: column;
}
.widget_recent_entries li.item-recent-post .post-date {
	order: -1;
}
.widget_recent_entries li.item-recent-post a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 500;
	line-height: 1.2;
	height: 2.4em;
}

.widget_recent_entries img {
	margin-right: 15px;
	height: 80px;
	max-width: 80px;
	display: block;
	object-fit: cover;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
}

/* Widget Search*/
.widget_search input[type="search"] {
	border: 1px solid #ebebeb;
	padding-right: 50px;
}

.widget_search button[type="submit"] {
	background: transparent;
	border: 0;
	color: #222;
	padding: 1rem 1.5rem;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
}
.widget_search button[type="submit"]:hover,
.widget_search button[type="submit"]:focus {
	background-color: transparent;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
}

.widget_search .input-group-btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.widget_archive li,
.widget_categories li {
	text-align: right;
	text-transform: capitalize;
}

.widget_archive a,
.widget_categories a {
	float: left;
}

.widget_archive select,
.widget_categories select {
	margin: 0.4em 0;
}

.secondary-border .search-form input[type="text"] {
	border-color: #c6475a;
}
.secondary-border .search-form input[type="text"]:focus {
	border-color: #c6475a;
}

.none-border .search-form input[type="text"] {
	border: none;
}

.bottom-to-top .search-form-wapper,
.top-to-bottom .search-form-wapper,
.popup .search-form-wapper {
	position: relative;
	max-width: 100%;
}
.bottom-to-top
.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,
.popup .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,
	.top-to-bottom
    .search-form-wapper
    .dgwt-wcas-search-wrapp
    .dgwt-wcas-search-input,
	.popup .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,
.top-to-bottom
.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 {
	color: inherit;
	opacity: 1;
}
.bottom-to-top .search-form-wapper:after,
.top-to-bottom .search-form-wapper:after,
.popup .search-form-wapper:after {
	content: "";
	width: 100vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	border: 1px solid;
	border-color: #ebebeb;
}
.bottom-to-top .search-form-wapper .dgwt-wcas-preloader,
.top-to-bottom .search-form-wapper .dgwt-wcas-preloader,
.popup .search-form-wapper .dgwt-wcas-preloader {
	display: none;
}

.bottom-to-top .container,
.bottom-to-top #content,
.bottom-to-top .elementor-event-wrapper,
.top-to-bottom .container,
.top-to-bottom #content,
.top-to-bottom .elementor-event-wrapper,
.popup .container,
.popup #content,
.popup .elementor-event-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.bottom-to-top [data-search-toggle="close"],
.top-to-bottom [data-search-toggle="close"],
.popup [data-search-toggle="close"] {
	display: block;
	top: 25px;
	right: 60px;
	z-index: 3;
}
@media (max-width: 991px) {
	.bottom-to-top [data-search-toggle="close"],
	.top-to-bottom [data-search-toggle="close"],
	.popup [data-search-toggle="close"] {
		top: 15px;
		right: 20px;
	}
}
.bottom-to-top [data-search-toggle="close"]:before,
.top-to-bottom [data-search-toggle="close"]:before,
.popup [data-search-toggle="close"]:before {
	font-size: 24px;
}

.bottom-to-top .search-form input[type="search"],
.top-to-bottom .search-form input[type="search"],
.popup .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"],
	.top-to-bottom .search-form input[type="search"],
	.popup .search-form input[type="search"] {
		font-size: 24px;
	}
}

.bottom-to-top .search-submit,
.top-to-bottom .search-submit,
.popup .search-submit {
	display: none;
}

.bottom-to-top .dgwt-wcas-details-wrapp,
.bottom-to-top .dgwt-wcas-suggestions-wrapp,
.top-to-bottom .dgwt-wcas-details-wrapp,
.top-to-bottom .dgwt-wcas-suggestions-wrapp,
.popup .dgwt-wcas-details-wrapp,
.popup .dgwt-wcas-suggestions-wrapp {
	border-top: none;
}

.search-form label {
	margin-bottom: 0;
}

/* Tag cloud widget */
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}
.tagcloud:before,
.tagcloud:after,
.widget_tag_cloud:before,
.widget_tag_cloud:after,
.wp_widget_tag_cloud:before,
.wp_widget_tag_cloud:after {
	content: "";
	display: table;
	clear: both;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a {
	border: 1px solid #ebebeb;
	display: inline-block;
	float: left;
	font-size: 12px !important;
	/* !important to overwrite inline styles */
	margin: 10px 12px 0 0 !important;
	padding: 6px 15px !important;
	font-weight: 400;
	letter-spacing: 0.12em;
	border-radius: 3px;
	text-transform: uppercase;
	position: relative;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wp_widget_tag_cloud a {
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #e3e3e3;
	display: inline-block;
	float: left;
	font-size: 12px !important;
	/* !important to overwrite inline styles */
	margin: 15px 20px 0 0 !important;
	padding: 5px 25px !important;
	letter-spacing: 0.1em;
	font-weight: 400;
	position: relative;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 1;
	color: #999;
}
.wp_widget_tag_cloud a:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -5px;
	width: 6px;
	height: calc(100% + 2px);
	background: #e3e3e3;
	-webkit-clip-path: polygon(
    100% 0%,
    20% 50%,
    100% 100%,
    80% 100%,
    0% 50%,
    80% 0
	);
	clip-path: polygon(100% 0%, 20% 50%, 100% 100%, 80% 100%, 0% 50%, 80% 0);
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.wp_widget_tag_cloud a:after {
	border-radius: 50%;
	content: "";
	height: 6px;
	position: absolute;
	top: 50%;
	left: 7px;
	width: 6px;
	border-width: 1px;
	transform: translateY(-50%);
	border-style: solid;
	border-color: #e3e3e3;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus {
	box-shadow: none;
	text-decoration: none;
}

.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus {
	box-shadow: none;
	text-decoration: none;
}

.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Account widget */
.list-account {
	vertical-align: middle;
	padding-left: 0;
	list-style: none;
}
.list-account li {
	display: inline-block;
	padding-right: 0.5rem;
}
.list-account i {
	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.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-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. */
embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.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 {
	background: transparent;
	border: 0;
}
.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: #ebebeb;
	color: #222;
}
.site-content
.wp-playlist-light
.wp-playlist-current-item
.wp-playlist-item-album {
	color: #232323;
}
.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: #ebebeb;
	-webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	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:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: transparent;
	background-color: #e3e3e3;
	color: #fff;
}
.site-content .wp-playlist-light a.wp-playlist-caption:hover {
	color: #fff;
}
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

.site-content .wp-playlist-dark {
	background-color: #222;
	border-color: #232323;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #232323;
}
.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}
.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: #232323;
}
.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px solid;
	border-bottom-color: #555;
	-webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	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:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: transparent;
	background-color: #aaa;
	color: #222;
}
.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
	color: #222;
}
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	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: bold;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-weight: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	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;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
	16.1 Galleries
--------------------------------------------------------------*/
.entry-gallery .gallery-item {
	width: 100%;
	max-width: 100%;
	padding: 0;
	float: left;
}

.widget .gallery,
.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery {
	margin-left: -10px;
	margin-right: -10px;
}

.widget .gallery-item,
.elementor-element .gallery-item,
.entry-gallery .gallery-item,
.single .gallery-item {
	text-align: center;
	vertical-align: top;
	margin: 10px 0;
	padding-left: 10px;
	padding-right: 10px;
}

.widget .gallery-columns-5 .gallery-item,
.elementor-element .gallery-columns-5 .gallery-item,
.entry-gallery .gallery-columns-5 .gallery-item,
.single .gallery-columns-5 .gallery-item {
	flex: 0 0 20%;
	max-width: 20%;
}

.widget .gallery-columns-7 .gallery-item,
.elementor-element .gallery-columns-7 .gallery-item,
.entry-gallery .gallery-columns-7 .gallery-item,
.single .gallery-columns-7 .gallery-item {
	flex: 0 0 14.28571%;
	max-width: 14.28571%;
}

.widget .gallery-columns-8 .gallery-item,
.elementor-element .gallery-columns-8 .gallery-item,
.entry-gallery .gallery-columns-8 .gallery-item,
.single .gallery-columns-8 .gallery-item {
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.widget .gallery-columns-9 .gallery-item,
.elementor-element .gallery-columns-9 .gallery-item,
.entry-gallery .gallery-columns-9 .gallery-item,
.single .gallery-columns-9 .gallery-item {
	flex: 0 0 11.11111%;
	max-width: 11.11111%;
}

.gallery-item a {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: block;
	max-width: 100%;
}
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	max-width: 100%;
}
.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 5px 10px 0 0;
	margin-bottom: 0;
	line-height: 1.4;
}

.single.single-indra-forms .gallery {
	margin-right: -10px;
	margin-left: -10px;
}
.single.single-indra-forms .gallery .gallery-item {
	padding-left: 10px;
	padding-right: 10px;
}

/*--------------------------------------------------------------
	17.0 Modal
--------------------------------------------------------------*/
.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}
.modal.fade .modal-dialog {
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transform: translate(0, -25%);
}
.modal.show .modal-dialog {
	transform: translate(0, 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: translate(0, -50%);
	z-index: 1000;
	text-align: center;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	background-color: #232323;
	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: rgba(227, 227, 227, 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 input,
.modal-user.loading label,
.modal-user.loading checkbox,
.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: #932e3d;
	display: inline-block;
}
.modal-user .opal-loader-inner label:nth-child(6) {
	-webkit-animation: lol 3s infinite ease-in-out;
	animation: lol 3s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(5) {
	-webkit-animation: lol 3s 100ms infinite ease-in-out;
	animation: lol 3s 100ms infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(4) {
	-webkit-animation: lol 3s 200ms infinite ease-in-out;
	animation: lol 3s 200ms infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(3) {
	-webkit-animation: lol 3s 300ms infinite ease-in-out;
	animation: lol 3s 300ms infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(2) {
	-webkit-animation: lol 3s 400ms infinite ease-in-out;
	animation: lol 3s 400ms infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(1) {
	-webkit-animation: lol 3s 500ms infinite ease-in-out;
	animation: lol 3s 500ms infinite ease-in-out;
}

@keyframes lol {
	0% {
		opacity: 0;
		transform: translateX(-300px);
	}
	33% {
		opacity: 1;
		transform: translateX(0px);
	}
	66% {
		opacity: 1;
		transform: translateX(0px);
	}
	100% {
		opacity: 0;
		transform: translateX(300px);
	}
}

@-webkit-keyframes lol {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-300px);
	}
	33% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
	66% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(300px);
	}
}

/* ===== Start Color ===== */
/* ===== Start Color: body ===== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
a,
.mainmenu-container ul ul .menu-item > a,
.mainmenu-container li a span,
.comment-metadata,
.comment-metadata a,
.c-body,
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a,
.comment-form label,
.comment-form a,
.widget .tagcloud a,
.widget.widget_tag_cloud a,
.elementor-widget-featured-box
.elementor-image-box-content
.elementor-image-box-description,
form[id*="indra-form"] .form-row select.required,
form[id*="indra-form"] .form-row textarea.required,
form[id*="indra-form"] .form-row input.required[type="text"],
form[id*="indra-form"] .form-row input.required[type="tel"],
form[id*="indra-form"] .form-row input.required[type="email"],
form[id*="indra-form"] .form-row input.required[type="password"],
form[id*="indra-form"] .form-row input.required[type="url"],
#indra-recurring-form .form-row select.required,
#indra-recurring-form .form-row textarea.required,
#indra-recurring-form .form-row input.required[type="text"],
#indra-recurring-form .form-row input.required[type="tel"],
#indra-recurring-form .form-row input.required[type="email"],
#indra-recurring-form .form-row input.required[type="password"],
#indra-recurring-form .form-row input.required[type="url"],
form.indra-form .form-row select.required,
form.indra-form .form-row textarea.required,
form.indra-form .form-row input.required[type="text"],
form.indra-form .form-row input.required[type="tel"],
form.indra-form .form-row input.required[type="email"],
form.indra-form .form-row input.required[type="password"],
form.indra-form .form-row input.required[type="url"],
table.indra-table {
	color: #555555;
}

/* ===== End Color: body ===== */
/* ===== Start Color: body - Hover ===== */
/* ===== End Color: body - Hover ===== */
/* ===== Start Color: heading ===== */
h1,
h2,
h3,
h4,
h5,
h6,
body.single-post .entry-title,
body.single-post .navigation .nav-link a,
.comment-content strong,
.comment-author,
.comment-author a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
.widget a,
h2.widget-title,
h2.widgettitle,
.c-heading,
.form-group .form-row label,
fieldset legend,
.related-heading,
.author-wrapper .author-name,
.page .entry-header .entry-title,
.search .site-content .page-title,
.site-header-account .login-form-title,
.comments-title,
.column-item .entry-title a,
form[id*="indra-form"] .indra-donation-amount #indra-amount,
form[id*="indra-form"] .indra-donation-amount #indra-amount-text,
.opal-indra-message p,
#indra-email-access-form label,
#indra-login-form label,
#indra-login-form legend,
.osf-event-article h3.entry-title {
	color: #000;
}

/* ===== End Color: heading ===== */
/* ===== Start Color: heading - Hover ===== */
/* ===== End Color: heading - Hover ===== */
/* ===== Start Color: secondary ===== */
.cat-tags-links .tags-links a,
.error404 .error-text a,
.button-outline-secondary,
.c-secondary,
.author-wrapper .author-name h6,
.indra-goal-progress .goal .value {
	color: #c6475a;
}

.button-secondary,
.secondary-button .search-submit,
[id^="indra-user-login-submit"] .indra-submit,
.indra-submit-button-wrap .indra-submit,
.elementor-button-secondary button[type="submit"],
.elementor-button-secondary input[type="button"],
.elementor-button-secondary input[type="submit"],
.elementor-element .elementor-button-secondary .elementor-button,
.button-outline-secondary:hover,
.button-outline-secondary:active,
.button-outline-secondary.active,
.show > .button-outline-secondary.dropdown-toggle,
.bg-secondary,
#secondary .elementor-widget-wp-widget-categories a:before,
#indra-sidebar-left .elementor-widget-wp-widget-categories a:before,
.elementor-flip-box__back,
#secondary .elementor-nav-menu a:before,
#indra-sidebar-left .elementor-nav-menu a:before,
.e--pointer-dot a:before {
	background-color: #c6475a;
}

.cat-tags-links .tags-links a:hover,
.button-secondary,
.secondary-button .search-submit,
[id^="indra-user-login-submit"] .indra-submit,
.indra-submit-button-wrap .indra-submit,
.elementor-button-secondary button[type="submit"],
.elementor-button-secondary input[type="button"],
.elementor-button-secondary input[type="submit"],
.elementor-element .elementor-button-secondary .elementor-button,
.button-outline-secondary,
.button-outline-secondary:hover,
.button-outline-secondary:active,
.button-outline-secondary.active,
.show > .button-outline-secondary.dropdown-toggle,
.b-secondary {
	border-color: #c6475a;
}

/* ===== End Color: secondary ===== */
/* ===== Start Color: secondary - Hover ===== */
.button-secondary:hover,
.secondary-button .search-submit:hover,
[id^="indra-user-login-submit"] .indra-submit:hover,
.indra-submit-button-wrap .indra-submit:hover,
.button-secondary:active,
.secondary-button .search-submit:active,
[id^="indra-user-login-submit"] .indra-submit:active,
.indra-submit-button-wrap .indra-submit:active,
.button-secondary.active,
.secondary-button .active.search-submit,
[id^="indra-user-login-submit"] .active.indra-submit,
.indra-submit-button-wrap .active.indra-submit,
.show > .button-secondary.dropdown-toggle,
.secondary-button .show > .dropdown-toggle.search-submit,
[id^="indra-user-login-submit"] .show > .dropdown-toggle.indra-submit,
.indra-submit-button-wrap .show > .dropdown-toggle.indra-submit,
.elementor-button-secondary button[type="submit"]:hover,
.elementor-button-secondary button[type="submit"]:active,
.elementor-button-secondary button[type="submit"]:focus,
.elementor-button-secondary input[type="button"]:hover,
.elementor-button-secondary input[type="button"]:active,
.elementor-button-secondary input[type="button"]:focus,
.elementor-button-secondary input[type="submit"]:hover,
.elementor-button-secondary input[type="submit"]:active,
.elementor-button-secondary input[type="submit"]:focus,
.elementor-element .elementor-button-secondary .elementor-button:hover,
.elementor-element .elementor-button-secondary .elementor-button:active,
.elementor-element .elementor-button-secondary .elementor-button:focus {
	background-color: #932e3d;
}

.button-secondary:hover,
.secondary-button .search-submit:hover,
[id^="indra-user-login-submit"] .indra-submit:hover,
.indra-submit-button-wrap .indra-submit:hover,
.button-secondary:active,
.secondary-button .search-submit:active,
[id^="indra-user-login-submit"] .indra-submit:active,
.indra-submit-button-wrap .indra-submit:active,
.button-secondary.active,
.secondary-button .active.search-submit,
[id^="indra-user-login-submit"] .active.indra-submit,
.indra-submit-button-wrap .active.indra-submit,
.show > .button-secondary.dropdown-toggle,
.secondary-button .show > .dropdown-toggle.search-submit,
[id^="indra-user-login-submit"] .show > .dropdown-toggle.indra-submit,
.indra-submit-button-wrap .show > .dropdown-toggle.indra-submit,
.elementor-button-secondary button[type="submit"]:hover,
.elementor-button-secondary button[type="submit"]:active,
.elementor-button-secondary button[type="submit"]:focus,
.elementor-button-secondary input[type="button"]:hover,
.elementor-button-secondary input[type="button"]:active,
.elementor-button-secondary input[type="button"]:focus,
.elementor-button-secondary input[type="submit"]:hover,
.elementor-button-secondary input[type="submit"]:active,
.elementor-button-secondary input[type="submit"]:focus,
.elementor-element .elementor-button-secondary .elementor-button:hover,
.elementor-element .elementor-button-secondary .elementor-button:active,
.elementor-element .elementor-button-secondary .elementor-button:focus {
	border-color: #f44336;
}

/* ===== End Color: secondary - Hover ===== */
/* ===== Start Color: primary ===== */
.btn-link,
.button-link,
.mainmenu-container li.current-menu-parent > a,
.mainmenu-container .menu-item > a:hover,
.site-header .header-group .search-submit:hover,
.site-header .header-group .search-submit:focus,
.entry-meta .entry-meta-inner > span:before,
.entry-meta .entry-category a,
.pbr-social-share a:hover,
body.single-post .navigation .next-nav:hover a,
body.single-post .navigation .previous-nav:hover a,
.error404 .error-text a:hover,
.breadcrumb a:hover,
.breadcrumb a:hover span,
.comment-author a:hover,
.comment-metadata a:hover,
.widget a:hover,
.widget a:focus,
.widget_recent_entries li a:hover,
.widget_recent_entries li a:active,
.widget_search button[type="submit"]:hover,
.widget_search button[type="submit"]:focus,
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.button-outline-primary,
.c-primary,
.navigation-button .menu-toggle:hover,
.navigation-button .menu-toggle:focus,
.entry-title a:hover,
.entry-content blockquote cite a:hover,
.site-header-account .account-dropdown a.register-link,
.site-header-account .account-dropdown a.lostpass-link,
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover,
.comment-form a:hover,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus,
#secondary .elementor-widget-container h5:first-of-type,
#indra-sidebar-left .elementor-widget-container h5:first-of-type,
.elementor-nav-menu-popup .mfp-close,
.indra-wrap .indra-card:hover .indra-card__title,
#secondary .elementor-widget-wp-widget-recent-posts a,
#indra-sidebar-left .elementor-widget-wp-widget-recent-posts a,
.column-item .entry-title a:hover,
.column-item .entry-category,
.column-item .entry-category a,
.column-item.post-style-2 .entry-title a:hover,
.column-item.post-style-2 .entry-title a:focus,
.column-item.post-style-2 .entry-meta a:hover,
.column-item.post-style-2 .entry-meta a:focus,
.column-item.post-style-3 .entry-meta a:hover,
.elementor-price-table__feature-inner:before,
form[id*="indra-form"] #indra-final-total-wrap .indra-final-total-amount,
#indra_profile_editor_form legend i,
.img-indra-form i,
#indra-login-form legend:after,
.indra-goal-progress .income .value,
table.indra-table a,
.indra-donor__total,
.indra-wrap .opal-popup-wrapper [class*="opal-icon-"]:hover,
.indra-wrap .indra-form-tabs .ui-tabs-nav li sup,
.osf-event-article .entry-date,
.osf-event-article h3.entry-title:hover,
.single-osf_event .navigation > div:hover a,
.single-osf_event .navigation > div:hover i,
.osf_widget_event li a:hover,
.stories-title a:hover,
.stories-title a:focus,
.osf-stories-article .link-more .more-link {
	color: #932e3d;
}

.f-primary,
.error404 .svg-bkg svg {
	fill: #932e3d;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
.mainmenu-container li li a:before,
.comments-link span,
.page-links a:hover .page-number,
.page-links a:focus .page-number,
.page-links > .page-number,
.wp_widget_tag_cloud a:hover:before,
.wp_widget_tag_cloud a:focus:before,
.button-primary,
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="submit"],
button[type="submit"],
.more-link,
.page .edit-link a.post-edit-link,
.scrollup,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit,
.opal-video-popup-wrapper .elementor-video-popup,
button.indra-btn-reveal,
button.indra-btn-modal,
.elementor-element .elementor-button-primary .elementor-button,
.button-outline-primary:hover,
.button-outline-primary:active,
.button-outline-primary.active,
.show > .button-outline-primary.dropdown-toggle,
.bg-primary,
.owl-theme.owl-carousel .owl-dots span,
.owl-theme .products .owl-dots span,
.elementor-widget-divider .elementor-divider-separator:before,
.elementor-flip-box__front,
.column-item .link-more a,
.elementor-price-table__ribbon,
.elementor-price-table__ribbon:before,
.elementor-price-table__ribbon:after,
.elementor-widget-opal-testimonials.testimonial-nav-style_2
.owl-theme.owl-carousel
.owl-nav,
form[id*="indra-form"] .indra-donation-amount .indra-currency-symbol,
form[id*="indra-form"] input[type="radio"]:checked + label:after,
.indra-btn.indra-default-level,
.indra-btn:focus,
.indra-btn:hover,
.indra-progress-bar > span:after,
.indra-progress-bar > span,
.indra-wrap .indra-form-tabs .ui-tabs-nav a:after {
	background-color: #932e3d;
}

.button-primary,
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="submit"],
button[type="submit"],
.more-link,
.page .edit-link a.post-edit-link,
.scrollup,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit,
.opal-video-popup-wrapper .elementor-video-popup,
button.indra-btn-reveal,
button.indra-btn-modal,
.button-secondary,
.secondary-button .search-submit,
[id^="indra-user-login-submit"] .indra-submit,
.indra-submit-button-wrap .indra-submit,
blockquote,
.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover:after,
.wp_widget_tag_cloud a:focus:after,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus,
.elementor-element .elementor-button-primary .elementor-button,
.button-outline-primary,
.button-outline-primary:hover,
.button-outline-primary:active,
.button-outline-primary.active,
.show > .button-outline-primary.dropdown-toggle,
.b-primary,
.owl-theme.owl-carousel .owl-dots .owl-dot,
.owl-theme .products .owl-dots .owl-dot,
form[id*="indra-form"] .form-row select:focus,
form[id*="indra-form"] .form-row textarea:focus,
form[id*="indra-form"] .form-row input[type="text"]:focus,
form[id*="indra-form"] .form-row input[type="tel"]:focus,
form[id*="indra-form"] .form-row input[type="email"]:focus,
form[id*="indra-form"] .form-row input[type="password"]:focus,
form[id*="indra-form"] .form-row input[type="url"]:focus,
#indra-recurring-form .form-row select:focus,
#indra-recurring-form .form-row textarea:focus,
#indra-recurring-form .form-row input[type="text"]:focus,
#indra-recurring-form .form-row input[type="tel"]:focus,
#indra-recurring-form .form-row input[type="email"]:focus,
#indra-recurring-form .form-row input[type="password"]:focus,
#indra-recurring-form .form-row input[type="url"]:focus,
form.indra-form .form-row select:focus,
form.indra-form .form-row textarea:focus,
form.indra-form .form-row input[type="text"]:focus,
form.indra-form .form-row input[type="tel"]:focus,
form.indra-form .form-row input[type="email"]:focus,
form.indra-form .form-row input[type="password"]:focus,
form.indra-form .form-row input[type="url"]:focus,
.indra-btn.indra-default-level,
.indra-btn:focus,
.indra-btn:hover {
	border-color: #932e3d;
}

blockquote {
	border-left-color: #932e3d;
}

/* ===== End Color: primary ===== */
/* ===== Start Color: primary - Hover ===== */
.btn-link:focus,
.btn-link:hover,
.button-link:focus,
.button-link:hover,
a:hover,
a:active,
.osf-stories-article .link-more .more-link:hover {
	color: #e45d0c;
}

.button-primary:hover,
input:hover[type="reset"],
input:hover[type="button"],
input:hover[type="submit"],
button:hover[type="submit"],
.more-link:hover,
.page .edit-link a.post-edit-link:hover,
.scrollup:hover,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit:hover,
.opal-video-popup-wrapper .elementor-video-popup:hover,
button.indra-btn-reveal:hover,
button.indra-btn-modal:hover,
.button-primary:active,
input:active[type="reset"],
input:active[type="button"],
input:active[type="submit"],
button:active[type="submit"],
.more-link:active,
.page .edit-link a.post-edit-link:active,
.scrollup:active,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.indra-submit:active,
.opal-video-popup-wrapper .elementor-video-popup:active,
button.indra-btn-reveal:active,
button.indra-btn-modal:active,
.button-primary.active,
input.active[type="reset"],
input.active[type="button"],
input.active[type="submit"],
button.active[type="submit"],
.active.more-link,
.page .edit-link a.active.post-edit-link,
.active.scrollup,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.active.indra-submit,
.opal-video-popup-wrapper .active.elementor-video-popup,
button.active.indra-btn-reveal,
button.active.indra-btn-modal,
.show > .button-primary.dropdown-toggle,
.show > input.dropdown-toggle[type="reset"],
.show > input.dropdown-toggle[type="button"],
.show > input.dropdown-toggle[type="submit"],
.show > button.dropdown-toggle[type="submit"],
.show > .dropdown-toggle.more-link,
.page .edit-link .show > a.dropdown-toggle.post-edit-link,
.show > .dropdown-toggle.scrollup,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.show
> .dropdown-toggle.indra-submit,
.opal-video-popup-wrapper .show > .dropdown-toggle.elementor-video-popup,
.show > button.dropdown-toggle.indra-btn-reveal,
.show > button.dropdown-toggle.indra-btn-modal,
.elementor-element .elementor-button-primary .elementor-button:hover,
.elementor-element .elementor-button-primary .elementor-button:active,
.elementor-element .elementor-button-primary .elementor-button:focus {
	background-color: #e45d0c;
}

.button-primary:active,
input:active[type="reset"],
input:active[type="button"],
input:active[type="submit"],
button:active[type="submit"],
.more-link:active,
.page .edit-link a.post-edit-link:active,
.scrollup:active,
.opal-video-popup-wrapper .elementor-video-popup:active,
button.indra-btn-reveal:active,
button.indra-btn-modal:active,
.button-primary.active,
input.active[type="reset"],
input.active[type="button"],
input.active[type="submit"],
button.active[type="submit"],
.active.more-link,
.page .edit-link a.active.post-edit-link,
.active.scrollup,
.opal-video-popup-wrapper .active.elementor-video-popup,
button.active.indra-btn-reveal,
button.active.indra-btn-modal,
.show > .button-primary.dropdown-toggle,
.show > input.dropdown-toggle[type="reset"],
.show > input.dropdown-toggle[type="button"],
.show > input.dropdown-toggle[type="submit"],
.show > button.dropdown-toggle[type="submit"],
.show > .dropdown-toggle.more-link,
.page .edit-link .show > a.dropdown-toggle.post-edit-link,
.show > .dropdown-toggle.scrollup,
.opal-video-popup-wrapper .show > .dropdown-toggle.elementor-video-popup,
.show > button.dropdown-toggle.indra-btn-reveal,
.show > button.dropdown-toggle.indra-btn-modal,
.button-secondary:active,
.secondary-button .search-submit:active,
[id^="indra-user-login-submit"] .indra-submit:active,
.indra-submit-button-wrap .indra-submit:active,
.button-secondary.active,
.secondary-button .active.search-submit,
[id^="indra-user-login-submit"] .active.indra-submit,
.indra-submit-button-wrap .active.indra-submit,
.show > .button-secondary.dropdown-toggle,
.secondary-button .show > .dropdown-toggle.search-submit,
[id^="indra-user-login-submit"] .show > .dropdown-toggle.indra-submit,
.indra-submit-button-wrap .show > .dropdown-toggle.indra-submit,
.button-primary:hover,
input:hover[type="reset"],
input:hover[type="button"],
input:hover[type="submit"],
button:hover[type="submit"],
.more-link:hover,
.page .edit-link a.post-edit-link:hover,
.scrollup:hover,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit:hover,
.opal-video-popup-wrapper .elementor-video-popup:hover,
button.indra-btn-reveal:hover,
button.indra-btn-modal:hover,
.elementor-element .elementor-button-primary .elementor-button:hover,
.elementor-element .elementor-button-primary .elementor-button:active,
.elementor-element .elementor-button-primary .elementor-button:focus {
	border-color: #e45d0c;
}

/* ===== End Color: primary - Hover ===== */
/* ===== Start Color: Button Primary ===== */
.button-primary,
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="submit"],
button[type="submit"],
.more-link,
.page .edit-link a.post-edit-link,
.scrollup,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit,
.opal-video-popup-wrapper .elementor-video-popup,
button.indra-btn-reveal,
button.indra-btn-modal,
.elementor-element .elementor-button-primary .elementor-button {
	background-color: #932e3d;
	border-color: #932e3d;
}

/* ===== End Color: Button Primary ===== */
/* ===== Start Color: Button Primary Hover ===== */
.button-primary:hover,
input:hover[type="reset"],
input:hover[type="button"],
input:hover[type="submit"],
button:hover[type="submit"],
.more-link:hover,
.page .edit-link a.post-edit-link:hover,
.scrollup:hover,
.elementor-widget-opal-indra-form .indra-submit-button-wrap .indra-submit:hover,
.opal-video-popup-wrapper .elementor-video-popup:hover,
button.indra-btn-reveal:hover,
button.indra-btn-modal:hover,
.button-primary:active,
input:active[type="reset"],
input:active[type="button"],
input:active[type="submit"],
button:active[type="submit"],
.more-link:active,
.page .edit-link a.post-edit-link:active,
.scrollup:active,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.indra-submit:active,
.opal-video-popup-wrapper .elementor-video-popup:active,
button.indra-btn-reveal:active,
button.indra-btn-modal:active,
.button-primary.active,
input.active[type="reset"],
input.active[type="button"],
input.active[type="submit"],
button.active[type="submit"],
.active.more-link,
.page .edit-link a.active.post-edit-link,
.active.scrollup,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.active.indra-submit,
.opal-video-popup-wrapper .active.elementor-video-popup,
button.active.indra-btn-reveal,
button.active.indra-btn-modal,
.show > .button-primary.dropdown-toggle,
.show > input.dropdown-toggle[type="reset"],
.show > input.dropdown-toggle[type="button"],
.show > input.dropdown-toggle[type="submit"],
.show > button.dropdown-toggle[type="submit"],
.show > .dropdown-toggle.more-link,
.page .edit-link .show > a.dropdown-toggle.post-edit-link,
.show > .dropdown-toggle.scrollup,
.elementor-widget-opal-indra-form
.indra-submit-button-wrap
.show
> .dropdown-toggle.indra-submit,
.opal-video-popup-wrapper .show > .dropdown-toggle.elementor-video-popup,
.show > button.dropdown-toggle.indra-btn-reveal,
.show > button.dropdown-toggle.indra-btn-modal,
.elementor-element .elementor-button-primary .elementor-button:hover,
.elementor-element .elementor-button-primary .elementor-button:active,
.elementor-element .elementor-button-primary .elementor-button:focus {
	background-color: #e45d0c;
	border-color: #e45d0c;
}

/* ===== End Color: Button Primary Hover ===== */
/* ===== Start Color: Button Primary Outline ===== */
.button-outline-primary {
	color: #932e3d;
	border-color: #932e3d;
}

/* ===== End Color: Button Primary Outline ===== */
/* ===== Start Color: Button Primary Outline Hover ===== */
.button-outline-primary:hover,
.button-outline-primary:active,
.button-outline-primary.active,
.show > .button-outline-primary.dropdown-toggle {
	background-color: #932e3d;
	border-color: #932e3d;
	color: #fff;
}

/* ===== End Color: Button Primary Outline Hover ===== */
/* ===== Start Color: Button Secondary ===== */
.button-secondary,
.secondary-button .search-submit,
[id^="indra-user-login-submit"] .indra-submit,
.indra-submit-button-wrap .indra-submit,
.elementor-button-secondary button[type="submit"],
.elementor-button-secondary input[type="button"],
.elementor-button-secondary input[type="submit"],
.elementor-element .elementor-button-secondary .elementor-button {
	background-color: #c6475a;
	border-color: #c6475a;
}

/* ===== End Color: Button Secondary ===== */
/* ===== Start Color: Button Secondary Outline ===== */
.button-outline-secondary {
	color: #c6475a;
	border-color: #c6475a;
}

/* ===== End Color: Button Secondary Outline ===== */
/* ===== Start Color: Button Secondary Outline Hover ===== */
.button-outline-secondary:hover,
.button-outline-secondary:active,
.button-outline-secondary.active,
.show > .button-outline-secondary.dropdown-toggle {
	background-color: #c6475a;
	border-color: #c6475a;
	color: #fff;
}

/* ===== End Color: Button Secondary Outline Hover ===== */
/* ===== Start Color: Button Secondary Hover ===== */
.button-secondary:hover,
.secondary-button .search-submit:hover,
[id^="indra-user-login-submit"] .indra-submit:hover,
.indra-submit-button-wrap .indra-submit:hover,
.button-secondary:active,
.secondary-button .search-submit:active,
[id^="indra-user-login-submit"] .indra-submit:active,
.indra-submit-button-wrap .indra-submit:active,
.button-secondary.active,
.secondary-button .active.search-submit,
[id^="indra-user-login-submit"] .active.indra-submit,
.indra-submit-button-wrap .active.indra-submit,
.show > .button-secondary.dropdown-toggle,
.secondary-button .show > .dropdown-toggle.search-submit,
[id^="indra-user-login-submit"] .show > .dropdown-toggle.indra-submit,
.indra-submit-button-wrap .show > .dropdown-toggle.indra-submit,
.elementor-button-secondary button[type="submit"]:hover,
.elementor-button-secondary button[type="submit"]:active,
.elementor-button-secondary button[type="submit"]:focus,
.elementor-button-secondary input[type="button"]:hover,
.elementor-button-secondary input[type="button"]:active,
.elementor-button-secondary input[type="button"]:focus,
.elementor-button-secondary input[type="submit"]:hover,
.elementor-button-secondary input[type="submit"]:active,
.elementor-button-secondary input[type="submit"]:focus,
.elementor-element .elementor-button-secondary .elementor-button:hover,
.elementor-element .elementor-button-secondary .elementor-button:active,
.elementor-element .elementor-button-secondary .elementor-button:focus {
	background-color: #932e3d;
	border-color: #932e3d;
}

/* ===== End Color: Button Secondary Hover ===== */
/* ===== End Color ===== */
/*--------------------------------------------------------------
	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.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: 24px;
	}
	.site-description {
		font-size: 16px;
	}
	/* Main Navigation */
	.menu-toggle,
	.dropdown-toggle {
		display: none;
	}
	.site-header .main-navigation ul {
		display: block;
	}
	.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: 0;
		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: 20px 0;
		position: absolute;
		top: calc(100% + 15px);
		opacity: 0;
		visibility: hidden;
		z-index: 99999;
		pointer-events: none;
		transition: opacity 0.25s ease, visibility 0.25s ease, top 0.25s ease;
	}
	.site-header .main-navigation ul ul li > ul {
		left: 100%;
		right: auto;
	}
	.site-header .main-navigation ul ul li:hover > ul,
	.site-header .main-navigation ul ul li.focus > ul {
		top: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: visible;
	}
	.site-header .main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}
	.site-header .main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}
	.site-header .main-navigation ul li:hover > ul,
	.site-header .main-navigation ul li.focus > 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: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg);
		/* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg);
		/* IE 9 */
		transform: rotate(-90deg);
	}
	.site-header .main-navigation ul ul ul {
		left: -999em;
		top: 15px;
	}
	.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:before,
	.site-header .main-navigation ul ul li.menu-item-has-children.focus:after,
	.site-header .main-navigation ul ul li.menu-item-has-children:hover:after {
		display: none;
	}
	.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: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:hover:after {
		display: none;
	}
	.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 {
		-webkit-transform: rotate(90deg);
		/* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg);
		/* 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%;
	}
	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
	/* Posts */
	.comments-pagination {
		clear: both;
	}
	.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: 3.75em 0;
	}
	/* 404 page */
	/* Comments */
	/* Posts pagination */
	.nav-links .nav-title {
		position: relative;
	}
	/* Secondary */
	#secondary,
	#indra-sidebar-left {
		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 */
	form,
	button,
	input,
	select,
	textarea,
	#topbar,
	#page-title-bar,
	.social-navigation,
	#secondary,
	#indra-sidebar-left,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}
	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}
	/* Font sizes */
	body {
		font-size: 12pt;
	}
	h1 {
		font-size: 24pt;
	}
	h2 {
		font-size: 22pt;
	}
	h3 {
		font-size: 17pt;
	}
	h4 {
		font-size: 12pt;
	}
	h5 {
		font-size: 11pt;
	}
	h6 {
		font-size: 12pt;
	}
	.page .panel-content .entry-title,
	.page-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 */
	body,
	.site {
		background: none !important;
		/* Brute force since user agents all print differently. */
	}
	body,
	a,
	.site-title a {
		color: #1e3954 !important;
		/* Make sure color schemes don't affect to print */
	}
	h2,
	h5,
	blockquote,
	.site-description {
		color: #777 !important;
		/* Make sure color schemes don't affect to print */
	}
	.entry-meta {
		color: #777 !important;
		/* Make sure color schemes don't affect to print */
	}
	.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;
	}
}

/* ===== Start OWL Carousel ===== */
/*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 {
	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: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-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 Carousel - Animate Plugin
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
	* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
	* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms 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("../images/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/*rtl:end:ignore*/
/*
	* 	Default theme - Owl Carousel CSS File
*/
.owl-theme.owl-carousel .owl-nav,
.owl-theme .products .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"],
.owl-theme .products .owl-nav [class*="owl-"] {
	width: auto;
	line-height: normal;
	height: auto;
	color: #cccccc;
	margin: 0px;
	padding: 0;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	font-size: 0px;
	font-size: 0rem;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:before,
.owl-theme .products .owl-nav [class*="owl-"]:before {
	font-size: 35px;
	font-family: "FontAwesome";
	display: block;
	color: #cccccc;
	background: transparent;
	border: 1px solid;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	box-sizing: initial;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-next,
.owl-theme .products .owl-nav [class*="owl-"].owl-next {
	right: 15px;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-next:before,
.owl-theme .products .owl-nav [class*="owl-"].owl-next:before {
	text-align: center;
	display: block;
	content: "\f105";
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-prev,
.owl-theme .products .owl-nav [class*="owl-"].owl-prev {
	left: 15px;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-prev:before,
.owl-theme .products .owl-nav [class*="owl-"].owl-prev:before {
	text-align: center;
	display: block;
	content: "\f104";
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover,
.owl-theme .products .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
	text-decoration: none;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover:before,
.owl-theme .products .owl-nav [class*="owl-"]:hover:before {
	color: #932e3d;
}
.owl-theme.owl-carousel .owl-nav .disabled,
.owl-theme .products .owl-nav .disabled {
	opacity: 0.5;
	cursor: no-drop;
}

.owl-theme.owl-carousel .owl-dots,
.owl-theme .products .owl-dots {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme.owl-carousel .owl-dots .owl-dot,
.owl-theme .products .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	border: 2px solid;
	background-color: transparent;
	padding: 3px;
	text-align: center;
	margin: 0 5px;
	border-radius: 50%;
	position: relative;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
	transform: scale(0.7);
}
.owl-theme.owl-carousel .owl-dots .owl-dot:hover,
.owl-theme.owl-carousel .owl-dots .owl-dot.active,
.owl-theme .products .owl-dots .owl-dot:hover,
.owl-theme .products .owl-dots .owl-dot.active {
	transform: scale(1);
}
.owl-theme.owl-carousel .owl-dots .owl-dot:hover span,
.owl-theme.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme .products .owl-dots .owl-dot:hover span,
.owl-theme .products .owl-dots .owl-dot.active span {
	transform: scale(1);
}
.owl-theme.owl-carousel .owl-dots span,
.owl-theme .products .owl-dots span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	transform: scale(0);
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
}

.slider-visible .owl-carousel .owl-stage-outer {
	overflow: visible;
}

/* ===== End OWL Carousel ===== */
/* ===== Start Elementor ===== */
.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}
.mfp-zoom-in .contactform-content,
.mfp-zoom-in .mailchimp-content,
.mfp-zoom-in .review_wrapper,
.mfp-zoom-in .elementor-nav-menu-popup {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .contactform-content,
.mfp-zoom-in.mfp-ready .mailchimp-content,
.mfp-zoom-in.mfp-ready .review_wrapper,
.mfp-zoom-in.mfp-ready .elementor-nav-menu-popup {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .contactform-content,
.mfp-zoom-in.mfp-removing .mailchimp-content,
.mfp-zoom-in.mfp-removing .review_wrapper,
.mfp-zoom-in.mfp-removing .elementor-nav-menu-popup {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.widget.widget_mc4wp_form_widget {
	margin-bottom: 0;
	padding-bottom: 0;
}

.mc4wp-form .widget-title p {
	font-size: 16px;
	margin-top: 0.5rem;
	margin-bottom: 3rem;
}

.mc4wp-form-fields input[type="email"] {
	float: left;
}

.mc4wp-form-fields button[type="submit"] {
	float: left;
}

.colors-scheme-light .mc4wp-form-fields input[type="email"] {
	border-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.5) !important;
}
.colors-scheme-light .mc4wp-form-fields input[type="email"]:focus {
	border-color: rgba(255, 255, 255, 0.4) !important;
}

.elementor-widget-opal-button-contact7.elementor-align-left {
	text-align: left;
}

.elementor-widget-opal-button-contact7.elementor-align-center {
	text-align: center;
}

.elementor-widget-opal-button-contact7.elementor-align-right {
	text-align: right;
}

.elementor-editor-active .mfp-hide {
	display: none !important;
}

.shape-custom .elementor-shape {
	top: -11px;
}

[data-elementor-columns].no-gutter {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
[data-elementor-columns].no-gutter .column-item {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.column-item.portfolio-entries {
	margin-bottom: 40px;
}

[data-elementor-columns="5"] .column-item {
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 992px) {
	[data-elementor-columns="5"] .column-item {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

[data-elementor-columns-tablet="5"] .column-item {
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 768px) {
	[data-elementor-columns-tablet="5"] .column-item {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

[data-elementor-columns-mobile="5"] .column-item {
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 576px) {
	[data-elementor-columns-mobile="5"] .column-item {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

body.opal-layout-boxed
.site-header
.elementor-section.elementor-section-stretched {
	left: 0 !important;
}

.opal-content-layout-2cr .site-content section.elementor-section-stretched,
.opal-content-layout-2cl .site-content section.elementor-section-stretched {
	max-width: 100%;
	left: auto !important;
}

@media (min-width: 576px) {
	[data-opal-columns="5"] .column-item {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.opal-loading {
	position: relative;
}
.opal-loading:before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	vertical-align: middle;
	border: 1px solid #bbb;
	border-left-color: #000;
	border-radius: 50%;
	animation: opal-loading 450ms infinite linear;
	-webkit-animation: opal-loading 450ms infinite linear;
	margin: 40px auto;
	position: absolute;
	left: 50%;
	top: 50%;
}

.elementor-shape {
	z-index: 1;
}

.elementor-widget ul.menu {
	margin: 0;
	list-style: none;
}
.elementor-widget ul.menu ul {
	list-style: none;
}

.elementor-widget .elementor-text-editor p:last-child {
	margin-bottom: 0;
}

.elementor-widget-wp-widget-recent-posts li.item-recent-post {
	display: flex;
	padding: 0.5rem 0;
	border: 0;
	line-height: 26px;
}
.elementor-widget-wp-widget-recent-posts li.item-recent-post a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: bold;
}

.elementor-widget-wp-widget-recent-posts img {
	margin-right: 15px;
	height: 100%;
	max-width: 80px;
	display: block;
}

.elementor-widget-wp-widget-recent-posts .post-date {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 10px;
}

#secondary .elementor-widget-container h5:first-of-type,
#indra-sidebar-left .elementor-widget-container h5:first-of-type {
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#secondary .elementor-widget-wp-widget-recent-posts,
#indra-sidebar-left .elementor-widget-wp-widget-recent-posts {
	font-size: 16px;
	font-size: 1rem;
}
#secondary .elementor-widget-wp-widget-recent-posts a,
#indra-sidebar-left .elementor-widget-wp-widget-recent-posts a {
	font-weight: 400;
}
#secondary .elementor-widget-wp-widget-recent-posts li,
#indra-sidebar-left .elementor-widget-wp-widget-recent-posts li {
	border-color: #e0e2e6;
}

#secondary .elementor-nav-menu--layout-vertical ul li,
#indra-sidebar-left .elementor-nav-menu--layout-vertical ul li {
	padding-bottom: 0;
	padding-top: 0;
	border-color: rgba(255, 255, 255, 0.2);
}
#secondary .elementor-nav-menu--layout-vertical ul li:last-child,
#indra-sidebar-left .elementor-nav-menu--layout-vertical ul li:last-child {
	border-bottom: 0 solid;
}

#secondary
.elementor-widget-wp-widget-categories
.elementor-widget-container
h5:first-of-type,
#indra-sidebar-left
.elementor-widget-wp-widget-categories
.elementor-widget-container
h5:first-of-type {
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff;
	line-height: 40px;
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 20px;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: -0.5px;
}

#secondary .elementor-widget-wp-widget-categories li,
#indra-sidebar-left .elementor-widget-wp-widget-categories li {
	border-color: rgba(255, 255, 255, 0.2);
}
#secondary .elementor-widget-wp-widget-categories li:last-child,
#indra-sidebar-left .elementor-widget-wp-widget-categories li:last-child {
	border-bottom: 0 solid;
}

#secondary .elementor-widget-wp-widget-categories a,
#indra-sidebar-left .elementor-widget-wp-widget-categories a {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	color: #b3bdd1;
	display: block;
	letter-spacing: -0.5px;
}
#secondary .elementor-widget-wp-widget-categories a:before,
#indra-sidebar-left .elementor-widget-wp-widget-categories a:before {
	content: "";
	width: 0;
	height: 7px;
	border-radius: 50%;
	margin: 0;
	display: inline-block;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#secondary .elementor-widget-wp-widget-categories a.elementor-item-active,
#indra-sidebar-left
.elementor-widget-wp-widget-categories
a.elementor-item-active,
#secondary .elementor-widget-wp-widget-categories a:hover,
#indra-sidebar-left .elementor-widget-wp-widget-categories a:hover {
	color: #fff;
}
#secondary
.elementor-widget-wp-widget-categories
a.elementor-item-active:before,
#indra-sidebar-left
.elementor-widget-wp-widget-categories
a.elementor-item-active:before,
#secondary .elementor-widget-wp-widget-categories a:hover:before,
#indra-sidebar-left .elementor-widget-wp-widget-categories a:hover:before {
	width: 7px;
	margin-right: 10px;
}

.elementor-widget-opal-header-group .elementor-widget-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.elementor-widget-opal-account {
	display: flex;
}
.elementor-widget-opal-account.elementor-align-center
.elementor-widget-container {
	margin-left: auto;
	margin-right: auto;
}
.elementor-widget-opal-account.elementor-align-left
.elementor-widget-container {
	margin-right: auto;
}
.elementor-widget-opal-account.elementor-align-left
.site-header-account
.account-dropdown {
	right: auto;
	left: 0;
}
.elementor-widget-opal-account.elementor-align-left
.site-header-account
.account-wrap:before {
	left: 20px;
}
.elementor-widget-opal-account.elementor-align-right
.elementor-widget-container {
	margin-left: auto;
}

.elementor-accordion .elementor-tab-title {
	display: flex;
	align-items: center;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	width: auto;
	vertical-align: middle;
}

.elementor-accordion p:last-child {
	margin-bottom: 0;
}

.elementor-brand-item {
	text-align: center;
}
.elementor-brand-item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.5;
}
.elementor-brand-item:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

.elementor-widget-button .elementor-button {
	border: 1px solid transparent;
}
.elementor-widget-button .elementor-button.elementor-size-md {
	letter-spacing: 0;
	padding: 0.5rem 2.45rem;
	font-size: 1rem;
	line-height: 1.875;
	border-radius: 3px;
}
.elementor-widget-button .elementor-button.elementor-size-lg {
	letter-spacing: 0;
	padding: 10px 26px;
	font-size: 1rem;
	line-height: 1.875;
	border-radius: 3px;
	min-width: 140px;
}
.elementor-widget-button .elementor-button.elementor-size-xl {
	letter-spacing: 0;
	padding: 1rem 3rem;
	font-size: 1rem;
	line-height: 1.875;
	border-radius: 3px;
}

.elementor-bg-transform .elementor-bg {
	will-change: transform;
}

.elementor-bg-transform-zoom-in:hover .elementor-bg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.elementor-bg-transform-zoom-out .elementor-bg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.elementor-bg-transform-move-left .elementor-bg {
	-webkit-transform: scale(1.2) translateX(8%);
	-ms-transform: scale(1.2) translateX(8%);
	transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-left:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateX(-8%);
	-ms-transform: scale(1.2) translateX(-8%);
	transform: scale(1.2) translateX(-8%);
}

.elementor-bg-transform-move-right .elementor-bg {
	-webkit-transform: scale(1.2) translateX(-8%);
	-ms-transform: scale(1.2) translateX(-8%);
	transform: scale(1.2) translateX(-8%);
}

.elementor-bg-transform-move-right:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateX(8%);
	-ms-transform: scale(1.2) translateX(8%);
	transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-up .elementor-bg {
	-webkit-transform: scale(1.2) translateY(8%);
	-ms-transform: scale(1.2) translateY(8%);
	transform: scale(1.2) translateY(8%);
}

.elementor-bg-transform-move-up:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateY(-8%);
	-ms-transform: scale(1.2) translateY(-8%);
	transform: scale(1.2) translateY(-8%);
}

.elementor-bg-transform-move-down .elementor-bg {
	-webkit-transform: scale(1.2) translateY(-8%);
	-ms-transform: scale(1.2) translateY(-8%);
	transform: scale(1.2) translateY(-8%);
}

.elementor-bg-transform-move-down:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateY(8%);
	-ms-transform: scale(1.2) translateY(8%);
	transform: scale(1.2) translateY(8%);
}

.call-to-action-wrapper-transform-move-down
.elementor-widget-container:hover
.elementor-cta {
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

.call-to-action-wrapper-transform-move-up
.elementor-widget-container:hover
.elementor-cta {
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

.elementor-cta {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	transition: 0.5s;
}

.elementor-cta--skin-classic .elementor-cta {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
	position: relative;
	min-height: 200px;
	width: 100%;
}

.elementor-cta--skin-classic .elementor-cta__content {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	width: 100%;
	background-color: #f7f7f7;
}

.elementor-cta--skin-classic .elementor-cta__content-item {
	color: #55595c;
	border-color: #55595c;
}
.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
	color: #55595c;
	border-color: #55595c;
}

.elementor-cta--skin-cover .elementor-cta {
	display: block;
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	width: 100%;
}

.elementor-cta--skin-cover .elementor-cta__content {
	min-height: 280px;
}

.elementor-cta--skin-cover .elementor-cta__content-item {
	color: #fff;
	border-color: #fff;
}
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
	color: #fff;
	border-color: #fff;
}

.elementor-cta--layout-image-above .elementor-cta {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
	width: 100%;
}

.elementor-cta--layout-image-below .elementor-cta {
	flex-direction: column-reverse;
}

.elementor-cta--layout-image-left .elementor-cta,
.elementor-cta--layout-image-right .elementor-cta {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
	width: auto;
	min-width: 50%;
}

.elementor-cta--layout-image-left .elementor-cta__content,
.elementor-cta--layout-image-right .elementor-cta__content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.elementor-cta__bg,
.elementor-cta__bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.elementor-cta__bg-wrapper {
	z-index: 1;
	overflow: hidden;
}

.elementor-cta__bg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.elementor-cta__bg-overlay {
	z-index: 2;
}

.elementor-cta__button.elementor-button {
	cursor: pointer;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
}

.elementor-cta__title {
	font-size: 23px;
}

.elementor-cta__content {
	z-index: 2;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 35px;
	width: 100%;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
}
.elementor-cta__content > * {
	position: relative;
	z-index: 2;
}
.elementor-cta__content > svg {
	width: 285px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.elementor-cta__content-item {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	width: 100%;
	margin: 0;
}
.elementor-cta__content-item:not(:last-child) {
	margin-bottom: 15px;
}
.elementor-cta__content-item .elementor-icon {
	color: #fff;
}

.elementor-cta--valign-top .elementor-cta__content {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.elementor-cta--valign-middle .elementor-cta__content {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-cta--valign-bottom .elementor-cta__content {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.elementor-cta:hover .elementor-cta__bg-overlay {
	background-color: rgba(0, 0, 0, 0.3);
}

@media (max-device-width: 1024px) {
	.elementor-cta {
		cursor: pointer;
	}
}

@media (min-width: 1025px) {
	.elementor-cta--desktop-layout-image-above .elementor-cta {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%;
	}
	.elementor-cta--desktop-layout-image-left .elementor-cta,
	.elementor-cta--desktop-layout-image-right .elementor-cta {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper,
	.elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	.elementor-cta--desktop-layout-image-left .elementor-cta__content,
	.elementor-cta--desktop-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.elementor-cta--desktop-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.elementor-cta--desktop-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width: 1024px) {
	.elementor-cta--tablet-layout-image-above .elementor-cta {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%;
	}
	.elementor-cta--tablet-layout-image-left .elementor-cta,
	.elementor-cta--tablet-layout-image-right .elementor-cta {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,
	.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	.elementor-cta--tablet-layout-image-left .elementor-cta__content,
	.elementor-cta--tablet-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.elementor-cta--tablet-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.elementor-cta--tablet-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width: 767px) {
	.elementor-cta--mobile-layout-image-above .elementor-cta {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%;
	}
	.elementor-cta--mobile-layout-image-left .elementor-cta,
	.elementor-cta--mobile-layout-image-right .elementor-cta {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,
	.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	.elementor-cta--mobile-layout-image-left .elementor-cta__content,
	.elementor-cta--mobile-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.elementor-cta--mobile-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.elementor-cta--mobile-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.elementor-ribbon {
	position: absolute;
	z-index: 2;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px;
}

.elementor-ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
	-ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #000;
	color: #fff;
}

.elementor-ribbon.elementor-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto;
}

.elementor-ribbon.elementor-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0;
}

.elementor-widget-opal-chart .elementor-chart-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-widget-opal-chart .chart-canvas {
	width: 290px;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
}

.elementor-widget-opal-chart .chart-legend {
	padding-left: 30px;
}
@media (max-width: 767px) {
	.elementor-widget-opal-chart .chart-legend {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 1.5em;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.elementor-widget-opal-chart ul {
	padding: 0;
	margin: 0;
}

.elementor-widget-opal-chart li {
	list-style: none;
	display: flex;
	padding: 5px 0;
	align-items: center;
}

.elementor-widget-opal-chart i {
	font-size: 30px;
	font-size: 1.875rem;
}

.elementor-widget-opal-chart .chart-name {
	color: #999;
	padding-left: 20px;
}

.elementor-counter {
	position: relative;
}
.elementor-counter > svg {
	width: 105px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.elementor-position-left .elementor-counter > svg {
	left: 0;
	transform: translateX(0);
}
.elementor-position-right .elementor-counter > svg {
	left: auto;
	transform: translateX(0);
	right: 0;
}
.elementor-counter .elementor-icon-counter {
	line-height: 1;
}
.elementor-counter .elementor-counter-wrapper {
	position: relative;
	z-index: 2;
}
.elementor-counter .elementor-counter-number-wrapper {
	align-items: baseline;
}
.elementor-position-right .elementor-counter .elementor-counter-number-wrapper {
	justify-content: flex-end;
}
.elementor-position-left .elementor-counter .elementor-counter-number-wrapper {
	justify-content: flex-start;
}
.elementor-position-center
.elementor-counter
.elementor-counter-number-wrapper {
	justify-content: center;
}
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
	flex-grow: 0;
}
.elementor-counter .elementor-counter-title {
	line-height: inherit;
	text-align: inherit;
}

.elementor-widget-divider.divider-has-underline-yes
.elementor-divider-separator:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.elementor-widget-divider.divider-has-underline-yes.divider-underline-center
.elementor-divider-separator:before {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.elementor-widget-divider.divider-has-underline-yes.divider-underline-right
.elementor-divider-separator:before {
	left: auto;
	right: 0;
}

.elementor-widget-divider .elementor-divider-separator {
	position: relative;
}
.elementor-widget-divider .elementor-divider-separator:before {
	width: 30px;
	height: 1px;
}

.elementor-widget-featured-box {
	padding: 30px;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.elementor-widget-featured-box:hover .elementor-image-box-img,
.elementor-widget-featured-box.activate .elementor-image-box-img {
	animation: beat 1.5s ease 0s infinite;
	background-color: rgba(0, 0, 0, 0.1) !important;
}
.elementor-widget-featured-box:hover .elementor-image-box-img:before,
.elementor-widget-featured-box.activate .elementor-image-box-img:before {
	animation: beat-before 1.5s ease infinite;
}
.elementor-widget-featured-box:hover .elementor-image-box-img:after,
.elementor-widget-featured-box.activate .elementor-image-box-img:after {
	animation: beat-after 1.5s ease infinite;
}
.elementor-widget-featured-box:hover
.elementor-image-box-content
.elementor-image-box-description,
.elementor-widget-featured-box.activate
.elementor-image-box-content
.elementor-image-box-description {
	opacity: 1;
	visibility: visible;
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	color: #fff;
}
.elementor-widget-featured-box .elementor-image-box-img {
	position: relative;
	width: 95px;
	height: 95px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #eef8f7;
	border-radius: 50%;
	cursor: pointer;
	transition-duration: 0.5s;
}
.elementor-widget-featured-box .elementor-image-box-img:before,
.elementor-widget-featured-box .elementor-image-box-img:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: transparent;
	border-radius: inherit;
	box-sizing: content-box;
	transform: translateX(-50%) translateY(-50%);
	transition-duration: 0.5s;
}
.elementor-widget-featured-box .elementor-image-box-img:before {
	border: 0 solid rgba(34, 34, 34, 0.075);
	z-index: -2;
	width: 100%;
	height: 100%;
}
.elementor-widget-featured-box .elementor-image-box-img:after {
	border: 0 solid rgba(34, 34, 34, 0.05);
	z-index: -1;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
}
.elementor-widget-featured-box .elementor-image-framed {
	margin-bottom: 12px;
}
.elementor-widget-featured-box .elementor-image-box-title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
	letter-spacing: -0.5px;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.elementor-widget-featured-box
.elementor-image-box-content
.elementor-image-box-description {
	margin-bottom: 0;
	font-size: 18px;
	position: relative;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 992px) {
	.elementor-widget-featured-box
    .elementor-image-box-content
    .elementor-image-box-description {
		opacity: 0;
		visibility: hidden;
		-ms-transform: scale(0);
		-o-transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes beat {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.8);
	}
}

@keyframes beat-before {
	0% {
		border-width: 0;
		opacity: 0;
	}
	50% {
		border-width: 10px;
		opacity: 1;
	}
}

@keyframes beat-after {
	0% {
		border-width: 0;
		opacity: 0;
	}
	50% {
		border-width: 10px;
		opacity: 1;
	}
}

.elementor-flip-box {
	height: 400px;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

@media (max-device-width: 1024px) {
	.elementor-flip-box {
		cursor: pointer;
	}
}

.elementor-flip-box__back {
	display: block;
}

.elementor-flip-box__layer {
	position: absolute;
	width: 100%;
	height: 100%;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.elementor-flip-box__layer__overlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	padding: 60px;
}

.elementor-flip-box__layer__sub_title {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.6;
	margin-bottom: 10px;
	display: block;
}

.elementor-flip-box__layer__title {
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.elementor-flip-box__layer__description {
	color: #fff;
}

.elementor-flip-box .elementor-icon,
.elementor-flip-box .elementor-view-framed .elementor-icon,
.elementor-flip-box .elementor-view-stacked .elementor-icon {
	color: #fff;
}

.elementor-flip-box .elementor-view-framed .elementor-icon {
	border-color: #fff;
}

.elementor-flip-box .elementor-view-stacked .elementor-icon {
	background-color: rgba(0, 0, 0, 0.5);
}

.elementor-flip-box svg {
	fill: #fff;
	display: none;
}

.elementor-flip-box__button.elementor-button {
	cursor: pointer;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background: #fff;
}
.elementor-flip-box__button.elementor-button:hover {
	background: transparent;
	text-decoration: none;
}

.elementor-flip-box__image {
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
	line-height: 0;
}
.elementor-flip-box__image img {
	width: 50%;
}

.elementor-flip-box .elementor-icon-wrapper {
	margin-bottom: 20px;
}

.elementor-flip-box--3d .elementor-flip-box__layer__inner {
	-webkit-transform: translateZ(90px) scale(0.91);
	transform: translateZ(90px) scale(0.91);
}

.elementor-flip-box--3d .elementor-flip-box__layer__overlay {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0.1px);
	transform: translateZ(0.1px);
}

.elementor-flip-box--effect-flip .elementor-flip-box {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.elementor-flip-box--effect-flip .elementor-flip-box__layer {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.elementor-flip-box--effect-flip .elementor-flip-box__front {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 1;
}

.elementor-flip-box--effect-flip
.elementor-flip-box:hover
.elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right
.elementor-flip-box__back {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right
.elementor-flip-box:hover
.elementor-flip-box__front {
	-webkit-transform: rotateX(0) rotateY(180deg);
	transform: rotateX(0) rotateY(180deg);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left
.elementor-flip-box__back {
	-webkit-transform: rotateX(0) rotateY(180deg);
	transform: rotateX(0) rotateY(180deg);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left
.elementor-flip-box:hover
.elementor-flip-box__front {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up
.elementor-flip-box__back {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up
.elementor-flip-box:hover
.elementor-flip-box__front {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down
.elementor-flip-box__back {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down
.elementor-flip-box:hover
.elementor-flip-box__front {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0);
}

.elementor-flip-box--effect-push .elementor-flip-box__front {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right
.elementor-flip-box:hover
.elementor-flip-box__front {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left
.elementor-flip-box:hover
.elementor-flip-box__front {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up
.elementor-flip-box:hover
.elementor-flip-box__front {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down
.elementor-flip-box:hover
.elementor-flip-box__front {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%);
}

.elementor-flip-box--effect-slide .elementor-flip-box,
.elementor-flip-box--effect-push .elementor-flip-box {
	overflow: hidden;
}

.elementor-flip-box--effect-slide
.elementor-flip-box:hover
.elementor-flip-box__back,
.elementor-flip-box--effect-push
.elementor-flip-box:hover
.elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-right
.elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-right
.elementor-flip-box__back {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0);
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-left
.elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-left
.elementor-flip-box__back {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0);
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-up
.elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-up
.elementor-flip-box__back {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%);
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-down
.elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-down
.elementor-flip-box__back {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%);
}

.elementor-flip-box--effect-zoom-out
.elementor-flip-box
.elementor-flip-box__front {
	-webkit-transition: opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
	transition: opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
	-o-transition: transform 0.7s, opacity 0.35s, width 0.1ms;
	transition: transform 0.7s, opacity 0.35s, width 0.1ms;
	transition: transform 0.7s, opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 1;
	width: 100%;
}

.elementor-flip-box--effect-zoom-out
.elementor-flip-box:hover
.elementor-flip-box__front {
	width: 0;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: opacity 0.7s 0.1s, width 0.1ms 0.7s,
    -webkit-transform 0.8s;
	transition: opacity 0.7s 0.1s, width 0.1ms 0.7s, -webkit-transform 0.8s;
	-o-transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s;
	transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s;
	transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s,
    -webkit-transform 0.8s;
}

.elementor-flip-box--effect-zoom-in
.elementor-flip-box
.elementor-flip-box__back {
	-webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.7s;
	transition: opacity 0.5s 0.2s, -webkit-transform 0.7s;
	-o-transition: transform 0.7s, opacity 0.5s 0.2s;
	transition: transform 0.7s, opacity 0.5s 0.2s;
	transition: transform 0.7s, opacity 0.5s 0.2s, -webkit-transform 0.7s;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.elementor-flip-box--effect-zoom-in
.elementor-flip-box:hover
.elementor-flip-box__back {
	-webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
	transition: opacity 0.5s, -webkit-transform 0.7s;
	-o-transition: transform 0.7s, opacity 0.5s;
	transition: transform 0.7s, opacity 0.5s;
	transition: transform 0.7s, opacity 0.5s, -webkit-transform 0.7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
	opacity: 0;
}

.elementor-flip-box--effect-fade
.elementor-flip-box:hover
.elementor-flip-box__back {
	opacity: 1;
}

.elementor-widget-flip-box.elementor-flip-box--flipped
.elementor-widget-container
.elementor-flip-box__front {
	display: none;
}

.elementor-widget-flip-box.elementor-flip-box--flipped
.elementor-widget-container
.elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

@media (min-width: 992px) {
	.campain-grid-style-2 .indra-wrap .indra-card,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--4
    .indra-grid__item:nth-child(5n + 1)
    .indra-card,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--3
    .indra-grid__item:nth-child(4n + 1)
    .indra-card,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--2
    .indra-grid__item:nth-child(3n + 1)
    .indra-card,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--1
    .indra-grid__item:nth-child(2n + 1)
    .indra-card {
		flex-direction: row;
	}
	.campain-grid-style-2 .indra-wrap .indra-card__body,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--4
    .indra-grid__item:nth-child(5n + 1)
    .indra-card__body,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--3
    .indra-grid__item:nth-child(4n + 1)
    .indra-card__body,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--2
    .indra-grid__item:nth-child(3n + 1)
    .indra-card__body,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--1
    .indra-grid__item:nth-child(2n + 1)
    .indra-card__body {
		flex: 1;
		justify-content: center;
		padding-left: 40px;
		padding-right: 40px;
	}
	.campain-grid-style-2 .indra-wrap .indra-card__media,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--4
    .indra-grid__item:nth-child(5n + 1)
    .indra-card__media,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--3
    .indra-grid__item:nth-child(4n + 1)
    .indra-card__media,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--2
    .indra-grid__item:nth-child(3n + 1)
    .indra-card__media,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--1
    .indra-grid__item:nth-child(2n + 1)
    .indra-card__media {
		flex: 2;
		margin-bottom: 0;
	}
	.campain-grid-style-2 .indra-wrap .indra-card__progress,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--4
    .indra-grid__item:nth-child(5n + 1)
    .indra-card__progress,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--3
    .indra-grid__item:nth-child(4n + 1)
    .indra-card__progress,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--2
    .indra-grid__item:nth-child(3n + 1)
    .indra-card__progress,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--1
    .indra-grid__item:nth-child(2n + 1)
    .indra-card__progress {
		margin-top: 20px;
	}
	.campain-grid-style-2 .indra-wrap [class*="media"] .label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--4
    .indra-grid__item:nth-child(5n + 1)
    [class*="media"]
    .label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--3
    .indra-grid__item:nth-child(4n + 1)
    [class*="media"]
    .label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--2
    .indra-grid__item:nth-child(3n + 1)
    [class*="media"]
    .label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--1
    .indra-grid__item:nth-child(2n + 1)
    [class*="media"]
    .label {
		display: none;
	}
	.campain-grid-style-2 .indra-wrap .indra-card__thumbnail,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--4
    .indra-grid__item:nth-child(5n + 1)
    .indra-card__thumbnail,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--3
    .indra-grid__item:nth-child(4n + 1)
    .indra-card__thumbnail,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--2
    .indra-grid__item:nth-child(3n + 1)
    .indra-card__thumbnail,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--1
    .indra-grid__item:nth-child(2n + 1)
    .indra-card__thumbnail {
		height: 100%;
	}
	.campain-grid-style-2 .indra-wrap .indra-card__body .wrap-label .label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--4
    .indra-grid__item:nth-child(5n + 1)
    .indra-card__body
    .wrap-label
    .label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--3
    .indra-grid__item:nth-child(4n + 1)
    .indra-card__body
    .wrap-label
    .label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--2
    .indra-grid__item:nth-child(3n + 1)
    .indra-card__body
    .wrap-label
    .label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--1
    .indra-grid__item:nth-child(2n + 1)
    .indra-card__body
    .wrap-label
    .label {
		display: inline-block;
		margin-bottom: 30px;
	}
	.campain-grid-style-2 .indra-wrap .wrap-label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--4
    .indra-grid__item:nth-child(5n + 1)
    .wrap-label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--3
    .indra-grid__item:nth-child(4n + 1)
    .wrap-label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--2
    .indra-grid__item:nth-child(3n + 1)
    .wrap-label,
	.campain-grid-style-3
    .indra-wrap
    .indra-grid--1
    .indra-grid__item:nth-child(2n + 1)
    .wrap-label {
		display: block;
		text-align: center;
	}
}

@media (min-width: 40rem) {
	.campain-grid-style-3 .indra-grid--4 .indra-grid__item:nth-child(5n + 1) {
		grid-column: 1/3;
	}
	.campain-grid-style-3 .indra-grid--3 .indra-grid__item:nth-child(4n + 1) {
		grid-column: 1/3;
	}
	.campain-grid-style-3 .indra-grid--2 .indra-grid__item:nth-child(3n + 1) {
		grid-column: 1/3;
	}
}

@media (min-width: 72rem) {
	.campain-grid-style-3 .indra-grid--4 .indra-grid__item:nth-child(5n + 1) {
		grid-column: 1/5;
	}
	.campain-grid-style-3 .indra-grid--3 .indra-grid__item:nth-child(4n + 1) {
		grid-column: 1/4;
	}
	.campain-grid-style-3 .indra-grid--2 .indra-grid__item:nth-child(3n + 1) {
		grid-column: 1/3;
	}
}

.elementor-widget-opal-indra-campain .owl-carousel .owl-stage-outer {
	padding: 30px;
	margin: -30px;
}

.elementor-widget-opal-indra-form [id*="indra-form"] .indra-form-title {
	color: #000;
	margin-bottom: 0.75em;
}

@media (min-width: 768px) {
	.elementor-widget-opal-indra-form [id*="indra-form"] #indra-amount {
		width: auto;
	}
}

.heading-decor {
	padding-top: 10px;
}

.elementor-widget.elementor-widget-icon-list
.elementor-icon-list-items.elementor-inline-items {
	margin-right: 0;
	margin-left: 0;
}

.elementor-widget-image-box[class*="elementor-animation"]:hover {
	z-index: 1;
}

.elementor-widget-image-box .elementor-image-framed {
	position: relative;
}
.elementor-widget-image-box .elementor-image-framed .elementor-icon {
	padding: 0.84em;
	position: relative;
}
.elementor-widget-image-box .elementor-image-framed .elementor-icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.elementor-widget-image-box .elementor-image-framed > * {
	position: relative;
	z-index: 2;
}
.elementor-widget-image-box .elementor-image-framed > svg {
	width: 285px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.elementor-widget-image-box .elementor-image-box-title {
	padding-top: 0;
}

.elementor-widget-image-box .elementor-image-box-img {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.elementor-widget-image-box .elementor-image-box-img svg {
	display: block;
	margin: 0 auto;
}
.elementor-widget-image-box .elementor-image-box-img img {
	display: block;
	margin: 0 auto;
}
.elementor-widget-image-box .elementor-image-box-img.testabc:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px dashed #aba5a5;
	border-radius: 100%;
	transform: scale(1.4);
}

.imagebox-svg-transform-move-horizontal:hover .elementor-image-box-img > svg {
	-webkit-animation-name: move-horizontal;
	animation-name: move-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.imagebox-svg-transform-move-vertical:hover .elementor-image-box-img > svg {
	-webkit-animation-name: move-vertical;
	animation-name: move-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes move-horizontal {
	16.65% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	33.3% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
	}
	49.95% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	66.6% {
		-webkit-transform: translateX(4px);
		transform: translateX(-4px);
	}
	83.25% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes move-vertical {
	16.65% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	33.3% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	49.95% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	66.6% {
		-webkit-transform: translateY(4px);
		transform: translateY(-4px);
	}
	83.25% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.elementor-image-box-top-left .elementor-image-framed .elementor-icon:after {
	top: -10px;
	left: -10px;
}

.elementor-image-box-top-left:hover
.elementor-image-framed
.elementor-icon:after {
	top: 0;
	left: 0;
}

.elementor-image-box-top-center .elementor-image-framed .elementor-icon:after {
	top: -10px;
	center: 0;
}

.elementor-image-box-top-center:hover
.elementor-image-framed
.elementor-icon:after {
	top: 0;
	center: 0;
}

.elementor-image-box-top-right .elementor-image-framed .elementor-icon:after {
	top: -10px;
	right: -10px;
}

.elementor-image-box-top-right:hover
.elementor-image-framed
.elementor-icon:after {
	top: 0;
	right: 0;
}

.elementor-image-box-center-left .elementor-image-framed .elementor-icon:after {
	center: 0;
	left: -10px;
}

.elementor-image-box-center-left:hover
.elementor-image-framed
.elementor-icon:after {
	center: 0;
	left: 0;
}

.elementor-image-box-center-center
.elementor-image-framed
.elementor-icon:after {
	center: 0;
	center: 0;
}

.elementor-image-box-center-center:hover
.elementor-image-framed
.elementor-icon:after {
	center: 0;
	center: 0;
}

.elementor-image-box-center-right
.elementor-image-framed
.elementor-icon:after {
	center: 0;
	right: -10px;
}

.elementor-image-box-center-right:hover
.elementor-image-framed
.elementor-icon:after {
	center: 0;
	right: 0;
}

.elementor-image-box-bottom-left .elementor-image-framed .elementor-icon:after {
	bottom: -10px;
	left: -10px;
}

.elementor-image-box-bottom-left:hover
.elementor-image-framed
.elementor-icon:after {
	bottom: 0;
	left: 0;
}

.elementor-image-box-bottom-center
.elementor-image-framed
.elementor-icon:after {
	bottom: -10px;
	center: 0;
}

.elementor-image-box-bottom-center:hover
.elementor-image-framed
.elementor-icon:after {
	bottom: 0;
	center: 0;
}

.elementor-image-box-bottom-right
.elementor-image-framed
.elementor-icon:after {
	bottom: -10px;
	right: -10px;
}

.elementor-image-box-bottom-right:hover
.elementor-image-framed
.elementor-icon:after {
	bottom: 0;
	right: 0;
}

.opal-image-hotspots-container {
	overflow: hidden;
}

.opal-image-hotspots-main-icons-tooltips-wrapper {
	top: 0;
	left: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.opal-image-hotspots-main-icons {
	cursor: pointer;
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.opal-image-hotspots-main-icons .opal-image-hotspots-icon {
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 30px;
	padding: 3px 0 0;
	line-height: 0.6;
	border-color: black;
}
.opal-image-hotspots-main-icons .opal-image-hotspots-image-icon {
	width: 40px;
	height: 40px;
}
.opal-image-hotspots-main-icons .opal-image-hotspots-text {
	cursor: pointer;
	display: block;
	text-align: center;
	border-radius: 0;
	margin: 0;
	padding: 0 10px 0 10px;
	border-color: black;
}

.opal-image-hotspots-tooltips-wrapper {
	display: none;
	position: absolute;
	z-index: 9999;
}

.tooltipster-sidetip {
	z-index: 9999;
	width: auto !important;
}

.tooltipster-box div.opal-image-hotspots-tooltips-text {
	border-color: black;
	overflow: hidden;
}

.tooltipster-sidetip div.tooltipster-box {
	background: transparent;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
}

.tooltipster-sidetip div.opal-image-hotspots-tooltips-text {
	padding: 15px 30px;
}
.tooltipster-sidetip div.opal-image-hotspots-tooltips-text * {
	margin: 0;
	padding: 0px;
}

.tooltipster-box .opal-image-hotspots-tooltips-text * {
	margin: 0;
}

.opal-image-hotspots-main-icons.opal-image-hotspots-anim::before {
	content: "";
	position: absolute;
	z-index: -1;
	transform: scale(1);
	pointer-events: none;
	animation: pa-hotspot-pulse 2s infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@keyframes pa-hotspot-pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.tooltipster-box .tooltipster-content {
	background: rgba(12, 12, 12, 0.5);
}

.opal-tooltipster-base.tooltipster-top .tooltipster-arrow-background {
	border-top-color: rgba(12, 12, 12, 0.5);
}

.opal-tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: rgba(12, 12, 12, 0.5);
}

.opal-tooltipster-base.tooltipster-right .tooltipster-arrow-background {
	border-right-color: rgba(12, 12, 12, 0.5);
}

.opal-tooltipster-base.tooltipster-left .tooltipster-arrow-background {
	border-left-color: rgba(12, 12, 12, 0.5);
}

.tooltipster-box .opal-image-hotspots-tooltips-text {
	color: #fff;
}

.elementor-widget-opal-images-layers ul {
	padding: 0;
}

.elementor-widget-opal-image-gallery .column-item {
	padding-bottom: 30px;
}
.elementor-widget-opal-image-gallery .column-item a {
	position: relative;
	overflow: hidden;
	display: block;
}
.elementor-widget-opal-image-gallery .column-item img {
	display: block;
	transition: all 0.6s ease;
	transform-origin: bottom right;
}
.elementor-widget-opal-image-gallery .column-item:hover img {
	transform: scale(1.2);
}

.elementor-widget-opal-image-gallery .gallery-item-overlay {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: rgba(30, 57, 84, 0.9);
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
}
.elementor-widget-opal-image-gallery .gallery-item-overlay i {
	margin-bottom: 19px;
}
@media (max-width: 991px) {
	.elementor-widget-opal-image-gallery .gallery-item-overlay {
		font-size: 24px;
	}
}

.elementor-image-gallery {
	position: relative;
}

body:not(.elementor-editor-active) .grid__link {
	opacity: 0;
}

.grid__deco {
	position: absolute;
	top: 10px;
	left: 10px;
	pointer-events: none;
}

.grid__deco path {
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
}

.js .grid--loading::before,
.js .grid--loading::after {
	content: "";
	z-index: 1000;
}

.js .grid--loading::after {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: 0 0 0 -20px;
	border: 8px solid #383a41;
	border-bottom-color: #565963;
	border-radius: 50%;
	animation: animLoader 0.8s linear forwards infinite;
}

.grid__reveal {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	background-color: #2c2d31;
}

@keyframes animLoader {
	to {
		transform: rotate(360deg);
	}
}

.instagram-widget .instagram-pics {
	margin-left: 0;
	margin-right: 0;
}

.instagram-widget .instagram-picture {
	padding: 0 !important;
}
.instagram-widget .instagram-picture img {
	display: block;
	/* -webkit-filter: grayscale(100%); */
	/* filter: grayscale(100%); */
}
.instagram-widget .instagram-picture:hover .hover-mask {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.instagram-widget .instagram-picture:hover .wrapp-picture .instagram-like,
.instagram-widget .instagram-picture:hover .wrapp-picture .instagram-comment {
	transform: translateY(0);
}
.instagram-widget .instagram-picture:hover .wrapp-picture:before {
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.instagram-widget .instagram-picture:hover .wrapp-picture:after {
	opacity: 1;
}
@media (max-width: 767px) {
	.instagram-widget .instagram-picture {
		width: 50%;
	}
}

.instagram-widget .instagram-content {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
@media (max-width: 1199px) {
	.instagram-widget .instagram-content {
		position: static;
		margin-bottom: 30px;
		margin-top: 15px;
	}
}

.instagram-widget .instagram-content-inner {
	z-index: 5;
	background: white;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
	max-width: 380px;
	width: 100%;
	padding: 30px;
}

.instagram-widget .wrapp-picture {
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 800px;
	backface-visibility: hidden;
	perspective: 800px;
}
.instagram-widget .wrapp-picture a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}
.instagram-widget .wrapp-picture:before {
	content: "\f16d";
	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;
	font-size: 36px;
	font-size: 2.25rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	z-index: 2;
}
@media (max-width: 767px) {
	.instagram-widget .wrapp-picture:before {
		display: none;
	}
}
.instagram-widget .wrapp-picture:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}
.instagram-widget .wrapp-picture .instagram-like,
.instagram-widget .wrapp-picture .instagram-comment {
	position: absolute;
	width: 50%;
	bottom: 0;
	padding: 15px 25px;
	color: #fff;
	z-index: 9;
	transform: translateY(100%);
	transition: all ease 0.3s;
}
.instagram-widget .wrapp-picture .instagram-like {
	left: 0;
	text-align: left;
}
.instagram-widget .wrapp-picture .instagram-comment {
	right: 0;
	text-align: right;
}

.instagram-widget .hover-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
	);
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: transform 0.3s ease, opacity 0.3s ease;
	-webkit-transition: transform 0.3s ease, opacity 0.3s ease;
}

.instagram-widget .instagram-likes,
.instagram-widget .instagram-comments {
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	color: white;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.instagram-widget .instagram-likes:before,
.instagram-widget .instagram-likes .icon,
.instagram-widget .instagram-comments:before,
.instagram-widget .instagram-comments .icon {
	display: inline-block;
	margin-right: 5px;
}

.instagram-widget .instagram-likes {
	text-align: left;
}

.instagram-widget .instagram-comments {
	text-align: right;
}
.instagram-widget .instagram-comments:before {
	font-size: 18px;
}

.instagram-widget .instagram-createdtime {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 10px;
}

.instagram-widget .instagram-description {
	margin-bottom: 20px;
}

.elementor-instagram-style-insite .instagram-widget {
	position: relative;
}

.elementor-instagram-style-insite .username {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px 40px;
	z-index: 1;
	background-color: #fff;
}
@media (max-width: 767px) {
	.elementor-instagram-style-insite .username {
		padding: 10px;
	}
}

.mc4wp-form-fields input:hover,
.mc4wp-form-fields input:focus {
	border-color: transparent !important;
}

.elementor-nav-menu--main .elementor-nav-menu a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 13px 20px;
}
.elementor-nav-menu--main .elementor-nav-menu a:hover,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted {
	padding: 13px 20px;
}
.elementor-nav-menu--main .elementor-nav-menu a.current {
	background: #373a3c;
	color: #fff;
}
.elementor-nav-menu--main .elementor-nav-menu a.disabled {
	background: #55595c;
	color: #a1a6a9;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	position: absolute;
	width: 12em;
	border-width: 0;
	border-style: solid;
	padding: 0;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-up,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	height: 20px;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 8px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #494c4f transparent;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 8px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #494c4f transparent;
	top: 6px;
	border-style: solid dashed dashed dashed;
	border-color: #494c4f transparent transparent transparent;
}

.elementor-nav-menu__align-right .elementor-nav-menu {
	margin-left: auto;
	margin-right: 0;
}

.elementor-nav-menu__align-right
.elementor-nav-menu--layout-vertical
> ul
> li
> a {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-nav-menu__align-left .elementor-nav-menu {
	margin-right: auto;
}

.elementor-nav-menu__align-left
.elementor-nav-menu--layout-vertical
> ul
> li
> a {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-nav-menu__align-center .elementor-nav-menu {
	margin-left: auto;
	margin-right: auto;
}

.elementor-nav-menu__align-center
.elementor-nav-menu--layout-vertical
> ul
> li
> a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1199px) {
	.elementor-nav-menu-tablet__align-right .elementor-nav-menu {
		margin-left: auto;
		margin-right: 0;
	}
	.elementor-nav-menu-tablet__align-right
    .elementor-nav-menu--layout-vertical
    > ul
    > li
    > a {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.elementor-nav-menu-tablet__align-left .elementor-nav-menu {
		margin-right: auto;
	}
	.elementor-nav-menu-tablet__align-left
    .elementor-nav-menu--layout-vertical
    > ul
    > li
    > a {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.elementor-nav-menu-tablet__align-center .elementor-nav-menu {
		margin-left: auto;
		margin-right: auto;
	}
	.elementor-nav-menu-tablet__align-center
    .elementor-nav-menu--layout-vertical
    > ul
    > li
    > a {
		/* -webkit-box-pack: center; */
		/* -webkit-justify-content: center; */
		/* -ms-flex-pack: center; */
		/* justify-content: center; */
	}
}

@media (max-width: 767px) {
	.elementor-nav-menu-mobile__align-right .elementor-nav-menu {
		margin-left: auto;
		margin-right: 0;
	}
	.elementor-nav-menu-mobile__align-right
    .elementor-nav-menu--layout-vertical
    > ul
    > li
    > a {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.elementor-nav-menu-mobile__align-left .elementor-nav-menu {
		margin-right: auto;
	}
	.elementor-nav-menu-mobile__align-left
    .elementor-nav-menu--layout-vertical
    > ul
    > li
    > a {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.elementor-nav-menu-mobile__align-center .elementor-nav-menu {
		margin-left: auto;
		margin-right: auto;
	}
	.elementor-nav-menu-mobile__align-center
    .elementor-nav-menu--layout-vertical
    > ul
    > li
    > a {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.elementor-nav-menu--layout-horizontal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	white-space: nowrap;
}

.elementor-nav-menu__align-justify
.elementor-nav-menu--layout-horizontal
.elementor-nav-menu {
	width: 100%;
}
.elementor-nav-menu__align-justify
.elementor-nav-menu--layout-horizontal
.elementor-nav-menu
> li {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.elementor-nav-menu__align-justify
.elementor-nav-menu--layout-horizontal
.elementor-nav-menu
> li
> a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1199px) {
	.elementor-nav-menu-tablet__align-right
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu {
		margin-left: auto;
		margin-right: 0;
		width: auto;
	}
	.elementor-nav-menu-tablet__align-right
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu
    > li {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.elementor-nav-menu-tablet__align-left
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu {
		margin-left: 0;
		margin-right: auto;
		width: auto;
	}
	.elementor-nav-menu-tablet__align-left
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu
    > li {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.elementor-nav-menu-tablet__align-center
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu {
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	.elementor-nav-menu-tablet__align-center
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu
    > li {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.elementor-nav-menu-tablet__align-justify
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu {
		width: 100%;
	}
	.elementor-nav-menu-tablet__align-justify
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu
    > li {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.elementor-nav-menu-tablet__align-justify
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu
    > li
    > a {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.elementor-nav-menu-mobile__align-right
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu {
		margin-left: auto;
		margin-right: 0;
		width: auto;
	}
	.elementor-nav-menu-mobile__align-right
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu
    > li {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.elementor-nav-menu-mobile__align-left
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu {
		margin-left: 0;
		margin-right: auto;
		width: auto;
	}
	.elementor-nav-menu-mobile__align-left
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu
    > li {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.elementor-nav-menu-mobile__align-center
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu {
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	.elementor-nav-menu-mobile__align-center
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu
    > li {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.elementor-nav-menu-mobile__align-justify
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu {
		width: 100%;
	}
	.elementor-nav-menu-mobile__align-justify
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu
    > li {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.elementor-nav-menu-mobile__align-justify
    .elementor-nav-menu--layout-horizontal
    .elementor-nav-menu
    > li
    > a {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.elementor-widget-opal-nav-menu .elementor-widget-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-nav-menu {
	position: relative;
	z-index: 2;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: transparent;
}
.elementor-nav-menu:after {
	content: "\00a0";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.elementor-nav-menu ul,
.elementor-nav-menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: transparent;
}
.elementor-nav-menu ul {
	display: none;
}
.elementor-nav-menu ul ul a {
	border-left: 16px solid transparent;
}
.elementor-nav-menu ul ul a:hover,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:active {
	border-left: 16px solid transparent;
}
.elementor-nav-menu ul ul ul a {
	border-left: 24px solid transparent;
}
.elementor-nav-menu ul ul ul a:hover,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:active {
	border-left: 24px solid transparent;
}
.elementor-nav-menu ul ul ul ul a {
	border-left: 32px solid transparent;
}
.elementor-nav-menu ul ul ul ul a:hover,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
.elementor-nav-menu ul ul ul ul ul a {
	border-left: 40px solid transparent;
}
.elementor-nav-menu ul ul ul ul ul a:hover,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}
.elementor-nav-menu li,
.elementor-nav-menu a {
	position: relative;
}
.elementor-nav-menu li {
	border-width: 0;
}
.elementor-nav-menu a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
	line-height: 20px;
}
.elementor-nav-menu a:hover,
.elementor-nav-menu a:focus {
	padding: 10px 20px;
	line-height: 20px;
}
.elementor-nav-menu a.current {
	background: #373a3c;
	color: #fff;
}
.elementor-nav-menu a.disabled {
	cursor: not-allowed;
	color: #a1a6a9;
}

.elementor-nav-menu--indicator-none
.elementor-nav-menu
.elementor-item.has-submenu {
	padding-right: 20px;
}
.elementor-nav-menu--indicator-none
.elementor-nav-menu
.elementor-item.has-submenu
.sub-arrow {
	display: none;
}

.elementor-nav-menu--indicator-plus:before {
	font-family: "Open Sans", sans-serif;
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow {
	font-size: 10px;
}
.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow:before {
	content: "";
}

.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow:before {
	content: "";
}

.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow:before {
	content: "";
}

.elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow:before {
	content: "+";
}

.elementor-nav-menu .sub-arrow {
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 1;
	padding-left: 10px;
}

.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item.highlighted {
	background-color: #55595c;
	color: #fff;
}

.elementor-menu-toggle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	padding: 0;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.05);
	color: #494c4f;
}
.elementor-menu-toggle i:before {
	display: block;
}
.elementor-menu-toggle.elementor-active i:before {
	display: block;
}

.elementor-menu-toggle__align-left .elementor-menu-toggle {
	margin-right: auto;
}

.elementor-menu-toggle__align-right .elementor-menu-toggle {
	margin-left: auto;
}

.elementor-menu-toggle__align-center .elementor-menu-toggle {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1199px) {
	.elementor-menu-toggle-tablet__align-left .elementor-menu-toggle {
		margin-right: auto;
		margin-left: 0;
	}
	.elementor-menu-toggle-tablet__align-right .elementor-menu-toggle {
		margin-right: 0;
		margin-left: auto;
	}
	.elementor-menu-toggle-tablet__align-center .elementor-menu-toggle {
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.elementor-menu-toggle-mobile__align-left .elementor-menu-toggle {
		margin-right: auto;
		margin-left: 0;
	}
	.elementor-menu-toggle-mobile__align-right .elementor-menu-toggle {
		margin-right: 0;
		margin-left: auto;
	}
	.elementor-menu-toggle-mobile__align-center .elementor-menu-toggle {
		margin-right: auto;
		margin-left: auto;
	}
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 10px;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container > ul {
	padding: 20px 0;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container
.elementor-sub-item {
	font-size: 0.9em;
}

.elementor-nav-menu--dropdown a {
	color: #494c4f;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.elementor-nav-menu--dropdown a.current {
	background: #373a3c;
	color: #fff;
}
.elementor-nav-menu--dropdown a.disabled {
	color: #b3b3b3;
}

ul.elementor-nav-menu--dropdown a {
	text-shadow: none;
	border-left: 8px solid transparent;
}
ul.elementor-nav-menu--dropdown a:hover,
ul.elementor-nav-menu--dropdown a:focus {
	text-shadow: none;
	border-left: 8px solid transparent;
}

.elementor-nav-menu--dropdown {
	background-color: #fff;
	font-size: 13px;
}

.elementor-widget-opal-nav-menu:not(.elementor-nav-menu--toggle)
.elementor-menu-toggle {
	display: none;
}

.elementor-nav-menu__text-align-center
.elementor-nav-menu--dropdown
.elementor-nav-menu
a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-nav-menu--toggle
.elementor-menu-toggle:not(.elementor-active)
+ .elementor-nav-menu__container {
	display: none;
}

.elementor-nav-menu--stretch
.elementor-nav-menu__container.elementor-nav-menu--dropdown {
	position: absolute;
	z-index: 9998;
}

.elementor-nav-menu--dropdown-destop .elementor-nav-menu--main {
	display: none;
}

@media (min-width: 768px) {
	.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown,
	.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle {
		display: none;
	}
}

@media (min-width: 1025px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown,
	.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle {
		display: none;
	}
}

@media (max-width: 1024px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
		display: none;
	}
}

@media (max-width: 767px) {
	.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
		display: none;
	}
}

.elementor-nav-menu--divider > ul > li:after {
	position: absolute;
	display: block;
	width: 1px;
	height: 10px;
	content: "";
	color: transparent;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.elementor-nav-menu--divider > ul > li:last-child:after {
	display: none;
}

#secondary .elementor-nav-menu a:before,
#indra-sidebar-left .elementor-nav-menu a:before,
.e--pointer-dot a:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0;
	margin-right: 10px;
	position: static;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	padding: 20px 0;
}

.elementor-nav-menu--main ul.elementor-nav-menu--dropdown a,
.elementor-nav-menu--main ul.elementor-nav-menu--dropdown a:focus,
.elementor-nav-menu--main ul.elementor-nav-menu--dropdown a:hover {
	border-left: 0;
	border-right: 0;
}

.elementor-item:before,
.elementor-item:after {
	display: block;
	position: absolute;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
	-o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
	transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	opacity: 0;
}

.elementor-item:hover:before,
.elementor-item:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.elementor-item:focus:before,
.elementor-item:focus:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.elementor-item.highlighted:before,
.elementor-item.highlighted:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.e--pointer-dot
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-dot
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	opacity: 1;
}

.elementor-item-active:before,
.elementor-item-active:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.e--pointer-double-line .elementor-item:before,
.e--pointer-double-line .elementor-item:after {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2;
}

.e--pointer-underline .elementor-item:before,
.e--pointer-underline .elementor-item:after {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2;
}

.e--pointer-overline .elementor-item:before,
.e--pointer-overline .elementor-item:after {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2;
}

.e--pointer-double-line.e--animation-grow
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-double-line.e--animation-grow
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	height: 0;
	width: 0;
	left: 50%;
}

.e--pointer-underline.e--animation-grow
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-grow
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	height: 0;
	width: 0;
	left: 50%;
}

.elementor-nav-menu--layout-horizontal.elementor-nav-menu--main:not(.e--pointer-framed)
.elementor-nav-menu
> li.current-menu-parent
> a:before,
.elementor-nav-menu--layout-horizontal.elementor-nav-menu--main:not(.e--pointer-framed)
.elementor-nav-menu
> li.current-menu-parent
> a:after {
	width: 100% !important;
	left: 0 !important;
	opacity: 1;
}

.e--pointer-overline.e--animation-grow
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	height: 0;
	width: 0;
	left: 50%;
}

.e--pointer-double-line.e--animation-drop-out
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-out
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 10px;
}

.e--pointer-double-line.e--animation-drop-out
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-out
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-out
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: 10px;
}

.e--pointer-double-line.e--animation-drop-in
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-in
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: -10px;
}

.e--pointer-double-line.e--animation-drop-in
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-in
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: -10px;
}

.e--pointer-double-line.e--animation-none,
.e--pointer-underline.e--animation-none,
.e--pointer-overline.e--animation-none {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-double-line.e--animation-none:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none .elementor-item:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:hover,
.e--pointer-underline.e--animation-none:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none .elementor-item:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-overline.e--animation-none:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none .elementor-item:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
	content: "";
	top: 0;
}

.e--pointer-double-line.e--animation-slide
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	width: 10px;
	left: -20px;
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
	content: "";
	bottom: 0;
}

.e--pointer-double-line.e--animation-slide
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	width: 10px;
	left: calc(100% + 20px);
}

.e--pointer-framed .elementor-item:before,
.e--pointer-framed .elementor-item:after {
	background: transparent;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #55595c;
}

.e--pointer-framed .elementor-item:before {
	content: "";
}

.e--pointer-framed.e--animation-grow
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.e--pointer-framed.e--animation-shrink
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
	-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
	transition: opacity 0.2s, -webkit-transform 0.4s;
	-o-transition: opacity 0.2s, transform 0.4s;
	transition: opacity 0.2s, transform 0.4s;
	transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}

.e--pointer-framed.e--animation-draw .elementor-item:before,
.e--pointer-framed.e--animation-draw .elementor-item:after {
	width: 3px;
	height: 3px;
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
	border-width: 0 0 3px 3px;
	-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
	-o-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
	transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
	content: "";
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 3px 3px 0 0;
	-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
	-o-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
	transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}

.e--pointer-framed.e--animation-draw .elementor-item:hover:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
	width: 100%;
	height: 100%;
}

.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after {
	width: 100%;
	height: 100%;
}

.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after {
	width: 100%;
	height: 100%;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item-active:after {
	width: 100%;
	height: 100%;
}

.e--pointer-framed.e--animation-draw .elementor-item:hover:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before {
	-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
	-o-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
	transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before {
	-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
	-o-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
	transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}

.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after {
	-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
	-o-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
	transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after {
	-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
	-o-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
	transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}

.e--pointer-framed.e--animation-corners .elementor-item:before,
.e--pointer-framed.e--animation-corners .elementor-item:after {
	width: 3px;
	height: 3px;
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
	border-width: 3px 0 0 3px;
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
	content: "";
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 0 3px 3px 0;
}

.e--pointer-framed.e--animation-corners .elementor-item:hover:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
	-o-transition: opacity 0.002s, width 0.4s, height 0.4s;
	transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
	-o-transition: opacity 0.002s, width 0.4s, height 0.4s;
	transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
	-o-transition: opacity 0.002s, width 0.4s, height 0.4s;
	transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item-active:after {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
	-o-transition: opacity 0.002s, width 0.4s, height 0.4s;
	transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.e--pointer-framed.e--animation-none {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.e--pointer-framed.e--animation-none .elementor-item,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:hover,
.e--pointer-framed.e--animation-none:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none .elementor-item:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-background .elementor-item:before,
.e--pointer-background .elementor-item:after {
	content: "";
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.e--pointer-background .elementor-item:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.e--pointer-background .elementor-item:hover,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item.highlighted {
	color: #fff;
}

.e--pointer-background .elementor-item-active {
	color: #fff;
}

.e--pointer-background.e--animation-grow .elementor-item:before {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.e--pointer-background.e--animation-grow .elementor-item:hover:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.e--pointer-background.e--animation-grow .elementor-item-active:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.e--pointer-background.e--animation-shrink
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.e--pointer-background.e--animation-shrink .elementor-item:hover:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before {
	-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
	transition: opacity 0.15s, -webkit-transform 0.4s;
	-o-transition: opacity 0.15s, transform 0.4s;
	transition: opacity 0.15s, transform 0.4s;
	transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before {
	-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
	transition: opacity 0.15s, -webkit-transform 0.4s;
	-o-transition: opacity 0.15s, transform 0.4s;
	transition: opacity 0.15s, transform 0.4s;
	transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}

.e--pointer-background.e--animation-sweep-left
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: 100%;
}

.e--pointer-background.e--animation-sweep-right
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 100%;
}

.e--pointer-background.e--animation-sweep-up
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 100%;
}

.e--pointer-background.e--animation-sweep-down
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 100%;
}

.e--pointer-background.e--animation-shutter-out-vertical
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 50%;
	top: 50%;
}

.e--pointer-background.e--animation-shutter-out-horizontal
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 50%;
	left: 50%;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-horizontal
.elementor-item:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
	top: 0;
	bottom: 100%;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	top: 100%;
	bottom: 0;
}

.e--pointer-background.e--animation-shutter-in-vertical
.elementor-item:hover:before,
.e--pointer-background.e--animation-shutter-in-vertical
.elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical
.elementor-item.highlighted:before {
	bottom: 50%;
}

.e--pointer-background.e--animation-shutter-in-vertical
.elementor-item-active:before {
	bottom: 50%;
}

.e--pointer-background.e--animation-shutter-in-vertical
.elementor-item:hover:after,
.e--pointer-background.e--animation-shutter-in-vertical
.elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical
.elementor-item.highlighted:after {
	top: 50%;
}

.e--pointer-background.e--animation-shutter-in-vertical
.elementor-item-active:after {
	top: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal
.elementor-item:before {
	right: 0;
	left: 100%;
}

.e--pointer-background.e--animation-shutter-in-horizontal
.elementor-item:after {
	right: 100%;
	left: 0;
}

.e--pointer-background.e--animation-shutter-in-horizontal
.elementor-item:hover:before,
.e--pointer-background.e--animation-shutter-in-horizontal
.elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal
.elementor-item.highlighted:before {
	left: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal
.elementor-item-active:before {
	left: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal
.elementor-item:hover:after,
.e--pointer-background.e--animation-shutter-in-horizontal
.elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal
.elementor-item.highlighted:after {
	right: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal
.elementor-item-active:after {
	right: 50%;
}

.e--pointer-background.e--animation-none {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.e--pointer-background.e--animation-none .elementor-item,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:hover,
.e--pointer-background.e--animation-none:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none .elementor-item:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-text.e--animation-skew .elementor-item:hover,
.e--pointer-text.e--animation-skew .elementor-item:focus {
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
}

.e--pointer-text.e--animation-grow .elementor-item:hover,
.e--pointer-text.e--animation-grow .elementor-item:focus {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.e--pointer-text.e--animation-shrink .elementor-item:hover,
.e--pointer-text.e--animation-shrink .elementor-item:focus {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.e--pointer-text.e--animation-float .elementor-item:hover,
.e--pointer-text.e--animation-float .elementor-item:focus {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.e--pointer-text.e--animation-sink .elementor-item:hover,
.e--pointer-text.e--animation-sink .elementor-item:focus {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.e--pointer-text.e--animation-rotate .elementor-item:hover,
.e--pointer-text.e--animation-rotate .elementor-item:focus {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
}

.e--pointer-text.e--animation-none {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.e--pointer-text.e--animation-none .elementor-item,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:hover,
.e--pointer-text.e--animation-none:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none .elementor-item:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.elementor-nav-menu--dropdown-destop:not(.elementor-nav-menu--stretch)
.elementor-widget-container,
.elementor-nav-menu--dropdown-tablet:not(.elementor-nav-menu--stretch)
.elementor-widget-container,
.elementor-nav-menu--dropdown-mobile:not(.elementor-nav-menu--stretch)
.elementor-widget-container {
	position: relative;
}

.elementor-nav-menu--dropdown-destop:not(.elementor-nav-menu--stretch)
.elementor-nav-menu--dropdown.elementor-nav-menu__container,
.elementor-nav-menu--dropdown-tablet:not(.elementor-nav-menu--stretch)
.elementor-nav-menu--dropdown.elementor-nav-menu__container,
.elementor-nav-menu--dropdown-mobile:not(.elementor-nav-menu--stretch)
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	position: absolute;
	position: absolute;
	top: 100%;
	left: 0;
}

.elementor-nav-menu-popup .elementor-nav-menu--popup {
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -8px;
	background-color: #fff;
	overflow: auto;
}
.elementor-nav-menu-popup .elementor-nav-menu--popup .elementor-nav-menu {
	max-height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.elementor-nav-menu-popup .elementor-nav-menu--popup .elementor-nav-menu a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-nav-menu-popup .mfp-close {
	font-size: 40px;
	top: 50px;
	right: 20px;
}

.elementor-nav-menu-popup .elementor-nav-menu--dropdown .elementor-item:focus {
	background-color: transparent;
}

.elementor-nav-menu-popup .elementor-nav-menu .sub-arrow {
	width: 30px;
	margin-right: -30px;
	line-height: 30px;
}

.column-item {
	padding-left: 20px;
	padding-right: 20px;
}
.column-item .post-inner {
	position: relative;
	margin-bottom: 40px;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.column-item .post-inner {
		margin-bottom: 40px;
	}
}
.column-item .post-inner:hover .post-thumbnail img {
	transform: scale(1.1);
}
.column-item .post-thumbnail {
	overflow: hidden;
	position: relative;
}
.column-item .post-thumbnail img {
	width: 100%;
	transform: scale(1);
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.column-item .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.25;
	font-weight: 600;
}
.column-item .entry-title a {
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.column-item .entry-category {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.column-item .entry-category a:last-child:after {
	display: none;
}
.column-item .entry-category a:after {
	content: ",";
	display: inline-block;
}
.column-item .entry-category a:hover {
	text-decoration: underline;
}
.column-item .entry-date,
.column-item .post-date {
	font-size: 12px;
	font-size: 0.75rem;
	color: #c4c4c4;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.column-item .entry-header > span {
	display: inline-block;
}
.column-item .entry-header > span:after {
	content: "|";
	display: inline-block;
	padding: 0 5px;
}
.column-item .entry-header > span:last-child:after {
	display: none;
}
.column-item .link-more {
	margin-top: 30px;
}
.column-item .link-more a {
	font-size: 18px;
	font-size: 1.125rem;
	border-radius: 50px;
	color: #fff;
	padding: 15px 55px;
	display: inline-block;
}
.column-item p {
	margin-bottom: 0;
}
.column-item .entry-excerpt .link-more {
	display: none;
}
.column-item .details {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	margin: auto;
	transition: left 0.3s;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 10px 20px;
	width: 100%;
}
.column-item .details > span {
	display: block;
}
.column-item .details * {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
}
.column-item .details .post-date:before {
	font-family: FontAwesome;
	margin-right: 10px;
	content: "\f133";
}
.column-item .details .entry-tags {
	text-transform: uppercase;
}
.column-item .details .entry-tags:before {
	font-family: FontAwesome;
	content: "\f02b";
	margin-right: 10px;
}
.column-item .details .entry-category:before {
	font-family: FontAwesome;
	content: "\f022";
	margin-right: 10px;
}
.column-item .details .entry-category a {
	color: #fff;
	display: inline-block;
}
.column-item.post-style-2 .post-inner {
	position: relative;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.column-item.post-style-2 .post-inner:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.6);
		display: block;
		top: 0;
		right: 0;
		z-index: 1;
	}
}
.column-item.post-style-2 .entry-header {
	padding-bottom: 0.9em;
}
.column-item.post-style-2 .post-thumbnail {
	margin-bottom: 0;
}
.column-item.post-style-2 .post-content {
	z-index: 2;
	width: 100%;
	padding: 35px 40px;
	background-color: #fff;
}
@media (min-width: 768px) {
	.column-item.post-style-2 .post-content {
		padding: 35px 40px;
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #ffffff;
	}
}
.column-item.post-style-2 .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.1em;
	width: 515px;
	max-width: 100%;
}
@media (min-width: 768px) {
	.column-item.post-style-2 .entry-title {
		/* font-size: 30px; */
		/* font-size: 1.875rem; */
		/* line-height: 1; */
	}
}
.column-item.post-style-2 .entry-title a {
	letter-spacing: -0.02em;
}
@media (min-width: 768px) {
	.column-item.post-style-2 .entry-title a {
		/* color: #fff; */
	}
}
@media (min-width: 768px) {
	.column-item.post-style-2 .post-date {
		color: #fff;
	}
}
.column-item.post-style-2 .entry-excerpt {
	margin-bottom: 1em;
}
@media (min-width: 768px) {
	.column-item.post-style-2 .entry-excerpt {
		/* color: #fff; */
	}
}
@media (min-width: 768px) {
	.column-item.post-style-2 .entry-meta {
		color: #fff;
	}
}
@media (min-width: 768px) {
	.column-item.post-style-2 .entry-meta a {
		color: #fff;
	}
}
@media (min-width: 992px) {
	.column-item.post-style-3 {
		display: flex;
	}
}
.column-item.post-style-3 .post-inner {
	align-items: stretch;
	background: #fff;
}
.column-item.post-style-3 .post-inner:hover .post-thumbnail:after {
	opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}
.column-item.post-style-3 .post-content {
	padding: 35px 40px;
}
.column-item.post-style-3 .post-thumbnail {
	margin-bottom: 0;
}
.column-item.post-style-3 .post-thumbnail:after {
	position: absolute;
	content: "";
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.column-item.post-style-3 .entry-header {
	display: block;
	padding-bottom: 20px;
}
.column-item.post-style-3 .entry-category {
	display: inline-block;
	line-height: 1.5;
}
.column-item.post-style-3 .post-date {
	color: #999;
}
.column-item.post-style-3 .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: 25px;
}
.column-item.post-style-3 .entry-meta {
	color: #000;
}
.column-item.post-style-3 .entry-meta a {
	color: #000;
}
@media (min-width: 576px) {
	.column-item.post-style-3 .post-inner {
		margin-bottom: 40px;
	}
}

.post-style-4 .post-style-3 {
	margin-bottom: 40px;
}
.post-style-4 .post-style-3 .post-inner {
	margin-bottom: 0;
	background-color: #fff;
	height: 100%;
}

.post-style-4 .post-style-2 {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.post-style-4 .post-style-2 .post-thumbnail,
	.post-style-4 .post-style-2 .post-inner {
		margin-bottom: 0;
		height: 100%;
	}
}
.post-style-4 .post-style-2 .post-thumbnail a {
	height: 100%;
}
.post-style-4 .post-style-2 .post-thumbnail img {
    object-fit: cover;
    height: 580px;
}

.post-style-4 .col-style-odd:nth-child(2n) .post-style-2 {
	order: -1;
}

.post-style-5 .column-item:not(.post-style-6) {
	height: 100%;
}

.post-style-5 .group-post {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
}

.post-style-5 .column-item {
	padding: 0;
}

.post-style-5 [class*="col-"] {
	margin-bottom: 40px;
}

.post-style-5 .post-style-3 {
	margin-bottom: 0;
}
.post-style-5 .post-style-3 .post-inner {
	margin-bottom: 0;
	background-color: #fff;
	height: 100%;
}

.post-style-5 .post-style-2 {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.post-style-5 .post-style-2 .post-thumbnail,
	.post-style-5 .post-style-2 .post-inner {
		margin-bottom: 0;
		height: 100%;
	}
}
.post-style-5 .post-style-2 .post-thumbnail a {
	height: 100%;
}
.post-style-5 .post-style-2 .post-thumbnail img {
	object-fit: cover;
	height: 100%;
}

.post-style-6 .post-inner {
	padding: 25px 40px 0;
	background-color: #fff;
	margin-bottom: 0;
}
.post-style-6 .post-inner .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.post-style-6 .post-content {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}

.post-style-6:last-child .post-content {
	border-bottom: 0;
}

.post-style-7 .column-item {
	padding: 0;
}

.post-style-7 .post-style-2 {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.post-style-7 .post-style-2 .post-content {
		padding-left: 0;
	}
}

.post-style-7 .post-style-3 .post-content {
	padding-left: 0;
}

.post-style-7 .post-style-6 {
	margin-bottom: 30px;
}
.post-style-7 .post-style-6 .post-content {
	padding-bottom: 10px;
	border-bottom: 0;
}
.post-style-7 .post-style-6 .post-inner {
	border-left: 1px solid #ebebeb;
}
@media (max-width: 767px) {
	.post-style-7 .post-style-6 .post-inner {
		padding: 10px 20px 0;
	}
}
@media (max-width: 767px) {
	.post-style-7 .post-style-6 .entry-title {
		margin-bottom: 0;
	}
}

.elementor-widget-opal-price-table {
	overflow: hidden;
}

.elementor-price-table__header {
	padding: 20px;
	border: 1px solid #ebebeb;
}
.elementor-price-table__header .elementor-price-table__heading {
	margin: 0;
	padding: 0;
}

.elementor-price-table__price {
	padding: 20px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ebebeb;
}

.elementor-price-table__allprice {
	display: flex;
}
.pricing_element-align-center .elementor-price-table__allprice {
	justify-content: center;
}
.pricing_element-align-left .elementor-price-table__allprice {
	justify-content: flex-start;
}
.pricing_element-align-right .elementor-price-table__allprice {
	justify-content: flex-end;
}

.elementor-price-table__feature-inner {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: bold;
	display: flex;
}
.elementor-price-table__feature-inner:before {
	display: inline-block;
	font-weight: 400;
	margin-right: 30px;
}
.elementor-price-table__feature-inner .elementor-inline-editing {
	min-height: auto;
}
.elementor-price-table__feature-inner span {
	display: flex;
}
.elementor-price-table__feature-inner span:before {
	color: #ff4302;
	display: none;
	font-weight: 400;
}

ul.elementor-price-table__features-list {
	list-style-type: none;
	margin: 0;
	padding: 20px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ebebeb;
}

.elementor-price-table__footer {
	padding: 20px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ebebeb;
}

.elementor-price-table__ribbon {
	color: #fff;
	position: absolute;
	right: 0;
	top: 50px;
	text-align: center;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	width: 100px;
	transform: translateY(-50%) translateX(50%) translateX(-50px) rotate(45deg);
}
.elementor-price-table__ribbon:before {
	content: "";
	width: 1000%;
	height: 100%;
	top: 0px;
	display: inline-block;
	left: -1000%;
	position: absolute;
	z-index: 9999;
	transform: translateX(1px);
}
.elementor-price-table__ribbon:after {
	content: "";
	width: 1000%;
	height: 100%;
	top: 0px;
	display: inline-block;
	right: -1000%;
	position: absolute;
	z-index: 9999;
	transform: translateX(-1px);
}

.elementor-price-table__footer-alignment-justify
.elementor-price-table__button {
	width: 100%;
}

.elementor-search-form input[type="search"],
.elementor-search-form button {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1;
	min-width: 0;
	font-size: 15px;
	-webkit-appearance: none;
}

.elementor-search-form input[type="search"]:focus,
.elementor-search-form button:focus {
	outline: 0;
	color: inherit;
}

.elementor-search-form button {
	background-color: #818a91;
	font-size: 16px;
	color: #fff;
	border-radius: 0;
}

.elementor-search-form__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	overflow: hidden;
	border: 0 solid transparent;
	min-height: 35px;
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
	background: transparent;
}

.elementor-search-form__input {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	color: #55595c;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.elementor-search-form__input::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 1;
}

.elementor-search-form__input:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 1;
}

.elementor-search-form__input::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 1;
}

.elementor-search-form__input::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 1;
}

.elementor-search-form__submit {
	color: #fff;
	-webkit-transition: color 0.2s, background 0.2s;
	-o-transition: color 0.2s, background 0.2s;
	transition: color 0.2s, background 0.2s;
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
	opacity: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #55595c;
}

.elementor-search-form--skin-full_screen
.elementor-search-form
input[type="search"].elementor-search-form__input {
	font-size: 50px;
	text-align: center;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #fff;
	line-height: 1.5;
	color: #fff;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
	cursor: pointer;
	vertical-align: middle;
	color: #494c4f;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
	position: relative;
	display: block;
	border: solid 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	width: 33px;
	height: 33px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}

.elementor-search-form--skin-full_screen
.elementor-search-form__toggle
i:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 0.55em;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	padding: 0 15%;
	background-color: rgba(0, 0, 0, 0.8);
}

.elementor-search-form--skin-full_screen
.elementor-search-form__container:not(.elementor-search-form--full-screen) {
	overflow: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.elementor-search-form--skin-full_screen
.elementor-search-form__container:not(.elementor-search-form--full-screen)
.dialog-lightbox-close-button {
	display: none;
}

.elementor-widget-opal-site-logo.elementor-widget-image
.elementor-image
> a
img[src$=".svg"],
.elementor-widget-opal-site-logo.elementor-widget-image
.elementor-image
figure
> a
img[src$=".svg"] {
	width: auto;
}

.elementor-widget-opal-stories .button-wrap {
	margin-top: 30px;
}

.elementor-widget-opal-stories .column-item .post-inner {
	margin-bottom: 25px;
}

.elementor-widget-opal-stories .column-item .entry-title {
	margin-bottom: 25px;
}

.elementor-widget-opal-stories .owl-carousel.row,
.elementor-widget-opal-stories
body.opal-content-layout-2cl
#content
.owl-carousel.wrap,
body.opal-content-layout-2cl
#content
.elementor-widget-opal-stories
.owl-carousel.wrap,
.elementor-widget-opal-stories
body.opal-content-layout-2cr
#content
.owl-carousel.wrap,
body.opal-content-layout-2cr
#content
.elementor-widget-opal-stories
.owl-carousel.wrap,
.elementor-widget-opal-stories .owl-carousel[data-opal-columns],
.elementor-widget-opal-stories
.opal-archive-style-4.blog
.owl-carousel.site-main,
.opal-archive-style-4.blog
.elementor-widget-opal-stories
.owl-carousel.site-main,
.elementor-widget-opal-stories
.opal-archive-style-4.archive
.owl-carousel.site-main,
.opal-archive-style-4.archive
.elementor-widget-opal-stories
.owl-carousel.site-main,
.elementor-widget-opal-stories
.opal-default-content-layout-2cr
.site-content
.owl-carousel.wrap,
.opal-default-content-layout-2cr
.site-content
.elementor-widget-opal-stories
.owl-carousel.wrap,
.elementor-widget-opal-stories .site-footer .owl-carousel.widget-area,
.site-footer .elementor-widget-opal-stories .owl-carousel.widget-area,
.elementor-widget-opal-stories .opal-comment-form-2 .owl-carousel.comment-form,
.opal-comment-form-2 .elementor-widget-opal-stories .owl-carousel.comment-form,
.elementor-widget-opal-stories .opal-comment-form-3 .owl-carousel.comment-form,
.opal-comment-form-3 .elementor-widget-opal-stories .owl-carousel.comment-form,
.elementor-widget-opal-stories .opal-comment-form-4 .owl-carousel.comment-form,
.opal-comment-form-4 .elementor-widget-opal-stories .owl-carousel.comment-form,
.elementor-widget-opal-stories .opal-comment-form-6 .owl-carousel.comment-form,
.opal-comment-form-6 .elementor-widget-opal-stories .owl-carousel.comment-form,
.elementor-widget-opal-stories .widget .owl-carousel.gallery,
.widget .elementor-widget-opal-stories .owl-carousel.gallery,
.elementor-widget-opal-stories .elementor-element .owl-carousel.gallery,
.elementor-element .elementor-widget-opal-stories .owl-carousel.gallery,
.elementor-widget-opal-stories .entry-gallery .owl-carousel.gallery,
.entry-gallery .elementor-widget-opal-stories .owl-carousel.gallery,
.elementor-widget-opal-stories .single .owl-carousel.gallery,
.single .elementor-widget-opal-stories .owl-carousel.gallery,
.elementor-widget-opal-stories .owl-carousel[data-elementor-columns],
.elementor-widget-opal-stories .indra-wrap-inner > .owl-carousel.indra-forms,
.elementor-widget-opal-stories .owl-carousel[data-elementor-columns] {
	margin-left: 0;
	margin-right: 0;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
	display: none;
}

.elementor-widget-tabs .elementor-tab-title {
	border: 0;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: none;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
	border: none;
}

.elementor-widget-tabs.elementor-tabs-view-vertical
.elementor-tabs-content-wrapper {
	border: none;
}

.elementor-teams-wrapper:hover .elementor-team-image:before {
	visibility: visible;
	opacity: 1;
}

.elementor-teams-wrapper .elementor-team-image {
	line-height: 0;
	position: relative;
}
.elementor-teams-wrapper .elementor-team-image:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.elementor-teams-wrapper .elementor-team-details {
	padding: 20px 0;
}

.elementor-teams-wrapper .team-icon-socials {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.elementor-teams-wrapper .team-icon-socials a {
	display: inline-block;
	text-align: center;
}
.elementor-teams-wrapper .team-icon-socials li {
	margin: 0 10px;
	display: inline-block;
}

.elementor-teams-wrapper:hover .team-icon-socials li {
	visibility: visible;
	opacity: 1;
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.elementor-teams-wrapper:hover .team-icon-socials li:nth-of-type(1) {
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.elementor-teams-wrapper:hover .team-icon-socials li:nth-of-type(2) {
	-ms-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	-moz-transition: all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}
.elementor-teams-wrapper:hover .team-icon-socials li:nth-of-type(3) {
	-ms-transition: all 0.45s ease 0.2s;
	-o-transition: all 0.45s ease 0.2s;
	-moz-transition: all 0.45s ease 0.2s;
	-webkit-transition: all 0.45s ease 0.2s;
	transition: all 0.45s ease 0.2s;
}

.elementor-teams-wrapper .team-icon-socials {
	position: absolute;
	bottom: 30px;
	right: 20px;
}
.elementor-teams-wrapper .team-icon-socials li {
	visibility: hidden;
	opacity: 0;
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}
.elementor-teams-wrapper .team-icon-socials li:nth-of-type(1) {
	-ms-transition: all 0.45s ease 0.2s;
	-o-transition: all 0.45s ease 0.2s;
	-moz-transition: all 0.45s ease 0.2s;
	-webkit-transition: all 0.45s ease 0.2s;
	transition: all 0.45s ease 0.2s;
}
.elementor-teams-wrapper .team-icon-socials li:nth-of-type(2) {
	-ms-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	-moz-transition: all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}
.elementor-teams-wrapper .team-icon-socials li:nth-of-type(3) {
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.elementor-widget-opal-testimonials.testimonial-nav-style_2.testimonial-nav-text-align-center
.owl-theme.owl-carousel
.owl-nav {
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.elementor-widget-opal-testimonials.testimonial-nav-style_2.testimonial-nav-text-align-left
.owl-theme.owl-carousel
.owl-nav {
	top: 50%;
	transform: translateY(-50%) translateX(20px);
}

.elementor-widget-opal-testimonials.testimonial-nav-style_2.testimonial-nav-text-align-right
.owl-theme.owl-carousel
.owl-nav {
	top: 50%;
	transform: translateY(-50%) translateX(-20px);
}

.elementor-widget-opal-testimonials.testimonial-nav-style_2
.owl-theme.owl-carousel
.owl-nav {
	line-height: 0;
	display: inline-block;
	color: #fff;
	border: 1px solid #ebebeb;
	box-sizing: initial;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
}
.elementor-widget-opal-testimonials.testimonial-nav-style_2
.owl-theme.owl-carousel
.owl-nav
[class*="owl-"] {
	position: static;
	transform: translate(0);
	width: 50%;
}
.elementor-widget-opal-testimonials.testimonial-nav-style_2
.owl-theme.owl-carousel
.owl-nav
[class*="owl-"].owl-prev {
	opacity: 1;
}
.elementor-widget-opal-testimonials.testimonial-nav-style_2
.owl-theme.owl-carousel
.owl-nav
[class*="owl-"].owl-prev:before {
	text-align: right;
}
.elementor-widget-opal-testimonials.testimonial-nav-style_2
.owl-theme.owl-carousel
.owl-nav
[class*="owl-"].owl-next {
	opacity: 1;
}
.elementor-widget-opal-testimonials.testimonial-nav-style_2
.owl-theme.owl-carousel
.owl-nav
[class*="owl-"].owl-next:before {
	text-align: left;
}
.elementor-widget-opal-testimonials.testimonial-nav-style_2
.owl-theme.owl-carousel
.owl-nav
[class*="owl-"]:before {
	width: auto;
	height: auto;
	line-height: 80px;
	background: transparent;
	border: 0;
	padding: 0 8px;
}

.elementor-widget-opal-testimonials.testimonial-nav-style_2
.elementor-testimonial-wrapper {
	overflow: visible;
}

.elementor-widget-opal-testimonials .elementor-testimonial-image {
	line-height: 0;
}

.elementor-widget-opal-testimonials .row,
.elementor-widget-opal-testimonials body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cl #content .elementor-widget-opal-testimonials .wrap,
.elementor-widget-opal-testimonials body.opal-content-layout-2cr #content .wrap,
body.opal-content-layout-2cr #content .elementor-widget-opal-testimonials .wrap,
.elementor-widget-opal-testimonials [data-opal-columns],
.elementor-widget-opal-testimonials .opal-archive-style-4.blog .site-main,
.opal-archive-style-4.blog .elementor-widget-opal-testimonials .site-main,
.elementor-widget-opal-testimonials .opal-archive-style-4.archive .site-main,
.opal-archive-style-4.archive .elementor-widget-opal-testimonials .site-main,
.elementor-widget-opal-testimonials
.opal-default-content-layout-2cr
.site-content
.wrap,
.opal-default-content-layout-2cr
.site-content
.elementor-widget-opal-testimonials
.wrap,
.elementor-widget-opal-testimonials .site-footer .widget-area,
.site-footer .elementor-widget-opal-testimonials .widget-area,
.elementor-widget-opal-testimonials .opal-comment-form-2 .comment-form,
.opal-comment-form-2 .elementor-widget-opal-testimonials .comment-form,
.elementor-widget-opal-testimonials .opal-comment-form-3 .comment-form,
.opal-comment-form-3 .elementor-widget-opal-testimonials .comment-form,
.elementor-widget-opal-testimonials .opal-comment-form-4 .comment-form,
.opal-comment-form-4 .elementor-widget-opal-testimonials .comment-form,
.elementor-widget-opal-testimonials .opal-comment-form-6 .comment-form,
.opal-comment-form-6 .elementor-widget-opal-testimonials .comment-form,
.elementor-widget-opal-testimonials .widget .gallery,
.widget .elementor-widget-opal-testimonials .gallery,
.elementor-widget-opal-testimonials .elementor-element .gallery,
.elementor-element .elementor-widget-opal-testimonials .gallery,
.elementor-widget-opal-testimonials .entry-gallery .gallery,
.entry-gallery .elementor-widget-opal-testimonials .gallery,
.elementor-widget-opal-testimonials .single .gallery,
.single .elementor-widget-opal-testimonials .gallery,
.elementor-widget-opal-testimonials [data-elementor-columns],
.elementor-widget-opal-testimonials .indra-wrap-inner > .indra-forms {
	margin: 0;
}
.elementor-widget-opal-testimonials .row .column-item,
.elementor-widget-opal-testimonials
body.opal-content-layout-2cl
#content
.wrap
.column-item,
body.opal-content-layout-2cl
#content
.elementor-widget-opal-testimonials
.wrap
.column-item,
.elementor-widget-opal-testimonials
body.opal-content-layout-2cr
#content
.wrap
.column-item,
body.opal-content-layout-2cr
#content
.elementor-widget-opal-testimonials
.wrap
.column-item,
.elementor-widget-opal-testimonials [data-opal-columns] .column-item,
.elementor-widget-opal-testimonials
.opal-archive-style-4.blog
.site-main
.column-item,
.opal-archive-style-4.blog
.elementor-widget-opal-testimonials
.site-main
.column-item,
.elementor-widget-opal-testimonials
.opal-archive-style-4.archive
.site-main
.column-item,
.opal-archive-style-4.archive
.elementor-widget-opal-testimonials
.site-main
.column-item,
.elementor-widget-opal-testimonials
.opal-default-content-layout-2cr
.site-content
.wrap
.column-item,
.opal-default-content-layout-2cr
.site-content
.elementor-widget-opal-testimonials
.wrap
.column-item,
.elementor-widget-opal-testimonials .site-footer .widget-area .column-item,
.site-footer .elementor-widget-opal-testimonials .widget-area .column-item,
.elementor-widget-opal-testimonials
.opal-comment-form-2
.comment-form
.column-item,
.opal-comment-form-2
.elementor-widget-opal-testimonials
.comment-form
.column-item,
.elementor-widget-opal-testimonials
.opal-comment-form-3
.comment-form
.column-item,
.opal-comment-form-3
.elementor-widget-opal-testimonials
.comment-form
.column-item,
.elementor-widget-opal-testimonials
.opal-comment-form-4
.comment-form
.column-item,
.opal-comment-form-4
.elementor-widget-opal-testimonials
.comment-form
.column-item,
.elementor-widget-opal-testimonials
.opal-comment-form-6
.comment-form
.column-item,
.opal-comment-form-6
.elementor-widget-opal-testimonials
.comment-form
.column-item,
.elementor-widget-opal-testimonials .widget .gallery .column-item,
.widget .elementor-widget-opal-testimonials .gallery .column-item,
.elementor-widget-opal-testimonials .elementor-element .gallery .column-item,
.elementor-element .elementor-widget-opal-testimonials .gallery .column-item,
.elementor-widget-opal-testimonials .entry-gallery .gallery .column-item,
.entry-gallery .elementor-widget-opal-testimonials .gallery .column-item,
.elementor-widget-opal-testimonials .single .gallery .column-item,
.single .elementor-widget-opal-testimonials .gallery .column-item,
.elementor-widget-opal-testimonials [data-elementor-columns] .column-item,
.elementor-widget-opal-testimonials
.indra-wrap-inner
> .indra-forms
.column-item {
	padding-left: 20px;
	padding-right: 20px;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper {
	margin-left: -20px;
	margin-right: -20px;
}

.elementor-widget-opal-testimonials .owl-dots {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.elementor-widget-opal-testimonials .owl-nav {
		display: none;
	}
}

.elementor-widget-opal-testimonials
.elementor-testimonial-wrapper.elementor-testimonial-text-align-left
.owl-dots {
	text-align: left;
}
.elementor-widget-opal-testimonials
.elementor-testimonial-wrapper.elementor-testimonial-text-align-left
.owl-dots
.owl-dot {
	margin-left: 0;
	margin-right: 15px;
}

.elementor-widget-opal-testimonials
.elementor-testimonial-wrapper.elementor-testimonial-text-align-left
.elementor-testimonial-inline {
	justify-content: flex-start;
}

.elementor-widget-opal-testimonials
.elementor-testimonial-wrapper.elementor-testimonial-text-align-center
.owl-dots {
	text-align: center;
}
.elementor-widget-opal-testimonials
.elementor-testimonial-wrapper.elementor-testimonial-text-align-center
.owl-dots
.owl-dot {
	margin-left: 10px;
	margin-right: 10px;
}

.elementor-widget-opal-testimonials
.elementor-testimonial-wrapper.elementor-testimonial-text-align-center
.elementor-testimonial-inline {
	justify-content: center;
}

.elementor-widget-opal-testimonials
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right
.owl-dots {
	text-align: right;
}
.elementor-widget-opal-testimonials
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right
.owl-dots
.owl-dot {
	margin-left: 10px;
	margin-right: 0;
}

.elementor-widget-opal-testimonials
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right
.elementor-testimonial-inline {
	justify-content: flex-end;
}

.elementor-widget-opal-testimonials
.layout_2
.elementor-testimonial-item:first-child
.elementor-testimonial-content {
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.elementor-widget-opal-testimonials
.layout_2
.elementor-testimonial-item:hover
.elementor-testimonial-content {
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.elementor-widget-opal-testimonials
.layout_2
.elementor-testimonial-meta-inner {
	display: block;
	position: relative;
}

.elementor-widget-opal-testimonials .layout_2 .elementor-testimonial-details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.elementor-widget-opal-testimonials .layout_2 .elementor-testimonial-content {
		visibility: hidden;
		opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
		filter: alpha(opacity=0);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

.testimonial-wrapper-transform-move-down:hover .elementor-widget-container {
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

.testimonial-wrapper-transform-move-up:hover .elementor-widget-container {
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

.elementor-widget-opal-text_carousel .owl-carousel .elementor-heading-title {
	margin-bottom: 0px;
}

.elementor-widget-opal-text_carousel .owl-carousel .elementor-content {
	padding-top: 10px;
}

.elementor-text_carousel-wrapper .row,
.elementor-text_carousel-wrapper body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cl #content .elementor-text_carousel-wrapper .wrap,
.elementor-text_carousel-wrapper body.opal-content-layout-2cr #content .wrap,
body.opal-content-layout-2cr #content .elementor-text_carousel-wrapper .wrap,
.elementor-text_carousel-wrapper [data-opal-columns],
.elementor-text_carousel-wrapper .opal-archive-style-4.blog .site-main,
.opal-archive-style-4.blog .elementor-text_carousel-wrapper .site-main,
.elementor-text_carousel-wrapper .opal-archive-style-4.archive .site-main,
.opal-archive-style-4.archive .elementor-text_carousel-wrapper .site-main,
.elementor-text_carousel-wrapper
.opal-default-content-layout-2cr
.site-content
.wrap,
.opal-default-content-layout-2cr
.site-content
.elementor-text_carousel-wrapper
.wrap,
.elementor-text_carousel-wrapper .site-footer .widget-area,
.site-footer .elementor-text_carousel-wrapper .widget-area,
.elementor-text_carousel-wrapper .opal-comment-form-2 .comment-form,
.opal-comment-form-2 .elementor-text_carousel-wrapper .comment-form,
.elementor-text_carousel-wrapper .opal-comment-form-3 .comment-form,
.opal-comment-form-3 .elementor-text_carousel-wrapper .comment-form,
.elementor-text_carousel-wrapper .opal-comment-form-4 .comment-form,
.opal-comment-form-4 .elementor-text_carousel-wrapper .comment-form,
.elementor-text_carousel-wrapper .opal-comment-form-6 .comment-form,
.opal-comment-form-6 .elementor-text_carousel-wrapper .comment-form,
.elementor-text_carousel-wrapper .widget .gallery,
.widget .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper .elementor-element .gallery,
.elementor-element .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper .entry-gallery .gallery,
.entry-gallery .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper .single .gallery,
.single .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper [data-elementor-columns],
.elementor-text_carousel-wrapper .indra-wrap-inner > .indra-forms {
	margin: 0;
	padding-bottom: 100px;
}

.elementor-text_carousel-wrapper
.owl-theme.owl-carousel
.owl-nav
[class*="owl-"].owl-prev {
	top: unset;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(calc(-100% - 5px));
	-moz-transform: translateX(calc(-100% - 5px));
	-ms-transform: translateX(calc(-100% - 5px));
	-o-transform: translateX(calc(-100% - 5px));
	transform: translateX(calc(-100% - 5px));
}

.elementor-text_carousel-wrapper
.owl-theme.owl-carousel
.owl-nav
[class*="owl-"].owl-next {
	top: unset;
	bottom: 0;
	right: 50%;
	-webkit-transform: translateX(calc(100% + 5px));
	-moz-transform: translateX(calc(100% + 5px));
	-ms-transform: translateX(calc(100% + 5px));
	-o-transform: translateX(calc(100% + 5px));
	transform: translateX(calc(100% + 5px));
}

.elementor-widget-toggle .elementor-tab-title {
	align-items: center;
}

.elementor-toggle-item:last-child .elementor-tab-title {
	border: 0;
}

.opal-video-popup-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.opal-video-popup-wrapper .elementor-video-popup {
	display: inline-flex;
	align-items: center;
}
.opal-video-popup-wrapper .elementor-video-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.opal-video-popup-wrapper .play-button {
	display: block;
	width: 65px;
	height: 65px;
	position: relative;
	cursor: pointer;
	color: #fff;
}
.opal-video-popup-wrapper .play-button i {
	position: absolute;
	bottom: 50%;
	right: 50%;
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	-moz-transform: translate(50%, 50%);
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.opal-video-popup-wrapper .play-backdrop {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
.opal-video-popup-wrapper .play-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: calc(100% + 15px);
	border: none;
	outline: none;
	background: none;
	opacity: 0;
	cursor: pointer;
}
.opal-video-popup-wrapper .play-close:before,
.opal-video-popup-wrapper .play-close:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(45deg);
	background-color: #fff;
}
.opal-video-popup-wrapper .play-close:after {
	transform: rotate(-45deg);
}
.opal-video-popup-wrapper .play-circles {
	display: block;
	width: 100%;
	height: 100%;
}
.opal-video-popup-wrapper .play-perspective {
	width: 600px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 25%;
	margin-left: 18px;
	z-index: 999;
}
.opal-video-popup-wrapper .play-triangle {
	background-color: #fff;
	cursor: pointer;
}
.opal-video-popup-wrapper iframe {
	display: block;
}

/* ===== End Elementor ===== */
/* ===== Start IndraTrust ===== */
/*!
	* IndraTrust Frontend SCSS/CSS
	*
	* @description: The Main SCSS file for FRONTEND styles which is compiled and minified via Gulp taskrunner
	* @package:     IndraTrust
	* @subpackage:  SCSS/Frontend
	* @copyright:   Copyright (c) 2016, WordImpress
	* @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/**
	* IndraTrust CSS Variables
*/
/**
	* Clearfix
*/
.indra-clearfix {
	*zoom: 1;
}
.indra-clearfix:before,
.indra-clearfix:after {
	content: " ";
	display: table;
}
.indra-clearfix:after {
	clear: both;
}

/**
	* Box Sizing
	* https://github.com/timrogers/sass-box-sizing-mixin
*/
/**
	* CSS3 Easing
*/
.indra-item-label {
	padding: 0.2em 0.4em 0.3em;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
.indra-item-label:hover {
	color: #fff;
	text-decoration: none;
}

.indra-item-label-gray {
	background-color: #929292;
}

.indra-item-label-orange {
	background-color: #ffba00;
}

.indra-item-label {
	padding: 0.2em 0.4em 0.3em;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
.indra-item-label:hover {
	color: #fff;
	text-decoration: none;
}

/*! Hint.css - v2.5.0 - 2017-04-23
	* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */
[class*="hint--"] {
	position: relative;
	display: inline-block;
}

[class*="hint--"]:after,
[class*="hint--"]:before {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

[class*="hint--"]:hover:after,
[class*="hint--"]:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

[class*="hint--"]:before {
	content: "";
	position: absolute;
	background: 0 0;
	border: 6px solid transparent;
	z-index: 1000001;
}

[class*="hint--"]:after {
	background: #383838;
	color: #fff;
	padding: 8px 10px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 12px;
	white-space: nowrap;
	text-shadow: 0 -1px 0 #000;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*="hint--"][aria-label]:after {
	content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
	content: attr(data-hint);
}

[aria-label=""]:after,
[aria-label=""]:before,
[data-hint=""]:after,
[data-hint=""]:before {
	display: none !important;
}

.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
	border-top-color: #383838;
}

.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
	border-bottom-color: #383838;
}

.hint--top:after,
.hint--top:before {
	bottom: 100%;
	left: 50%;
}

.hint--top:before {
	margin-bottom: -11px;
	left: calc(50% - 6px);
}

.hint--top:after {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hint--top:hover:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--top:hover:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	-moz-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after,
.hint--bottom:before {
	top: 100%;
	left: 50%;
}

.hint--bottom:before {
	margin-top: -11px;
	left: calc(50% - 6px);
}

.hint--bottom:after {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hint--bottom:hover:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--bottom:hover:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	-moz-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
	border-right-color: #383838;
	margin-left: -11px;
	margin-bottom: -6px;
}

.hint--right:after {
	margin-bottom: -14px;
}

.hint--right:after,
.hint--right:before {
	left: 100%;
	bottom: 50%;
}

.hint--right:hover:after,
.hint--right:hover:before {
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--left:before {
	border-left-color: #383838;
	margin-right: -11px;
	margin-bottom: -6px;
}

.hint--left:after {
	margin-bottom: -14px;
}

.hint--left:after,
.hint--left:before {
	right: 100%;
	bottom: 50%;
}

.hint--left:hover:after,
.hint--left:hover:before {
	-webkit-transform: translateX(-8px);
	-moz-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint--top-left:after,
.hint--top-left:before {
	bottom: 100%;
	left: 50%;
}

.hint--top-left:before {
	margin-bottom: -11px;
	left: calc(50% - 6px);
}

.hint--top-left:after {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-left: 12px;
}

.hint--top-left:hover:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--top-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(-8px);
	-moz-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after,
.hint--top-right:before {
	bottom: 100%;
	left: 50%;
}

.hint--top-right:before {
	margin-bottom: -11px;
	left: calc(50% - 6px);
}

.hint--top-right:after {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	margin-left: -12px;
}

.hint--top-right:hover:after,
.hint--top-right:hover:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--bottom-left:after,
.hint--bottom-left:before {
	top: 100%;
	left: 50%;
}

.hint--bottom-left:before {
	margin-top: -11px;
	left: calc(50% - 6px);
}

.hint--bottom-left:after {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-left: 12px;
}

.hint--bottom-left:hover:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--bottom-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(8px);
	-moz-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after,
.hint--bottom-right:before {
	top: 100%;
	left: 50%;
}

.hint--bottom-right:before {
	margin-top: -11px;
	left: calc(50% - 6px);
}

.hint--bottom-right:after {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	margin-left: -12px;
}

.hint--bottom-right:hover:after,
.hint--bottom-right:hover:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--large:after,
.hint--medium:after,
.hint--small:after {
	white-space: normal;
	line-height: 1.4em;
	word-wrap: break-word;
}

.hint--small:after {
	width: 80px;
}

.hint--medium:after {
	width: 150px;
}

.hint--large:after {
	width: 300px;
}

.hint--error:after {
	background-color: #b34e4d;
	text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before,
.hint--error.hint--top-right:before,
.hint--error.hint--top:before {
	border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before,
.hint--error.hint--bottom-right:before,
.hint--error.hint--bottom:before {
	border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
	border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
	border-right-color: #b34e4d;
}

.hint--warning:after {
	background-color: #c09854;
	text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before,
.hint--warning.hint--top-right:before,
.hint--warning.hint--top:before {
	border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before,
.hint--warning.hint--bottom-right:before,
.hint--warning.hint--bottom:before {
	border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
	border-left-color: #c09854;
}

.hint--warning.hint--right:before {
	border-right-color: #c09854;
}

.hint--info:after {
	background-color: #3986ac;
	text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before,
.hint--info.hint--top-right:before,
.hint--info.hint--top:before {
	border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before,
.hint--info.hint--bottom-right:before,
.hint--info.hint--bottom:before {
	border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
	border-left-color: #3986ac;
}

.hint--info.hint--right:before {
	border-right-color: #3986ac;
}

.hint--success:after {
	background-color: #458746;
	text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before,
.hint--success.hint--top-right:before,
.hint--success.hint--top:before {
	border-top-color: #458746;
}

.hint--success.hint--bottom-left:before,
.hint--success.hint--bottom-right:before,
.hint--success.hint--bottom:before {
	border-bottom-color: #458746;
}

.hint--success.hint--left:before {
	border-left-color: #458746;
}

.hint--success.hint--right:before {
	border-right-color: #458746;
}

.hint--always:after,
.hint--always:before {
	opacity: 1;
	visibility: visible;
}

.hint--always.hint--top:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--always.hint--top:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	-moz-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
	-webkit-transform: translateX(-100%) translateY(-8px);
	-moz-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after,
.hint--always.hint--top-right:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--always.hint--bottom:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	-moz-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
	-webkit-transform: translateX(-100%) translateY(8px);
	-moz-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after,
.hint--always.hint--bottom-right:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
	-webkit-transform: translateX(-8px);
	-moz-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--rounded:after {
	border-radius: 4px;
}

.hint--no-animate:after,
.hint--no-animate:before {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}

.hint--bounce:after,
.hint--bounce:before {
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition: opacity 0.3s ease, visibility 0.3s ease,
    -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*!
	* Float Labels
	*
	* @version: 3.2.0
	* @author: Paul Ryley (http://geminilabs.io)
	* @url: https://geminilabs.github.io/float-labels.js
	* @license: MIT
*/
[id*="indra-form"].indra-fl-form .indra-fl-wrap {
	position: relative;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[id*="indra-form"].indra-fl-form input.indra-fl-input,
[id*="indra-form"].indra-fl-form select.indra-fl-select,
[id*="indra-form"].indra-fl-form textarea.indra-fl-textarea {
	width: 100%;
	outline: 0;
	font-size: 16px;
	line-height: normal;
	border-radius: 0;
	border: 1px solid #ccc;
	background-color: inherit;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	margin-bottom: 0;
}
[id*="indra-form"].indra-fl-form input.indra-fl-input:-moz-placeholder,
[id*="indra-form"].indra-fl-form select.indra-fl-select:-moz-placeholder,
[id*="indra-form"].indra-fl-form textarea.indra-fl-textarea:-moz-placeholder {
	color: #757575;
}
[id*="indra-form"].indra-fl-form input.indra-fl-input::-moz-placeholder,
[id*="indra-form"].indra-fl-form select.indra-fl-select::-moz-placeholder,
[id*="indra-form"].indra-fl-form textarea.indra-fl-textarea::-moz-placeholder {
	color: #757575;
}
[id*="indra-form"].indra-fl-form input.indra-fl-input:-ms-input-placeholder,
[id*="indra-form"].indra-fl-form select.indra-fl-select:-ms-input-placeholder,
[id*="indra-form"].indra-fl-form
textarea.indra-fl-textarea:-ms-input-placeholder {
	color: #757575;
}
[id*="indra-form"].indra-fl-form
input.indra-fl-input::-webkit-input-placeholder,
[id*="indra-form"].indra-fl-form
select.indra-fl-select::-webkit-input-placeholder,
[id*="indra-form"].indra-fl-form
textarea.indra-fl-textarea::-webkit-input-placeholder {
	color: #757575;
}

[id*="indra-form"].indra-fl-form select.indra-fl-select {
	position: relative;
	color: #757575;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

[id*="indra-form"].indra-fl-form .indra-fl-is-active input.indra-fl-input,
[id*="indra-form"].indra-fl-form .indra-fl-is-active select.indra-fl-select,
[id*="indra-form"].indra-fl-form
.indra-fl-is-active
textarea.indra-fl-textarea {
	color: #333;
	background-color: inherit;
	border-color: #ccc;
}

[id*="indra-form"].indra-fl-form .indra-fl-has-focus input.indra-fl-input,
[id*="indra-form"].indra-fl-form .indra-fl-has-focus select.indra-fl-select,
[id*="indra-form"].indra-fl-form
.indra-fl-has-focus
textarea.indra-fl-textarea {
	background-color: inherit;
	border-color: #ccc;
}

[id*="indra-form"].indra-fl-form label.indra-fl-label {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	top: -12px;
	left: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #757575;
	border-radius-top-left: 0;
	transition: all 0.2s ease-in-out;
	z-index: 1;
}

[id*="indra-form"].indra-fl-form .indra-fl-is-active label.indra-fl-label {
	opacity: 1;
	visibility: visible;
}

[id*="indra-form"].indra-fl-form .indra-fl-has-focus label.indra-fl-label {
	color: #1976d2;
}

[id*="indra-form"].indra-fl-form .indra-fl-is-required:before {
	opacity: 1;
	content: "*";
	display: block;
	position: absolute;
	top: 1px;
	right: 18px;
	font-size: 16px;
	line-height: 1.75;
	color: #d32f2f;
	transition: all 0.2s ease-in-out;
	padding: 6px 0 0;
	z-index: 1;
}

[id*="indra-form"].indra-fl-form
.indra-fl-is-required.indra-fl-is-active:before {
	opacity: 0;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-1 input.indra-fl-input,
[id*="indra-form"].indra-fl-form.indra-fl-style-1 select.indra-fl-select,
[id*="indra-form"].indra-fl-form.indra-fl-style-1 textarea.indra-fl-textarea {
	padding: 6px 12px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-1 select.indra-fl-select {
	height: 44px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-1
.indra-fl-is-active
input.indra-fl-input,
[id*="indra-form"].indra-fl-form.indra-fl-style-1
.indra-fl-is-active
select.indra-fl-select,
[id*="indra-form"].indra-fl-form.indra-fl-style-1
.indra-fl-is-active
textarea.indra-fl-textarea {
	padding: 6px 12px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-1 label.indra-fl-label {
	top: 1px;
	left: 10px;
	background-color: transparent;
	padding: 12px 3px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-1 label.indra-fl-label:before {
	content: "";
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: inherit;
	z-index: -1;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-1
.indra-fl-is-active
label.indra-fl-label {
	top: -9px;
	padding: 3px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-1
.indra-fl-is-active
label.indra-fl-label:before {
	top: 9px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-2 input.indra-fl-input,
[id*="indra-form"].indra-fl-form.indra-fl-style-2 select.indra-fl-select,
[id*="indra-form"].indra-fl-form.indra-fl-style-2 textarea.indra-fl-textarea {
	padding: 12px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-2 select.indra-fl-select {
	height: 56px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-2
.indra-fl-is-active
input.indra-fl-input,
[id*="indra-form"].indra-fl-form.indra-fl-style-2
.indra-fl-is-active
select.indra-fl-select,
[id*="indra-form"].indra-fl-form.indra-fl-style-2
.indra-fl-is-active
textarea.indra-fl-textarea {
	padding: 18px 12px 6px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-2 label.indra-fl-label {
	top: 1px;
	left: 10px;
	padding: 6px 3px 3px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-2 .indra-fl-is-required:before {
	padding-top: 12px;
}

[id*="indra-form"].indra-fl-form .indra-fl-wrap-select:after {
	content: "";
	position: absolute;
	display: block;
	top: 1px;
	right: 6px;
	height: calc(100% - 2px);
	width: 15px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'><path fill='#757575' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/></svg>")
    no-repeat;
	background-position: 100% 50%;
	background-size: 7px 14px;
	z-index: 2;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000002;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1000004;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1000003;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1000005;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	/**
		* Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/**
	* IndraTrust Frontend Fonts SCSS
	*
	* Fonts are from icomoon and the src paths need to be relative to template directory.
	* @package     IndraTrust
	* @subpackage  SCSS/Frontend
	* @copyright   Copyright (c) 2016, WordImpress
	* @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
@font-face {
	font-family: "indra-icomoon";
	src: url("../fonts/icomoon.eot?kdnr3d");
	src: url("../fonts/icomoon.eot?kdnr3d#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.woff?kdnr3d") format("woff"),
    url("../fonts/icomoon.svg?kdnr3d#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="indra-icon-"],
[class*=" indra-icon-"] {
	font-family: "indra-icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.indra-icon-lamp:before {
	content: "\e603";
}

.indra-icon-heart:before {
	content: "\e604";
}

.indra-icon-question:before {
	content: "\e602";
}

.indra-icon-info:before {
	content: "\e601";
}

.indra-icon-new-tab:before {
	content: "\ea7e";
}

.indra-icon-alert:before {
	content: "\f02d";
}

.indra-icon-help:before {
	content: "\e606";
}

.indra-icon-spinner:before {
	content: "\e605";
}

.indra-icon-spinner2:before,
form[id*="indra-form"] .indra-loading-animation:before,
.indra-button-with-loader span.indra-loading-animation:before {
	content: "\e607";
}

.indra-icon-plus:before {
	content: "\e040";
}

.indra-icon-minus:before {
	content: "\e041";
}

.indra-icon-locked:before,
[id*="indra-secure_site_wrapper"] span.padlock:before {
	content: "\e600";
}

.dashicons-indra:before {
	font-family: "indra-icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e800";
}

.fa-spin,
form[id*="indra-form"] .indra-loading-animation,
.indra-button-with-loader span.indra-loading-animation {
	-webkit-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/**
	* indra Frontend Receipt SCSS
	*
	* @package     indra
	* @subpackage  SCSS/Frontend
	* @copyright   Copyright (c) 2016, WordImpress
	* @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
body.indra-receipt_page {
	background-color: #fff;
	color: #141412;
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}
body.indra-receipt_page #indra_receipt_wrapper {
	width: 660px;
	margin: 0 auto;
	padding: 50px 0;
}
body.indra-receipt_page table {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
}
body.indra-receipt_page td,
body.indra-receipt_page th {
	display: table-cell;
	text-align: left;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
	font-weight: normal;
}
body.indra-receipt_page th {
	font-weight: bold;
	text-transform: uppercase;
}
body.indra-receipt_page h3 {
	font-size: 22px;
	margin: 40px 0 5px;
	clear: both;
	display: block;
	font-weight: bold;
}

table#indra_donation_receipt_products tbody td:first-child,
table#indra_donation_receipt tbody td:first-child {
	border-right: 1px solid;
	border-color: #ebebeb;
	width: 28%;
}
@media (max-width: 767px) {
	table#indra_donation_receipt_products tbody td:first-child,
	table#indra_donation_receipt tbody td:first-child {
		width: 35%;
	}
}

table#indra_donation_receipt td,
table#indra_donation_receipt th,
table#indra_donation_receipt td,
table#indra_donation_receipt th {
	text-align: left;
}

table#indra_donation_receipt .indra-receipt-thead-text {
	font-size: 14px;
	text-align: center;
	display: block;
}
@media (max-width: 575px) {
	table#indra_donation_receipt .indra-receipt-thead-text {
		text-align: left;
	}
}
table#indra_donation_receipt .indra-receipt-thead-text > span {
	font-size: 16px;
}

table#indra_donation_receipt li {
	margin: 0 0 8px 10px;
}

table#indra_donation_receipt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

table#indra_donation_receipt .indra-receipt_payment_status.pending,
table#indra_donation_receipt .indra-receipt_payment_status.revoked,
table#indra_donation_receipt .indra-receipt_payment_status.failed {
	color: #f73f2e;
}

table#indra_donation_receipt span.donation-level-text-wrap {
	font-style: italic;
	display: block;
}

#indra-receipt {
	overflow: visible;
}
@media (max-width: 575px) {
	#indra-receipt {
		overflow: auto;
	}
}
@media (max-width: 575px) {
	#indra-receipt .indra-notices {
		position: absolute;
		width: calc(100vw - 40px);
	}
}

@media (max-width: 575px) {
	#indra_donation_receipt {
		margin-top: 110px;
	}
}

[id*="indra-form"].indra-fl-form.indra-fl-style-indra input.indra-fl-input,
[id*="indra-form"].indra-fl-form.indra-fl-style-indra select.indra-fl-select,
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
textarea.indra-fl-textarea {
	line-height: inherit;
	padding: 12px;
	background-color: #fff;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-indra
input.indra-fl-input[type="text"],
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
input.indra-fl-input[type="email"],
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
input.indra-fl-input[type="password"],
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
input.indra-fl-input[type="search"],
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
input.indra-fl-input[type="email"],
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
input.indra-fl-input[type="tel"],
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
input.indra-fl-input[type="url"],
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
input.indra-fl-input[type="number"] {
	height: auto;
	min-height: 50px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-indra select.indra-fl-select {
	line-height: inherit;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-indra
.indra-fl-is-active
input.indra-fl-input,
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
.indra-fl-is-active
select.indra-fl-select,
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
.indra-fl-is-active
textarea.indra-fl-textarea {
	padding: 20px 12px 4px;
	transition: padding 0.2s ease-in-out, border 0.2s ease-in-out;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-indra label.indra-fl-label {
	top: 1px;
	left: 13px;
	right: 0;
	padding: 6px 0 0;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-indra
.indra-fl-is-required:before {
	padding-top: 12px;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-indra
label.indra-fl-label
.indra-required-indicator {
	display: none;
}

[id*="indra-form"].indra-fl-form.indra-fl-style-indra
label.indra-fl-label
.indra-tooltip {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 1;
}
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
label.indra-fl-label
.indra-tooltip::before {
	content: unset;
}

/**
	* IndraTrust Frontend Forms SCSS
	*
	* @package     IndraTrust
	* @subpackage  SCSS/Frontend
	* @copyright   Copyright (c) 2016, WordImpress
	* @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/*------------------------------------
	Layout
--------------------------------------*/
.indra-clearfix {
	*zoom: 1;
}
.indra-clearfix:before,
.indra-clearfix:after {
	content: " ";
	display: table;
}
.indra-clearfix:after {
	clear: both;
}

.indra-wrap-inner #indra-sidebar-left {
	order: 1;
}

[id*="indra-form"] .indra-hidden {
	display: none;
}

[id*="indra-form"] fieldset {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 0 1em;
	border: 0;
}

[id*="indra-form"] .opal-indra-group-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 80%
	);
}
@media (min-width: 992px) {
	[id*="indra-form"] .opal-indra-group-title {
		padding: 40px;
	}
}
[id*="indra-form"] .opal-indra-group-title .label {
	margin-bottom: 1rem;
}

[id*="indra-form"] .opal-indra-single-media {
	position: relative;
	letter-spacing: 0;
}
[id*="indra-form"] .opal-indra-single-media img {
	width: 100%;
	display: block;
}

[id*="indra-form"] .indra-form-title {
	padding: 0;
	margin: 0;
	color: #fff;
	letter-spacing: 0;
}

[id*="indra-form"] .indra-custom-amount-text {
	clear: both;
}

[id*="indra-form"] div#indra-sidebar-left .inner > div.images {
	display: none;
}

[id*="indra-form"] .summary-inner {
	box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
}

[id*="indra-form"] div.summary .indra-form-wrap {
	padding: 2.5em;
}

[id*="indra-form"] div.summary.indra-full-width {
	width: 100%;
	float: none;
}

[id*="indra-form"] .indra-form select.indra-select.required {
	color: #000;
}

[id*="indra-form"] div.indra-form-content-wrap {
	margin: 0 0 20px;
}

[id*="indra-form"] div.indra-form-content-wrap.indra-post_form-content {
	margin: 20px 0 0 0;
}

[id*="indra-form"].indra-display-modal form .indra-notices {
	display: none;
}

[id*="indra-form"].indra-display-reveal .indra-btn,
[id*="indra-form"].indra-display-modal .indra-btn {
	margin: 0 0 15px;
}

[id*="indra-form"].indra-display-reveal #indra-payment-mode-select,
[id*="indra-form"].indra-display-reveal #indra_purchase_form_wrap,
[id*="indra-form"].indra-display-modal #indra-payment-mode-select,
[id*="indra-form"].indra-display-modal #indra_purchase_form_wrap {
	display: none;
}

[id*="indra-form"] .cc-address {
	margin-bottom: 15px;
}

/*------------------------------------
	Single Forms
--------------------------------------*/
.single-indra-forms.et_right_sidebar #main-content .container:before,
.single-indra-forms.et_right_sidebar #main-content #content:before,
.single-indra-forms.et_right_sidebar
#main-content
.elementor-event-wrapper:before {
	display: none;
}

.single-indra-forms .indra-forms {
	*zoom: 1;
}
.single-indra-forms .indra-forms:before,
.single-indra-forms .indra-forms:after {
	content: " ";
	display: table;
}
.single-indra-forms .indra-forms:after {
	clear: both;
}

/*------------------------------------
	Gravatar List
--------------------------------------*/
#indra-purchase-gravatars .indra-gravatars-title {
	margin: 0 0 15px;
}

#indra-purchase-gravatars .indra-purchase-gravatars-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#indra-purchase-gravatars .indra-purchase-gravatars-list li {
	list-style-type: none;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
}

/*------------------------------------
	Base Form Styles
--------------------------------------*/
form[id*="indra-form"],
#indra-recurring-form,
form.indra-form {
	margin: 0 0 25px;
	padding: 0;
}
form[id*="indra-form"] .indra-hidden,
#indra-recurring-form .indra-hidden,
form.indra-form .indra-hidden {
	display: none;
}
form[id*="indra-form"] .indra-title-prefix-wrap .form-row-first,
form[id*="indra-form"] .indra-title-prefix-wrap .form-row-last,
#indra-recurring-form .indra-title-prefix-wrap .form-row-first,
#indra-recurring-form .indra-title-prefix-wrap .form-row-last,
form.indra-form .indra-title-prefix-wrap .form-row-first,
form.indra-form .indra-title-prefix-wrap .form-row-last {
	float: left;
	width: 40%;
}
form[id*="indra-form"] .indra-title-prefix-wrap .form-row-title,
#indra-recurring-form .indra-title-prefix-wrap .form-row-title,
form.indra-form .indra-title-prefix-wrap .form-row-title {
	float: left;
	width: 15%;
}
form[id*="indra-form"] .indra-tooltip,
#indra-recurring-form .indra-tooltip,
form.indra-form .indra-tooltip {
	margin: 0 3px;
	padding: 0;
	font-size: 14px;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
	color: rgba(51, 51, 51, 0.5);
}
form[id*="indra-form"] .indra-tooltip:hover,
#indra-recurring-form .indra-tooltip:hover,
form.indra-form .indra-tooltip:hover {
	color: #333;
}
form[id*="indra-form"] h3.indra-section-break,
form[id*="indra-form"] h4.indra-section-break,
form[id*="indra-form"] legend,
#indra-recurring-form h3.indra-section-break,
#indra-recurring-form h4.indra-section-break,
#indra-recurring-form legend,
form.indra-form h3.indra-section-break,
form.indra-form h4.indra-section-break,
form.indra-form legend {
	background-color: transparent;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0 10px;
	padding: 0 0 17px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	text-transform: capitalize;
}
form[id*="indra-form"] h3.indra-section-break span.sub-text,
form[id*="indra-form"] h4.indra-section-break span.sub-text,
form[id*="indra-form"] legend span.sub-text,
#indra-recurring-form h3.indra-section-break span.sub-text,
#indra-recurring-form h4.indra-section-break span.sub-text,
#indra-recurring-form legend span.sub-text,
form.indra-form h3.indra-section-break span.sub-text,
form.indra-form h4.indra-section-break span.sub-text,
form.indra-form legend span.sub-text {
	font-style: italic;
	font-weight: normal;
}
form[id*="indra-form"] .form-row,
#indra-recurring-form .form-row,
form.indra-form .form-row {
	*zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 18px;
	overflow: visible;
	padding: 0;
}
form[id*="indra-form"] .form-row:before,
form[id*="indra-form"] .form-row:after,
#indra-recurring-form .form-row:before,
#indra-recurring-form .form-row:after,
form.indra-form .form-row:before,
form.indra-form .form-row:after {
	content: " ";
	display: table;
}
form[id*="indra-form"] .form-row:after,
#indra-recurring-form .form-row:after,
form.indra-form .form-row:after {
	clear: both;
}
form[id*="indra-form"] .form-row:last-child,
#indra-recurring-form .form-row:last-child,
form.indra-form .form-row:last-child {
	margin-bottom: 15px;
}
form[id*="indra-form"] .form-row label,
#indra-recurring-form .form-row label,
form.indra-form .form-row label {
	display: block;
	margin: 0 0 5px;
	position: relative;
	line-height: 1.7;
	font-size: 13px;
	text-transform: uppercase;
}
form[id*="indra-form"] .form-row label.checkbox,
#indra-recurring-form .form-row label.checkbox,
form.indra-form .form-row label.checkbox {
	display: inline;
}
form[id*="indra-form"] .form-row select,
form[id*="indra-form"] .form-row textarea,
form[id*="indra-form"] .form-row input[type="text"],
form[id*="indra-form"] .form-row input[type="tel"],
form[id*="indra-form"] .form-row input[type="email"],
form[id*="indra-form"] .form-row input[type="password"],
form[id*="indra-form"] .form-row input[type="url"],
#indra-recurring-form .form-row select,
#indra-recurring-form .form-row textarea,
#indra-recurring-form .form-row input[type="text"],
#indra-recurring-form .form-row input[type="tel"],
#indra-recurring-form .form-row input[type="email"],
#indra-recurring-form .form-row input[type="password"],
#indra-recurring-form .form-row input[type="url"],
form.indra-form .form-row select,
form.indra-form .form-row textarea,
form.indra-form .form-row input[type="text"],
form.indra-form .form-row input[type="tel"],
form.indra-form .form-row input[type="email"],
form.indra-form .form-row input[type="password"],
form.indra-form .form-row input[type="url"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
	outline: none;
	color: #333;
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	margin: 0;
	padding: 0.7rem 1.6rem;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 3.1125rem;
}
form[id*="indra-form"] .form-row select:focus,
form[id*="indra-form"] .form-row textarea:focus,
form[id*="indra-form"] .form-row input[type="text"]:focus,
form[id*="indra-form"] .form-row input[type="tel"]:focus,
form[id*="indra-form"] .form-row input[type="email"]:focus,
form[id*="indra-form"] .form-row input[type="password"]:focus,
form[id*="indra-form"] .form-row input[type="url"]:focus,
#indra-recurring-form .form-row select:focus,
#indra-recurring-form .form-row textarea:focus,
#indra-recurring-form .form-row input[type="text"]:focus,
#indra-recurring-form .form-row input[type="tel"]:focus,
#indra-recurring-form .form-row input[type="email"]:focus,
#indra-recurring-form .form-row input[type="password"]:focus,
#indra-recurring-form .form-row input[type="url"]:focus,
form.indra-form .form-row select:focus,
form.indra-form .form-row textarea:focus,
form.indra-form .form-row input[type="text"]:focus,
form.indra-form .form-row input[type="tel"]:focus,
form.indra-form .form-row input[type="email"]:focus,
form.indra-form .form-row input[type="password"]:focus,
form.indra-form .form-row input[type="url"]:focus {
	background-color: #f9f9f9;
}
form[id*="indra-form"] .form-row-title,
form[id*="indra-form"] .form-row-first,
#indra-recurring-form .form-row-title,
#indra-recurring-form .form-row-first,
form.indra-form .form-row-title,
form.indra-form .form-row-first {
	margin-right: 2.5%;
}
form[id*="indra-form"] .form-row-first,
form[id*="indra-form"] .form-row-last,
#indra-recurring-form .form-row-first,
#indra-recurring-form .form-row-last,
form.indra-form .form-row-first,
form.indra-form .form-row-last {
	float: left;
	width: 48.5%;
}
form[id*="indra-form"] .form-row-last,
#indra-recurring-form .form-row-last,
form.indra-form .form-row-last {
	float: left;
}
form[id*="indra-form"] .form-row-wide,
#indra-recurring-form .form-row-wide,
form.indra-form .form-row-wide {
	*zoom: 1;
	clear: both;
}
form[id*="indra-form"] .form-row-wide:before,
form[id*="indra-form"] .form-row-wide:after,
#indra-recurring-form .form-row-wide:before,
#indra-recurring-form .form-row-wide:after,
form.indra-form .form-row-wide:before,
form.indra-form .form-row-wide:after {
	content: " ";
	display: table;
}
form[id*="indra-form"] .form-row-wide:after,
#indra-recurring-form .form-row-wide:after,
form.indra-form .form-row-wide:after {
	clear: both;
}
form[id*="indra-form"] .form-row-two-thirds,
#indra-recurring-form .form-row-two-thirds,
form.indra-form .form-row-two-thirds {
	float: left;
	width: 65.75%;
}
form[id*="indra-form"] .form-row-two-thirds.form-row-first,
#indra-recurring-form .form-row-two-thirds.form-row-first,
form.indra-form .form-row-two-thirds.form-row-first {
	margin-left: 0;
}
form[id*="indra-form"] .form-row-one-third,
#indra-recurring-form .form-row-one-third,
form.indra-form .form-row-one-third {
	float: left;
	width: 31.25%;
	margin-left: 3%;
}
form[id*="indra-form"] .form-row-one-third.form-row-first,
#indra-recurring-form .form-row-one-third.form-row-first,
form.indra-form .form-row-one-third.form-row-first {
	margin-left: 0;
}
@media (max-width: 480px) {
	form[id*="indra-form"] .form-row-responsive,
	#indra-recurring-form .form-row-responsive,
	form.indra-form .form-row-responsive {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
form[id*="indra-form"] .indra-error,
form[id*="indra-form"] .indra-required-indicator,
#indra-recurring-form .indra-error,
#indra-recurring-form .indra-required-indicator,
form.indra-form .indra-error,
form.indra-form .indra-required-indicator {
	color: #a00;
}
form[id*="indra-form"] .card-expiration > select,
#indra-recurring-form .card-expiration > select,
form.indra-form .card-expiration > select {
	width: 44%;
	margin: 0;
}
form[id*="indra-form"] .card-expiration > span.exp-divider,
#indra-recurring-form .card-expiration > span.exp-divider,
form.indra-form .card-expiration > span.exp-divider {
	display: inline;
	text-align: center;
}
form[id*="indra-form"] .card-expiration select.card-expiry-year,
#indra-recurring-form .card-expiration select.card-expiry-year,
form.indra-form .card-expiration select.card-expiry-year {
	float: right;
}
form[id*="indra-form"] .indra-disabled,
form[id*="indra-form"] [disabled],
#indra-recurring-form .indra-disabled,
#indra-recurring-form [disabled],
form.indra-form .indra-disabled,
form.indra-form [disabled] {
	cursor: not-allowed;
}

/*---------------------------------
	Form Price & Amount
-----------------------------------*/
form[id*="indra-form"] .indra-donation-amount {
	margin: 0 0 15px;
}
form[id*="indra-form"] .indra-donation-amount .indra-currency-symbol {
	float: left;
	font-size: 24px;
	line-height: 48px;
	height: 48px;
	color: #fff;
	padding: 0 15px;
}
form[id*="indra-form"]
.indra-donation-amount
.indra-currency-symbol.indra-currency-position-before {
	border: none;
}
form[id*="indra-form"]
.indra-donation-amount
.indra-currency-symbol.indra-currency-position-after {
	border-left: none;
	border-right: 1px solid #ccc;
}
form[id*="indra-form"] .indra-donation-amount #indra-amount,
form[id*="indra-form"] .indra-donation-amount #indra-amount-text {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	margin: 0;
	font-size: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 125px;
	float: left;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15) inset;
	font-weight: 400;
}
form[id*="indra-form"] .indra-donation-amount #indra-amount.invalid-amount,
form[id*="indra-form"]
.indra-donation-amount
#indra-amount-text.invalid-amount {
	border: 1px solid red;
}
form[id*="indra-form"] .indra-donation-amount input.indra-amount-top {
	width: 160px;
}
form[id*="indra-form"] .indra-donation-amount span.indra-final-total-amount {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	margin: 0;
	font-size: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: not-allowed;
	background: #fff;
	float: left;
}

form[id*="indra-form"] #indra_terms_agreement legend {
	display: none;
}

form[id*="indra-form"] #indra_terms_agreement label {
	display: inline-block;
}

form[id*="indra-form"] #indra-final-total-wrap {
	margin: 10px 0 25px;
	padding: 0;
	*zoom: 1;
}
form[id*="indra-form"] #indra-final-total-wrap:before,
form[id*="indra-form"] #indra-final-total-wrap:after {
	content: " ";
	display: table;
}
form[id*="indra-form"] #indra-final-total-wrap:after {
	clear: both;
}
form[id*="indra-form"] #indra-final-total-wrap .indra-donation-total-label {
	float: left;
	border: none;
	padding: 0;
	background-color: transparent;
	color: #000;
	font-weight: bold;
}
form[id*="indra-form"] #indra-final-total-wrap .indra-final-total-amount {
	padding: 0 8px;
	border: none;
	float: left;
}

.indra-display-button-only > *:not(form) {
	display: none;
}

.indra-display-button-only form[id*="indra-form"] > *:not(.indra-btn-modal) {
	display: none;
}

/*---------------------------------
	Radio Lists
-----------------------------------*/
form[id*="indra-form"] input[type="radio"] {
	margin: 0 0.5em 0 0;
	display: none;
}
form[id*="indra-form"] input[type="radio"] + label {
	position: relative;
	padding-left: 1.56rem;
	font-size: 13px;
	text-transform: uppercase;
}
form[id*="indra-form"] input[type="radio"] + label:before,
form[id*="indra-form"] input[type="radio"] + label:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	border-radius: 50%;
}
form[id*="indra-form"] input[type="radio"] + label:before {
	border: 0.125rem solid #ebebeb;
	background-color: #fff;
	width: 1rem;
	height: 1rem;
	left: 0;
}
form[id*="indra-form"] input[type="radio"] + label:after {
	border: 0.1875rem solid #fff;
	background-color: #fff;
	width: 0.75rem;
	height: 0.75rem;
	left: 0.125rem;
}

form[id*="indra-form"] #indra-donation-level-radio-list {
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
	clear: both;
}
form[id*="indra-form"] #indra-donation-level-radio-list > li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 480px) {
	form[id*="indra-form"] #indra-donation-level-radio-list > li {
		display: inline-block;
	}
	form[id*="indra-form"]
    #indra-donation-level-radio-list
    > li:not(:first-child) {
		margin-left: 15px;
	}
}
@media (min-width: 1200px) {
	form[id*="indra-form"]
    #indra-donation-level-radio-list
    > li:not(:first-child) {
		margin-left: 40px;
	}
}
form[id*="indra-form"] #indra-donation-level-radio-list > li label {
	cursor: pointer;
	display: inline-block;
	margin: 0;
}
form[id*="indra-form"]
#indra-donation-level-radio-list
> li
input[type="radio"] {
	margin: 0 0.5em 0 0;
	outline: none;
	width: auto;
}

form[id*="indra-form"] #indra-gateway-radio-list {
	*zoom: 1;
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
form[id*="indra-form"] #indra-gateway-radio-list:before,
form[id*="indra-form"] #indra-gateway-radio-list:after {
	content: " ";
	display: table;
}
form[id*="indra-form"] #indra-gateway-radio-list:after {
	clear: both;
}
form[id*="indra-form"] #indra-gateway-radio-list > li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	position: relative;
}
@media (min-width: 1200px) {
	form[id*="indra-form"] #indra-gateway-radio-list > li {
		margin-right: 40px;
	}
}
@media (min-width: 480px) {
	form[id*="indra-form"] #indra-gateway-radio-list > li {
		display: inline-block;
		margin-right: 15px;
		margin-left: 0;
	}
}
form[id*="indra-form"]
#indra-gateway-radio-list
> li
label.indra-gateway-option {
	cursor: pointer;
	display: inline;
	margin: 0;
}
form[id*="indra-form"] #indra-gateway-radio-list > li input[type="radio"] {
	margin: 0;
	outline: none;
	width: auto;
	display: none;
}

/*---------------------------------
	Checkboxes
-----------------------------------*/
form[id*="indra-form"] input[type="checkbox"] {
	margin: 0 0.25em 0 0;
}

/*---------------------------------
	Donation Level: Dropdown/Select
-----------------------------------*/
form[id*="indra-form"] select.indra-select-level {
	outline: none;
	border-radius: 0;
	min-width: 155px;
	border: 1px solid #ccc;
	margin: 0 0 15px;
	display: block;
	clear: both;
	color: #333;
	background-color: #fdfdfd;
	padding: 0.5em;
	max-width: 100%;
}

/*---------------------------------
	Buttons
-----------------------------------*/
#indra-donation-level-button-wrap {
	*zoom: 1;
	margin: 0 0 15px;
	padding: 0;
	clear: both;
	list-style: none;
}
#indra-donation-level-button-wrap:before,
#indra-donation-level-button-wrap:after {
	content: " ";
	display: table;
}
#indra-donation-level-button-wrap:after {
	clear: both;
}
#indra-donation-level-button-wrap > li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin: 0 5px 5px 0;
}

.indra-terms_links {
	float: right;
}

/*---------------------------------
	CC Validation
-----------------------------------*/
[id*="indra-secure_site_wrapper"] {
	padding: 4px 4px 15px 0;
	font-size: 16px;
	line-height: 20px;
}
[id*="indra-secure_site_wrapper"] span.padlock {
	font-family: "indra-icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 20px;
}
[id*="indra-secure_site_wrapper"] span.padlock :before {
	display: inline-block;
}

#indra_purchase_form_wrap input.indra-input.card-number.valid,
#indra_purchase_form_wrap input.indra-input.card-cvc.valid,
#indra_purchase_form_wrap input.indra-input.card-expiry.valid {
	background-image: url("../images/tick.png");
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	background-size: 16px;
}
#indra_purchase_form_wrap
input.indra-input.card-number.valid.fl-input:not(.card-cvc):not(.card-expiry),
#indra_purchase_form_wrap
input.indra-input.card-cvc.valid.fl-input:not(.card-cvc):not(.card-expiry),
#indra_purchase_form_wrap
input.indra-input.card-expiry.valid.fl-input:not(.card-cvc):not(.card-expiry) {
	background-position: right 55px top 50%;
}

#indra_purchase_form_wrap span.card-type {
	position: absolute;
	top: -2px;
	right: 0;
	width: 37px;
	height: 26px;
	background-size: 37px 26px !important;
}

#indra_purchase_form_wrap .fl-wrap span.card-type {
	top: calc(0.5em + 6px);
	right: 11px;
}

#indra_purchase_form_wrap span.card-type.off {
	display: none;
}

#indra_purchase_form_wrap span.card-type.visa {
	background: url("../images/visa.svg") no-repeat;
}

#indra_purchase_form_wrap span.card-type.mastercard {
	background: url("../images/mastercard.svg") no-repeat;
}

#indra_purchase_form_wrap span.card-type.discover {
	background: url("../images/discover.svg") no-repeat;
}

#indra_purchase_form_wrap span.card-type.amex {
	background: url("../images/amex.svg") no-repeat;
}

#indra_purchase_form_wrap span.card-type.maestro {
	background: url("../images/maestro.svg") no-repeat;
}

#indra_purchase_form_wrap span.card-type.dinersclub {
	background: url("../images/diners-club.svg") no-repeat;
}

#indra_purchase_form_wrap span.card-type.jcb {
	background: url("../images/jcb.svg") no-repeat;
}

#indra_purchase_form_wrap span.card-type.dankort {
	background: url("../images/dankort.png") no-repeat;
}

#indra_purchase_form_wrap span.card-type.unionpay {
	background: url("../images/unionpay.svg") no-repeat;
}

/*---------------------------------
	Loading Animation
-----------------------------------*/
/* Loading Elipsis */
@-webkit-keyframes opacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes opacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

form[id*="indra-form"] p.indra-loading-text,
form[id*="indra-form"] span.indra-loading-text {
	display: none;
	float: right;
	height: 16px;
	width: 16px;
	margin: 0;
	padding: 0;
	font-style: italic;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
}

form[id*="indra-form"] .indra-loading-animation {
	font-family: "indra-icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	height: 16px;
	width: 16px;
	line-height: 1;
	font-size: 16px;
	margin: 0 5px 0 0;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-color: transparent;
}

form[id*="indra-form"] .indra-payment-mode-label .indra-loading-text {
	float: right;
}

/*---------------------------------
	User Login
-----------------------------------*/
/*
	* User Login within Donation Form
	* (visible when Form Display > Login is enabled)
*/
[id*="indra-form"] .indra-login-account-wrap {
	margin: 0 0 15px;
	position: relative;
}
[id*="indra-form"] .indra-login-account-wrap .indra-login-message {
	text-align: right;
	margin: 0;
	padding: 0;
}
[id*="indra-form"] .indra-login-account-wrap .indra-loading-text {
	position: absolute;
	right: 0;
	top: 0.25em;
}

[id*="indra-form"] fieldset[id^="indra-login-fields"] {
	margin: 0 0 15px;
}

[id*="indra-form"] .indra-new-account-link {
	margin: 0 0 15px;
	padding: 0;
}

[id*="indra-form"] .indra-login_forgot_password {
	float: right;
}

[id^="indra-user-login-submit"] input.indra-cancel-login,
.indra-submit-button-wrap input.indra-cancel-login {
	margin-left: 5px;
}

[id^="indra-user-login-submit"] span.indra-loading-animation,
.indra-submit-button-wrap span.indra-loading-animation {
	margin: 0 0 0 0.5em;
	display: none;
}

[id^="indra-user-login-submit"] .indra-submit,
.indra-submit-button-wrap .indra-submit {
	float: left;
}

.indra-user-login-fields-container:after {
	display: block;
	content: "";
	clear: both;
}

/* Login Shortcode Form */
#indra-login-form label,
#indra-register-form label {
	min-width: 100px;
	display: inline-block;
}

/*---------------------------------
	Modal - Magnific Popup
-----------------------------------*/
div.indra-form-wrap.mfp-hide {
	display: block !important;
}

div.mfp-content fieldset p,
div.mfp-content fieldset ol,
div.mfp-content fieldset ul {
	margin-bottom: 1.2em;
	line-height: 1.4;
}

div.mfp-content form[id*="indra-form"] .indra-notices {
	display: block !important;
}

/*---------------------------------
	Basic Button Style
-----------------------------------*/
.indra-btn {
	background: rgba(237, 237, 237, 0.4);
	border: 1px solid rgba(237, 237, 237, 0.2);
	color: #333;
	padding: 4px 15px 6px;
	cursor: pointer;
	line-height: 1.2em;
	font-size: 1em;
	font-weight: bold;
	border-radius: 0.25rem;
}
.indra-btn.indra-default-level,
.indra-btn:focus,
.indra-btn:hover {
	color: #fff;
}

/*---------------------------------
	Profile Editor Form
-----------------------------------*/
#indra_profile_editor_form fieldset {
	border: none;
	margin: 0 auto;
}

#indra_profile_editor_form legend {
	width: 100%;
	padding: 0 5px 5px 5px;
	border-bottom: 0;
	text-align: center;
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.4;
}
#indra_profile_editor_form legend i {
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
}

#indra_profile_editor_form #indra_profile_submit_wrap {
	text-align: center;
	margin-top: 50px;
}

#indra_profile_editor_form .form-row.form-row-first,
#indra_profile_editor_form .form-row.form-row-last {
	width: 100%;
}

#indra_profile_editor_form #indra_profile_editor_form h3.indra-section-break {
	padding-bottom: 30px;
}

/*---------------------------------
	Email Access Form
-----------------------------------*/
/*---------------------------------
	Responsiveness
-----------------------------------*/
@media (max-width: 768px) {
	[id*="indra-form"] div.images,
	[id*="indra-form"] div.summary {
		width: 100%;
		float: none;
	}
	[id*="indra-form"] div#indra-sidebar-left {
		width: 100%;
		float: none;
	}
}

/*---------------------------------
	Section Breaks
-----------------------------------*/
.indra-form-wrap .indra-form h3.indra-section-break,
.indra-form-wrap .indra-form h4.indra-section-break {
	margin: 10px 0 0;
}

/*---------------------------------
	Form validation style
-----------------------------------*/
.indra-do-validate input.error {
	border-color: red !important;
}

/*---------------------------------
	Button with Loader
-----------------------------------*/
.indra-button-with-loader span.indra-loading-animation {
	display: none;
	position: relative;
	top: 3px;
	float: right;
	font-family: "indra-icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 16px;
	width: 16px;
	line-height: 1;
	font-size: 16px;
	margin: 0 0 0 5px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.indra-active span.indra-loading-animation {
	display: inline;
}

.opal-indra-message {
	text-align: center;
	padding-top: 50px;
}
@media (max-width: 767px) {
	.opal-indra-message {
		padding-top: 0;
	}
}
.opal-indra-message p {
	line-height: 1.5;
	font-size: 30px;
	font-weight: 700;
}

.opal-indra-message + .indra-form {
	padding-bottom: 50px;
}
@media (max-width: 767px) {
	.opal-indra-message + .indra-form {
		padding-bottom: 0;
	}
}

.img-indra-form i {
	font-size: 110px;
	margin-bottom: 30px;
}

#indra-email-access-form {
	text-align: center;
	max-width: 480px;
	margin: auto;
	border: 1px solid #ebebeb;
	padding: 65px;
}
@media (max-width: 767px) {
	#indra-email-access-form {
		padding: 30px;
	}
}
#indra-email-access-form label {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
#indra-email-access-form .indra-submit {
	width: 100%;
	margin-bottom: 30px;
}
#indra-email-access-form > p {
	display: none;
}

#indra-email {
	text-align: left;
	font-size: 14px;
	margin: auto;
	margin-bottom: 25px;
}

#indra-login-form {
	text-align: center;
	margin-top: 130px;
	margin-bottom: 0;
	padding: 50px 0;
}
#indra-login-form label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}
#indra-login-form legend {
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	position: relative;
	line-height: 1.5;
	font-size: 30px;
	font-weight: 700;
	border: none;
}
#indra-login-form legend:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f003";
	font-size: 110px;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}
#indra-login-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	max-width: 480px;
	margin: auto;
}
#indra-login-form .indra-login {
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding-left: 65px;
	padding-right: 65px;
}
@media (max-width: 767px) {
	#indra-login-form .indra-login {
		padding-left: 30px;
		padding-right: 30px;
	}
}
#indra-login-form .indra-login .indra-input {
	font-size: 14px;
}
#indra-login-form .indra-login-username {
	border-top: 1px solid #ebebeb;
	padding-top: 50px;
	padding-bottom: 15px;
}
#indra-login-form .indra-lost-password {
	border-bottom: 1px solid #ebebeb;
}
#indra-login-form .indra-login-password {
	padding-bottom: 25px;
}
#indra-login-form #indra_login_submit {
	width: 100%;
	margin-bottom: 20px;
}
#indra-login-form .indra-lost-password {
	padding-bottom: 50px;
}

#indra_error_test_mode {
	display: none;
}

/*---------------------------------
	Notices, Warnings & Errors
-----------------------------------*/
.indra-notices {
	position: relative;
}

.indra-notices .notice-dismiss {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	border: none;
	margin: 0;
	padding: 5px;
	background: 0 0;
	color: #72777c;
	cursor: pointer;
	max-width: 28px !important;
}
.indra-notices .notice-dismiss:before {
	background: 0 0;
	color: #72777c;
	content: "\f153";
	display: block;
	font: 400 16px/20px dashicons;
	speak: none;
	height: 20px;
	text-align: center;
	width: 20px;
	-webkit-font-smoothing: antialiased;
}
.indra-notices .notice-dismiss:hover {
	background-color: rgba(0, 0, 0, 0);
}
.indra-notices .notice-dismiss:hover:before {
	color: #dc3232;
}

.indra-error,
.indra-success,
.indra-warning {
	position: relative;
	margin: 15px 0;
	background: #f9f9f9;
	padding: 1em 1.5em 1em 2em;
	border-left: 4px solid;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
	clear: both;
}
.indra-error > p,
.indra-success > p,
.indra-warning > p {
	margin: 0 !important;
	color: #333;
}
.indra-error:before,
.indra-success:before,
.indra-warning:before {
	font-family: "indra-icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	font-size: 16px;
	margin-top: -15px;
	left: -17px;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.indra-error {
	border-color: #a00;
}
.indra-error:before {
	content: "\f02d";
	background-color: #a00;
}

.indra-success {
	border-color: #7ad03a;
}
.indra-success:before {
	background-color: #7ad03a;
	content: "\e601";
}

.indra-warning {
	border-color: #ffba00;
}
.indra-warning:before {
	background-color: #ffba00;
	content: "\f02d";
}

/**
	* indra Layouts SCSS/CSS
	*
	* @description: This file provides layout styles for various themes such as the default WordPress themes and others if applicable; Most themes handle indra's template system just fine ;)
	* @package:     indra
	* @subpackage:  SCSS/Frontend
	* @copyright:   Copyright (c) 2016, WordImpress
	* @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/**
	* Twenty Thirteen specific styles
*/
.twentythirteen .indra-forms {
	padding: 40px 0;
}

/**
	* Twenty Fourteen specific styles
*/
.twentyfourteen .tfindra {
	padding: 12px 10px 0;
	max-width: 474px;
	margin: 0 auto;
}
.twentyfourteen .tfindra .indra-forms .entry-summary {
	padding: 0 !important;
	margin: 0 0 1.618em !important;
}
.twentyfourteen .tfindra div.indra-forms.hentry.has-post-thumbnail {
	margin-top: 0;
}
.twentyfourteen .tfindra .indra-forms .images img {
	margin-bottom: 1em;
}

@media screen and (min-width: 673px) {
	.twentyfourteen .tfindra {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1040px) {
	.twentyfourteen .tfindra {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (min-width: 1110px) {
	.twentyfourteen .tfindra {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1218px) {
	.twentyfourteen .tfindra {
		margin-right: 54px;
	}
	.full-width .twentyfourteen .tfindra {
		margin-right: auto;
	}
}

/**
	* Twenty Fifteen specific styles
*/
.twentyfifteen .t15indra {
	padding-left: 7.6923%;
	padding-right: 7.6923%;
	padding-top: 7.6923%;
	margin-bottom: 7.6923%;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.twentyfifteen .t15indra .page-title {
	margin-left: 0;
}
.twentyfifteen .t15indra div.summary {
	padding: 0;
}

@media screen and (min-width: 38.75em) {
	.twentyfifteen .t15indra {
		margin-right: 7.6923%;
		margin-left: 7.6923%;
		margin-top: 8.3333%;
	}
}

@media screen and (min-width: 59.6875em) {
	.twentyfifteen .t15indra {
		margin-left: 8.3333%;
		margin-right: 8.3333%;
		padding: 10%;
	}
	.single-product .twentyfifteen .entry-summary {
		padding: 0 !important;
	}
}

/*----------------------------------------------
	Avada
------------------------------------------------*/
.avada-row > div.indra-wrap #content {
	width: 100%;
}

/**
	* indra Frontend Progress Bar SCSS
	*
	* @package     indra
	* @subpackage  SCSS/Frontend
	* @copyright   Copyright (c) 2016, WordImpress
	* @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.indra-goal-progress {
	margin-bottom: 40px;
	clear: both;
}
.indra-goal-progress .percentage,
.indra-goal-progress .goal,
.indra-goal-progress .income,
.indra-goal-progress .donors,
.indra-goal-progress .time-left {
	font-size: 10px;
	font-size: 0.625rem;
	line-height: inherit;
	color: #333;
	letter-spacing: 0;
	font-weight: 700;
}
.indra-goal-progress .raised {
	margin-bottom: 0;
	display: flex;
	text-align: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.indra-goal-progress .raised .label {
	text-transform: uppercase;
	line-height: 1.4;
	display: block;
}
.indra-goal-progress .raised .value {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #999;
}
.indra-goal-progress .raised > div {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.indra-goal-progress .raised > div:not(:last-child) {
	border-right: 1px solid #ebebeb;
}
.indra-goal-progress .percentage {
	font-size: 18px;
	font-size: 1.125rem;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.indra-progress-bar {
	height: 5px;
	position: relative;
	background: #dadada;
	border-radius: 2.5px;
	overflow: visible;
	margin-bottom: 1.3em;
}
.indra-progress-bar > span {
	display: block;
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	overflow: visible;
}
.indra-progress-bar > span:after {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	top: 50%;
	right: 0;
	border-radius: 50%;
	transform: translateY(-50%);
}

/**
	* indra Frontend Tables SCSS
	*
	* @package     indra
	* @subpackage  SCSS/Frontend
	* @copyright   Copyright (c) 2016, WordImpress
	* @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
table.indra-table {
	font-size: 14px;
	text-shadow: 1px 1px 0px #fff;
	background: #fff;
	margin: 20px 0;
	border-top: none;
	border-bottom: none;
	width: 100%;
}
table.indra-table thead {
	font-weight: bold;
}
table.indra-table thead th {
	text-align: left;
}
table.indra-table thead tr {
	text-transform: uppercase;
}
table.indra-table th {
	padding: 21px 23px;
	border-right: none;
	text-align: center;
	font-weight: bold;
}
table.indra-table tbody tr {
	text-align: center;
}
table.indra-table tbody tr td {
	padding: 12px 23px;
	border: none;
	background: #fff;
	text-align: center;
}
table.indra-table tbody tr td {
	text-align: left;
	border-left: 0;
}
table.indra-table tbody tr:nth-child(even) td {
	background: #f6f6f6;
}
table.indra-table .title-for-mobile {
	display: none;
}

/**
	* indra Frontend Theme Compatibility
	*
	* @description: The following styles help indra look good and fixes CSS conflicts with popular WordPress themes
	* @package     indra
	* @subpackage  SCSS/Frontend
	* @copyright   Copyright (c) 2016, WordImpress
	* @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
body.indra-twentysixteen div.entry-summary {
	margin: 0;
}

body.indra-twentysixteen button.indra-btn {
	color: #333;
}

body.indra-twentysixteen .indra-submit {
	color: #fff;
}

body.indra-twentysixteen fieldset#indra_terms_agreement {
	padding-left: 0;
}

body.indra-twentyseventeen.colors-dark
div.indra-total-wrap
input.indra-text-input,
body.indra-twentyseventeen.colors-dark
div#indra_purchase_form_wrap
span.indra-final-total-amount,
body.indra-twentyseventeen.colors-dark div.indra-notices p {
	color: black;
}

body.indra-twentyseventeen.colors-dark form[id*="indra"] fieldset {
	background-color: transparent;
}

html[class*="avia"] body#top form[id*="indra-form"] input.indra-amount-top {
	width: unset;
	border: 1px solid #ccc;
	border-left: none;
}

html[class*="avia"]
body#top
[id*="indra-form"].indra-fl-form.indra-fl-style-indra
label.indra-fl-label {
	left: 7px;
}

html[class*="avia"]
body#top
[id*="indra-form"].indra-fl-form
div.indra-fl-is-active
input {
	padding: 8px 6px 0px;
}

.indra-donation-history .indra-table {
	min-width: 500px;
}
.indra-donation-history .indra-table .indra-security-column {
	float: left;
}
.indra-donation-history
.indra-table
.indra-security-column.indra-security-description-wrap {
	width: 75%;
	padding: 16px 13px;
	font-size: 12px;
	font-style: italic;
}
.indra-donation-history
.indra-table
.indra-security-column.indra-security-button-wrap {
	width: 25%;
	padding: 25px 5px;
}
.indra-donation-history
.indra-table
.indra-security-column.indra-security-button-wrap
span {
	display: none;
	padding: 0 20px;
}

.indra-donation-history .entry-content {
	padding: 50px 0;
}
@media (max-width: 767px) {
	.indra-donation-history .entry-content {
		padding: 0;
	}
}

.indra-donation-history .opal-indra-message {
	padding-top: 0;
}

.indra-donation-history .opal-indra-message + .indra-form {
	padding-bottom: 0;
}

.indra-user_history_main {
	overflow: auto;
}
.indra-user_history_main .indra-mobile-title {
	display: none;
}

#indra_donation_receipt.indra-table {
	min-width: 500px;
}

/**
	* indra Magnific Modal Custom SCSS
	*
	* @package     indra
	* @subpackage  SCSS/Frontend
	* @copyright   Copyright (c) 2016, WordImpress
	* @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.indra-modal {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2148482499;
	position: fixed;
	overflow: hidden;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
}
.indra-modal form[id*="indra-form"] {
	margin-bottom: 0;
}
.indra-modal form[id*="indra-form"] .indra-submit {
	margin-bottom: 0;
}
.indra-modal form[id*="indra-form"] .indra-payment-mode-label {
	margin-top: 0;
	padding-top: 0;
}
@media (max-width: 580px) {
	.indra-modal form[id*="indra-form"] .indra-input {
		font-size: 16px;
	}
}
.indra-modal .mfp-content {
	box-sizing: border-box;
	position: relative;
	background: #fff;
	padding: 20px;
	width: auto;
	max-width: 650px;
	margin: 40px auto;
	z-index: 2148482599;
}
.indra-modal .mfp-content [id*="indra-form"] #indra-payment-mode-select,
.indra-modal .mfp-content [id*="indra-form"] #indra_purchase_form_wrap,
.indra-modal
.mfp-content
[id*="indra-form"].indra-display-button-only
.indra-donation-amount,
.indra-modal
.mfp-content
[id*="indra-form"].indra-display-button-only
.indra-donation-levels-wrap {
	display: block;
}
.indra-modal .mfp-content .mfp-close:hover {
	background-color: transparent;
}
.indra-modal form.indra-form button.mfp-close {
	position: absolute;
	display: block !important;
}
.indra-modal .mfp-container:after {
	display: none;
}

.indra-modal {
	/* animate in */
	/* animate out */
}
.indra-modal .mfp-content {
	vertical-align: middle;
	opacity: 0;
	transition: all 0.2s;
	transform: translateY(-100px);
}
.indra-modal.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
}
.indra-modal.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateY(0);
}
.indra-modal.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.indra-modal.mfp-removing .mfp-content {
	transform: translateY(-50px);
	opacity: 0;
}
.indra-modal.mfp-removing.mfp-bg {
	opacity: 0;
}

/**
	* Form Grid Magnific Popup CSS
*/
.indra-donation-grid-item-form {
	position: relative;
	margin: 0 auto;
	max-width: 600px;
	background-color: #fff;
	padding: 2.5rem 2rem;
	height: 85vh;
	overflow-y: auto;
}
.indra-donation-grid-item-form #indra_purchase_form_wrap {
	display: block !important;
	padding-top: 30px;
}
.indra-donation-grid-item-form .indra-btn-reveal,
.indra-donation-grid-item-form .indra-btn-modal {
	display: none !important;
}
.indra-donation-grid-item-form .indra-form-title {
	display: none;
}

.modal-fade-slide.indra-modal .mfp-content {
	padding: 0;
	max-width: 100%;
}

.modal-fade-slide .indra-modal--slide {
	opacity: 0;
	transition: all 0.2s ease-out;
	transform: translateY(-20px) perspective(600px) rotateX(0);
}

.modal-fade-slide.mfp-ready .indra-modal--slide {
	opacity: 1;
	transform: translateY(0) perspective(600px) rotateX(0);
}

.modal-fade-slide.mfp-removing .indra-modal--slide {
	opacity: 0;
	transform: translateY(-10px) perspective(600px) rotateX(0);
}

.modal-fade-slide.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.modal-fade-slide.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.modal-fade-slide.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-close:hover {
	background-color: rgba(0, 0, 0, 0);
}

/**
	* Display Style Button
*/
.mfp-content .indra-display-button-only .indra-form-title {
	display: none;
}

.mfp-content .indra-display-button-only > *:not(form) {
	display: block;
}

.mfp-content .indra-display-button-only form > *:not(.indra-btn-modal) {
	display: block;
}

.ajax-indratrust-gallery {
	display: none;
}

[data-toogle="indratrust-gallery"],
[data-toogle="indratrust-video"] {
	cursor: pointer;
}
[data-toogle="indratrust-gallery"].loading,
[data-toogle="indratrust-video"].loading {
	position: relative;
}
[data-toogle="indratrust-gallery"].loading i,
[data-toogle="indratrust-video"].loading i {
	opacity: 0;
}
[data-toogle="indratrust-gallery"].loading:before,
[data-toogle="indratrust-video"].loading:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	vertical-align: middle;
	border: 1px solid #bbb;
	border-left-color: #000;
	border-radius: 50%;
	animation: opal-loading 450ms infinite linear;
	-webkit-animation: opal-loading 450ms infinite linear;
	position: absolute;
	left: calc(50% - 10px);
	top: calc(50% - 12px);
}

.indra-payment-mode-label {
	font-size: 18px;
	font-size: 1.125rem;
}

/*--------------------------------------------------------------
	# Review
--------------------------------------------------------------*/
/**
	* Single donor with user image, details, and review text.
	*
	* 1. Header wraps the user photo and details. It displays above review text.
	* 2. Image is the image of the donor.
	* 3. Details include the donor's name, amount indran, and date of the donation.
*/
/*--------------------------------------------------------------
	# Spacing
--------------------------------------------------------------*/
.indra-donor {
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #555;
	font-size: 1em;
	margin-bottom: 40px;
	padding: 30px;
	position: relative;
	transition: all 0.2s ease-out;
	width: 100%;
}
.indra-donor__header {
	/* [1] */
	align-items: center;
	display: flex;
}
@media (max-width: 991px) {
	.indra-donor__header {
		display: block;
		text-align: center;
	}
}
.indra-donor__image {
	/* [2] */
	border: 1px solid #e5e5e5;
	background: #fff;
	text-align: center;
	flex-basis: 70px;
	flex-shrink: 0;
	line-height: 70px;
	height: 70px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 50%;
	width: 70px;
}
@media (max-width: 991px) {
	.indra-donor__image {
		margin-right: 0;
		margin: 0 auto 10px;
	}
}
.indra-donor__image img {
	border-radius: 50%;
	display: block;
	height: 70px;
	object-fit: cover;
	width: 100%;
}
.indra-donor__details {
	/* [3] */
	flex-grow: 1;
	overflow: hidden;
	position: relative;
	padding-right: 120px;
}
@media (max-width: 991px) {
	.indra-donor__details {
		padding-right: 0;
	}
}
.indra-donor__total {
	font-weight: 600;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
	max-width: 100px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 7px;
}
@media (max-width: 991px) {
	.indra-donor__total {
		position: static;
		text-align: center;
		white-space: normal;
		max-width: none;
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.indra-donor__name {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	color: #000;
	line-height: 1.33;
	margin-bottom: 5px;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 991px) {
	.indra-donor__name {
		white-space: normal;
	}
}
.indra-donor__timestamp {
	color: #999;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.33;
}
.indra-donor__content {
	margin-top: 10px;
	width: 100%;
}
.indra-donor__content p {
	color: #555;
	font-size: 1em !important;
	font-size: 1em !important;
	line-height: 1.5 !important;
	margin: 0 0 20px !important;
	padding: 0 !important;
	width: 100%;
}
.indra-donor__content:first-child {
	margin-top: 0 !important;
}
.indra-donor__content :last-child {
	margin-bottom: 0 !important;
}
.indra-donor__read-more {
	cursor: pointer;
	white-space: nowrap;
}
.indra-donor__excerpt + .indra-donor__comment {
	display: none;
}

.indra-donor-wall-modal p:last-child {
	margin-bottom: 0;
}

.indra-wrap {
	/**
		* indra Frontend Grid SCSS
		*
		* @package     indra
		* @subpackage  SCSS/Frontend
		* @copyright   Copyright (c) 2018, WordImpress
		* @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
	*/
	/**
		* indra Frontend Card SCSS
		*
		* @package     indra
		* @subpackage  SCSS/Frontend
		* @copyright   Copyright (c) 2018, WordImpress
		* @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
	*/
	/**
		* indra Frontend Page Numbers SCSS
		*
		* @package     indra
		* @subpackage  SCSS/Frontend
		* @copyright   Copyright (c) 2018, WordImpress
		* @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
	*/
}
.indra-wrap .indra-grid {
	max-width: 30rem;
}
.indra-wrap .indra-grid__item {
	margin-bottom: 1.5rem;
	width: 100%;
}
.indra-wrap .indra-grid__item > :last-child {
	margin-bottom: 0;
}
.indra-wrap .indra-wrap:before {
	display: block;
	content: "";
	clear: both;
}
@media (min-width: 30rem) {
	.indra-wrap .indra-grid {
		display: flex;
		flex-flow: row wrap;
		margin-bottom: 1.5rem;
		max-width: 100%;
	}
	.indra-wrap .indra-grid__item {
		padding: 0 0.75rem;
		display: flex;
	}
}
@media (min-width: 30rem) and (min-width: 40rem) {
	.indra-wrap .indra-grid--2 .indra-grid__item,
	.indra-wrap .indra-grid--3 .indra-grid__item,
	.indra-wrap .indra-grid--4 .indra-grid__item {
		width: 50%;
	}
}
@media (min-width: 30rem) and (min-width: 72rem) {
	.indra-wrap .indra-grid--3 .indra-grid__item,
	.indra-wrap .indra-grid--4 .indra-grid__item {
		width: calc(100% / 3);
	}
}
@media (min-width: 30rem) and (min-width: 90rem) {
	.indra-wrap .indra-grid--4 .indra-grid__item {
		width: 25%;
	}
}
@supports (display: grid) {
	.indra-wrap .indra-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 40px;
		margin-bottom: 40px;
		max-width: 100%;
	}
	.indra-wrap .indra-grid__item {
		display: flex;
		margin-bottom: 0;
		padding: 0;
		width: auto !important;
	}
	@media (min-width: 40rem) {
		.indra-wrap .indra-grid--best-fit {
			grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		}
	}
	@media (min-width: 40rem) {
		.indra-wrap .indra-grid--2,
		.indra-wrap .indra-grid--3,
		.indra-wrap .indra-grid--4 {
			grid-template-columns: repeat(2, 1fr);
		}
	}
	@media (min-width: 72rem) {
		.indra-wrap .indra-grid--3,
		.indra-wrap .indra-grid--4 {
			grid-template-columns: repeat(3, 1fr);
		}
	}
	@media (min-width: 90rem) {
		.indra-wrap .indra-grid--4 {
			grid-template-columns: repeat(4, 1fr);
		}
	}
}
.indra-wrap .indra-card {
	background-color: white;
	transition: all 0.4s ease-in-out;
	border: 0px solid transparent;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
	color: inherit;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-decoration: none;
	overflow: hidden;
}
.indra-wrap .indra-card:hover {
	border-color: #ccc;
	box-shadow: 0 2px 40px rgba(0, 0, 0, 0.15);
}
.indra-wrap .indra-card:hover .indra-card__media img {
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.5;
}
.indra-wrap .indra-card:hover .opal-popup-wrapper > div {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.indra-wrap .indra-card:hover .opal-popup-wrapper > div:last-child {
	-ms-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-webkit-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.indra-wrap .indra-card__thumbnail {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	background-color: #000;
}
.indra-wrap .indra-card__meta {
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	margin-bottom: 1.4rem;
}
.indra-wrap .indra-card__meta > span:not(:first-child) {
	margin-left: 10px;
}
.indra-wrap .indra-card__media {
	transition: all 0.4s ease-in-out;
	margin-bottom: 1.2rem;
	position: relative;
}
.indra-wrap .indra-card__media .label {
	position: absolute;
	bottom: 0;
	right: 50%;
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	-moz-transform: translate(50%, 50%);
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.indra-wrap .indra-card__media img {
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin: 0;
	object-fit: cover;
	order: 1;
	width: 100%;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.indra-wrap .indra-card__body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	order: 2;
	padding: 1.5rem;
	text-align: center;
}
.indra-wrap .indra-card__body > :last-child {
	margin-bottom: 0;
}
.indra-wrap .indra-card__body .wrap-label .label {
	display: none;
	padding: 0.18rem 0.6rem 0.3rem;
	background-color: #ef9595;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
}
.indra-wrap .indra-card__body .wrap-label .label.success {
	background-color: #8ed4cc;
}
.indra-wrap .indra-card__title {
	line-height: 1.3;
	margin: 0 0 0.6rem;
	padding: 0;
	font-weight: 600;
}
.indra-wrap .indra-card__text {
	margin: 0 0 40px;
	padding: 0;
}
.indra-wrap .indra-card__progress {
	margin-top: auto;
	width: 100%;
	padding: 0 1rem;
}
.indra-wrap .indra-card__progress > :last-child {
	margin-bottom: 0;
}
.indra-wrap .indra-card__progress .raised {
	padding-bottom: 5px;
}
.indra-wrap .indra-card__progress .income {
	font-size: 10px;
	font-size: 0.625rem;
}
.indra-wrap div [class*="media"] .label {
	display: inline-block;
	padding: 0.18rem 0.6rem 0.3rem;
	background-color: #ef9595;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
}
.indra-wrap div [class*="media"] .label.success {
	background-color: #8ed4cc;
}
.indra-wrap .opal-popup-wrapper {
	position: absolute;
	right: 20px;
	bottom: 15px;
	display: flex;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.indra-wrap .opal-popup-wrapper > div {
	padding: 0.3rem;
	-ms-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-webkit-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	visibility: hidden;
	opacity: 0;
}
.indra-wrap .opal-popup-wrapper > div:last-child {
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.indra-wrap .opal-popup-wrapper [class*="opal-icon-"] {
	color: #fff;
	font-size: 20px;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.indra-wrap .indra-page-numbers {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 2em 0 3em;
	text-align: center;
}
.indra-wrap .single-indra-forms .entry-summary {
	box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
}
.indra-wrap .single-indra-forms .indra-form-wrap {
	padding-left: 50px;
	padding-right: 50px;
}
.indra-wrap .indra-form-tabs {
	margin-top: 70px;
}
.indra-wrap .indra-form-tabs .ui-tabs-nav {
	padding: 0;
	margin: 0;
}
.indra-wrap .indra-form-tabs .ui-tabs-nav li {
	list-style: none;
	display: inline-block;
	position: relative;
	top: 0;
	margin: 1px 0.2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
}
.indra-wrap .indra-form-tabs .ui-tabs-nav li sup {
	font-weight: bold;
}
.indra-wrap .indra-form-tabs .ui-tabs-nav li:not(:last-child) {
	margin-right: 40px;
}
.indra-wrap .indra-form-tabs .ui-tabs-nav li:hover a:after,
.indra-wrap .indra-form-tabs .ui-tabs-nav li a:focus:after,
.indra-wrap .indra-form-tabs .ui-tabs-nav li.ui-tabs-active a:after {
	width: 100%;
}
.indra-wrap .indra-form-tabs .ui-tabs-nav a {
	display: block;
	position: relative;
}
.indra-wrap .indra-form-tabs .ui-tabs-nav a:after {
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	width: 0;
	height: 2px;
	right: 50%;
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.indra-wrap .indra-form-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 40px 0;
	background: none;
}

#indra-receipt .timeline-item {
	background: #fff;
}

@keyframes placeHolderShimmer {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 520px 0;
	}
}

#indra-receipt .placeholder-animation {
	max-width: 650px;
	margin: 0 auto;
}

#indra-receipt .animated-background {
	animation-duration: 0.85s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background-size: 520px 100%;
	position: relative;
}

#indra-receipt .container,
#indra-receipt #content,
#indra-receipt .elementor-event-wrapper {
	margin: 0 auto;
	width: 650px;
	background-color: #eee;
	border: 1px solid #eee;
}

#indra-receipt .layer {
	display: flex;
}
#indra-receipt .layer.h1 {
	height: 28px;
}
#indra-receipt .layer.h2 {
	height: 22px;
}
#indra-receipt .layer.inline-radios {
	height: 12px;
}
#indra-receipt .layer.label {
	height: 8px;
}

#indra-receipt .layer-item.opaque {
	background: #fff;
}

#indra-receipt .layer-gap {
	background-color: #fff;
}
#indra-receipt .layer-gap.large {
	height: 40px;
}
#indra-receipt .layer-gap.medium {
	height: 20px;
}
#indra-receipt .layer-gap.small {
	height: 10px;
}

#indra-receipt .layer-1 .layer-item:nth-child(odd) {
	width: 45%;
}

#indra-receipt .layer-1 .layer-item:nth-child(even) {
	width: 55%;
}

#indra-receipt .layer-4 .layer-item:nth-child(1) {
	width: 30%;
}

#indra-receipt .layer-4 .layer-item:nth-child(2) {
	width: 10%;
}

#indra-receipt .layer-4 .layer-item:nth-child(3) {
	width: 20%;
}

#indra-receipt .layer-4 .layer-item:nth-child(4) {
	width: 30%;
}

#indra-receipt .layer-4 .layer-item:nth-child(5) {
	width: 10%;
}

#indra-receipt .layer-5 .layer-item:nth-child(1) {
	width: 40%;
}

#indra-receipt .layer-5 .layer-item:nth-child(2) {
	width: 5%;
}

#indra-receipt .layer-5 .layer-item:nth-child(3) {
	width: 15%;
}

#indra-receipt .layer-5 .layer-item:nth-child(4) {
	width: 40%;
}

#indra-receipt .layer-6 .layer-item:nth-child(odd) {
	width: 30%;
}

#indra-receipt .layer-6 .layer-item:nth-child(even) {
	width: 70%;
}

#indra-receipt .layer-8 .layer-item:nth-child(1) {
	width: 40%;
}

#indra-receipt .layer-8 .layer-item:nth-child(2) {
	width: 20%;
}

#indra-receipt .layer-8 .layer-item:nth-child(3) {
	width: 40%;
}

.indra-grid-ie-utility {
	margin: 0 -12px;
}

@supports (display: grid) {
	.indra-grid-ie-utility {
		margin: 0;
	}
}

/* ===== End indra ===== */
.osf-event-article {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
.archive .osf-event-article {
	padding-bottom: 0;
}
.osf-event-article .post-thumbnail {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px) {
	.osf-event-article .post-thumbnail {
		border-right: 1px solid #e7e7e7;
	}
}
.osf-event-article .post-inner {
	align-items: center;
	padding-bottom: 65px;
	padding-top: 90px;
}
@media (max-width: 991px) {
	.osf-event-article .post-inner {
		padding-bottom: 25px;
		padding-top: 50px;
	}
}
@media (max-width: 991px) {
	.osf-event-article .entry-content {
		max-width: 630px;
		margin-left: auto;
		margin-right: auto;
	}
}
.osf-event-article .entry-content .link-more {
	display: none;
}
.osf-event-article .entry-meta {
	font-size: 12px;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
}
.osf-event-article .event-info {
	margin-left: 30px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}
.osf-event-article .event-info i {
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 10px;
}
.osf-event-article .event-add {
	margin-top: 10px;
}
.osf-event-article .entry-date {
	border: 1px solid #e7e7e7;
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: uppercase;
	text-align: center;
	float: left;
	min-width: 90px;
	padding: 10px 15px;
	border-radius: 3px;
}
.osf-event-article .entry-date b {
	font-size: 48px;
	font-size: 3rem;
	display: block;
	line-height: 1;
	white-space: nowrap;
}
.osf-event-article h3.entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}
.osf-event-article .description {
	font-size: 16px;
	font-size: 1rem;
}
.osf-event-article:first-child .post-inner {
	padding-top: 0;
}

.event-content-wrap {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}

.starting_time {
	font-size: 15px;
	font-size: 0.9375rem;
}

.single-osf_event .navigation {
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #ebebeb;
	margin-top: 50px;
}
.single-osf_event .navigation > div {
	-ms-flex: 1;
	flex: 1;
	padding: 25px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.single-osf_event .navigation .nav-link {
	font-size: 16px;
	font-size: 1rem;
}
.single-osf_event .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;
}
.single-osf_event .navigation .next-nav {
	text-align: right;
	justify-content: flex-end;
	position: relative;
	align-items: center;
}
.single-osf_event .navigation .next-nav i {
	margin-left: 10px;
}
.single-osf_event .navigation .previous-nav {
	justify-content: flex-start;
	position: relative;
	align-items: center;
}
.single-osf_event .navigation .previous-nav i {
	margin-right: 10px;
}

.osf-event-single .post-thumbnail {
	margin-bottom: 1.75em;
}

.osf-event-single .entry-title {
	font-size: 36px;
	font-size: 2.25rem;
	margin: 0;
	letter-spacing: -0.025em;
	font-weight: 600;
}

.osf_widget_event .osf-event-item:not(:last-child) {
	margin-bottom: 40px;
	padding-bottom: 0px;
}

.osf_widget_event ul {
	padding-left: 0;
}

.osf_widget_event li {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	text-align: right;
}
.osf_widget_event li.event_venue_add {
	text-align: left;
}
.osf_widget_event li .label {
	padding-right: 20px;
	float: left;
}
.osf_widget_event li a {
	color: #000;
}

.elementor-widget-event-style-2 .osf-event-article:last-child {
	border-bottom: 0;
}

.elementor-widget-event-style-2 .osf-event-article .post-thumbnail {
	max-width: unset;
	border: 0;
}

.elementor-widget-event-style-2 .osf-event-article .post-inner {
	padding-bottom: 0;
	padding-top: 40px;
}

.elementor-widget-event-style-2 .osf-event-article .entry-content {
	max-width: unset;
}

.elementor-widget-event-style-2 .event-content-wrap {
	max-width: unset;
}

.elementor-widget-event-style-2 .description {
	display: none;
}

.elementor-widget-event-style-2 .entry-header {
	padding-bottom: 0;
}

.stories-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: 0;
}
.stories-title a {
	color: #000;
}

.osf-stories-article {
	padding-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 50px;
}
.archive .osf-stories-article {
	padding-bottom: 30px;
}
.osf-stories-article .entry-content {
	margin-bottom: 20px;
}
.osf-stories-article .entry-date {
	font-size: 12px;
	font-size: 0.75rem;
	color: #999;
	text-transform: uppercase;
}
.osf-stories-article .description {
	padding-top: 20px;
	color: #555;
}
.osf-stories-article .link-more .more-link {
	background: transparent;
	padding: 0;
	border: 0;
	border-bottom: 2px solid;
	border-radius: 0;
}
.osf-stories-article .post-inner {
	align-items: center;
}

.single-osf_stories .entry-header {
	padding-bottom: 1.3em;
}

.single-osf_stories .entry-title {
	font-weight: 700;
	margin-bottom: 3px;
}

.single-osf_stories .entry-date {
	font-size: 12px;
	font-size: 0.75rem;
	color: #999;
	text-transform: uppercase;
}

.single-osf_stories .entry-content {
	padding-top: 10px;
}

/*# sourceMappingURL=style.css.map */

.elementor-element.elementor-element-c39fcac {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 250px 0px 100px 0px;
}

.elementor-element.elementor-element-c39fcac > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-d733031 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-element.elementor-element-886beda:not(.elementor-motion-effects-element-type-background)
> .elementor-element-populated,
.elementor-element.elementor-element-886beda
> .elementor-column-wrap
> .elementor-motion-effects-container
> .elementor-motion-effects-layer {
	background-color: rgba(255, 255, 255, 0.87);
}

.elementor-element.elementor-element-886beda > .elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0px 0px 0px 0px;
	padding: 40px 40px 40px 40px;
}

.elementor-element.elementor-element-886beda
> .elementor-element-populated
> .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-d58248f .top-heading {
	text-align: left;
}

.elementor-element.elementor-element-d58248f .icon {
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-d58248f
.indratrust-section-heading
.top-heading {
	font-family: "Karla", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3px;
	color: #e65f2a;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-d58248f
.indratrust-section-heading
.top-heading:before,
.elementor-element.elementor-element-d58248f
.indratrust-section-heading
.top-heading:after {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-d58248f
.indratrust-section-heading
.main-heading {
	font-family: "Source Serif Pro", Sans-serif;
	font-size: 60px;
	font-weight: 600;
	text-transform: capitalize;
	color: #151d41;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-d58248f
.indratrust-section-heading
.sub-heading {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-d58248f .sub-heading {
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-d58248f .indratrust-section-heading .desc {
	color: #6e7c90;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-9291296 .arrow-button {
	color: #ffffff;
	background-color: #e65f2a;
	padding: 15px 40px 15px 40px;
	border-radius: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-9291296 {
	margin: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-9291296,
.elementor-element.elementor-element-9291296 .arrow-button {
	width: 220px;
	display: inline-block;
}

.elementor-element.elementor-element-9291296 .arrow-button:hover {
	color: #ffffff;
	background-color: #00b262;
}

.elementor-element.elementor-element-9291296
.arrow-button
.button-text
.button-title {
	font-weight: 700;
}

.elementor-element.elementor-element-9291296 .arrow-button .button-text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-9291296 .arrow-button .button-icon {
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.elementor-element.elementor-element-9291296 .mouse-dir .dir-part {
	background-color: #00b262;
}

.elementor-element.elementor-element-7427107 .arrow-button {
	color: #6e7c90;
	background-color: #ffffff;
	padding: 15px 40px 15px 40px;
	border-radius: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-7427107 {
	margin: 0px 0px 0px 30px;
}

.elementor-element.elementor-element-7427107,
.elementor-element.elementor-element-7427107 .arrow-button {
	width: 220px;
	display: inline-block;
}

.elementor-element.elementor-element-7427107 .arrow-button:hover {
	color: #ffffff;
	background-color: #e65f2a;
}

.elementor-element.elementor-element-7427107
.arrow-button
.button-text
.button-title {
	font-weight: 700;
}

.elementor-element.elementor-element-7427107 .arrow-button .button-text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-7427107 .arrow-button .button-icon {
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.elementor-element.elementor-element-7427107 .mouse-dir .dir-part {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-7427107 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-d95dd14 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-d6de162
> .elementor-column-wrap
> .elementor-widget-wrap
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-element.elementor-element-d6de162 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-16499e3 {
	width: 300px;
	position: absolute;
	left: -15px;
	top: -198px;
	z-index: -1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	opacity: 1;
	text-align: left;
	animation: none;
}

.elementor-element.elementor-element-3bff49c {
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px 115px 0px;
}

.elementor-element.elementor-element-b431750 {
	margin-top: 0px;
	margin-bottom: 45px;
}

.elementor-element.elementor-element-e3077eb .top-heading {
	text-align: center;
}

.elementor-element.elementor-element-e3077eb .main-heading {
	text-align: center;
}

.elementor-element.elementor-element-e3077eb .sub-heading {
	text-align: center;
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-e3077eb .desc {
	text-align: center;
}

.elementor-element.elementor-element-e3077eb .icon {
	text-align: center;
	color: rgba(244, 244, 244, 0.9);
	font-size: 130px;
	opacity: 1;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 32px;
	z-index: -1;
}

.elementor-element.elementor-element-e3077eb
.indratrust-section-heading
.top-heading {
	font-family: "Karla", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3px;
	color: #e65f2a;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-e3077eb
.indratrust-section-heading
.top-heading:before,
.elementor-element.elementor-element-e3077eb
.indratrust-section-heading
.top-heading:after {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-e3077eb
.indratrust-section-heading
.main-heading {
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	color: #151d41;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-e3077eb
.indratrust-section-heading
.sub-heading {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-e3077eb .indratrust-section-heading .desc {
	color: #6e7c90;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-3748340 {
	margin-top: 0px;
	margin-bottom: -20px;
}

.elementor-element.elementor-element-e5e4078
> .elementor-column-wrap
> .elementor-widget-wrap
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 30px;
}

.elementor-element.elementor-element-35c9105 .feature-box {
	padding: 40px 40px 40px 40px;
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
	transform: translateY(0px);
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-35c9105 .feature-box:hover {
	background-color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
	transform: translateY(-10px);
}

.elementor-element.elementor-element-35c9105 .feature-box .feature-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 80px;
	color: #e65f2a;
	float: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 100% 100% 100% 100%;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-35c9105 .feature-box:hover .feature-icon {
	color: #e65f2a;
	border-radius: 100% 100% 100% 100%;
}

.elementor-element.elementor-element-35c9105 .feature-box .feature-title {
	font-size: 25px;
	font-weight: 700;
	color: #151d41;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-35c9105 .feature-box .feature-title:hover {
	color: #151d41;
}

.elementor-element.elementor-element-35c9105 .feature-box .feature-content {
	color: #63688e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-35c9105 .feature-box .read-more {
	line-height: 40px;
	color: #e65f2a;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 2px 2px 2px 2px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-4593cce .feature-box {
	padding: 40px 40px 40px 40px;
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
	transform: translateY(-10px);
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-4593cce .feature-box:hover {
	background-color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
	transform: translateY(-10px);
}

.elementor-element.elementor-element-4593cce .feature-box .feature-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 80px;
	color: #e65f2a;
	float: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 100% 100% 100% 100%;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-4593cce .feature-box:hover .feature-icon {
	color: #e65f2a;
	border-radius: 100% 100% 100% 100%;
}

.elementor-element.elementor-element-4593cce .feature-box .feature-title {
	font-size: 25px;
	font-weight: 700;
	color: #151d41;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-4593cce .feature-box .feature-title:hover {
	color: #151d41;
}

.elementor-element.elementor-element-4593cce .feature-box .feature-content {
	color: #63688e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-4593cce .feature-box .read-more {
	line-height: 40px;
	color: #e65f2a;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 2px 2px 2px 2px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-878cf18 .feature-box {
	padding: 40px 40px 40px 40px;
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
	transform: translateY(0px);
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-878cf18 .feature-box:hover {
	background-color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
	transform: translateY(-10px);
}

.elementor-element.elementor-element-878cf18 .feature-box .feature-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 80px;
	color: #e65f2a;
	float: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 100% 100% 100% 100%;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-878cf18 .feature-box:hover .feature-icon {
	color: #e65f2a;
	border-radius: 100% 100% 100% 100%;
}

.elementor-element.elementor-element-878cf18 .feature-box .feature-title {
	font-size: 25px;
	font-weight: 700;
	color: #151d41;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-878cf18 .feature-box .feature-title:hover {
	color: #151d41;
}

.elementor-element.elementor-element-878cf18 .feature-box .feature-content {
	color: #63688e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-878cf18 .feature-box .read-more {
	line-height: 40px;
	color: #e65f2a;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 2px 2px 2px 2px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-08596a9 {
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 115px 0px 110px 0px;
}

.elementor-element.elementor-element-08596a9:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-08596a9
> .elementor-motion-effects-container
> .elementor-motion-effects-layer {
	background-color: #f7fafe;
}

.elementor-element.elementor-element-08596a9 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-15c3278
> .elementor-container
> .elementor-row
> .elementor-column
> .elementor-column-wrap
> .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-element.elementor-element-15c3278 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-element.elementor-element-6c4b34f
> .elementor-column-wrap
> .elementor-widget-wrap
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 5px;
}

.elementor-element.elementor-element-e99018e .top-heading {
	text-align: left;
}

.elementor-element.elementor-element-e99018e .icon {
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-e99018e
.indratrust-section-heading
.top-heading {
	/* font-family: "Karla", Sans-serif; */
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3px;
	color: #c6475a;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-e99018e
.indratrust-section-heading
.top-heading:before,
.elementor-element.elementor-element-e99018e
.indratrust-section-heading
.top-heading:after {
	background-color: #c6475a;
}

.elementor-element.elementor-element-e99018e
.indratrust-section-heading
.main-heading {
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	text-transform: uppercase;
}

.elementor-element.elementor-element-e99018e
.indratrust-section-heading
.sub-heading {
	font-size: 20px;
	font-weight: 500;
	color: #ff8b3c;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-e99018e .sub-heading {
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-e99018e .indratrust-section-heading .desc {
	color: #6e7c90;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-cad6b0d .indratrust-play-box {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	background-image: url("../images/post-14-1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0% 0% 0% 0%;
	transform: translateY(0);
}

.elementor-element.elementor-element-cad6b0d .indratrust-play-box,
.elementor-element.elementor-element-cad6b0d {
	width: 201px;
	display: inline-block;
	vertical-align: middle;
}

.elementor-element.elementor-element-cad6b0d .play-button {
	width: 60px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #ffffff;
	background-color: #e65f2a;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border-radius: 100% 100% 100% 100%;
	transition-duration: 0.3s;
	position: relative;
}
.play-button i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.elementor-element.elementor-element-cad6b0d .play-button:hover {
	color: #e65f2a;
	background-color: #ffffff;
	border-radius: 100% 100% 100% 100%;
}

.elementor-element.elementor-element-69dce5c {
	color: #6e7c90;
	width: 62%;
	max-width: 62%;
	align-self: center;
	display: inline-block;
	vertical-align: middle;
}

.elementor-element.elementor-element-69dce5c > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

.elementor-element.elementor-element-0313953 .arrow-button {
	color: #000;
	background-color: rgba(85, 200, 130, 0);
	padding: 15px 40px 15px 40px;
	border-radius: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-0313953 {
	margin: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-0313953,
.elementor-element.elementor-element-0313953 .arrow-button {
	width: auto;
	display: inline-block;
}

.elementor-element.elementor-element-0313953 .arrow-button:hover {
	color: #ffffff;
	background-color: #e65f2a;
}

.elementor-element.elementor-element-0313953
.arrow-button
.button-text
.button-title {
	font-weight: 700;
}

.elementor-element.elementor-element-0313953 .arrow-button .button-text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-0313953 .arrow-button .button-icon {
	font-size: 16px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.elementor-element.elementor-element-0313953 .mouse-dir .dir-part {
	/*background-color: #e65f2a;*/
	background-color: #c6475a;
}

.elementor-element.elementor-element-0313953 > .elementor-widget-container {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-c8894f0
> .elementor-column-wrap
> .elementor-widget-wrap
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-element.elementor-element-c8894f0 > .elementor-element-populated {
	padding: 0px 0px 0px 50px;
}

.elementor-element.elementor-element-e23c2f8 {
	text-align: center;
}

.elementor-element.elementor-element-e23c2f8 > .elementor-widget-container {
	border-style: solid;
	border-width: 12px 12px 12px 12px;
	border-color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
}

.elementor-element.elementor-element-6309081 {
	text-align: center;
}

.elementor-element.elementor-element-6309081 > .elementor-widget-container {
	margin: -300px -20px 0px 100px;
	border-style: solid;
	border-width: 12px 12px 12px 12px;
	border-color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
}

.elementor-element.elementor-element-eb6f876 .elementor-background-overlay {
	background-image: url("../images/bg-map1.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
	opacity: 0.27;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-eb6f876 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 60px 0px 40px 0px;
}

.elementor-element.elementor-element-fc94a65 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.elementor-element.elementor-element-9088a49 .top-heading {
	text-align: center;
}

.elementor-element.elementor-element-9088a49 .main-heading {
	text-align: center;
}

.elementor-element.elementor-element-9088a49 .sub-heading {
	text-align: center;
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-9088a49 .desc {
	text-align: center;
}

.elementor-element.elementor-element-9088a49 .icon {
	text-align: center;
	color: rgba(244, 244, 244, 0.9);
	font-size: 130px;
	opacity: 1;
	width: 100%;
	position: absolute;
	top: 30px;
	z-index: -1;
}

.elementor-element.elementor-element-9088a49
.indratrust-section-heading
.top-heading {
	font-family: "Karla", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3px;
	color: #e65f2a;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-9088a49
.indratrust-section-heading
.top-heading:before,
.elementor-element.elementor-element-9088a49
.indratrust-section-heading
.top-heading:after {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-9088a49
.indratrust-section-heading
.main-heading {
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	color: #151c41;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-9088a49
.indratrust-section-heading
.sub-heading {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-9088a49 .indratrust-section-heading .desc {
	color: #6e7c90;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-4d03413 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-fb5351e .campaign-box-area {
	margin: 0px 0px -30px 0px;
	width: 100%;
}

.elementor-element.elementor-element-fb5351e
.campaign-box-area.campaign-grid
.campaign-item {
	width: 33.33%;
}

.elementor-element.elementor-element-fb5351e
.campaign-box-area
.campaign-item
.campaign-box {
	display: block;
}

.elementor-element.elementor-element-fb5351e .campaign-box .author-name {
	color: #72778d;
}

.elementor-element.elementor-element-fb5351e .campaign-box .author_details {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-fb5351e
.campaign-box-area
.campaign-item
.campaign-box
.main-title {
	font-size: 22px;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.campaign-box-area .campaign-item .campaign-box .main-title a {
	color: #151d41;
}

.campaign-box-area .campaign-item .campaign-box .main-title a:hover {
	color: #e65f2a;
}

.elementor-element.elementor-element-fb5351e .skillbar {
	background-color: #f7f7f7;
	margin: 0px 0px 20px 0px;
}

.elementor-element.elementor-element-fb5351e .skillbar .count-bar,
.elementor-element.elementor-element-fb5351e .skillbar {
	border-radius: 2px 2px 2px 2px;
}

.elementor-element.elementor-element-fb5351e
.campaign-box-area
.campaign-item
.campaign-box
.box-footer
.title {
	color: #63688e;
}

.elementor-element.elementor-element-fb5351e
.campaign-box-area
.campaign-item
.campaign-box
.box-footer
.content {
	color: #e65f2a;
}

.elementor-element.elementor-element-fb5351e .campaign-filter-menu {
	text-align: center;
	display: block;
}

.elementor-element.elementor-element-fb5351e .campaign-filter-menu li {
	display: inline-block;
	color: #63688e;
	background-color: transparent;
	padding: 15px 50px 15px 50px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-fb5351e .campaign-filter-menu li:hover {
	color: #e65f2a;
	background-color: transparent;
}

.elementor-element.elementor-element-fb5351e .campaign-filter-menu li:before {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-fb5351e .campaign-filter-menu li.active {
	color: #e65f2a;
	background-color: transparent;
}

.elementor-element.elementor-element-8548901 {
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px 120px 0px;
	z-index: 1;
}

.elementor-element.elementor-element-8548901:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-8548901
> .elementor-motion-effects-container
> .elementor-motion-effects-layer {
	background-color: #f7fafe;
}

.elementor-element.elementor-element-8548901 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-2ef9291
> .elementor-container
> .elementor-row
> .elementor-column
> .elementor-column-wrap
> .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-element.elementor-element-2ef9291 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-element.elementor-element-231a8c5
> .elementor-column-wrap
> .elementor-widget-wrap
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-element.elementor-element-231a8c5 > .elementor-element-populated {
	padding: 0px 50px 0px 0px;
}

.elementor-element.elementor-element-6d6356c .top-heading {
	text-align: left;
}

.elementor-element.elementor-element-6d6356c .icon {
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-6d6356c
.indratrust-section-heading
.top-heading {
	font-family: "Karla", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3px;
	color: #e65f2a;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-6d6356c
.indratrust-section-heading
.top-heading:before,
.elementor-element.elementor-element-6d6356c
.indratrust-section-heading
.top-heading:after {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-6d6356c
.indratrust-section-heading
.main-heading {
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	color: #151d41;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-6d6356c
.indratrust-section-heading
.sub-heading {
	font-size: 20px;
	font-weight: 500;
	color: #ff8b3c;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-6d6356c .sub-heading {
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-6d6356c .indratrust-section-heading .desc {
	color: #6e7c90;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-e3f61b5 .arrow-button {
	color: #6e7c90;
	background-color: rgba(85, 200, 130, 0);
	padding: 15px 40px 15px 40px;
	border-radius: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-e3f61b5 {
	margin: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-e3f61b5,
.elementor-element.elementor-element-e3f61b5 .arrow-button {
	width: 220px;
	display: inline-block;
}

.elementor-element.elementor-element-e3f61b5 .arrow-button:hover {
	color: #ffffff;
	background-color: 55c882;
}

.elementor-element.elementor-element-e3f61b5
.arrow-button
.button-text
.button-title {
	font-weight: 700;
}

.elementor-element.elementor-element-e3f61b5 .arrow-button .button-text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-e3f61b5 .arrow-button .button-icon {
	font-size: 16px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.elementor-element.elementor-element-e3f61b5 .mouse-dir .dir-part {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-e3f61b5 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-8ea7e00
> .elementor-column-wrap
> .elementor-widget-wrap
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 30px;
}

.elementor-element.elementor-element-5c514c4 {
	width: 214px;
	position: absolute;
	top: 330px;
	z-index: -1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	opacity: 1;
	text-align: center;
	animation: lg-yx-move 15s alternate infinite linear;
}

.elementor-element.elementor-element-365f774 {
	width: 214px;
	position: absolute;
	left: 286px;
	top: 22px;
	z-index: -1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	opacity: 1;
	text-align: center;
	animation: md-xy-move 10s alternate infinite linear;
}

.elementor-element.elementor-element-b932e43 .feature-box {
	margin: 0px 50px 0px 0px;
	padding: 20px 30px 20px 30px;
	text-align: left;
	border-radius: 5px 5px 5px 5px;
	transform: translateY(0);
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-b932e43 .feature-box:hover {
	border-radius: 3px 3px 3px 3px;
	transform: translateY(0);
}

.elementor-element.elementor-element-b932e43 .feature-box .feature-icon {
	width: 60px;
	line-height: 60px;
	font-size: 52px;
	color: #e65f2a;
	float: left;
	margin: 0px 30px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 100% 100% 100% 100%;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-b932e43 .feature-box:hover .feature-icon {
	color: #e65f2a;
	border-radius: 100% 100% 100% 100%;
}

.elementor-element.elementor-element-b932e43 .feature-box .feature-title {
	font-family: "Karla", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #151d41;
	margin: 21px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-b932e43 .feature-box .feature-title:hover {
	color: #151d41;
}

.elementor-element.elementor-element-b932e43 .feature-box .feature-content {
	color: #63688e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-2ee872e .feature-box {
	margin: 0px 0px 0px 50px;
	padding: 20px 30px 20px 30px;
	text-align: left;
	border-radius: 5px 5px 5px 5px;
	transform: translateY(0);
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-2ee872e .feature-box:hover {
	border-radius: 3px 3px 3px 3px;
	transform: translateY(0);
}

.elementor-element.elementor-element-2ee872e .feature-box .feature-icon {
	width: 60px;
	line-height: 60px;
	font-size: 52px;
	color: #e65f2a;
	float: left;
	margin: 0px 30px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 100% 100% 100% 100%;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-2ee872e .feature-box:hover .feature-icon {
	color: #e65f2a;
	border-radius: 100% 100% 100% 100%;
}

.elementor-element.elementor-element-2ee872e .feature-box .feature-title {
	font-family: "Karla", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #151d41;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-2ee872e .feature-box .feature-title:hover {
	color: #151d41;
}

.elementor-element.elementor-element-2ee872e .feature-box .feature-content {
	color: #63688e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-265fa32 .feature-box {
	margin: 0px 50px 0px 0px;
	padding: 20px 30px 20px 30px;
	text-align: left;
	border-radius: 5px 5px 5px 5px;
	transform: translateY(0);
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-265fa32 .feature-box:hover {
	border-radius: 3px 3px 3px 3px;
	transform: translateY(0);
}

.elementor-element.elementor-element-265fa32 .feature-box .feature-icon {
	width: 60px;
	line-height: 60px;
	font-size: 52px;
	color: #e65f2a;
	float: left;
	margin: 0px 30px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 100% 100% 100% 100%;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-265fa32 .feature-box:hover .feature-icon {
	color: #e65f2a;
	border-radius: 100% 100% 100% 100%;
}

.elementor-element.elementor-element-265fa32 .feature-box .feature-title {
	font-family: "Karla", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #151d41;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-265fa32 .feature-box .feature-title:hover {
	color: #151d41;
}

.elementor-element.elementor-element-265fa32 .feature-box .feature-content {
	color: #63688e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-9010165 .feature-box {
	margin: 0px 0px 0px 50px;
	padding: 20px 30px 20px 30px;
	text-align: left;
	border-radius: 5px 5px 5px 5px;
	transform: translateY(0);
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-9010165 .feature-box:hover {
	border-radius: 3px 3px 3px 3px;
	transform: translateY(0);
}

.elementor-element.elementor-element-9010165 .feature-box .feature-icon {
	width: 60px;
	line-height: 60px;
	font-size: 52px;
	color: #e65f2a;
	float: left;
	margin: 0px 30px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 100% 100% 100% 100%;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-9010165 .feature-box:hover .feature-icon {
	color: #e65f2a;
	border-radius: 100% 100% 100% 100%;
}

.elementor-element.elementor-element-9010165 .feature-box .feature-title {
	font-family: "Karla", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #151d41;
	margin: 19px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-9010165 .feature-box .feature-title:hover {
	color: #151d41;
}

.elementor-element.elementor-element-9010165 .feature-box .feature-content {
	color: #63688e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-e463c78 {
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 80px 0px 100px 0px;
	z-index: 1;
}

.elementor-element.elementor-element-e463c78:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-e463c78
> .elementor-motion-effects-container
> .elementor-motion-effects-layer {
	background-color: #ffffff;
}

.elementor-element.elementor-element-e463c78 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-8cd08a3
> .elementor-container
> .elementor-row
> .elementor-column
> .elementor-column-wrap
> .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-element.elementor-element-8cd08a3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-element.elementor-element-ab73870
> .elementor-column-wrap
> .elementor-widget-wrap
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-element.elementor-element-04040b1 .indratrust-counter {
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	transform: translateY(0);
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-04040b1 .indratrust-counter:hover {
	border-radius: 3px 3px 3px 3px;
	transform: translateY(0);
}

.elementor-element.elementor-element-04040b1
.indratrust-counter-number-wrapper {
	color: #e65f2a;
	font-family: "Karla", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-04040b1:hover
.indratrust-counter-number-wrapper {
	color: #e65f2a;
}

.elementor-element.elementor-element-04040b1 .indratrust-counter-title {
	color: #666666;
	font-size: 19px;
	font-weight: 700;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-04040b1 .counter-icon {
	color: #d5d2fe;
	opacity: 1;
	z-index: -1;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-04040b1:hover .counter-icon {
	opacity: 1;
}

.elementor-element.elementor-element-b635c1a .indratrust-counter {
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	transform: translateY(0);
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-b635c1a .indratrust-counter:hover {
	border-radius: 3px 3px 3px 3px;
	transform: translateY(0);
}

.elementor-element.elementor-element-b635c1a
.indratrust-counter-number-wrapper {
	color: #e65f2a;
	font-family: "Karla", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-b635c1a:hover
.indratrust-counter-number-wrapper {
	color: #e65f2a;
}

.elementor-element.elementor-element-b635c1a .indratrust-counter-title {
	color: #666666;
	font-size: 19px;
	font-weight: 700;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-b635c1a .counter-icon {
	color: #d5d2fe;
	opacity: 1;
	z-index: -1;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-b635c1a:hover .counter-icon {
	opacity: 1;
}

.elementor-element.elementor-element-b635c1a {
	width: 50%;
	max-width: 50%;
	align-self: flex-start;
}

.elementor-element.elementor-element-8777db9 {
	width: 220px;
	position: absolute;
	top: 462px;
	z-index: -1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	opacity: 1;
	text-align: center;
	animation: sm-yx-move 5s alternate infinite linear;
}

.elementor-element.elementor-element-482667c {
	width: 220px;
	position: absolute;
	left: 330px;
	top: 110px;
	z-index: -1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	opacity: 1;
	text-align: center;
	animation: sm-yx-move 5s alternate infinite linear;
}

.elementor-element.elementor-element-2f6c0bf .indratrust-counter {
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	transform: translateY(0);
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-2f6c0bf .indratrust-counter:hover {
	border-radius: 3px 3px 3px 3px;
	transform: translateY(0);
}

.elementor-element.elementor-element-2f6c0bf
.indratrust-counter-number-wrapper {
	color: #e65f2a;
	font-family: "Karla", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-2f6c0bf:hover
.indratrust-counter-number-wrapper {
	color: #e65f2a;
}

.elementor-element.elementor-element-2f6c0bf .indratrust-counter-title {
	color: #666666;
	font-size: 19px;
	font-weight: 700;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-2f6c0bf .counter-icon {
	color: #d5d2fe;
	opacity: 1;
	z-index: -1;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-2f6c0bf:hover .counter-icon {
	opacity: 1;
}

.elementor-element.elementor-element-2f6c0bf {
	width: 50%;
	max-width: 50%;
	align-self: flex-start;
}

.elementor-element.elementor-element-d20d7d4 .indratrust-counter {
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	transform: translateY(0);
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-d20d7d4 .indratrust-counter:hover {
	border-radius: 3px 3px 3px 3px;
	transform: translateY(0);
}

.elementor-element.elementor-element-d20d7d4
.indratrust-counter-number-wrapper {
	color: #e65f2a;
	font-family: "Karla", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-d20d7d4:hover
.indratrust-counter-number-wrapper {
	color: #e65f2a;
}

.elementor-element.elementor-element-d20d7d4 .indratrust-counter-title {
	color: #666666;
	font-size: 19px;
	font-weight: 700;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-d20d7d4 .counter-icon {
	color: #d5d2fe;
	opacity: 1;
	z-index: -1;
	transition-duration: 0.3s;
}

.elementor-element.elementor-element-d20d7d4:hover .counter-icon {
	opacity: 1;
}

.elementor-element.elementor-element-e1c9ae9
> .elementor-column-wrap
> .elementor-widget-wrap
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-element.elementor-element-e1c9ae9 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
}

.elementor-element.elementor-element-082ec8d .top-heading {
	text-align: left;
}

.elementor-element.elementor-element-082ec8d .icon {
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-082ec8d
.indratrust-section-heading
.top-heading {
	font-family: "Karla", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3px;
	color: #e65f2a;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-082ec8d
.indratrust-section-heading
.top-heading:before,
.elementor-element.elementor-element-082ec8d
.indratrust-section-heading
.top-heading:after {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-082ec8d
.indratrust-section-heading
.main-heading {
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	color: #151d41;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-082ec8d
.indratrust-section-heading
.sub-heading {
	font-size: 20px;
	font-weight: 500;
	color: #ff8b3c;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-082ec8d .sub-heading {
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-082ec8d .indratrust-section-heading .desc {
	color: #6e7c90;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-0a2e41c .arrow-button {
	color: #6e7c90;
	background-color: rgba(85, 200, 130, 0);
	padding: 15px 40px 15px 40px;
	border-radius: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-0a2e41c {
	margin: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-0a2e41c,
.elementor-element.elementor-element-0a2e41c .arrow-button {
	width: 220px;
	display: inline-block;
}

.elementor-element.elementor-element-0a2e41c .arrow-button:hover {
	color: #ffffff;
	background-color: #e65f2a;
}

.elementor-element.elementor-element-0a2e41c
.arrow-button
.button-text
.button-title {
	font-weight: 700;
}

.elementor-element.elementor-element-0a2e41c .arrow-button .button-text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-0a2e41c .arrow-button .button-icon {
	font-size: 16px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.elementor-element.elementor-element-0a2e41c .mouse-dir .dir-part {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-0a2e41c > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-eba0617
> .elementor-container
> .elementor-row
> .elementor-column
> .elementor-column-wrap
> .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-element.elementor-element-eba0617:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-eba0617
> .elementor-motion-effects-container
> .elementor-motion-effects-layer {
	background-image: url("../images/section-7.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto;
}

.elementor-element.elementor-element-eba0617 > .elementor-background-overlay {
	background-color: #000000;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-eba0617 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px 100px 0px;
}

.elementor-element.elementor-element-af1c120 .top-heading {
	text-align: left;
}

.elementor-element.elementor-element-af1c120 .icon {
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-af1c120
.indratrust-section-heading
.top-heading {
	font-family: "Karla", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3px;
	color: #ffffff;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-af1c120
.indratrust-section-heading
.top-heading:before,
.elementor-element.elementor-element-af1c120
.indratrust-section-heading
.top-heading:after {
	background-color: #ffffff;
}

.elementor-element.elementor-element-af1c120
.indratrust-section-heading
.main-heading {
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-af1c120
.indratrust-section-heading
.sub-heading {
	font-size: 20px;
	font-weight: 500;
	color: #ff8b3c;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-af1c120 .sub-heading {
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-af1c120 .indratrust-section-heading .desc {
	color: #6e7c90;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-24ea7f3 .arrow-button {
	color: #ffffff;
	background-color: #e65f2a;
	padding: 15px 40px 15px 40px;
	border-radius: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-24ea7f3 {
	margin: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-24ea7f3,
.elementor-element.elementor-element-24ea7f3 .arrow-button {
	width: 220px;
	display: inline-block;
}

.elementor-element.elementor-element-24ea7f3 .arrow-button:hover {
	color: #ffffff;
	background-color: #00b262;
}

.elementor-element.elementor-element-24ea7f3
.arrow-button
.button-text
.button-title {
	font-weight: 700;
}

.elementor-element.elementor-element-24ea7f3 .arrow-button .button-text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-24ea7f3 .arrow-button .button-icon {
	font-size: 16px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.elementor-element.elementor-element-24ea7f3 .mouse-dir .dir-part {
	background-color: #c7485a;
}

.elementor-element.elementor-element-d3d5864:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-d3d5864
> .elementor-motion-effects-container
> .elementor-motion-effects-layer {
	background-color: #f7fafe;
}

.elementor-element.elementor-element-d3d5864 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 60px 0px 60px 0px;
	z-index: 1;
}

.elementor-element.elementor-element-d3d5864 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-6aa2864 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-6960103 {
	margin-top: 0px;
	margin-bottom: 50px;
}

.elementor-element.elementor-element-52e338c .top-heading {
	text-align: center;
}

.elementor-element.elementor-element-52e338c .main-heading {
	text-align: center;
}

.elementor-element.elementor-element-52e338c .sub-heading {
	text-align: center;
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-52e338c .desc {
	text-align: center;
}

.elementor-element.elementor-element-52e338c .icon {
	text-align: center;
	color: rgba(12, 12, 12, 0.04);
	font-size: 130px;
	opacity: 1;
	width: 100%;
	position: absolute;
	top: 30px;
	z-index: -1;
}

.elementor-element.elementor-element-52e338c
.indratrust-section-heading
.top-heading {
	font-family: "Karla", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3px;
	color: #e65f2a;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-52e338c
.indratrust-section-heading
.top-heading:before,
.elementor-element.elementor-element-52e338c
.indratrust-section-heading
.top-heading:after {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-52e338c
.indratrust-section-heading
.main-heading {
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	color: #151c41;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-52e338c
.indratrust-section-heading
.sub-heading {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-52e338c .indratrust-section-heading .desc {
	color: #6e7c90;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-64e31d5 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-element.elementor-element-2569abf .indratrust-testimonial {
	text-align: left;
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
	display: flex;
	align-items: self-start;
}

.elementor-element.elementor-element-2569abf
.indratrust-testimonial
.main-content {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
}

.elementor-element.elementor-element-2569abf
.indratrust-testimonial
.client_poster {
	float: left;
	margin: 0px 60px 0px 0px;
	width: 36%;
	border-radius: 3px 3px 3px 3px;
	overflow: hidden;
}

.elementor-element.elementor-element-2569abf
.indratrust-testimonial
.client_poster
.video-button {
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	border-radius: 100px 100px 100px 100px;
}

.elementor-element.elementor-element-2569abf
.indratrust-testimonial
.client_poster
.video-button:hover {
	color: #e65f2a;
	background-color: #ffffff;
}

.elementor-element.elementor-element-2569abf .indratrust-testimonial .content {
	color: #151d41;
	margin: 35px 0px 0px 0px;
}

.elementor-element.elementor-element-2569abf
.indratrust-testimonial
.header
.name {
	color: #151d41;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

.elementor-element.elementor-element-2569abf
.indratrust-testimonial
.header
.designation {
	color: #ff8b3c;
}

.elementor-element.elementor-element-2569abf
.indratrust-testimonial
.header
.photo {
	float: left;
	margin: 0px 15px 0px 0px;
	width: 50px;
	height: 50px;
	border-radius: 100px 100px 100px 100px;
}

.elementor-element.elementor-element-2569abf .slick-dots {
	text-align: center;
}

.elementor-element.elementor-element-2569abf
.indracore-carousel-activation
.slick-dots
li
button {
	height: 6px;
	width: 6px;
	opacity: 0.24;
}

.elementor-element.elementor-element-2569abf
.indracore-carousel-activation
.slick-dots
li {
	margin: 0;
}

.elementor-element.elementor-element-2569abf
.indracore-carousel-activation
.slick-dots
li.slick-active
button {
	width: 30px;
	opacity: 1;
}

.elementor-element.elementor-element-73e053e:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-73e053e
> .elementor-motion-effects-container
> .elementor-motion-effects-layer {
	background-color: #ffffff;
}

.elementor-element.elementor-element-73e053e {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 118px 0px 110px 0px;
	z-index: 1;
}

.elementor-element.elementor-element-73e053e > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-374a35e > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-4c1ec21 {
	margin-top: 0px;
	margin-bottom: 55px;
}

.elementor-element.elementor-element-ba85a95 .top-heading {
	text-align: center;
}

.elementor-element.elementor-element-ba85a95 .main-heading {
	text-align: center;
}

.elementor-element.elementor-element-ba85a95 .sub-heading {
	text-align: center;
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-ba85a95 .desc {
	text-align: center;
}

.elementor-element.elementor-element-ba85a95 .icon {
	text-align: center;
	color: rgba(244, 244, 244, 0.9);
	font-size: 130px;
	opacity: 1;
	width: 100%;
	position: absolute;
	top: 30px;
	z-index: -1;
}

.elementor-element.elementor-element-ba85a95
.indratrust-section-heading
.top-heading {
	font-family: "Karla", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3px;
	color: #e65f2a;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-ba85a95
.indratrust-section-heading
.top-heading:before,
.elementor-element.elementor-element-ba85a95
.indratrust-section-heading
.top-heading:after {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-ba85a95
.indratrust-section-heading
.main-heading {
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	color: #151d41;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-ba85a95
.indratrust-section-heading
.sub-heading {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-ba85a95 .indratrust-section-heading .desc {
	color: #6e7c90;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-4ace984 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-element.elementor-element-3967b4c .slick-slide {
	margin: 0 15px;
}

.elementor-element.elementor-element-3967b4c
.indratrust_posts_carousel
.post-box {
	text-align: center;
}

.elementor-element.elementor-element-3967b4c
.indratrust_posts_carousel
.post-box
.post_content
.title
a {
	color: #151d41;
}

.elementor-element.elementor-element-3967b4c
.indratrust_posts_carousel
.post-box
.post_content
.title
a:hover {
	color: #e65f2a;
}

.elementor-element.elementor-element-3967b4c
.indratrust_posts_carousel
.post-box
.meta-item {
	color: rgba(21, 29, 65, 0.6);
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-3967b4c
.indratrust_posts_carousel
.post-box
.meta-item
a {
	color: rgba(21, 29, 65, 0.6);
}

.elementor-element.elementor-element-3967b4c
.indratrust_posts_carousel
.post-box
.meta-item
a:hover {
	color: #e65f2a;
}

.elementor-element.elementor-element-3967b4c
.indratrust_posts_carousel
.post-box
.readmore-btn {
	color: #e65f2a;
}

.elementor-element.elementor-element-3967b4c
.indratrust_posts_carousel
.post-box
.readmore-btn:hover {
	color: #e65f2a;
}

.elementor-element.elementor-element-cd94789 > .elementor-background-overlay {
	background-color: #e65f2a;
	opacity: 0.84;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-cd94789 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px 120px 0px;
}

.elementor-element.elementor-element-df59c0b > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-090517c {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-element.elementor-element-2f1477a .top-heading {
	text-align: center;
}

.elementor-element.elementor-element-2f1477a .main-heading {
	text-align: center;
}

.elementor-element.elementor-element-2f1477a .sub-heading {
	text-align: center;
	opacity: 1;
	z-index: -1;
}

.elementor-element.elementor-element-2f1477a .desc {
	text-align: center;
}

.elementor-element.elementor-element-2f1477a .icon {
	text-align: center;
	color: rgba(244, 244, 244, 0.9);
	font-size: 261px;
	opacity: 1;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.elementor-element.elementor-element-2f1477a
.indratrust-section-heading
.top-heading {
	font-family: "Karla", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3px;
	color: #ffffff;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-2f1477a
.indratrust-section-heading
.top-heading:before,
.elementor-element.elementor-element-2f1477a
.indratrust-section-heading
.top-heading:after {
	background-color: #e65f2a;
}

.elementor-element.elementor-element-2f1477a
.indratrust-section-heading
.main-heading {
	font-family: "Source Serif Pro", Sans-serif;
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	color: #ffffff;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-2f1477a
.indratrust-section-heading
.sub-heading {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-2f1477a .indratrust-section-heading .desc {
	color: #6e7c90;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-2f1477a > .elementor-widget-container {
	margin: 0px 0px 30px 0px;
}

.elementor-element.elementor-element-540cb74 label {
	color: #98a9c2;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-540cb74 input[type="text"],
.elementor-element.elementor-element-540cb74 input[type="url"],
.elementor-element.elementor-element-540cb74 input[type="email"],
.elementor-element.elementor-element-540cb74 textarea,
.elementor-element.elementor-element-540cb74 ::placeholder {
	color: #79879d;
}

.elementor-element.elementor-element-540cb74 input[type="text"],
.elementor-element.elementor-element-540cb74 input[type="url"],
.elementor-element.elementor-element-540cb74 input[type="email"],
.elementor-element.elementor-element-540cb74 textarea {
	margin: 0px 0px 0px 0px;
	padding: 22px 30px 22px 30px;
	border-radius: 2px 2px 2px 2px;
}

.elementor-element.elementor-element-540cb74 input[type="text"]:focus,
.elementor-element.elementor-element-540cb74 input[type="url"]:focus,
.elementor-element.elementor-element-540cb74 input[type="email"]:focus,
.elementor-element.elementor-element-540cb74 textarea:focus {
	color: #79879d;
}

.elementor-element.elementor-element-540cb74 input[type="submit"],
.elementor-element.elementor-element-540cb74 button {
	float: right;
	color: #ffffff;
	margin: -65px 5px 0px 0px;
	padding: 10px 60px 10px 60px;
	border-radius: 2px 2px 2px 2px;
}

.elementor-element.elementor-element-540cb74 input[type="submit"]:hover,
.elementor-element.elementor-element-540cb74 button:hover {
	color: #ffffff;
}

.elementor-element.elementor-element-540cb74 input[type="submit"]:hover,
.elementor-element.elementor-element-540cb74 button:hover,
.elementor-element.elementor-element-540cb74 button .dir-part {
	background-color: #ff6a07;
}

@media (max-width: 1024px) {
	.elementor-element.elementor-element-c39fcac:not(.elementor-motion-effects-element-type-background),
	.elementor-element.elementor-element-c39fcac
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
		background-position: top right;
		background-size: 693px auto;
	}
	.elementor-element.elementor-element-c39fcac {
		padding: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-886beda > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		padding: 250px 30px 250px 30px;
	}
	.elementor-element.elementor-element-d58248f
    .indratrust-section-heading
    .main-heading {
		font-size: 40px;
	}
	.elementor-element.elementor-element-9291296 .arrow-button {
		padding: 10px 20px 10px 20px;
	}
	.elementor-element.elementor-element-9291296,
	.elementor-element.elementor-element-9291296 .arrow-button {
		width: 163px;
	}
	.elementor-element.elementor-element-7427107 {
		margin: 0px 0px 0px 30px;
	}
	.elementor-element.elementor-element-7427107 .arrow-button {
		padding: 10px 20px 10px 20px;
	}
	.elementor-element.elementor-element-7427107,
	.elementor-element.elementor-element-7427107 .arrow-button {
		width: 154px;
	}
	.elementor-element.elementor-element-16499e3 {
		width: 187px;
	}
	.elementor-element.elementor-element-3bff49c {
		padding: 0px 0px 120px 0px;
	}
	.elementor-element.elementor-element-e3077eb .icon {
		font-size: 113px;
	}
	.elementor-element.elementor-element-e3077eb
    .indratrust-section-heading
    .main-heading {
		font-size: 36px;
	}
	.elementor-element.elementor-element-35c9105 .feature-box .feature-icon {
		float: none;
		margin: 0px 0px 30px 0px;
	}
	.elementor-element.elementor-element-4593cce .feature-box .feature-icon {
		float: none;
		margin: 0px 0px 30px 0px;
	}
	.elementor-element.elementor-element-878cf18 .feature-box .feature-icon {
		float: none;
		margin: 0px 0px 30px 0px;
	}
	.elementor-element.elementor-element-6c4b34f > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		padding: 0px 15px 0px 15px;
	}
	.elementor-element.elementor-element-e99018e
    .indratrust-section-heading
    .main-heading {
		font-size: 36px;
	}
	.elementor-element.elementor-element-0313953 .arrow-button {
		padding: 10px 20px 10px 20px;
		text-align: center;
	}
	.elementor-element.elementor-element-0313953,
	.elementor-element.elementor-element-0313953 .arrow-button {
		/* width: 160px; */
	}
	.elementor-element.elementor-element-c8894f0 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		padding: 50px 0px 0px 0px;
	}
	.elementor-element.elementor-element-6309081 > .elementor-widget-container {
		margin: -485px -100px 0px 100px;
	}
	.elementor-element.elementor-element-9088a49
    .indratrust-section-heading
    .main-heading {
		font-size: 36px;
	}
	.elementor-element.elementor-element-fb5351e
    .campaign-box-area.campaign-grid
    .campaign-item {
		width: 50%;
	}
	.elementor-element.elementor-element-fb5351e .campaign-filter-menu li {
		padding: 15px 15px 15px 15px;
	}
	.elementor-element.elementor-element-231a8c5 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		padding: 0px 15px 60px 15px;
	}
	.elementor-element.elementor-element-6d6356c
    .indratrust-section-heading
    .main-heading {
		font-size: 36px;
	}
	.elementor-element.elementor-element-e3f61b5 .arrow-button {
		padding: 10px 20px 10px 20px;
	}
	.elementor-element.elementor-element-e3f61b5,
	.elementor-element.elementor-element-e3f61b5 .arrow-button {
		width: 157px;
	}
	.elementor-element.elementor-element-8ea7e00 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		padding: 0px 15px 0px 15px;
	}
	.elementor-element.elementor-element-04040b1 > .elementor-widget-container {
		background-position: 176px -53px;
	}
	.elementor-element.elementor-element-b635c1a > .elementor-widget-container {
		background-position: -17px -35px;
	}
	.elementor-element.elementor-element-2f6c0bf > .elementor-widget-container {
		background-position: 0px -18px;
	}
	.elementor-element.elementor-element-d20d7d4 > .elementor-widget-container {
		background-position: 132px -52px;
	}
	.elementor-element.elementor-element-e1c9ae9 > .elementor-element-populated {
		padding: 60px 15px 0px 15px;
	}
	.elementor-element.elementor-element-082ec8d
    .indratrust-section-heading
    .main-heading {
		font-size: 36px;
	}
	.elementor-element.elementor-element-0a2e41c .arrow-button {
		padding: 10px 20px 10px 20px;
	}
	.elementor-element.elementor-element-0a2e41c,
	.elementor-element.elementor-element-0a2e41c .arrow-button {
		width: 161px;
	}
	.elementor-element.elementor-element-eba0617 {
		padding: 120px 15px 120px 15px;
	}
	.elementor-element.elementor-element-af1c120
    .indratrust-section-heading
    .main-heading {
		font-size: 36px;
	}
	.elementor-element.elementor-element-24ea7f3 .arrow-button {
		padding: 10px 20px 10px 20px;
	}
	.elementor-element.elementor-element-24ea7f3,
	.elementor-element.elementor-element-24ea7f3 .arrow-button {
		width: 169px;
	}
	.elementor-element.elementor-element-52e338c .icon {
		font-size: 130px;
	}
	.elementor-element.elementor-element-52e338c
    .indratrust-section-heading
    .main-heading {
		font-size: 36px;
	}
	.elementor-element.elementor-element-5abd745 > .elementor-element-populated {
		padding: 0px 15px 0px 15px;
	}
	.elementor-element.elementor-element-2569abf
    .indratrust-testimonial
    .client_poster {
		margin: 0px 30px 0px 0px;
	}
	.elementor-element.elementor-element-ba85a95 .icon {
		font-size: 120px;
	}
	.elementor-element.elementor-element-ba85a95
    .indratrust-section-heading
    .main-heading {
		font-size: 36px;
	}
	.elementor-element.elementor-element-2f1477a
    .indratrust-section-heading
    .main-heading {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.elementor-element.elementor-element-c39fcac:not(.elementor-motion-effects-element-type-background),
	.elementor-element.elementor-element-c39fcac
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
		background-size: 242px auto;
	}
	.elementor-element.elementor-element-886beda > .elementor-element-populated {
		padding: 150px 15px 150px 15px;
	}
	.elementor-element.elementor-element-9291296 .arrow-button {
		padding: 5px 15px 5px 15px;
	}
	.elementor-element.elementor-element-9291296,
	.elementor-element.elementor-element-9291296 .arrow-button {
		width: 136px;
	}
	.elementor-element.elementor-element-9291296
    .arrow-button
    .button-text
    .button-title {
		font-size: 14px;
	}
	.elementor-element.elementor-element-7427107 {
		margin: 0px 0px 0px 10px;
	}
	.elementor-element.elementor-element-7427107 .arrow-button {
		padding: 5px 15px 5px 15px;
	}
	.elementor-element.elementor-element-7427107,
	.elementor-element.elementor-element-7427107 .arrow-button {
		width: 136px;
	}
	.elementor-element.elementor-element-7427107
    .arrow-button
    .button-text
    .button-title {
		font-size: 14px;
	}
	.elementor-element.elementor-element-7427107 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-16499e3 {
		width: 154px;
		position: absolute;
		top: -154px;
	}
	.elementor-element.elementor-element-3bff49c {
		padding: 120px 15px 120px 15px;
	}
	.elementor-element.elementor-element-08596a9 {
		padding: 120px 0px 120px 0px;
	}
	.elementor-element.elementor-element-cad6b0d .indratrust-play-box,
	.elementor-element.elementor-element-cad6b0d {
		width: 100%;
	}
	.elementor-element.elementor-element-cad6b0d .indratrust-play-box {
		padding: 100px 0px 100px 0px;
	}
	.elementor-element.elementor-element-69dce5c > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-69dce5c {
		width: 100%;
		max-width: 100%;
	}
	.elementor-element.elementor-element-0313953 .arrow-button {
		/* padding: 5px 15px 5px 15px; */
	}
	.elementor-element.elementor-element-6309081 > .elementor-widget-container {
		margin: -250px -100px 0px 80px;
	}
	.elementor-element.elementor-element-fc36e64 > .elementor-element-populated {
		padding: 0px 15px 0px 15px;
	}
	.elementor-element.elementor-element-fb5351e
    .campaign-box-area.campaign-grid
    .campaign-item {
		width: 100%;
	}
	.elementor-element.elementor-element-e3f61b5 .arrow-button {
		padding: 5px 15px 5px 15px;
	}
	.elementor-element.elementor-element-b932e43 .feature-box {
		margin: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-b932e43 .feature-box .feature-title {
		margin: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-b932e43 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-2ee872e .feature-box {
		margin: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-2ee872e .feature-box .feature-title {
		margin: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-265fa32 .feature-box {
		margin: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-265fa32 .feature-box .feature-title {
		margin: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-9010165 .feature-box {
		margin: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-9010165 .feature-box .feature-title {
		margin: 0px 0px 0px 0px;
	}
	.elementor-element.elementor-element-04040b1 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
		padding: 100px 0px 100px 0px;
		background-position: center center;
	}
	.elementor-element.elementor-element-b635c1a {
		width: 100%;
		max-width: 100%;
	}
	.elementor-element.elementor-element-2f6c0bf {
		width: 100%;
		max-width: 100%;
	}
	.elementor-element.elementor-element-0a2e41c .arrow-button {
		padding: 5px 15px 5px 15px;
	}
	.elementor-element.elementor-element-24ea7f3 .arrow-button {
		padding: 5px 15px 5px 15px;
	}
	.elementor-element.elementor-element-2569abf
    .indratrust-testimonial
    .client_poster {
		margin: 0px 0px 30px 0px;
		width: 100%;
	}
	.elementor-element.elementor-element-090517c {
		padding: 0px 15px 0px 15px;
	}
	.elementor-element.elementor-element-540cb74 input[type="submit"],
	.elementor-element.elementor-element-540cb74 button {
		float: none;
		margin: 15px 0px 0px 0px;
	}
}

@media (min-width: 768px) {
	.elementor-element.elementor-element-886beda {
		width: 60.789%;
	}
	.elementor-element.elementor-element-26578cf {
		width: 39.211%;
	}
	.elementor-element.elementor-element-48f00da {
		width: 28.947%;
	}
	.elementor-element.elementor-element-27eee3a {
		width: 21.053%;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.elementor-element.elementor-element-886beda {
		width: 100%;
	}
	.elementor-element.elementor-element-26578cf {
		width: 100%;
	}
	.elementor-element.elementor-element-e5e4078 {
		width: 100%;
	}
	.elementor-element.elementor-element-622b563 {
		width: 100%;
	}
	.elementor-element.elementor-element-885928b {
		width: 100%;
	}
	.elementor-element.elementor-element-6c4b34f {
		width: 100%;
	}
	.elementor-element.elementor-element-c8894f0 {
		width: 100%;
	}
	.elementor-element.elementor-element-231a8c5 {
		width: 100%;
	}
	.elementor-element.elementor-element-8ea7e00 {
		width: 99%;
	}
	.elementor-element.elementor-element-ab73870 {
		width: 100%;
	}
	.elementor-element.elementor-element-e1c9ae9 {
		width: 100%;
	}
	.elementor-element.elementor-element-765354f {
		width: 60%;
	}
	.elementor-element.elementor-element-48f00da {
		width: 10%;
	}
	.elementor-element.elementor-element-27eee3a {
		width: 30%;
	}
}

@media (min-width: 1025px) {
	.elementor-element.elementor-element-c39fcac:not(.elementor-motion-effects-element-type-background),
	.elementor-element.elementor-element-c39fcac
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
		background-attachment: scroll;
	}
	.elementor-element.elementor-element-cad6b0d .indratrust-play-box {
		background-attachment: scroll;
	}
	.elementor-element.elementor-element-eb6f876 > .elementor-background-overlay {
		background-attachment: scroll;
	}
	.elementor-element.elementor-element-04040b1 > .elementor-widget-container {
		background-attachment: scroll;
	}
	.elementor-element.elementor-element-b635c1a > .elementor-widget-container {
		background-attachment: scroll;
	}
	.elementor-element.elementor-element-2f6c0bf > .elementor-widget-container {
		background-attachment: scroll;
	}
	.elementor-element.elementor-element-d20d7d4 > .elementor-widget-container {
		background-attachment: scroll;
	}
	.elementor-element.elementor-element-eba0617:not(.elementor-motion-effects-element-type-background),
	.elementor-element.elementor-element-eba0617
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
		background-attachment: fixed;
	}
	.elementor-element.elementor-element-cd94789:not(.elementor-motion-effects-element-type-background),
	.elementor-element.elementor-element-cd94789
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
		background-attachment: scroll;
	}
}

/*# sourceURL= */
/*@ sourceURL= */
/*-------------------------
	-----Table-Of-Content------
	---------------------------
	01. Body-Style
	02. Helper-Class
	03. Button-Design
	04. Mainmenu-Area
    4.1 DropDown-Menu
    4.2 Header-Search-Area
	05. Site-Headerwidget_nav_menu
	06. Blog-Page-Design
    6.1 Post-Format-Quote
    6.2 Post-Format-Link
    6.3 Post-Password-Protected
	07. Post-Pagination
    7.1 Post-Navigation
	08. Sidebar-widget 
    8.1 Search -webkit-Box
    8.2 Widget-Recent-Post
    8.3 Widget-Recent-Comment
    8.4 Widget-Archives-Page
    8.5 Widget-Categories
    8.6 Widget-widget_nav_menu
    8.7 Widget-Tagcloud
    8.8 Widget-Pages
    8.9 Widget-Calendar
    8.11 Widget-Image
	09. Comment-Form 
	10. comment-list 
	11. Page-Loader
	12. Footer-area
	13. ScrollUp-Button
	14. Error-Page-desing
	17. Post-carousel-image
------------------------*/

/*----------------
	02. Helper-Class 
-----------------*/
.flex-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.container.custom_container {
	width: 1520px;
	max-width: 100%;
}

.section-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

.equal-height {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.equal-height.revers {
	flex-direction: row-reverse;
}

.start-height {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.inline {
	display: inline-block;
}

.item-justified {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}

.list-inline li {
	display: inline-block !important;
}

.clear-hidden {
	overflow: hidden;
}

.v-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bold {
	font-weight: 600;
}

.text-green {
	color: #e65f2a;
}

.text-white {
	color: #ffffff;
}

.dark-white {
	color: #b0bad1;
}

[class|="space"] {
	display: block;
	width: 100%;
	overflow: hidden;
}

.space-10 {
	height: 10px;
}

.space-15 {
	height: 15px;
}

.space-20 {
	height: 20px;
}

.space-25 {
	height: 25px;
}

.space-30 {
	height: 30px;
}

.space-40 {
	height: 40px;
}

.space-50 {
	height: 50px;
}

.space-60 {
	height: 60px;
}

.white-text a,
.white-text {
	color: #ffffff;
}

.footer-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-menu ul li {
	display: block;
}

.footer-menu ul li ul {
	margin-left: 15px;
}

/*------------------
	03. Button-Design 
-------------------*/

.mouse-dir {
	overflow: hidden;
	position: relative;
	transition: 0.6s;
}

.mouse-dir .dir-part {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.mouse-dir:hover .dir-part {
	width: 260%;
	height: 562.5px;
}

.bttn-1 {
	background-color: #e65f2a;
	display: inline-block;
	padding: 18px 40px;
	color: #ffffff;
	border: none;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
	line-height: 26px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
	font-weight: 700;
}

.bttn-1:hover {
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2);
	color: #e65f2a;
	background-color: #ffffff;
}

.link {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	color: #79879d;
	font-weight: 600;
	margin: 10px 15px;
}

.border-button,
.purple-button,
.primary-button,
.danger-button {
	display: inline-block;
	padding: 16px 50px;
	border-radius: 100px;
	box-shadow: 0px 10px 20px rgba(59, 132, 241, 0.1);
	background-color: #ffffff;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.icon-button {
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 4px;
	background-color: #ffffff;
	display: inline-block;
	position: relative;
	z-index: 9999;
	border: none;
	overflow: hidden;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.icon-button:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #e65f2a 0%, #e65f2a 100%);
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
}

.icon-button:hover {
	color: #ffffff;
}

.icon-button:hover:before {
	opacity: 1;
}

/* --------------------
	Top-Bar-Area
---------------------- */
.tap-bar-area {
	border-bottom: 1px solid #ececec;
	padding: 0px 0px;
	background-color: #ffffff;
}
.contact-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contact-info a {
	margin-right: 15px;
	color: #6e7c90;
	padding: 10px 0;
	display: inline-block;
}

.contact-info a:last-child {
	margin-right: 0px;
}

.contact-info a i {
	margin-right: 5px;
	display: inline-block;
	color: #e65f2a;
}
/* ------------------
	Social-Menu
--------------------- */
.social-menu a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #6e7c90;
	border-radius: 100px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #eaeaea;
	margin: 8px 3px;
}
.social-menu a:hover {
	background-color: #e65f2a;
	border: 1px solid #e65f2a;
	color: #ffffff;
}
/*-----------------
	04. Site-Branding
------------------*/

.site-branding .st-logo {
	display: none;
}

.site-branding .st-logo {
	display: none;
}

.site-branding .mn-logo {
	display: block;
}

.affix .site-branding .st-logo {
	display: block;
}

.affix .site-branding .mn-logo {
	display: none;
}

.site-branding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-weight: 700;
	color: #000c35;
	float: left;
	max-height: 60px;
	font-family: "Source Serif Pro", serif;
}

.site-branding a {
	font-size: 36px;
	color: #000c35;
}

.site-branding img {
	max-height: 50px;
	width: inherit;
}

.transparent-menu .site-branding a {
	color: #ffffff;
}

.transparent-menu .mainmenu-area.affix .site-branding a {
	color: #000c35;
}

/*-----------------
	04. Mainmenu-Area 
------------------*/

.mainmenu-area {
	width: 100%;
	z-index: 99;
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	transition: 0.3s;
	background-color: #ffffff;
	border-radius: 0;
	position: relative;
	border: none;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.05);
}

.transparent-menu .mainmenu-area {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.mainmenu-area.affix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
}

.admin-bar .mainmenu-area.affix {
	top: 30px;
}

.mainmenu-area {
	white-space: nowrap;
}

.mainmenu-area .menu-button-area {
	float: right;
}

.toggle-menu {
	position: fixed;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #e65f2a 0%, #e65f2a 100%);
	z-index: 9999;
	display: flex;
	padding-left: 5vw;
	padding-top: 45px;
	max-height: 100%;
	overflow: auto;
	transition: 0.8s;
}

.toggle-menu.active {
	left: 0px;
}

.toggle-menu ul.nav li {
	display: block;
}

.toggle-menu ul.nav li a {
	background: none !important;
	font-size: 28px;
	font-weight: 700;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.2);
	text-transform: capitalize;
	color: #ffffff;
	padding: 10px 15px;
	display: block;
}

.toggle-menu ul.nav li a:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 4px;
	background-color: #ffffff;
	margin-right: 3px;
	transition: 0.5s;
}

.toggle-menu ul.nav li:hover > a:before {
	width: 50px;
}

.toggle-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.toggle-menu ul ul {
	margin-left: 50px;
	display: none;
}

.toggle-menu ul.nav li a:hover {
	background: none;
}

.primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu > ul > li {
	display: inline-block;
	position: relative;
}

.mainmenu-area #mainmenu ul li > a i.plus {
	float: right;
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin-top: 10px;
	margin-left: 10px;
	transition: 0.3s;
	display: block;
	position: relative;
}
.mainmenu-area #mainmenu ul li > a i.plus:before,
.mainmenu-area #mainmenu ul li > a i.plus:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	display: block;
	background-color: rgba(21, 29, 65, 0.3);
	transition: 0.3s;
}

.mainmenu-area #mainmenu ul li > a i.plus:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.mainmenu-area #mainmenu ul li:hover > a i.plus:before {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

.primary-menu ul li {
	position: relative;
}

.primary-menu ul.nav li a {
	padding: 15px 20px;
	position: relative;
	font-weight: 600;
	color: #6e7c90;
	text-transform: capitalize;
	background: none;
	font-size: 15px;
	display: block;
}

.primary-menu ul.nav > li.current-menu-item > a,
.primary-menu ul.nav li:hover > a,
.primary-menu ul.nav li:hover > i {
	color: #000c35;
}

.primary-menu ul.nav > li > a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0px;
	height: 2px;
	background-color: #e65f2a;
	transition: 0.3s;
}

.primary-menu ul.nav > li.current-menu-item > a:before,
.primary-menu ul.nav > li:hover > a:before,
.primary-menu ul.nav > li.active > a:before {
	width: 100%;
	left: 0;
	right: auto;
}

.menu-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.menu-buttons > * {
	margin: 0 10px;
}

.menu-buttons:last-child {
	margin-right: 0;
}

.nav-alignmenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*-----------------------
	4.1 DropDown-Menu
------------------------*/

.primary-menu ul.nav li {
	position: relative;
}

.primary-menu ul.nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	min-width: 220px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 3px;
	box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
}

.primary-menu ul.nav .sub-menu .sub-menu {
	left: auto;
	right: 100%;
	top: 0;
}

.primary-menu ul.nav .sub-menu li:hover > .sub-menu {
	top: -15px;
}

.primary-menu ul.nav .sub-menu li {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

.primary-menu ul.nav .sub-menu li a {
	padding: 2px 10px;
	display: block;
}

.primary-menu ul.nav .sub-menu li a:before {
	content: "";
	width: 0;
	height: 2px;
	display: inline-block;
	margin-right: 0;
	transition: 0.3s;
	border-bottom: 2px solid;
}

.primary-menu ul.nav .sub-menu li:hover > a:before {
	width: 20px;
	margin-right: 5px;
}

.primary-menu ul.nav .sub-menu li.current-menu-item > a,
.primary-menu ul.nav .sub-menu li.active > a,
.primary-menu ul.nav .sub-menu li:hover > a {
	color: #e65f2a;
}

.primary-menu ul.nav li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}

/*------------------------
	Menu-Search-Form
-------------------------*/

.menu-search-form {
	position: relative;
	z-index: 999999;
	margin-top: 15px;
}

.menu-search-form .search-input {
	margin: 0px;
	padding: 20px;
	font-size: 30px;
	border: none;
	border-bottom: 2px solid #ededed;
	border-radius: 3px;
}

.menu-search-form .search-button {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background: none;
}

/*-----------------------
	05. Action-Button
------------------------*/
.mainmenu-area .action-button {
	display: inline-block;
	padding: 12px 22px;
	border-radius: 0px;
	font-weight: 700;
	background-color: transform;
	border: 1px solid #e65f2a;
	color: #6e7c90;
	margin-left: 30px;
}

.mainmenu-area .action-button:hover {
	background-color: #e65f2a;
	color: #ffffff;
}

.mainmenu-area .navbar-right {
	display: flex;
	align-items: center;
}

/*-----------------------
	05. Site-Header
------------------------*/

.header-area {
	background-color: #000c35;
	color: #ffffff;
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.header-area.center {
	text-align: center;
}

.header-area.left {
	text-align: left;
}

.header-area.right {
	text-align: right;
}

.header-area:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header-area .page-title {
	color: #ffffff;
	font-size: 56px;
	line-height: 65px;
	font-weight: 600;
	margin-bottom: 0;
}

.header-area .sub-title,
.header-area .bread {
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin-top: 15px;
	color: #ffffff;
}

.header-area .bread a {
	color: #ffffff;
}

.header-area .bread .icon {
	margin-right: 5px;
}

.header-area .bread .separator {
	padding: 0 5px;
}

/*----------------------
	06. Blog-Page-Design 
-----------------------*/

.blog-area {
	position: relative;
	z-index: 2;
}

.post-single {
	margin-bottom: 30px;
	width: 100%;
	max-width: 100%;
	background-color: #ffffff;
	transition: 0.3s;
}

.post-single .bttn-more {
	margin-top: 5px;
}

.grid-posts .post-single,
.post-grid-two .post-single {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.grid-posts .post-single:hover,
.post-grid-two .post-single:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.blog-small .post-single {
	width: auto;
}

.blog-small .post-media {
	overflow: hidden;
}

.post-title {
	font-size: 36px;
	margin-bottom: 15px;
}

.empty-post-notic {
	margin-bottom: 30px;
}

.posts-list .post-single.half-box {
	width: calc(50% - 30px);
}

.post-single .post-media,
.post-single .media-content {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 2;
	border-radius: 2px 2px 0px 0px;
}

.post-single .post-content {
	background-color: #ffffff;
	padding: 35px;
	position: relative;
	border: none;
	box-shadow: 0 0 30px 0 rgba(243, 246, 255, 1);
}

.post-desc:after {
	content: "";
	display: block;
	clear: both;
}

.post-media {
	line-height: 1;
}

.post-single .post-content :last-child {
	margin-bottom: 0;
}

.post-single .post-content:after {
	content: "";
	display: block;
	clear: both;
}

.post-single.sticky .post-content {
	background: #f7f7f7;
}

.post-single.sticky .post-content:after {
	content: "\f46a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 60px;
	position: absolute;
	right: 30px;
	top: 50px;
	opacity: 0.5;
	color: #e65f2a;
}

.post-single.half-box .post-media {
	max-height: 229px;
	overflow: hidden;
}

.post-single.half-box .post-content {
	padding: 30px;
}

.post-single.half-box .post-title {
	font-size: 20px;
}

.single-post .post-single {
	margin-bottom: 50px;
}

.post-meta {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #6e7c90;
	border-top: 1px solid rgb(224, 228, 241);
	margin-top: 20px;
	padding-top: 20px;
}

.single-tags {
	margin-bottom: 50px;
}

.single-tags a {
	display: inline-block;
	border: 2px solid rgba(0, 0, 0, 0.1);
	padding: 6px 16px;
	background-color: #ffffff;
	color: #6e7c90;
	margin-right: 5px;
	margin-bottom: 8px;
}

.single-tags a:hover {
	background-color: #e65f2a;
	color: #ffffff;
	border: 2px solid #e65f2a;
}

.post-meta a {
	color: #6e7c90;
}

.post-meta .meta-item {
	margin-right: 10px;
	display: inline-block;
}

.post-meta .meta-item .icon {
	margin-right: 5px;
}

.post-footer-meta {
	width: 100%;
	display: block;
	background-color: #ffffff;
	padding: 20px 20px 30px 30px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.post-footer-meta .meta-item {
	display: inline-block;
	color: #858993;
	font-weight: 400;
	margin: 10px 10px 0 0;
}

.post-footer-meta a {
	color: #858993;
}

.post-footer-meta a:hover {
	color: #e65f2a;
}

.post-footer-meta .meta-item:last-child {
	margin-bottom: 0;
}

.post-footer-meta .meta-item > i {
	margin-right: 10px;
	font-size: 15px;
	color: #e65f2a;
}

a.read-more {
	display: inline-block;
	margin-top: 25px;
	color: #e65f2a;
	border-radius: 100px;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
}

.readmore-btn .icon,
a.read-more i {
	margin-left: 5px;
	transition: 0.3s;
}

.readmore-btn:hover .icon,
a.read-more:hover i {
	margin-left: 10px;
}

/*--------------------
	6.1 Post-Format-Quote
---------------------*/
.post-single.format-quote em {
	display: block;
	font-size: 15px;
}

.post-single.post-link,
.post-single.post-quote {
	background-color: #f8f9ff;
	padding: 30px 60px 60px 60px;
	text-align: center;
	border: none;
	padding: 60px;
	position: relative;
}

.post-single.post-link .post-content,
.post-single.post-quote .post-content {
	border: none;
	background-color: transparent;
	padding: 0;
}

.post-single.post-link:before,
.post-single.post-quote:before {
	display: inline-block;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0px 16px 32px rgba(49, 50, 97, 0.27);
	background-color: #e65f2a;
	margin-bottom: 20px;
	text-align: center;
}

.post-single.post-link:before {
	content: "\f0c1";
}

.post-single.post-link .header-post-meta,
.post-single.post-quote .header-post-meta {
	margin-bottom: 0;
	padding-top: 15px;
}

/*--------------------------
	6.3 Post-Password-Protected
--------------------------*/

.post-password-form {
	clear: both;
}

.post-password-form label {
	margin-bottom: 0;
}

.post-password-form input[type="submit"] {
	background-color: #e65f2a;
	display: inline-block;
	padding: 15px 30px;
	color: #ffffff;
	border: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: 0.3s;
}

.post-password-form input[type="submit"]:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	color: #ffffff;
}

.post-password-form input[type="password"] {
	height: 50px;
	margin-bottom: 30px;
}

.page-contents:after {
	content: "";
	clear: both;
	display: block;
}

/*---------------------
	6.4 Post-Timeline
----------------------*/

.timeline-post {
	position: relative;
	width: 100%;
}

.timeline-post .masonry-item {
	width: calc(50% - 30px);
	padding-top: 30px;
	padding-left: 30px;
	margin-left: 30px;
	position: relative;
	border-left: 1px solid #f1f1f1;
}

.timeline-post .masonry-item:after {
	content: "";
	position: absolute;
	left: -14px;
	top: 60px;
	width: 26px;
	height: 26px;
	background-color: #ededed;
	border: 1px solid #ededed;
	z-index: 2;
	border-radius: 100%;
	transition: 0.3s;
}

.timeline-post .masonry-item:hover:after {
	background-color: #e65f2a;
}

.timeline-post .masonry-item:before {
	content: "";
	position: absolute;
	left: 17px;
	top: 60px;
	width: 0;
	height: 0;
	border-right: 13px solid #ededed;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}

.timeline-post .masonry-item .post-single {
	border: none;
}

.timeline-post .masonry-item .post-single .post-title {
	font-size: 28px;
}

/*------------------
	07. Post-Pagination
--------------------*/

.page-links .page-numbers,
.nav-links .page-numbers {
	width: 45px;
	height: 45px;
	margin: 5px;
	line-height: 42px;
	font-size: 15px;
	font-weight: 400;
	background: #ffffff;
	color: #777777;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 1;
	border: 2px solid rgba(46, 56, 65, 0.1);
	transition: 0.3s;
}

.page-links .page-numbers:hover,
.nav-links .page-numbers:hover,
.page-links .page-numbers.current,
.nav-links .page-numbers.current {
	color: #ffffff;
	background: #e65f2a;
	border: 2px solid #e65f2a;
}

/*---------------------
	7.1 Post-Navigation
----------------------*/

.navigation,
.pagination {
	text-align: center;
	display: block;
	width: 100%;
}

.single-post-navigation {
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	padding-top: 30px;
	padding-bottom: 30px;
}

.single-post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	text-align: left;
}

.single-post-navigation .nav-links .nav-previous,
.single-post-navigation .nav-links .nav-next {
	max-width: 50%;
}

.single-post-navigation .nav-links .nav-next {
	text-align: right;
}

.single-post-navigation .nav-links .nav-previous .title,
.single-post-navigation .nav-links .nav-next .title {
	font-size: 24px;
	letter-spacing: -1px;
	color: #000c35;
	transition: 0.3s;
}

.single-post-navigation .nav-links .nav-previous .title:hover,
.single-post-navigation .nav-links .nav-next .title:hover {
	color: #e65f2a;
}

.single-post-navigation .nav-links .nav-previous .meta-nav,
.single-post-navigation .nav-links .nav-next .meta-nav {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	color: #6e7c90;
	font-weight: 600;
}

/*-----------------------
	Author-Information
-------------------------*/

.author-info-area {
	margin-top: 100px;
}

.author-info-area .author-content {
	background-color: #f3f1ff;
	padding: 0 50px 50px 50px;
	text-align: center;
}

.author-info-area .author-content .info {
	display: block;
}

.author-info-area .author-content .author-pic {
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-bottom: 15px;
	border: 5px solid #f3f1ff;
}

/*----------------------
	08. Sidebar-widget 
-----------------------*/

.sidebar.main-sidebar {
	padding-left: 30px;
}

.sidebar .widget .textwidget:last-child {
	margin-bottom: 0;
}

.sidebar .widget:not(.widget_search) {
	overflow: hidden;
	padding: 40px;
	border-radius: 3px;
	box-shadow: 0 0 30px 0 rgba(243, 246, 255, 1);
}

.sidebar .widget {
	margin-bottom: 50px;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	position: relative;
	margin-bottom: 30px;
	font-weight: 600;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(243, 246, 255, 1);
}

.main-sidebar .widget-title {
	color: #000c35;
	font-size: 24px;
}

.widget .widget-title span {
	display: none;
}

.widget .widget-title span {
	position: absolute;
	width: 40px;
	height: 2px;
	border-radius: 100px;
	background-color: #e65f2a;
	transition: 0.6s;
}

.widget .widget-title.top-bar {
	padding-top: 25px;
}

.widget .widget-title.top-bar span {
	top: 0px;
	left: 0px;
	display: block;
}

.indra-sidebar .widget .widget-title,
.widget .widget-title.bottom-bar {
	padding-bottom: 25px;
}

.widget .widget-title.bottom-bar span {
	content: "";
	bottom: -2px;
	left: 0px;
	display: block;
	width: 50px;
	transition: 0.5s;
}

.indra-sidebar .widget:hover .widget-title:after,
.widget:hover .widget-title.bottom-bar span {
	width: 100%;
}
.widget .widget-title.left-bar {
	padding-left: 75px;
}

.widget .widget-title.left-bar span {
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	left: 0px;
	display: block;
}
.widget .widget-title.right-bar {
	padding-right: 55px;
	display: inline-block;
}

.widget .widget-title.right-bar span {
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	right: 0px;
	display: block;
}

.widget .widget-title.no-bar span {
	display: none;
}

.widget:not(.footer-widget) {
	color: #6e7c90;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
}

.footer-widget.widget ul ul {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-widget.widget ul li:last-child,
.widget ul li:last-child {
	border-bottom: none;
}

.widget ul li a {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	color: #6e7c90;
}

.widget ul li a:hover {
	color: #e65f2a;
}

.widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget ul ul {
	padding: 0;
	margin-top: 10px;
	margin-left: 3px;
}

.widget ul li li {
	margin-bottom: 10px !important;
	padding-left: 15px;
}

.widget ul li li:last-child {
	margin-bottom: 0 !important;
}

.widget.widget_categories ul li,
.widget.widget_archive ul li {
	overflow: hidden;
	text-align: right;
}

.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
	float: left;
}

body .widget_rss li a {
	color: #e65f2a;
}

/*--------------------
	8.1 Search -webkit-Box
---------------------*/

.search-box {
	position: relative;
}

body .search-box .search {
	margin-bottom: 0;
	height: 70px;
	width: 100%;
	padding: 15px 30px;
	border-radius: 2px;
	border: 1px solid #f9f7ff;
	border-right: none;
	background-color: #f9f7ff;
	color: #6e7c90;
}
body .search-box .search:focus {
	border-color: #e65f2a;
}

.post-photo-gallery .owl-controls .owl-buttons > div,
.search-box .search-bttn {
	border: none;
	width: 70px;
	height: 70px;
	line-height: 70px;
	position: absolute;
	overflow: hidden;
	right: 0px;
	top: 0px;
	text-align: center;
	color: #ffffff;
	background-color: #e65f2a;
	border-radius: 2px;
	z-index: 1;
}

.post-photo-gallery .owl-controls .owl-buttons > div:before,
.search-box .search-bttn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.2;
	z-index: -1;
	transition: 0.3s;
}

.post-photo-gallery .owl-controls .owl-buttons > div:hover:before,
.search-box .search-bttn:hover:before {
	opacity: 0;
}

/*---------------------
	8.2 WIdget-Recent-Post
----------------------*/

.widget.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget.widget_recent_entries ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
	border-bottom: 1px solid rgba(243, 246, 255, 1);
}

.widget.widget_recent_entries ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget.widget_recent_entries ul li a {
	font-size: 16px;
}

.widget.widget_recent_entries .post-date {
	display: block;
	font-size: 13px;
	font-weight: 400;
}

.widget.widget_recent_entries .post-date:before {
	content: "\f017";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
	font-size: 13px;
	color: #e65f2a;
}

/*------------------------
	8.3 Widget-Recent-Comment
-------------------------*/

.widget.widget_recent_comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget.widget_recent_comments ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
	border-bottom: 1px solid rgba(243, 246, 255, 1);
}

.widget.widget_recent_comments ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*------------------------
	8.6 Footer-Widget
-------------------------*/

.footer-widget {
	margin-bottom: 50px;
}

.footer-widget h5,
.footer-widget .widget-title {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 30px;
}

.footer-widget .gallery {
	margin-bottom: 0;
}

.footer-widget .gallery .gallery-item {
	margin-bottom: 15px;
}

.footer-widget .gallery.gallery-columns-1 .gallery-item:nth-last-child(-n + 1),
.footer-widget .gallery.gallery-columns-2 .gallery-item:nth-last-child(-n + 2),
.footer-widget .gallery.gallery-columns-3 .gallery-item:nth-last-child(-n + 3),
.footer-widget .gallery.gallery-columns-4 .gallery-item:nth-last-child(-n + 4),
.footer-widget .gallery.gallery-columns-5 .gallery-item:nth-last-child(-n + 5) {
	margin-bottom: 0;
}

.footer-widget.widget_nav_menu ul li {
	border-bottom: none;
	margin-bottom: 0px;
}

.footer-widget.widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}

.footer-widget.widget_nav_menu ul li a:before {
	content: "";
	width: 0px;
	height: 2px;
	background-color: #e65f2a;
	transition: 0.5s;
	display: inline-block;
}

.footer-widget.widget_nav_menu ul li a:hover:before {
	margin-right: 6px;
	width: 15px;
}

.widget.footer-widget.widget_calendar #wp-calendar caption,
.widget.footer-widget.widget_calendar #wp-calendar th,
.widget.footer-widget.widget_calendar #wp-calendar td {
	color: #ffffff;
}

.footer-widget table,
.footer-widget table th,
.footer-widget table td {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget.widget a {
	color: #ffffff;
}

/*------------------------
	8.7 Widget-Tagcloud
-------------------------*/

body .widget .tagcloud a {
	font-size: 14px !important;
	padding: 6px 16px;
	display: inline-block;
	margin-bottom: 3px;
	color: #6e7c92;
	text-transform: capitalize;
	margin-right: 3px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
}

body .tagcloud a:hover {
	color: #ffffff;
	background-color: #e65f2a;
	border: 1px solid #e65f2a;
}

/*------------------------
	8.9 Widget-Calendar
-------------------------*/

.widget.widget_calendar #wp-calendar {
	width: 100%;
	margin-bottom: 0;
}

.widget.widget_calendar #wp-calendar caption {
	font-weight: 600;
	font-size: 14px;
	color: #858993;
	padding-top: 0;
}

.widget.widget_calendar #wp-calendar th,
.widget.widget_calendar #wp-calendar td {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #777777;
}

.widget.widget_calendar #wp-calendar #today {
	background-color: #e65f2a;
	color: #ffffff;
	border: 1px solid #e65f2a;
}

.widget.widget_calendar #wp-calendar #today a {
	color: #ffffff;
}

/*------------------------
	8.11 Widget-Image
-------------------------*/

.widget_media_image img {
	width: 100%;
}

/*--------------------
	09. Comment-Form 
---------------------*/

.form-submit {
	margin-bottom: 6px;
}

.comment-respond {
	margin-top: 50px;
}

.comment .comment-respond {
	margin-top: 10px;
}

.comment-respond .submit-button {
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 20px 50px;
}

.comment-respond .submit-button:hover {
	background-color: #ffffff;
	color: #e65f2a;
}

.comment-list-area .comments-title,
.comment-respond .comment-reply-title {
	margin-bottom: 30px;
}

.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author,
.comment-form .comment-form-comment {
	position: relative;
}

.comment-respond .comment-form .icon {
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #e65f2a;
	z-index: 2;
}

.comment-form #author,
.comment-form #email,
.comment-form #url,
.comment-form #comment {
	width: 100%;
	padding: 22px;
	border-radius: 2px;
	border: 2px solid #ffffff;
	outline: none;
	color: #6e7c90;
	font-size: 14px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}

.comment-form #author:focus,
.comment-form #email:focus,
.comment-form #url:focus,
.comment-form #comment:focus {
	border: 2px solid #e65f2a;
}

.comment-form-cookies-consent input[type="checkbox"] {
	margin-right: 10px;
}

.no-comments {
	color: #858993;
	margin-bottom: 30px;
}

.comment-form {
	padding: 40px;
	background-color: #f8f6ff;
}

.comment-form #comment {
	height: 160px;
}

.comment-form label {
	font-weight: 600;
	font-size: 14px;
	color: #858993;
}

/*-------------------
	10. comment-list 
--------------------*/

.comment-list-area {
	margin-top: 50px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0 0 0 80px;
	padding: 0;
}

.comment-list .trackback,
.comment-list .pingback,
.comment-list .comment {
	margin: 0;
	padding: 0;
}

.comment-list .comment-body {
	padding: 0 0 0 130px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.comment-list .trackback .comment-body,
.comment-list .pingback .comment-body {
	padding-left: 0px;
}

.comment-list .comment-body .comment-author img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
}

.comment-list .comment-body .comment-author .fn {
	font-size: 20px;
	letter-spacing: -1px;
	color: #000c35;
	font-weight: 600;
}

.comment-list .comment-body .comment-metadata {
	margin-bottom: 10px;
}

.comment-list .comment-body .reply {
	position: absolute;
	right: 0;
	top: 0;
}

.comment-list .comment-body .comment-reply-link {
	color: #e65f2a;
	float: right;
	font-weight: 600;
	font-size: 15px;
}

.comment-list .comment-body .comment-reply-link:before {
	content: "\f064";
	font-family: "Font Awesome 5 Free";
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}

.comment-list .comment-body .comment-reply-link:hover {
	color: #e65f2a;
}

.comment-list .comment-body .comment-author .says {
	display: none;
}

.comment-notes,
.comment-form .logged-in-as,
.comment-form .logged-in-as a,
.comment-list .comment-body .comment-author .says,
.comment-list .comment-body .comment-metadata a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.comment-list .comment-body .edit-link {
	margin-left: 5px;
}

/*------------------------
	15. Preloader-Content
-------------------------*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e3f9fc;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.preloader .loader-image {
	pointer-events: none;
}

.preloader .load-close {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	right: 30px;
	top: 30px;
}
.preloader .loader-text h3 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	letter-spacing: 4px;
	background-image: linear-gradient(90deg, #fff, #000, #fff);
	background-repeat: no-repeat;
	background-size: 80%;
	-webkit-animation: loader_animate 3s linear infinite;
	animation: loader_animate 3s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@-webkit-keyframes loader_animate {
	0% {
		background-position: -600%;
	}
	
	100% {
		background-position: 600%;
	}
}

@keyframes loader_animate {
	0% {
		background-position: -600%;
	}
	
	100% {
		background-position: 600%;
	}
}

/*-----------------
	12. Footer-area
-------------------*/

.footer-area {
	background-color: #000c35;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.footer-area:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.footer-top {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: -50px;
}

.footer-area a {
	color: #ffffff;
}

.footer-area a:hover {
	color: #e65f2a;
}

.footer-bottom {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 30px 0;
}

.footer-bottom-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: -15px;
	flex-wrap: wrap;
}

.footer-bottom-wrap > div {
	padding: 15px;
}

.footer-bottom-wrap .footer-logo img {
	width: inherit;
	max-height: 60px;
}

.footer-bottom-wrap .cradit-card a {
	font-size: 30px;
	display: inline-block;
	margin: 0 5px;
}

/*-------------------
	Copyright-Text
--------------------*/

.copyright_text {
	text-align: center;
}

/*---------------------
	13. ScrollUp-Button 
----------------------*/

#scrollUp {
	right: 10px;
	bottom: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #e65f2a;
	border: 1px solid #e65f2a;
	border-radius: 3px;
	background-color: #ffffff;
}

#scrollUp:hover {
	color: #ffffff;
	background-color: #e65f2a;
}

.social-menu-list a {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #e65f2a;
	color: #e65f2a;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-size: 14px;
}

.social-menu-list a:hover {
	color: #ffffff;
}

.social-menu-list a:before {
	background-color: #ffffff;
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: -1;
	opacity: 1;
	transition: 0.3s;
	border-radius: 50%;
}

.social-menu-list a:hover:before {
	opacity: 0;
}

.footer-area .social-menu-list {
	margin-top: 30px;
}

/*-- Social-Share-Menu --*/

.social-share {
	margin-bottom: 50px;
}

.social-share ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-share ul li {
	display: inline-block;
}

.social-share ul li a {
	display: block;
	font-size: 18px;
	line-height: 40px;
	color: #b5becc;
	width: 40px;
	height: 40px;
}

.social-share ul li a:hover {
	color: #e65f2a;
}

.footer-widget .widget-social-menu {
	margin-top: -15px;
}

.footer-widget .widget-social-menu a {
	color: #ffffff;
	border: none;
	margin: 0;
	padding: 0;
}

.form-group {
	position: relative;
}

/* -- Skillbar-Style -- */
.author_details:after {
	content: "";
	display: block;
	clear: both;
	margin-bottom: 15px;
}
.author_details .author-photo {
	width: 20px;
	height: 20px;
	line-height: 0px;
	overflow: hidden;
	border-radius: 3px;
	margin-right: 10px;
	display: inline-block;
	float: left;
	margin-top: 5px;
}
.author_details .author-name {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 700;
	display: inline-block;
	margin-top: 0;
	line-height: 32px;
}

.campign-info {
	list-style: none;
	margin: 20px 0px 15px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #eaeaea;
	display: flex;
	justify-content: space-between;
}

.single-indra-forms .campign-info {
	border-bottom: 1px solid #eaeaea;
	padding-top: 0px;
	border-top: none;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.single-indra-forms .images {
	margin-bottom: 30px;
}

.campign-info .title {
	color: rgba(21, 29, 65, 0.6);
	font-size: 14px;
	font-weight: 700;
	display: block;
}

.campign-info .content {
	color: #e65f2a;
	font-size: 22px;
	font-weight: 700;
}

.skillbar {
	background-clip: padding-box;
	background-color: #d4d4d4;
	border-radius: 50px;
	box-sizing: border-box;
	height: 6px;
	position: relative;
	width: calc(100% - 60px);
	margin-bottom: 30px;
	margin-top: 20px;
}

.skillbar .count-bar {
	background-clip: padding-box;
	background-color: rgb(238, 238, 238);
	height: 6px;
	width: 0;
	border-radius: 6px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.skillbar .count {
	font-size: 16px;
	font-weight: 500;
	width: 40px;
	position: absolute;
	left: 100%;
	top: -4px;
	text-align: right;
	line-height: 16px;
	white-space: nowrap;
	color: #e65f2a;
	padding-left: 5px;
}

.skillbar .count-bar {
	background-color: #e65f2a;
}
.langu {
	position: relative;
}

.video-post {
	position: relative;
}

.video-post .videoPoster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 50%;
	background-attachment: scroll;
	background-color: #ededed;
	overflow: hidden;
	z-index: 1;
}

.video-post .video-play-bttn {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-align: center;
	line-height: 80px;
	background-color: #e65f2a;
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	left: calc(50% - 40px);
	top: calc(50% - 40px);
	z-index: 2;
	opacity: 1;
	border: none;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.video-post .video-play-bttn:hover {
	box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3);
}

/*-----------------------------
	17. Post-carousel-image
-------------------------------*/

.post-photo-gallery .owl-controls {
	margin-top: 0;
}

.post-photo-gallery .owl-controls .owl-buttons > div {
	right: auto;
	left: 10px;
	top: calc(50% - 28px);
}

.post-photo-gallery:hover .owl-controls .owl-buttons > div {
	opacity: 1;
}

.post-photo-gallery .owl-controls .owl-buttons > div.owl-next {
	left: auto;
	right: 10px;
}

/*-- 6. Instagram-Feed --*/

.widget .instagram-pics {
	width: 100%;
	overflow: hidden;
}

.widget .instagram-pics li {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 0px;
}

.widget .instagram-pics.instagram-size-original {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: auto;
	grid-template-columns: auto;
}

.widget .instagram-pics.instagram-size-large {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
}

.widget .instagram-pics.instagram-size-small {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: auto auto auto;
	grid-template-columns: auto auto auto;
}

.widget .instagram-pics.instagram-size-thumbnail {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: auto auto auto auto;
	grid-template-columns: auto auto auto auto;
}

.widget .instagram-pics li a {
	position: relative;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	overflow: hidden;
}

.widget .instagram-pics li a img {
	line-height: 0px;
}

/*-------------------
	Social-Profile-Link
--------------------*/

.widget-social-menu a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;
	border: 1px solid #e3e3e3;
	color: #c3c3c3;
	margin: 5px;
}

.widget-social-menu a:hover {
	background-color: #e65f2a;
	border-color: #e65f2a;
	color: #ffffff;
}

/*----------------------
	Popular-post-widget
-----------------------*/

.popular-posts .post-item {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.popular-posts .post-item:last-child {
	margin-bottom: 0px;
}

.popular-posts .post-item .post-pic {
	float: left;
	width: 100px;
	margin-right: 15px;
}

.popular-posts .post-item .title {
	margin-bottom: 5px;
	font-size: 14px;
}

.popular-posts .post-item .post-meta-list {
	font-size: 14px;
}

/*-- Subscribe-Form-Style --*/
.subscribe-form input[type="email"] {
	height: 70px;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	background-color: #ffffff;
	padding: 10px 30px;
	width: 100%;
	margin-bottom: 0px;
}

.subscribe-form input[type="submit"],
.subscribe-form button {
	height: 60px;
	border-radius: 2px;
	border: none;
	padding: 10px 60px;
	background: #ff8b3c;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	float: right;
	margin-top: -65px;
	position: relative;
	margin-right: 5px;
}

.subscribe-form input[type="submit"]:hover,
.subscribe-form button:hover,
.subscribe-form input[type="submit"]:focus,
.subscribe-form button:focus {
	background-color: #dc7129;
	color: #ffffff;
}

.shortcode-form input[type="text"],
.shortcode-form input[type="email"],
.shortcode-form input[type="url"],
.shortcode-form input[type="submit"],
.shortcode-form button {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.5s;
}

.subscribe-form {
	position: relative;
}

/* =======================================
	========= Elementor-Widget-Style =========
======================================== */

/* -- Section-Title -- */

/* Section Title style */
.heading-bar-left-right,
.heading-bar-bottom,
.heading-bar-top,
.heading-bar-right,
.heading-bar-left {
	position: relative;
	display: block;
}

.heading-bar-left-right:after,
.heading-bar-left-right:before,
.heading-bar-top:before,
.heading-bar-bottom:after,
.heading-bar-left:before,
.heading-bar-right:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #000000;
}

.heading-bar-top:before {
	margin-bottom: 10px;
}

.heading-bar-bottom:after {
	margin-top: 10px;
}

.heading-bar-left:before {
	display: inline-block;
	margin-right: 10px;
}

.heading-bar-right:after {
	display: inline-block;
	margin-left: 10px;
}

.heading-bar-left-right:before {
	display: inline-block;
	margin-right: 10px;
}

.heading-bar-left-right:after {
	display: inline-block;
	margin-left: 10px;
}

/*-- Button-Style --*/
.arrow-button {
	border: 1px solid #c6475a;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}

.indratrust-custom-carousel {
	text-align: center;
}

.indratrust-custom-carousel .slick-slide img {
	display: inline-block !important;
}

/*-- Campaign-Box --*/
.campaign-box-area {
	width: 100%;
}

.campaign-box-area:after {
	content: "";
	clear: both;
	display: block;
}

.campaign-box-area .campaign-item {
	padding: 0 15px;
}

.campaign-box-area.campaign-grid .campaign-item {
	width: 33.33%;
	float: left;
	padding: 0 15px 30px 15px;
}

.campaign-box-area .campaign-item .campaign-box {
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 0;
	width: 100%;
	clear: both;
	box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
}

.campaign-box-area .campaign-item .campaign-box .top-title {
	color: #72778d;
	font-size: 16px;
	margin-bottom: 10px;
}

.campaign-box-area .campaign-item .campaign-box .main-title {
	margin-bottom: 25px;
}

.campaign-box-area .campaign-item .campaign-box .main-title a {
	color: #151d41;
}

.campaign-box-area .campaign-item .campaign-box .box-content {
    padding: 30px;
    width: 100%;
    background: #182840;
    min-height: 165px;
}

.campaign-box-area .campaign-item .campaign-box .box-content .author_details .author-name {
	color: #fff !important;
}

.campaign-box-area .campaign-item .campaign-box .box-footer {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eaeaea;
	margin-top: 30px;
}
.campaign-box-area .campaign-item .campaign-box .box-footer li {
	padding: 18px 0 0 0;
}

.campaign-box-area .campaign-item .campaign-box .box-footer .title {
	display: block;
}

.campaign-box-area .campaign-item .campaign-box .box-footer .content {
	color: #e65f2a;
	font-size: 20px;
	display: block;
}

.campaign-filter-menu {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	list-style: none;
	border-bottom: 1px solid #eaeaea;
}

.campaign-filter-menu li {
	position: relative;
	padding: 15px;
	text-transform: capitalize;
	cursor: pointer;
	transition: 0.5s;
}

.campaign-filter-menu li.active {
	color: #e65f2a;
}

.campaign-filter-menu li:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 0px;
	height: 2px;
	background-color: #e65f2a;
	transition: 0.5s;
}

.campaign-filter-menu li.active:before {
	width: 100%;
}

.campaign-filter-menu li i {
	margin-right: 6px;
}

.load-button {
	text-align: center;
}

.load-button .load-more {
	border: 1px solid #e65f2a;
}

/*-- Feature-box --*/
.feature-box {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

.feature-box:after {
	content: "";
	clear: both;
	display: block;
}

.feature-box .feature-icon {
	text-align: center;
	display: inline-block;
}

.feature-box .feature-title {
	font-size: 20px;
}

/*-- Testimonia-Box --*/
.indratrust-testimonial:after {
	content: "";
	display: block;
	clear: both;
}

.indratrust-testimonial-area.testimonial-grid:after {
	content: "";
	clear: both;
	display: block;
}

.indratrust-testimonial-area.testimonial-grid .testimonial-column {
	float: left;
	width: 50%;
}

.indratrust-testimonial {
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.indratrust-testimonial .quote-icon {
	color: #ffffff;
	background-color: #e65f2a;
	display: inline-block;
	text-align: center;
}

.indratrust-testimonial .content {
	font-size: 24px;
	line-height: 36px;
	color: #151d41;
	font-style: italic;
}

.indratrust-testimonial .footer .name {
	font-size: 16px;
	color: #151d41;
}

.indratrust-testimonial .footer .designation {
	font-size: 14px;
	color: rgba(21, 29, 65, 0.6);
}

.indratrust-testimonial .footer .photo {
	overflow: hidden;
}

.indratrust-testimonial .client_poster .video-button {
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
	line-height: 61px;
	background: #e65f2a;
	text-align: center;
	border-radius: 120px;
	color: #ffffff;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	z-index: 3;
}

.indratrust-testimonial .client_poster {
	position: relative;
}

.indratrust-testimonial .client_poster .video-button:hover {
	box-shadow: 0 0 15px 0 rgba(255, 255, 255, 1);
}
.waves-block {
	position: absolute;
	width: 384px;
	width: 24rem;
	height: 384px;
	height: 24rem;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.waves-block .waves {
	position: absolute;
	width: 384px;
	width: 24rem;
	height: 384px;
	height: 24rem;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 320px;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.waves-block .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.waves-block .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.waves-block .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

/*-- Post-Slider --*/
.indracore-post-grid:after {
	content: "";
	clear: both;
	display: block;
}

.indracore-post-grid .post_item {
	float: left;
}

.indratrust_posts_carousel .post-box {
	overflow: hidden;
}

.indratrust_posts_carousel .post-box .post_image {
	margin-bottom: 40px;
}

.post-box .post_content .post-header .title {
	font-size: 20px;
	margin-bottom: 10px;
}

.post-box .post_content .post-meta .meta-item:after {
	content: "/";
	margin-left: 15px;
	margin-right: 0;
}

.post-box .post_content .post-meta .meta-item:last-child:after {
	display: none;
}

.post-box .post_content .post-meta {
	margin-bottom: 10px;
}

.post-box .post_content .post-meta .meta-item {
	display: inline-block;
}

.post-box .post_content .post-meta .meta-item .icon {
	margin-right: 5px;
	color: #e65f2a;
}

.post-box .readmore-btn {
	font-weight: 500;
}

.post-box .readmore-btn .icon {
	margin-left: 5px;
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
	white-space: nowrap !important;
}

/*-- Team-Membar-Addons --*/
.indratrust-team-box {
	text-align: center;
}

.indratrust-team-box .details .social a {
	display: inline-block;
	text-align: center;
	border: 1px solid #e65f2a;
}

/*-- indratrust-Tabs-Style --*/
.indratrust-tab-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.indratrust-tab-nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
	background-color: #ededed;
	z-index: -1;
}

.indratrust-tab-nav li {
	display: inline-block;
}

.indratrust-tab-nav li a {
	display: block;
	background-color: #ffffff;
}

.indratrust-counter {
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.indratrust-tab-nav:before {
		left: calc(50% - 1px);
		top: 0;
		width: 2px;
		height: 100%;
	}
}

@media (min-width: 1025px) {
	.elementor-element.elementor-element-e9d0a86:not(.elementor-motion-effects-element-type-background),
	.elementor-element.elementor-element-e9d0a86
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
		background-attachment: fixed;
	}
}
.elementor-element.elementor-element-e9d0a86:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-e9d0a86
> .elementor-motion-effects-container
> .elementor-motion-effects-layer {
	background-image: url(../images/section-8.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	    background-size: cover;
}
.elementor-element.elementor-element-e9d0a86 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 80px 0px 80px 0px;
}
.elementor-element.elementor-element-e9d0a86 > .elementor-background-overlay {
	background-color: #000000;
	opacity: 0.67;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.elementor-element.elementor-element-114d7c7 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}
.elementor-element .indratrust-counter {
	/* padding: 30px 30px 30px 30px; */
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	transform: translateY(0);
	transition-duration: 0.3s;
}
.elementor-element.elementor-element-08cbf05 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
.elementor-element .counter-icon {
	color: #d5d2fe;
	font-size: 38px;
	width: 80px;
	display: inline-block;
	opacity: 1;
	z-index: 3;
	transition-duration: 0.3s;
}

.elementor-element .indratrust-counter-number-wrapper {
	color: #ffffff;
	font-family: "Karla", Sans-serif;
	font-size: 50px;
	font-weight: 600;
	margin: 15px 0px 5px 0px;
	transition-duration: 0.3s;
	padding-top: 0px;
}
.elementor-element .indratrust-counter-title {
	color: rgba(255, 255, 255, 0.7);
	font-family: "Karla", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	transition-duration: 0.3s;
}

.footer-area {
	background-color: #000c35;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.footer-area:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.footer-top {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: -50px;
}

.footer-area a {
	color: #ffffff;
}

.footer-area a:hover {
	color: #e65f2a;
}

.footer-bottom {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 30px 0;
}

.footer-bottom-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: -15px;
	flex-wrap: wrap;
}

.footer-bottom-wrap > div {
	padding: 15px;
}

.footer-bottom-wrap .footer-logo img {
	width: inherit;
	max-height: 60px;
}

.footer-bottom-wrap .cradit-card a {
	font-size: 30px;
	display: inline-block;
	margin: 0 5px;
}

/*-------------------
	Copyright-Text
--------------------*/

.copyright_text {
	text-align: center;
}
.ft-content {
	display: inline-block;
}
.lity-iframe-container {
	overflow: hidden;
}
.elementor-element.elementor-element-2569abf
.indratrust-testimonial
.client_poster
.video-button
i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.elementor-284 .elementor-element.elementor-element-d0a01bf {
	border-top: 1px solid rgba(255,255,255,0.15);
	
}
.elementor-element.elementor-element-3f56972 {
	padding: 60px 10px;
}
.page-title-bar {
	background-image: url(../images/breadcrumb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 20px;
}
.elementor-element.elementor-element-57eef95 {
	padding: 50px 0px 0px;
}
.elementor-element-3f56972 .elementor-column.elementor-col-33,
.elementor-element-3f56972 .elementor-column[data-col="33"] {
	padding: 0px 20px;
}
.simple-header {
	position: relative;
	overflow: hidden;
	padding: 0;
	min-height: 550px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.simple-header .container,
.simple-header .row {
	min-height: 430px;
}
.simple-header .hero-content {
	z-index: 10;
	padding: 40px 0;
}
.simple-header.add-slash::before, .slide4:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(
    -106deg,
    rgba(0, 0, 0, 0.5) calc((1140px / 1.8) + ((100vw - 1180px) / 2)),
    rgba(0, 0, 0, 0) 0
	);
}
.type_settings {
	padding: 75px 0;
}
.type_settings .h2.featured-text {
	margin: 0;
}
.type_settings .section-title {
	text-transform: uppercase;
	line-height: 130%;
}
.type_settings .body_text,
.type_settings .body_text p {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.54px;
	margin-bottom: 15px;
}
.type_settings .btn.primary {
	margin-left: 0;
}
.btn.primary:before {
	content: "";
	/* -webkit-backface-visibility: hidden; */
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	/* backface-visibility: hidden; */
	/* overflow: hidden; */
	/* -webkit-transform: skewX(16deg); */
	-ms-transform: skewX(16deg);
	/* transform: skewX(16deg); */
	/* display: block; */
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	/* z-index: -1; */
	/* width: 100%; */
	/* height: 100%; */
	/* background: #c6475a; */
	/* -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
	-ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	/* transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
}


.btn.primary:hover {
    color: #fff;
    background: #932e3d;
}
.btn.primary {
	position: relative;
	z-index: 1;
	height: 50px;
	padding: 0 30px;
	margin: 0;
	display: inline-block;
	zoom: 1;
	text-decoration: none !important;
	color: #fff;
	/* text-transform: uppercase !important; */
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	border: none;
	margin-left: 0;
	background: 0 0;
	border-radius: 3px;
	background: #c6475a;
	font-family: "Niramit", Sans-serif;
	font-weight: 600;
}

.btn.primary:hover:before {
	/* background: #b01661; */
	/* -webkit-transform: skewX(16deg) scale(1.2); */
	-ms-transform: skewX(16deg) scale(1.2);
	/* transform: skewX(16deg) scale(1.2); */
}
.section--leftright .block {
	position: relative;
	z-index: 1;
	padding: 50px 0;
}
@media screen and (min-width: 768px) {
	.type_settings .pad {
		/* padding-left: 70px; */
	}
	
	.section--leftright .block .text-side {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.section--leftright .block .image-side a,
.section--leftright .block .image-side div {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.section--leftright {
	position: relative;
	padding: 50px 0;
}
.section--leftright::before {
	background-image: url(../images/top-rectangle.png);
	background-position: right top;
	-webkit-background-size: 40% auto;
	background-size: 40% auto;
}
.section--leftright::after,
.section--leftright::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-repeat: no-repeat;
}
.own-div .container {
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}
.h2.text-white.fadeInBlock.animated,
.type_settings .h2.featured-text {
	font-size: 32px;
}
.col-md-5.float-right.align-self-center {
	padding-left: 20px;
	padding-right: 20px;
}
.section--leftright::after {
	background-image: url(../images/bottom-rectangle.png);
	background-position: left bottom;
	-webkit-background-size: contain;
	background-size: contain;
}

.how-we-work {
	padding: 50px 0px;
	background: url(../images/hww.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #fff;
}
.hww-box h3 {
	color: #fff;
	position: relative;
	text-align: center;
	font-size: 22px;
}
.hww-box h3:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	bottom: -9px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hww-box {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	text-align: center;
}
.total-hww-box {
	text-align: center;
	max-width: 1000px;
	margin: 0px auto;
}
.how-we-work .main-heading {
	color: #fff !important;
}
.how-we-work:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.65);
}
.contact-d-sec {
	background: #1f1f1f;
	padding: 50px 20px;
	position: relative;
}
.contact-d-sec h3 {
	color: #fff;
	font-size: 25px;
	text-align: center;
}
.contact-d-sec input[type="text"] {
	background-color: #3e3e3e !important;
	border: 1px solid transparent !important;
	margin-bottom: 6px;
	width: 49%;
	display: inline-block;
}
.contact-d-sec input[type="submit"] {
	padding: 8px 30px;
}
.contact-d-sec p span {
	color: #932e3d;
}
.contact-d-sec p {
	color: #fff;
	position: relative;
	padding-left: 10px;
	border-left: 1px solid #3a3a3a;
}
.org-chart-table td {
	padding: 15px 10px;
	border-color: #1f1f1f;
}
.org-chart-table {
	margin-top: 30px;
}
.team-img-box {
	width: 25%;
	/* display: inline-block; */
	padding: 15px 10px;
	float: left;
}
.timg {
	width: 230px;
	height: 230px;
	margin: 0px auto 20px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat;
	transition: 0.5s;
}
.timg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(198, 71, 90, 0.8);
	top: -100%;
	transition: 0.5s;
}
.timg h2 {
	position: absolute;
	left: 0%;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translate(0px, -50%);
	color: #fff;
	display: none;
	transition: 0.5s;
	font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}
.timg p {
	position: absolute;
	left: 0%;
	top: 54%;
	width: 100%;
	text-align: center;
	transform: translate(0px, 0%);
	color: rgba(255, 255, 255, 0.8);
	transition: 0.5s;
	display: none;
}
.team-img-box:hover .timg:before {
	top: 0px;
}
.team-img-box:hover .timg h2,
.team-img-box:hover .timg p {
	display: block;
}
.team-img-box:hover .timg {
	/*transform: rotate(360deg);*/
}

/* Pandi - 11-07-20 */
.our-mission {
	width: 100% !important;
	max-width: 100% !important;
}
.our-mission .elementor-widget-container {
	padding: 0px !important;
}
.elementor-element.elementor-element-fb5351e
.campaign-box-area
.campaign-item
.campaign-box
.main-title {
	font-size: 18px !important;
	line-height: 28px;
}
.campaign-item .box-image {
	height: 225px;
}
.campaign-item .box-image img {
	height: 100%;
	object-fit: cover;
}
.elementor-widget-heading .elementor-heading-title {
	/*font-family: inherit !important;*/
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}
.elementor-element.elementor-element-9088a49
.indratrust-section-heading
.main-heading,
.elementor-element.elementor-element-52e338c
.indratrust-section-heading
.main-heading {
	font-size: 48px !important;
	/* font-weight: 400 !important; */
	/*font-weight: bold !important;*/
	text-transform: uppercase !important;
	/* font-family: "Helvetica Neue", helvetica, arial, sans-serif; */
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 800;
	word-spacing: 10px;
}
.simple-header.add-slash.own-div::before {
	background-image: none !important;
}
.green-wing .about-img {
	height: 270px;
}
.green-wing .about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column-item.post-style-2 .post-inner:before {
	background-color: transparent !important;
}
.column-item.post-style-2 .post-inner:hover .post-thumbnail:after {
	opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}
.column-item.post-style-2 .post-thumbnail:after {
	position: absolute;
	content: "";
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.elementor-element.elementor-element-eb6f876 .elementor-background-overlay {
	background-image: none !important;
}
.elementor-400 .elementor-element.elementor-element-183de21 {
	margin-top: 0px !important;
	background-image: none !important;
	padding: 40px 0px 40px 0px !important;
}
.author_details .author-name {
	/* text-transform: uppercase !important; */
	color: #000 !important;
}
.campaign-box-area .campaign-item .campaign-box .main-title a {
	color: #fff !important;
	font-weight: normal !important;
}
.elementor-element.elementor-element-2569abf
.indratrust-testimonial
.main-content {
	padding: 0px !important;
	width: 64%;
}
.indratrust-testimonial .content {
	font-size: inherit !important;
	line-height: inherit !important;
	font-style: normal !important;
}
.how-we-work {
	background: url(../images/bg5.jpg) !important;
	background-size: cover !important;
}
.menu-item-has-children:hover .sub-menu {
	display: block !important;
	z-index: 3;
}
.section-right {
	/*background: rgba(245, 137, 72, 0.1);*/
	background: #f7fafe;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}
.section-left {
	/*background: rgba(198, 71, 90, 0.1);*/
	background: rgb(255 255 255);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}
.designation-section span {
	color: #f89248;
	font-size: 30px;
	display: block;
}
.animation-delay-1s {
	animation-delay: 3s;
}
.animation-delay-2s {
	animation-delay: 5s;
}
.animation-delay-3s {
	animation-delay: 8s;
}
.animation-delay-4s {
	animation-delay: 11s;
}
.animation-delay-5s {
	animation-delay: 14s;
}
.animation-delay-6s {
	animation-delay: 17s;
}
.type_settings.theme-light.own-div {
	padding: 40px 0 !important;
}
.section--leftright.own-div {
	padding: 0px 0 !important;
}
.section--leftright .block {
	padding: 40px 0 !important;
}
.home .elementor-400 .elementor-element.elementor-element-183de21 {
	background-image: url("../images/banner1-3.jpg") !important;
	padding: 0px 0px 300px 0px !important;
}
.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.media {
	width: 300px;
	height: 200px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
.wrapper > * {
	margin: 5px;
}
.layer{
	opacity: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 90%;
    background: #FFF;
    color: #151E3F;
    transition: all 0.9s ease;
	display: none;
}
.media img {
	width: 100%;
	height: 100%;
}
.media:hover .layer {
	opacity: 0.8;
	width: 90%;
	transition: all 0.5s ease;
}
.gallery-section .elementor-button{
	background-color: #c6475a !important;
	border-color: #c6475a;
	margin-top: 30px;
}
.more-content{
	display:none;
}
.abt-header-content {
    text-align: center;
    display: inline-block;
    margin: 0px auto;
    width: auto;
    padding: 10px 10px !important;
    position: absolute;
    top: 30px;
    background: rgb(0 0 0 / 0.62);
    left: 50%;
    transform: translate(-50%, 0px);
}
.simple-header.own-div.org-head::before {
    background-image: linear-gradient( -106deg, rgb(24 40 64) calc((1140px / 2.8) + ((100vw - 1180px) / 2)), rgba(0, 0, 0, 0) 0 ) !important;
    background-image: linear-gradient( -90deg, rgb(24 40 64) calc((1140px / 2.8) + ((100vw - 1360px) / 2)), rgba(0, 0, 0, 0) 0 ) !important;
	
}
.slide4:before {
    /* background-image: linear-gradient( -102deg, rgb(24 40 64 / 60%) calc((1140px / 2.8) + ((100vw - 1600px) / 2)), rgba(0, 0, 0, 0) 0 ) !important;  */
    /* z-index: 1;  */
     /* visibility: visible !important;  */
}
.hi-box {
    display: inline-block;
    background: white;
    padding: 25px 25px;
    min-width: 240px;
    max-width: 240px;
    color: #ffffff;
    font-weight: 800;
    /* box-shadow: 0px 0px 10px #f9cccc; */
    font-size: 24px;
    margin-bottom: 20px;
}
.lhi-box {
    /* box-shadow: 0px 0px 10px #f9cccc; */
}
.box-1 {
	min-width: 660px;
    max-width: 660px;
    background: #182840;
}
.box-2 {
    min-width: 600px;
    max-width: 600px;
    background: #c6475a;
}
.box-3 {
	min-width: 540px;
    max-width: 540px;
    background: #182840;
}
.box-4 {
	min-width: 480px;
    max-width: 480px;
    background: #c6475a;
}
.box-5 {
    min-width: 420px;
    max-width: 420px;
    background: #182840;
}
.box-6 {
    min-width: 360px;
    max-width: 360px;
    background: #c6475a;
}
.box-7 {
    background: #182840;
    min-width: 300px;
    max-width: 300px;
}
.box-8 {
    background: #c6475a;
    margin-bottom: 0;

}
.hi-box h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.donate-us {
    background-color: #fff4c7;
    border: 20px solid #c6475a;
    padding: 30px;
}
.donate-us h3 {
	color: #805500;
}
.donate-us h3 span {
	color: #000;
}


.elementor-214 .elementor-element.elementor-element-18c1f7a .elementor-nav-menu--main .elementor-nav-menu--dropdown, .elementor-214 .elementor-element.elementor-element-18c1f7a .elementor-nav-menu__container.elementor-nav-menu--dropdown, #nav-popup-18c1f7a .elementor-nav-menu--main .elementor-nav-menu--dropdown, #nav-popup-18c1f7a .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    background: #c6475a;
    
}

a.elementor-sub-item {
    color: #fff;
}


footer .elementor-nav-menu ul, footer .elementor-nav-menu li {
    list-style: disc;
    display: list-item;
    padding-left: 0;
    margin-left: 1em;
    color: #999;
    font-size: 16px;
    line-height: 28px;
}
.bg-white {
	background-color: #fff;
}
.bg-blue-dark {
	background-color: #324147;
}
.total-hww-box p {
	color: #fff;
}
.gallery-section {
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
}
.elementor-284 .elementor-element.elementor-element-7b5540d a {
    color: #c6475a;
}
footer img {
    /*width: 250px;*/
    width: 100px;
}
.sticky-header .elementor-widget-image .elementor-image img {
    /*width: 230px;*/
	width:100px;
}

.sign-in-form {
	padding: 40px;
    background: #fff4c7;
    border: 5px solid #c6475a;
}

.sign-in-form .elementor-button.elementor-size-lg {
    padding: 5px 10px ;
    min-width: 100px;
}

.custom-control.custom-checkbox h5 {
	font-weight: 500;
    font-size: 15px;
}

figure img, a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-menu a:before, .header-menu a:after {
    content: '';
    display: block;
    background: #c6475a;
    height: 2px;
}
.header-menu a {
    display: block;
    width: 28px;
    height: 18px;
    /* padding: 11px; */
    margin: 2px;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
}
.header-menu a span {
    background: #c6475a;
    display: block;
    height: 2px;
    margin: 6px 0;
}
.mob-btn {
	display: inline-block;
    background: #c6475a;
    padding: 10px 16px;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
}

.rev_slider .tp-mask-wrap .tp-caption {
    word-spacing: 4px;
}

#slide-1-layer-3 div {
    margin: 5px auto !important;
}

.post-style-4 p {
	text-align: justify;	
}

.left-center {
	position: relative;
	transform: translateX(15%);
}


@media screen and (max-width: 768px) {
	.elementor-element .counter-icon {
		width: 54px;
	}
	.elementor-element.elementor-element-e9d0a86 {
		padding: 30px 0px 30px 0px;
	}
	.elementor-element .indratrust-counter-number-wrapper {
		font-size: 40px;
	}
	.elementor-element.elementor-element-08596a9 {
		padding: 40px 0px 40px 0px;
	}
	.elementor-element.elementor-element-eb6f876 {
		padding: 40px 0px 40px 0px;
	}
	.elementor-element.elementor-element-9088a49 .indratrust-section-heading .main-heading, .elementor-element.elementor-element-52e338c .indratrust-section-heading .main-heading {
		font-size: 30px !important;
		line-height: 42px;
	}
	.campaign-box-area.campaign-grid .campaign-item:last-child {
		padding-bottom: 0;
	}
	.elementor-element.elementor-element-2569abf .indratrust-testimonial {
		text-align: center;
		display: block;
	}
	.elementor-element.elementor-element-2569abf .indratrust-testimonial .client_poster {
		float: none;
	}
	.elementor-element.elementor-element-2569abf .indratrust-testimonial .main-content {
		width: 100%;
	}
	.elementor-element.elementor-element-2569abf .indratrust-testimonial .client_poster, .elementor-element.elementor-element-2569abf .indratrust-testimonial .content, .elementor-element.elementor-element-2569abf .indracore-carousel-activation .slick-dots li  {
		margin: 0 auto;
	}
	.elementor-400 .elementor-element.elementor-element-21e0f67 .elementor-icon-box-content .elementor-icon-box-title {
		font-size: 20px;
		line-height: 32px;
		margin-top: 20px;
	}
	footer img {
		width:250px;
	}
	.elementor-400 .elementor-element.elementor-element-21e0f67 > .elementor-widget-container {
		padding: 15px 0px 20px 0px;
	}
	.elementor-284 .elementor-element.elementor-element-d531c4e .elementor-nav-menu--main .elementor-item, .elementor-284 .elementor-element.elementor-element-998a21d .elementor-nav-menu--main .elementor-item, .elementor-284 .elementor-element.elementor-element-ec813a1 .elementor-nav-menu--main .elementor-item {
		display: block;
		margin-bottom: 0;
	}
	.elementor-element.elementor-element-4b00376.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-inner-section {
		padding: 30px;
	}
	.elementor-284 .elementor-element.elementor-element-b7e09ba > .elementor-widget-container, .elementor-284 .elementor-element.elementor-element-a702432 > .elementor-widget-container, .elementor-284 .elementor-element.elementor-element-9469a12 > .elementor-widget-container {
		margin: 0px 0px 10px 0px;
	}
	.elementor-284 .elementor-element.elementor-element-b7e09ba .elementor-heading-title, .elementor-284 .elementor-element.elementor-element-a702432 .elementor-heading-title, .elementor-284 .elementor-element.elementor-element-9469a12 .elementor-heading-title, .elementor-284 .elementor-element.elementor-element-98dd852, .elementor-284 .elementor-element.elementor-element-bd15c6b .elementor-text-editor, .elementor-284 .elementor-element.elementor-element-7b5540d .elementor-text-editor, .elementor-mobile-align-center {
		/* text-align: left; */
	}
	.elementor-284 .elementor-element.elementor-element-c125e01 > .elementor-element-populated, .elementor-284 .elementor-element.elementor-element-082d128 > .elementor-element-populated {
		padding: 0px 0px 25px 0px;
	}
	.elementor-284 .elementor-element.elementor-element-67401b4 > .elementor-element-populated {
		padding: 0;
	}
	.elementor-284 .elementor-element.elementor-element-b7e09ba .elementor-heading-title, .elementor-284 .elementor-element.elementor-element-a702432 .elementor-heading-title, .elementor-284 .elementor-element.elementor-element-9469a12 .elementor-heading-title {
		text-align: left;
	}
	.elementor-element.elementor-element-2569abf .indratrust-testimonial .client_poster {
		width: 50%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {	
	.timg {
		width: 190px;
		height: 190px;
	}
	.elementor-284 .elementor-element.elementor-element-d0a01bf {
		padding: 20px 40px 20px 40px;
	}
	.elementor-400 .elementor-element.elementor-element-21e0f67 .elementor-icon-box-content .elementor-icon-box-title {
		font-size: 20px;
		line-height: 32px;
		margin-top: 20px;
	}
	.elementor-400 .elementor-element.elementor-element-d528db4 .elementor-heading-title, .elementor-element.elementor-element-e99018e .indratrust-section-heading .main-heading, .elementor-element.elementor-element-9088a49 .indratrust-section-heading .main-heading, .elementor-element.elementor-element-52e338c .indratrust-section-heading .main-heading, .elementor-400 .elementor-element.elementor-element-0ac030f.elementor-widget-heading .elementor-heading-title {
		font-size: 38px !important;
		line-height: 48px !important;
	}
	.post-style-4 .post-style-2 .post-thumbnail img, .post-style-4 .post-style-2 .post-thumbnail a {
		height: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
	.team-img-box {
		width: 33%;
	}	
	.timg {
		width: 190px;
		height: 190px;
	}
	.green-wing .about-img {
		height: 150px;
	}
	
	body:not(.rtl) .elementor-214 .elementor-element.elementor-element-18c1f7a .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) {
		margin-right: 22px;
	}
	.donate-us {
		border: 10px solid #c6475a;
		padding: 26px;
	}
	.slide-4-img {
		display: none;
	}
	#slide-4-layer-1 {
		background: rgb(0 0 0 / 70%);
		padding: 4px 20px !important;
		width: 100% !important;
		min-width: auto !important;
		min-height: 0 !important;
		text-align: center !important;
		left: -170px;
		top: -60px;
		font-size: 22px !important;
		line-height: 33px !important;
	}
	#slide-4-layer-1 br {
		display: none;
	}
	.slider3-layer-1 {
		background: rgb(0 0 0 / 0.6);
		color: #ffffff !important;
		padding: 10px !important;
		width: 100% !important;
		left: 0;
		top: -10px;
	}
	.left-center {
		transform: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
	.elementor-284 .elementor-element.elementor-element-082d128 > .elementor-element-populated, .elementor-284 .elementor-element.elementor-element-082d128 > .elementor-element-populated {
		padding: 40px 40px 40px 40px;
	} 
	.elementor-284 .elementor-element.elementor-element-67401b4 > .elementor-element-populated, .elementor-284 .elementor-element.elementor-element-c125e01 > .elementor-element-populated {
		padding: 40px 0px 40px 0px;
	}
	.elementor-284 .elementor-element.elementor-element-c125e01, .elementor-284 .elementor-element.elementor-element-67401b4, .elementor-284 .elementor-element.elementor-element-082d128, .elementor-284 .elementor-element.elementor-element-67401b4 {
		width: 25%;
	}
	.green-wing .about-img {
		height: 220px;
	}
}

@media screen and (max-width: 767px) {
	.hi-box {
		min-width: auto !important;
		max-width: none !important;
		width: 100%;
		margin-bottom: 10px;
	}
	.elementor-284 .elementor-element.elementor-element-d0a01bf {
		padding: 15px 15px 0px 15px;
	}
	.how-we-work {
		padding: 40px 0px;
		background-position: 40% 50% !important;
	}
	.hww-box {
		padding: 0 20px;
		width: 100%;
	}
	.elementor-element.elementor-element-d3d5864 {
		padding: 40px 0;
	}	
	.timg {
		width: 170px;
		height: 170px;
		/* margin: 0 auto; */
	}
	.elementor-element.elementor-element-6960103 {
		margin-bottom: 5px;
	}
	.bg-blue-dark .about-img {
		margin-bottom: 25px;
	}
	.bg-white .about-img {
		margin-top: 25px;
	}
	.section--leftright .block {
		padding: 30px 0 !important;
	}
	.team-img-box {
		width: 100%;
	}
	.elementor-element.elementor-element-0313953 > .elementor-widget-container {
		margin: 0;
	}
	footer .elementor-nav-menu ul, footer .elementor-nav-menu li {
		list-style: none;
		margin-left: 0;
	}
	footer {
		text-align: center;
	}
	.elementor-element-92bb606 .elementor-widget-image .elementor-image img {
		width: 220px;
	}
	.abt-header-content {
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		top: 75%;
	}
	.simple-header.own-div.org-head::before {
		background: rgb(0 0 0 / .5) !important;
	}
	.simple-header p {
		color: #fff;
	}
	.org-head.simple-header, .org-head.simple-header .container, .org-head.simple-header .row {
		min-height: 230px;
	}
	.elementor-284 .elementor-element.elementor-element-b7e09ba .elementor-heading-title, .elementor-284 .elementor-element.elementor-element-a702432 .elementor-heading-title, .elementor-284 .elementor-element.elementor-element-9469a12 .elementor-heading-title {
		text-align: center; 
	}
	.green-wing .about-img {
		height: 200px;
	}
	.donate-us {
		border: 10px solid #c6475a;
	}
	.h2.text-white.fadeInBlock.animated, .type_settings .h2.featured-text {
		font-size: 26px;
	}
	.sign-in-form {
		padding: 26px;
	}
	#slide-4-layer-1 {
		background: rgb(0 0 0 / 70%);
		padding: 4px 20px !important;
		width: 100% !important;
		min-width: auto !important;
		/* min-height: 0 !important; */
		text-align: center !important;
		left: -110px;
		top: -40px;
		font-size: 22px !important;
		line-height: 33px !important;
	}
	#slide-4-layer-1 br, #slide-4-layer-1 img {
		/* display: none; */
	}
	.elementor-element.elementor-element-2569abf .indratrust-testimonial .client_poster {
		width: 100%;
	}
	.post-style-4 .post-style-2 .post-thumbnail img, .post-style-4 .post-style-2 .post-thumbnail a {
		height: auto;
	}
	.slide-4-img {
		display: none;
	}
	.slider3-layer-1 {
		background: rgb(0 0 0 / 0.6);
		color: #ffffff !important;
		padding: 10px !important;
		width: 100% !important;
		left: 0px;
		top: -50%;
		line-height: 24px !important;
		transform: translateY(15%) !important;
	}
	#rev_slider_1_1_wrapper, #rev_slider_1_1, .tp-fullwidth-forcer  {
		/* height:350px !important;  */
	}
	.mob-block {
		display: block;
	}
	.home .elementor-400 .elementor-element.elementor-element-183de21 {
		background-image: none !important; 
		padding: 0px!important;
	}
	.home .elementor-400 .elementor-element.elementor-element-183de21 svg {
		display: none;
	}
	.tparrows {
		width: 30px;
		height: 30px;
	}
	.tp-leftarrow {
		left: -30px !important;
	}
	.tp-rightarrow.tparrows.uranus {
		left: auto !important;
		right: -60px !important;
	}
	.tparrows:before {
		line-height: 30px;
	}
	
	.rev_slider .tp-mask-wrap .tp-caption {
		word-spacing: 0;
	}

	#slide-1-layer-3 div {
		margin: 5px auto !important;
	}
	.simple-header {
		min-height: 250px;
	}
	.org-head.simple-header {
		background-image: url(../images/bg4.jpg) !important;
	}
	
	.bg-2 .tp-bgimg {
		/* background-position: 0% 20% !important; */
	}
	
	#slide-1-layer-1 .tp-mask-wrap {
		margin-top: 190px;
	}
	.hero-content br {
		display: none;
	}
	.org-page {
	   margin-bottom: 6rem;
	   text-align: left;
	}
	
	div#slide-1-layer-3_4529 {
		margin-top: 50px !important;
	}
	
	.wrapper > * {
		/* margin: 5px auto; */
	}

	.wrapper {
		/* display: block; */
	}
	.left-center {
		transform: none;
	}
}

/* Internet Explorer */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	#menu {
		display: none;
	}
	.elementor-284 .elementor-element-d531c4e.elementor-element .elementor-nav-menu--main .elementor-item, .elementor-284 .elementor-element-998a21d.elementor-element .elementor-nav-menu--main .elementor-item {
		display: block;
	}
	.slick-slide {
		height: auto;
	}
}

/* Edge Browser 12-18 */
@supports (-ms-ime-align:auto) {
	#menu {
		display: none;
	}
	.elementor-284 .elementor-element-d531c4e.elementor-element .elementor-nav-menu--main .elementor-item, .elementor-284 .elementor-element-998a21d.elementor-element .elementor-nav-menu--main .elementor-item {
		display: block;
	}
	.slick-slide {
		height: auto;
	}
}label.error {
	color: #ff0000 !important;
	text-transform: none;
}

input.error {
	border: 1px solid #ff0000!important;
}

#wings {
	position: relative;
	border: 0;
}

#user_wing-error {
	position: absolute;
	bottom: -37px;
}

.message {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 30px;
	font-weight: bold;
}

.message.error {
	border: 2px solid #ff0000;
	color: #ff0000;
}

.message.success {
	border: 2px solid green;
	color: green;
}

#registersuccess {
	text-align: center;
	padding: 5px 40px 40px 40px;
	background: #fff;
	border: 5px solid green;
	margin-bottom: 50px;
}

#registersuccess h2 {
	color: green !important;
}

#registersuccess img {
	width: 150px;
}

#registersuccess h2 {
	margin: 0;
	padding: 0;
}

#registersuccess h4 {
	line-height: 26px;
}

.info-row h4 {
	margin-bottom: 0;
}

.info-row {
	margin-bottom: 20px;
}

.avatar-img {
	border-radius: 50%;
	width: 100px;
}

.main-user-info {
	text-align: center;
}

.main-user-info h4 {
	margin-bottom: 0;
}
.user-info-links {
	margin-top: 50px;
}
.user-info-links ul {
	list-style:none;
}
.user-info-links ul > li > a {
	font-size: 19px;
	font-weight: 500;
}