@charset "UTF-8";
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}
.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}
.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}
form.submitting .wpcf7-spinner {
	visibility: visible;
}
.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes blink {
	from {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.wpcf7 input[type="file"] {
	cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}
.wpcf7-reflection > output[hidden] {
	display: none;
}/*
 *  Menu Language Switcher
 */
.menu-item-object-language_switcher .trp-flag-image {
    display: inline-block;
    margin: -1px 5px;
    vertical-align: baseline;
    padding: 0;
    border: 0;
    border-radius:0;
}
/*
 *  Shortcode Language Switcher
 */
.trp-language-switcher{
    height: 42px;
    position: relative;
    box-sizing: border-box;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.trp-language-switcher > div {
    box-sizing: border-box;
    padding:4px 20px 3px 13px;
    border: 1.5px solid #949494;
    border-radius: 2px;
    background-image: url(//www.iica-ecuador.org/congresoproduccionorganica/complementos/translatepress-multilingual/assets/images/arrow-down-3101.svg);
    background-repeat: no-repeat;
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 3px) calc(1em + 0px);
    background-size:
            8px 8px,
            8px 8px;
    background-repeat: no-repeat;
    background-color: #fff;
}
.trp-language-switcher > div:hover {
    background-image: none;
}
.trp-language-switcher > div > a {
    display: block;
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #1E1E1E;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.trp-language-switcher > div > a:hover {
    background: #F0F0F0;
    border-radius: 2px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
    background: none;
}
.trp-language-switcher > div > a > img{
    display: inline;
    margin: 0 3px;
    width: 18px;
    height: 12px;
    border-radius: 0;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
    display: inline-block;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language{
    visibility: hidden;
}
.trp-language-switcher .trp-ls-shortcode-language{
    display: inline-block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
    max-height: 250px;
    overflow-y: auto;
    left: 0;
    top: 0;
    min-height: auto;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language{
    visibility: visible;
    max-height: 250px;
    padding: 4px 13px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important;
    min-height: auto;
}
/*
 *  Front-end Admin Bar Icon
 */
#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
    content: '\f326';
    top: 3px;
}
@media screen and ( max-width: 782px ) {
    #wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
        text-indent: 0;
    }
    #wpadminbar li#wp-admin-bar-trp_edit_translation {
        display: block;
    }
}
/*
 * Fix Language Switcher Shortcode in Elementor Popup
 */
.elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
    width: 300px !important;
}/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}html{box-sizing:border-box;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,::after,::before{box-sizing:inherit}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.1}.display-2{font-size:5.5rem;font-weight:300;line-height:1.1}.display-3{font-size:4.5rem;font-weight:300;line-height:1.1}.display-4{font-size:3.5rem;font-weight:300;line-height:1.1}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right: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"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;transition:all .2s ease-in-out;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#868e96}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{padding:.2rem .4rem;font-size:90%;color:#bd4147;background-color:#f8f9fa;border-radius:.25rem}a>code{padding:0;color:inherit;background-color:inherit}kbd{padding:.2rem .4rem;font-size:90%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#212529}pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #e9ecef}.table thead th{vertical-align:bottom;border-bottom:2px solid #e9ecef}.table tbody+tbody{border-top:2px solid #e9ecef}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #e9ecef}.table-bordered td,.table-bordered th{border:1px solid #e9ecef}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#dddfe2}.table-hover .table-secondary:hover{background-color:#cfd2d6}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#cfd2d6}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.thead-inverse th{color:#fff;background-color:#212529}.thead-default th{color:#495057;background-color:#e9ecef}.table-inverse{color:#fff;background-color:#212529}.table-inverse td,.table-inverse th,.table-inverse thead th{border-color:#32383e}.table-inverse.table-bordered{border:0}.table-inverse.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-inverse.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:991px){.table-responsive{display:block;width:100%;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive.table-bordered{border:0}}.form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#495057;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 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(.5rem - 1px * 2);padding-bottom:calc(.5rem - 1px * 2);margin-bottom:0}.col-form-label-lg{padding-top:calc(.5rem - 1px * 2);padding-bottom:calc(.5rem - 1px * 2);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem - 1px * 2);padding-bottom:calc(.25rem - 1px * 2);font-size:.875rem}.col-form-legend{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;font-size:1rem}.form-control-plaintext{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;line-height:1.25;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.form-control-plaintext.input-group-addon,.input-group-lg>.input-group-btn>.form-control-plaintext.btn,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.form-control-plaintext.input-group-addon,.input-group-sm>.input-group-btn>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(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:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.3125rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;margin-bottom:.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:.25rem;margin-left:-1.25rem}.form-check-input:only-child{position:static}.form-check-inline{display:inline-block}.form-check-inline .form-check-label{vertical-align:middle}.form-check-inline+.form-check-inline{margin-left:.75rem}.invalid-feedback{display:none;margin-top:.25rem;font-size:.875rem;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;width:250px;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.invalid-feedback,.custom-select.is-valid~.invalid-tooltip,.form-control.is-valid~.invalid-feedback,.form-control.is-valid~.invalid-tooltip,.was-validated .custom-select:valid~.invalid-feedback,.was-validated .custom-select:valid~.invalid-tooltip,.was-validated .form-control:valid~.invalid-feedback,.was-validated .form-control:valid~.invalid-tooltip{display:block}.form-check-input.is-valid+.form-check-label,.was-validated .form-check-input:valid+.form-check-label{color:#28a745}.custom-control-input.is-valid~.custom-control-indicator,.was-validated .custom-control-input:valid~.custom-control-indicator{background-color:rgba(40,167,69,.25)}.custom-control-input.is-valid~.custom-control-description,.was-validated .custom-control-input:valid~.custom-control-description{color:#28a745}.custom-file-input.is-valid~.custom-file-control,.was-validated .custom-file-input:valid~.custom-file-control{border-color:#28a745}.custom-file-input.is-valid~.custom-file-control::before,.was-validated .custom-file-input:valid~.custom-file-control::before{border-color:inherit}.custom-file-input.is-valid:focus,.was-validated .custom-file-input:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid+.form-check-label,.was-validated .form-check-input:invalid+.form-check-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-indicator,.was-validated .custom-control-input:invalid~.custom-control-indicator{background-color:rgba(220,53,69,.25)}.custom-control-input.is-invalid~.custom-control-description,.was-validated .custom-control-input:invalid~.custom-control-description{color:#dc3545}.custom-file-input.is-invalid~.custom-file-control,.was-validated .custom-file-input:invalid~.custom-file-control{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-control::before,.was-validated .custom-file-input:invalid~.custom-file-control::before{border-color:inherit}.custom-file-input.is-invalid:focus,.was-validated .custom-file-input:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-control-label{margin-bottom:0;vertical-align:middle}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;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:.25rem;margin-left:0}.form-inline .custom-control{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-left:0}.form-inline .custom-control-indicator{position:static;display:inline-block;margin-right:.25rem;vertical-align:text-bottom}.form-inline .has-feedback .form-control-feedback{top:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem .75rem;font-size:1rem;line-height:1.25;border-radius:.25rem;transition:all .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 3px rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn.active,.btn:active{background-image:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 3px rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#007bff;border-color:#007bff}.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#0069d9;background-image:none;border-color:#0062cc}.btn-secondary{color:#fff;background-color:#868e96;border-color:#868e96}.btn-secondary:hover{color:#fff;background-color:#727b84;border-color:#6c757d}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 3px rgba(134,142,150,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#868e96;border-color:#868e96}.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{background-color:#727b84;background-image:none;border-color:#6c757d}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 3px rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745}.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{background-color:#218838;background-image:none;border-color:#1e7e34}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 3px rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8}.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{background-color:#138496;background-image:none;border-color:#117a8b}.btn-warning{color:#111;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#111;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 3px rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107}.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{background-color:#e0a800;background-image:none;border-color:#d39e00}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 3px rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545}.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{background-color:#c82333;background-image:none;border-color:#bd2130}.btn-light{color:#111;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#111;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 3px rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{background-color:#e2e6ea;background-image:none;border-color:#dae0e5}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 3px rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40}.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{background-color:#23272b;background-image:none;border-color:#1d2124}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 3px rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary.active,.btn-outline-primary:active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-secondary{color:#868e96;background-color:transparent;background-image:none;border-color:#868e96}.btn-outline-secondary:hover{color:#fff;background-color:#868e96;border-color:#868e96}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 3px rgba(134,142,150,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#868e96;background-color:transparent}.btn-outline-secondary.active,.btn-outline-secondary:active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#868e96;border-color:#868e96}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 3px rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success.active,.btn-outline-success:active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 3px rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info.active,.btn-outline-info:active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#fff;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 3px rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning.active,.btn-outline-warning:active,.show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#ffc107;border-color:#ffc107}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 3px rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger.active,.btn-outline-danger:active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#fff;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 3px rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light.active,.btn-outline-light:active,.show>.btn-outline-light.dropdown-toggle{color:#fff;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 3px rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark.active,.btn-outline-dark:active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-link{font-weight:400;color:#007bff;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled{background-color:transparent}.btn-link,.btn-link:active,.btn-link:focus{border-color:transparent;box-shadow:none}.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent}.btn-link:disabled{color:#868e96}.btn-link:disabled:focus,.btn-link:disabled:hover{text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{border-top:0;border-bottom:.3em solid}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background:0 0;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.show>a{outline:0}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;margin-bottom:0}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:2}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn+.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.btn+.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;width:100%}.input-group .form-control{position:relative;z-index:2;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover{z-index:3}.input-group .form-control,.input-group-addon,.input-group-btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{white-space:nowrap;vertical-align:middle}.input-group-addon{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#495057;text-align:center;background-color:#e9ecef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:not(:last-child),.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle{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-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.form-control+.input-group-addon:not(:first-child){border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:3}.input-group-btn: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:-1px}.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover{z-index:3}.custom-control{position:relative;display:-ms-inline-flexbox;display:inline-flex;min-height:1.5rem;padding-left:1.5rem;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-indicator{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-indicator{box-shadow:0 0 0 1px #fff,0 0 0 3px #007bff}.custom-control-input:active~.custom-control-indicator{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-indicator{background-color:#e9ecef}.custom-control-input:disabled~.custom-control-description{color:#868e96}.custom-control-indicator{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-indicator{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#007bff;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-radio .custom-control-indicator{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-controls-stacked{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.custom-controls-stacked .custom-control{margin-bottom:.25rem}.custom-controls-stacked .custom-control+.custom-control{margin-left:0}.custom-select{display:inline-block;max-width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.25;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select:disabled{color:#868e96;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-file{position:relative;display:inline-block;max-width:100%;height:2.5rem;margin-bottom:0}.custom-file-input{min-width:14rem;max-width:100%;height:2.5rem;margin:0;opacity:0}.custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#495057;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.custom-file-control:lang(en):empty::after{content:"Choose file..."}.custom-file-control::before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#495057;background-color:#e9ecef;border:1px solid rgba(0,0,0,.15);border-radius:0 .25rem .25rem 0}.custom-file-control:lang(en)::before{content:"Browse"}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #ddd}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#ddd #ddd #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.show>.nav-pills .nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background:0 0;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-left:15px}}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group .card{-ms-flex:1 0 0%;flex:1 0 0%}.card-group .card+.card{margin-left:0;border-left:0}.card-group .card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group .card:first-child .card-img-top{border-top-right-radius:0}.card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group .card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group .card:last-child .card-img-top{border-top-left-radius:0}.card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group .card:not(:first-child):not(:last-child){border-radius:0}.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb::after{display:block;clear:both;content:""}.breadcrumb-item{float:left}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#868e96;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#868e96}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#868e96;pointer-events:none;background-color:#fff;border-color:#ddd}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#868e96}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#6c757d}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#111;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#111;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#111;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#111;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible .close{position:relative;top:-.75rem;right:-1.25rem;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#464a4e;background-color:#e7e8ea;border-color:#dddfe2}.alert-secondary hr{border-top-color:#cfd2d6}.alert-secondary .alert-link{color:#2e3133}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;overflow:hidden;font-size:.75rem;line-height:1rem;text-align:center;background-color:#e9ecef;border-radius:.25rem}.progress-bar{height:1rem;line-height:1rem;color:#fff;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}a.list-group-item-primary,button.list-group-item-primary{color:#004085}a.list-group-item-primary:focus,a.list-group-item-primary:hover,button.list-group-item-primary:focus,button.list-group-item-primary:hover{color:#004085;background-color:#9fcdff}a.list-group-item-primary.active,button.list-group-item-primary.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#464a4e;background-color:#dddfe2}a.list-group-item-secondary,button.list-group-item-secondary{color:#464a4e}a.list-group-item-secondary:focus,a.list-group-item-secondary:hover,button.list-group-item-secondary:focus,button.list-group-item-secondary:hover{color:#464a4e;background-color:#cfd2d6}a.list-group-item-secondary.active,button.list-group-item-secondary.active{color:#fff;background-color:#464a4e;border-color:#464a4e}.list-group-item-success{color:#155724;background-color:#c3e6cb}a.list-group-item-success,button.list-group-item-success{color:#155724}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#155724;background-color:#b1dfbb}a.list-group-item-success.active,button.list-group-item-success.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}a.list-group-item-info,button.list-group-item-info{color:#0c5460}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#0c5460;background-color:#abdde5}a.list-group-item-info.active,button.list-group-item-info.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}a.list-group-item-warning,button.list-group-item-warning{color:#856404}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#856404;background-color:#ffe8a1}a.list-group-item-warning.active,button.list-group-item-warning.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}a.list-group-item-danger,button.list-group-item-danger{color:#721c24}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#721c24;background-color:#f1b0b7}a.list-group-item-danger.active,button.list-group-item-danger.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}a.list-group-item-light,button.list-group-item-light{color:#818182}a.list-group-item-light:focus,a.list-group-item-light:hover,button.list-group-item-light:focus,button.list-group-item-light:hover{color:#818182;background-color:#ececf6}a.list-group-item-light.active,button.list-group-item-light.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}a.list-group-item-dark,button.list-group-item-dark{color:#1b1e21}a.list-group-item-dark:focus,a.list-group-item-dark:hover,button.list-group-item-dark:focus,button.list-group-item-dark:hover{color:#1b1e21;background-color:#b9bbbe}a.list-group-item-dark.active,button.list-group-item-dark.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background:0 0;border:0;-webkit-appearance:none}.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{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);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:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:15px;border-bottom:1px solid #e9ecef}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:15px;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.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}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:5px;height:5px}.tooltip.bs-tooltip-auto[x-placement^=top],.tooltip.bs-tooltip-top{padding:5px 0}.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.bs-tooltip-top .arrow{bottom:0}.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.bs-tooltip-top .arrow::before{margin-left:-3px;content:"";border-width:5px 5px 0;border-top-color:#000}.tooltip.bs-tooltip-auto[x-placement^=right],.tooltip.bs-tooltip-right{padding:0 5px}.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.bs-tooltip-right .arrow{left:0}.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.bs-tooltip-right .arrow::before{margin-top:-3px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.bs-tooltip-auto[x-placement^=bottom],.tooltip.bs-tooltip-bottom{padding:5px 0}.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.bs-tooltip-bottom .arrow{top:0}.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.bs-tooltip-bottom .arrow::before{margin-left:-3px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bs-tooltip-auto[x-placement^=left],.tooltip.bs-tooltip-left{padding:0 5px}.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.bs-tooltip-left .arrow{right:0}.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.bs-tooltip-left .arrow::before{right:0;margin-top:-3px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.tooltip .arrow::before{position:absolute;border-color:transparent;border-style:solid}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:10px;height:5px}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;border-color:transparent;border-style:solid}.popover .arrow::before{content:"";border-width:11px}.popover .arrow::after{content:"";border-width:11px}.popover.bs-popover-auto[x-placement^=top],.popover.bs-popover-top{margin-bottom:10px}.popover.bs-popover-auto[x-placement^=top] .arrow,.popover.bs-popover-top .arrow{bottom:0}.popover.bs-popover-auto[x-placement^=top] .arrow::after,.popover.bs-popover-auto[x-placement^=top] .arrow::before,.popover.bs-popover-top .arrow::after,.popover.bs-popover-top .arrow::before{border-bottom-width:0}.popover.bs-popover-auto[x-placement^=top] .arrow::before,.popover.bs-popover-top .arrow::before{bottom:-11px;margin-left:-6px;border-top-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=top] .arrow::after,.popover.bs-popover-top .arrow::after{bottom:-10px;margin-left:-6px;border-top-color:#fff}.popover.bs-popover-auto[x-placement^=right],.popover.bs-popover-right{margin-left:10px}.popover.bs-popover-auto[x-placement^=right] .arrow,.popover.bs-popover-right .arrow{left:0}.popover.bs-popover-auto[x-placement^=right] .arrow::after,.popover.bs-popover-auto[x-placement^=right] .arrow::before,.popover.bs-popover-right .arrow::after,.popover.bs-popover-right .arrow::before{margin-top:-8px;border-left-width:0}.popover.bs-popover-auto[x-placement^=right] .arrow::before,.popover.bs-popover-right .arrow::before{left:-11px;border-right-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=right] .arrow::after,.popover.bs-popover-right .arrow::after{left:-10px;border-right-color:#fff}.popover.bs-popover-auto[x-placement^=bottom],.popover.bs-popover-bottom{margin-top:10px}.popover.bs-popover-auto[x-placement^=bottom] .arrow,.popover.bs-popover-bottom .arrow{top:0}.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,.popover.bs-popover-bottom .arrow::after,.popover.bs-popover-bottom .arrow::before{margin-left:-7px;border-top-width:0}.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,.popover.bs-popover-bottom .arrow::before{top:-11px;border-bottom-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,.popover.bs-popover-bottom .arrow::after{top:-10px;border-bottom-color:#fff}.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before,.popover.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.popover.bs-popover-auto[x-placement^=left],.popover.bs-popover-left{margin-right:10px}.popover.bs-popover-auto[x-placement^=left] .arrow,.popover.bs-popover-left .arrow{right:0}.popover.bs-popover-auto[x-placement^=left] .arrow::after,.popover.bs-popover-auto[x-placement^=left] .arrow::before,.popover.bs-popover-left .arrow::after,.popover.bs-popover-left .arrow::before{margin-top:-8px;border-right-width:0}.popover.bs-popover-auto[x-placement^=left] .arrow::before,.popover.bs-popover-left .arrow::before{right:-11px;border-left-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=left] .arrow::after,.popover.bs-popover-left .arrow::after{right:-10px;border-left-color:#fff}.popover-header{padding:8px 14px;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:9px 14px;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#868e96!important}a.bg-secondary:focus,a.bg-secondary:hover{background-color:#6c757d!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #e9ecef!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#868e96!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%}.rounded-0{border-radius:0}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.d-print-block{display:none!important}@media print{.d-print-block{display:block!important}}.d-print-inline{display:none!important}@media print{.d-print-inline{display:inline!important}}.d-print-inline-block{display:none!important}@media print{.d-print-inline-block{display:inline-block!important}}@media print{.d-print-none{display:none!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-right:0!important;margin-left:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:1rem!important}.mt-3{margin-top:1rem!important}.mr-3{margin-right:1rem!important}.mb-3{margin-bottom:1rem!important}.ml-3{margin-left:1rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-4{margin:1.5rem!important}.mt-4{margin-top:1.5rem!important}.mr-4{margin-right:1.5rem!important}.mb-4{margin-bottom:1.5rem!important}.ml-4{margin-left:1.5rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-5{margin:3rem!important}.mt-5{margin-top:3rem!important}.mr-5{margin-right:3rem!important}.mb-5{margin-bottom:3rem!important}.ml-5{margin-left:3rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-right:0!important;padding-left:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:1rem!important}.pt-3{padding-top:1rem!important}.pr-3{padding-right:1rem!important}.pb-3{padding-bottom:1rem!important}.pl-3{padding-left:1rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-4{padding:1.5rem!important}.pt-4{padding-top:1.5rem!important}.pr-4{padding-right:1.5rem!important}.pb-4{padding-bottom:1.5rem!important}.pl-4{padding-left:1.5rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-5{padding:3rem!important}.pt-5{padding-top:3rem!important}.pr-5{padding-right:3rem!important}.pb-5{padding-bottom:3rem!important}.pl-5{padding-left:3rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0{margin-top:0!important}.mr-sm-0{margin-right:0!important}.mb-sm-0{margin-bottom:0!important}.ml-sm-0{margin-left:0!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1{margin-top:.25rem!important}.mr-sm-1{margin-right:.25rem!important}.mb-sm-1{margin-bottom:.25rem!important}.ml-sm-1{margin-left:.25rem!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2{margin-top:.5rem!important}.mr-sm-2{margin-right:.5rem!important}.mb-sm-2{margin-bottom:.5rem!important}.ml-sm-2{margin-left:.5rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3{margin-top:1rem!important}.mr-sm-3{margin-right:1rem!important}.mb-sm-3{margin-bottom:1rem!important}.ml-sm-3{margin-left:1rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4{margin-top:1.5rem!important}.mr-sm-4{margin-right:1.5rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.ml-sm-4{margin-left:1.5rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5{margin-top:3rem!important}.mr-sm-5{margin-right:3rem!important}.mb-sm-5{margin-bottom:3rem!important}.ml-sm-5{margin-left:3rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0{padding-top:0!important}.pr-sm-0{padding-right:0!important}.pb-sm-0{padding-bottom:0!important}.pl-sm-0{padding-left:0!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1{padding-top:.25rem!important}.pr-sm-1{padding-right:.25rem!important}.pb-sm-1{padding-bottom:.25rem!important}.pl-sm-1{padding-left:.25rem!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2{padding-top:.5rem!important}.pr-sm-2{padding-right:.5rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pl-sm-2{padding-left:.5rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3{padding-top:1rem!important}.pr-sm-3{padding-right:1rem!important}.pb-sm-3{padding-bottom:1rem!important}.pl-sm-3{padding-left:1rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4{padding-top:1.5rem!important}.pr-sm-4{padding-right:1.5rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pl-sm-4{padding-left:1.5rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5{padding-top:3rem!important}.pr-sm-5{padding-right:3rem!important}.pb-sm-5{padding-bottom:3rem!important}.pl-sm-5{padding-left:3rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-auto{margin-left:auto!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0{margin-top:0!important}.mr-md-0{margin-right:0!important}.mb-md-0{margin-bottom:0!important}.ml-md-0{margin-left:0!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.m-md-1{margin:.25rem!important}.mt-md-1{margin-top:.25rem!important}.mr-md-1{margin-right:.25rem!important}.mb-md-1{margin-bottom:.25rem!important}.ml-md-1{margin-left:.25rem!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2{margin-top:.5rem!important}.mr-md-2{margin-right:.5rem!important}.mb-md-2{margin-bottom:.5rem!important}.ml-md-2{margin-left:.5rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3{margin-top:1rem!important}.mr-md-3{margin-right:1rem!important}.mb-md-3{margin-bottom:1rem!important}.ml-md-3{margin-left:1rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4{margin-top:1.5rem!important}.mr-md-4{margin-right:1.5rem!important}.mb-md-4{margin-bottom:1.5rem!important}.ml-md-4{margin-left:1.5rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5{margin-top:3rem!important}.mr-md-5{margin-right:3rem!important}.mb-md-5{margin-bottom:3rem!important}.ml-md-5{margin-left:3rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-md-0{padding:0!important}.pt-md-0{padding-top:0!important}.pr-md-0{padding-right:0!important}.pb-md-0{padding-bottom:0!important}.pl-md-0{padding-left:0!important}.px-md-0{padding-right:0!important;padding-left:0!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.p-md-1{padding:.25rem!important}.pt-md-1{padding-top:.25rem!important}.pr-md-1{padding-right:.25rem!important}.pb-md-1{padding-bottom:.25rem!important}.pl-md-1{padding-left:.25rem!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2{padding-top:.5rem!important}.pr-md-2{padding-right:.5rem!important}.pb-md-2{padding-bottom:.5rem!important}.pl-md-2{padding-left:.5rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3{padding-top:1rem!important}.pr-md-3{padding-right:1rem!important}.pb-md-3{padding-bottom:1rem!important}.pl-md-3{padding-left:1rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4{padding-top:1.5rem!important}.pr-md-4{padding-right:1.5rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pl-md-4{padding-left:1.5rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5{padding-top:3rem!important}.pr-md-5{padding-right:3rem!important}.pb-md-5{padding-bottom:3rem!important}.pl-md-5{padding-left:3rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto{margin-top:auto!important}.mr-md-auto{margin-right:auto!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-auto{margin-left:auto!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0{margin-top:0!important}.mr-lg-0{margin-right:0!important}.mb-lg-0{margin-bottom:0!important}.ml-lg-0{margin-left:0!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1{margin-top:.25rem!important}.mr-lg-1{margin-right:.25rem!important}.mb-lg-1{margin-bottom:.25rem!important}.ml-lg-1{margin-left:.25rem!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2{margin-top:.5rem!important}.mr-lg-2{margin-right:.5rem!important}.mb-lg-2{margin-bottom:.5rem!important}.ml-lg-2{margin-left:.5rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3{margin-top:1rem!important}.mr-lg-3{margin-right:1rem!important}.mb-lg-3{margin-bottom:1rem!important}.ml-lg-3{margin-left:1rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4{margin-top:1.5rem!important}.mr-lg-4{margin-right:1.5rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.ml-lg-4{margin-left:1.5rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5{margin-top:3rem!important}.mr-lg-5{margin-right:3rem!important}.mb-lg-5{margin-bottom:3rem!important}.ml-lg-5{margin-left:3rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0{padding-top:0!important}.pr-lg-0{padding-right:0!important}.pb-lg-0{padding-bottom:0!important}.pl-lg-0{padding-left:0!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1{padding-top:.25rem!important}.pr-lg-1{padding-right:.25rem!important}.pb-lg-1{padding-bottom:.25rem!important}.pl-lg-1{padding-left:.25rem!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2{padding-top:.5rem!important}.pr-lg-2{padding-right:.5rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pl-lg-2{padding-left:.5rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3{padding-top:1rem!important}.pr-lg-3{padding-right:1rem!important}.pb-lg-3{padding-bottom:1rem!important}.pl-lg-3{padding-left:1rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4{padding-top:1.5rem!important}.pr-lg-4{padding-right:1.5rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pl-lg-4{padding-left:1.5rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5{padding-top:3rem!important}.pr-lg-5{padding-right:3rem!important}.pb-lg-5{padding-bottom:3rem!important}.pl-lg-5{padding-left:3rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-auto{margin-left:auto!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0{margin-top:0!important}.mr-xl-0{margin-right:0!important}.mb-xl-0{margin-bottom:0!important}.ml-xl-0{margin-left:0!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1{margin-top:.25rem!important}.mr-xl-1{margin-right:.25rem!important}.mb-xl-1{margin-bottom:.25rem!important}.ml-xl-1{margin-left:.25rem!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2{margin-top:.5rem!important}.mr-xl-2{margin-right:.5rem!important}.mb-xl-2{margin-bottom:.5rem!important}.ml-xl-2{margin-left:.5rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3{margin-top:1rem!important}.mr-xl-3{margin-right:1rem!important}.mb-xl-3{margin-bottom:1rem!important}.ml-xl-3{margin-left:1rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4{margin-top:1.5rem!important}.mr-xl-4{margin-right:1.5rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.ml-xl-4{margin-left:1.5rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5{margin-top:3rem!important}.mr-xl-5{margin-right:3rem!important}.mb-xl-5{margin-bottom:3rem!important}.ml-xl-5{margin-left:3rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0{padding-top:0!important}.pr-xl-0{padding-right:0!important}.pb-xl-0{padding-bottom:0!important}.pl-xl-0{padding-left:0!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1{padding-top:.25rem!important}.pr-xl-1{padding-right:.25rem!important}.pb-xl-1{padding-bottom:.25rem!important}.pl-xl-1{padding-left:.25rem!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2{padding-top:.5rem!important}.pr-xl-2{padding-right:.5rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pl-xl-2{padding-left:.5rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3{padding-top:1rem!important}.pr-xl-3{padding-right:1rem!important}.pb-xl-3{padding-bottom:1rem!important}.pl-xl-3{padding-left:1rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4{padding-top:1.5rem!important}.pr-xl-4{padding-right:1.5rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pl-xl-4{padding-left:1.5rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5{padding-top:3rem!important}.pr-xl-5{padding-right:3rem!important}.pb-xl-5{padding-bottom:3rem!important}.pl-xl-5{padding-left:3rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-auto{margin-left:auto!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#868e96!important}a.text-secondary:focus,a.text-secondary:hover{color:#6c757d!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!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}
/*# sourceMappingURL=bootstrap.min.css.map *//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Topbar Layout 1
#. Topbar Layout 3
#. Topbar Layout 5
#. Header Layout 1
    #. Header Logo
    #. Main Navigation
    #. Submenu
    #. 3rd Level Menu
    #. Multi Column Menu
    #. Mobile Multi Column Menu
    #. Header Icons
    #. Header Right Menu
    #. Sticky Header
    #. Transparent Header
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Responsive
#. Footer - Preloader, Scroll to top, Copyright
#. Widgets - Sidebar and Footer Widgets
#. Custom Widgets
#. Buttons
#. Banner
#. Pagination
#. Contents
#. Comments
#. No Content
#. Error 404
#. Single Event 
#. Subscribe Area
#. Responsive Style
#. Woocommerce: Widgets
#. Woocommerce: Owl Nav
#. Woocommerce: Top Bar
#. Woocommerce: Shop
#. Woocommerce: Shop List View
#. Woocommerce: Single Product
#. Woocommerce: Cart
#. Woocommerce: Checkout
#. Woocommerce: Order received
#. Woocommerce: My Account
#. Woocommerce: Login/Register
#. Woocommerce: Yith Wishlist
#. Woocommerce: Yith QuickView
#. Plugin: Contact Form 7
---------------------------------------*/
/*----------------------------------------
#. Defaults
----------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*Typography*/
body,
button,
input,
select,
textarea {
  color: #707070;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em 20px;
  border-color: #4c1864 !important;
  padding-left: 30px;
  background: #f5f5f5;
  padding: 24px 20px 1px 30px;
  border-radius: 5px;
  border-left: 4px solid;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  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;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*lements*/
html {
  box-sizing: border-box;
}
*,
*: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/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid transition;
  padding: 10px;
}
/*orms*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #4c1864;
  border: medium none;
  color: #fff;
  padding: 5px 20px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #000;
}
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 {
  color: #666;
  border: 1px solid #ccc;
}
select {
  border: 1px solid #ccc;
}
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 {
  color: #111;
}
textarea {
  width: 100%;
}
/*avigation*/
/*Links*/
a:link,
a:visited {
  color: #4c1864;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #fad03b;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*ccessibility*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*lignments*/
.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;
}
/*learings*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*idgets*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*ontent*/
/*Posts and pages*/
.sticky {
  display: block;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  padding: 20px 0;
}
/*Comments*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*nfinite scroll*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*edia*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*Captions*/
.wp-caption {
  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;
}
.wp-caption-text {
  text-align: center;
}
/*Galleries*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*Bootstrap Sameheight*/
@media (min-width: 1200px) {
  .auto-clear > .col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear > .col-md-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-md-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear > .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear > .col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1240px;
}
@font-face {
  font-family: 'cubanoregular';
  src: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/fonts/cubano-regular-webfont.woff2) format('woff2'), url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/fonts/cubano-regular-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  background: #ffffff;
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 40%;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 35%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 30%;
  }
}
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  background-color: #ffffff;
  color: #444444;
  font-weight: 400;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
p {
  margin: 0 0 24px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  color: #282828;
}
h1 {
  font-size: 52px;
  line-height: 50px;
}
h2 {
  font-size: 36px;
  line-height: 38px;
}
h3 {
  font-size: 28px;
  line-height: 36px;
}
h4 {
  font-size: 22px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
.site-wrp h2.size-xs {
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-xs {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-xs {
    font-size: calc(25px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-xs {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h2.size-xs {
    font-size: calc(23px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h2.size-xs {
    font-size: calc(22px);
  }
}
.site-wrp h2.size-sm {
  font-size: 28px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-sm {
    font-size: calc(27px);
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-sm {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-sm {
    font-size: calc(25px);
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h2.size-sm {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h2.size-sm {
    font-size: calc(23px);
  }
}
.site-wrp h2.size-md {
  font-size: 50px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-md {
    font-size: calc(44px);
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-md {
    font-size: calc(42px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-md {
    font-size: calc(40px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h2.size-md {
    font-size: calc(38px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h2.size-md {
    font-size: calc(36px);
  }
}
.site-wrp h2.size-lg {
  font-size: 52px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-lg {
    font-size: calc(45px);
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-lg {
    font-size: calc(43px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-lg {
    font-size: calc(41px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h2.size-lg {
    font-size: calc(39px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h2.size-lg {
    font-size: calc(37px);
  }
}
.site-wrp h2.size-blog {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-blog {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-blog {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-blog {
    font-size: 24px;
  }
}
.site-wrp h2.size-xl {
  font-size: 54px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-xl {
    font-size: calc(46px);
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-xl {
    font-size: calc(44px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-xl {
    font-size: calc(42px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h2.size-xl {
    font-size: calc(40px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h2.size-xl {
    font-size: calc(38px);
  }
}
.site-wrp h3.size-xs {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h3.size-xs {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h3.size-xs {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h3.size-xs {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h3.size-xs {
    font-size: calc(26px);
  }
}
.site-wrp h3.size-sm {
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .site-wrp h3.size-sm {
    font-size: calc(20px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h3.size-sm {
    font-size: calc(20px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h3.size-sm {
    font-size: calc(20px);
  }
}
.site-wrp h3.size-md {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h3.size-md {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h3.size-md {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h3.size-md {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h3.size-md {
    font-size: calc(26px);
  }
}
.site-wrp h3.size-lg {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .site-wrp h3.size-lg {
    font-size: calc(28px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h3.size-lg {
    font-size: calc(27px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h3.size-lg {
    font-size: calc(26px);
  }
}
.site-wrp h3.size-xl {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .site-wrp h3.size-xl {
    font-size: calc(31px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h3.size-xl {
    font-size: calc(30px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h3.size-xl {
    font-size: calc(29px);
  }
}
.site-wrp .rounded-circle {
  border-radius: 50% !important;
}
.site-wrp .size-xs {
  font-size: 14px;
}
.site-wrp .size-sm {
  font-size: 15px;
}
.site-wrp .size-md {
  font-size: 18px;
}
.site-wrp .size-lg {
  font-size: 20px;
}
.site-wrp .size-xl {
  font-size: 22px;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
.wp-block-button__link {
  background-color: #4c1864 !important;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
button:focus,
button:hover {
  outline: none;
}
.section-space-equal {
  padding: 10rem 0;
}
.section-space-less30 {
  padding: 10rem 0 7rem;
}
.section-space-default {
  padding: 8.3rem 0 10rem;
}
.section-space-default2 {
  padding: 8.8rem 0 10rem;
}
.section-space-default-less30 {
  padding: 8.3rem 0 7rem;
}
.section-space-default2-less30 {
  padding: 9rem 0 7rem;
}
.section-space-default-less54 {
  padding: 8.3rem 0 2.4rem;
}
.section-space-top-default {
  padding: 8.3rem 0 0;
}
.section-space-big {
  padding: 17rem 0 7rem;
}
@media only screen and (max-width: 991px) {
  .section-space-big {
    padding: 10.2rem 0 7rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-md {
    padding: 5rem 0 3rem;
  }
}
.section-space-custom-less30 {
  padding: 10rem 0 7rem;
}
.about-section-padding {
  padding: 7rem;
}
@media only screen and (max-width: 991px) {
  .about-section-padding {
    padding: 8.2rem 7rem 10rem;
  }
}
.media-body {
  margin-left: 3rem;
}
.media-body.space-md {
  margin-left: 20px;
}
.media-body.space-sm {
  margin-left: 15px;
}
.media-body.space-xs {
  margin-left: 10px;
}
.media-body-box {
  padding: 5px 5px 5px 30px;
}
.media-body-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block;
  }
  .media-none-mb > div {
    width: 100%;
  }
  .media-none-mb img {
    width: 100%;
  }
  .media-none-mb img.media-img-auto {
    width: auto;
  }
  .media-none-mb .media-body,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block;
  }
  .media-none-xs > div {
    width: 100%;
  }
  .media-none-xs img {
    width: 100%;
  }
  .media-none-xs img.media-img-auto {
    width: auto;
  }
  .media-none-xs .media-body,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
.btn-ghost {
  font-weight: 700;
  font-size: 15px;
  border: 2px solid;
  border-color: #4c1864;
  color: #4c1864;
  background-color: transparent;
  display: inline-block;
  padding: 16px 35px;
  min-height: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .btn-ghost {
    padding: 14px 32px;
    min-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-ghost {
    padding: 12px 30px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-ghost {
    padding: 10px 28px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-ghost {
    padding: 12px 25px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-ghost {
    padding: 10px 22px;
    min-height: 45px;
    font-size: 14px;
  }
}
.btn-ghost:hover {
  background-color: #4c1864;
  color: #FFFFFF;
}
.btn-ghost-sm {
  font-weight: 600;
  font-size: 14px;
  border: 2px solid;
  border-color: #4c1864;
  color: #4c1864;
  background-color: transparent;
  display: inline-block;
  padding: 14px 19px;
  line-height: 1.2;
  text-transform: uppercase;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s ease-out;
}
.btn-ghost-sm:hover {
  background-color: #4c1864;
  color: #FFFFFF;
}
.btn-ghost.color-light {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-ghost.color-light:hover {
  background-color: #FFFFFF;
  color: #282828;
}
.btn-ghost.color-light.hover-yellow {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-ghost.color-light.hover-yellow:hover {
  border-color: #fad03b;
  background-color: transparent;
  color: #fad03b;
}
.btn-ghost.color-dark {
  border-color: #282828;
  color: #282828;
}
.btn-ghost.color-dark:hover {
  background-color: #282828;
  color: #FFFFFF;
}
.btn-ghost.color-green {
  border-color: #fad03b;
  color: #fad03b;
}
.btn-ghost.color-green:hover {
  background-color: #fad03b;
  color: #FFFFFF;
}
.btn-ghost.color-yellow {
  border-color: #fad03b;
  color: #fad03b;
}
.btn-ghost.color-yellow:hover {
  background-color: #fad03b;
  color: #282828;
}
.btn-ghost.color-red {
  border-color: #f50057;
  color: #f50057;
}
.btn-ghost.color-red:hover {
  background-color: #f50057;
  color: #FFFFFF;
}
.btn-ghost.color-blue {
  border-color: #00b0ff;
  color: #00b0ff;
}
.btn-ghost.color-blue:hover {
  background-color: #00b0ff;
  color: #FFFFFF;
}
.site-wrp .btn-fill {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 35px;
  min-height: 60px;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #282828;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill {
    padding: 5px 32px;
    min-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill {
    padding: 5px 30px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill {
    padding: 5px 28px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill {
    padding: 5px 25px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill {
    padding: 5px 22px;
    min-height: 45px;
    font-size: 14px;
  }
}
.site-wrp .btn-fill:hover {
  background-color: transparent;
  color: #FFFFFF;
}
.site-wrp .btn-fill.color-green {
  border-color: #fad03b;
  background-color: #fad03b;
  color: #FFFFFF;
}
.site-wrp .btn-fill.color-green:hover {
  background-color: transparent;
  color: #fad03b;
}
.site-wrp .btn-fill.color-yellow {
  border-color: #fad03b;
  background-color: #fad03b;
  color: #282828;
}
.site-wrp .btn-fill.color-yellow:hover {
  border-color: #4c1864;
  background-color: #4c1864;
}
.site-wrp .btn-fill.color-primary {
  border-color: #4c1864;
  background-color: #4c1864;
  color: #ffffff;
}
.site-wrp .btn-fill.color-primary:hover {
  background-color: transparent;
  color: #4c1864;
}
.site-wrp .btn-fill.color-red {
  border-color: #f50057;
  background-color: #f50057;
  color: #FFFFFF;
}
.site-wrp .btn-fill.color-red:hover {
  background-color: transparent;
  color: #f50057;
}
.site-wrp .btn-fill.color-blue {
  border-color: #00b0ff;
  background-color: #00b0ff;
  color: #FFFFFF;
}
.site-wrp .btn-fill.color-blue:hover {
  background-color: transparent;
  color: #00b0ff;
}
.site-wrp .btn-fill.size-xl,
.site-wrp .btn-ghost.size-xl {
  font-size: 16px;
  padding: 5px 45px;
  min-height: 65px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill.size-xl,
  .site-wrp .btn-ghost.size-xl {
    padding: 5px 42px;
    min-height: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill.size-xl,
  .site-wrp .btn-ghost.size-xl {
    padding: 5px 40px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill.size-xl,
  .site-wrp .btn-ghost.size-xl {
    padding: 5px 35px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill.size-xl,
  .site-wrp .btn-ghost.size-xl {
    padding: 5px 30px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill.size-xl,
  .site-wrp .btn-ghost.size-xl {
    padding: 5px 25px;
    min-height: 45px;
    font-size: 15px;
  }
}
.site-wrp .btn-fill.size-lg,
.site-wrp .btn-ghost.size-lg {
  font-size: 15px;
  padding: 5px 40px;
  min-height: 60px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill.size-lg,
  .site-wrp .btn-ghost.size-lg {
    padding: 5px 38px;
    min-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill.size-lg,
  .site-wrp .btn-ghost.size-lg {
    padding: 5px 35px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill.size-lg,
  .site-wrp .btn-ghost.size-lg {
    padding: 5px 30px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill.size-lg,
  .site-wrp .btn-ghost.size-lg {
    padding: 5px 28px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill.size-lg,
  .site-wrp .btn-ghost.size-lg {
    padding: 5px 25px;
    min-height: 45px;
    font-size: 14px;
  }
}
.site-wrp .btn-fill.size-md,
.site-wrp .btn-ghost.size-md {
  padding: 5px 32px;
  min-height: 55px;
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill.size-md,
  .site-wrp .btn-ghost.size-md {
    padding: 5px 30px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill.size-md,
  .site-wrp .btn-ghost.size-md {
    padding: 5px 28px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill.size-md,
  .site-wrp .btn-ghost.size-md {
    padding: 5px 25px;
    min-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill.size-md,
  .site-wrp .btn-ghost.size-md {
    padding: 5px 22px;
    min-height: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill.size-md,
  .site-wrp .btn-ghost.size-md {
    padding: 5px 20px;
    min-height: 40px;
    font-size: 14px;
  }
}
.site-wrp .btn-fill.size-sm,
.site-wrp .btn-ghost.size-sm {
  font-size: 14px;
  padding: 5px 30px;
  min-height: 50px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill.size-sm,
  .site-wrp .btn-ghost.size-sm {
    padding: 5px 28px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill.size-sm,
  .site-wrp .btn-ghost.size-sm {
    padding: 5px 25px;
    min-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill.size-sm,
  .site-wrp .btn-ghost.size-sm {
    padding: 5px 22px;
    min-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill.size-sm,
  .site-wrp .btn-ghost.size-sm {
    padding: 5px 20px;
    min-height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill.size-sm,
  .site-wrp .btn-ghost.size-sm {
    padding: 5px 18px;
    min-height: 38px;
    font-size: 13px;
  }
}
.site-wrp .btn-fill.size-xs,
.site-wrp .btn-ghost.size-xs {
  font-size: 13px;
  padding: 5px 26px;
  min-height: 40px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill.size-xs,
  .site-wrp .btn-ghost.size-xs {
    padding: 5px 25px;
    min-height: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill.size-xs,
  .site-wrp .btn-ghost.size-xs {
    padding: 5px 22px;
    min-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill.size-xs,
  .site-wrp .btn-ghost.size-xs {
    padding: 5px 20px;
    min-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill.size-xs,
  .site-wrp .btn-ghost.size-xs {
    padding: 5px 18px;
    min-height: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill.size-xs,
  .site-wrp .btn-ghost.size-xs {
    padding: 5px 16px;
    min-height: 30px;
    font-size: 12px;
  }
}
.site-wrp {
  overflow: hidden !important;
  width: 100%;
}
.site-wrp .btn-text {
  color: #646464;
  text-transform: uppercase;
  padding: 7px 20px 5px 0;
  display: inline-block;
  position: relative;
  font-weight: 500;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-text {
    font-size: 15px;
  }
}
.site-wrp .btn-text:before {
  content: "\f105";
  position: absolute;
  right: 5px;
  font-family: fontawesome;
  font-size: 20px;
  color: #282828;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-text:before {
    font-size: 18px;
  }
}
.site-wrp .btn-text:hover:before {
  color: #4c1864;
}
.site-wrp .btn-text.color-primary {
  color: #4c1864;
}
.site-wrp .btn-text.color-primary:before {
  color: #4c1864;
}
.site-wrp .btn-text.color-green {
  color: #fad03b;
}
.site-wrp .btn-text.color-green:before {
  color: #fad03b;
}
.site-wrp .btn-text.color-yellow {
  color: #fad03b;
}
.site-wrp .btn-text.color-yellow:before {
  color: #fad03b;
}
.site-wrp .btn-text.hover-red {
  color: #f50057;
}
.site-wrp .btn-text.hover-red:before {
  color: #f50057;
}
.site-wrp .btn-text.color-blue {
  color: #00b0ff;
}
.site-wrp .btn-text.color-blue:before {
  color: #00b0ff;
}
.site-wrp .btn-text.hover-primary:hover {
  color: #4c1864;
}
.site-wrp .btn-text.hover-primary:hover:before {
  color: #4c1864;
}
.site-wrp .btn-text.hover-green:hover {
  color: #fad03b;
}
.site-wrp .btn-text.hover-green:hover:before {
  color: #fad03b;
}
.site-wrp .btn-text.hover-yellow:hover {
  color: #fad03b;
}
.site-wrp .btn-text.hover-yellow:hover:before {
  color: #fad03b;
}
.site-wrp .btn-text.color-red:hover {
  color: #f50057;
}
.site-wrp .btn-text.color-red:hover:before {
  color: #f50057;
}
.site-wrp .btn-text.hover-blue:hover {
  color: #00b0ff;
}
.site-wrp .btn-text.hover-blue:hover:before {
  color: #00b0ff;
}
.site-wrp .play-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: 9;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out;
}
.site-wrp .play-btn img {
  margin: 0 auto;
  opacity: 0.7;
  transition: all 0.5s ease-out;
}
.site-wrp .play-btn:hover img {
  opacity: 1;
}
.section-heading {
  margin-bottom: 5.2rem;
}
@media only screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 6.2rem;
  }
}
.section-heading p {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .section-heading p {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .section-heading h2 {
    font-size: calc(40px);
  }
}
@media only screen and (max-width: 991px) {
  .section-heading h2 {
    font-size: calc(38px);
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: calc(36px);
  }
}
@media only screen and (max-width: 575px) {
  .section-heading h2 {
    font-size: calc(31px);
  }
}
@media only screen and (max-width: 479px) {
  .section-heading h2 {
    font-size: calc(28px);
  }
}
.section-heading.text-center p {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.text-left p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.section-heading.text-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.title-bar {
  position: relative;
  margin-bottom: 55px;
}
.title-bar:before {
  content: "";
  background-color: #4c1864;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 5;
}
.sidebar-title-bar {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-title-bar:before {
  content: "";
  background-color: #4c1864;
  height: 4px;
  width: 50px;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 5;
}
.title-light {
  text-transform: capitalize;
  font-weight: 300;
}
.title-light h1,
.title-light h2,
.title-light h3,
.title-light h4 {
  text-transform: capitalize;
  font-weight: 300;
}
.title-light p {
  text-transform: inherit;
  font-weight: 400;
}
.title-regular {
  text-transform: capitalize;
  font-weight: 400;
}
.title-regular h1,
.title-regular h2,
.title-regular h3,
.title-regular h4 {
  text-transform: capitalize;
  font-weight: 400;
}
.title-regular p {
  text-transform: inherit;
  font-weight: 400;
}
.title-medium {
  text-transform: capitalize;
  font-weight: 600;
}
.title-medium h1,
.title-medium h2,
.title-medium h3,
.title-medium h4 {
  text-transform: capitalize;
  font-weight: 600;
}
.title-medium p {
  text-transform: inherit;
  font-weight: 400;
}
.title-semibold {
  text-transform: capitalize;
  font-weight: 600;
}
.title-semibold h1,
.title-semibold h2,
.title-semibold h3,
.title-semibold h4 {
  text-transform: capitalize;
  font-weight: 600;
}
.title-semibold p {
  text-transform: inherit;
  font-weight: 400;
}
.title-bold {
  text-transform: capitalize;
  font-weight: 700;
}
.title-bold h1,
.title-bold h2,
.title-bold h3,
.title-bold h4 {
  text-transform: capitalize;
  font-weight: 700;
}
.title-bold p {
  text-transform: inherit;
  font-weight: 400;
}
.title-black {
  text-transform: capitalize;
  font-weight: 700;
}
.title-black h1,
.title-black h2,
.title-black h3,
.title-black h4 {
  text-transform: capitalize;
  font-weight: 700;
}
.title-black p {
  text-transform: inherit;
  font-weight: 400;
}
.title-light.color-primary h1,
.title-regular.color-primary h1,
.title-medium.color-primary h1,
.title-semibold.color-primary h1,
.title-bold.color-primary h1,
.title-black.color-primary h1,
.title-light.color-primary h2,
.title-regular.color-primary h2,
.title-medium.color-primary h2,
.title-semibold.color-primary h2,
.title-bold.color-primary h2,
.title-black.color-primary h2,
.title-light.color-primary h3,
.title-regular.color-primary h3,
.title-medium.color-primary h3,
.title-semibold.color-primary h3,
.title-bold.color-primary h3,
.title-black.color-primary h3,
.title-light.color-primary h4,
.title-regular.color-primary h4,
.title-medium.color-primary h4,
.title-semibold.color-primary h4,
.title-bold.color-primary h4,
.title-black.color-primary h4 {
  color: #4c1864;
}
.title-light.color-primary a,
.title-regular.color-primary a,
.title-medium.color-primary a,
.title-semibold.color-primary a,
.title-bold.color-primary a,
.title-black.color-primary a {
  color: #4c1864;
}
.title-light.color-accent h1,
.title-regular.color-accent h1,
.title-medium.color-accent h1,
.title-semibold.color-accent h1,
.title-bold.color-accent h1,
.title-black.color-accent h1,
.title-light.color-accent h2,
.title-regular.color-accent h2,
.title-medium.color-accent h2,
.title-semibold.color-accent h2,
.title-bold.color-accent h2,
.title-black.color-accent h2,
.title-light.color-accent h3,
.title-regular.color-accent h3,
.title-medium.color-accent h3,
.title-semibold.color-accent h3,
.title-bold.color-accent h3,
.title-black.color-accent h3,
.title-light.color-accent h4,
.title-regular.color-accent h4,
.title-medium.color-accent h4,
.title-semibold.color-accent h4,
.title-bold.color-accent h4,
.title-black.color-accent h4 {
  color: #f8f8f8;
}
.title-light.color-accent a,
.title-regular.color-accent a,
.title-medium.color-accent a,
.title-semibold.color-accent a,
.title-bold.color-accent a,
.title-black.color-accent a {
  color: #f8f8f8;
}
.title-light.color-light,
.title-regular.color-light,
.title-medium.color-light,
.title-semibold.color-light,
.title-bold.color-light,
.title-black.color-light {
  color: #FFFFFF;
}
.title-light.color-light h1,
.title-regular.color-light h1,
.title-medium.color-light h1,
.title-semibold.color-light h1,
.title-bold.color-light h1,
.title-black.color-light h1,
.title-light.color-light h2,
.title-regular.color-light h2,
.title-medium.color-light h2,
.title-semibold.color-light h2,
.title-bold.color-light h2,
.title-black.color-light h2,
.title-light.color-light h3,
.title-regular.color-light h3,
.title-medium.color-light h3,
.title-semibold.color-light h3,
.title-bold.color-light h3,
.title-black.color-light h3,
.title-light.color-light h4,
.title-regular.color-light h4,
.title-medium.color-light h4,
.title-semibold.color-light h4,
.title-bold.color-light h4,
.title-black.color-light h4 {
  color: #FFFFFF;
}
.title-light.color-light a,
.title-regular.color-light a,
.title-medium.color-light a,
.title-semibold.color-light a,
.title-bold.color-light a,
.title-black.color-light a {
  color: #FFFFFF;
}
.title-light.color-dark h1,
.title-regular.color-dark h1,
.title-medium.color-dark h1,
.title-semibold.color-dark h1,
.title-bold.color-dark h1,
.title-black.color-dark h1,
.title-light.color-dark h2,
.title-regular.color-dark h2,
.title-medium.color-dark h2,
.title-semibold.color-dark h2,
.title-bold.color-dark h2,
.title-black.color-dark h2,
.title-light.color-dark h3,
.title-regular.color-dark h3,
.title-medium.color-dark h3,
.title-semibold.color-dark h3,
.title-bold.color-dark h3,
.title-black.color-dark h3,
.title-light.color-dark h4,
.title-regular.color-dark h4,
.title-medium.color-dark h4,
.title-semibold.color-dark h4,
.title-bold.color-dark h4,
.title-black.color-dark h4 {
  color: #282828;
}
.title-light.color-dark a,
.title-regular.color-dark a,
.title-medium.color-dark a,
.title-semibold.color-dark a,
.title-bold.color-dark a,
.title-black.color-dark a {
  color: #282828;
}
.title-light.color-blue h1,
.title-regular.color-blue h1,
.title-medium.color-blue h1,
.title-semibold.color-blue h1,
.title-bold.color-blue h1,
.title-black.color-blue h1,
.title-light.color-blue h2,
.title-regular.color-blue h2,
.title-medium.color-blue h2,
.title-semibold.color-blue h2,
.title-bold.color-blue h2,
.title-black.color-blue h2,
.title-light.color-blue h3,
.title-regular.color-blue h3,
.title-medium.color-blue h3,
.title-semibold.color-blue h3,
.title-bold.color-blue h3,
.title-black.color-blue h3,
.title-light.color-blue h4,
.title-regular.color-blue h4,
.title-medium.color-blue h4,
.title-semibold.color-blue h4,
.title-bold.color-blue h4,
.title-black.color-blue h4 {
  color: #00b0ff;
}
.title-light.color-blue a,
.title-regular.color-blue a,
.title-medium.color-blue a,
.title-semibold.color-blue a,
.title-bold.color-blue a,
.title-black.color-blue a {
  color: #00b0ff;
}
.title-light.color-green h1,
.title-regular.color-green h1,
.title-medium.color-green h1,
.title-semibold.color-green h1,
.title-bold.color-green h1,
.title-black.color-green h1,
.title-light.color-green h2,
.title-regular.color-green h2,
.title-medium.color-green h2,
.title-semibold.color-green h2,
.title-bold.color-green h2,
.title-black.color-green h2,
.title-light.color-green h3,
.title-regular.color-green h3,
.title-medium.color-green h3,
.title-semibold.color-green h3,
.title-bold.color-green h3,
.title-black.color-green h3,
.title-light.color-green h4,
.title-regular.color-green h4,
.title-medium.color-green h4,
.title-semibold.color-green h4,
.title-bold.color-green h4,
.title-black.color-green h4 {
  color: #fad03b;
}
.title-light.color-green a,
.title-regular.color-green a,
.title-medium.color-green a,
.title-semibold.color-green a,
.title-bold.color-green a,
.title-black.color-green a {
  color: #fad03b;
}
.title-light.color-red h1,
.title-regular.color-red h1,
.title-medium.color-red h1,
.title-semibold.color-red h1,
.title-bold.color-red h1,
.title-black.color-red h1,
.title-light.color-red h2,
.title-regular.color-red h2,
.title-medium.color-red h2,
.title-semibold.color-red h2,
.title-bold.color-red h2,
.title-black.color-red h2,
.title-light.color-red h3,
.title-regular.color-red h3,
.title-medium.color-red h3,
.title-semibold.color-red h3,
.title-bold.color-red h3,
.title-black.color-red h3,
.title-light.color-red h4,
.title-regular.color-red h4,
.title-medium.color-red h4,
.title-semibold.color-red h4,
.title-bold.color-red h4,
.title-black.color-red h4 {
  color: #f50057;
}
.title-light.color-red a,
.title-regular.color-red a,
.title-medium.color-red a,
.title-semibold.color-red a,
.title-bold.color-red a,
.title-black.color-red a {
  color: #f50057;
}
.title-light.color-yellow h1,
.title-regular.color-yellow h1,
.title-medium.color-yellow h1,
.title-semibold.color-yellow h1,
.title-bold.color-yellow h1,
.title-black.color-yellow h1,
.title-light.color-yellow h2,
.title-regular.color-yellow h2,
.title-medium.color-yellow h2,
.title-semibold.color-yellow h2,
.title-bold.color-yellow h2,
.title-black.color-yellow h2,
.title-light.color-yellow h3,
.title-regular.color-yellow h3,
.title-medium.color-yellow h3,
.title-semibold.color-yellow h3,
.title-bold.color-yellow h3,
.title-black.color-yellow h3,
.title-light.color-yellow h4,
.title-regular.color-yellow h4,
.title-medium.color-yellow h4,
.title-semibold.color-yellow h4,
.title-bold.color-yellow h4,
.title-black.color-yellow h4 {
  color: #fad03b;
}
.title-light.color-yellow a,
.title-regular.color-yellow a,
.title-medium.color-yellow a,
.title-semibold.color-yellow a,
.title-bold.color-yellow a,
.title-black.color-yellow a {
  color: #fad03b;
}
.title-light.hover-primary a:hover,
.title-regular.hover-primary a:hover,
.title-medium.hover-primary a:hover,
.title-semibold.hover-primary a:hover,
.title-bold.hover-primary a:hover,
.title-black.hover-primary a:hover {
  color: #4c1864;
}
.title-light.hover-accent a:hover,
.title-regular.hover-accent a:hover,
.title-medium.hover-accent a:hover,
.title-semibold.hover-accent a:hover,
.title-bold.hover-accent a:hover,
.title-black.hover-accent a:hover {
  color: #f8f8f8;
}
.title-light.hover-light a:hover,
.title-regular.hover-light a:hover,
.title-medium.hover-light a:hover,
.title-semibold.hover-light a:hover,
.title-bold.hover-light a:hover,
.title-black.hover-light a:hover {
  color: #FFFFFF;
}
.title-light.hover-dark a:hover,
.title-regular.hover-dark a:hover,
.title-medium.hover-dark a:hover,
.title-semibold.hover-dark a:hover,
.title-bold.hover-dark a:hover,
.title-black.hover-dark a:hover {
  color: #282828;
}
.title-light.hover-blue a:hover,
.title-regular.hover-blue a:hover,
.title-medium.hover-blue a:hover,
.title-semibold.hover-blue a:hover,
.title-bold.hover-blue a:hover,
.title-black.hover-blue a:hover {
  color: #00b0ff;
}
.title-light.hover-green a:hover,
.title-regular.hover-green a:hover,
.title-medium.hover-green a:hover,
.title-semibold.hover-green a:hover,
.title-bold.hover-green a:hover,
.title-black.hover-green a:hover {
  color: #fad03b;
}
.title-light.hover-red a:hover,
.title-regular.hover-red a:hover,
.title-medium.hover-red a:hover,
.title-semibold.hover-red a:hover,
.title-bold.hover-red a:hover,
.title-black.hover-red a:hover {
  color: #f50057;
}
.title-light.hover-yellow a:hover,
.title-regular.hover-yellow a:hover,
.title-medium.hover-yellow a:hover,
.title-semibold.hover-yellow a:hover,
.title-bold.hover-yellow a:hover,
.title-black.hover-yellow a:hover {
  color: #fad03b;
}
.color-primary {
  color: #4c1864;
}
.color-accent {
  color: #f8f8f8;
}
.color-light {
  color: #FFFFFF;
}
.color-dark {
  color: #282828;
}
.color-blue {
  color: #00b0ff;
}
.color-green {
  color: #fad03b;
}
.color-red {
  color: #f50057;
}
.color-yellow {
  color: #fad03b;
}
.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-primary {
  background-color: #4c1864 !important;
}
.bg-secondary {
  background-color: #fad03b !important;
}
.bg-accent {
  background-color: #f8f8f8;
}
.bg-light {
  background-color: #ffffff !important;
}
.bg-dark {
  background-color: #000000 !important;
}
.bg-green {
  background-color: #fad03b;
}
.bg-yellow {
  background-color: #fad03b;
}
.bg-red {
  background-color: #f50057;
}
.bg-blue {
  background-color: #00b0ff;
}
.overlay-primary90 {
  position: relative;
}
.overlay-primary90:before {
  background-color: rgba(76, 24, 100, 0.9);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-primary80 {
  position: relative;
}
.overlay-primary80:before {
  background-color: rgba(76, 24, 100, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-dark {
  position: relative;
}
.overlay-dark:before {
  background-color: rgba(40, 40, 40, 0.6);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-green {
  position: relative;
}
.overlay-green:before {
  background-color: rgba(250, 208, 59, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-yellow {
  position: relative;
}
.overlay-yellow:before {
  background-color: rgba(250, 208, 59, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-gradient {
  position: relative;
}
.overlay-gradient:before {
  opacity: 0.95;
  background-image: linear-gradient(transparent, #282828), linear-gradient(transparent, #282828);
  content: "";
  height: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.overlay-icon-layout1 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout1:after {
  content: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/img/figure-icon1.png);
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.overlay-icon-layout2 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout2:after {
  content: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/img/figure-icon2.png);
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.overlay-icon-layout3 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout3:after {
  content: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/img/figure-icon3.png);
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.overlay-icon-layout3 .rt-speakers-archive {
  position: relative;
  z-index: 9;
}
.overlay-icon-layout4 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout4:after {
  content: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/img/figure-icon4.png);
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.overlay-icon-layout5 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout5:after {
  content: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/img/figure-icon5.png);
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.overlay-icon-layout6 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout6:after {
  content: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/img/slider-icon-overlay2.png);
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.slider-gradient-overlay {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.slider-gradient-overlay:after {
  content: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/img/slider-gradient-overlay.png);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 6;
}
body > .eventalk-tooltip {
  font-size: 80%;
  position: absolute;
  z-index: 9999;
  -o-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  color: #fff;
  border-radius: 3px;
  background: #666;
  padding: 2px 10px;
  border-width: 2px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body > .eventalk-tooltip,
body > .eventalk-tooltip .eventalk-tooltip-bottom:after {
  background: #fad03b;
  border-radius: 2px;
}
body > .eventalk-tooltip .eventalk-tooltip-bottom {
  width: 70px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: -16px;
}
body > .eventalk-tooltip .eventalk-tooltip-bottom:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 479px) {
  .col-mb-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
.box-layout {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 575px) {
  .box-layout {
    padding-left: 0;
    padding-right: 0;
  }
}
.text-underline-light {
  position: relative;
  display: inline-block;
}
.text-underline-light:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.text-underline-light2 {
  position: relative;
  display: inline-block;
}
.text-underline-light2:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .text-underline-light2:before {
    display: none;
  }
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: #4c1864;
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background-color: rgba(76, 24, 100, 0.3);
}
.border-radius-5 {
  border-radius: 5px;
}
.zindex-up {
  position: relative;
  z-index: 7;
}
.possition-static {
  position: static;
}
.margin-t-none {
  margin-top: 0!important;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-r-none {
  margin-right: 0!important;
}
.margin-b-none {
  margin-bottom: 0!important;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-30rem {
  margin-bottom: 3rem;
}
.margin-l-none {
  margin-left: 0!important;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.full-width-container .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.gutters-15 > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-15.full-width {
  padding-left: 0;
  padding-right: 0;
  margin-right: -22.5px;
  margin-left: -22.5px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-15.full-width {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row.gutters.full-width {
  margin-right: -30px;
  margin-left: -30px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutters.full-width {
  margin-right: -15px;
  margin-left: -15px;
}
.row.no-gutters.full-width > [class^="col-"],
.row.no-gutters.full-width > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
#scrollUp {
  background-color: rgba(76, 24, 100, 0.8);
  bottom: 5px;
  color: #ffffff;
  display: block;
  height: 55px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
  border: 2px solid #4c1864;
  border-radius: 4px;
  transition: all 1s ease-out;
}
#scrollUp i {
  color: #FFFFFF;
  margin-bottom: 5px;
}
#scrollUp p {
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: #4c1864;
}
#scrollUp {
  animation: blinker 10s linear infinite;
}
.preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #4c1864;
  overflow: visible;
}
.preloader .items {
  width: 80px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.preloader .items .item {
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0 10px 10px 0;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #FFF;
}
.preloader .items .item:nth-child(4n+1) {
  animation: wave 2s ease .0s infinite;
}
.preloader .items .item:nth-child(4n+2) {
  animation: wave 2s ease .2s infinite;
}
.preloader .items .item:nth-child(4n+3) {
  animation: wave 2s ease .4s infinite;
}
.preloader .items .item:nth-child(4n+4) {
  animation: wave 2s ease .6s infinite;
  margin-right: 0;
}
@keyframes wave {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 30px;
    opacity: .2;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.pagination-area {
  display: inline-block;
}
.pagination-area ul li {
  margin-right: 5px;
  display: inline-block;
}
.pagination-area ul li a {
  font-weight: 500;
  font-size: 16px;
  background-color: #ebebeb;
  color: #282828;
  display: inline-block;
  height: 40px;
  width: 44px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease-out;
}
.pagination-area ul li a:hover {
  background-color: #fad03b;
}
.pagination-area ul .active a {
  background-color: #fad03b;
}
.dot-control .owl-controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.dot-control .owl-controls .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #fad03b;
}
.dot-control .owl-controls .owl-dots .active span {
  background: #fad03b;
}
.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 15px;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  background-color: #fad03b !important;
}
table.wp-block-table td {
  border: 1px solid #ddd;
}
.wp-block-separator {
  border: none;
  border-bottom: 1px solid #8f98a1;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}
.wp-block-pullquote p {
  font-size: 20px;
  line-height: 1.5;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-pullquote {
  margin: 0;
  background: #f7f7f7;
  border: none;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 30px;
  border-color: #4c1864 !important;
  border-left: 4px solid;
}
/*-------------------------------------
#. Topbar Layout 1
---------------------------------------*/
.stick {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  transition: all 0.5 ease-out 0s !important;
  border-bottom: 2px solid #4c1864;
}
.non-stick.header-style-1.trheader .opt-slideInUp {
  margin-top: 0;
}
.non-stick.header-style-1 .opt-slideInUp {
  margin-top: 88px;
}
@media all and (max-width: 1100px) {
  .non-stick.header-style-1 .opt-slideInUp {
    margin-top: inherit;
  }
}
.non-stick.header-style-2.trheader .opt-slideInUp {
  margin-top: 0;
}
.non-stick.header-style-2 .opt-slideInUp {
  margin-top: 74px;
}
.non-stick.trheader .stick {
  background-color: #111;
}
.non-stick .stick {
  background-color: #fff;
}
#tophead {
  background-color: #222222;
  padding: 8px 0 4px;
  color: #a6b1b7;
  border-bottom: 1px solid #d7d7d7;
}
#tophead a {
  color: #a6b1b7;
}
#tophead .tophead-contact {
  float: left;
}
@media all and (max-width: 767px) {
  #tophead .tophead-contact {
    text-align: center;
    float: none;
  }
}
#tophead .tophead-contact ul li {
  display: inline-block;
  margin-right: 30px;
}
#tophead .tophead-contact a:hover {
  text-decoration: underline;
}
#tophead .tophead-contact .fa,
#tophead .tophead-address .fa {
  color: #4c1864;
  padding-right: 10px;
}
#tophead .tophead-right {
  float: right;
}
@media all and (max-width: 767px) {
  #tophead .tophead-right {
    text-align: center;
    float: none;
  }
}
#tophead .tophead-social li {
  display: inline-block;
  margin-left: 5px;
}
#tophead .tophead-social li a {
  color: #a6b1b7;
  padding-left: 10px;
}
#tophead .tophead-social li a:hover {
  color: #4c1864;
}
.trheader #tophead {
  background-color: transparent !important;
}
/* Transparent Topbar */
.trheader #tophead,
.trheader #tophead a {
  color: #efefef;
}
.trheader.has-topbar .entry-banner .container {
  padding-top: 38px;
}
/*-------------------------------------
#. Topbar Layout 3
---------------------------------------*/
.topbar-style-3 #tophead .tophead-contact,
.topbar-style-3 #tophead .tophead-right {
  float: none;
  display: table;
  height: 40px;
}
.topbar-style-3 #tophead .tophead-contact ul,
.topbar-style-3 #tophead .tophead-right ul {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .topbar-style-3 #tophead .tophead-contact,
  .topbar-style-3 #tophead .tophead-right {
    display: block;
    height: inherit;
  }
  .topbar-style-3 #tophead .tophead-contact ul,
  .topbar-style-3 #tophead .tophead-right ul {
    display: block;
  }
}
.topbar-style-3 #tophead .tophead-right {
  width: 100%;
  text-align: right;
}
@media all and (max-width: 767px) {
  .topbar-style-3 #tophead .tophead-right {
    text-align: center;
  }
}
.topbar-style-3 #tophead .topbar-logo {
  display: block;
  text-align: center;
}
@media all and (max-width: 767px) {
  .topbar-style-3 #tophead .topbar-logo {
    display: none;
  }
}
/*-------------------------------------
#. Topbar Layout 5
---------------------------------------*/
.topbar-style-5 #tophead .tophead-social li a {
  padding-left: 20px;
  font-size: 16px;
}
.topbar-style-5 #tophead .tophead-social li a:hover {
  color: #4c1864;
}
.topbar-style-5 #tophead .tophead-contact ul li {
  margin-right: 30px;
}
.trheader.topbar-style-5 #tophead .tophead-social li a {
  font-size: 16px;
}
.trheader.topbar-style-5 #tophead .tophead-social li a:hover {
  color: #4c1864;
}
/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
/* Header Logo */
.site-header .site-branding {
  display: table;
  height: 92px;
  transition: all 0.5 ease-out 0s;
  max-width: 180px;
}
.site-header .site-branding a {
  display: table-cell;
  vertical-align: middle;
}
.site-header .site-branding a img {
  width: auto;
  padding: 5px 0;
  transition: all 0.5s ease-out 0s;
}
.site-header .site-branding a.light-logo {
  display: none;
}
.site-header .site-branding a.custom-logo-text {
  color: #111;
  font-weight: 600;
  line-height: 1.2;
  font-size: 22px;
}
/* Main Navigation */
.site-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation ul {
  text-align: right;
}
.site-header .main-navigation ul li {
  display: inline-block;
  position: relative;
}
.site-header .main-navigation ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5 ease-out 0s;
  color: #000000;
  padding: 33px 14px;
  letter-spacing: 0.25px;
}
@media all and (max-width: 1199px) {
  .site-header .main-navigation ul li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.site-header .main-navigation ul.menu > li > a:hover {
  color: #4c1864;
}
.site-header .main-navigation ul.menu > li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
  color: #4c1864;
}
.site-header .main-navigation > nav > ul {
  text-align: right;
}
.site-header .main-navigation > nav > ul > li > a {
  position: relative;
}
.site-header .main-navigation > nav > ul > li > a:after {
  background-color: #4c1864;
  content: "";
  position: absolute;
  left: -20px;
  right: 0px;
  bottom: 0;
  width: 70%;
  height: 3px;
  opacity: 0;
  visibility: hidden;
}
.site-header .main-navigation > nav > ul > li:hover > a:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(35px);
  transition: all 0.5s ease-in-out;
}
/* Submenu */
.site-header .main-navigation ul li ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: absolute;
  top: 100%;
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  z-index: 99 !important;
  width: 260px;
  text-align: left;
  border-top: 1px solid #4c1864;
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #fff;
  left: -20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
  color: #111;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 24px;
  top: 10px;
}
.site-header .main-navigation ul li ul li {
  display: block;
  border-left: none;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  padding: 0 20px 0 20px;
  transition: all 0.5 ease-out 0s;
}
.site-header .main-navigation ul li ul li:hover > a {
  background-color: #f0f3f8;
}
.site-header .main-navigation ul li ul li:last-child {
  border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
  display: block;
  color: #282828;
  text-transform: inherit;
  padding: 10px 15px !important;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.5 ease-out 0s;
}
.site-header .main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/* 3rd Level Menu */
.site-header .main-navigation ul > li > ul > li > ul {
  left: 247px;
  top: 0;
  width: 200px;
}
.site-header .main-navigation ul > li > ul > li > ul > li > ul {
  left: 200px;
}
.site-header .main-navigation ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/* Multi Column Menu */
.site-header .main-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
  background-color: inherit;
  padding: 0 14px 0 14px;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
  color: #ffffff;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a::hover {
  background-color: #fff;
  color: #071041;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
  background-color: #fff !important;
  padding: 10px 0;
  width: 460px !important;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
  display: block;
  float: left;
  margin: 0 5px;
  width: 210px;
  border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  border: none;
  box-shadow: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
  font-weight: 600;
  margin-bottom: 1px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
  content: '';
}
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
  display: none;
}
/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
  border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
  display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}
/* Header Icons */
.cart-icon-area,
.header-icon-seperator,
.search-box-area,
.header-icon-area .additional-menu-area {
  padding-top: 32px;
  padding-bottom: 31px;
  color: #222222;
}
.header-icon-area .search-box-area,
.header-icon-area .header-icon-seperator,
.header-icon-area .cart-icon-area,
.header-icon-area .additional-menu-area {
  float: right;
}
.admin-bar .additional-menu-area .sidenav {
  top: 25px;
}
.admin-bar .stick {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .stick {
    top: 46px;
  }
}
.header-icon-area {
  float: right;
  padding-left: 25px;
  position: relative;
  font-size: 18px;
}
.header-icon-area .search-box .search-text {
  background: #f5f5f5;
  border: 1px solid #4c1864;
  color: #666666;
  height: 34px;
  left: 0;
  margin-right: 3px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 0;
  z-index: 99;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.header-icon-area .search-box .search-text.active {
  left: -112px;
  opacity: 1;
  visibility: visible;
  padding: 0 20px 0 10px;
  width: 180px;
}
.header-icon-area .search-box .search-close {
  font-size: 14px;
  line-height: 1;
  left: 52px;
  position: absolute;
  top: 111%;
  top: calc(109%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
.header-icon-area .search-box .search-close.active {
  opacity: 1;
  visibility: visible;
}
.header-icon-area .search-box .search-button {
  font-size: 16px;
}
.header-icon-area .search-box .search-button i {
  color: #4c1864;
}
.header-icon-area .search-box .search-button i:hover {
  color: #444444;
}
.header-icon-area .header-icon-seperator {
  font-size: 20px;
  line-height: 24px;
  padding-left: 7px;
  padding-right: 8px;
}
@media all and (max-width: 991px) {
  .header-icon-area .header-icon-seperator {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.header-icon-area .cart-icon-area {
  position: relative;
}
.header-icon-area .cart-icon-area > a {
  display: block;
  color: #222222;
  transition: none;
}
.header-icon-area .cart-icon-area .cart-icon-num {
  background-color: #4c1864;
  border-radius: 50%;
  color: #111;
  font-size: 12px;
  line-height: 18px;
  min-height: 19px;
  min-width: 19px;
  position: absolute;
  text-align: center;
  top: 27px;
  right: -17px;
}
.header-icon-area .cart-icon-area .cart-icon-products {
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 99999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  text-align: left;
}
.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart {
  padding: 15px 15px 0;
  margin-bottom: 20px;
}
.header-icon-area .cart-icon-area:hover .cart-icon-products {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.header-icon-area .cart-icon-area .widget_shopping_cart_content .total {
  border-top: none;
  padding: 15px 0 0;
  margin-bottom: 20px;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li,
.cart-icon-products .widget_shopping_cart .mini_cart_item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item:last-child {
  border-bottom: none;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a {
  color: #666;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a:hover {
  color: #4c1864;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .widget_shopping_cart .mini_cart_item a.remove {
  line-height: 1;
  top: 12px;
}
.cart-icon-products .woocommerce.widget_shopping_cart ul.product_list_widget li img {
  width: 40px;
}
.additional-menu-area {
  margin-left: 30px;
}
@media all and (max-width: 991px) {
  .additional-menu-area {
    margin-left: 28px;
  }
}
.additional-menu-area a.side-menu-trigger {
  color: #222;
  cursor: pointer;
  font-size: 21px;
  line-height: 0;
}
.header-action-items .btn-fill.color-yellow {
  padding: 14px 26px;
}
.header-style-2 .header-action-items .btn-fill.color-yellow {
  padding: 28px 50px;
}
/* Header Right Menu */
.additional-menu-area .sidenav {
  position: relative;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  background-color: #222C32;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  padding-top: 45px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.8);
}
.additional-menu-area .sidenav .closebtn {
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 17px;
  height: 24px;
  line-height: 18px;
  padding: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 25px;
  width: 25px;
}
.additional-menu-area .sidenav .closebtn:hover {
  opacity: 0.8;
}
.additional-menu-area .sidenav .sidenav-search {
  border: 1px solid #5f5f5f;
  margin: 0 20px 10px 20px;
}
.additional-menu-area .sidenav ul li {
  border-bottom: 1px solid #354248;
  margin-bottom: 0;
  line-height: 24px;
}
.additional-menu-area .sidenav ul li:last-child {
  border-bottom: none;
}
.additional-menu-area .sidenav ul li a {
  text-align: left;
  font-size: 14px;
  color: #d3d3d3;
  border: none;
  padding-left: 20px;
}
.additional-menu-area .sidenav ul li a:hover {
  color: #ffffff;
}
.additional-menu-area .sidenav ul li a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-right: 8px;
}
.additional-menu-area .sidenav ul li > ul > li {
  padding-left: 20px;
}
.additional-menu-area .sidenav a {
  padding: 7px 8px 7px 10px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: all 0.5s ease-in-out;
}
.additional-menu-area .mega-menu.hide-header > ul > li {
  padding-left: 0;
}
.additional-menu-area .mega-menu.hide-header > ul > li > a {
  display: none;
}
.additional-menu-area .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}
.stick #meanmenu,
.header-sticky-wrapper #meanmenu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999 !important;
  background-color: #ffffff;
}
.stick .masthead-container,
.header-sticky-wrapper .masthead-container {
  background-color: #ffffff;
  border-bottom: 2px solid #4c1864;
}
.stick .masthead-container .main-navigation ul li a,
.header-sticky-wrapper .masthead-container .main-navigation ul li a {
  padding-top: 22px;
  padding-bottom: 22px;
}
.stick .masthead-container .site-branding,
.header-sticky-wrapper .masthead-container .site-branding {
  height: 68px;
}
.stick .masthead-container .site-branding a img,
.header-sticky-wrapper .masthead-container .site-branding a img {
  max-height: 68px;
}
/* Transparent Header */
.trheader.non-stick .site-header {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 99999;
}
.trheader.non-stick .site-header .site-branding a.dark-logo {
  display: none;
}
.trheader.non-stick .site-header .site-branding a.light-logo {
  display: table-cell;
}
.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
  color: #fff;
}
.trheader.non-stick .site-header .main-navigation ul.menu > li > a:hover {
  color: #4c1864;
}
.trheader.non-stick .site-header .search-box .search-button i,
.trheader.non-stick .header-icon-seperator,
.trheader.non-stick .header-icon-area .cart-icon-area > a,
.trheader.non-stick .additional-menu-area a.side-menu-trigger {
  color: #fff;
}
.trheader .entry-banner {
  padding-top: 60px;
}
@media all and (max-width: 991px) {
  .trheader .entry-banner {
    padding-top: 0;
  }
}
/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.site-header .site-branding.site-logo {
  display: table;
  height: 76px;
  transition: all 0.5 ease-out 0s;
}
.header-style-2 {
  z-index: 999;
}
.header-style-2 .site-header .main-navigation {
  float: right;
}
.header-style-2 .header-icon-area {
  float: right;
}
.header-style-2 .header-icon-area .cart-icon-area .cart-icon-num {
  top: -10px;
}
.header-style-2 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-2 .site-header .main-navigation ul li a {
  padding: 25px 26px;
}
@media only screen and (max-width: 1440px) {
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 25px 18px;
  }
}
.header-style-2 .cart-icon-area,
.header-style-2 .header-icon-seperator,
.header-style-2 .search-box-area,
.header-style-2 .header-icon-area .additional-menu-area {
  padding-bottom: 19px;
  padding-top: 0;
}
.header-action-items {
  text-align: right;
  transition: all 1s ease-out;
}
.header-action-items > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-action-items > li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.header-action-items > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-action-items > li i:before {
  margin-left: 0;
}
.header-action-items2 {
  text-align: right;
  transition: all 1s ease-out;
}
.header-action-items2 > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
.header-action-items2 > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-action-items2 > li i:before {
  margin-left: 0;
}
.header-action-items2 .btn-header {
  padding: 27px 52px;
  transition: all 1s ease-out;
}
@media only screen and (max-width: 1199px) {
  .header-action-items2 .btn-header {
    padding: 27px 30px;
  }
}
.stick .header-action-items2 .btn-header {
  padding-top: 22px;
  padding-bottom: 22px;
}
/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .menu-sep {
  background-color: #d0d0d0;
  margin: 0 0 20px;
}
.header-style-3 .site-header .site-branding,
.header-style-3 .header-firstrow-right {
  display: table;
  height: 70px;
  width: 100%;
}
.header-style-3 .header-firstrow-right-contents {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.header-style-3 .header-firstrow-right-contents ul {
  display: inline;
}
.header-style-3 .header-contact li {
  display: inline-block;
  margin-left: 25px;
}
.header-style-3 .header-contact li a {
  color: #222222;
  font-size: 14px;
}
.header-style-3 .header-contact a:hover {
  text-decoration: underline;
}
.header-style-3 .header-contact .fa {
  color: #fff;
  padding-right: 10px;
  font-size: 14px;
}
.header-style-3 .header-social {
  padding-left: 40px;
}
.header-style-3 .header-social li {
  display: inline-block;
  list-style: outside none none;
}
.header-style-3 .header-social li a {
  color: #222222;
  padding-left: 10px;
}
.header-style-3 .header-social li a:hover {
  color: #4c1864;
}
.header-style-3 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-3 .site-header .main-navigation ul li a {
  padding: 0 30px 20px 0;
}
.header-style-3 .cart-icon-area,
.header-style-3 .header-icon-seperator,
.header-style-3 .search-box-area,
.header-style-3 .header-icon-area .additional-menu-area {
  padding-bottom: 19px;
  padding-top: 0;
}
.header-style-3 .header-icon-area .cart-icon-area .cart-icon-num {
  top: -10px;
}
/* Transparent Header */
.header-style-3.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-3.trheader .header-contact li a,
.header-style-3.trheader .header-social li a {
  color: #fff;
}
.header-style-3.trheader .header-social li a:hover {
  color: #4c1864;
}
.header-style-3.trheader .entry-banner {
  padding-top: 110px;
}
/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .menu-sep {
  background-color: #d0d0d0;
  margin: 0 0 20px;
}
.header-style-4 .site-header .site-branding,
.header-style-4 .header-firstrow {
  display: table;
  height: 70px;
  width: 100%;
}
.header-style-4 .site-header .site-branding a {
  text-align: center;
}
.header-style-4 .header-firstrow-contents {
  display: table-cell;
  vertical-align: middle;
}
.header-style-4 .header-contact li {
  display: inline-block;
  margin-right: 25px;
}
.header-style-4 .header-contact li a {
  color: #222222;
  font-size: 14px;
}
.header-style-4 .header-contact a:hover {
  text-decoration: underline;
}
.header-style-4 .header-contact .fa {
  color: #fff;
  padding-right: 10px;
  font-size: 14px;
}
.header-style-4 .header-firstrow-contents-right {
  text-align: right;
}
.header-style-4 .header-firstrow-contents-right .header-social,
.header-style-4 .header-firstrow-contents-right .header-icon-area {
  display: inline-block;
  vertical-align: middle;
}
.header-style-4 .header-social li {
  display: inline-block;
  list-style-type: none;
}
.header-style-4 .header-social li a {
  color: #222222;
  padding-left: 10px;
}
.header-style-4 .header-social li a:hover {
  color: #4c1864;
}
.header-style-4 .cart-icon-area,
.header-style-4 .header-icon-seperator,
.header-style-4 .search-box-area,
.header-style-4 .header-icon-area .additional-menu-area {
  padding-bottom: 0;
  padding-top: 0;
}
.header-style-4 .header-icon-seperator {
  font-size: 14px;
  line-height: 27px;
}
.header-style-4 .site-header .search-box .search-text.active {
  top: 47px;
}
.header-style-4 .site-header .search-box .search-close {
  top: 56px;
}
.header-style-4 .header-icon-area {
  padding-left: 40px;
}
.header-style-4 .header-icon-area i {
  font-size: 14px;
}
.header-style-4 .header-icon-area .cart-icon-area .cart-icon-num {
  line-height: 14px;
  min-height: 18px;
  min-width: 17px;
  padding: 2px;
  right: -16px;
  top: -7px;
}
.header-style-4 .additional-menu-area {
  margin-left: 20px;
}
.header-style-4 .site-header .main-navigation ul {
  text-align: center;
}
.header-style-4 .site-header .main-navigation ul.sub-menu {
  text-align: left;
}
.header-style-4 .site-header .main-navigation ul li a {
  padding-top: 0;
  padding-bottom: 20px;
}
/* Transparent Header */
.header-style-4.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-4.trheader .header-contact li a,
.header-style-4.trheader .header-social li a {
  color: #fff;
}
.header-style-4.trheader .entry-banner {
  padding-top: 110px;
}
/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .site-header .site-branding {
  height: 70px !important;
  float: left;
}
.header-style-5 .site-header .site-branding a img {
  padding: 0 30px;
}
.header-style-5 .site-header .main-navigation {
  float: right;
}
.header-style-5 .site-header .main-navigation ul.menu {
  font-size: 0;
}
.header-style-5 .site-header .main-navigation ul.menu > li > a {
  border-left: 1px solid #d7d7d7;
  padding: 23px 17px;
}
@media all and (max-width: 991px) {
  .header-style-5 .site-header .main-navigation ul.menu > li > a {
    border-left: none;
  }
}
/* Transparent Header */
.header-style-5.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
  border-left: none;
}
/*-------------------------------------
#. Header Responsive
---------------------------------------*/
@media all and (max-width: 767px) {
  /* Header 1 */
  .site-header .site-branding,
  .stick .site-header .site-branding {
    display: block;
    height: inherit;
    text-align: center;
  }
  .site-header .site-branding a {
    display: block;
    vertical-align: inherit;
  }
  .site-header .site-branding a img {
    padding: 10px 0 5px;
  }
  .site-header .main-navigation ul {
    text-align: center;
  }
  .site-header .main-navigation ul li a,
  .stick .site-header .main-navigation ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header-icon-area {
    display: none;
  }
  .trheader.non-stick .site-header .site-branding a.dark-logo {
    display: none;
  }
  .trheader.non-stick .site-header .site-branding a.light-logo {
    display: block;
  }
  /* Header 2 */
  .header-style-2 .masthead-container {
    padding-top: 10px;
  }
  .header-style-2 .site-header .main-navigation ul {
    text-align: center;
  }
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  /* Header 3 */
  .header-style-3 .header-firstrow {
    padding: 15px 0 10px;
  }
  .header-style-3 .site-header .site-branding,
  .header-style-3 .header-firstrow-right {
    display: block;
    height: inherit;
  }
  .header-style-3 .site-header .site-branding {
    padding: 0 0 10px 0px;
  }
  .header-style-3 .site-header .site-branding a img {
    max-height: 35px;
  }
  .header-style-3 .header-firstrow-right-contents {
    display: block;
  }
  .header-style-3 .header-firstrow-right-contents ul {
    display: block;
    padding: 0;
    text-align: center;
  }
  .header-style-3 .header-contact li {
    display: block;
    margin-left: 0;
  }
  .header-style-3 .menu-sep {
    margin-bottom: 10px;
  }
  .header-style-3 .site-header .main-navigation ul {
    text-align: center;
  }
  .header-style-3 .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  /* Header 4 */
  .header-style-4 .header-firstrow-wrap {
    padding-top: 10px;
  }
  .header-style-4 .site-header .site-branding,
  .header-style-4 .header-firstrow {
    display: block;
    height: inherit;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .header-style-4 .header-firstrow-contents {
    display: block;
  }
  .header-style-4 .header-contact li {
    display: block;
    margin-right: 0;
  }
  .header-style-4 .header-firstrow-contents-right {
    text-align: center;
  }
  .header-style-4 .header-firstrow-contents-right .header-icon-area {
    display: none;
  }
  /* Header 5 */
  .header-style-5 .site-header .site-branding {
    float: none;
    height: inherit;
  }
  .header-style-5 .site-header .main-navigation {
    float: none;
  }
  .header-style-5 .site-header .main-navigation ul.menu > li > a {
    padding: 10px 15px;
    border-left: none;
  }
}
/* Header style when Admin Bar is active */
@media screen and (max-width: 782px) {
  .admin-bar.stick .site-header,
  .admin-bar.stick .mean-container {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar.stick .site-header,
  .admin-bar.stick .mean-container {
    top: 0 !important;
  }
}
.header-action-items {
  text-align: right;
  transition: all 1s ease-out;
}
.header-action-items > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-action-items > li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.header-action-items > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-action-items > li i:before {
  margin-left: 0;
}
.trheader.header-style-5 .site-header .stick .site-branding {
  height: 67px;
}
.site-wrp .ls-v6 .ls-nav-prev::after,
.site-wrp .ls-v6 .ls-nav-next::after {
  width: 15px !important;
  height: 15px !important;
  color: #fad03b !important;
  top: 34px !important;
}
.site-wrp .ls-v6 .ls-nav-prev,
.site-wrp .ls-v6 .ls-nav-next {
  width: 50px;
  height: 50px;
  border: 2px solid #fad03b !important;
  border-radius: 50% !important;
}
.site-wrp .ls-v6 .ls-nav-prev:hover,
.site-wrp .ls-v6 .ls-nav-next:hover {
  width: 50px;
  height: 50px;
  border: 2px solid #fad03b !important;
  border-radius: 50% !important;
  background-color: #fad03b !important;
}
.site-wrp .ls-v6 .ls-nav-prev:hover,
.site-wrp .ls-v6 .ls-nav-next:hover {
  transform: inherit !important;
}
.site-wrp .ls-v6 .ls-nav-next::after {
  right: 20px;
  transform: rotate(45deg);
  border-right: 3px solid #fad03b !important;
}
.site-wrp .ls-v6 .ls-nav-prev:hover::after {
  border-top-color: #282828 !important;
  border-left-color: #282828 !important;
}
.site-wrp .ls-v6 .ls-nav-next:hover::after {
  border-top-color: #282828 !important;
  border-right-color: #282828 !important;
}
.site-wrp .ls-v6 .ls-nav-prev::after,
.site-wrp .ls-v6 .ls-nav-next::after {
  border: 3px solid transparent;
  border-top: 3px solid #fad03b !important;
}
.site-wrp .ls-v6 .ls-nav-prev::after {
  left: 20px;
  transform: rotate(-45deg);
  border-left: 3px solid #fad03b !important;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a {
  color: #484848;
  line-height: 1.2;
  font-weight: 600;
  font-size: 16px;
}
.single-post .entry-banner .inner-page-banner .breadcrumbs-area h1 {
  font-size: 5rem;
}
.header-style-6 .rt-header-top-bar {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.header-style-6 .rt-header-top-bar .rt-tophead-contact ul li {
  display: inline-block;
  color: #fff;
  margin-right: 15px;
}
.header-style-6 .rt-header-top-bar .rt-tophead-contact ul li a {
  color: #fff;
}
.header-style-6 .rt-header-top-bar .rt-tophead-contact ul li i {
  background-color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
  color: #111;
  line-height: 1.7;
}
.header-style-6 .rt-header-top-bar .tophead-social {
  text-align: right;
}
.header-style-6 .rt-header-top-bar .tophead-social li {
  display: inline-block;
}
.header-style-6 .rt-header-top-bar .tophead-social li a {
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #111;
}
.header-style-6 .rt-header-top-bar .tophead-social li a:hover {
  background-color: #4c1864;
  color: #fff;
}
.header-new-icon7-wrp {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  text-align: right;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.header-icon-area.header-new-icon7 {
  float: right;
  padding-left: 0;
  position: relative;
  font-size: 18px;
  margin-right: 24px;
}
.header-new-icon7-wrp .btn-no-fill.size-xs.border-radius-5.gust {
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  padding: 14px 26px;
  text-transform: uppercase;
}
.header-new-icon7-wrp .btn-no-fill.size-xs.border-radius-5.gust:hover {
  background-color: #fff;
  color: #4c1864;
}
.header-sticky-wrapper {
  transition: all 0.3s ease-out;
}
.d-content {
  padding-top: 60px;
}
/*---------------------------------------------------------
#. Footer - Preloader, Scroll to top, Copyright
-----------------------------------------------------------*/
#preloader {
  background-color: #4c1864;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
a.scrollToTop {
  background-color: rgba(76, 24, 100, 0.3);
  bottom: 5px;
  color: #4c1864;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: all 0.1s ease-out;
  width: 44px;
  z-index: 5;
  border: 2px solid #4c1864;
  border-radius: 50%;
}
a.scrollToTop:hover,
a.scrollToTop:focus {
  background-color: #4c1864;
  color: #fff;
}
.footer-box-layout {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
  .footer-box-layout {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-layout1 {
  padding-top: 120px;
  padding-bottom: 94px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .footer-layout1 {
    padding-top: 100px;
    padding-bottom: 74px;
  }
}
.footer-layout1 .footer-logo {
  margin-bottom: 40px;
  display: block;
}
.footer-layout1 .footer-logo img {
  margin: 0 auto;
}
.footer-layout1 p {
  margin-bottom: 35px;
}
.footer-layout1 p a {
  color: #4c1864;
}
.footer-layout1 p a:hover {
  color: #fad03b;
}
.footer-layout1 .footer-social ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.footer-layout1 .footer-social ul li:last-child {
  margin-right: 0;
}
.footer-layout1 .footer-social ul li a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #646464;
  display: block;
  position: relative;
  transition: all 0.5s ease-out;
}
.footer-layout1 .footer-social ul li a:hover {
  color: #fad03b;
}
.footer-layout1 .footer-social ul li a:hover:after {
  width: 40px;
  left: 0;
}
.footer-layout1 .footer-social ul li a:hover:before {
  width: 40px;
  left: 0;
}
.footer-layout1 .footer-social ul li a:after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fad03b;
  transition: all 0.5s ease-out;
}
.footer-layout1 .footer-social ul li a:before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fad03b;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-top-area {
  padding-top: 11rem;
  padding-bottom: 5.5rem;
  background-color: #191919;
}
.footer-layout2 .footer-top-area .widget h3::after {
  display: none;
}
.footer-layout2 .footer-top-area .widget.widget_eventalk_about img {
  margin-top: 0;
}
.footer-layout2 .footer-top-area .widget.widget_eventalk_info ul li {
  padding-left: 20px !important;
}
.footer-layout2 .footer-top-area .widget {
  color: #bfbfbf;
}
@media only screen and (max-width: 991px) {
  .footer-layout2 .footer-top-area .widget {
    margin-bottom: 40px;
  }
}
.footer-layout2 .footer-top-area .widget .subscribe-layout1 h2 {
  display: none;
}
.footer-layout2 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control {
  border-radius: 24px !important;
  padding-right: 90px !important;
  min-height: 55px;
  background-color: #404344;
  box-shadow: none;
  color: #a9a9a9;
}
.footer-layout2 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area {
  border: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.footer-layout2 .footer-top-area .widget .btn-fill.size-md,
.footer-layout2 .footer-top-area .widget .btn-ghost.size-md {
  padding: 2px 35px;
  font-size: 14px;
  text-indent: -99999999px !important;
  position: relative;
  background-color: #fad03b;
  border: none;
  min-height: 46px !important;
  display: inline-block;
  border-radius: 23px;
}
.footer-layout2 .footer-top-area .widget .btn-fill.size-md:hover,
.footer-layout2 .footer-top-area .widget .btn-ghost.size-md:hover {
  background: rgba(250, 208, 59, 0.7);
  color: #fff !important;
}
.footer-layout2 .footer-top-area .widget .subscribe-layout1 input::-moz-placeholder,
.footer-layout2 .footer-top-area .widget .subscribe-layout1 textarea::-moz-placeholder {
  color: #fff;
}
.footer-layout2 .footer-top-area .widget ul li::before {
  display: none;
}
.footer-layout2 .footer-top-area .widget ul li {
  padding-left: 0;
  margin-bottom: 12px;
}
.footer-layout2 .footer-top-area .widget .input-group-addon {
  position: absolute;
  z-index: 999;
  padding: 4px;
  right: 0;
}
.footer-layout2 .footer-top-area .widget .input-group-addon:after {
  content: "\f105";
  color: #282828;
  position: absolute;
  font-size: 26px;
  left: 38px;
  z-index: 3;
  font-family: fontawesome;
}
.footer-layout2 .footer-top-area .widget .widgettitle {
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  .footer-layout2 .footer-top-area .widget .widgettitle {
    margin-bottom: 30px;
  }
}
.footer-layout2 .footer-top-area .widget .footer-widget-logo {
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .footer-layout2 .footer-top-area .widget .footer-widget-logo {
    margin-bottom: 20px;
  }
}
.footer-layout2 .footer-top-area .widget .footer-widget-about {
  margin-bottom: 30px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .footer-layout2 .footer-top-area .widget .footer-widget-about {
    margin-bottom: 20px;
    padding-right: 0px;
  }
}
.footer-layout2 .footer-top-area .widget .footer-widget-contact {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .footer-layout2 .footer-top-area .widget .footer-widget-contact {
    font-size: 20px;
  }
}
.footer-layout2 .footer-top-area .widget .footer-widget-contact a {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-top-area .widget .footer-widget-contact a:hover {
  color: #fad03b;
}
.footer-layout2 .footer-top-area .widget .footer-widget-contact:before {
  content: "\f095";
  color: #fad03b;
  position: absolute;
  top: 5px;
  font-size: 20px;
  left: 0;
  z-index: 3;
  font-family: fontawesome;
}
.footer-layout2 .footer-top-area .widget .footer-widget-social ul li {
  margin-right: 5px;
  display: inline-block;
  padding-left: 0px;
}
.footer-layout2 .footer-top-area .widget .footer-widget-social ul li:last-child {
  margin-right: 0;
}
.footer-layout2 .footer-top-area .widget .footer-widget-social ul li:before {
  display: none;
}
.footer-layout2 .footer-top-area .widget .footer-widget-social ul li a {
  padding: 1px 8px;
  display: inline-block;
  color: #676c6f;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-top-area .widget .footer-widget-social ul li a:hover {
  color: #FFFFFF;
}
.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li {
  margin-bottom: 12px;
}
.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li a {
  color: #bfbfbf;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li a:hover {
  color: #FFFFFF;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group {
  margin-top: 30px;
  background-color: #404344;
  height: 52px;
  padding: 5px 5px 5px 15px;
  border-radius: 45px;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .form-control {
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #404344;
  border-radius: 45px;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon {
  border: none;
  padding: 0;
  background-color: #4c1864;
  transition: all 0.5s ease-out;
  border-radius: 45px;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"] {
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  padding: 6px 15px 8px;
  font-size: 16px;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:focus,
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:hover {
  outline-width: 0;
  outline: none;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover {
  background-color: #fad03b;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover button {
  color: #282828;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon .form-control:focus {
  border-color: none;
  outline: none;
  box-shadow: none;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-moz-placeholder {
  color: #bfbfbf;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-moz-placeholder {
  color: #bfbfbf;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-ms-input-placeholder {
  color: #bfbfbf;
}
.footer-layout2 .footer-bottom-area {
  background-color: #0b1013;
  text-align: center;
  color: #b1b1b1;
  padding: 25px 0 1px;
}
.footer-layout2 .footer-bottom-area a {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-bottom-area a:hover {
  color: #fad03b;
}
.footer-layout4 .footer-top-area {
  padding-top: 11rem;
  padding-bottom: 5.5rem;
  background-color: #191919;
}
.footer-layout4 .footer-top-area .widget h3::after {
  display: none;
}
.footer-layout4 .footer-top-area .widget.widget_eventalk_about img {
  margin-top: 0;
}
.footer-layout4 .footer-top-area .widget.widget_eventalk_info ul li {
  padding-left: 20px !important;
}
.footer-layout4 .footer-top-area .widget {
  color: #bfbfbf;
}
@media only screen and (max-width: 991px) {
  .footer-layout4 .footer-top-area .widget {
    margin-bottom: 40px;
  }
}
.footer-layout4 .footer-top-area .widget .subscribe-layout1 h2 {
  display: none;
}
.footer-layout4 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control {
  border-radius: 50px !important;
  padding-right: 80px !important;
  min-height: 48px;
  background-color: #404344;
  box-shadow: none;
  color: #a9a9a9;
}
.footer-layout4 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area {
  border: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.footer-layout4 .footer-top-area .widget .btn-fill.size-md,
.footer-layout4 .footer-top-area .widget .btn-ghost.size-md {
  padding: 2px 35px;
  font-size: 14px;
  text-indent: -99999999px !important;
  position: relative;
  background-image: linear-gradient(to right, #401a85 9%, #ec407a 96%, #ec407a 87%);
  border: none;
  min-height: 40px !important;
  display: inline-block;
  border-radius: 40px;
}
.footer-layout4 .footer-top-area .widget .btn-fill.size-md:hover,
.footer-layout4 .footer-top-area .widget .btn-ghost.size-md:hover {
  background-image: linear-gradient(to left, #401a85 9%, #ec407a 96%, #ec407a 87%);
  color: #fff !important;
}
.footer-layout4 .footer-top-area .widget .subscribe-layout1 input::-moz-placeholder,
.footer-layout4 .footer-top-area .widget .subscribe-layout1 textarea::-moz-placeholder {
  color: #fff;
}
.footer-layout4 .footer-top-area .widget ul li::before {
  display: none;
}
.footer-layout4 .footer-top-area .widget ul li {
  padding-left: 0;
  margin-bottom: 12px;
}
.footer-layout4 .footer-top-area .widget .input-group-addon {
  position: absolute;
  z-index: 999;
  padding: 4px;
  right: 0;
}
.footer-layout4 .footer-top-area .widget .input-group-addon:after {
  content: "\f105";
  color: #fff;
  position: absolute;
  font-size: 26px;
  left: 38px;
  z-index: 3;
  font-family: fontawesome;
}
.footer-layout4 .footer-top-area .widget .widgettitle {
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  .footer-layout4 .footer-top-area .widget .widgettitle {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-layout4 .footer-top-area .widget .widgettitle {
    margin-bottom: 10px;
  }
}
.footer-layout4 .footer-top-area .widget .footer-widget-logo {
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .footer-layout4 .footer-top-area .widget .footer-widget-logo {
    margin-bottom: 20px;
  }
}
.footer-layout4 .footer-top-area .widget .footer-widget-about {
  margin-bottom: 30px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .footer-layout4 .footer-top-area .widget .footer-widget-about {
    margin-bottom: 20px;
    padding-right: 0px;
  }
}
.footer-layout4 .footer-top-area .widget .footer-widget-contact {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .footer-layout4 .footer-top-area .widget .footer-widget-contact {
    font-size: 20px;
  }
}
.footer-layout4 .footer-top-area .widget .footer-widget-contact a {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.footer-layout4 .footer-top-area .widget .footer-widget-contact a:hover {
  color: #fad03b;
}
.footer-layout4 .footer-top-area .widget .footer-widget-contact:before {
  content: "\f095";
  color: #fad03b;
  position: absolute;
  top: 5px;
  font-size: 20px;
  left: 0;
  z-index: 3;
  font-family: fontawesome;
}
.footer-layout4 .footer-top-area .widget .footer-widget-social ul li {
  margin-right: 5px;
  display: inline-block;
  padding-left: 0px;
}
.footer-layout4 .footer-top-area .widget .footer-widget-social ul li:last-child {
  margin-right: 0;
}
.footer-layout4 .footer-top-area .widget .footer-widget-social ul li:before {
  display: none;
}
.footer-layout4 .footer-top-area .widget .footer-widget-social ul li a {
  padding: 1px 8px;
  display: inline-block;
  color: #676c6f;
  transition: all 0.5s ease-out;
}
.footer-layout4 .footer-top-area .widget .footer-widget-social ul li a:hover {
  color: #FFFFFF;
}
.footer-layout4 .footer-top-area .widget .footer-widget-menu ul li {
  margin-bottom: 12px;
}
.footer-layout4 .footer-top-area .widget .footer-widget-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-layout4 .footer-top-area .widget .footer-widget-menu ul li a {
  color: #bfbfbf;
  transition: all 0.5s ease-out;
}
.footer-layout4 .footer-top-area .widget .footer-widget-menu ul li a:hover {
  color: #FFFFFF;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group {
  margin-top: 30px;
  background-color: #404344;
  height: 52px;
  padding: 5px 5px 5px 15px;
  border-radius: 45px;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .form-control {
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #404344;
  border-radius: 45px;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon {
  border: none;
  padding: 0;
  background-color: #4c1864;
  transition: all 0.5s ease-out;
  border-radius: 45px;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"] {
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  padding: 6px 15px 8px;
  font-size: 16px;
  transition: all 0.5s ease-out;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:focus,
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:hover {
  outline-width: 0;
  outline: none;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover {
  background-color: #fad03b;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover button {
  color: #282828;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon .form-control:focus {
  border-color: none;
  outline: none;
  box-shadow: none;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-moz-placeholder {
  color: #bfbfbf;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-moz-placeholder {
  color: #bfbfbf;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-ms-input-placeholder {
  color: #bfbfbf;
}
.footer-layout4 .footer-bottom-area {
  background-color: #0b1013;
  text-align: center;
  color: #b1b1b1;
  padding: 25px 0 1px;
}
.footer-layout4 .footer-bottom-area a {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.footer-layout4 .footer-bottom-area a:hover {
  color: #fad03b;
}
/*---------------------------------------------
#. Widgets - Sidebar and Footer Widgets
-----------------------------------------------*/
.search-form .custom-search-input input.search-query {
  color: #282828;
  background-color: transparent;
  border-color: #dcdcdc;
  border-radius: 3px 0 0 3px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  box-shadow: none;
  height: 43px;
  font-size: 15px;
}
.search-form .custom-search-input input.search-query:-ms-input-placeholder {
  color: #707070;
}
.search-form .custom-search-input input.search-query::placeholder {
  color: #707070;
}
.search-form .custom-search-input button.btn {
  padding: 1.4rem 1.8rem;
  cursor: pointer;
  background: #fad03b;
  border: 0;
  display: block;
  transition: all 0.5s ease-out;
}
.search-form .custom-search-input button.btn span {
  color: #282828;
  font-size: 14px;
  transition: all 0.5s ease-out;
}
.search-form .custom-search-input button.btn:hover {
  opacity: 0.8;
}
.widget {
  margin-bottom: 40px;
  color: #282828;
}
.widget h3 {
  color: #282828;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.3;
}
.widget h3:after {
  background-color: #4c1864;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
}
.widget select {
  padding: 8px 10px;
  width: 100%;
}
.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 8px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .widget ul li {
    font-size: 16px;
  }
}
.widget ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #4c1864;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  line-height: 1;
}
.widget ul li ul.children,
.widget ul li ul.sub-menu {
  list-style-type: none;
  border-top: 1px solid #e0e0e0;
  padding-left: 20px;
  padding-top: 10px;
  margin-top: 10px;
}
.widget ul li ul.children li :last-child,
.widget ul li ul.sub-menu li :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.widget ul li a {
  color: #282828;
  display: inline;
  transition: all 0.3s ease 0s;
}
.widget ul li a:hover {
  color: #fad03b;
}
.widget_tag_cloud a {
  padding: 9px 10px;
  display: inline-block;
  font-size: 15px !important;
  margin-bottom: 3px;
  transition: all 0.3s ease 0s;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  line-height: 1.5;
  color: #282828 !important;
  text-transform: capitalize;
}
.widget_tag_cloud a:hover {
  border-color: #4c1864;
  background-color: #4c1864;
  color: #ffffff !important;
}
.widget_calendar table {
  margin-top: 0;
}
.widget_calendar table caption {
  padding-top: 0;
}
.widget_calendar table th,
.widget_calendar table td {
  padding: 7px;
}
@media all and (max-width: 767px) {
  .sidebar-widget-area {
    margin-top: 40px;
  }
}
.sidebar-widget-area .widget ul li {
  padding-bottom: 10px;
}
.sidebar-widget-area .widget h3 {
  font-size: 22px;
  font-weight: 700;
}
.sidebar-widget-area .widget ul.menu li ul.children,
.sidebar-widget-area .widget ul.menu li ul.sub-menu {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .sidebar-widget-area .widget ul.menu li ul.children,
  .sidebar-widget-area .widget ul.menu li ul.sub-menu {
    padding-left: 3px;
  }
}
.sidebar-widget-area .widget ul.menu li {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .sidebar-widget-area .widget ul.menu li {
    padding-left: 3px;
  }
}
.sidebar-widget-area .widget ul.menu li:before {
  left: -5px;
}
.footer-top-area .search-form .custom-search-input input.search-query,
.footer-top-area .search-form .custom-search-input button.btn {
  background-color: #fff;
  border: none;
}
@media all and (max-width: 767px) {
  .footer-top-area .widget {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 480px) {
  .footer-top-area .widget {
    margin-bottom: 40px;
  }
}
.footer-top-area .widget ul li {
  border-color: transparent;
}
.footer-top-area .widget ul li:before {
  color: #4c1864;
}
.footer-top-area .widget ul li ul.children,
.footer-top-area .widget ul li ul.sub-menu {
  border-color: #373737;
}
.footer-top-area .widget.widget_tag_cloud a {
  border-color: #b3b3b3;
  text-transform: capitalize;
  color: #b3b3b3 !important;
}
.footer-top-area .widget.widget_tag_cloud a:hover {
  color: #111 !important;
  border-color: #4c1864;
}
.footer-top-area .widget ul.menu li ul.children,
.footer-top-area .widget ul.menu li ul.sub-menu {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .footer-top-area .widget ul.menu li ul.children,
  .footer-top-area .widget ul.menu li ul.sub-menu {
    padding-left: 3px;
  }
}
.footer-top-area .widget ul.menu li {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .footer-top-area .widget ul.menu li {
    padding-left: 3px;
  }
}
.footer-top-area .widget ul.menu li:before {
  left: -5px;
}
/*---------------------------------------------
#. Custom Widgets
-----------------------------------------------*/
.widget.widget_eventalk_about img {
  margin-top: 5px;
}
.widget.widget_eventalk_about .rtin-des {
  margin-bottom: 20px;
}
.widget.widget_eventalk_about .rtin-des a {
  font-size: 24px;
  color: #fff;
  margin-top: 15px;
  display: block;
  font-weight: 700;
}
.widget.widget_eventalk_about .rtin-des a i {
  color: #fad03b;
}
.widget.widget_eventalk_about ul li {
  display: inline-block;
  margin: 0 1px 1px 0;
  padding: 0;
  border: none;
}
.widget.widget_eventalk_about ul li a {
  display: block;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-out;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border: none;
}
.widget.widget_eventalk_about ul li a:hover {
  color: #4c1864;
}
.widget.widget_eventalk_about ul li::before {
  content: none;
}
.widget.widget_eventalk_info {
  border-radius: 4px;
}
.widget.widget_eventalk_info ul li {
  padding-left: 30px;
  font-size: 16px;
}
.widget.widget_eventalk_info ul li:before {
  content: none;
}
.widget.widget_eventalk_info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_eventalk_info ul li i {
  color: #fff;
  left: 0;
  position: absolute;
  top: 6px;
}
.widget .category-type ul li {
  background-color: #f1f7fa;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.8;
  border-radius: 4px;
  border-bottom: none;
  margin-bottom: 2px;
}
.widget .category-type ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #4c1864;
  position: absolute;
  right: 24px;
  top: 20px;
  font-size: 18px;
  line-height: 1;
  left: inherit;
}
.widget .category-type ul li:hover:before {
  color: #fff;
}
.widget .category-type ul li a {
  display: block;
  padding: 15px 15px 15px 30px;
  color: #222222;
  border-radius: 4px;
}
.widget .category-type ul li a:hover {
  background-color: #4c1864;
  color: #fff;
}
.sidebar-widget-area .widget.widget_eventalk_info {
  background-image: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/img/icon-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.sidebar-widget-area .contact-us-form {
  background-color: #4c1864;
  color: #fff;
  padding: 30px 30px 5px 30px;
  border-radius: 4px;
}
.sidebar-widget-area .contact-us-form h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-weight: 700;
  position: relative;
}
.sidebar-widget-area .contact-us-form h3:after {
  content: "";
  height: 5px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
}
.sidebar-widget-area .contact-us-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.sidebar-widget-area .contact-us-form .form-group .form-control {
  border-radius: 4px;
  background: #489aed;
  box-shadow: none;
  color: #ffffff;
  border: none;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-webkit-input-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-moz-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-moz-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .widget_eventalk_info {
  background-color: #4c1864;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 30px 10px 35px 30px;
}
.sidebar-widget-area .widget_eventalk_info ul li {
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
}
.sidebar-widget-area .widget_eventalk_info ul li a {
  color: #fff;
}
.sidebar-widget-area .widget_eventalk_info ul li .fa {
  display: none;
}
.sidebar-widget-area .widget_eventalk_info h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .sidebar-widget-area .widget_eventalk_info h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 480px) {
  .sidebar-widget-area .widget_eventalk_info h3 {
    margin-bottom: 20px;
  }
}
.sidebar-widget-area .widget_eventalk_info h3::after {
  background-color: #fff;
}
.kebo-tweets .ktweet .kmeta a {
  color: #4c1864;
}
.kebo-tweets .ktweet .kmeta a:hover {
  color: #fff;
}
.widget_eventalk_info.widget ul li i {
  color: #fad03b;
  margin-right: 10px;
}
.widget_eventalk_info.widget ul li::before {
  display: none;
}
.widget_recent_comments ul li span {
  font-weight: 700;
}
.single-post .entry-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
}
.header-sticky-wrapper {
  transition: all 0.3s ease-out;
}
.d-content {
  padding-top: 60px;
}
/*-------------------------------------
#. Buttons
---------------------------------------*/
.inline-block {
  display: inline-block;
}
a.rtin-button-1 {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 12px 35px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 767px) {
  a.rtin-button-1 {
    padding: 10px 20px;
  }
}
a.rtin-button-1,
a.rtin-button-1:link,
a.rtin-button-1:visited {
  color: #282828;
}
a.rtin-button-1:hover {
  color: #fff;
  background-color: transparent;
}
.rdtheme-button-1 {
  background-color: #4c1864;
  padding: 17px 26px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.rdtheme-button-1,
.rdtheme-button-1:link,
.rdtheme-button-1:visited {
  color: #fff;
}
.rdtheme-button-1:hover {
  color: #fff;
  background-color: #fad03b;
}
.rdtheme-button-ghost-1 {
  background-color: #4c1864;
  border: 2px solid #4c1864;
  padding: 15px 26px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.rdtheme-button-ghost-1,
.rdtheme-button-ghost-1:link,
.rdtheme-button-ghost-1:visited {
  color: #fff;
}
.rdtheme-button-ghost-1:hover {
  color: #4c1864;
  background-color: transparent;
}
.rdtheme-button-ghost-1 i {
  font-size: 18px;
  line-height: 1.90;
}
.rdtheme-button-2 {
  border: 2px solid #4c1864;
  padding: 12px 26px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.rdtheme-button-2,
.rdtheme-button-2:link,
.rdtheme-button-2:visited {
  color: #4c1864;
}
.rdtheme-button-2:hover {
  color: #fff;
  border-color: #4c1864;
  background-color: #4c1864;
}
.rdtheme-button-4 {
  border: 2px solid #4c1864;
  padding: 10px 22px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.rdtheme-button-4,
.rdtheme-button-4:link,
.rdtheme-button-4:visited {
  color: #444;
}
.rdtheme-button-4:hover {
  color: #fff;
  border-color: #4c1864;
  background-color: #4c1864;
}
.rdtheme-button-3 {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}
.rdtheme-button-3,
.rdtheme-button-3:link,
.rdtheme-button-3:visited {
  color: #4c1864;
}
.rdtheme-button-3:hover {
  background-color: transparent;
  color: #fff;
}
.rdtheme-button-3:hover i {
  color: #fff;
}
.rdtheme-button-blog {
  font-size: 18px;
}
.rdtheme-button-blog:hover {
  color: #282828;
}
.contact-us-form input.rdtheme-button-submit[type="submit"] {
  border: 2px solid #4c1864;
  padding: 15px 26px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #4c1864;
}
.contact-us-form input.rdtheme-button-submit[type="submit"]:hover {
  color: #fff;
  border-color: #fad03b;
  background-color: #fad03b;
}
/*-------------------------------------
#. Banner
---------------------------------------*/
.entry-banner {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  text-align: center;
}
.entry-banner:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.entry-banner .inner-page-banner {
  position: relative;
  display: block;
  padding: 13rem 0 14.5rem;
}
@media only screen and (max-width: 767px) {
  .entry-banner .inner-page-banner {
    padding: 12.3rem 0 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .entry-banner .inner-page-banner {
    padding: 11.3rem 0 12rem;
  }
}
.entry-banner .inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.entry-banner .inner-page-banner .breadcrumbs-area h1 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 6rem;
  line-height: 1.4;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 10px;
    font-size: 7rem;
  }
}
@media only screen and (max-width: 575px) {
  .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0;
    font-size: 8rem;
  }
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #c6c6c6;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 5;
  color: #c6c6c6;
  font-family: fontawesome;
  font-size: 20px;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li a {
  color: #fad03b;
  transition: all 0.5s ease-out;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #FFFFFF;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.entry-banner .inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right;
}
.trheader .entry-banner {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  text-align: center;
}
.trheader .entry-banner:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.trheader .entry-banner .inner-page-banner {
  position: relative;
  display: block;
  padding: 13rem 0 20rem;
}
@media only screen and (max-width: 991px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 15.3rem 0 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 13.3rem 0 14rem;
  }
}
@media only screen and (max-width: 575px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 11.3rem 0 12rem;
  }
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 6rem;
  line-height: 1.4;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 10px;
    font-size: 7rem;
  }
}
@media only screen and (max-width: 575px) {
  .trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0;
    font-size: 8rem;
  }
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #c6c6c6;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 5;
  color: #c6c6c6;
  font-family: fontawesome;
  font-size: 20px;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li a {
  color: #fad03b;
  transition: all 0.5s ease-out;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #FFFFFF;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right;
}
.breadcrumb-area .entry-breadcrumb {
  color: #ffffff;
}
.breadcrumb-area .entry-breadcrumb span {
  display: inline-block;
  color: #c6c6c6;
  font-size: 18px;
  position: relative;
  margin-right: 3px;
  padding-right: 1px;
  padding-left: 5px;
}
.breadcrumb-area .entry-breadcrumb span a {
  transition: all 0.3s ease-in-out 0s;
}
.breadcrumb-area .entry-breadcrumb span a:hover {
  color: #ffffff;
}
/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area {
  padding-top: 40px;
  width: 100%;
}
@media all and (max-width: 991px) {
  .pagination-area {
    padding-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .pagination-area {
    padding-top: 20px;
  }
}
.rt-team-archive .pagination-area {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .rt-team-archive .pagination-area {
    padding-top: 0;
  }
}
@media all and (max-width: 480px) {
  .rt-team-archive .pagination-area {
    padding-top: 30px;
  }
}
.pagination-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.pagination-area ul li {
  display: inline-block;
}
.pagination-area ul li a,
.pagination-area ul li span {
  background-color: #dde7ec;
  color: #282828;
  transition: all 0.5s ease-out;
  margin: 0 3px;
  display: block;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  border-radius: 4px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 15px;
}
.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area ul li span.current {
  background-color: #4c1864;
  color: #282828;
}
/*-------------------------------------
#. Contents
---------------------------------------*/
ul.entry-meta-2 {
  padding: 0;
}
ul.entry-meta-2 li {
  list-style: none;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.post-each {
  margin-bottom: 30px;
  transition: all 0.5s ease-out;
}
.post-each .entry-thumbnail-area {
  position: relative;
  overflow: hidden;
}
.post-each .entry-thumbnail-area:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.post-each .entry-thumbnail-area:hover:before {
  animation: shine .75s;
}
.post-each .entry-thumbnail-area img {
  transition: all 0.5s ease-out;
  width: 100%;
}
.post-each .entry-thumbnail-area.nothumb .entry-meta-1 {
  position: relative;
}
.post-each .entry-meta-2 {
  color: #6c6c6c;
}
.post-each .entry-meta-2 li {
  display: inline-block;
}
.post-each .entry-meta-2 li:last-child {
  float: right;
}
.post-each .entry-meta-2 li.vcard-author {
  text-align: center;
}
.post-each .entry-meta-2 li.vcard-author i {
  border-radius: 50%;
  color: #fad03b;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 2px;
  transition: all 0.5s ease-out;
}
.post-each .entry-meta-2 li.vcard-author a {
  color: #6c6c6c;
  transition: all 0.5s ease-out;
}
.post-each .entry-meta-2 li.vcard-author a:hover {
  color: #fad03b;
}
.post-each .entry-meta-2 li.vcard-comments {
  text-align: center;
}
.post-each .entry-meta-2 li.vcard-comments i {
  color: #fad03b;
}
.post-each .entry-meta-2 li.vcard-comments a {
  color: #6c6c6c;
  transition: all 0.5s ease-out;
}
.post-each .entry-meta-2 li.vcard-comments a:hover {
  color: #fad03b;
}
.post-each .entry-meta-1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-each .entry-meta-1 span.updated {
  color: #6c6c6c;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}
.post-each .entry-meta-1 span.updated i {
  font-size: 14px;
}
.post-each .entry-meta-1 li {
  display: inline;
  padding-right: 30px;
  color: #6c6c6c;
}
.post-each .entry-meta-1 li:last-child {
  padding-right: 0;
}
.post-each .entry-meta-1 li a {
  transition: all 0.3s ease-out;
}
.post-each .entry-meta-1 li a:hover {
  color: #fad03b;
}
.post-each .entry-meta-1 li a:hover span {
  color: #fad03b;
}
.post-each .entry-meta-1 li i {
  margin-right: 2px;
  color: #fad03b;
  width: 16px;
}
.post-each .entry-content-area {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
  transition: all 0.5s ease-out;
}
.post-each .entry-content-area .entry-header {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-each .entry-content-area .entry-header h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.post-each .entry-content-area .entry-header h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .post-each .entry-content-area .entry-header h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.post-each .entry-content-area .entry-header a.entry-title {
  color: #282828;
  transition: all 0.4s ease-out;
}
.post-each .entry-content-area .entry-header a.entry-title:hover {
  color: #4c1864;
}
.post-each .entry-content-area .entry-header .entry-meta-2 {
  color: #6c6c6c;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.post-each .entry-content-area .entry-header .entry-meta-2 li {
  margin-right: 20px;
  display: inline-block;
  color: #6c6c6c;
}
.post-each .entry-content-area .entry-header .entry-meta-2 li:last-child {
  margin-right: 0;
}
.post-each .entry-content-area .entry-header .entry-meta-2 li a {
  padding-left: 5px;
}
.post-each .entry-content-area .rdtheme-button-2 {
  display: inline-block;
  padding: 12px 24px;
}
.post-each .entry-content-area .read-more-btn {
  color: #282828;
  font-weight: 600;
  transition: all 0.5s ease-out;
}
.post-each .entry-content-area .read-more-btn i {
  color: #4c1864;
  margin-left: 15px;
}
.post-each .entry-content-area .read-more-btn:hover {
  color: #4c1864;
}
.post-each .entry-content-area:hover {
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.9);
}
.post-each .entry-content-area:hover .entry-meta-2 {
  color: #6c6c6c;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author i {
  color: #fad03b;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author a {
  color: #6c6c6c;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author a:hover {
  color: #fad03b;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments i {
  color: #fad03b;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments a {
  color: #6c6c6c;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments a:hover {
  color: #fad03b;
}
.post-each.post-each-alt .entry-meta-1 li {
  display: block;
  padding-right: 0;
}
.post-each.post-each-single {
  box-shadow: none;
  margin-bottom: 0;
}
.post-each.post-each-single .entry-thumbnail-area:before {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  transition: all 0.5s ease-out;
  transform: none;
  left: 0;
}
.post-each.post-each-single .entry-thumbnail-area:hover:before {
  opacity: 1;
  visibility: visible;
  animation: none;
}
.post-each.post-each-single .entry-content-area {
  background-color: inherit;
  padding: 30px 0;
  box-shadow: none;
}
.post-each.post-each-single .entry-content-area .entry-header {
  margin-bottom: 15px;
}
.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 {
  color: #6c6c6c;
}
.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 li {
  margin-right: 0;
}
.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 li.rtin-spacer {
  color: #dcdcdc;
  margin: 0 10px;
}
.post-each.post-each-single .entry-content-area .entry-tags {
  color: #8c8c8c;
  margin-top: 20px;
}
.post-each.post-each-single .entry-content-area .entry-tags span {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  line-height: 1.3;
  padding-right: 5px;
}
.post-each.post-each-single .entry-content-area .entry-tags a {
  color: #8c8c8c;
  transition: all 0.3s ease-out;
  padding-left: 5px;
}
.post-each.post-each-single .entry-content-area .entry-tags a:hover {
  color: #4c1864;
}
.post-each.post-each-single .entry-content-area h2.title.single-title {
  font-size: 32px;
  line-height: 1.4;
}
.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.site-index .pagination-area {
  margin-top: 30px;
}
.site-search .pagination-area {
  margin-top: 60px;
}
.site-index .sticky .entry-content-area {
  background-color: #f5e8fb;
}
.primary-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.primary-list li {
  margin-bottom: 5px;
}
.primary-list li:before {
  background-color: #4c1864;
  border-radius: 17px;
  color: #fff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 12px;
  padding: 4px;
  line-height: 1.5;
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area ul.comment-list {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 43px !important;
  margin-bottom: 43px !important;
}
.comments-area ul.comment-list,
.comments-area ul.children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comments-area ul.children {
  margin-left: 50px;
}
@media all and (max-width: 991px) {
  .comments-area ul.children {
    margin-left: 20px;
  }
}
@media all and (max-width: 480px) {
  .comments-area ul.children {
    margin-left: 10px;
  }
}
.comments-area .avatar-disabled .main-comments ul.children {
  margin-left: 30px;
}
@media all and (max-width: 991px) {
  .comments-area .avatar-disabled .main-comments ul.children {
    margin-left: 20px;
  }
}
@media all and (max-width: 480px) {
  .comments-area .avatar-disabled .main-comments ul.children {
    margin-left: 10px;
  }
}
.comments-area h3.comment-title {
  color: #282828;
  font-size: 24px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 20px;
}
.comments-area h3.comment-title:after {
  background-color: #fad03b;
  border-radius: 6px;
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.comments-area .main-comments {
  padding-top: 12px;
}
.comments-area .main-comments:first-child {
  padding-top: 0px;
}
.comments-area .main-comments .children li {
  padding-top: 12px;
}
.comments-area .main-comments .each-comment {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .each-comment {
    padding: 5px 0;
  }
}
.comments-area .main-comments .imgholder {
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .imgholder {
    max-width: 120px;
  }
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .imgholder {
    max-width: 70px;
    margin-right: 10px;
  }
}
.comments-area .main-comments .imgholder img {
  border-radius: 50%;
  background-color: #f8f8f8;
  width: 100%;
}
.comments-area .main-comments .comment-meta {
  color: #282828;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .comment-meta {
    font-size: 14px;
  }
}
.comments-area .main-comments .comment-meta .comment-meta-left {
  float: left;
  margin-bottom: 10px;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .comment-meta-left {
    float: none;
  }
}
.comments-area .main-comments .comment-meta .comment-meta-left a {
  color: #282828;
}
.comments-area .main-comments .comment-meta .comment-meta-left a:hover {
  text-decoration: underline;
}
.comments-area .main-comments .comment-meta .reply-area {
  float: right;
  margin-top: -9px;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .reply-area {
    float: none;
  }
}
.comments-area .main-comments .comment-meta .reply-area a {
  color: #282828;
  padding: 12px 20px;
  background: #fad03b;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  transition: all 0.5s ease-out;
  border-radius: 4px;
}
.comments-area .main-comments .comment-meta .reply-area a:hover {
  background: #4c1864;
  color: #fff;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .reply-area a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
  }
}
.comments-area .main-comments .comments-body {
  margin-left: 20px;
}
.comments-area .main-comments .comments-body .comment-text {
  font-size: 14px;
  line-height: 1.75;
}
.comments-area .main-comments .comments-body .comment-text p {
  margin-bottom: 10px;
}
.comments-area .main-comments .comments-body .comment-text .comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  color: #282828;
}
.comments-area .main-comments #respond {
  padding-top: 20px;
}
.comments-area #respond form .btn-send {
  color: #fff;
}
.comments-area .comments-closed {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  padding-top: 20px;
  line-height: 1.3;
  color: #282828;
}
.comments-area .comment-pagination {
  margin-top: 30px;
}
.comments-area .comment-pagination ul li {
  margin-right: 5px;
  margin-top: 0;
}
.comments-area .comment-pagination ul li a {
  font-size: 12px;
  padding: 10px;
}
#respond .comment-reply-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #282828;
  position: relative;
  padding-bottom: 18px;
  display: block;
}
#respond .comment-reply-title:after {
  position: absolute;
  background-color: #fad03b !important;
  border-radius: 6px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  bottom: 0;
  width: 50px;
}
#respond .comment-notes,
#respond .logged-in-as,
#respond .form-group {
  margin-bottom: 20px;
}
#respond .logged-in-as a {
  color: #111;
}
#respond .logged-in-as a:hover {
  color: #fad03b;
}
#respond form input,
#respond form textarea {
  border: none;
  background-color: #f9f9f9;
  border-radius: 0;
  box-shadow: none;
  color: #282828;
  font-weight: 500;
  font-size: 16px;
}
#respond form input:focus,
#respond form textarea:focus {
  box-shadow: none;
}
#respond form input:-ms-input-placeholder,
#respond form textarea:-ms-input-placeholder {
  color: #868e96;
}
#respond form input::placeholder,
#respond form textarea::placeholder {
  color: #868e96;
}
#respond form input {
  height: 45px;
}
#respond form .btn-send {
  height: inherit;
  background-color: #4c1864;
  border: none;
  color: #282828;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  line-height: 1.5;
}
#respond form .btn-send:hover {
  background-color: #fad03b;
  color: #fff;
}
#respond #cancel-comment-reply-link {
  font-size: 12px;
}
/*-------------------------------------
#. No Content
---------------------------------------*/
.no-results h2.page-title {
  color: #000;
}
/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
  background-color: #4c1864;
}
.error-page-area .error-page {
  color: #ffffff;
  text-align: center;
}
.error-page-area .error-page h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.5;
}
.error-page-area .error-page p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}
.error-page-area .btn-fill {
  background-color: #fff;
  color: #4c1864;
}
.services-2bg {
  background-color: #f1f7fa;
}
.contact-us-form.contact-us-page {
  padding: 60px;
  background-color: #fff;
}
.contact-us-form.contact-us-page .rt-el-title {
  margin-bottom: 40px;
}
.contact-us-form.contact-us-page .form-group .form-control {
  border: 1px solid #dbe3e7;
  border-radius: 0;
  box-shadow: none;
  color: #656565;
  background-color: transparent;
}
.contact-us-form.contact-us-page textarea {
  overflow: auto;
  height: 157px;
}
.contact-us-form.contact-us-page .wpcf7-submit {
  padding: 14px 34px;
}
.contact-us-form.contact-us-page .form-control {
  font-size: 17px;
}
.widget_recent_entries.single-sidebar ul li span {
  display: block;
  color: #4c1864;
}
.widget_eventalk_posts .media {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.widget_eventalk_posts .media:last-child {
  border-bottom: 0;
}
.widget_eventalk_posts .media a.pull-left img.wp-post-image {
  width: 80px;
}
.widget_eventalk_posts .media .media-body {
  margin-left: 20px;
}
.widget_eventalk_posts p.date {
  margin-bottom: 10px;
  color: #fad03b;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.widget_eventalk_posts h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 600;
}
.widget_eventalk_posts h4 a {
  color: #282828;
}
.widget_eventalk_posts h4 a:hover {
  color: #fad03b;
}
.kebo-tweets.list .ktweet {
  padding: 0 !important;
}
.input-group.col-md-12 {
  padding: 0;
}
/*-------------------------------------
#. Single Event 
---------------------------------------*/
.single-event-img {
  margin-bottom: 35px;
}
.event-description {
  margin-bottom: 40px;
}
.event-description .title {
  font-size: 36px;
  line-height: 1;
}
.event-description ul li {
  line-height: 2;
  font-size: 18px;
}
.event-description ul li span {
  font-weight: 700;
}
.event-owl-wrap .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.event-owl-wrap .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #fad03b;
}
.event-owl-wrap .owl-dots .active span {
  background: #fad03b;
}
.event-owl-wrap .dot-control .owl-controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.event-owl-wrap .dot-control .owl-controls .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.event-owl-wrap .dot-control .owl-controls .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #fad03b;
}
.event-owl-wrap .dot-control .owl-controls .owl-dots .active span {
  background: #fad03b;
}
/*-------------------------------------
#. Subscribe Area
---------------------------------------*/
.subscribe-layout1 {
  text-align: center;
}
.subscribe-layout1 h2 {
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .subscribe-layout1 h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .subscribe-layout1 h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-layout1 h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.subscribe-layout1 .subscribe-input-area {
  border: none;
  padding: 0;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .subscribe-layout1 .subscribe-input-area {
    width: 100%;
  }
}
.subscribe-layout1 .subscribe-input-area .form-control {
  font-size: 16px;
  padding: 6px 20px;
  border: none;
  border-radius: 4px !important;
  color: #282828;
  min-height: 55px;
  background-color: #f2f2f2;
  box-shadow: 0px 1px 0px 0px #e4e4e4;
}
@media only screen and (max-width: 1199px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 40px;
  }
}
.subscribe-layout1 .subscribe-input-area .input-group-addon {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  transition: all 0.3s ease-out;
}
.subscribe-layout1 .subscribe-input-area .input-group-addon button {
  margin-left: 10px;
}
.subscribe-layout1 input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.subscribe-layout1 input::-webkit-input-placeholder,
.subscribe-layout1 textarea::-webkit-input-placeholder {
  color: #444444;
}
.subscribe-layout1 input::-moz-placeholder,
.subscribe-layout1 textarea::-moz-placeholder {
  color: #444444;
}
.subscribe-layout1 input:-moz-placeholder,
.subscribe-layout1 textarea:-moz-placeholder {
  color: #444444;
}
.subscribe-layout1 input:-ms-input-placeholder,
.subscribe-layout1 textarea:-ms-input-placeholder {
  color: #444444;
}
.subscribe-layout1 .input-group-addon {
  margin-left: 10px;
}
.call-to-action-layout1 {
  text-align: center;
}
.call-to-action-layout1 h2 {
  font-weight: 700;
  color: #FFFFFF;
}
.call-to-action-layout1 p {
  width: 60%;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 767px) {
  .call-to-action-layout1 p {
    width: 100%;
  }
}
.container-fluid.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
/*-------------------------------------
#. Responsive Style
---------------------------------------*/
.site-header .full-width-left-compress.new-header-2 .main-navigation > nav > ul {
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .nav-control-top {
    position: relative;
  }
  .nav-control-top .owl-controls {
    position: absolute;
    top: -80px;
    right: -2px;
    z-index: 5;
  }
  .nav-control-top .owl-controls i {
    display: block;
    line-height: 30px;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-nav {
    margin-top: 0;
  }
  .nav-control-top .owl-controls .owl-nav > div {
    padding: 0;
    border-radius: 2px;
    background-color: #fad03b;
    opacity: 1;
    font-size: 18px;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    color: #282828;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-nav > div:hover {
    background-color: #fad03b;
    color: #FFFFFF;
  }
}
@media only screen and (min-width: 992px) {
  .full-width-left-compress .container-fluid {
    padding-right: 0;
  }
  .header-icon-light a i {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.5s ease-out;
  }
  .header-icon-light a i:before {
    margin-left: 0;
    color: #FFFFFF;
    transition: all 0.5s ease-out;
  }
  .header-icon-light a:hover i {
    color: #4c1864;
  }
  .header-icon-light a:hover i:before {
    color: #4c1864;
  }
}
@media only screen and (min-width: 1200px) {
  .full-width-compress > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .full-width-left-compress .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .full-width-compress2 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-style-2 .new-header-2.full-width-compress {
    padding-left: 60px;
    padding-right: 0;
  }
  .header-style-2 .new-header-2.full-width-compress .container-fluid {
    padding-left: 30px;
    padding-right: 0;
  }
  .header-style-2 .full-width-left-compress .container-fluid {
    padding-left: 30px;
    padding-right: 0;
  }
  .header-style-2 .full-width-compress2 > * {
    padding-left: 25px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 4rem;
  }
  .header-icon-mobile a i {
    font-weight: 500;
    font-size: 20px;
    color: #9f9f9f;
    transition: all 0.5s ease-out;
  }
  .header-icon-mobile a i:before {
    margin-left: 0;
    color: #9f9f9f;
    transition: all 0.5s ease-out;
  }
  .header-icon-mobile a:hover i {
    color: #4c1864;
  }
  .header-icon-mobile a:hover i:before {
    color: #4c1864;
  }
}
@media only screen and (max-width: 575px) {
  .text-center--mb {
    text-align: center!important;
  }
  .nav-control-top {
    position: relative;
  }
  .nav-control-top .owl-controls i {
    color: #4c1864;
    display: block;
    line-height: 20px;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-nav {
    margin-top: 0;
  }
  .nav-control-top .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #4c1864;
    opacity: 1;
    font-size: 16px;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-prev {
    left: -15px;
  }
  .nav-control-top .owl-controls .owl-prev:hover {
    background: #4c1864;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-prev:hover i {
    color: #FFFFFF;
  }
  .nav-control-top .owl-controls .owl-next {
    right: -15px;
  }
  .nav-control-top .owl-controls .owl-next:hover {
    background: #4c1864;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-next:hover i {
    color: #FFFFFF;
  }
}
.skew.rtl {
  transform: skew(-205deg);
}
.skew_2.rtl {
  transform: skew(-210deg);
}
.skew_3.rtl {
  transform: skew(-210deg);
}
.skew {
  width: 1300px;
  height: 932px;
  background: rgba(76, 24, 100, 0.7);
  margin: auto;
  color: #fff;
  padding: 20px;
  text-align: center;
  transform: skew(-205deg);
}
@media only screen and (max-width: 1640px) {
  .skew {
    width: 1150px;
  }
}
@media only screen and (max-width: 1440px) {
  .skew {
    width: 1050px;
  }
}
@media only screen and (max-width: 1199px) {
  .skew {
    width: 850px;
  }
}
@media only screen and (max-width: 991px) {
  .skew {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .skew {
    width: 630px;
  }
}
@media only screen and (max-width: 575px) {
  .skew {
    width: 610px;
  }
}
@media only screen and (max-width: 479px) {
  .skew {
    width: 590px;
  }
}
.skew_2 {
  width: 1400px;
  height: 932px;
  background: rgba(76, 24, 100, 0.6);
  margin: auto;
  color: #fff;
  padding: 20px;
  text-align: center;
  transform: skew(-210deg);
}
@media only screen and (max-width: 1640px) {
  .skew_2 {
    width: 1250px;
  }
}
@media only screen and (max-width: 1440px) {
  .skew_2 {
    width: 1100px;
  }
}
@media only screen and (max-width: 1199px) {
  .skew_2 {
    width: 900px;
  }
}
@media only screen and (max-width: 991px) {
  .skew_2 {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .skew_2 {
    width: 630px;
  }
}
@media only screen and (max-width: 575px) {
  .skew_2 {
    width: 610px;
  }
}
@media only screen and (max-width: 479px) {
  .skew_2 {
    width: 590px;
  }
}
.skew_3 {
  width: 1450px;
  height: 932px;
  background: rgba(76, 24, 100, 0.5);
  margin: auto;
  color: #fff;
  padding: 20px;
  text-align: center;
  transform: skew(-210deg);
}
@media only screen and (max-width: 1640px) {
  .skew_3 {
    width: 1300px;
  }
}
@media only screen and (max-width: 1440px) {
  .skew_3 {
    width: 1150px;
  }
}
@media only screen and (max-width: 1199px) {
  .skew_3 {
    width: 950px;
  }
}
@media only screen and (max-width: 991px) {
  .skew_3 {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .skew_3 {
    text-align: center;
    transform: inherit ;
    width: 1168px;
  }
}
@media only screen and (max-width: 575px) {
  .skew_3 {
    text-align: center;
    transform: inherit ;
    width: 1168px;
  }
}
@media only screen and (max-width: 479px) {
  .skew_3 {
    text-align: center;
    transform: inherit ;
    width: 1168px;
  }
}
.trheader .site-header .site-branding {
  height: 120px;
}
.trheader .site-header .stick .site-branding {
  height: inherit ;
}
.trheader .header-icon-area .cart-icon-area .cart-icon-products {
  top: 75%;
}
.single-blog-content-holder input[type="password"] {
  height: 32px;
}
.entry-content {
  word-wrap: break-word;
  overflow-wrap: normal;
  overflow-wrap: break-word;
}
.eventalk-page-links span.page-links-title {
  font-weight: 600;
  color: #282828;
  margin-right: 5px;
  padding: 0;
}
.eventalk-page-links span {
  font-size: 18px;
  color: #fad03b;
  padding: 5px;
}
.eventalk-page-links a span {
  color: #282828 !important;
  font-size: 18px;
}
.event-page-area .comments-area {
  border-top: 1px solid #ebebeb;
  padding-top: 43px !important;
  margin-top: 45px !important;
}
.mc4wp-response {
  text-align: center;
  color: #fff;
  padding-top: 20px;
}
.news-meta-info.mar20-ul {
  padding-left: 0;
}
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
  padding-left: 3;
}
.sidebar-widget-area .widget ul li {
  padding-left: 11px;
}
.comments-area .main-comments.pingback .comments-body {
  margin-left: 0;
}
.comments-area .main-comments.pingback .imgholder {
  margin-right: 0;
}
nav.pagination-area.comment-pagination {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
}
nav.pagination-area.comment-pagination > ul li a {
  font-size: 12px;
  padding: 10px 15px;
  display: block;
  width: inherit;
  background-color: #fad03b;
  line-height: 1.7;
}
nav.pagination-area.comment-pagination > ul li a:hover {
  background-color: #4c1864;
  color: #fff;
}
.single-speaker-holder .single-speaker-designation {
  background-color: #4c1864;
  color: #fff;
  padding: 20px;
}
.single-speaker-holder .single-speaker-designation h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
}
.single-speaker-holder .single-speaker-designation p {
  margin-bottom: 0;
}
.team-single-2 .content-title {
  text-transform: uppercase;
}
.team-single-2 .speaker-info {
  background-color: #f5f5f5;
}
.team-single-2 .speaker-info h4 {
  background-color: #4c1864;
  color: #fff;
  font-weight: 400;
  padding: 10px;
  margin-bottom: 0;
  font-size: 20px;
}
.team-single-2 .speaker-info ul {
  padding: 20px 15px 15px 15px;
  margin: 0;
}
.team-single-2 .speaker-info ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
}
.team-single-2 .speaker-info ul li i {
  margin-right: 10px;
  font-size: 24px;
}
/*-------------------------------------
#. Woocommerce: Widgets
---------------------------------------*/
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  top: 14px;
}
.woocommerce .widget_shopping_cart li.mini_cart_item,
.woocommerce .widget_shopping_cart li.mini_cart_item {
  padding-bottom: 12px;
  padding-top: 12px;
}
.woocommerce.widget_product_search .search-field {
  background-color: #f5f5f5;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  padding: 6px 12px;
  width: 65%;
}
.woocommerce.widget_product_search input[type="submit"] {
  display: block;
  line-height: 1;
  margin-top: 11px;
  padding: 10px 25px;
}
.woocommerce.widget_product_search button,
.woocommerce.widget_product_search input[type="button"],
.woocommerce.widget_product_search input[type="reset"],
.woocommerce.widget_product_search input[type="submit"] {
  padding: 8px 18px;
}
.woocommerce .widget_price_filter .price_slider_wrapper,
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #4c1864;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eaeaea;
}
.woocommerce ul.product_list_widget li {
  padding: 10px 0;
}
.woocommerce ul.product_list_widget li img {
  width: 60px;
}
.woocommerce .widget_shopping_cart_content .buttons a {
  text-align: center;
  width: 49%;
  max-width: 170px;
}
.woocommerce .widget_shopping_cart_content .buttons a.checkout {
  margin-right: 0;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 10px 0;
}
/*-------------------------------------
#. Woocommerce: Owl Nav
---------------------------------------*/
.rt-woo-nav.no-nav .owl-custom-nav {
  display: none;
}
.rt-woo-nav .section-title {
  margin-bottom: 40px;
}
@media all and (max-width: 480px) {
  .rt-woo-nav .section-title {
    margin-bottom: 25px;
  }
}
.rt-woo-nav .owl-custom-nav-title {
  color: #222222;
  float: left;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 0;
}
.rt-woo-nav .owl-custom-nav {
  float: right;
  margin-top: 10px;
  padding-left: 30px;
}
@media all and (max-width: 480px) {
  .rt-woo-nav .owl-custom-nav {
    float: left;
    padding-left: 0;
  }
}
.rt-woo-nav .owl-custom-nav .owl-prev,
.rt-woo-nav .owl-custom-nav .owl-next {
  background-color: #eeeeee;
  border-radius: 3px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 32px;
  opacity: 1;
  text-align: center;
  width: 30px;
  transition: all 0.5s ease-in-out 0s;
}
.rt-woo-nav .owl-custom-nav .owl-next {
  margin-left: 8px;
}
.rt-woo-nav .owl-custom-nav .owl-prev:hover,
.rt-woo-nav .owl-custom-nav .owl-next:hover {
  background-color: #4c1864;
  color: #ffffff;
}
.rt-woo-nav .owl-custom-nav i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.rt-woo-nav .owl-custom-nav-bar {
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 1px 0;
  float: right;
  margin-top: 16px;
}
/*-------------------------------------
#. Woocommerce: Top Bar
---------------------------------------*/
.woo-shop-top,
.woocommerce .woo-shop-top {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .woo-shop-top,
  .woocommerce .woo-shop-top {
    padding: 10px 0 15px;
  }
}
.woo-shop-top .view-mode,
.woocommerce .woo-shop-top .view-mode {
  margin-right: 5px;
  padding: 5px 0;
}
.woo-shop-top .view-mode ul li,
.woocommerce .woo-shop-top .view-mode ul li {
  display: inline-block;
  margin-right: 5px;
}
.woo-shop-top .view-mode ul li a,
.woocommerce .woo-shop-top .view-mode ul li a {
  color: #444;
}
.woo-shop-top ul,
.woocommerce .woo-shop-top ul {
  margin: 0;
  padding: 0;
}
.woo-shop-top .limit-show,
.woocommerce .woo-shop-top .limit-show {
  text-align: right;
}
.woo-shop-top .limit-show > div,
.woocommerce .woo-shop-top .limit-show > div {
  font-weight: 400;
  display: inline-block;
}
.woo-shop-top .sort-list,
.woocommerce .woo-shop-top .sort-list {
  text-align: right;
}
.woo-shop-top .sort-list select,
.woocommerce .woo-shop-top .sort-list select {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 6px 18px;
}
@media all and (max-width: 991px) {
  .woo-shop-top .sort-list select,
  .woocommerce .woo-shop-top .sort-list select {
    margin-top: 5px;
    width: 100%;
  }
}
.woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-ordering,
.woo-shop-top .woocommerce-result-count,
.woocommerce .woo-shop-top .woocommerce-result-count {
  margin-bottom: 0;
}
.woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-ordering {
  float: none;
}
.woo-shop-top .woocommerce-result-count,
.woocommerce .woo-shop-top .woocommerce-result-count {
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .woo-shop-top .woocommerce-result-count,
  .woocommerce .woo-shop-top .woocommerce-result-count {
    line-height: 1.1;
    padding-top: 7px;
  }
}
.product-grid-view .view-mode ul li.grid-view-nav a,
.product-list-view .view-mode ul li.list-view-nav a {
  color: #4c1864;
}
/*-------------------------------------
#. Woocommerce: Shop
---------------------------------------*/
.product-info-area {
  text-align: center;
}
.woocommerce ul.products li.product {
  margin: 0 1% 40px 0;
  overflow: hidden;
}
.woocommerce ul.products li.product h3 {
  margin: 20px 0 5px;
  padding: 0;
}
.woocommerce ul.products li.product > a.yith-wcqv-button {
	display: none;
}
@media all and (max-width: 767px) {
  .woocommerce ul.products li.product h3 {
    margin: 15px 0 9px;
  }
}
.woocommerce ul.products li.product h3 a {
  font-size: 24px;
  color: #282828;
  font-weight: 600;
}
.woocommerce ul.products li.product h3 a:hover {
  color: #4c1864;
}
.woocommerce ul.products li.product .product-thumb-area img {
  width: 100%;
}
.woocommerce ul.products li.product .star-rating {
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  margin-top: 12px;
}
@media all and (max-width: 480px) {
  .woocommerce ul.products li.product .star-rating {
    display: inline-block;
  }
}
.woocommerce ul.products li.product .price {
  color: #fad03b;
  font-size: inherit;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}
.woocommerce ul.products li.product .price del {
  display: inline;
}
.woocommerce ul.products li.product .button {
  margin-top: 10px;
  padding: 10px 15px;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
}
.woocommerce.has-sidebar ul.products li.product {
  width: 32%;
}
.woocommerce.no-sidebar ul.products li.product {
  width: 24%;
}
.woocommerce.no-sidebar ul.products li.product .product-thumb-area img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .woocommerce.product-grid-view ul.products {
    margin-left: auto;
    margin-right: auto;
    max-width: 565px;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.product-grid-view ul.products li.product.first {
    clear: none;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.has-sidebar.product-grid-view ul.products li.product {
    width: 49%;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.has-sidebar.product-grid-view ul.products li.product {
    float: none;
    margin: 0 auto 40px;
    max-width: 280px;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.has-sidebar.product-grid-view ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product {
    width: 32.3%;
  }
}
@media all and (max-width: 767px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product {
    width: 49%;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product {
    float: none;
    margin: 0 auto 40px;
    max-width: 280px;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.has-sidebar ul.products li.product,
  .woocommerce.no-sidebar ul.products li.product,
  .woocommerce ul.products li.product {
    width: 100%;
    text-align: center;
  }
}
.woocommerce .star-rating {
  color: #f7c51d;
}
.woocommerce .products .star-rating {
  margin: 0 0 8px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  background-color: #4c1864;
  padding: 0;
}
.woocommerce a.added_to_cart {
  background-color: #4c1864;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  margin-top: 5px;
}
.woocommerce a.added_to_cart:hover {
  background-color: #000000;
}
.woocommerce .product-thumb-area {
  position: relative;
}
.woocommerce .product-thumb-area .overlay {
  background-color: rgba(76, 24, 100, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  transform: scaleY(0);
  width: 100%;
}
.woocommerce .product-thumb-area:hover .overlay {
  opacity: 1;
  transform: scaleY(1);
}
.woocommerce .product-thumb-area .product-info {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 40%;
  transition: all 0.3s ease 0s;
  transform: translateX(-100%);
  z-index: 9;
}
.woocommerce .product-thumb-area .product-info ul {
  margin: 0;
  text-align: center;
  font-size: 0;
}
.woocommerce .product-thumb-area .product-info ul li {
  display: inline-block;
  font-size: 15px;
  padding: 0 2px;
  vertical-align: top;
}
.woocommerce .product-thumb-area .product-info ul li a {
  background-color: #fff;
  display: inline-block;
  height: 40px;
  padding: 8px !important;
  min-width: 40px;
  line-height: 1.5;
  color: #282828;
  font-size: 14px;
  margin: 0 !important;
  border-radius: 4px;
}
.woocommerce .product-thumb-area .product-info ul li a:hover {
  color: #4c1864;
}
.woocommerce .product-thumb-area:hover .product-info {
  opacity: 1;
  transform: translateX(0%);
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist {
  position: relative;
  margin-top: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon {
  border-radius: 4px;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon i {
  margin: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist img {
  background-color: #fff;
  left: 11px;
  margin: 0;
  position: absolute;
  top: 11px;
}
.woocommerce #yith-wcwl-popup-message {
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px;
}
/*-------------------------------------
#. Woocommerce: Shop List View
---------------------------------------*/
.woocommerce ul.products .grid-hide {
  display: none;
}
@media all and (max-width: 480px) {
  .woocommerce.product-list-view ul.products {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.woocommerce.product-list-view ul.products .grid-hide {
  display: block;
}
.woocommerce.product-list-view ul.products li.product h3 {
  margin: 0 0 12px;
}
@media all and (max-width: 480px) {
  .woocommerce.product-list-view ul.products li.product h3 {
    margin: 15px 0 9px;
  }
}
.woocommerce.product-list-view ul.products li.product .button {
  margin-top: 0;
}
.woocommerce.product-list-view .product-thumb-area {
  float: left;
  margin-right: 20px;
  border: 1px solid #e7e7e7;
}
@media all and (max-width: 767px) {
  .woocommerce.product-list-view .product-thumb-area {
    max-width: 200px;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.product-list-view .product-thumb-area {
    float: none;
    margin-right: 0;
    max-width: inherit;
  }
}
.woocommerce.product-list-view .product-info-area {
  overflow: hidden;
  text-align: left;
}
.woocommerce.product-list-view .product-info-area .shop-excerpt {
  margin-top: 10px;
}
.woocommerce.product-list-view.woocommerce ul.products li.product .star-rating {
  margin-left: inherit;
}
.woocommerce.product-list-view ul.products li.product,
.woocommerce-page.product-list-view ul.products li.product {
  width: 100%;
}
@media all and (max-width: 991px) {
  .woocommerce.has-sidebar.product-list-view .product-thumb-area {
    max-width: 200px;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.has-sidebar.product-list-view .product-thumb-area {
    max-width: inherit;
  }
}
/*-------------------------------------
#. Woocommerce: Single Product
---------------------------------------*/
.woocommerce div.product div.summary {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .woocommerce div.product div.summary {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce div.product div.images {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce div.product div.images img {
    width: inherit;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
  margin-bottom: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-right: 7px;
  width: 31%;
  width: calc(28.66666667%);
  max-width: 195px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(3n+1) {
  margin-right: 0;
}
.woocommerce div.product .product_title {
  color: #222222;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.woocommerce div.product .product-meta span,
.woocommerce div.product .product_meta span {
  color: #222222;
  font-weight: 600;
}
.woocommerce div.product .product-meta a,
.woocommerce div.product .product_meta a {
  color: #666666;
}
.woocommerce div.product .product-meta a:hover,
.woocommerce div.product .product_meta a:hover {
  color: #4c1864;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 12px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #4c1864;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}
.woocommerce div.product .product_meta {
  color: #222222;
  font-weight: 600;
  margin-bottom: 15px;
}
.woocommerce div.product .short-description {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding: 15px 0;
}
.woocommerce div.product form.cart .variations {
  margin-top: 0;
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: table-cell;
  padding-bottom: 10px;
  padding-top: 0;
  text-align: left;
  vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
  padding: 8px 10px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 8px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 17px;
}
.woocommerce div.product form.cart .button {
  background-color: #4c1864;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 25px;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #282828;
}
.woocommerce div.product .woocommerce-tabs {
  border: 1px solid #e7e7e7;
  margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #f5f5f5;
  border-color: #e7e7e7;
  border-radius: 0;
  border-width: 0 1px 1px;
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
  border-left-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #4c1864;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  content: none;
  height: inherit;
  left: inherit;
  position: inherit;
  width: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #222222;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 20px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #222222;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: medium none;
  box-shadow: none;
  margin: 0;
  padding: 30px 30px 20px;
}
.woocommerce div.product .woocommerce-tabs h2 {
  color: #282828;
  font-size: 24px;
}
.woocommerce div.product .up-sells {
  margin-bottom: 50px;
}
.woocommerce a.woocommerce-review-link {
  color: #666666;
}
.woocommerce a.woocommerce-review-link:hover {
  color: #4c1864;
}
.woocommerce .quantity .qty {
  border: 1px solid #e7e7e7;
  border-radius: 0;
  box-shadow: none;
  height: 46px;
  text-align: center;
  padding: 1px;
  background-color: #fff;
}
.woocommerce .quantity .input-group-btn-vertical {
  float: left;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.woocommerce .quantity .input-group-btn-vertical > .btn {
  border-radius: 0;
  display: block;
  float: none;
  height: 23px;
  line-height: 14px;
  margin-left: -1px;
  max-width: 100%;
  outline: medium none;
  padding: 0 7px;
  position: relative;
  width: 100%;
}
.woocommerce .quantity .input-group-btn-vertical > .btn:hover,
.woocommerce .quantity .input-group-btn-vertical > .btn:active,
.woocommerce .quantity .input-group-btn-vertical > .btn:focus {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.woocommerce table.shop_attributes td {
  padding: 0 8px;
}
.woocommerce #reviews #comments {
  margin-bottom: 20px;
}
.woocommerce #reviews #comments h2 {
  margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #e7e7e7;
  border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
}
#review_form_wrapper {
  padding-top: 20px;
}
.woocommerce #reviews h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #282828;
}
.woocommerce p.stars a {
  color: #f7c51d;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #4c1864;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 23px;
  height: inherit;
}
@media all and (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    padding: 10px 20px;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #282828;
  color: #ffffff;
}
#review_form .form-group {
  margin-bottom: 10px;
}
.woocommerce #review_form #respond .comment-notes,
.woocommerce #review_form #respond .comment-form-rating {
  margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-form-rating {
  margin-top: 20px;
}
.woocommerce #review_form #respond .comment-form-rating label {
  color: #282828;
}
.woocommerce #review_form #respond .form-submit {
  margin: 5px 0 10px;
}
.woocommerce .related.products ul.products li.product {
  margin: 0;
  padding: 0;
  width: inherit !important;
}
.woocommerce .related.products ul.products li.product .onsale {
  margin: 0;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  border: 1px solid #e7e7e7;
  margin-right: 1.8%;
  width: 32%;
}
@media all and (max-width: 767px) {
  .woocommerce #content div.product div.thumbnails a,
  .woocommerce div.product div.thumbnails a,
  .woocommerce-page #content div.product div.thumbnails a,
  .woocommerce-page div.product div.thumbnails a {
    width: inherit;
    max-width: 32%;
  }
}
/*-------------------------------------
#. Woocommerce: Cart
---------------------------------------*/
p.demo_store {
  background-color: #4c1864;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #4c1864;
}
.woocommerce-message,
.woocommerce-info {
  border-color: #4c1864;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart {
  margin: 0 0 100px;
}
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td {
  padding: 12px 12px;
  color: #282828;
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-name,
.woocommerce-cart .woocommerce table.shop_table td.product-name {
  text-align: left;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity,
.woocommerce-cart .woocommerce table.shop_table td.product-remove > a {
  margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name > a {
  color: #282828;
  font-weight: 500;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity input {
  color: #282828;
}
@media all and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table_responsive.cart {
    margin-bottom: 50px;
    border: 1px solid #ccc;
    padding: 10px 20px 20px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table_responsive tr {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table_responsive a.remove {
    display: inline-block;
  }
}
.woocommerce-cart .woocommerce .quantity .qty {
  height: 30px;
}
.woocommerce-cart .woocommerce .actions {
  padding: 10px 12px;
}
.woocommerce-cart .woocommerce .actions input.button {
  padding: 10px 15px;
}
.woocommerce-cart .woocommerce .actions #coupon_code {
  border-color: #ddd;
  margin-right: 10px;
  padding: 9px;
  width: 110px !important;
}
@media all and (max-width: 480px) {
  .woocommerce-cart .woocommerce .actions #coupon_code {
    margin-right: 0;
  }
}
.woocommerce-cart table.cart img {
  width: 50px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 15px;
}
@media all and (max-width: 767px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce .cart-collaterals .cross-sells ul.products li {
    margin-bottom: 0;
  }
}
.woocommerce .cart-collaterals .cross-sells ul.products li .product-thumb-area li {
  width: inherit;
}
.woocommerce .cart-collaterals .cross-sells h2:after {
  content: none;
}
.woocommerce .cart-collaterals .cross-sells h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2 {
  color: #282828;
  font-size: 24px;
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals h2 {
    margin-bottom: 20px;
  }
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  color: #fff;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit[disabled]:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button[disabled]:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover {
  background-color: #4c1864;
  color: #fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #4c1864;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #000;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table {
  border-width: 1px;
}
/*-------------------------------------
#. Woocommerce: Checkout
---------------------------------------*/
.woocommerce-checkout .checkout_coupon .button {
  padding: 12px 25px;
}
.woocommerce-checkout .woocommerce h3 {
  color: #282828;
  font-size: 20px;
  margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce label {
  color: #282828;
}
.woocommerce-checkout .woocommerce-NoticeGroup {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-NoticeGroup ul {
  padding: 25px;
}
.woocommerce form.woocommerce-checkout .form-row {
  margin-bottom: 20px;
}
.woocommerce form.woocommerce-checkout .form-row .select2-choice {
  padding: 4px 8px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.2;
  padding: 10px;
}
.woocommerce form .form-row .input-checkbox {
  margin: 0;
  position: relative;
}
@media all and (max-width: 991px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }
}
.woocommerce-checkout .select2-container .select2-choice {
  border-radius: 0;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 40px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #ccc;
  background-color: #f5f5f5;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border-color: 1px solid #ccc;
  border-width: 0 0 1px 1px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  border-width: 1px 1px 0 0;
  color: #282828;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #ededed;
  border-radius: 0;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 30px;
}
@media all and (max-width: 480px) {
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 20px;
  }
}
#add_payment_method #payment ul.payment_methods .payment_method_paypal img,
.woocommerce-cart #payment ul.payment_methods .payment_method_paypal img,
.woocommerce-checkout #payment ul.payment_methods .payment_method_paypal img {
  padding-right: 20px;
}
/*-------------------------------------
#. Woocommerce: Order received
---------------------------------------*/
.woocommerce-order-received .woocommerce {
  color: #282828;
}
.woocommerce-order-received .woocommerce h2 {
  font-size: 20px;
}
.woocommerce-order-received .woocommerce .order_details li {
  font-size: 1em;
}
.woocommerce-order-received .woocommerce .shop_table {
  margin-bottom: 40px;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
}
.woocommerce-order-received .woocommerce .shop_table th,
.woocommerce-order-received .woocommerce .shop_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  font-size: 20px;
  margin-bottom: 40px;
}
.woocommerce-order-received .woocommerce .title h3 {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  padding: 20px;
  border-color: #ccc;
}
.woocommerce .woocommerce-customer-details address br {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-customer-details address p {
  margin-top: 10px;
}
/*-------------------------------------
#. Woocommerce: My Account
---------------------------------------*/
.woocommerce-account .woocommerce {
  color: #282828;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: inherit;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  padding: 10px 20px;
  background-color: #4c1864;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 5px 10px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #000;
}
.woocommerce-account .woocommerce .shop_table {
  margin-bottom: 0;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
  font-size: 1em;
}
.woocommerce-account .woocommerce .shop_table th,
.woocommerce-account .woocommerce .shop_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce .shop_table_responsive {
    border: 1px solid #ccc;
    padding: 10px 20px 20px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce .shop_table_responsive tr {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce .shop_table_responsive tr td.order-actions {
    text-align: right !important;
  }
}
.woocommerce-account .woocommerce table .button {
  padding: 8px 14px;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders .order-actions,
.woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads .order-actions {
  text-align: center;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > p,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row {
  margin-bottom: 30px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button {
  margin-top: 30px;
}
/*-------------------------------------
#. Woocommerce: Login/Register
---------------------------------------*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
}
.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
  margin-bottom: 20px;
}
/*-------------------------------------
#. Woocommerce: Yith Wishlist
---------------------------------------*/
.woocommerce .wishlist-title h2 {
  color: #282828;
  margin-bottom: 25px;
  padding: 0;
}
.woocommerce .shop_table.wishlist_table {
  border-color: #ccc;
  border-width: 1px 1px 0 0;
  color: #282828;
  font-size: 14px;
  margin-bottom: 40px;
}
.woocommerce .shop_table.wishlist_table th,
.woocommerce .shop_table.wishlist_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
  text-align: center;
}
.woocommerce .shop_table.wishlist_table tfoot td {
  text-align: left;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
  border-radius: 0;
}
/*-------------------------------------
#. Woocommerce: Yith QuickView
---------------------------------------*/
.woocommerce div.product .product_meta span.posted_in,
.woocommerce div.product .product_meta span.tagged_as {
  display: block;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
  -ms-flex: inherit;
      flex: inherit;
  max-width: 48%;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;
  width: 48%;
  -ms-flex: inherit;
      flex: inherit;
  max-width: 48%;
}
.col-sm-12.p0 {
  padding: 0;
}
.woocommerce .site-wrp a.remove {
  color: #fad03b !important;
}
.woocommerce .site-wrp a.remove:hover {
  color: #fff !important;
  background: #fad03b;
}
.cart-collaterals .rt-woo-nav .section-title {
  margin-bottom: 0;
}
/*-------------------------------------
#. Plugin: Contact Form 7
---------------------------------------*/
span.wpcf7-not-valid-tip {
  color: #2d87e2;
}
div.wpcf7-response-output {
  margin: 25px 0;
  padding: 5px 10px;
  border-radius: 3px;
}
div.wpcf7-validation-errors {
  border-color: #2d87e2;
}
.contact-us-form .form-group {
  margin-bottom: 20px;
}
.contact-us-form .form-group .form-control {
  border: 1px solid #323a3d;
  border-radius: 4px;
  box-shadow: none;
  color: #9a9a9a;
  background-color: transparent;
}
.contact-us-form .form-group input {
  height: 50px;
}
.contact-us-form .form-group select {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid #323a3d;
  padding-left: 10px;
}
.sidebar-widget-area .contact-us-form .form-group {
  margin-bottom: 8px;
}
.sidebar-widget-area .contact-us-form .form-group .form-control {
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
}
.sidebar-widget-area .contact-us-form .form-group select {
  width: 100%;
  height: 40px;
  background: #63a3e2;
  border: none;
  padding-left: 10px;
  color: #fff;
  border-radius: 4px;
}
.sidebar-widget-area .contact-us-form input.rdtheme-button-submit[type="submit"] {
  text-transform: capitalize;
  font-weight: inherit;
  color: #111111;
  background: #fff;
  padding: 9px 23px;
}
.sidebar-widget-area .contact-us-form .form-group input[type="text"],
.sidebar-widget-area .contact-us-form .form-group input[type="date"],
.sidebar-widget-area .contact-us-form .form-group input[type="email"] {
  height: 40px;
}
.contact-us-form.contact-us .form-group .form-control {
  border: 1px solid #dadbdb;
  border-radius: 0;
  box-shadow: none;
  color: #111111;
  background-color: transparent;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  background: #f1f7fa;
}
.elementor-accordion .elementor-accordion-item {
  border: none;
  border-radius: 4px;
  margin-bottom: 4px;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  border-radius: 4px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border: none;
  background-color: #fbfbfb;
  padding: 30px;
}
.contact-us-form.contact-us-page .form-group select {
  border: 1px solid #dbe3e7;
}
.contact-us-form.contact-us-page .wpcf7-submit:hover {
  background: #fad03b;
}
/*Mobile header*/
#meanmenu{
  position: relative;
}
.mean-bar .header-action-items{
    position: absolute;
    top: 14px;
    right: 67px;
}
.mean-container .mean-bar {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 10px 0;
    z-index: 999999;
    border-bottom: 2px solid #26c6da;
}
.offscreen-navigation .sub-menu {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    display: none;
}
.offscreen-navigation li>a {
    display: block;
    position: relative;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.offscreen-navigation .sub-menu li>a {
    font-size: 14px;
    font-weight: 500;
}
.offscreen-navigation .menu>li{
   padding-bottom: 8px;
}
.offscreen-navigation li.menu-item-has-children> a:after {
    content: '\f067';
    display: inline-block;
    font-family: FontAwesome;
    transition: .1s;
    right: 0;
    position: absolute;
    font-size: 13px;
}
.offscreen-navigation li.menu-item-has-children> a.opened:after {
    content: '\f068';
}
@media only screen and (min-width: 1025px){
  #meanmenu {
     display: none;
  }
}
@media only screen and (max-width: 1025px){
  #masthead {
     display: none;
  }
  
}
.mean-bar .header-btn-new.mobile-btn {
    position: absolute;
    right: 12%;
    top: 8px;
}
.mean-bar .sidebarBtn{
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.header-style-2 .rt-header-menu{
  background:transparent;
}
.rt-slide-nav{
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    z-index: 99;
    display: none;
    padding: 30px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0px 0px 10px 0px #0000001c;
}
.rt-slide-nav ul{
  list-style-type: none;
  margin: 0px;
}
#meanmenu .mean-bar .logo-small{
    width: 140px;
    padding: 0px 15px;
}
body.slidemenuon{
  overflow:hidden;
}/*-------------------------------------    
CSS INDEX
===================================
#. EL: Owl Nav
#. EL: Owl Dots
#. EL: Post Slider
#. EL: Speaker Area
#. EL: Price Table 
#. EL: About Area
#. EL: Sponsonrs Area
#. EL: Blog Area
#. EL: Schedule Area
#. EL: Upcoming Event
#. EL: Gallrey Tab
#. EL: Gallrey 1
#. EL: Gallrey 2
#. EL: Gallrey 3
#. EL: Logo Slider
#. EL: Title
#. EL: Info Box
#. EL: Text With Title
#. EL: Navigation Menu
#. EL: Contact
#. EL: Countdown Area
#. EL: Call To Action
#. EL: Slider
---------------------------------------*/
/*-------------------------------------
#. EL: Owl Nav
---------------------------------------*/
.grad-overlay-btn .elementor-size-lg {
  background-image: linear-gradient(to right, #401a85 9%, #ec407a 96%, #ec407a 87%);
}
.grad-overlay-btn .elementor-size-lg:hover {
  background-image: linear-gradient(to left, #401a85 9%, #ec407a 96%, #ec407a 87%);
}
/*.grad-overlay:after{
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(18,18,19,0)),to(#121213));
    background: -webkit-linear-gradient(top,rgba(18,18,19,0) 0%,#121213 100%);
    background: -o-linear-gradient(top,rgba(18,18,19,0) 0%,#121213 100%);
    background: linear-gradient(180deg,rgba(18,18,19,0) 0%,#121213 100%);
}

.speaker-block .grad-overlay:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.secondaryColor {
  color: #fad03b;
}
@media all and (max-width: 850px) {
  .sponsonrs-layout1 .rt-owl-nav.slider-nav-enabled {
    padding: 0 32px;
  }
}
.sponsonrs-layout1 .rt-owl-nav .owl-theme .owl-nav {
  margin-top: 0;
}
.sponsonrs-layout1 .rt-owl-nav .owl-theme .owl-nav > div {
  top: 50%;
}
@media all and (max-width: 1260px) {
  .sponsonrs-layout1 .rt-owl-nav .owl-theme .owl-nav > div {
    top: 26%;
  }
}
@media all and (max-width: 767px) {
  .sponsonrs-layout1 .rt-owl-nav .owl-theme .owl-nav > div {
    top: 18%;
  }
}
.rt-el-schedule-slider .schedule-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.rt-el-schedule-slider .schedule-slider.owl-theme .owl-nav > div {
  font-size: 40px;
  background-color: transparent;
  border: none;
}
.rt-el-schedule-slider .schedule-slider.owl-theme .owl-nav > div:hover {
  background-color: transparent;
  color: #4c1864;
}
@media all and (max-width: 767px) {
  .rt-el-schedule-slider .schedule-slider.owl-theme .owl-nav > div {
    font-size: 16px;
    line-height: 26px;
    height: 30px;
    width: 30px;
  }
}
.rt-el-schedule-slider .schedule-slider.owl-theme .owl-nav > div .fa {
  font-size: 50px;
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  .rt-el-schedule-slider .schedule-slider.owl-theme .owl-nav > div .fa {
    font-size: 16px;
  }
}
@media all and (max-width: 850px) {
  .rt-owl-nav.slider-nav-enabled {
    padding: 0 32px;
  }
}
.rt-owl-nav .owl-theme .owl-nav {
  margin-top: 0;
}
.rt-owl-nav .owl-theme .owl-nav > div {
  border: 1px solid #4c1864;
  border-radius: 4px;
  color: #4c1864;
  background-color: #fff;
  font-size: 20px;
  line-height: 40px;
  height: 46px;
  width: 46px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.rt-owl-nav .owl-theme .owl-nav > div:hover {
  background-color: #4c1864;
}
@media all and (max-width: 767px) {
  .rt-owl-nav .owl-theme .owl-nav > div {
    font-size: 16px;
    line-height: 26px;
    height: 30px;
    width: 30px;
  }
}
.rt-owl-nav .owl-theme .owl-nav > div .fa {
  font-size: 20px;
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  .rt-owl-nav .owl-theme .owl-nav > div .fa {
    font-size: 16px;
  }
}
.rt-owl-nav .owl-theme .owl-nav .owl-prev {
  left: -80px;
}
@media all and (max-width: 1260px) {
  .rt-owl-nav .owl-theme .owl-nav .owl-prev {
    left: -38px;
  }
}
@media all and (max-width: 767px) {
  .rt-owl-nav .owl-theme .owl-nav .owl-prev {
    left: -32px;
  }
}
.rt-owl-nav .owl-theme .owl-nav .owl-next {
  right: -80px;
}
@media all and (max-width: 1260px) {
  .rt-owl-nav .owl-theme .owl-nav .owl-next {
    right: -38px;
  }
}
@media all and (max-width: 767px) {
  .rt-owl-nav .owl-theme .owl-nav .owl-next {
    right: -32px;
  }
}
/*-------------------------------------
#. EL: Owl Dots
---------------------------------------*/
.rt-owl-dot .owl-theme .owl-dots {
  margin-top: 20px !important;
}
@media all and (max-width: 480px) {
  .rt-owl-dot .owl-theme .owl-dots {
    margin-top: 10px !important;
  }
}
.rt-owl-dot .owl-theme .owl-dots .owl-dot span {
  margin: 3px;
}
.rt-owl-dot .owl-theme .owl-dots .owl-dot.active span,
.rt-owl-dot .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #4c1864;
}
/*-------------------------------------
#. EL: Post Slider
---------------------------------------*/
.rt-el-post-slider .rtin-item {
  overflow: hidden;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area:hover:before {
  animation: shine .75s;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area img {
  transition: all 0.5s ease-out;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: -50px;
  padding: 12px 25px 8px;
  background-color: rgba(76, 24, 100, 0.8);
  transition: all 0.5s ease-out;
  color: #fff;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 li {
  display: inline;
  padding-right: 30px;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 li:last-child {
  padding-right: 0;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 li i {
  margin-right: 15px;
  width: 16px;
}
.rt-el-post-slider .rtin-item .rtin-content-area {
  background-color: #fff;
  padding: 30px 20px 35px 25px;
}
.rt-el-post-slider .rtin-item .rtin-content-area .date-time {
  display: block;
  font-size: 14px;
  color: #4c1864;
  margin-bottom: 5px;
}
.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
    font-size: 20px;
  }
}
.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title a {
  color: #282828;
  transition: all 0.4s ease-out;
}
.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title a:hover {
  color: #4c1864;
}
.rt-el-post-slider .rtin-item .rtin-content-area .read-more-btn {
  color: #4c1864;
  font-weight: 600;
  transition: all 0.5s ease-out;
}
.rt-el-post-slider .rtin-item .rtin-content-area .read-more-btn i {
  color: #4c1864;
  margin-left: 15px;
}
.rt-el-post-slider .rtin-item .rtin-content-area .read-more-btn:hover {
  color: #282828 !important;
}
.rt-el-post-slider .rtin-item:hover .rtin-thumbnail-area .rtin-meta-1 {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
/*-------------------------------------
#. EL: Speaker Area
---------------------------------------*/
.speaker-layout5 {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.speaker-layout5 img {
  width: 100%;
  transform: scale(1);
  transition: all all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.speaker-layout5:after {
  content: "";
  background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #121213 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.speaker-layout5:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  z-index: 2;
  background: rgba(76, 24, 100, 0.8);
  left: -90%;
  transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
  opacity: 0;
}
.speaker-layout5 .item-social {
  position: absolute;
  left: -100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  bottom: 5%;
  transform: translateY(-5%);
  transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
}
.speaker-layout5 .item-social ul {
  padding-left: 0;
}
.speaker-layout5 .item-social ul li {
  display: inline-block;
  font-size: 18px;
}
.speaker-layout5 .item-social ul li a {
  color: #fff;
  padding: 10px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.speaker-layout5 .item-social ul li a:hover {
  color: #fad03b;
}
.speaker-layout5 .item-title {
  text-align: left;
  width: 100%;
  position: absolute;
  padding: 0 15px 0 30px;
  z-index: 6;
  bottom: 5%;
  transition: all all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.speaker-layout5 .item-title .title {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.4;
}
.speaker-layout5 .item-title .text-left.size-md {
  font-size: 15px;
}
.speaker-layout5 .eventcatagory-light {
  color: #FFFFFF;
  text-align: left;
}
.speaker-layout5.rtactive .item-title {
  bottom: 21%;
  transition: all all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.speaker-layout5.rtactive .item-social {
  left: 20px;
  opacity: 1;
  visibility: visible;
}
.speaker-layout5:hover img {
  transform: scale(1.1);
}
.speaker-layout5:hover:before {
  opacity: 1;
}
.speaker-layout5:hover .item-title {
  bottom: 24%;
  transition: all all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.speaker-layout5:hover .item-social {
  left: 20px;
  opacity: 1;
  visibility: visible;
}
.speaker-layout1 {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .speaker-layout1 {
    margin-bottom: 5.5rem;
  }
}
.speaker-layout1 .item-img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.speaker-layout1 .item-img img {
  width: 100%;
}
.speaker-layout1 .item-img:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(250, 208, 59, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.speaker-layout1 .item-social {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  top: 70%;
  transform: translateY(-50%);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1.38);
}
.speaker-layout1 .item-social ul {
	padding-left: 0;
}
.speaker-layout1 .item-social ul li {
  display: inline-block;
  font-size: 22px;
}
.speaker-layout1 .item-social ul li a {
  color: #282828;
  padding: 10px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .speaker-layout1 .item-social ul li a {
    padding: 10px;
  }
}
.speaker-layout1 .item-social ul li a:hover {
  color: #FFFFFF;
}
.speaker-layout1:hover .item-img:before {
  opacity: 1;
  visibility: visible;
}
.speaker-layout1:hover .item-social {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transform: translateY(-50%);
}
.speaker-layout2 {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.speaker-layout2 img {
  width: 100%;
  transform: scale(1);
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.speaker-layout2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(76, 24, 100, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.speaker-layout2 .item-social {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  bottom: -10%;
  transform: translateY(-10%);
  transition: all all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.speaker-layout2 .item-social ul li {
  display: inline-block;
  font-size: 20px;
}
.speaker-layout2 .item-social ul li a {
  color: #FFFFFF;
  padding: 6px;
  font-size: 22px;
}
.speaker-layout2 .item-social ul li a:hover {
  color: #fad03b;
}
.speaker-layout2 .item-title {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: -20%;
  transform: translateY(-20%);
  z-index: 6;
  transition: all all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.speaker-layout2 .item-title a {
  color: #fff;
}
.speaker-layout2 .item-title a:hover {
  color: #fad03b;
}
.speaker-layout2 .item-title h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 5px;
}
.speaker-layout2:hover img {
  transform: scale(1.1);
}
.speaker-layout2:hover:before {
  opacity: 1;
  visibility: visible;
}
.speaker-layout2:hover .item-title {
  opacity: 1;
  visibility: visible;
  top: 70%;
  transform: translateY(-70%);
}
.speaker-layout2:hover .item-social {
  opacity: 1;
  visibility: visible;
  bottom: 10%;
  transform: translateY(-10%);
}
.speaker-layout3 {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.speaker-layout3 img {
  width: 100%;
  transform: scale(1);
  transition: all all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.speaker-layout3:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  z-index: 2;
  background: rgba(76, 24, 100, 0.8);
  transform: rotate(8deg);
  top: 60%;
  left: -90%;
  transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
}
.speaker-layout3 .item-social {
  position: absolute;
  left: -100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  bottom: 5%;
  transform: translateY(-5%);
  transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
}
.speaker-layout3 .item-social ul li {
  display: inline-block;
  font-size: 22px;
}
.speaker-layout3 .item-social ul li a {
  color: #fad03b;
  padding: 10px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.speaker-layout3 .item-social ul li a:hover {
  color: #FFFFFF;
}
.speaker-layout3 .item-title {
  text-align: left;
  width: 100%;
  position: absolute;
  left: 30px;
  z-index: 6;
  bottom: 5%;
  transition: all all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.speaker-layout3 .item-title .title {
  margin-bottom: 8px;
}
.speaker-layout3 .eventcatagory-light {
  color: #FFFFFF;
  text-align: left;
}
.speaker-layout3:hover img {
  transform: scale(1.1);
}
.speaker-layout3:hover:before {
  transform: rotate(20deg);
  top: 22%;
  left: -90%;
}
.speaker-layout3:hover .item-title {
  bottom: 30%;
  transition: all all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.speaker-layout3:hover .item-social {
  left: 20px;
  opacity: 1;
  visibility: visible;
}
.speaker-layout3 .item-social ul {
	padding-left: 0;
}
.speaker-layout4 {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  padding: 45px 15px;
}
.speaker-layout4 .speaker-layout4-img {
  border-radius: 50%;
  overflow: hidden;
  margin: auto auto 25px auto;
}
.speaker-layout4 .speaker-layout4-top {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .speaker-layout4 .speaker-layout4-top {
    padding: 0 36px;
  }
}
.speaker-layout4 img {
  width: 100%;
  transform: scale(1);
  transition: all all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.speaker-layout4 .item-social ul {
  margin-bottom: 0;
}
.speaker-layout4 .item-social ul li {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 6px;
}
.speaker-layout4 .item-social ul li a {
  font-size: 18px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.speaker-layout4 .item-title {
  color: #111111;
  transition: all all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 25px;
}
.speaker-layout4 .item-title .title {
  margin-bottom: 6px;
  font-size: 24px;
}
.speaker-layout4 .item-title .title a {
  color: #111111;
}
.speaker-layout4 .item-title .title a:hover {
  color: #4c1864;
}
.speaker-layout4 .designation {
  color: #646464;
  text-align: center !important;
}
.speaker-layout4:hover img {
  transform: scale(1.1);
}
.speaker-layout4:hover:before {
  transform: rotate(20deg);
  top: 22%;
  left: -90%;
}
.speaker-layout4 .social-icons.icon-rotate .fa:hover,
.speaker-layout4 .social-icons.icon-rotate .fa:active {
  transform: scale(1.1) rotate(360deg);
}
.speaker-layout4 .social-icons .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.speaker-layout4 .social-icons .fa-adn {
  background-color: #504e54;
}
.speaker-layout4 .social-icons .fa-apple {
  background-color: #aeb5c5;
}
.speaker-layout4 .social-icons .fa-android {
  background-color: #A5C63B;
}
.speaker-layout4 .social-icons .fa-bitbucket,
.speaker-layout4 .social-icons .fa-bitbucket-square {
  background-color: #003366;
}
.speaker-layout4 .social-icons .fa-bitcoin,
.speaker-layout4 .social-icons .fa-btc {
  background-color: #F7931A;
}
.speaker-layout4 .social-icons .fa-css3 {
  background-color: #1572B7;
}
.speaker-layout4 .social-icons .fa-dribbble {
  background-color: #F46899;
}
.speaker-layout4 .social-icons .fa-dropbox {
  background-color: #018BD3;
}
.speaker-layout4 .social-icons .fa-facebook,
.speaker-layout4 .social-icons .fa-facebook-square {
  background-color: #3C599F;
}
.speaker-layout4 .social-icons .fa-flickr {
  background-color: #FF0084;
}
.speaker-layout4 .social-icons .fa-foursquare {
  background-color: #0086BE;
}
.speaker-layout4 .social-icons .fa-github,
.speaker-layout4 .social-icons .fa-github-alt,
.speaker-layout4 .social-icons .fa-github-square {
  background-color: #070709;
}
.speaker-layout4 .social-icons .fa-google-plus,
.speaker-layout4 .social-icons .fa-google-plus-square {
  background-color: #CF3D2E;
}
.speaker-layout4 .social-icons .fa-html5 {
  background-color: #E54D26;
}
.speaker-layout4 .social-icons .fa-instagram {
  background-color: #A1755C;
}
.speaker-layout4 .social-icons .fa-linkedin,
.speaker-layout4 .social-icons .fa-linkedin-square {
  background-color: #0085AE;
}
.speaker-layout4 .social-icons .fa-linux {
  background-color: #FBC002;
  color: #333;
}
.speaker-layout4 .social-icons .fa-maxcdn {
  background-color: #F6AE1C;
}
.speaker-layout4 .social-icons .fa-pagelines {
  background-color: #241E20;
  color: #3984EA;
}
.speaker-layout4 .social-icons .fa-pinterest,
.speaker-layout4 .social-icons .fa-pinterest-square {
  background-color: #CC2127;
}
.speaker-layout4 .social-icons .fa-renren {
  background-color: #025DAC;
}
.speaker-layout4 .social-icons .fa-skype {
  background-color: #01AEF2;
}
.speaker-layout4 .social-icons .fa-stack-exchange {
  background-color: #245590;
}
.speaker-layout4 .social-icons .fa-stack-overflow {
  background-color: #FF7300;
}
.speaker-layout4 .social-icons .fa-trello {
  background-color: #265A7F;
}
.speaker-layout4 .social-icons .fa-tumblr,
.speaker-layout4 .social-icons .fa-tumblr-square {
  background-color: #314E6C;
}
.speaker-layout4 .social-icons .fa-twitter,
.speaker-layout4 .social-icons .fa-twitter-square {
  background-color: #32CCFE;
}
.speaker-layout4 .social-icons .fa-vimeo-square {
  background-color: #229ACC;
}
.speaker-layout4 .social-icons .fa-vk {
  background-color: #375474;
}
.speaker-layout4 .social-icons .fa-weibo {
  background-color: #D72B2B;
}
.speaker-layout4 .social-icons .fa-windows {
  background-color: #12B6F3;
}
.speaker-layout4 .social-icons .fa-xing,
.speaker-layout4 .social-icons .fa-xing-square {
  background-color: #00555C;
}
.speaker-layout4 .social-icons .fa-youtube,
.speaker-layout4 .social-icons .fa-youtube-play,
.speaker-layout4 .social-icons .fa-youtube-square {
  background-color: #C52F30;
}
@media only screen and (max-width: 991px) {
  .single-speaker-img {
    text-align: center;
    margin-bottom: 50px;
  }
  .single-speaker-img img {
    margin: 0 auto;
    width: 100%;
  }
}
.single-speaker-img img {
  margin: 0 auto;
  width: 100%;
}
.speaker-profile {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .speaker-profile {
    text-align: center;
  }
}
.speaker-profile .title {
  margin-bottom: 5px;
  margin-top: -15px;
  line-height: 1.5;
}
.speaker-profile .sub-title {
  font-size: 18px;
  color: #4c1864;
  margin-bottom: 30px;
}
.speaker-profile p {
  margin-bottom: 0;
}
.profile-social {
  margin-bottom: 30px;
  padding-left: 0;
}
.profile-social li {
  text-align: center;
  display: inline-block;
  margin: 0 2px 5px;
}
@media only screen and (max-width: 575px) {
  .profile-social li {
    margin: 0 1px 2px;
  }
}
.profile-social li a {
  height: 45px;
  width: 50px;
  background: #eff2f3;
  border: 1px solid #FFFFFF;
  line-height: 43px;
  display: block;
  color: #282828;
  font-size: 20px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.profile-social li a:hover {
  border: 1px solid #4c1864;
  background: #4c1864;
  color: #FFFFFF;
}
@media only screen and (max-width: 575px) {
  .profile-social li a {
    height: 35px;
    width: 40px;
    line-height: 32px;
    font-size: 16px;
  }
}
.profile-event {
  background-color: #eff2f3;
  padding: 35px 15px;
  text-align: center;
}
.profile-event .title {
  margin-bottom: 8px;
}
.profile-event .title:hover a {
  color: #fad03b;
}
.profile-event .profile-event-date {
  font-size: 18px;
  color: #282828;
  margin-bottom: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .profile-event .profile-event-date {
    font-size: 16px;
  }
}
.profile-event .profile-event-place {
  font-size: 18px;
  color: #fad03b;
  font-weight: 500;
}
/*======================================================
#. EL: Price Table 
=======================================================*/
.price-table-layout4 {
  margin-bottom: 3rem;
  background-image: linear-gradient(to right, #af2a89 0%, #660e75 75%, #660e75 100%);
  border-radius: 50px;
  padding: 15px 0px 0 0;
}
.price-table-layout4 .item-wrapper {
  padding: 0 15px 3px 15px;
  text-align: center;
  background-color: #ededed;
  border-radius: 40px 40px 40px 40px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .price-table-layout4 .item-wrapper {
    padding: 45px 15px 55px;
  }
}
@media only screen and (max-width: 767px) {
  .price-table-layout4 .item-wrapper {
    padding: 40px 15px 50px;
  }
}
.price-table-layout4 .item-wrapper .item-title {
  margin-bottom: 25px;
}
.price-table-layout4 .item-wrapper .item-title h3 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-table-layout4 .item-wrapper .item-title h3 {
    font-size: 20px;
  }
}
.price-table-layout4 .item-wrapper .item-price {
  margin-bottom: 20px;
  position: relative;
  font-size: 72px;
  color: #282828;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.price-table-layout4 .item-wrapper .item-price .currency {
  top: -45px;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  left: -12px;
  top: 10px;
}
@media only screen and (max-width: 991px) {
  .price-table-layout4 .item-wrapper .item-price .currency {
    left: -15px;
    top: 0;
  }
}
.price-table-layout4 .item-wrapper .item-body {
  margin-bottom: 40px;
}
.price-table-layout4 .item-wrapper .item-body ul {
  padding: 0;
}
.price-table-layout4 .item-wrapper .item-body ul li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  list-style: none;
  color: #b1b1b1;
}
.price-table-layout4 .item-wrapper .item-body ul li:last-child {
  margin-bottom: 0;
}
.price-table-layout4 .item-wrapper .item-body ul li.yes {
  color: #444444;
}
.price-table-layout4 .item-wrapper:hover {
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
}
.price-table-layout4 .item-wrapper-mid {
  background-color: #fff;
  border-radius: 40px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.price-table-layout4 .item-wrapper-mid .btn-fill.color-yellow {
  border-bottom: 1px solid #c2aa51 !important;
}
.price-table-layout4 .item-wrapper-mid .btn-fill.color-yellow:hover {
  border-bottom: 1px solid #4c1864 !important;
}
.price-table-layout1 {
  margin-bottom: 3rem;
}
.price-table-layout1 .item-wrapper {
  padding: 55px 15px 60px;
  text-align: center;
  background-color: #FFFFFF;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .price-table-layout1 .item-wrapper {
    padding: 45px 15px 55px;
  }
}
@media only screen and (max-width: 767px) {
  .price-table-layout1 .item-wrapper {
    padding: 40px 15px 50px;
  }
}
.price-table-layout1 .item-wrapper .item-title {
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-table-layout1 .item-wrapper .item-title h3 {
    font-size: 20px;
  }
}
.price-table-layout1 .item-wrapper .item-price {
  margin-bottom: 20px;
  position: relative;
  font-size: 8rem;
  color: #282828;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.price-table-layout1 .item-wrapper .item-price .currency {
  top: -45px;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  left: -12px;
  top: 10px;
}
@media only screen and (max-width: 991px) {
  .price-table-layout1 .item-wrapper .item-price .currency {
    left: -15px;
    top: 0;
  }
}
.price-table-layout1 .item-wrapper .item-body {
  margin-bottom: 40px;
}
.price-table-layout1 .item-wrapper .item-body ul li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  list-style: none;
}
.price-table-layout1 .item-wrapper .item-body ul li:last-child {
  margin-bottom: 0;
}
.price-table-layout1 .item-wrapper:hover {
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
}
.price-table-layout2 {
  margin-bottom: 30px;
  padding: 20px 3rem 55px;
  text-align: center;
  position: relative;
  z-index: 4;
}
.price-table-layout2:before {
  opacity: 1;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background: #009552;
  background: linear-gradient(to top right, #009552, #13c273);
  background-repeat: no-repeat;
  border-radius: 20px;
  transition: opacity 0.5s ease-in-out;
}
.price-table-layout2:after {
  opacity: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background: #ffda59;
  background: linear-gradient(to top right, #ffda59, #f2bd00);
  background-repeat: no-repeat;
  border-radius: 20px;
  transition: opacity 0.5s ease-in-out;
}
.price-table-layout2:hover:before {
  opacity: 0;
}
.price-table-layout2:hover:after {
  opacity: 1;
}
.price-table-layout2:hover .tpt-header .tpt-header-top .tpt-title:after {
  background-color: #FFFFFF;
}
.price-table-layout2:hover .tpt-header .tpt-header-top .tpt-title:before {
  background-color: #FFFFFF;
}
.price-table-layout2:hover .tpt-footer .tpt-footer-btn {
  color: #282828;
  background-color: #FFFFFF;
}
.price-table-layout2:hover .tpt-footer .tpt-footer-btn:hover {
  background-color: #fad03b;
  color: #FFFFFF;
}
.price-table-layout2 .tpt-header .tpt-header-top {
  margin-bottom: 35px;
}
.price-table-layout2 .tpt-header .tpt-header-top .tpt-title {
  position: relative;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 18px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-header .tpt-header-top .tpt-title span {
  font-weight: 500;
  color: #282828;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-header .tpt-header-top .tpt-title:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 23%;
  background-color: #fad03b;
  top: 10px;
  left: 0;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-header .tpt-header-top .tpt-title:before {
  content: "";
  border-radius: 2px;
  position: absolute;
  height: 4px;
  width: 23%;
  background-color: #fad03b;
  top: 10px;
  right: 0;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-header .tpt-header-bottom {
  line-height: 1.6;
}
.price-table-layout2 .tpt-header .tpt-header-bottom .currency {
  font-size: 6rem;
  font-weight: 300;
  color: #FFFFFF;
  text-shadow: 3px 3px 7px rgba(3, 147, 112, 0.5);
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-header .tpt-header-bottom .amount {
  font-size: 10rem;
  color: #FFFFFF;
  font-weight: 700;
  text-shadow: 3px 3px 7px rgba(3, 147, 112, 0.5);
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-body {
  margin-bottom: 50px;
}
.price-table-layout2 .tpt-body .tpt-body-items {
	list-style: none;
	padding-left: 0;
}
.price-table-layout2 .tpt-body .tpt-body-items .tpt-body-item {
  margin-bottom: 5px;
  line-height: 1.9;
}
.price-table-layout2 .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-content {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-footer .tpt-footer-btn {
  border-radius: 45px;
  font-size: 16px;
  color: #282828;
  border: 2px solid #FFFFFF;
  font-weight: 700;
  background-color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 4rem;
  line-height: 1.9;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-layout3 {
  margin-bottom: 30px;
}
.price-table-layout3 .tpt-col-inner {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  transition: all all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.price-table-layout3 .tpt-col-inner:hover {
  z-index: 2;
  transform: scale(1.05);
  background-color: #4c1864;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-top {
  border-bottom: 1px solid #fad03b;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-top .tpt-title {
  color: #FFFFFF;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-bottom .currency {
  color: #FFFFFF;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-bottom .amount {
  color: #FFFFFF;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-bottom .period {
  color: #FFFFFF;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-body .tpt-body-items .tpt-body-item:nth-child(even) {
  background-color: #4c1854;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-content {
  color: #FFFFFF;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-body .tpt-body-items .tpt-body-item-icon {
  color: #FFFFFF;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-layout3 .tpt-header {
  text-align: center;
}
.price-table-layout3 .tpt-header .tpt-header-top {
  margin-bottom: 5px;
  padding: 25px 0;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 575px) {
  .price-table-layout3 .tpt-header .tpt-header-top {
    margin-bottom: 20px;
  }
}
.price-table-layout3 .tpt-header .tpt-header-top .tpt-title {
  letter-spacing: 1px;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.5;
}
.price-table-layout3 .tpt-header .tpt-header-bottom {
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.price-table-layout3 .tpt-header .tpt-header-bottom .currency {
  font-size: 30px;
  color: #b3b3b3;
  font-weight: 500;
  position: relative;
  bottom: 32px;
  left: -5px;
}
@media only screen and (max-width: 991px) {
  .price-table-layout3 .tpt-header .tpt-header-bottom .currency {
    font-size: 24px;
    bottom: 30px;
    left: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .price-table-layout3 .tpt-header .tpt-header-bottom .currency {
    font-size: 24px;
    bottom: 25px;
  }
}
.price-table-layout3 .tpt-header .tpt-header-bottom .amount {
  font-size: 8rem;
  color: #282828;
  font-weight: 700;
}
.price-table-layout3 .tpt-header .tpt-header-bottom .period {
  font-size: 16px;
  color: #444444;
  font-weight: 400;
}
.price-table-layout3 .tpt-body {
  margin-bottom: 30px;
}
.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item {
  position: relative;
  padding: 16px 5px 16px 50px;
  list-style: none;
}
.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item:nth-child(even) {
  background-color: #eaeff0;
  transition: all all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-content {
  color: #282828;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}
.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item-icon {
  position: absolute;
  left: 20px;
  z-index: 1;
  color: #0b9876;
  line-height: 1.9;
}
.price-table-layout3 .tpt-footer {
  text-align: center;
  padding-bottom: 30px;
}
.price-table-layout3 .tpt-footer .tpt-footer-btn {
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #282828;
  background-color: #fad03b;
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 5rem 11px;
  font-weight: 700;
  line-height: 1.7;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-layout3 .tpt-footer .tpt-footer-btn:hover {
  background-color: #f9c406;
}
.price-table-layout5 {
  margin-bottom: 3rem;
}
.price-table-layout5 .item-wrapper {
  padding: 55px 30px 60px;
  text-align: center;
  background-color: #FFFFFF;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .price-table-layout5 .item-wrapper {
    padding: 45px 22px 55px;
  }
}
@media only screen and (max-width: 767px) {
  .price-table-layout5 .item-wrapper {
    padding: 40px 20px 50px;
  }
}
.price-table-layout5 .item-wrapper .item-title {
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-table-layout5 .item-wrapper .item-title h3 {
    font-size: 20px;
  }
}
.price-table-layout5 .item-wrapper .item-price {
  margin-bottom: 20px;
  position: relative;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  background: #fad03b;
  border-radius: 100%;
  width: 126px;
  height: 126px;
  line-height: 2.6;
}
.price-table-layout5 .item-wrapper .item-price .currency {
  top: -45px;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  left: -12px;
  top: 10px;
}
@media only screen and (max-width: 991px) {
  .price-table-layout5 .item-wrapper .item-price .currency {
    left: -15px;
    top: 0;
  }
}
.price-table-layout5 .item-wrapper .item-body {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .price-table-layout5 .item-wrapper .item-body {
    margin-bottom: 30px;
  }
}
.price-table-layout5 .item-wrapper .item-body ul li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  list-style: none;
}
.price-table-layout5 .item-wrapper .item-body ul li:last-child {
  margin-bottom: 0;
}
.price-table-layout5 .item-wrapper:hover {
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
}
/*-------------------------------------
#. EL: About Area
---------------------------------------*/
.about-layout2.rtin-layout1 .media-body-box {
  padding-right: 15px;
}
.about-layout1 {
  text-align: center;
}
.about-layout1 img {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .about-layout1 img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-layout1 img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .about-layout1 img {
    margin-bottom: 15px;
  }
}
.about-layout2.rtin-layout3 {
  overflow: hidden;
  border-radius: 15px;
}
.about-layout2.rtin-layout3 h3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 99;
}
.about-layout2.rtin-layout3 .play-btn.rtin-layout3 {
  top: 60%;
  transform: translateY(-50%);
}
.about-layout2.rtin-layout3 .video-area {
  position: relative;
}
.about-layout2.rtin-layout3 .video-area img {
  width: 100%;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-layout2.rtin-layout3 .video-area:hover img {
  width: 100%;
  /* Safari 6.0 - 9.0 */
  filter: inherit;
}
.about-layout2.rtin-layout3 .video-area:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.about-layout2.rtin-layout3 .video-area .video-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  line-height: 1.48;
  z-index: 99;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
}
.about-layout2.rtin-layout3 .video-area .video-icon .popup-video {
  width: 90px;
  height: 90px;
  color: #4c1864;
  text-align: center;
  background: #4c1864;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.about-layout2.rtin-layout3 .video-area .video-icon .popup-video:before {
  content: "";
  position: absolute;
  width: 106px;
  height: 106px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  left: -8px;
  right: 0;
  margin: auto;
  top: -8px;
  z-index: -1;
}
.about-layout2.rtin-layout3 .video-area .video-icon .popup-video:after {
  content: "";
  position: absolute;
  width: 118px;
  height: 118px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
  left: -14px;
  right: 0;
  margin: auto;
  top: -14px;
  z-index: -1;
}
.about-layout2.rtin-layout3 .video-area .video-icon .play-btn {
  background-color: #fff;
}
.about-layout2.rtin-layout3 .video-area .video-icon .play-btn i {
  position: relative;
  z-index: 99;
}
.about-layout2.rtin-layout3 .video-area .video-icon .play-btn i:before {
  font-size: 36px;
  margin-left: 10px;
  line-height: 2.5;
}
.about-layout2.rtin-layout3 .video-area .video-icon .play-btn:hover {
  background-color: #4c1864;
  color: #4c1864;
}
.about-layout2.rtin-layout4 h3 {
  margin-bottom: 26px;
}
.about-layout2.rtin-layout4 .vcontent-area {
  padding: 30px;
}
.about-layout2.rtin-layout4 .media-body-box {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.about-layout2 {
  background-color: #FFFFFF;
}
.about-layout2 .video-area {
  position: relative;
}
.about-layout2 .media-body-box {
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .about-layout2 .media-none--md .media-body.media-body-box {
    padding: 7rem 5rem 7.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .about-layout2 h3 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .about-layout2 h4 {
    margin-bottom: 15px;
  }
}
.about-layout2 p {
  margin-bottom: 0;
}
.about-layout2 .rtin-button {
  margin-top: 30px;
}
.about-layout3 {
  text-align: center;
}
.about-layout3 img {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .about-layout3 img {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .about-layout3 img {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .about-layout3 img {
    margin-bottom: 20px;
  }
}
.about-layout3 p {
  margin-bottom: 0;
}
.about-layout4 {
  text-align: left;
  margin-bottom: 30px;
}
.about-layout4 img {
  margin-bottom: 45px;
  width: 40rem;
}
@media only screen and (max-width: 1199px) {
  .about-layout4 img {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .about-layout4 img {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .about-layout4 img {
    margin-bottom: 20px;
  }
}
.about-layout4 p {
  padding-right: 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .about-layout4 p {
    padding-right: 0;
  }
}
/*-------------------------------------
#. EL: Sponsonrs Area
---------------------------------------*/
.logo-grid-new .rtin-item.sponsonrs-box {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px 15px;
}
.sponsonrs-type-title {
  text-align: center;
  margin-bottom: 60px;
}
.sponsonrs-type-title h3 {
  color: #282828;
  font-weight: 700;
}
.sponsonrs-layout1 {
  text-align: center;
}
.sponsonrs-layout1 .sponsonrs-row-border {
  margin-bottom: 55px;
  margin-right: 0;
  margin-left: 0;
  position: relative;
}
.sponsonrs-layout1 .sponsonrs-row-border:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #dcdcdc;
  z-index: 3;
}
.sponsonrs-layout1 .sponsonrs-row-border:last-child {
  margin-bottom: 0;
}
.sponsonrs-layout1 .sponsonrs-row-border:last-child:before {
  display: none;
}
.sponsonrs-layout1 .sponsonrs-box {
  margin-bottom: 55px;
}
.sponsonrs-layout1 .sponsonrs-box a {
  display: inline-block;
}
.sponsonrs-layout1 .sponsonrs-box a img {
  display: inline-block;
  max-width: 25rem;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sponsonrs-layout1 .sponsonrs-box a:hover img {
  -webkit-filter: grayscale(0);
}
/*-------------------------------------
#. EL: Blog Area
---------------------------------------*/
.post-each-new-1 .entry-meta-1 li {
  color: #4c1864;
}
.post-each-new-1 .entry-content a.btn-text {
  font-size: 14px;
  font-weight: 700;
  color: #111;
}
.post-each-new-1 .entry-content a.btn-text:before {
  color: #4c1864;
}
.post-each-new-1 .entry-content a.btn-text:hover {
  color: #4c1864;
}
.post-each-single .news-meta-info {
  padding-left: 0;
}
.news-meta-info {
  margin-bottom: 15px;
  font-size: 15px;
}
.news-meta-info li {
  display: inline-block;
  color: #707070;
}
.news-meta-info li a {
  color: #282828;
}
.news-meta-info li a:hover {
  color: #fad03b;
}
.news-meta-info.mar20-ul li {
  margin-right: 20px;
  color: #6c6c6c;
}
.news-meta-info.mar20-ul li i {
  color: #fad03b;
  margin-right: 5px;
}
.news-meta-info.mar20-ul li a {
  color: #6c6c6c;
}
.news-meta-info.mar20-ul li a:hover {
  color: #fad03b;
}
.blog-layout1 {
  margin-bottom: 30px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-layout1 .item-title h3 {
  margin-bottom: 15px;
}
.blog-layout1 .item-content {
  padding: 3rem;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 0px 0px rgba(220, 220, 220, 0.75);
}
.blog-layout1 .item-img {
  position: relative;
}
.blog-layout1 .item-img img {
  width: 100%;
}
.blog-layout1 .item-img .item-date {
  text-align: center;
  padding: 8px 10px 7px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #fad03b;
  color: #282828;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-layout1 .item-img .item-date span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.blog-layout1:hover {
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
}
.blog-layout1:hover .item-date {
  left: 0;
  bottom: 0;
}
.blog-layout2 {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 0px 0px rgba(220, 220, 220, 0.75);
}
.blog-layout2 .item-img {
  position: relative;
}
.blog-layout2 .item-img .item-date {
  text-align: center;
  padding: 8px 20px 7px;
  position: absolute;
  right: -35px;
  transform: translateY(-50%);
  top: 45%;
  background-color: #fad03b;
  color: #282828;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .blog-layout2 .item-img .item-date {
    right: 0;
  }
}
.blog-layout2 .item-img .item-date span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.blog-layout2 h3.title {
  margin-bottom: 15px;
  font-weight: 600;
}
.blog-layout2 h3.title a {
  color: #282828;
}
.blog-layout2 h3.title a:hover {
  color: #fad03b;
}
.blog-layout2:hover .item-img .item-date {
  top: 0;
  transform: translateY(0px);
}
.blog-layout2.blog-section {
  box-shadow: none;
}
.blog-layout2.blog-section .item-img .item-date {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 4px;
  padding: 8px 13px 7px;
}
.blog-layout2.blog-section h3.title {
  margin-bottom: 15px;
}
.blog-layout2.blog-section .item-deccription p {
  margin-bottom: 20px;
}
.blog-layout3.no-img {
  background-color: #f5f5f5;
  padding: 20px;
}
.blog-layout3.no-img {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.blog-layout3.no-img .item-date-wrap {
  position: relative;
  display: inline-block;
  margin: 16px 0 20px 10px;
}
.blog-layout3.no-img .item-date-wrap .item-date {
  text-align: center;
  padding: 8px 20px 7px;
  background-color: #fad03b;
  color: #444444;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-layout3.no-img .item-date-wrap .item-date:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #d5ae26;
  top: 5px;
  left: 5px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-layout3.no-img .item-date-wrap .item-date span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.blog-layout3.no-img .item-content {
  padding: 0 12px;
  bottom: 20px;
  left: 15px;
  text-align: left;
  z-index: 3;
}
.blog-layout3.no-img .item-content p {
  color: #444444;
}
@media only screen and (max-width: 991px) {
  .blog-layout3.no-img .item-content p {
    margin-bottom: 0;
  }
}
.blog-layout3.no-img .item-content .item-title h3 {
  margin-bottom: 15px;
  line-height: 1.4;
  color: #282828;
}
@media only screen and (max-width: 991px) {
  .blog-layout3.no-img .item-content .item-title h3 {
    margin-bottom: 10px;
  }
}
.blog-layout3.no-img .item-content .item-title h3 a {
  color: #282828;
}
.blog-layout3.no-img .item-content .item-title h3 a:hover {
  color: #fad03b;
}
.blog-layout3.no-img:hover img {
  transform: scale(1.1);
}
.blog-layout3.no-img:hover .item-date:before {
  top: -5px;
  left: -5px;
}
.blog-layout3.thumb-img {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.blog-layout3.thumb-img img {
  transform: scale(1);
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
}
.blog-layout3.thumb-img .item-date-wrap {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .blog-layout3.thumb-img .item-date-wrap {
    top: 10px;
    left: 10px;
  }
}
.blog-layout3.thumb-img .item-date-wrap .item-date {
  text-align: center;
  padding: 8px 20px 7px;
  background-color: #fad03b;
  color: #282828;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .blog-layout3.thumb-img .item-date-wrap .item-date {
    font-size: 18px;
  }
}
.blog-layout3.thumb-img .item-date-wrap .item-date:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #d5ae26;
  top: 5px;
  left: 5px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-layout3.thumb-img .item-date-wrap .item-date span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.blog-layout3.thumb-img .item-content {
  padding: 0 12px;
  position: absolute;
  bottom: 20px;
  left: 15px;
  text-align: left;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .blog-layout3.thumb-img .item-content {
    bottom: 20px;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-layout3.thumb-img .item-content p {
    margin-bottom: 0;
  }
}
.blog-layout3.thumb-img .item-content .item-deccription {
  color: #FFFFFF;
}
.blog-layout3.thumb-img .item-content .item-title h3 {
  margin-bottom: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .blog-layout3.thumb-img .item-content .item-title h3 {
    margin-bottom: 10px;
  }
}
.blog-layout3.thumb-img:hover img {
  transform: scale(1.1);
}
.blog-layout3.thumb-img:hover .item-date:before {
  top: -5px;
  left: -5px;
}
.blog-layout4 {
  margin-bottom: 30px;
}
.blog-layout4 .entry-image .item-image {
  overflow: hidden;
}
.blog-layout4 .entry-image img {
  width: 100%;
  transform: scale(1);
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-layout4 .entry-image .item-title h3 {
  font-size: 24px;
}
.blog-layout4 .entry-image .item-content {
  padding: 2.5rem 3rem 2rem;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}
.blog-layout4 .entry-image .item-content .title {
  margin-bottom: 10px;
}
.blog-layout4 .entry-image:hover img {
  transform: scale(1.1);
}
.blog-layout4 .entry-content .item-content {
  padding: 8rem 3rem;
  text-align: center;
}
.blog-layout4 .entry-content .item-content .title {
  margin-bottom: 25px;
  position: relative;
  padding-top: 70px;
}
.blog-layout4 .entry-content .item-content .title:before {
  content: "\f10e";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-family: fontawesome;
  z-index: 1;
}
.rtblog-content .blog-layout5.thumb-img .item-content .item-title h3 {
  font-size: 22px;
}
.blog-layout5 {
  margin-bottom: 60px;
}
.blog-layout5 .entry-image .item-image {
  margin-bottom: 3.5rem;
}
.blog-layout5 .entry-video .item-video {
  position: relative;
  margin-bottom: 3.5rem;
}
.blog-layout5 h2 {
  margin-bottom: 20px;
}
.blog-layout5 .item-image img {
  width: 100%;
}
.blog-last .pagination-area {
  padding-top: 0;
}
.single-blog-wrapper .item-image {
  margin-bottom: 35px;
}
.single-blog-wrapper .single-blog-content-holder {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.single-blog-wrapper .single-blog-content-holder .title {
  margin-bottom: 10px;
}
.single-blog-wrapper .single-blog-content-holder blockquote {
  margin: 35px 0;
  background: #f8f8f8;
  padding: 40px 60px 20px;
  position: relative;
  display: block;
  color: #707070;
  font-style: italic;
  border: none;
  border-left: 4px solid #4c1864;
}
@media only screen and (max-width: 480px) {
  .single-blog-wrapper .single-blog-content-holder blockquote {
    padding: 30px;
  }
}
.single-blog-wrapper .tag-share {
  margin-bottom: 50px;
}
.single-blog-wrapper .tag-share li {
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .single-blog-wrapper .tag-share li {
    display: block;
  }
}
.single-blog-wrapper .tag-share li ul li {
  display: inline-block;
  font-size: 15px;
}
.single-blog-wrapper .tag-share li ul li:last-child {
  float: inherit;
}
.single-blog-wrapper .tag-share li:last-child {
  float: right;
}
@media only screen and (max-width: 575px) {
  .single-blog-wrapper .tag-share li:last-child {
    float: inherit;
    margin-top: 15px;
  }
}
.single-blog-wrapper .tag-share li .inner-tag {
  margin-top: 5px;
}
.single-blog-wrapper .tag-share li .inner-tag li a {
  color: #646464;
}
.single-blog-wrapper .tag-share li .inner-tag li a:hover {
  color: #4c1864;
}
.single-blog-wrapper .tag-share li .inner-tag li:first-child {
  font-weight: 700;
}
.single-blog-wrapper .tag-share li .inner-share li {
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .single-blog-wrapper .tag-share li .inner-share li {
    margin-right: 5px;
    margin-left: 0;
  }
}
.single-blog-wrapper .tag-share li .inner-share li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(1n) a {
  background: #3b5998;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(2n) a {
  background: #00aced;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(3n) a {
  background: #276cca;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(4n) a {
  background: #e94a0b;
}
.single-blog-wrapper .about-author {
  margin-bottom: 45px;
  background-color: #f8f8f8;
  padding: 35px 10px 15px 30px;
}
.single-blog-wrapper .about-author .title {
  margin-bottom: 10px;
}
.single-blog-wrapper .blog-comments {
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
.single-blog-wrapper .blog-comments .title {
  margin-bottom: 40px;
}
.single-blog-wrapper .blog-comments ul li {
  margin-bottom: 40px;
  position: relative;
}
.single-blog-wrapper .blog-comments ul li .item-img a {
  display: block;
  border-radius: 50%;
}
.single-blog-wrapper .blog-comments ul li .comments-content {
  padding-top: 10px;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 {
  font-size: 18px;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 a {
  font-weight: 700;
  color: #282828;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 a:hover {
  color: #4c1864;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 .date {
  color: #444444;
  font-weight: 300;
}
.single-blog-wrapper .blog-comments ul li .comments-content .reply {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .single-blog-wrapper .blog-comments ul li .comments-content .reply {
    position: inherit;
    display: inline-block;
  }
}
.single-blog-wrapper .blog-comments ul li .comments-content .reply a {
  color: #FFFFFF;
  padding: 8px 20px;
  display: block;
  background: #fad03b;
  font-size: 12px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-blog-wrapper .blog-comments ul li .comments-content .reply:hover a {
  background: #4c1864;
}
.single-blog-wrapper .blog-comments ul li:nth-child(even) {
  padding-left: 40px;
}
@media only screen and (max-width: 575px) {
  .single-blog-wrapper .blog-comments ul li:nth-child(even) {
    padding-left: 0;
  }
}
.single-blog-wrapper .leave-comments .title {
  margin-bottom: 40px;
}
.single-blog-wrapper .leave-comments .form-group {
  margin-bottom: 30px;
}
.single-blog-wrapper .leave-comments .form-group .form-control {
  border-radius: 0;
  background: #f9f9f9;
  box-shadow: none;
  border: none;
}
.single-blog-wrapper .leave-comments .form-group input {
  padding: 3px 5px 5px 25px;
  height: 50px;
  color: #282828;
  font-weight: 500;
}
.single-blog-wrapper .leave-comments .form-group textarea {
  font-weight: 500;
  padding: 20px 30px;
}
.single-blog-wrapper .leave-comments .form-group input.form-control::-webkit-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-webkit-input-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control::-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-moz-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control:-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-moz-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control:-ms-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-ms-input-placeholder {
  color: #707070;
}
.blog-layout5.no-img {
  background-color: #f5f5f5;
  padding: 20px;
}
.blog-layout5.no-img {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.blog-layout5.no-img .entry-meta-2 li {
  display: inline-block;
  margin-right: 15px;
}
.blog-layout5.no-img .entry-meta-2 li i {
  margin-right: 5px;
}
.blog-layout5.no-img .item-date-wrap {
  position: relative;
  display: inline-block;
  margin: 16px 0 20px 10px;
}
.blog-layout5.no-img .item-date-wrap .item-date {
  text-align: center;
  padding: 8px 20px 7px;
  background-image: linear-gradient(to top, #401a85 9%, #ec407a 96%, #ec407a 87%);
  color: #444444;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-layout5.no-img .item-date-wrap .item-date:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #d5ae26;
  top: 5px;
  left: 5px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-layout5.no-img .item-date-wrap .item-date span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.blog-layout5.no-img .item-content {
  padding: 0 12px;
  bottom: 20px;
  left: 15px;
  text-align: left;
  z-index: 3;
}
.blog-layout5.no-img .item-content p {
  color: #444444;
}
@media only screen and (max-width: 991px) {
  .blog-layout5.no-img .item-content p {
    margin-bottom: 0;
  }
}
.blog-layout5.no-img .item-content .item-title h3 {
  margin-bottom: 15px;
  line-height: 1.4;
  color: #282828;
}
@media only screen and (max-width: 991px) {
  .blog-layout5.no-img .item-content .item-title h3 {
    margin-bottom: 10px;
  }
}
.blog-layout5.no-img .item-content .item-title h3 a {
  color: #282828;
}
.blog-layout5.no-img .item-content .item-title h3 a:hover {
  color: #fad03b;
}
.blog-layout5.no-img:hover img {
  transform: scale(1.1);
}
.blog-layout5.no-img:hover .item-date:before {
  top: -5px;
  left: -5px;
}
.blog-layout5.thumb-img {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.blog-layout5.thumb-img img {
  transform: scale(1);
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
}
.blog-layout5.thumb-img .item-date-wrap {
  margin-bottom: 20px;
}
.blog-layout5.thumb-img .item-date-wrap .item-date {
  text-align: center;
  padding: 11px 14px 11px;
  background-image: linear-gradient(to top, #401a85 9%, #ec407a 96%, #ec407a 87%);
  color: #fff;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 5px;
}
.blog-layout5.thumb-img .item-date-wrap .item-date .date-post-7 {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.blog-layout5.thumb-img .item-date-wrap .item-date .month-post-7 {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.blog-layout5.thumb-img .entry-meta-2 li {
  display: inline-block;
  color: #fff;
  margin-right: 15px;
}
.blog-layout5.thumb-img .entry-meta-2 li i {
  margin-right: 5px;
}
.blog-layout5.thumb-img .entry-meta-2 li a {
  color: #fff;
}
.blog-layout5.thumb-img .item-content {
  padding: 0 12px;
  position: absolute;
  bottom: 20px;
  left: 15px;
  text-align: left;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .blog-layout5.thumb-img .item-content {
    bottom: 20px;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-layout5.thumb-img .item-content p {
    margin-bottom: 0;
  }
}
.blog-layout5.thumb-img .item-content .item-deccription {
  color: #FFFFFF;
}
.blog-layout5.thumb-img .item-content .item-title h3 {
  margin-bottom: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .blog-layout5.thumb-img .item-content .item-title h3 {
    margin-bottom: 10px;
  }
}
.blog-layout5.thumb-img:hover img {
  transform: scale(1.1);
}
.blog-layout5.thumb-img:hover .item-date:before {
  top: -5px;
  left: -5px;
}
/*-------------------------------------
#. EL: Schedule Area
---------------------------------------*/
.schedule-wrapper-9 {
  /*
    .btn-ghost-sm.border-radius-5{
        background-image: linear-gradient(to right, #401a85 9%, #ec407a 96%, #ec407a 87%);
        border: none;
        color: #fff;
        border-radius: 2px;
        padding: 16px 26px;
        -webkit-box-shadow: 11px 0px 24px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:11px 0px 24px rgba(0, 0, 0, 0.2);
        box-shadow:11px 0px 24px rgba(0, 0, 0, 0.2);
         transition: all 0.3s ease-in-out;
         &:hover{
                background-image: linear-gradient(to left, #401a85 9%, #ec407a 96%, #ec407a 87%);
                 transition: all 0.3s ease-in-out;
         }
    }*/
}
.schedule-wrapper-9 .schedule-header {
  background-color: #f9f9f9;
  padding: 18px;
  border: 1px solid #dddddd;
  border-radius: 15px 15px 0 0;
}
.schedule-wrapper-9 .schedule-header .day-number {
  font-size: 24px;
  color: #111;
  font-weight: 700;
}
.schedule-wrapper-9 .schedule-header .day-number .day-number-left {
  margin-right: 40px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .schedule-wrapper-9 .schedule-header .day-number .day-number-left {
    margin-right: 40px;
    font-weight: 400;
    display: block;
    margin: 0;
    line-height: 1.5;
    text-align: center;
  }
}
.schedule-wrapper-9 .schedule-item-8 {
  background-color: #fff;
  margin-bottom: 30px;
}
.schedule-wrapper-9 .schedule-item-8 .schedule-time {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .schedule-wrapper-9 .schedule-item-8 .schedule-time {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .schedule-wrapper-9 .schedule-item-8 .schedule-time.titlemd {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-wrapper-9 .schedule-item-8 .schedule-time.titlemd {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .schedule-wrapper-9 .schedule-item-8 .p0 {
    padding: 0;
  }
}
.schedule-wrapper-9 .schedule-item-8 .speaker-details-wrp {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .schedule-wrapper-9 .schedule-item-8 .speaker-details-wrp {
    text-align: center;
    margin-top: 25px;
  }
}
.schedule-wrapper-9 .schedule-contnet-mid {
  padding: 20px 20px 20px 0px;
  border: 1px solid #dddddd;
  text-align: left;
  margin-bottom: 20px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .schedule-wrapper-9 .schedule-contnet-mid {
    padding: 44px 0;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-wrapper-9 .schedule-contnet-mid {
    text-align: center;
    padding: 44px 0;
  }
}
.schedule-wrapper-9 .schedule-contnet-mid .row {
  -ms-flex-align: center;
      align-items: center;
}
.schedule-wrapper-9 .schedule-contnet-mid .schedule-speaker {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .schedule-wrapper-9 .schedule-contnet-mid .schedule-speaker {
    margin: auto;
    margin-bottom: 20px;
  }
}
.schedule-wrapper-9 .schedule-contnet-mid .schedule-speaker .speaker-img-tooltip i.fa.fa-play {
  position: absolute;
  color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.schedule-wrapper-9 .schedule-contnet-mid .schedule-speaker li {
  max-width: 120px;
  display: inline-block;
  margin: 0;
}
.schedule-wrapper-9 .schedule-speaker {
  margin: 0;
  padding: 0;
}
.schedule-wrapper-9 .details-down {
  color: #4c1864;
  padding: 0 21px 0 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.schedule-wrapper-9 .details-down:before {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: -4px;
  right: 0;
  transition: all 0.5s ease-out;
  color: #4c1864;
  content: "\f107";
  transition: all 0.3s ease-in-out;
}
.schedule-wrapper-9 .details-down.active-block:before {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: -4px;
  right: 0;
  transition: all 0.5s ease-out;
  color: #4c1864;
  content: "\f00d";
  transition: all 0.3s ease-in-out;
}
.schedule-wrapper-9 .details-show {
  padding-top: 15px;
}
.schedule-wrapper-9 .details-show p {
  margin-bottom: 0;
}
.schedule-wrapper-9 .details-txt {
  padding-top: 15px;
  display: none;
}
.schedule-wrapper-9 .details-txt p {
  margin-bottom: 0;
}
.schedule-wrapper-9 ul li {
  list-style: none;
}
.schedule-wrapper-9 .schedule-time {
  padding-top: 15px;
  text-align: center;
  color: #444444;
  font-weight: 500;
}
.schedule-wrapper-9 .schedule-time i {
  margin-right: 5px;
  color: #fad03b;
}
.schedule-wrapper-9 .schedule-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.schedule-wrapper-9 .schedule-title a {
  color: #111111;
}
.schedule-wrapper-9 .schedule-title a:hover {
  color: #4c1864;
}
.schedule-wrapper-9 .schedule-list-info {
  margin: 0;
  padding: 0;
}
.schedule-wrapper-9 .schedule-list-info li {
  display: inline-block;
  margin-right: 15px;
  list-style: disc;
}
.schedule-wrapper-9 .schedule-list-info li i {
  color: #fad03b;
  margin-right: 6px;
}
.schedule-wrapper-8 .schedule-header {
  background-color: #f9f9f9;
  padding: 18px;
  border: 1px solid #dddddd;
  border-radius: 15px 15px 0 0;
}
.schedule-wrapper-8 .schedule-header .day-number {
  font-size: 24px;
  color: #111;
  font-weight: 700;
}
.schedule-wrapper-8 .schedule-header .day-number .day-number-left {
  margin-right: 40px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .schedule-wrapper-8 .schedule-header .day-number .day-number-left {
    margin-right: 40px;
    font-weight: 400;
    display: block;
    margin: 0;
    line-height: 1.5;
    text-align: center;
  }
}
.schedule-wrapper-8 .schedule-item-8 {
  background-color: #fff;
  margin-bottom: 30px;
}
.schedule-wrapper-8 .schedule-item-8 .schedule-time {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .schedule-wrapper-8 .schedule-item-8 .schedule-time {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .schedule-wrapper-8 .schedule-item-8 .p0 {
    padding: 0;
  }
}
.schedule-wrapper-8 .schedule-item-8 .speaker-details-wrp {
  text-align: right;
}
.schedule-wrapper-8 .schedule-contnet-mid {
  padding: 44px 20px 44px 20px;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .schedule-wrapper-8 .schedule-contnet-mid {
    text-align: center;
    padding: 44px 0;
  }
}
.schedule-wrapper-8 .schedule-contnet-mid .schedule-speaker {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .schedule-wrapper-8 .schedule-contnet-mid .schedule-speaker {
    margin: auto;
  }
}
.schedule-wrapper-8 .schedule-contnet-mid .schedule-speaker li {
  max-width: 60px;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.schedule-wrapper-8 .schedule-speaker {
  margin: 0;
  padding: 0;
}
.schedule-wrapper-8 .details-down {
  color: #4c1864;
  padding: 0 21px 0 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.schedule-wrapper-8 .details-down:before {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: -4px;
  right: 0;
  transition: all 0.5s ease-out;
  color: #4c1864;
  content: "\f107";
  transition: all 0.3s ease-in-out;
}
.schedule-wrapper-8 .details-down.active-block:before {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: -4px;
  right: 0;
  transition: all 0.5s ease-out;
  color: #4c1864;
  content: "\f00d";
  transition: all 0.3s ease-in-out;
}
.schedule-wrapper-8 .details-show {
  padding-top: 15px;
}
.schedule-wrapper-8 .details-show p {
  margin-bottom: 0;
}
.schedule-wrapper-8 .details-txt {
  padding-top: 15px;
  display: none;
}
.schedule-wrapper-8 .details-txt p {
  margin-bottom: 0;
}
.schedule-wrapper-8 ul li {
  list-style: none;
}
.schedule-wrapper-8 .schedule-time {
  padding-top: 15px;
  text-align: center;
  color: #444444;
  font-weight: 500;
}
.schedule-wrapper-8 .schedule-time i {
  margin-right: 5px;
  color: #fad03b;
}
.schedule-wrapper-8 .schedule-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.schedule-wrapper-8 .schedule-title a {
  color: #111111;
}
.schedule-wrapper-8 .schedule-title a:hover {
  color: #4c1864;
}
.schedule-wrapper-8 .schedule-list-info {
  margin: 0;
  padding: 0;
}
.schedule-wrapper-8 .schedule-list-info li {
  display: inline-block;
  margin-right: 15px;
  list-style: disc;
}
.schedule-wrapper-8 .schedule-list-info li i {
  color: #fad03b;
  margin-right: 6px;
}
.title_sp.text-right {
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  float: right;
}
.schedule-slider-item.table-responsive {
  margin-bottom: 30px;
}
.schedule-wrp4 .row.event-social-wrp {
  padding-top: 45px;
}
.schedule-layout1.table {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .schedule-layout-wrp .item-social.text-right {
    text-align: center  !important;
  }
}
@media only screen and (max-width: 1199px) {
  .schedule-layout-wrp .item-social .profile-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .schedule-layout-wrp .item-social {
    text-align: center;
  }
}
.schedule-layout-wrp .event-social-wrp {
  margin-top: 45px;
}
@media only screen and (max-width: 1199px) {
  .schedule-layout-wrp .event-social-wrp a {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .schedule-layout-wrp {
    text-align: center;
  }
}
.schedule-layout1 tbody tr {
  height: 100%;
  width: 100%;
}
.schedule-layout1 tbody tr th {
  border-top: 0;
  padding: 28px 5px 20px;
  text-align: center;
  min-width: 120px;
}
.schedule-layout1 tbody tr:nth-child(1n) th {
  background-color: #fad03b;
}
.schedule-layout1 tbody tr:nth-child(2n) th {
  background-color: #4c1864;
}
.schedule-layout1 tbody tr:nth-child(3n) th {
  background-color: #fad03b;
}
.schedule-layout1 tbody tr:nth-child(4n) th {
  background-color: #f50057;
}
.schedule-layout1 tbody tr:nth-child(5n) th {
  background-color: #00b0ff;
}
.schedule-layout1 tbody tr:nth-child(6n) th {
  background-color: #fad03b;
}
.schedule-layout1 tbody tr:nth-child(7n) th {
  background-color: #4c1864;
}
.schedule-layout1 tbody tr:nth-child(8n) th {
  background-color: #fad03b;
}
.schedule-layout1 tbody tr:nth-child(9n) th {
  background-color: #f50057;
}
.schedule-layout1 tbody tr:nth-child(10n) th {
  background-color: #00b0ff;
}
.schedule-layout1 tbody tr td {
  vertical-align: middle;
  display: table-cell;
}
.schedule-layout1 tbody tr:nth-child(even) td {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.schedule-layout1 tbody tr:nth-child(even) td:last-child {
  border-right: 1px solid #e6e6e6;
}
.schedule-layout1 tbody tr:nth-child(odd) td:last-child {
  border-right: 1px solid #e6e6e6;
}
.schedule-layout1 tbody tr td {
  min-width: 269px;
}
@media only screen and (max-width: 1199px) {
  .schedule-layout1 tbody tr td {
    min-width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .schedule-layout1 tbody tr td {
    min-width: 92px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-layout1 tbody tr td {
    font-size: 92px;
  }
}
.schedule-layout1 .day-number {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.schedule-layout1 .schedule-date {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .schedule-layout1 .schedule-date {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-layout1 .schedule-date {
    font-size: 20px;
  }
}
.schedule-layout1 .schedule-title {
  font-size: 22px;
  color: #282828;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .schedule-layout1 .schedule-title {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-layout1 .schedule-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.schedule-layout1 .schedule-title a {
  color: #282828;
}
.schedule-layout1 .schedule-title a:hover {
  color: #4c1864;
}
.schedule-layout1 .schedule-time {
  font-weight: 300;
  font-size: 20px;
}
.schedule-layout1 .schedule-time i {
  margin-right: 15px;
  color: #fad03b;
}
.schedule-layout1 .schedule-speaker {
  text-align: right;
  float: right;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 5px 0px 0px rgba(181, 181, 181, 0.2);
  margin-right: 10px;
  padding-left: 0px;
  margin-bottom: 0;
}
.schedule-layout1 .schedule-speaker li {
  list-style: none;
  line-height: 2.6;
}
.schedule-layout1 tbody tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.nav-item.tab-btn-nall {
  display: none !important;
}
.schedule-layout2 {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.schedule-layout2:before {
  height: 95%;
  width: 98%;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  content: "";
  z-index: -1;
  position: absolute;
  top: 5%;
  right: -8px;
  transform: rotate(-2deg);
}
@media only screen and (max-width: 575px) {
  .schedule-layout2:before {
    display: none;
  }
}
.schedule-layout2 .schedule-nav li {
  float: left;
  display: inline-block;
  width: 20%;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .schedule-layout2 .schedule-nav li {
    width: 33.3%;
  }
}
@media only screen and (max-width: 575px) {
  .schedule-layout2 .schedule-nav li {
    width: 50%;
  }
}
.schedule-layout2 .schedule-nav li a {
  padding: 22px 5px 20px;
  display: block;
  z-index: 2;
  position: relative;
}
.schedule-layout2 .schedule-nav li a:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  background: linear-gradient(#ffffff, #e5e5e5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.schedule-layout2 .schedule-nav li a:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #fbca1c;
  background: linear-gradient(#fbca1c, #fad03b);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.schedule-layout2 .schedule-nav li a:hover:after {
  opacity: 0;
}
.schedule-layout2 .schedule-nav li a:hover:before {
  opacity: 1;
}
.schedule-layout2 .schedule-nav li .active:after {
  opacity: 0;
}
.schedule-layout2 .schedule-nav li .active:before {
  opacity: 1;
}
.schedule-layout2 .schedule-nav li .day-number {
  color: #282828;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 5px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .schedule-layout2 .schedule-nav li .day-number {
    font-size: 20px;
  }
}
.schedule-layout2 .schedule-nav li .schedule-date {
  color: #444444;
  font-size: 16px;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.schedule-layout2 .schedule-content {
  background-color: #FFFFFF;
  border: 1px solid #e5e5e5;
  padding: 25px 40px 10px;
}
@media only screen and (max-width: 767px) {
  .schedule-layout2 .schedule-content {
    padding: 15px 10px 10px;
  }
}
.schedule-layout2 .schedule-content .table {
  margin-bottom: 0;
}
.schedule-layout2 .schedule-content .table thead tr th {
  font-weight: 600;
  font-size: 16px;
  color: #282828;
  border-top: 0;
}
.schedule-layout2 .schedule-content .table thead tr th:first-child {
  padding-left: 2rem;
}
.schedule-layout2 .schedule-content .table tbody tr th {
  font-weight: 300;
  color: #282828;
  padding: 1rem;
  padding-left: 2rem;
}
.schedule-layout2 .schedule-content .table tbody tr td {
  min-width: 200px;
  font-weight: 300;
  color: #282828;
  padding: 1rem;
}
.schedule-layout2 .schedule-content .table tbody tr td a {
  color: #282828;
}
.schedule-layout2 .schedule-content .table tbody tr td a:hover {
  color: #fad03b;
}
.schedule-layout3 {
  margin-bottom: 6rem;
}
.schedule-layout3 .schedule-nav {
  margin-bottom: 30px;
  border-bottom: 0;
}
.schedule-layout3 .schedule-nav li {
  float: left;
  display: inline-block;
  width: 19%;
  border-bottom: 0;
  text-align: left;
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .schedule-layout3 .schedule-nav li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .schedule-layout3 .schedule-nav li {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-layout3 .schedule-nav li {
    width: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .schedule-layout3 .schedule-nav li {
    width: 45%;
  }
}
.schedule-layout3 .schedule-nav li:last-child {
  margin-right: 0;
}
.schedule-layout3 .schedule-nav li a {
  padding: 20px 15px;
  display: block;
  z-index: 2;
  position: relative;
  color: #adadad;
}
@media only screen and (max-width: 767px) {
  .schedule-layout3 .schedule-nav li a {
    padding: 20px 5px;
  }
}
.schedule-layout3 .schedule-nav li a:before {
  content: "\f054";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  z-index: 1;
  color: #adadad;
  font-family: fontawesome;
}
@media only screen and (max-width: 991px) {
  .schedule-layout3 .schedule-nav li a:before {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-layout3 .schedule-nav li a:before {
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .schedule-layout3 .schedule-nav li a:before {
    right: 10px;
  }
}
.schedule-layout3 .schedule-nav li a:hover {
  color: #fad03b;
}
.schedule-layout3 .schedule-nav li a:hover:before {
  color: #fad03b;
}
.schedule-layout3 .schedule-nav li a .day-number {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .schedule-layout3 .schedule-nav li a .day-number {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .schedule-layout3 .schedule-nav li a .day-number {
    font-size: 24px;
  }
}
.schedule-layout3 .schedule-nav li .active {
  color: #fad03b;
}
.schedule-layout3 .schedule-nav li .active:before {
  color: #fad03b;
}
.schedule-layout3 .schedule-content .table {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .schedule-layout3 .schedule-content .table {
    display: inline-table;
  }
}
.schedule-layout3 .schedule-content .table tbody tr td {
  padding: 0;
  min-width: 200px;
  font-weight: 300;
  color: #282828;
  background: #ffffff;
  background: linear-gradient(#ffffff, #eaeaea);
  position: relative;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.schedule-layout3 .schedule-content .table tbody tr td:before {
  content: "";
  width: 1px;
  height: 102%;
  background-color: #FFFFFF;
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 3;
}
.schedule-layout3 .schedule-content .table tbody tr td:after {
  content: "";
  width: 101%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: -1px;
  bottom: 0;
  z-index: 3;
}
.schedule-layout3 .schedule-content .table tbody tr td:last-child:before {
  display: none;
}
.schedule-layout3 .schedule-content .table tbody tr td .schedule-info {
  padding: 20px 15px;
}
.schedule-layout3 .schedule-content .table tbody tr td .schedule-info .speaker-img {
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 5px 0px 0px rgba(181, 181, 181, 0.2);
}
.schedule-layout3 .schedule-content .table tbody tr td .schedule-info .speaker-img:last-child {
  margin-right: 0;
}
.schedule-layout3 .schedule-content .table tbody tr td .schedule-info .media-body {
  margin-left: 20px;
}
.schedule-layout3 .schedule-content .table tbody tr td .schedule-info .item-content .title {
  margin-bottom: 15px;
}
.schedule-layout3 .schedule-content .table tbody tr td .schedule-info .item-content p {
  font-style: italic;
  margin-bottom: 0;
  line-height: 1;
}
.schedule-layout3 .schedule-content .table tbody tr td a {
  display: block;
  color: #282828;
}
.schedule-layout3 .schedule-content .table tbody tr:hover td {
  background: #fefefe;
  background: linear-gradient(#fefefe, #f1f1f1);
}
.schedule-layout3 .schedule-content .table tbody tr:last-child td:after {
  display: none;
}
.schedule-layout4 {
  position: relative;
}
.schedule-layout4:before {
  opacity: 0.8;
  background-image: linear-gradient(#213037, #282828), linear-gradient(#213037, #282828);
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
}
.schedule-layout4:after {
  opacity: 0;
  background-image: linear-gradient(#213037, #fad03b), linear-gradient(#213037, #fad03b);
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
}
.schedule-layout4 img {
  width: 100%;
}
.schedule-layout4 ul li {
  margin-bottom: 55px;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .schedule-layout4 ul li {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-layout4 ul li {
    margin-bottom: 40px;
  }
}
.schedule-layout4 ul li:last-child {
  margin-bottom: 0;
}
.schedule-layout4 .item-content {
  padding: 8.5rem 4rem 7rem 4rem;
}
.schedule-layout4 .item-content .title {
  margin-bottom: 12px;
  font-size: 26px;
}
.schedule-layout4 .item-content .title a:hover {
  color: #fad03b;
}
.schedule-layout4 .item-content .title.sp-date {
  font-size: 36px;
}
.schedule-layout4 .item-content .title.sp-name {
  margin-bottom: 12px;
  font-size: 32px;
}
@media only screen and (max-width: 1199px) {
  .schedule-layout4 .item-content .title.sp-name {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-layout4 .item-content .title.sp-name {
    font-size: 28px;
  }
}
.schedule-layout4 .item-content .title.sp-name a:hover {
  color: #fad03b;
}
.schedule-layout4 .item-content p {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
.schedule-layout4.single-page-schedule {
  margin-bottom: 30px;
}
.schedule-wrp4.schedule-layout-wrp .row > div:nth-child(2n+0) > .schedule-layout4:before {
  opacity: 0;
}
.schedule-wrp4.schedule-layout-wrp .row > div:nth-child(2n+0) > .schedule-layout4:after {
  opacity: 0.8;
}
.schedule-wrp4 .owl-item:nth-child(2n+0) > .e-item .schedule-layout4:before {
  opacity: 0;
}
.schedule-wrp4 .owl-item:nth-child(2n+0) > .e-item .schedule-layout4:after {
  opacity: 0.8;
}
/*-------------------------------------
#. EL: Upcoming Event
---------------------------------------*/
.upcoming-event-layout1 {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 55%;
  background-color: #FFFFFF;
  padding: 30px 60px 10px;
}
.upcoming-event-layout1 h2 {
  font-size: 20px;
  color: #282828;
  font-weight: 700;
  margin-bottom: 12px;
}
.upcoming-event-layout1 .date {
  color: #fad03b;
  font-size: 20px;
  font-weight: 700;
}
.upcoming-event-layout1 p {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .upcoming-event-layout1 {
    display: none;
  }
}
.upcoming-event-layout2 {
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  padding: 0 10px;
  line-height: 2;
}
@media only screen and (max-width: 991px) {
  .upcoming-event-layout2 {
    padding: 30px 10px;
  }
}
.upcoming-event-layout2 h2 {
  font-weight: 700;
  margin-bottom: 0;
  color: #FFFFFF;
  line-height: 1;
  font-size: 46px;
}
@media only screen and (max-width: 1199px) {
  .upcoming-event-layout2 h2 {
    font-size: calc(40px);
  }
}
@media only screen and (max-width: 991px) {
  .upcoming-event-layout2 h2 {
    font-size: calc(38px);
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-event-layout2 h2 {
    font-size: calc(36px);
  }
}
@media only screen and (max-width: 575px) {
  .upcoming-event-layout2 h2 {
    font-size: calc(31px);
  }
}
@media only screen and (max-width: 479px) {
  .upcoming-event-layout2 h2 {
    font-size: calc(28px);
  }
}
.upcoming-event-layout2 .event-location {
  font-weight: 300;
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .upcoming-event-layout2 .event-location {
    font-size: calc(27px);
  }
}
@media only screen and (max-width: 991px) {
  .upcoming-event-layout2 .event-location {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-event-layout2 .event-location {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 575px) {
  .upcoming-event-layout2 .event-location {
    font-size: calc(25px);
  }
}
@media only screen and (max-width: 479px) {
  .upcoming-event-layout2 .event-location {
    font-size: calc(25px);
  }
}
.upcoming-event-layout2 .event-date {
  font-weight: 500;
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .upcoming-event-layout2 .event-date {
    font-size: calc(27px);
  }
}
@media only screen and (max-width: 991px) {
  .upcoming-event-layout2 .event-date {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-event-layout2 .event-date {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 575px) {
  .upcoming-event-layout2 .event-date {
    font-size: calc(25px);
  }
}
@media only screen and (max-width: 479px) {
  .upcoming-event-layout2 .event-date {
    font-size: calc(25px);
  }
}
.header-icon-dark a i {
  font-weight: 500;
  font-size: 20px;
  color: #282828;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-icon-dark a i:before {
  margin-left: 0;
  color: #282828;
  transition: all all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-icon-dark a:hover i {
  color: #4c1864;
}
.header-icon-dark a:hover i:before {
  color: #4c1864;
}
.light-header {
  background-color: rgba(255, 255, 255, 0.98);
}
.light-header .header-icon-light i {
  color: #282828;
}
.light-header .eventalk-main-menu nav > ul > li > a {
  color: #282828;
  padding: 25px 15px;
}
@media only screen and (max-width: 1199px) {
  .light-header .eventalk-main-menu nav > ul > li > a {
    padding: 25px 9px;
  }
}
.light-header .stick nav ul li a {
  padding: 20px 15px;
}
@media only screen and (max-width: 1199px) {
  .light-header .stick nav ul li a {
    padding: 20px 9px;
  }
}
.light-header .stick {
  background-color: transparent;
  border-bottom: 2px solid #4c1864;
}
.light-header .eventalk-main-menu nav ul .current > a {
  color: #fad03b;
}
/*-------------------------------------
#. EL: Gallrey Tab
---------------------------------------*/
.rt-el-gallrey-tab {
  text-align: center;
  margin-bottom: 55px;
  font-size: 0;
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-tab {
    margin-bottom: 35px;
  }
}
.rt-el-gallrey-tab a {
  background-color: transparent;
  padding: 10px 30px;
  font-size: 16px;
  color: #444 !important;
  margin: 0 5px 5px 0;
  display: inline-block;
  border: 1px solid #fad03b;
  transition: all 0.5s ease-out;
  border-radius: 3px;
  line-height: 1.5;
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-tab a {
    padding: 5px 25px;
    font-size: 14px;
  }
}
.rt-el-gallrey-tab a:hover {
  background-color: #4c1864;
  color: #ffffff;
}
.rt-el-gallrey-tab .current {
  background-color: #4c1864;
  color: #ffffff;
}
/*-------------------------------------
#. EL: Gallrey 1
---------------------------------------*/
.rt-el-gallrey-1 .rtin-item {
  position: relative;
  overflow: hidden;
  margin: 15px;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-1 .rtin-item {
    max-width: 375px;
    margin: 0 auto;
  }
}
.rt-el-gallrey-1 .rtin-item img {
  width: 100%;
}
.rt-el-gallrey-1 .rtin-item:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(250, 208, 59, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.rt-el-gallrey-1 .rtin-item .rtin-content {
  background-color: #4c1864;
  padding: 10px 20px;
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  transition: all 0.5s ease-out;
  color: #fff;
}
.rt-el-gallrey-1 .rtin-item .rtin-content h3 {
  font-weight: 400;
  margin-bottom: 5px;
}
.rt-el-gallrey-1 .rtin-item .rtin-content h3 a {
  color: #fff;
}
.rt-el-gallrey-1 .rtin-item .rtin-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  left: 0;
  right: 0;
  z-index: 8;
  margin: 0 auto;
  text-align: center;
  background-color: #f8f8f8;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  color: #282828;
  font-size: 20px;
  transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
}
.rt-el-gallrey-1 .rtin-item .rtin-icon:hover {
  color: #4c1864;
}
.rt-el-gallrey-1 .rtin-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rt-el-gallrey-1 .rtin-item:hover .rtin-content {
  bottom: 0;
  transition: all 0.5s ease-out;
}
.rt-el-gallrey-1 .rtin-item:hover .rtin-icon {
  transform: translateY(-50%);
  top: 48%;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-1 .rtin-item:hover .rtin-icon {
    top: 35%;
  }
}
/*-------------------------------------
#. EL: Gallrey 2
---------------------------------------*/
.rt-el-gallrey-2 .rtin-item {
  position: relative;
  overflow: hidden;
  margin: 5px;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-2 .rtin-item {
    max-width: 600px;
    margin: 0 auto;
  }
}
.rt-el-gallrey-2 .rtin-item img {
  width: 100%;
}
.rt-el-gallrey-2 .rtin-item:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(transparent, #fad03b), linear-gradient(transparent, #fad03b);
  background-size: 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
.rt-el-gallrey-2 .rtin-item .rtin-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%;
  transform: translateY(-110%);
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  background-color: #f8f8f8;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 3px;
  color: #282828;
  font-size: 20px;
  transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
}
.rt-el-gallrey-2 .rtin-item .rtin-icon:hover {
  color: #4c1864;
}
.rt-el-gallrey-2 .rtin-item .rtin-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -50%;
  z-index: 2;
  padding: 30px 30px 15px;
  transition: all 0.3s ease-out;
}
.rt-el-gallrey-2 .rtin-item .rtin-content h3 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-2 .rtin-item .rtin-content h3 {
    font-size: 20px;
  }
}
.rt-el-gallrey-2 .rtin-item .rtin-content h3 a {
  color: #fff;
}
.rt-el-gallrey-2 .rtin-item .rtin-content .rtin-cat {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.rt-el-gallrey-2 .rtin-item:hover:before {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.rt-el-gallrey-2 .rtin-item:hover .rtin-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease-out;
}
.rt-el-gallrey-2 .rtin-item:hover .rtin-icon {
  transform: translateY(-50%);
  top: 50%;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-2 .rtin-item:hover .rtin-icon {
    top: 45%;
  }
}
/*-------------------------------------
#. EL: Gallrey 3
---------------------------------------*/
.rt-el-gallrey-3 .rtin-item {
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-3 .rtin-item {
    max-width: 375px;
    margin: 0 auto;
  }
}
.rt-el-gallrey-3 .rtin-item img {
  width: 100%;
}
.rt-el-gallrey-3 .rtin-item:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(250, 208, 59, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s ease-out;
}
.rt-el-gallrey-3 .rtin-item img {
  transform: scale(1);
  transition: all 1s ease-out;
}
.rt-el-gallrey-3 .rtin-item .rtin-content {
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  transition: all 0.5s ease-out;
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title {
    font-size: 20px;
  }
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title a {
  color: #fff;
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title:after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 0;
  transition: all 1s ease-out;
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-cat {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-3 .rtin-item .rtin-content .rtin-cat {
    font-size: 15px;
  }
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-3 .rtin-item .rtin-content p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-icon {
  height: 50px;
  width: 50px;
  line-height: 48px;
  font-size: 16px;
  color: #4c1864;
  border-radius: 45px;
  display: block;
  background-color: #fff;
  text-align: center;
  border: 2px solid #fff;
  margin: 0 auto;
  transition: all 0.5s ease-out;
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-3 .rtin-item .rtin-content .rtin-icon {
    line-height: 25px;
    height: 30px;
    width: 30px;
    font-size: 12px;
  }
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-icon:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.rt-el-gallrey-3 .rtin-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rt-el-gallrey-3 .rtin-item:hover img {
  transform: scale(1.2);
}
.rt-el-gallrey-3 .rtin-item:hover .rtin-content {
  opacity: 1;
  visibility: visible;
}
.rt-el-gallrey-3 .rtin-item:hover .rtin-content .rtin-title:after {
  width: 150px;
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-3 .rtin-item:hover .rtin-content .rtin-title:after {
    width: 150px;
  }
}
/*--------------------------------------
#. EL: Logo Slider
---------------------------------------*/
.rt-el-logo-slider .rtin-item img {
  width: inherit !important;
  margin: 0 auto;
}
/*-------------------------------------
#. EL: Title
---------------------------------------*/
.section-heading-5.style5 .rt-el-title h2.rtin-title {
  margin-bottom: 15px;
}
.rt-el-title {
  text-align: center;
}
.rt-el-title h2.rtin-title {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .rt-el-title h2.rtin-title {
    font-size: 40px;
    line-height: 1.3;
  }
}
.rt-el-title.style2 {
  text-align: center;
}
.rt-el-title.style2 .rtin-title {
  font-size: 46px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.rt-el-title.style2 .rtin-title:after {
  content: "";
  height: 3px;
  width: 50px;
  background-color: #4c1864;
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  margin: auto;
}
.rt-el-title.style3 {
  text-align: left !important;
}
.rt-el-title.style3 .rtin-title {
  font-weight: 900;
}
.rt-el-title.style3 .rtin-subtitle p {
  text-align: left !important;
  margin-left: inherit;
}
.rt-el-title.style4 {
  text-align: left !important;
}
.rt-el-title.style4 h3 {
  text-align: left;
}
/*-------------------------------------
#. EL: Info Box
---------------------------------------*/
.rt-el-info-box .rtin-icon i {
  text-align: center;
  font-size: 28px;
  line-height: 70px;
  color: #fff;
  transition: all 0.5s ease-out;
}
.rt-el-info-box .rtin-icon img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
}
.rt-el-info-box .rtin-content .rtin-title {
  color: #282828;
  margin-bottom: 10px;
}
.rt-el-info-box .rtin-content .rtin-title a {
  color: #282828;
  transition: all 0.5s ease-out;
}
.rt-el-info-box .rtin-content .rtin-title a:hover {
  color: #4c1864;
}
.rt-el-info-box .rtin-content .rtin-text {
  margin-bottom: 0;
}
.rt-el-info-box:hover .rtin-icon i {
  color: #4c1864;
  background-color: transparent;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-icon {
  margin-right: 10px;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-icon i {
  text-align: center;
  font-size: 6rem;
  line-height: 1.2;
  color: #fad03b;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-icon img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-content {
  margin-left: 15px;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
  color: #fad03b;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1199px) {
  .rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
    font-size: 20px;
  }
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title a {
  color: #fad03b;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title a:hover {
  color: #4c1864;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-text {
  margin-bottom: 0;
  color: #444444;
}
.rt-el-info-box.rtin-style1.rtin-light:hover .rtin-icon i {
  color: #4c1864;
  background-color: transparent;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-icon i {
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  width: 34px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-icon img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-content {
  margin-left: 0;
  color: #fff;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  transition: all 0.3s ease-out 0s;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-title a {
  color: #fff;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-title a:hover {
  color: #fff;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-text {
  margin-bottom: 0;
}
.rt-el-info-box.rtin-style1.rtin-primary:hover .rtin-icon i {
  color: #fff;
  background-color: transparent;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-icon {
  margin-right: 30px;
}
@media all and (max-width: 1200px) {
  .rt-el-info-box.rtin-style1.rtin-primary .rtin-icon {
    margin-right: 20px;
  }
}
@media all and (max-width: 768px) {
  .rt-el-info-box.rtin-style1.rtin-primary .rtin-icon {
    margin-right: 12px;
  }
}
.rt-el-info-box.rtin-style1.rtin-dark .rtin-title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}
.rt-el-info-box.rtin-style1.rtin-dark .rtin-title a {
  color: #fad03b;
}
.rt-el-info-box.rtin-style1.rtin-dark .rtin-title a:hover {
  color: #fff;
}
.rt-el-info-box.rtin-style1.rtin-dark p.rtin-text {
  color: #fff;
}
.rt-el-info-box.rtin-style1.rtin-dark .rtin-content {
  margin-left: 0;
}
.rt-el-info-box.rtin-style1.rtin-dark .rtin-icon i {
  text-align: center;
  font-size: 6rem;
  line-height: 1.2;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style7.rtin-dark .rtin-title {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .rt-el-info-box.rtin-style7.rtin-dark .rtin-title {
    font-size: 48px;
  }
}
.rt-el-info-box.rtin-style7.rtin-dark .rtin-title a {
  color: #fff;
}
.rt-el-info-box.rtin-style7.rtin-dark .rtin-title a:hover {
  color: #fff;
}
.rt-el-info-box.rtin-style7.rtin-dark p.rtin-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.rt-el-info-box.rtin-style7.rtin-dark .rtin-content {
  margin-left: 0;
}
.rt-el-info-box.rtin-style7.rtin-dark .rtin-icon {
  margin-right: 20px;
}
.rt-el-info-box.rtin-style7.rtin-dark .rtin-icon img {
  width: inherit;
  height: inherit;
  border-radius: 0;
}
.rt-el-info-box.rtin-style7.rtin-dark .rtin-icon i {
  text-align: center;
  font-size: 6rem;
  line-height: 1.2;
  color: #fad03b;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style1 .rtin-icon {
  float: left;
  margin-bottom: 25px;
  margin-right: 30px;
}
@media all and (max-width: 1200px) {
  .rt-el-info-box.rtin-style1 .rtin-icon {
    margin-right: 20px;
  }
}
.rt-el-info-box.rtin-style2 {
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style2 .rtin-icon {
  margin-bottom: 25px;
}
.rt-el-info-box.rtin-style2 .rtin-icon i {
  font-size: 6rem;
  line-height: 1.2;
}
.rt-el-info-box.rtin-style2 .rtin-icon i.primaryColor {
  color: #4c1864;
}
.rt-el-info-box.rtin-style2 .rtin-icon i.secondaryColor {
  color: #fad03b;
}
.rt-el-info-box.rtin-style2 .rtin-icon i.colorGreen {
  color: #fad03b;
}
.rt-el-info-box.rtin-style3 {
  background-color: #fff;
  border-bottom: 1px solid #dde2e5;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
@media all and (max-width: 767px) {
  .rt-el-info-box.rtin-style3 {
    max-width: 490px;
    margin: 0 auto;
  }
}
.rt-el-info-box.rtin-style3:hover {
  box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.75);
}
.rt-el-info-box.rtin-style3 .rtin-icon {
  position: relative;
  overflow: hidden;
}
.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 24, 100, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
  text-align: center;
}
.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button a {
  font-size: 15px;
  position: relative;
  top: 30%;
  transform: translateY(-50%);
  padding: 12px 22px;
}
.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button a:hover i {
  color: #fff;
}
.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button a i {
  border: none;
  width: inherit;
  height: inherit;
  font-size: 18px;
}
.rt-el-info-box.rtin-style3 .rtin-icon img {
  border-radius: inherit;
  width: inherit;
  height: auto;
  transition: all 2s ease-out;
  width: 100%;
}
.rt-el-info-box.rtin-style3 .rtin-content {
  padding: 25px 20px 30px;
  text-align: center;
}
.rt-el-info-box.rtin-style3:hover .rtin-button {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-out;
}
.rt-el-info-box.rtin-style4 {
  background-color: #f8f8f8;
  box-shadow: 0 1px 1px 0 rgba(111, 111, 111, 0.75);
  transition: all 0.5s ease-out;
}
@media all and (max-width: 767px) {
  .rt-el-info-box.rtin-style4 {
    max-width: 490px;
    margin: 0 auto;
  }
}
.rt-el-info-box.rtin-style4:hover {
  box-shadow: 0 5px 10px 0 rgba(222, 222, 222, 0.75);
}
.rt-el-info-box.rtin-style4 .rtin-icon {
  overflow: hidden;
}
.rt-el-info-box.rtin-style4 .rtin-icon img {
  border-radius: inherit;
  width: inherit;
  height: auto;
  transition: all 2s ease-out;
}
.rt-el-info-box.rtin-style4 .rtin-icon img:hover {
  transform: scale(1.3);
}
.rt-el-info-box.rtin-style4 .rtin-content {
  padding: 25px 30px 30px;
}
.rt-el-info-box.rtin-style6.rtin-light {
  text-align: center;
  color: #fff;
}
.rt-el-info-box.rtin-style6.rtin-light .rtin-content .rtin-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .rt-el-info-box.rtin-style6.rtin-light .rtin-content .rtin-title {
    font-size: 36px;
  }
}
.rt-el-info-box.rtin-style6.rtin-light .rtin-content .rtin-text {
  font-size: 20px;
}
.rt-el-info-box.rtin-style6.rtin-light .rtin-icon {
  margin-bottom: 20px;
}
.rt-el-info-box.rtin-style6.rtin-light .rtin-icon img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.rt-el-info-box.rtin-style6.rtin-dark {
  text-align: center;
  color: #111;
}
.rt-el-info-box.rtin-style6.rtin-dark .rtin-content .rtin-title {
  color: #111;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 1;
}
.rt-el-info-box.rtin-style6.rtin-dark .rtin-content .rtin-text {
  font-size: 20px;
}
.rt-el-info-box.rtin-style6.rtin-dark .rtin-icon {
  margin-bottom: 20px;
}
.rt-el-info-box.rtin-style6.rtin-dark .rtin-icon img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.rt-el-info-box.rtin-style6.rtin-primary {
  text-align: center;
  color: #4c1864;
}
.rt-el-info-box.rtin-style6.rtin-primary .rtin-content .rtin-title {
  color: #4c1864;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 1;
}
.rt-el-info-box.rtin-style6.rtin-primary .rtin-content .rtin-text {
  font-size: 20px;
}
.rt-el-info-box.rtin-style6.rtin-primary .rtin-icon {
  margin-bottom: 20px;
}
.rt-el-info-box.rtin-style6.rtin-primary .rtin-icon img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.rt-el-info-box.rtin-style5 .rtin-content .rtin-text {
  color: #646464;
}
.rt-el-info-box.rtin-style5 .rtin-content .rtin-title {
  color: #282828;
  margin-bottom: 15px;
  font-size: 22px;
}
.rt-el-info-box.rtin-style5 .rtin-img img {
  transition: all 0.3s ease-in-out;
}
.rt-el-info-box.rtin-style5:hover .rtin-img img {
  transform: scale(1.1) rotate(360deg);
}
/*-------------------------------------
#. EL: Text With Title
---------------------------------------*/
.rt-el-twt-1 {
  text-align: center;
}
.rt-el-twt-1 .rtin-title {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 46px;
}
@media only screen and (max-width: 1199px) {
  .rt-el-twt-1 .rtin-title {
    font-size: calc(42px);
  }
}
@media only screen and (max-width: 991px) {
  .rt-el-twt-1 .rtin-title {
    font-size: calc(40px);
  }
}
@media only screen and (max-width: 767px) {
  .rt-el-twt-1 .rtin-title {
    font-size: calc(38px);
  }
}
.rt-el-twt-1 .rtin-title > div {
  font-weight: 700;
}
.rt-el-twt-1 .rtin-content ul {
  padding: 10px 0;
  padding-left: 0;
}
.rt-el-twt-1 .rtin-content ul li {
  font-size: 20px;
  position: relative;
  list-style: none;
  padding-left: 40px;
  line-height: 1.7;
}
.rt-el-twt-1 .rtin-content ul li:after {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  color: #4c1864;
  content: "\f00c";
}
@media all and (max-width: 991px) {
  .rt-el-twt-1 .rtin-content ul li:after {
    font-size: 18px;
    top: 0;
  }
}
.rt-el-twt-1 .rtin-title.title-black {
  font-weight: 900;
}
.rt-el-twt-1 .rtin-title.title-normal {
  font-weight: 400;
}
.rt-el-twt-1 .rtin-title.title-medium {
  font-weight: 700;
}
.rt-el-twt-1 .rtin-button {
  margin-top: 60px;
}
@media all and (max-width: 1199px) {
  .rt-el-twt-1 .rtin-button {
    margin-top: 50px;
  }
}
@media all and (max-width: 991px) {
  .rt-el-twt-1 .rtin-button {
    margin-top: 40px;
  }
}
@media all and (max-width: 480px) {
  .rt-el-twt-1 .rtin-button {
    margin-top: 35px;
  }
}
.rt-el-twt-1.rtin-primary .rtin-content p {
  color: #fff;
}
.rt-el-twt-1.rtin-light .rtin-title.title-black {
  color: #282828;
}
.rt-el-twt-1.rtin-dark .rtin-title.title-black {
  color: #fff;
}
.rt-el-twt-1.rtin-dark .rtin-content p {
  color: #fff;
}
@media all and (max-width: 480px) {
  .rt-el-twt-2 {
    text-align: center;
  }
}
.rt-el-twt-2 .rtin-title.title-black {
  font-weight: 900;
}
.rt-el-twt-2 .rtin-title.title-normal {
  font-weight: 400;
}
.rt-el-twt-2 .rtin-title.title-medium {
  font-weight: 700;
}
.rt-el-twt-2 .rtin-title {
  color: #282828;
}
@media only screen and (max-width: 1199px) {
  .rt-el-twt-2 .rtin-title {
    font-size: calc(40px);
  }
}
@media only screen and (max-width: 991px) {
  .rt-el-twt-2 .rtin-title {
    font-size: calc(38px);
  }
}
@media only screen and (max-width: 767px) {
  .rt-el-twt-2 .rtin-title {
    font-size: calc(36px);
  }
}
@media only screen and (max-width: 575px) {
  .rt-el-twt-2 .rtin-title {
    font-size: calc(31px);
  }
}
@media only screen and (max-width: 479px) {
  .rt-el-twt-2 .rtin-title {
    font-size: calc(28px);
  }
}
.rt-el-twt-2 .rtin-title > div {
  font-weight: 700;
}
.rt-el-twt-2 .rtin-title span {
  color: #4c1864;
  font-weight: 700;
}
.rt-el-twt-2 .rtin-button {
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .rt-el-twt-2 .rtin-button {
    margin-top: 30px;
  }
}
.rt-el-twt-2 .rtin-content ul {
  padding: 10px 0;
  padding-left: 0;
}
.rt-el-twt-2 .rtin-content ul li {
  font-size: 20px;
  position: relative;
  list-style: none;
  padding-left: 40px;
  line-height: 1.7;
}
.rt-el-twt-2 .rtin-content ul li:after {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  color: #4c1864;
  content: "\f00c";
}
@media all and (max-width: 991px) {
  .rt-el-twt-2 .rtin-content ul li:after {
    font-size: 18px;
    top: 0;
  }
}
.rt-el-twt-3 .rtin-title {
  color: #282828;
  font-size: 46px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
@media all and (max-width: 1199px) {
  .rt-el-twt-3 .rtin-title {
    font-size: 42px;
  }
}
@media all and (max-width: 991px) {
  .rt-el-twt-3 .rtin-title {
    font-size: 36px;
  }
}
@media all and (max-width: 768px) {
  .rt-el-twt-3 .rtin-title {
    font-size: 32px;
  }
}
.rt-el-twt-3 .rtin-title:after {
  content: "";
  height: 3px;
  width: 50px;
  background-color: #4c1864;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rt-el-twt-3 .rtin-button {
  margin-top: 50px;
}
.rt-el-twt-3 .rtin-title.title-black {
  font-weight: 900;
}
.rt-el-twt-3 .rtin-title.title-normal {
  font-weight: 400;
}
.rt-el-twt-3 .rtin-title.title-medium {
  font-weight: 700;
}
.rt-el-twt-3 .rtin-content ul {
  padding: 10px 0;
  padding-left: 0;
}
.rt-el-twt-3 .rtin-content ul li {
  font-size: 20px;
  position: relative;
  list-style: none;
  padding-left: 40px;
  line-height: 1.7;
}
.rt-el-twt-3 .rtin-content ul li:after {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  color: #4c1864;
  content: "\f00c";
}
@media all and (max-width: 991px) {
  .rt-el-twt-3 .rtin-content ul li:after {
    font-size: 18px;
    top: 0;
  }
}
.rt-el-twt-3.rtin-dark .rtin-title {
  color: #fff;
  font-size: 46px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
@media all and (max-width: 1199px) {
  .rt-el-twt-3.rtin-dark .rtin-title {
    font-size: 42px;
  }
}
@media all and (max-width: 991px) {
  .rt-el-twt-3.rtin-dark .rtin-title {
    font-size: 36px;
  }
}
@media all and (max-width: 768px) {
  .rt-el-twt-3.rtin-dark .rtin-title {
    font-size: 32px;
  }
}
.rt-el-twt-3.rtin-dark .rtin-title:after {
  content: "";
  height: 3px;
  width: 50px;
  background-color: #4c1864;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rt-el-twt-3.rtin-dark .rtin-button {
  margin-top: 50px;
}
.rt-el-twt-3.rtin-dark .rtin-content {
  color: #9a9a9a;
}
.rt-el-twt-3.rtin-primary .rtin-title {
  color: #fff;
  font-size: 46px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
@media all and (max-width: 1199px) {
  .rt-el-twt-3.rtin-primary .rtin-title {
    font-size: 42px;
  }
}
@media all and (max-width: 991px) {
  .rt-el-twt-3.rtin-primary .rtin-title {
    font-size: 36px;
  }
}
@media all and (max-width: 768px) {
  .rt-el-twt-3.rtin-primary .rtin-title {
    font-size: 32px;
  }
}
.rt-el-twt-3.rtin-primary .rtin-title:after {
  content: "";
  height: 3px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rt-el-twt-3.rtin-primary .rtin-button {
  margin-top: 50px;
}
.rt-el-twt-3.rtin-primary .rtin-content {
  color: #fff;
}
/*-------------------------------------
#. EL: Navigation Menu
---------------------------------------*/
.rt-el-nav-menu.widget ul li {
  margin-bottom: 5px;
  padding: 0;
  border: none;
}
.rt-el-nav-menu.widget ul li:last-child {
  margin-bottom: 0;
}
.rt-el-nav-menu.widget ul li:before {
  content: none;
}
.rt-el-nav-menu.widget ul li a {
  display: block;
  background-color: #f8f8f8;
  padding: 15px 15px 15px 50px;
  color: #444;
  transition: all 0.5s ease-out;
  position: relative;
}
.rt-el-nav-menu.widget ul li a:hover {
  padding: 15px 15px 15px 60px;
}
.rt-el-nav-menu.widget ul li a:hover i {
  left: 25px;
}
.rt-el-nav-menu.widget ul li a i {
  color: #4c1864;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  left: 15px;
  z-index: 1;
  transition: all 0.5s ease-out;
  line-height: 1.2;
}
.rt-el-nav-menu.widget ul li.current-menu-item a,
.rt-el-nav-menu.widget ul li a:hover {
  background-color: #4c1864;
  color: #fff;
}
.rt-el-nav-menu.widget ul li.current-menu-item a i,
.rt-el-nav-menu.widget ul li a:hover i {
  color: #fff;
}
/*-------------------------------------
#. EL: Contact
---------------------------------------*/
.rt-el-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rt-el-contact ul li {
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  line-height: 1.75;
}
.rt-el-contact ul li i {
  color: #4c1864;
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
}
.rt-el-contact ul li a {
  color: #444444;
  transition: all 0.3s ease 0s;
}
.rt-el-contact ul li a:hover {
  text-decoration: underline;
}
.rt-el-contact ul li:last-child {
  margin-bottom: 0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #444444;
  width: 100%;
  padding: 5px;
}
.wpcf7-form label {
  width: 100%;
  margin-bottom: 15px;
  line-height: 2;
}
.wpcf7-form textarea {
  height: 120px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"] {
  height: 42px;
}
.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"],
.wpcf7-form .primary-list li::before {
  padding: 10px 25px;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease-out;
}
/*======================================================
#. EL: Countdown Area
=======================================================*/
.countdown-layout1 {
  text-align: center;
  padding: 6rem 0 3rem;
  background-position: center;
}
.countdown-layout1 .countdown-section {
  text-align: center;
  height: 120px;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout1 .countdown-section {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section {
    height: 85px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section {
    height: 85px;
  }
}
.countdown-layout1 .countdown-section:last-child h2:after {
  display: none;
}
.countdown-layout1 .countdown-section:last-child h2:before {
  display: none;
}
.countdown-layout1 .countdown-section:first-child h3 {
  left: 2.5px;
}
.countdown-layout1 .countdown-section:last-child h3 {
  left: 2.5px;
}
.countdown-layout1 .countdown-section h2 {
  font-size: 74px;
  line-height: 1.1;
  color: #000000;
  font-weight: 700;
  position: relative;
  padding: 0 50px;
  min-width: 200px;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout1 .countdown-section h2 {
    padding: 0 40px;
    min-width: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-layout1 .countdown-section h2 {
    padding: 0 30px;
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section h2 {
    padding: 0 20px;
    min-width: 150px;
	font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section h2 {
    font-size: 44px;
    padding: 0 15px;
    min-width: 170px;
  }
}
.countdown-layout1 .countdown-section h2:after {
  content: "\f111";
  font-family: fontawesome;
  font-size: 12px;
  color: #aa8306;
  position: absolute;
  right: -5px;
  transform: translateY(-25%);
  top: 25%;
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section h2:after {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section h2:after {
    font-size: 7px;
    right: -2.5px;
  }
}
.countdown-layout1 .countdown-section h2:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 12px;
  color: #aa8306;
  position: absolute;
  right: -5px;
  transform: translateY(-75%);
  top: 75%;
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section h2:before {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section h2:before {
    font-size: 7px;
    right: -2.5px;
  }
}
.countdown-layout1 .countdown-section h3 {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  color: #282828;
  text-transform: capitalize;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .countdown-layout1 .countdown-section h3 {
    font-size: 16px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section h3 {
    font-size: 16px;
    bottom: -32px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section h3 {
    font-size: 14px;
    bottom: -22px;
  }
}
.countdown-layout1 .widget h3::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .countdown-layout1new .event-countdown {
    text-align: center;
  }
}
.countdown-layout1new .countdown-section {
  background: #600c73;
  /* Old Browsers */
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #600c73), color-stop(100%, #b72d8b));
  /* Chrome, Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE 10+ */
  background: linear-gradient(to bottom, #600c73 0%, #b72d8b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b72d8b', endColorstr='#600c73', GradientType=0);
  /* IE6-9 */
  text-align: center;
  height: 130px;
  display: inline-block;
  position: relative;
  margin: 0px 2px 0 2px;
  padding: 10px 0;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout1new .countdown-section {
    margin-bottom: 10px;
    padding: 15px 0;
    height: 118px;
  }
}
.countdown-layout1new .countdown-section:last-child h2:after {
  display: none;
}
.countdown-layout1new .countdown-section:last-child h2:before {
  display: none;
}
.countdown-layout1new .countdown-section:first-child h3 {
  left: 2.5px;
}
.countdown-layout1new .countdown-section:last-child h3 {
  left: 2.5px;
}
.countdown-layout1new .countdown-section:after {
  content: "\f111";
  font-family: fontawesome;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: -7px;
  transform: translateY(-25%);
  top: 25%;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .countdown-layout1new .countdown-section:after {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1new .countdown-section:after {
    font-size: 7px;
    right: -2.5px;
  }
}
.countdown-layout1new .countdown-section:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: -7px;
  transform: translateY(-75%);
  top: 75%;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .countdown-layout1new .countdown-section:before {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1new .countdown-section:before {
    font-size: 7px;
    right: -2.5px;
  }
}
.countdown-layout1new .countdown-section:last-child:after {
  display: none;
}
.countdown-layout1new .countdown-section:last-child:before {
  display: none;
}
.countdown-layout1new .countdown-section h2 {
  font-size: 60px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  position: relative;
  width: 145px;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout1new .countdown-section h2 {
    padding: 0;
    min-width: 120px;
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-layout1new .countdown-section h2 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1new .countdown-section h2 {
    font-size: 46px;
  }
}
.countdown-layout1new .countdown-section h3 {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout1new .countdown-section h3 {
    bottom: -1px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-layout1new .countdown-section h3 {
    font-size: 16px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout1new .countdown-section h3 {
    font-size: 16px;
    bottom: -32px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1new .countdown-section h3 {
    font-size: 14px;
    bottom: -22px;
  }
}
.countdown-layout1new .widget h3::after {
  display: none;
}
.countdown-layout2 {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 30px;
}
.countdown-layout2 .countdown-section {
  text-align: center;
  height: 120px;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.countdown-layout2 .countdown-section:last-child h2:after {
  display: none;
}
.countdown-layout2 .countdown-section:last-child h2:before {
  display: none;
}
.countdown-layout2 .countdown-section:first-child h3 {
  left: 2.5px;
}
.countdown-layout2 .countdown-section:last-child h3 {
  left: 2.5px;
}
.countdown-layout2 .countdown-section h2 {
  min-width: 219px;
  font-size: 8rem;
  position: relative;
  line-height: 1.1;
  font-weight: 700;
  padding: 0 50px;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout2 .countdown-section h2 {
    padding: 0 40px;
    min-width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-layout2 .countdown-section h2 {
    padding: 0 30px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout2 .countdown-section h2 {
    padding: 0 20px;
    min-width: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout2 .countdown-section h2 {
    font-size: 6rem;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout2 .countdown-section h2 {
    font-size: 5rem;
  }
}
.countdown-layout2 .countdown-section h2:after {
  content: "\f111";
  font-family: fontawesome;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  right: -5px;
  transform: translateY(-25%);
  top: 25%;
}
@media only screen and (max-width: 767px) {
  .countdown-layout2 .countdown-section h2:after {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout2 .countdown-section h2:after {
    font-size: 7px;
    right: -2.5px;
  }
}
.countdown-layout2 .countdown-section h2:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  right: -5px;
  transform: translateY(-75%);
  top: 75%;
}
@media only screen and (max-width: 767px) {
  .countdown-layout2 .countdown-section h2:before {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout2 .countdown-section h2:before {
    font-size: 7px;
    right: -2.5px;
  }
}
.countdown-layout2 .countdown-section:nth-child(1n) h2 {
  color: #fad03b;
}
.countdown-layout2 .countdown-section:nth-child(2n) h2 {
  color: #00b0ff;
}
.countdown-layout2 .countdown-section:nth-child(3n) h2 {
  color: #f50057;
}
.countdown-layout2 .countdown-section:nth-child(4n) h2 {
  color: #fad03b;
}
.countdown-layout2 .countdown-section h3 {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout2 .countdown-section h3 {
    bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout2 .countdown-section h3 {
    bottom: -10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout2 .countdown-section h3 {
    bottom: -10px;
    font-size: 14px;
  }
}
.countdown-layout2 .widget h3::after {
  display: none;
}
.widget .countdown-layout3.rt-shortcode h3::after {
  display: none;
}
.widget .countdown-layout2.rt-shortcode {
  margin: auto;
}
.widget .countdown-layout2.rt-shortcode h3::after {
  display: none;
}
.widget .countdown-layout1.rt-shortcode h3::after {
  display: none;
}
.countdown-layout2.rt-shortcode .countdown-section h3 {
  bottom: -36px;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout2.rt-shortcode .countdown-section h3 {
    bottom: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-layout2.rt-shortcode .countdown-section h3 {
    bottom: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout2.rt-shortcode .countdown-section h3 {
    bottom: -5px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout2.rt-shortcode .countdown-section h3 {
    bottom: 28px;
    font-size: 12px;
  }
}
.countdown-layout3.rt-shortcode .countdown-section h3 {
  bottom: -36px;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout3.rt-shortcode .countdown-section h3 {
    bottom: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-layout3.rt-shortcode .countdown-section h3 {
    bottom: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout3.rt-shortcode .countdown-section h3 {
    bottom: -5px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout3.rt-shortcode .countdown-section h3 {
    bottom: 28px;
    font-size: 12px;
  }
}
.countdown-layout2 .countdown-section h3 {
  position: absolute;
  left: 0;
  right: 0;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .ls-layer .countdown-layout3 {
    background-size: 100% center !important;
  }
}
.countdown-layout3 {
  text-align: center;
  margin-bottom: 5rem;
  background-image: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/img/figure9.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 479px) {
  .countdown-layout3 {
    margin-bottom: 0;
  }
}
.countdown-layout3 .countdown-section {
  position: relative;
  text-align: center;
  height: 120px;
  background: transparent;
  display: inline-block;
  margin-top: 30px;
}
.countdown-layout3 .countdown-section:last-child h2:after {
  display: none;
}
.countdown-layout3 .countdown-section:last-child h2:before {
  display: none;
}
.countdown-layout3 .countdown-section:first-child h3 {
  left: 0.25px;
}
.countdown-layout3 .countdown-section:last-child h3 {
  left: 0.25px;
}
.countdown-layout3 .countdown-section h2 {
  min-width: 219px;
  font-size: 6rem;
  position: relative;
  line-height: 1.1;
  font-weight: 900;
  color: #FFFFFF;
  padding: 0 50px;
  bottom: -30px;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout3 .countdown-section h2 {
    padding: 0 40px;
    min-width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-layout3 .countdown-section h2 {
    padding: 0 30px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout3 .countdown-section h2 {
    padding: 0 20px;
    min-width: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout3 .countdown-section h2 {
    font-size: 6rem;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout3 .countdown-section h2 {
    font-size: 5rem;
  }
}
.countdown-layout3 .countdown-section h2:after {
  content: "";
  height: 60%;
  width: 1px;
  background-color: #FFFFFF;
  position: absolute;
  right: -0.5px;
  transform: translateY(-50%);
  top: 50%;
}
.countdown-layout3 .countdown-section h3 {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .countdown-layout3 .countdown-section h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout3 .countdown-section h3 {
    font-size: 14px;
  }
}
.countdown-layout3new {
  text-align: center;
  padding: 4rem 0 0rem;
  background-color: #4c1864;
  border-radius: 20px;
  background-image: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/img/counter-3-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 991px) {
  .countdown-layout3new {
    padding: 6rem 0 3rem;
  }
}
.countdown-layout3new .countdown-section {
  text-align: center;
  height: 120px;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout3new .countdown-section {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout3new .countdown-section {
    height: 85px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout3new .countdown-section {
    height: 85px;
  }
}
.countdown-layout3new .countdown-section:last-child h2:after {
  display: none;
}
.countdown-layout3new .countdown-section:last-child h2:before {
  display: none;
}
.countdown-layout3new .countdown-section:first-child h3 {
  left: 2.5px;
}
.countdown-layout3new .countdown-section:last-child h3 {
  left: 2.5px;
}
.countdown-layout3new .countdown-section h2 {
  font-size: 74px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding: 0 50px;
  min-width: 220px;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout3new .countdown-section h2 {
    padding: 0 40px;
    min-width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-layout3new .countdown-section h2 {
    padding: 0 30px;
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout3new .countdown-section h2 {
    padding: 0 20px;
    min-width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout3new .countdown-section h2 {
    font-size: 42px;
    padding: 0 15px;
    min-width: 150px;
  }
}
.countdown-layout3new .countdown-section h2:after {
  content: "\f111";
  font-family: fontawesome;
  font-size: 8px;
  color: #fff;
  position: absolute;
  right: -5px;
  transform: translateY(-25%);
  top: 25%;
}
@media only screen and (max-width: 767px) {
  .countdown-layout3new .countdown-section h2:after {
    font-size: 7px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout3new .countdown-section h2:after {
    font-size: 7px;
    right: -2.5px;
  }
}
.countdown-layout3new .countdown-section h2:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 8px;
  color: #fff;
  position: absolute;
  right: -5px;
  transform: translateY(-75%);
  top: 75%;
}
@media only screen and (max-width: 767px) {
  .countdown-layout3new .countdown-section h2:before {
    font-size: 7px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout3new .countdown-section h2:before {
    font-size: 7px;
    right: -2.5px;
  }
}
.countdown-layout3new .countdown-section h3 {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .countdown-layout3new .countdown-section h3 {
    font-size: 16px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout3new .countdown-section h3 {
    font-size: 16px;
    bottom: -32px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout3new .countdown-section h3 {
    font-size: 14px;
    bottom: -22px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout3new .countdown-section.cs2sd h2:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout3new .countdown-section.cs2sd h2:before {
    display: none;
  }
}
.countdown-layout3new .widget h3::after {
  display: none;
}
/*-------------------------------------
#. EL: Call To Action
---------------------------------------*/
.rt-el-cta-1 {
  padding: 55px 0;
  background-color: #ffbe00;
  color: #fff;
}
@media all and (max-width: 767px) {
  .rt-el-cta-1 {
    padding: 50px 0;
    text-align: center;
  }
}
.rt-el-cta-1 h3.rtin-title {
  font-size: 30px;
  margin: 6px 0;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}
.rt-el-cta-1 .rtin-button {
  text-align: right;
}
@media all and (max-width: 767px) {
  .rt-el-cta-1 .rtin-button {
    text-align: center;
    margin-top: 20px;
  }
}
.video-layout7.rtin-layout5 .subtitle.border-after {
  font-size: 30px;
  position: relative;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.video-layout7.rtin-layout5 .subtitle.border-after:after {
  content: "";
  height: 3px;
  width: 40px;
  background-color: #fff;
  position: absolute;
  right: -50px;
  transform: translateY(-50%);
  top: 50%;
}
.video-layout7.rtin-layout5 .v-title-7 {
  color: #fff;
}
.video-layout7.rtin-layout5 .play-btn-7 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.video-layout7.rtin-layout5 .play-btn-7:hover {
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.video-layout7.rtin-layout5 .play-btn-7:hover i {
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.video-layout7.rtin-layout5 .play-btn-7 span {
  transition: all 0.3s ease-in-out;
}
.video-layout7.rtin-layout5 .play-btn-7 i {
  font-size: 28px;
  color: #4c1864;
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 100%;
  line-height: 2.4;
  text-align: center;
  margin-right: 15px;
  box-shadow: 2px 14px 24px rgba(0, 0, 0, 0.2);
}
.padding-left-250 .vcontent-area {
  padding-right: 315px;
  padding-left: 41px;
}
@media only screen and (max-width: 1440px) {
  .padding-left-250 .vcontent-area {
    padding-left: 230px;
    padding-right: 92px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-left-250 .vcontent-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-sticky-wrapper {
  transition: all 0.3s ease-out;
}
.d-content {
  padding-top: 60px;
}
.elementor-widget .widget {
  margin-bottom: 0;
}
.rt-el-slider {
  color: #fff;
  position: relative;
}
.rt-el-slider .rt-nivoslider {
  opacity: 0;
}
@media all and (max-width: 1199px) {
  .rt-el-slider .rtin-content-wrap.text-left {
    text-align: center;
    padding-top: 0px;
  }
}
@media all and (max-width: 768px) {
  .rt-el-slider .rtin-content-wrap.text-left {
    text-align: center;
    padding-top: inherit;
  }
}
.rt-el-slider .rtin-content {
  display: table;
  height: 100%;
  width: 100%;
}
.rt-el-slider .rtin-content .rtin-content-inner {
  display: table-cell;
  vertical-align: middle;
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap {
  margin: 0 60px;
}
@media all and (max-width: 991px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap {
    margin: 0 35px;
  }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
  max-width: 1170px;
  color: #fff;
  line-height: 1.2;
  font-size: 6rem;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'cubanoregular';
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title:before {
  position: absolute;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  content: "";
  left: 0;
  bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title:before {
    display: none;
  }
}
@media all and (max-width: 1199px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
    font-size: 42px;
  }
}
@media all and (max-width: 991px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
    font-size: 36px;
  }
}
@media all and (max-width: 767px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
    font-size: 32px;
  }
}
@media all and (max-width: 480px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
    font-size: 17px;
    line-height: 1;
  }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title.light {
  color: #fff;
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title.dark {
  color: #282828;
}
@media all and (max-width: 991px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title.dark br {
    display: none;
  }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title.primary {
  color: #4c1864;
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle {
  line-height: 1.5;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  max-width: 1170px;
  margin: 30px auto 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media all and (max-width: 480px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle br {
    display: none;
  }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle.light {
  color: #fff;
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle.dark,
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle-mob.dark {
  color: #444444;
}
@media all and (max-width: 991px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle.dark br,
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle-mob.dark br {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle.dark,
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle-mob.dark {
    display: none;
  }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle.primary {
  color: #4c1864;
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle-mob {
  font-weight: 400;
  color: #fff;
  padding: 0;
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.5;
  display: none;
}
@media all and (max-width: 480px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle-mob {
    display: block;
    line-height: 1.3;
    font-size: 16px;
  }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn {
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 55px;
}
@media all and (max-width: 767px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn {
    margin-top: 10px;
  }
}
@media all and (max-width: 1199px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn a {
    font-size: 14px;
    padding: 12px 15px;
  }
}
@media all and (max-width: 767px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn a {
    font-size: 13px;
    padding: 10px 15px;
  }
}
.rt-el-slider .rtin-content.rtin-odd {
  /*.rtin-btn {
				animation: fadeInRight 2000ms ease-in-out;
			}*/
}
.rt-el-slider .rtin-content.rtin-odd .rtin-title {
  animation: fadeInRight 1000ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-odd .rtin-subtitle,
.rt-el-slider .rtin-content.rtin-odd .rtin-subtitle-mob {
  animation: fadeInRight 1500ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-even {
  /*.rtin-btn {
				animation: fadeInLeft 2000ms ease-in-out;
			}*/
}
.rt-el-slider .rtin-content.rtin-even .rtin-title {
  animation: fadeInLeft 1000ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-even .rtin-subtitle,
.rt-el-slider .rtin-content.rtin-even .rtin-subtitle-mob {
  animation: fadeInLeft 1500ms ease-in-out;
}
.rt-el-slider .slider-direction {
  display: none;
}
.rt-el-slider .nivo-controlNav {
  display: none;
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav,
.rt-el-slider .nivo-directionNav a.nivo-nextNav {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fad03b;
  transition: all 0.5s ease-out;
  background-color: transparent;
  color: #4c1864;
  line-height: 1.2;
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-prevNav,
  .rt-el-slider .nivo-directionNav a.nivo-nextNav {
    width: 40px;
    height: 40px;
    line-height: 2.1;
  }
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:before,
.rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: 10px;
  transition: all 0.5s ease-out;
  color: #4c1864;
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-prevNav:before,
  .rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
    font-size: 18px;
    top: 0;
  }
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:hover,
.rt-el-slider .nivo-directionNav a.nivo-nextNav:hover {
  background-color: #4c1864;
  transition: all 0.5s ease-out;
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:hover:before,
.rt-el-slider .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #111;
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav {
  left: 100px;
}
@media all and (max-width: 1500px) {
  .rt-el-slider .nivo-directionNav a.nivo-prevNav {
    left: 20px;
  }
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-prevNav {
    left: 15px;
  }
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:before {
  content: "\f104";
  left: 18px;
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-prevNav:before {
    left: 14px;
  }
}
.rt-el-slider .nivo-directionNav a.nivo-nextNav {
  right: 100px;
}
@media all and (max-width: 1199px) {
  .rt-el-slider .nivo-directionNav a.nivo-nextNav {
    right: 20px;
  }
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-nextNav {
    right: 15px;
  }
}
.rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
  content: "\f105";
  right: 18px;
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
    right: 14px;
  }
}
.rt-el-slider .nivo-caption {
  height: 100%;
  opacity: 1;
  text-align: center;
  background: inherit;
}
.slider-area {
  position: relative;
}
.slider-direction-layout1 .nivo-controlNav {
  display: none;
}
.slider-direction-layout1 .nivo-caption {
  opacity: 1;
  top: 0;
  z-index: 7;
}
.slider-direction-layout2 .nivo-controlNav {
  right: 5%;
  bottom: inherit;
  top: 50%;
  transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  left: inherit;
  z-index: 8;
}
.slider-direction-layout2 .nivo-controlNav .nivo-control {
  text-indent: -9999px;
  width: 0.6rem;
  height: 3rem;
  background-color: #fad03b;
  color: #fad03b;
  margin-bottom: 1rem;
  display: block;
}
.slider-direction-layout2 .nivo-controlNav .nivo-control:hover {
  background-color: #fad03b;
}
.slider-direction-layout2 .nivo-controlNav .nivo-control.active {
  background-color: #fad03b;
}
.slider-direction-layout2 .nivo-caption {
  opacity: 1;
  top: 0;
  z-index: 7;
}
.slider-layout1 .slide-1 .slider-big-text p,
.slider-layout1 .slide-2 .slider-big-text p,
.slider-layout1 .slide-3 .slider-big-text p {
  padding: 0;
  line-height: 1.2;
  font-size: 6rem;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'cubanoregular';
  font-style: italic;
  position: relative;
  display: inline-block;
}
.slider-layout1 .slide-1 .slider-big-text p:before,
.slider-layout1 .slide-2 .slider-big-text p:before,
.slider-layout1 .slide-3 .slider-big-text p:before {
  position: absolute;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  content: "";
  left: 0;
  bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .slider-layout1 .slide-1 .slider-big-text p:before,
  .slider-layout1 .slide-2 .slider-big-text p:before,
  .slider-layout1 .slide-3 .slider-big-text p:before {
    display: none;
  }
}
.slider-layout1 .slide-1 .slider-sub-text,
.slider-layout1 .slide-2 .slider-sub-text,
.slider-layout1 .slide-3 .slider-sub-text {
  margin: 45px 0;
}
@media only screen and (max-width: 1199px) {
  .slider-layout1 .slide-1 .slider-sub-text,
  .slider-layout1 .slide-2 .slider-sub-text,
  .slider-layout1 .slide-3 .slider-sub-text {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout1 .slide-1 .slider-sub-text,
  .slider-layout1 .slide-2 .slider-sub-text,
  .slider-layout1 .slide-3 .slider-sub-text {
    display: none;
  }
}
.slider-layout1 .slide-1 .slider-sub-text ul li,
.slider-layout1 .slide-2 .slider-sub-text ul li,
.slider-layout1 .slide-3 .slider-sub-text ul li {
  font-size: 24px;
  color: #f8f8f8;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #f8f8f8;
}
.slider-layout1 .slide-1 .slider-sub-text ul li:last-child,
.slider-layout1 .slide-2 .slider-sub-text ul li:last-child,
.slider-layout1 .slide-3 .slider-sub-text ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
@media only screen and (max-width: 575px) {
  .slider-layout1 .slide-1 .slider-btn-area,
  .slider-layout1 .slide-2 .slider-btn-area,
  .slider-layout1 .slide-3 .slider-btn-area {
    display: none;
  }
}
.slider-layout2 {
  position: relative;
  overflow: hidden;
}
.slider-layout2:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(38, 50, 56, 0.8);
}
.slider-layout2 img {
  width: 100%;
  height: 100%;
}
.slider-layout2 .comingsoon-inner {
  text-align: center;
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 3;
}
.slider-layout2 .comingsoon-inner .comingsoon-content p {
  letter-spacing: 1px;
  font-size: 6rem;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'cubanoregular';
  text-shadow: -2px -2px 0 #bbbbbb;
  margin-bottom: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 575px) {
  .slider-layout2 .comingsoon-inner .comingsoon-content p {
    line-height: 1.4;
  }
}
.slider-layout2 .comingsoon-inner .comingsoon-content .text-underline:before {
  bottom: 0;
}
.slider-layout2 .comingsoon-inner .comingsoon-content .upcoming-event-info {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  color: #fad03b;
}
@media only screen and (max-width: 1199px) {
  .slider-layout2 .comingsoon-inner .comingsoon-content .upcoming-event-info {
    display: none;
  }
}
.slider-layout2 .comingsoon-inner .comingsoon-content .upcoming-event-info li {
  display: inline-block;
  color: #fad03b;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fad03b;
  line-height: 1;
}
.slider-layout2 .comingsoon-inner .comingsoon-content .upcoming-event-info li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.slider-layout2 .comingsoon-inner .comingsoon-content .countdown-layout2 {
  margin-bottom: 0;
}
.slider-layout2 img {
  transform: scale(1.5);
  transition: all all 70s ease-out;
  transition: all 70s ease-out;
}
.slider-layout2:hover img {
  transform: scale(1);
}
.slider-layout3 {
  position: relative;
}
.slider-layout3 h1 {
  font-size: 6rem;
  position: relative;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  padding: 0 50px;
  bottom: 0;
  text-transform: uppercase;
  font-family: 'cubanoregular';
}
@media only screen and (max-width: 1199px) {
  .slider-layout3 h1 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout3 h1 {
    padding: 0 30px;
    top: 45px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout3 h1 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout3 h1 {
    font-size: 6rem;
    padding: 0 15px;
    top: 45px;
    line-height: 1.3;
  }
}
.slider-layout3 .comingsoon-inner {
  text-align: center;
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
}
.slider-layout3 .comingsoon-inner .comingsoon-content img {
  margin-bottom: 20px;
  padding: 30px 30px 0;
}
@media only screen and (max-width: 479px) {
  .slider-layout3 .comingsoon-inner .comingsoon-content img {
    margin-bottom: 0;
  }
}
.slider-layout3 .comingsoon-inner .comingsoon-content .upcoming-event-info {
  margin-bottom: 20px;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .slider-layout3 .comingsoon-inner .comingsoon-content .upcoming-event-info {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout3 .comingsoon-inner .comingsoon-content .upcoming-event-info {
    display: none;
  }
}
.slider-layout3 .comingsoon-inner .comingsoon-content .upcoming-event-info li {
  font-style: italic;
  display: inline-block;
  color: #FFFFFF;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #FFFFFF;
  line-height: 1;
}
.slider-layout3 .comingsoon-inner .comingsoon-content .upcoming-event-info li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.slider-layout4 .slide-1 .slider-big-text p,
.slider-layout4 .slide-2 .slider-big-text p,
.slider-layout4 .slide-3 .slider-big-text p {
  padding: 0;
  line-height: 1.2;
  font-size: 6rem;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  position: relative;
  display: inline-block;
}
.slider-layout4 .slide-1 .slider-big-text p:before,
.slider-layout4 .slide-2 .slider-big-text p:before,
.slider-layout4 .slide-3 .slider-big-text p:before {
  position: absolute;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  content: "";
  left: 0;
  bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .slider-layout4 .slide-1 .slider-big-text p:before,
  .slider-layout4 .slide-2 .slider-big-text p:before,
  .slider-layout4 .slide-3 .slider-big-text p:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout4 .slide-1 .slider-btn-area,
  .slider-layout4 .slide-2 .slider-btn-area,
  .slider-layout4 .slide-3 .slider-btn-area {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-layout4 .container.text-left {
    text-align: center !important;
  }
}
.overlay-slider {
  position: relative;
}
.overlay-slider:before {
  background-color: rgba(76, 24, 100, 0.85);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  content: "";
}
.overlay-slider:after {
  content: url(//www.iica-ecuador.org/congresoproduccionorganica/apariencia/assets/img/slider-icon-overlay.png);
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 60%;
  left: 0;
  z-index: 6;
}
.slider-layout4 .rtin-subtitle {
  line-height: 1.5;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  max-width: 1170px;
  margin: 30px auto 0;
  padding: 0;
}
@media all and (max-width: 1199px) {
  .slider-layout4 .rtin-subtitle {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
  }
}
@media all and (max-width: 767px) {
  .slider-layout4 .rtin-subtitle {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .slider-layout4 .rtin-subtitle {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .slider-layout4 .rtin-subtitle br {
    display: none;
  }
}
.slider-layout4 .rtin-subtitle.light {
  color: #fff;
}
.slider-layout4 .rtin-subtitle.dark,
.slider-layout4 .rtin-subtitle-mob.dark {
  color: #444444;
}
@media all and (max-width: 991px) {
  .slider-layout4 .rtin-subtitle.dark br,
  .slider-layout4 .rtin-subtitle-mob.dark br {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .slider-layout4 .rtin-subtitle.dark,
  .slider-layout4 .rtin-subtitle-mob.dark {
    display: none;
  }
}
.slider-layout4 .rtin-subtitle.primary {
  color: #4c1864;
}
.slider-layout4 .rtin-subtitle-mob {
  font-weight: 400;
  color: #fff;
  padding: 0;
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.5;
  display: none;
}
@media all and (max-width: 480px) {
  .slider-layout4 .rtin-subtitle-mob {
    display: block;
    line-height: 1.3;
    font-size: 16px;
  }
}
.slider-area .slide-1 .first-line {
  animation: fadeInRightBig 1000ms ease-in-out;
}
.slider-area .slide-1 .second-line {
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area .slide-1 .third-line {
  animation: bounceInUp 1500ms ease-in-out;
}
.slider-area .slide-1 .forth-line {
  animation: zoomIn 2000ms ease-in-out;
}
.slider-area .slide-2 .first-line {
  animation: fadeInLeftBig 1000ms ease-in-out;
}
.slider-area .slide-2 .second-line {
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area .slide-2 .third-line {
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-2 .forth-line {
  animation: fadeInLeft 2000ms ease-in-out;
}
.slider-area .slide-3 .first-line {
  animation: bounceInDown 1000ms ease-in-out;
}
.slider-area .slide-3 .second-line {
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area .slide-3 .third-line {
  animation: bounceInUp 1500ms ease-in-out;
}
.slider-area .slide-3 .forth-line {
  animation: bounceInUp 2000ms ease-in-out;
}
.rt-el-slider.slider-layout4 .nivo-directionNav a.nivo-prevNav,
.rt-el-slider.slider-layout4 .nivo-directionNav a.nivo-nextNav {
  border: 1px solid #fff;
}/*-------------------------------------    
CSS INDEX
===================================
#. update css
---------------------------------------*/

@media only screen and (max-width: 767px) {
  .media.rtin-dark.rtin-style7{
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
}


@media only screen and (max-width: 1600px) {
  .video-layout7.rtin-layout5 .play-btn-7 {  
      margin-left: 111px;
  }
  
}

@media only screen and (max-width: 991px) {
  .video-layout7.rtin-layout5 .play-btn-7 {  
      margin-left: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .video-layout7.rtin-layout5 .play-btn-7 {  
      margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .rt-el-info-box.rtin-style7.rtin-dark .rtin-icon {
      margin-right: 20px; 
  }
}

@media only screen and (max-width: 767px) {
  .rt-el-info-box.rtin-style7.rtin-dark .rtin-icon {
      margin-bottom: 20px; 
  }
}

.logo-grid-new .rtin-item.sponsonrs-box {
    text-align: center;
}

.footer-layout4 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control::placeholder {
  color: #b3b3b3;
  opacity: 1; /* Firefox */
}

.footer-layout4 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #b3b3b3;
}

.footer-layout4 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control::-ms-input-placeholder { /* Microsoft Edge */
color: #b3b3b3;
}

.footer-layout2 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control::placeholder {
  color: #b3b3b3;
  opacity: 1; /* Firefox */
}

.footer-layout2 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #b3b3b3;
}

.footer-layout2 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control::-ms-input-placeholder { /* Microsoft Edge */
color: #b3b3b3;
}


.schedule-wrapper-9 .btn-ghost-sm.border-radius-5,
.btn-gradient{
        flex: 1 1 auto;
        border: none;
        color: #fff !important;
        border-radius: 3px;
        padding: 16px 22px;
        -webkit-box-shadow: 11px 0px 24px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:11px 0px 24px rgba(0, 0, 0, 0.2);
        box-shadow:11px 0px 24px rgba(0, 0, 0, 0.2);
        transition: 0.5s;
        background: linear-gradient(90deg, var(--c1, #ec407a), var(--c2, #401a85) 51%, var(--c1, #ec407a)) var(--x, 0)/ 200%;   
       
    }
    .schedule-wrapper-9 .btn-ghost-sm.border-radius-5:hover,
    .btn-gradient:hover { --x: 100%; }
    .btn-ghost-sm.border-radius-5,
    .btn-gradient{
        --c1: #401a85;
        --c2: #ec407a;
    }

    
  .btn-gradient{
    padding: 20px 30px;
    font-size: 16px;
  }

.speaker-layout2 .item-title h3 {
   margin-bottom: 0;
}
.speaker-layout2:hover .item-title {  
  top: 62%; 
}
.sponsonrs-layout1 .sponsonrs-box.grey-scale-off a img {	
	 -webkit-filter: grayscale(0);	
}
.sponsonrs-layout1 .sponsonrs-box.grey-scale-off a:hover img{
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%); 
}

.sponsonrs-layout1-grid .sponsonrs-box.grey-scale-on a img {	
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);  
}
.sponsonrs-layout1-grid .sponsonrs-box.grey-scale-on a:hover img {	
	 -webkit-filter: grayscale(0);	  
}

.sponsonrs-layout1 .sponsonrs-box.grey-scale-on a img {  
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);  
}
.sponsonrs-layout1 .sponsonrs-box.grey-scale-on a:hover img { 
   -webkit-filter: grayscale(0);    
}

.schedule-layout3.schedule-layout6-new .schedule-nav li a .day-number {
	font-size: 24px;	
}
.schedule-layout3.schedule-layout5-new .schedule-nav li a .day-number {
	font-size: 24px;	
}

@media only screen and (max-width: 1100px) {
	.mobile-stick {
		padding-top:50px
	}
 	.mobile-stick .mean-container{
		position: fixed;
		top:0;
		width: 100%;
		z-index: 999;
	}
}


.nav-control-layout2.owl-theme {
  overflow: hidden;
}
.nav-control-layout2.owl-theme .owl-nav {
  margin-top: 0;
}
.nav-control-layout2.owl-theme .owl-nav > div {
  opacity: 0;
  visibility: hidden;
  font-size: 24px;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .nav-control-layout2.owl-theme .owl-nav > div {
    height: 48px;
    width: 48px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-layout2.owl-theme .owl-nav > div {
    height: 42px;
    width: 42px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout2.owl-theme .owl-nav > div {
    height: 38px;
    width: 38px;
    font-size: 18px;
  }
}
.nav-control-layout2.owl-theme .owl-prev:hover {
  background: #111 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout2.owl-theme .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-layout2.owl-theme .owl-next:hover {
  background: #111 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout2.owl-theme .owl-next:hover i {
  color: #ffffff;
}
.nav-control-layout2.owl-theme .owl-prev {
  
  left: 0;
}
.nav-control-layout2.owl-theme .owl-next { 
  right: 0;
}
.nav-control-layout2.owl-theme:hover .owl-prev {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.nav-control-layout2.owl-theme:hover .owl-next {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header-action-items.mobile-button-area {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .header-action-items.mobile-button-area {
    display: block;
    position: absolute;
    z-index: 9999999;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 8px;
     max-width: 200px;
  }
  .header-action-items.mobile-button-area .btn-fill.color-yellow {
    padding: 9px 26px;
  }
  .admin-bar .header-action-items.mobile-button-area {
	  top: 38px;
  }
}
@media only screen and (max-width: 782px) {
	.admin-bar .header-action-items.mobile-button-area {
	  top: 52px;
  }
}
.mean-container a.meanmenu-reveal, .mean-container .mean-nav ul li a.mean-expand:hover{
  color: #000;
}

.mean-container a.meanmenu-reveal{
  transition: none;
}
.mean-container a.meanmenu-reveal span {
display: block;
background-color: #fad03b;
height: 3px;
margin-top: 3px;
position: relative;
}
.mean-container a.meanmenu-reveal span:before {
position: absolute;
   content: "";
   display: block;
   left: 0;
   top: 6px;
   width: 100%;
   background: #fad03b;
   height: 3px;
}
.mean-container a.meanmenu-reveal span:after {
position: absolute;
   content: "";
   display: block;
   left: 0;
   top: 12px;
   width: 100%;
   background: #fad03b;
   height: 3px;
}

.site-wrp .speaker-layout1.text-center h3.size-md {
    margin-bottom: 8px;
}